a:focus-visible, button:focus-visible {
    outline: 0 !important;
    box-shadow: 0 0 0 2px #fff, 0 0 0 5px #007aff !important;
  }
  
  a, button {
    outline: 0 !important;
    
    &:active, &:focus {
      outline: none  !important;
      box-shadow: none !important;
    }
    
    &:focus {
      box-shadow: 0 0 0 2px #fff, 0 0 0 5px #007aff !important;
      &:not(:focus-visible) {
      outline: none  !important;
      box-shadow: none !important;
      }
    }
  }​​​​

@charset "utf-8";
/* CSS Document */
html {
    height: 100%;
    overflow: scroll;
}

body {
    color: #000016;
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    line-height: 22px;
    margin: 0;
    height: 100%;
}

H1 {
    color: #000016;
    font-size: 2.1em;
    font-weight: 700;
    line-height: normal;
}

H2 {
    font-size: 1.7em;
    font-weight: 400;
    margin: 0 0 10px 0;
    line-height: normal;
}

H3 {
    font-size: 1.4em;
    margin: 0 0 10px 0;
    color: 000016;
    font-weight: normal;
    line-height: 1.6em;
}

H3 A {
    color: #252525;
    text-decoration: none;
}

H3 A :hover {
    text-decoration: underline;
}

H4 {
    font-size: 1.2em;
    color: #000016;
    margin: 1em 0 0.5em 0;
}

H5 {
    color: #000016;
    font-size: 1.17em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}

#conteneur_colonnes P {
    font-size: 1rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

#conteneur_colonnes OL {
    margin: 0;
    padding: 0 0 0 22px;
}

#conteneur_colonnes UL {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#conteneur_colonnes UL LI {
    overflow: hidden;
    position: relative;
    width:auto;
    margin-bottom:0;
}

#conteneur_colonnes a {
    color:#000016;
    text-decoration: none;
    letter-spacing: 0.01em;
    border-bottom: 1px solid #df6200;
    padding-bottom: .1rem;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    position: relative;
}

#conteneur_colonnes A .accessible {
    height: 1px;
    left: -900%;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

#conteneur_colonnes a:hover, #conteneur_colonnes a:focus {
    color: #000016;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.05) 100%);
    border-bottom: 2px solid #df6200;
}

#conteneur_colonnes IMG {
    border: 0;
}

CAPTION {
    font-weight: bold;
}

#conteneur_colonnes INPUT[type="submit"],
#conteneur_colonnes INPUT[type="button"],
#conteneur_colonnes BUTTON,
#conteneur_colonnes A.button {
    color: #fff;
    border-color: #c35600;
    border-style: solid;
    border-width: 2px;
    background-color: #c35600;
    padding: 0.75rem 1.375rem;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    outline: none;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: 0.01562em;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor:pointer;
}



#conteneur_colonnes INPUT[type="submit"]:hover,
#conteneur_colonnes INPUT[type="button"]:hover,
#conteneur_colonnes BUTTON:hover,
#conteneur_colonnes A.button:hover {
    text-decoration: none;
    border-color: #903f00;
    background-color: #903f00;
}



#LabelInfo {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #bce8f1;
    color: #31708f;
    background-color: #d9edf7;
    display: block;
}

#LabelInfo p:last-child {
    margin-bottom: 0;
}

#LabelMessage {
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    color: #a94442;
    background-color: #f2dede;
}

#panelMDP input[type=text] {
    width: 225px !important;
}

FORM FIELDSET {
    margin: 0;
    padding: 0 10px;
    border: none;
}

FORM FIELDSET INPUT[type="text"],
FORM FIELDSET INPUT[type="password"],
FORM FIELDSET SELECT,
FORM FIELDSET TEXTAREA {
    border: 1px solid #666666;
    color: #444444;
    padding: 2px;
}

FORM INPUT,
FORM SELECT,
FORM TEXTAREA {
    width: 264px;
    border: 1px solid #7a858c;
    font-size: 0.9em;
    padding: 5px;
    margin-top: 5px;
    border-radius: 4px;
}


form#frm_4307633588 {
    background: #efefef;
    padding: 20px;
    margin: 20px 0;
    width: auto;
    max-width: 300px;
}

#frm_4307633588 input {
    margin-bottom: 20px !important;
    min-width: 250px !important;
}

input#Soumettre:disabled {
    background: #CCCCCC !important;
    cursor: default !important;
    text-shadow: none !important;
    color: white !important;
}

input[type='submit']#Soumettre:disabled {
    background: #CCCCCC !important;
    cursor: default !important;
    text-shadow: none !important;
    color: white !important;
}

#fond_site {
    padding-bottom: 10px;
    height: auto;
}

#wrapper {
    max-width: 1024px;
    margin: 0 auto;
    box-shadow: 1px 1px 17px #888888;
}

#entete {
    background: #FFFFFF url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/entete-filigrane.png') 100% 0% no-repeat;
    position: relative;
}

#entete #skiptocontent {
    display: inline;
}

#entete #skiptocontent A,
#entete #skiptocontent A:hover,
#entete #skiptocontent A:visited {
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -500px;
}

#entete #skiptocontent A:focus,
#entete #skiptocontent A:active {
    top: 0;
    width: auto;
    height: auto;
}

