/* top bar */

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



/* ........... 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;*/
    }
}


.Band:nth-child(odd) {
    background-color: white;
}

.Band:nth-child(even) {
    background-color: #F6F6F6;
}




a.Button {
    background-color: #E62A45;
}

a:hover.Button {
    background-color: black;
    color: white;
}

a.English {
    background-color: red;
    color: white;
}

    a.English:hover {
        background-color: black;
        color: white;
    }

a {
    color: #E62A45;
}


/* ....... H E A D .......... */


/*.Henri {
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 65%;*/
    /*border: 2px solid white;*/
    /*position: absolute;
    bottom: 30%;
    margin-left: 25%;
    background-image: url(../images/equipe_yukon_logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: contain;
}*/


.Mouse {
    bottom: 10%;
    border-color: #999;
}

.Mouse {
    bottom: 10%;
    border-color: #999;
}

    .Mouse span {
        background: #999;
    }



.EnRecrutement {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 9%;
    /*border: 2px solid green;*/
    position: absolute;
    bottom: 0;
    margin-left: 5%;
    background-image: url(images/equipe_yukon_enrecrutement.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: contain;
}

    .EnRecrutement.EN {
        background-image: url(images/equipe_yukon_enrecrutement-en.png);
    }
