


/* ........................................*/
/* ........... nav.standalone.css ............*/
/* ........................................*/


.Standalone ul.Normal li a {
    /*color: #CA7F32;*/
}

    .Standalone ul.Normal li a:hover {
        /*color: blue;*/
    }


/* top bar */

/*@media (min-width: 1024px) {
    .main_h::before {
        background-image: url(./head_droits.png);
    }
}*/


a.Button,
.Standalone ul.Normal li.Button a,
input[type="submit"] {
    /*background-color: xx; */
}


    a.Button:hover,
    input[type="submit"]:hover,
    .Standalone ul.Normal li.Button a:hover {
        /*background-color: xx; */
    }



/* Icon Gallery - Hover */
.TemplateIcon a:hover h3 {
    color: #866c4f;
}


/*Hover */
.ContactBar > div > a:hover > span,
.TemplateIcon > div a:hover span,
.TemplateIcon.Contact > div a:hover span {
    filter: brightness(.65) saturate(15) hue-rotate(330deg); /* Darker hot pink */
}

.Reverse .TemplateIcon:not(.Contact) > div a:hover span[style*=".svg)"] {
    /*filter: brightness(1.5); */
}


/* ........... L O G O  ............ */



.Standalone ul.Core li.Logo a {
    background-image: url(https://assets.afy.ca/_skin/navbar/navbar_logo_mobile.svg);
}

@media (min-width: 1024px) {
    .Standalone ul.Core li.Logo a {
        background-image: url(https://assets.afy.ca/_skin/navbar/navbar_logo_full.svg);
        /*width: xx;*/
    }
}




/*--------- T Y P O ----------- */



h1,
h2 {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    letter-spacing: normal;
}

h1 {
    font-size: 5em;
}

h2 {
    font-size: 3em;
}





[class*='Template'] p.Intro,
p.Intro {
    color: #5B5A4F;
    font-size: 1.5em;
    margin-left: 15%;
    margin-right: 15%;
}

@media (max-width: 40em) {
    p.Intro {
        margin-left: 5%;
        margin-right: 5%;
    }
}

[class*='Template'] p.Notes,
p.Notes {
    width: 100%;
    margin-top: 8em;
    color: #5B5A4F;
}




/*---------- Style de texte Gallery d'Icones ---------- */




.Juriste h3 {
    text-align: center;
    font-family: 'Light';
    letter-spacing: normal;
    font-size: 1em;
    line-height: 1.35em;
}

.Juriste span {
    display: block;
    clear: both;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 2.25em;
    margin-bottom: .25em;
}

@media (max-width: 75em) {
    .Juriste h3 {
        font-size: 1.25em;
    }

    .Juriste span {
        font-size: 2.5em;
        line-height: 0.5em;
        margin-bottom: .25em;
    }
}

@media (max-width: 29em) {
    .Juriste h3 {
        font-size: 1.5em;
        line-height: 1.35em;
    }

    .Juriste span {
        font-size: 2.75em;
        line-height: 0.6em;
        margin-bottom: .25em;
        width: 200%;
        margin-left: -50%;
    }
}