#entete .form_recherche {
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 5px;
    border: none;
    padding: 0;
}

#entete .form_recherche INPUT {
    height: 20px;
}

#entete .form_recherche .mots_cles {
    border: none;
    padding: 0 5px;
    margin: 0;
    width: 140px;
    border-width: 0px;
}

#entete .form_recherche .btn_recherche_rapide {
    vertical-align: bottom;
}

#entete A.logo {
    position: relative;
    top: 30px;
    display: block;
    width: 352px;
    height: 54px;
    background: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/logo2013.png') no-repeat;
    margin: 0 0 0 15px;
    font-size: 0;
    line-height: 0;
}

#entete A.petit_logo {
    position: relative;
    top: 20px;
    display: block;
    width: 270px;
    height: 54px;
    background: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/petit_logo2013.png') no-repeat;
    margin: 0 0 26px 15px;
    font-size: 0;
    line-height: 0;
}

@media screen and (max-width: 942px) {
    #entete {
        background: #FFFFFF url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/entete-filigrane.png') 100% 0% no-repeat;
    }
}

@media screen and (max-width: 580px) {
    #entete {
        background-image: none !important;
    }
}

#entete_print {
    display: none;
}

#utilitaires {
    padding-top: 6px;
    font-size: 0.92em;
    line-height: 20px;
    text-align: right;
    float: right;
}

#utilitaires A {
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
    vertical-align: middle;
    color: #666666;
}

#utilitaires A:hover {
    text-decoration: underline;
}

#utilitaires UL {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #666666;
    line-height: 20px;
    vertical-align: top;
}

#utilitaires UL LI {
    display: inline;
    vertical-align: top;
}

#utilitaires UL LI A {
    color: #666666;
    text-decoration: none;
}

#utilitaires UL LI A:hover {
    text-decoration: underline;
}

#medias_sociaux A {
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 0;
}

#medias_sociaux A[title=Facebook] {
    background: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/social_sprite.png') 0 0 no-repeat;
}

#medias_sociaux A[title=Twitter] {
    background: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/social_sprite.png') -40px 0 no-repeat;
}

#medias_sociaux A[title=LinkedIn] {
    background: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/social_sprite.png') -20px 0 no-repeat;
}

#medias_sociaux A[title=YouTube] {
    background: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/social_youtube.png') 0 0 no-repeat;
}

#navigation_tertiaire STRONG {
    margin-right: 5px;
}



#navig_corpo {
    position: relative;
    width: 100%;
    height: 28px;
    margin-top: 72px;
    background-color: #CE4B13;
    clear: both;
}

#navig_corpo UL {
    padding: 0;
    margin: 0;
    float: left;
    position: relative;
}

#navig_corpo UL LI {
    display: inline;
}

#navig_corpo UL A {
    float: left;
    margin-right: 0;
    padding: 8px 10px 7px 10px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    font-family: "Arial", "Verdana", sans-serif;
    text-decoration: none;
}

#navig_corpo UL A.selected {
    background-color: #FFFFFF;
    padding: 7px 15px 6px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #CE4B13;
    color: #CE4B13;
}

#navig_corpo UL A:hover {
    background-color: #FFFFFF;
    color: #CE4B13;
}

#conteneur_colonnes {
    padding: 0 !important;
    max-width: 1140px !important;
    margin: 0 auto;
}

#colonne_navig {
    width: auto;
    margin: 30px 20px;
    box-sizing: content-box;
}

@media screen and (min-width: 854px) {
    
    #conteneur_colonnes {
        padding: 70px 0 !important;
        display:flex;
    }
    
    #colonne_navig {
        width: 100%;
        margin: 0 30px 0 0;
        max-width: 250px;
    }
}


#navigation {
    width: 100%;
    margin: 0 15px 0 0;
    padding: 0;
    background: #efefef;
    border-radius: 4px;
}

body #navigation li {
    list-style-type: none;
    position: relative;
    overflow: visible;
    width: 100%;
}

#navigation li a.titre {
    display: block;
    font-size: 1.6em;
    line-height: 1.0em;
    text-decoration: none;
    padding: 15px 10px;
    cursor: auto;
    border-bottom: 2px solid #fff;
}

#navigation li a.titre:hover, #navigation li a.titre:focus {
    background:none;
}

#navigation li ul.niveau2 {
    margin: 0;
    padding: 10px 0;
}

#navigation li ul.niveau2 li {
    margin: 0;
    padding: 5px 0;
    width: 100%;
}

#navigation li ul.niveau2 li a {
    text-decoration: none;
    font-size: 1em;
    line-height: 1em;
    display: block;
    padding: 5px 8px;
    border-bottom: none;
    border-left: 3px solid #efefef;
}

#navigation li ul.niveau2 li a:hover, #navigation li ul.niveau2 li a:focus {
    color: #c35600;
    background: none;
}

#navigation li ul.niveau2 li a.selected,
#navigation li ul.niveau2 li a.selected:hover {
    border-left:3px solid #c35600;
    color:#000016;
}

#navigation li ul.niveau2 li UL.niveau3 a {
    font-size: 0.8em;
    line-height: 1.1em;
    padding: 8px 10px 8px 20px;
}

#navigation li ul.niveau2 li UL.niveau3 LI {
    padding: 0;
    margin: 0;
    border: none;
}

#navigation LI UL.niveau2 LI UL.niveau3 LI:first-child A {
    padding-top: 10px;
}

#navigation LI UL.niveau2 LI UL.niveau3 LI:last-child A {
    padding-bottom: 10px;
}

#navigation LI.actif A.titre .top_left_tab {
    display: none;
}

#navigation LI.pros {
    display: none;
}

#navigation LI.etudiants {
    display: none;
}

#login_azimut_rapide {
    position: relative;
    border-left: 10px solid #561A55;
    margin-top: -1px;
}

#login_azimut_rapide .titre {
    color: #000;
    background-color: #D5D5D5;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 7px 9px 7px;
    border: 1px solid #000;
    border-left: none;
}

#login_azimut_rapide.alerte .titre {
    background-color: #DC3242;
    color: #fff;
}

#form_login_azimut {
    padding: 10px 0 0 0;
    margin: 0;
    color: #000;
    border-right: 1px solid #000;
}

#form_login_azimut FIELDSET {
    margin: 0;
    padding: 0 10px;
    border: none;
    font-size: 1em;
    position: relative;
}

#form_login_azimut FIELDSET INPUT {
    width: 90%;
    border: 1px solid #737373;
    color: #000016;
    margin: 0 5px 5px 0;
    font-size: 0.92em;
    padding: 2px 5px;
}

#form_login_azimut FIELDSET a#acceder_effacer {
    bottom: -8px;
    left: 10px;
}

#form_login_azimut FIELDSET input:-webkit-autofill {
    background-color: white;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#form_login_azimut FIELDSET A {
    position: absolute;
    left: 75px;
    font-size: .95em;
    font-weight: bold;
}

#form_login_azimut FIELDSET #acces_recup {
    top: -91px;
}

#form_login_azimut FIELDSET #motpasse_recup {
    top: -49px;
}

#form_login_azimut FIELDSET .conteneur_memoriser {
    font-size: 0.92em;
    line-height: 13px;
}

#form_login_azimut FIELDSET .conteneur_memoriser LABEL {
    color: #000;
    padding: 0;
    margin: 4px 0 0 0;
    float: left;
}

#form_login_azimut FIELDSET .conteneur_memoriser INPUT {
    width: auto;
    padding: 0;
    margin: 4px 3px 0 0;
    float: left;
    border: none;
}

#form_login_azimut FIELDSET .label_login {
    display: block;
    float: none;
    clear: left;
    font-size: 0.92em;
}

#form_login_azimut FIELDSET .mot_passe_oublie {
    clear: left;
    padding: 4px 0;
    display: none;
}

#form_login_azimut FIELDSET .mot_passe_oublie #motpasse_recup {
    text-decoration: underline;
    color: #000015;
    padding: 0;
    font-size: 0.92em;
}

#form_login_azimut .bouton {
    margin-top: 10px !important;
    background: #000;
    height: 23px;
    text-align: right;
    position: relative;
}

#form_login_azimut .bouton img {
    vertical-align: middle;
}

#form_login_azimut .bouton A#acceder_azimut {
    background: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/caret-blanc.png') no-repeat scroll 100% 50% transparent;
    color: #FFFFFF;
    font-size: 10px;
    height: 13px;
    padding: 0 20px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 5px;
}

#form_login_azimut .bouton INPUT {
    position: relative;
    top: 0px;
    height: 23px;
}

#form_login_azimut .bouton #bulle_info_login_azimut {
    background-image: url('//aristote.soquij.qc.ca/a/legacy/images/ul/graphiques/bulle_info_login_azimut.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    color: #FFFFFF;
    display: none;
    text-align: left;
    font-size: 0.83em;
    font-weight: bold;
    height: 55px;
    left: 120px;
    line-height: 1.1em;
    padding: 6px 7px 0;
    position: absolute;
    top: -55px;
    width: 102px;
    z-index: 2;
}

#form_login_azimut .bouton #bulle_info_login_azimut DIV {
    font-weight: normal;
    margin-top: 2px;
}

/* GG 2021.05.18*/
#colonne_principale.full_width {
    max-width: 935px;
}

#criteres {width:75%!important;margin-bottom:2em;}

ul.liste-criteres li {display: block;}

/* GG 2021.05.18 */

#colonne_principale {
    width: 100%;
    padding:20px;
    box-sizing: border-box;
    
}


@media screen and (min-width: 854px) {
    #colonne_principale {
        padding-right: 30px;
    }
}

@media screen and (min-width: 1024px) {
    #colonne_principale {
        padding-left: 30px;
        padding-right: 0;
    }
}




#ariane {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 0.92em;
    line-height: 1.2em;
}

#ariane LI {
    list-style-type: none;
    display: inline;
    color: #a6afb2;
}

#ariane LI A {
    text-decoration: none;
    border: none;
}

#ariane LI A:hover {
    border-bottom: 1px solid #df6200;
}

#ariane LI SPAN {
    color: #000016;
}

#contenu_entete {
    /* margin-bottom: 10px; */
}

#contenu_entete H1 {
    margin: 20px 0;
}

#contenu_entete P {
    margin-bottom: 20px;
}

#contenu_entete.image_accueil {
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 125px;
    min-height: 118px;
}

#contenu_corps .pleine_largeur {
    width: 100%;
    clear: left;
}

/* GG 2021.05.18 */
#contenu_corps .col_gauche {
    float: left;
    width: 400px;
    min-height: 1px;
	margin-right:2em;
}

#contenu_corps .col_droite {
    width: 260px;
    float: left;
    margin-left: 14px;
}
/* GG 2021.05.18 */

#contenu_corps .col_droite H2 {
    margin: 10px 0;
}

#contenu_corps .col_droite UL {
    margin: 0 0 25px 2px;
}

#contenu_corps .col_droite UL LI {
    margin: 5px 0;
}

#contenu_corps .col_droite UL LI H3 {
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 1em;
    color: #004072;
}

#contenu_corps .col_droite UL LI H3 A {
    color: #333333;
    text-decoration: none;
    font-size: 12px;
}

#contenu_corps .col_droite .bloc_info {
    background: #D5D5D5;
    padding: 0px 10px 0 10px;
    position: relative;
    overflow: hidden;
}

#contenu_corps .col_droite .bloc_info A.tmpl_plus {
    position: absolute;
    bottom: -10px;
    right: 20px;
}

#contenu_corps .col_droite .bloc_info .padding {
    padding: 10px;
}

#contenu_corps .col_droite .bloc_info .fcktexte {
    padding: 0px 3px 10px 0;
    font-size: 0.92em;
    line-height: 1.4em;
}

#contenu_corps .col_droite .bloc_info .frais {
    color: #252525;
    margin: 10px 0;
}

#contenu_corps .col_droite .bloc_info .sous_titre {
    color: #005082;
    font-size: 1.17em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 1px;
}

#contenu_corps .col_droite .bloc_info UL LI {
    padding-top: 0;
    padding-bottom: 0;
    line-height: inherit;
    overflow: inherit;
    margin-bottom: 10px;
}

#contenu_corps .col_droite .bloc_info UL LI A {
    font-weight: bold;
}

#contenu_corps .col_droite .bloc_info UL LI A.fichier {
    padding: 0 22px 0 0;
    line-height: 16px;
}

#contenu_corps .col_droite .bloc_info UL LI A.fichier_pdf {
    width: 82%;
    display: inline-block;
    background-position: 100% 50%;
}
/* GG 2021.05.18*/
#actions {
    position: relative;
    top: 20px;
    clear: both;
	display:none;
}
/* GG 2021.05.18*/

#actions UL {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #561A55;
    padding: 5px 0 0 10px;
    margin: 0px;
    list-style-type: none;
    font-size: 0.83em;
    line-height: 1.2em;
}

#actions UL LI {
    margin-bottom: 8px;
    padding-bottom: 8px;
}

#actions UL LI A {
    padding: 0 0 0 25px;
    color: #505053;
    text-decoration: none;
}

#actions UL LI A#rss {
    background: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/rss.png') no-repeat 3px 50%;
}

#actions UL LI A#envoyer_ami {
    background: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/action_sprite.png') no-repeat 0 0;
    height: 11px;
}

#actions UL LI A#imprimer {
    background: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/action_sprite.png') no-repeat 0 -11px;
    height: 15px;
}

#colonne_complements {
    float: right;
    width: 160px;
    margin-right: 10px;
    display: none;
}

#colonne_complements .pub {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
}

#pied {
    background: none;
    clear: both;
}

#pied UL {
    margin: 0;
    padding: 8px 18px 8px 18px;
    background: #949496;
    color: #FFFFFF;
    text-align: center;
}

#pied UL LI {
    list-style-type: none;
}

#pied UL LI A {
    color: #FFFFFF;
    text-decoration: none;
}

#pied UL LI A.selected {
    color: #004072;
}

#pied UL LI A:hover {
    text-decoration: underline;
}

#pied #signature {
    color: #000;
    margin: 10px 0;
    text-align: center;
    width: 100%;
    font-size: 0.92em;
}

#pied #signature A {
    color: #000000;
    text-decoration: none;
}

#pied #signature A:hover {
    text-decoration: underline;
}

#recherche FORM {
    padding-bottom: 15px;
}

#recherche FORM SELECT {
    margin-bottom: 5px;
}

#contenu_corps {
    margin-top: 30px;
}


#contenu_corps .decision {
    margin-top: 20px;
}

.date {
    color: #737373;
    font-size: 0.92em;
    line-height: 1em;
    margin-bottom: 5px;
    display: block;
}

#message_erreur_login {
    margin: 10px auto 10px auto;
    padding: 8px;
    width: 80%;
    font-weight: bold;
    color: #fff;
    font-size: 0.92em;
    line-height: 1em;
    background-color: #d62424;
}

A.plus {
    background-position: 159px 4px;
    background-repeat: no-repeat;
    bottom: 9px;
    color: #444444;
    font-size: 0.92em;
    left: 0;
    line-height: 1.1em;
    padding: 3px 18px 3px 5px;
    position: absolute;
    text-align: right;
    text-decoration: none;
    width: 150px;
}

A.plus:hover {
    text-decoration: underline;
}


A.tmpl_plus {
    display: inline-block;
    margin-bottom: 30px;
}


/***

A.tmpl_plus {
    display: block;
    padding: 3px 20px 3px 5px;
    font-size: 0.92em;
    line-height: 1.3em;
    text-align: right;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #561A55;
    background-image: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/caret-blanc.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
}

A.tmpl_plus:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

P A.tmpl_plus {
    position: relative;
    width: 132px;
}

LI A.tmpl_plus,
.fcktexte LI A.tmpl_plus {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-top: 5px;
    color: #FFFFFF;
}

LI A.tmpl_plus:hover,
.fcktexte LI A.tmpl_plus:hover {
    color: #FFFFFF;
}

***/

A.retour {
    background: url('//aristote.soquij.qc.ca/a/legacy/images/ul/graphiques/retour_nouvelles.gif') no-repeat scroll left 4px transparent;
    color: #666666;
    float: right;
    font-size: 0.92em;
    line-height: 1.2em;
}
#conteneur_colonnes a.retour {
    background: none;
}

.tmpl_tableau_colore {
    border-collapse: collapse;
    font-size: 0.92em;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.tmpl_tableau_colore TR {
    vertical-align: top;
}

.tmpl_tableau_colore TR TH {
    background-color: #CCCCCC;
    border: 2px solid #FFFFFF;
    font-weight: normal;
    padding: 4px 8px;
    text-align: left;
}

.tmpl_tableau_colore TR TH H4,
.tmpl_tableau_colore TR TH H5 {
    color: #561A55;
}

.tmpl_tableau_colore TR TD {
    background-color: #F6F6F6;
    border: 2px solid #FFFFFF;
    padding: 4px 8px;
}

.erreur {
    color: #D92525;
    margin: 0;
}

#contact form {
    background: #efefef;
    padding: 20px;
    margin: 20px 0;
    width: auto;
    max-width: 300px;
}

#contact INPUT,
#contact SELECT,
#contact TEXTAREA {
    width: 264px;
    border: 1px solid #7a858c;
    font-size: 0.9em;
    padding: 5px;
    margin-top: 5px;
    border-radius: 4px;
}

#contact INPUT[type="checkbox"],
#contact INPUT[type="radio"] {
    width: auto;
}

#contact INPUT[type="submit"] {
    width: auto;
    border: none;
}

#contact .bouton INPUT {
    width: auto;
}

INPUT.special {
    display: none;
}


.bloc_deroulant {
    background: #efefef;
    margin: 20px 0 2px 0;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    max-width:580px;
}

#conteneur_colonnes .bloc_deroulant A.lien_deroulant,
#conteneur_colonnes .bloc_deroulant A.lien_deroulant:hover {
    display: block;
    padding: 7px 22px 7px 10px;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/plus.png');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-color: #c35600;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius:4px;
}

.bloc_deroulant A.lien_deroulant.selected {
    background-image: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/moins.png');
}

.bloc_deroulant .zone_deroulante {
    margin: 15px;
    border: none;
}

.bloc_deroulant .zone_deroulante UL {
    margin: 0 0 0 10px;
}

.note {
    font-size: 0.92em;
    line-height: 1.2em;
}
.bouton INPUT[type="submit"] {
    border: none;
    background-color: #c35600;
    color: #FFFFFF;
    padding: 4px 6px;
    font-weight: bold;
    cursor: pointer;
    overflow: visible;
    text-decoration: none;
}

.bouton INPUT[type="submit"]:hover,
.bouton .btn-az:hover {
    cursor: pointer;
    background: #903f00;
}

#jugements_resultats #nb_resultats h1 a {
    display: none;
}

#jugements_resultats #nb_resultats .navig_resultats_ti a, #nb_resultats .navig_resultats a {
    background-color: #c35600 !important;
    border-color: #c35600 !important;
}

#jugements_resultats #nb_resultats {
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
}

#jugements_resultats #nb_resultats {
    color:#000016!important;
    background-color: #efefef !important;
    font-weight: normal !important;
    font-family: 'Roboto' !important;
    font: normal 1em/1.2em Roboto, Verdana, sans-serif !important;
}

body #jugements_resultats .tb-parties-en {
    width: 30%;
}

body #jugements_resultats #tblresult td.tb-parties-en a {
    border-bottom: 1px solid #df6200 !important;
}

#nb_resultats h1.ti {
    color:#000016 !important;
}

#nb_resultats .navig_resultats_ti a, #nb_resultats .navig_resultats a {
    background-color: #c35600!important;
    border-color: #c35600!important;

}

@media screen and (max-width: 768px) {
    body .navig_resultats_ti,
    body .navig_resultats {
        float: right !important;
        width: auto !important;
        background-color: transparent !important;
        padding: 0 0 10px 0 !important;
        margin: 0;
    }
}

body #jugements_resultats #tblresult td {
    padding: 10px 7px!important;
}

body #jugements_resultats #tblresult td a {
     border-bottom: none !important;
}

body #jugements_resultats #tblresult td a:visited {
    color: #41758c;
}

body #jugements_resultats #tblresult td a:hover,
body #jugements_resultats #tblresult td a:focus {
    border-bottom: none !important;
    text-decoration:underline;
}

#conteneur_colonnes a.sortheader {
    border-bottom: none !important;
}

#conteneur_colonnes a.sortheader:hover,
#conteneur_colonnes a.sortheader:focus {
    border-bottom: none !important;
}


.btn-az {
    border: none;
    background-color: #c35600;
    color: #FFFFFF;
    padding: 4px 6px;
    font-weight: bold;
    cursor: pointer;
    overflow: visible;
    text-decoration: none;
    display: inline-block;
    margin-top: 1em !important;
}

.btn-az:hover {
    color: #FFFFFF;
    margin-top: 1em !important;
}

.btn-azhover {
    color: #FFFFFF;
    margin-top: 1em !important;
}

.btn-azhover:hover {
    color: #FFFFFF;
    margin-top: 1em !important;
}

#message_erreur {
    background: url('//aristote.soquij.qc.ca/a/legacy/images/admin/icones/erreur.gif') no-repeat scroll 4px center #D62424;
    color: #FFFFFF;
    font-weight: bold;
    margin: 5px auto 20px;
    padding: 8px;
    width: 80%;
}

#message_erreur UL {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 28px;
}

#promo_entete {
    position: absolute;
    right: 0;
    bottom: 34px;
    text-align: center;
}

UL.liste_bordure_gauche LI {
    padding-bottom: 10px;
    margin-bottom: 40px;
}

UL.liste_bordure_gauche LI H2 {
    margin: 0 0 15px 0;
}

#map_container {
    padding-top: 20px;
    width: 100%;
}

#map_container H2 {
    padding: 0;
    margin: 0;
}

#map_container #directionsForm {
    color: #252525;
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
}

#map_container #directionsForm #fromAddress,
#map_container #directionsForm #go {
    border: 1px solid #666666;
    color: #252525;
    padding: 0;
    vertical-align: bottom;
}

#map_container #directionsForm #fromAddress {
    width: 200px;
    height: 20px;
    margin: 0;
}

#map_container #directionsForm #go {
    height: 22px;
    margin: 0 0 0 2px;
    padding: 0 2px;
    background-color: #FFFFFF;
}

#map_container #directionsForm #go:hover {
    cursor: pointer;
    background-color: #EEEEEE;
}

#map-canvas {
    height: 286px;
    width: 100%;
    margin-top: 10px;
}

.versionmobile {
    display: inline-block;
    margin-left: 5em;
    padding: 0;
}

.fcktexte {
    padding: 0 0 10px 0;
}

.fcktexte p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

.fcktexte ul {
    margin: 5px 20px;
    padding: 0;
    list-style-type: none;
}



.fcktexte ol {
    margin: 5px 0;
    padding: 0 0 0 18px;
}

.fcktexte ol li {
    background-image: none;
    padding: 2px 0;
    margin: 0;
}

.fcktexte ol.citation {
    margin: 0;
    padding: 0;
    margin-left: 18px;
    list-style-type: decimal;
}

.fcktexte span.citation_texte {
    color: #000;
}

.fcktexte h3 {
    margin: 0;
    font-family: "NewsGothic";
}

.fcktexte a.fichier {
    padding: 2px 0 0 22px;
    display: inline-block;
}

.fcktexte a.fichier_pdf {
    background: url('//aristote.soquij.qc.ca/a/legacy/images/ul/icones/pdf.gif') no-repeat 0 50%;
}

.fcktexte a.fichier_doc {
    background: url('//aristote.soquij.qc.ca/a/legacy/images/ul/icones/doc.gif') no-repeat 0 50%;
}

#popup {
    width: auto;
    background: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/fond.png') repeat scroll 0 0 transparent;
    padding: 10px;
    position: relative;
}

#fermer,
#fermer_tb {
    background: url('//aristote.soquij.qc.ca/a/legacy/images/ul/icones/supprimer_produit.gif') no-repeat scroll right 1px transparent;
    color: #444444;
    font-size: 0.83em;
    line-height: 1.2em;
    padding-right: 15px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
}

.btn-collapsed {
    padding: 3px 8px !important;
    margin: 0 !important;
    background: none;
    display: none;
    position: absolute !important;
    right: 15px;
    top: 20px;
    height: 14px;
    z-index: 1;
    -webkit-border-radius: 3px 3px 3px 3px !important;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px !important;
    border: none !important;
}

.btn-collapsed .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    margin: 2px 0;
}

#navig_corpo .icon-bar {
    background-color: #df5c24;
}

#navigation .corpo .icon-bar {
    background-color: #df5c24;
}

#navigation .citoyens .icon-bar {
    background-color: #df5c24;
}

#navigation .pros .icon-bar {
    background-color: #df5c24;
}

#navigation .etudiants .icon-bar {
    background-color: #df5c24;
}

.titre_special {
    text-transform: uppercase;
    line-height: 1em;
    padding-bottom: 10px;
    border-bottom: 1px dotted #561A55;
}

.couleur_section {
    color: #df5c24;
}

#back_to_top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: none;
}

#back_to_top A {
    background-image: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/menu-caret-mauve-droit.png');
    background-repeat: no-repeat;
    display: block;
    color: #561A55;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    opacity: 0.5;
}

#form_login_azimut #message_alerte p {
    font-size: 0.9em;
    color: #DC3242;
    padding: 0 10px 10px 10px;
}

@media print {
    #entete {
        display: none;
    }

    #entete_print {
        display: block;
        height: 100px;
        background-color: #FFF;
        border-bottom: 1px solid #333;
        margin-bottom: 2em;
    }
}

div.probleme {
    clear: left;
    padding: 4px 0;
}

div.probleme A.signaler {
    text-decoration: underline;
    color: #000015;
    padding: 0;
    font-size: 0.92em;
}

.mention_pub {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 2px #DDDDDD;
    color: #707070;
    cursor: default;
    width: 55px;
    position: absolute;
    text-align: center;
    font-size: 10px !important;
}

.mention_pub::before {
    content: "Publicit\00E9";
}

#mention_complements {
    top: 10px;
    right: 105px;
}

#mention_entete {
    top: -10px;
    left: 10px;
}

@media screen and (max-width: 480px) {
    #form_login_azimut FIELDSET #acces_recup {
        top: -111px;
    }

    #form_login_azimut FIELDSET #motpasse_recup {
        top: -69px;
    }
}

.ui-widget-header-custom {
    font-weight: bold;
    font-size: 18px;
    background: #017CB7 !important;
    color: #ffffff !important;
}

.ui-widget-overlay {
    background: #000 !important;
    filter: alpha(opacity=75) !important;
    -moz-opacity: 0.75 !important;
    opacity: 0.75 !important;
}

.ui-dialog .ui-dialog-content {
    padding: 30px 1em !important;
    font-size: 14px;
}

.ui-dialog-buttonset {
    float: none !important;
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em 0 .5em 2em !important;
}

.ui-dialog-buttonset .ui-button {
    color: #ffffff !important;
    background: #ce4b13 !important;
    border-color: #ffffff !important;
}

.ui-dialog-buttonset .ui-button:hover,
.ui-dialog-buttonset .ui-button:focus,
.ui-dialog-buttonset .ui-button:active {
    color: #265680 !important;
    background: #ffffff !important;
    border-color: #e0e0e0 !important;
}

/* GG 2021.05.18 */
#contenu_entete.image_accueil {
    background-image:none;
}

#translations_finder SELECT {
    width: 100%;
    border: 1px solid #7a858c;
    font-size: 0.9em;
    padding: 5px;
    margin-top: 5px;
    border-radius: 4px;
}

#translations_finder .bouton {
    text-align: left;
}

body #translations_finder .bouton input {
    padding: 0.5rem 1.375rem !important;
    margin-bottom: 30px;
}

/* GG 2021.05.18 */
#waitmsg {
    color: #000016;
    font-size: 4em;
    font-weight: bold;
    margin: 5em 5em 20em 5em;	
    text-align: center;
}
/* GG 2021.05.18 */
#types {
    margin: 30px 0;
    padding-bottom: 20px;
}

#types .type {
    float: left;
    width: 49%;
    background-color: #efefef;
    padding: 15px;
    box-sizing: border-box;
    border-radius:4px;
}

#types .type_dernier {
    margin-left: 2%;
}

#types h2 {
    color: #000016;
    margin: 0;
    padding: 0;
    font-size: 22px;
}

#types FORM {
    margin: 20px 0 0 0;
    padding: 0;
}

#types UL {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#types UL LI {
    margin-bottom: 15px;
}

#types SELECT, #types INPUT[type="text"] {
    border: 1px solid #7a858c;
    font-size: 0.9em;
    padding: 5px;
    width: 100%;
    margin-top: 5px;
    border-radius: 4px;
}

#types INPUT.mots_cles {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *width: 97%;
}

#types .ligne-bouton {
    padding-top: 10px;
    text-align: left;
}

input#recherchemc {
    box-sizing: border-box;
}

#types .date_decision DIV {
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
}



#types .date_decision LABEL {
    float: left;
    width: 60px;
    padding: 7px;
}

.zone {
    background-color: #D5D5D5;
}


#info_supp H4 {
    margin-bottom: 10px;
}

#info_supp UL {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#info_supp UL LI {
    padding: 5px 0;
}

@media screen and (max-width: 1023px) {
    #colonne_complements {
        display: none;
    }

    #promo_entete {
        display: none;
    }
}

@media screen and (min-width: 854px) {
    #navig_corpo UL {
        display: block !important;
    }

    
}

@media screen and (max-width: 854px) {
    #entete {
        background-image: none;
    }

    #navig_corpo {
        margin-top: 42px;
    }

    #navig_corpo UL {
        display: none;
        top: 28px;
        margin: 0 0 28px 0;
        width: 100%;
        background-color: #FFFFFF;
    }

    #navig_corpo UL LI {
        display: block;
        margin: 0;
    }

    #navig_corpo UL LI A {
        float: none;
        display: block;
        color: #CE4B13;
        border-bottom: 1px solid #CE4B13;
        background-image: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/caret_droit_sprite.png');
        background-repeat: no-repeat;
        background-position: 97% -392px;
    }

    #navig_corpo UL LI A:hover,
    #navig_corpo UL LI A.selected {
        border-width: 0 0 1px 0;
        background-color: #F0B98C;
    }

    #navig_corpo .form_recherche {
        left: 5px;
        right: auto;
    }

    #navig_corpo .form_recherche #mots_cles {
        width: 175px;
    }

    #navig_corpo .btn-collapsed {
        display: block;
    }


    #colonne_principale .image_accueil {
        background-image: none;
        padding-right: 0;
        min-height: 1px;
    }

    #colonne_principale #accueil #a_signaler LI {
        float: none;
        width: auto;
        height: auto;
        margin-bottom: 15px;
    }

    #colonne_principale A.plus {
        width: 94%;
        padding-right: 5%;
    }

    #contenu_corps .col_gauche,
    #contenu_corps .col_droite {
        float: none;
        width: 100%;
        margin: 0;
    }

    #contenu_corps .pleine_largeur {
        clear: none;
    }

    #actions {
        clear: none;
    }
}

@media screen and (max-width: 640px) {

    #entete A.logo,
    #entete A.petit_logo {
        background-image: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/logo2013_mobile.png');
        height: 69px;
        width: 153px;
        top: 10px;
        margin-left: 5px;
    }

    #ariane {
        display: none;
    }

    #types {
        max-width: 290px;
    }

    #types .type,
    #types .type_dernier {
        float: none;
        width: auto;
        margin: 0 0 10px 0;
    }

    #navig_corpo {
        margin-top: 20px;
    }

    #medias_sociaux,
    #navigation_tertiaire {
        display: block;
        float: none;
    }

    #medias_sociaux {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 854px) {

    #navigation .niveau2,
    #navigation #login_azimut_rapide {
        display: block !important;
    }
}

@media screen and (max-width: 1024px) {
    #navigation {
        margin-right: 0;
    }

    #navigation BR {
        display: none;
    }

    #navigation LI.actif .btn-collapsed {
        display: block;
    }

    #navigation .niveau2,
    #navigation #login_azimut_rapide {
        display: none;
    }

    #form_login_azimut FIELDSET .conteneur_memoriser {
        clear: left;
    }

    #form_login_azimut FIELDSET .conteneur_memoriser LABEL,
    #form_login_azimut FIELDSET .conteneur_memoriser INPUT {
        float: none;
    }

    #contenu_entete {
        margin-top: 10px;
    }

    #sous_navig_catalogue .avec_niveau3 UL {
        width: 125px;
    }

    #emplois FORM .form-group LABEL {
        width: 200px;
    }

    #emplois FORM .form-group SELECT,
    #emplois FORM .form-group INPUT[type="text"],
    #emplois FORM .form-group INPUT[type="email"],
    #emplois FORM .form-group INPUT[type="file"] {
        width: 200px;
    }
}

.style_bouton {
    border: none;
    background-color: #561A55;
    color: #FFFFFF;
    padding: 4px 6px;
    font-weight: bold;
    cursor: pointer;
    overflow: visible;
    text-decoration: none;
}

.section_caret_droit {
    background-image: url('//aristote.soquij.qc.ca/a/legacy/images/soquij2013/caret_droit_sprite.png');
    background-repeat: no-repeat;
    background-position: 0 2px;
}



/* Hack for header */
#header_desktop .SqBarNav-ButtonsWrapper a.MuiButton-outlinedPrimary:visited {color:#df6200;outline:none;}
#header_desktop .SqBarNav-ButtonsWrapper a.MuiButton-outlinedPrimary:visited:hover {color:#fff;outline:none;}
#header_desktop .SqBarNav-ButtonsWrapper a.MuiButton-containedPrimary:visited {color:#fff;outline:none;}
#header_desktop a.SqCarte-ActionArea .SqLink-Label:hover {color:#fff;}
#header_desktop a.SqCarte-ActionArea p:hover {color:#fff;}
#header_desktop a.SqCarte-ActionArea .SqLink-Label:visited:hover {color:#fff;}
#header_desktop a.SqCarte-ActionArea p:visited:hover {color:#fff;}
#header_desktop a.SqCarte-ActionArea:visited {color:#fff;}
#header_desktop a.SqCarte-ActionArea:hover, #header_desktop a.SqCarte-ActionArea:focus  {border-bottom:none;}

#header_desktop a.SqMegaMenuColonne-SqLink img, #header_desktop .SqBarNav-Link a img, #header_desktop a.SqCarte-ActionArea img {
 display:none;
}


body #decision_ti a, body #decision_ti a:hover, body #decision_ti a:focus {
    color: #444444;
    text-decoration: none;
    display: inline;
    border: none !important;
    background: none;
    padding: 0;
}

#vedette h4 {
    background: #efefef;
    padding: 15px 20px;
    margin-bottom: 35px;
    border-radius: 4px;
    width: auto;
    display: inline-block;
    font-size: 1rem;
}

/*** NAVIGATION ***/

#pageNavPosition {
    background-color: transparent !important;
    color: #555  !important;
}


#pageNavPosition span.pg-normal {
    color:#000016;
    text-decoration: none;
    letter-spacing: 0.01em;
    border-bottom: 1px solid #df6200;
    padding-bottom: .1rem;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    position: relative;
    margin: 0 5px;
}

#pageNavPosition span.pg-normal:hover, #pageNavPosition span.pg-normal:focus {
    color: #000016;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.05) 100%);
    border-bottom: 2px solid #df6200;
}

#pageNavPosition span.pg-selected {
    margin: 0 10px;
}


/*** Page editeur ***/
#colonne_principale table ul ul li {
    display: block;
    margin-bottom: 12px;
}

#colonne_principale table ul ul li a.zip {
    display: inline-block;
    clear: both;
    padding-bottom: 1px;
}

#colonne_principale table ul ul li a.zip:hover {
    padding-bottom: 0;
}

