/*------------------------------------------*/
/*----------------- GENERAL ----------------*/
/*------------------------------------------*/

body {
    margin: 0px;
    font-family: Arial;
    font-size: 14px;
    /*line-height: 17px;*/
    color: #212121;
    background: #fff;
    overflow-x: hidden;
    width: 100%;
}

.fullpage {
    overflow-x: hidden;
}

.bodyFixed {
    position: fixed;
    overflow-y: scroll;
}


.ct {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 960px;
    padding: 0 10px;
}

/*.conteneurContenuBloc {
    margin-bottom: 20px;
}*/

/*------- Couleur du loader et des selecteur -------*/

::-moz-selection {
    background: #2574ab;
    color: #fff
}

::selection {
    background: #2574ab;
    color: #fff
}

.spinner > div {
    background-color: #2574ab;
}

/*----------------- TEXTES ----------------*/

h1,
.h1 {
    font-size: 35px;
    line-height: 40px;
    color: #000;
    margin-bottom: 30px;
}

h2,
.h2 {
    font-size: 25px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
}

h3,
.h3 {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 10px;
}

a {
    color: #000;
    /*text-decoration: none;*/
}

    a:hover {
        text-decoration: none;
    }

/*p {
    font-family: Arial;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0px;
}*/

img {
    border: 0px;
}

ul {
    margin: 0px 0 20px 20px;
    list-style: none;
    text-align: justify;
}

li {
    list-style-type: disc;
}

ul ul {
    margin: 0px 0 10px 0;
    list-style: none;
    text-align: justify;
}

    ul ul li {
        margin-left: 20px;
        list-style-type: circle;
    }

.ulOrder li {
    list-style-type: decimal;
}

/*---------- Boutons ---------*/

.btn {
    text-decoration: none;
    text-align: center;
    background: #222;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    transition: 0.3s all ease-out;
    border: 1px solid #222;
}

    .btn:before {
        font-family: 'boonIco';
    }

    .btn:hover {
        background: none;
        color: #222;
        cursor: pointer;
    }

/*---------- CLASSES PERSO ---------*/

.important {
    font-weight: bold;
}

.color {
    color: #0899AE;
}

.legende {
    font-style: italic;
}

.mark {
    color: #0899AE;
    background-color: #f4f8fb;
    border-radius: 4px;
    padding: 3px 6px;
}

.signature {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #376293;
}

.citation {
    font-size: 28px !important;
    font-style: italic;
    color: #999;
    font-weight: lighter;
    font-family: 'Rozha One', serif !important;
    line-height: 34px !important;
    text-align: center !important;
}

.notes {
    font-size: 13px;
    font-style: italic;
    background-color: rgba(150,150, 150, 0.1);
    color: #999;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(150, 150, 150, 0.3);
    border-radius: 5px;
}

    .notes:before {
        font-size: 13px;
        font-style: italic;
        font-weight: lighter;
        content: "\e91f";
        font-family: boonIco;
        margin-right: 10px;
    }

.retourBtn {
    text-align: left;
    margin: 5px 0;
}

.flottant {
    float: right;
    margin: 0 0 15px 30px;
}

.alignMiddle {
    position: relative;
    display: block;
}

.alignMiddleIn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
}

/*-----------------------------------------*/
/*----------------- HEADER ----------------*/
/*-----------------------------------------*/

header {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px;
}

.headTop {
    background-color: #1d1d1b;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}

.headTop-span {
    color: #fff;
    font-size: 15px;
    line-height: 40px;
}


#logo {
    width: 24vw;
    max-width: 500px;
    margin: auto;
    margin-top: 4vw;
}

    #logo img {
        width: 100%;
    }

/*----------- Langues ----------*/

#languesCt {
    text-align: right;
    /* margin-bottom: 10px;*/
}

.langues a {
    text-decoration: none;
    padding: 7px;
    text-transform: uppercase;
    display: inline-block;
}

    .langues a:hover {
        background: #274a71;
        color: #fff;
    }


/*----------- Panier ----------*/

#panierMini {
    margin-bottom: 10px;
}

#lblQte {
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    border-radius: 10px;
    background: #000;
    color: #fff;
    font-size: 9px;
    padding: 3px;
    display: inline-block;
}

/*----------- Login ----------*/

.deconnexionCt {
    display: none;
    margin-bottom: 10px;
}

.connexionNom {
    padding-right: 10px;
}

    .connexionNom:hover {
    }

.lienDeconnexion {
}

    .lienDeconnexion:hover {
    }

/*----------- Recherche ----------*/

.divRecherche {
    text-align: right;
}

    .divRecherche input[type="text"] {
        width: 200px;
        margin-right: 0px;
        font-size: 12px;
    }

.btnRecherche {
    margin: 0;
    padding: 5px 10px;
    background: #222;
    color: #fff;
    text-decoration: none;
}

    .btnRecherche:hover {
        background: #666;
    }

/*-------------------------------------------------------*/
/*-------------- BANDEAU SLIDER -------------------------*/
/*-------------------------------------------------------*/
/**/
.bandeauSliderHome {
    visibility:hidden; 
}

/*.bandeauSliderHome .videoSlider {
    width: 100%;
    height: 100%;
}*/

.bandeauSliderHome video {
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}

    .bandeauSliderHome .swiper-container {
        /*  max-height: 100vh;*/
        height: 93vh;
    }

    .bandeauSliderHome .swiper-container .swiper-wrapper {
        max-height: 100vh;
    }

        .bandeauSliderHome .swiper-container .swiper-wrapper .swiper-slide {
            max-height: 100vh;
        }

            .bandeauSliderHome .swiper-container .swiper-wrapper .swiper-slide img {
                -o-object-fit: cover;
                   object-fit: cover;
                -o-object-position: center center;
                   object-position: center center;
            }


.bandeauSliderMaster {
    position: relative;
}

    .bandeauSliderMaster .swiper-container {
        height: 400px;
    }

/*---------- Actus Home ---------*/

.actuCt {
    position: relative;
    width: 400px;
    margin: 0px 20px;
    float: left;
}

.actuImage {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .actuImage img {
        width: 100%
    }

.actuDesc {
}

.actuTitre {
    margin-bottom: 10px;
}

.actuDate {
    margin-bottom: 10px;
}

.actuTexte {
    margin-bottom: 10px;
    max-height: 90px;
    overflow: hidden;
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
}

.actuLien {
    text-align: right;
}

    .actuLien a {
        font-size: 13px;
    }

/*---------- Events Home ---------*/

.eventCt {
    position: relative;
    width: 400px;
    margin: 0px 20px;
    float: left;
}

.eventImage {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .eventImage img {
        width: 100%
    }

.eventDesc {
}

.eventTitre {
    margin-bottom: 10px;
}

.eventDate {
    margin-bottom: 10px;
}

.eventTexte {
    margin-bottom: 10px;
    max-height: 90px;
    overflow: hidden;
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
}

.eventLien {
    text-align: right;
}

    .eventLien a {
        font-size: 13px;
    }

/*---------- Blog Home ---------*/

.articleCt {
    position: relative;
    width: 400px;
    margin: 0px 20px;
    float: left;
}

.articleImage {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .articleImage img {
        width: 100%
    }

.articleTitre {
    margin-bottom: 10px;
}

.articleLien {
    text-align: right;
}

    .articleLien a {
        font-size: 13px;
    }

.reponseBlogDe {
    margin-top: 10px;
    padding-left: 20px;
}

    .reponseBlogDe span {
        font-weight: bold;
        color: #000000;
        clear: both;
        height: 20px;
        padding-top: 10px;
    }

/*------------------------------------------------------*/
/*-------------------- CONTENU -------------------------*/
/*------------------------------------------------------*/

/*---------- Contenus des Blocs ---------*/

.contenuFullPage .contenuMixteImageG {
    width: 50%;
    height: 450px;
    float: left;
    min-height: 1px;
    overflow: hidden;
}


    .contenuFullPage .contenuMixteImageG .photoColonne img {
        height: 450px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
    }

    .contenuFullPage .contenuMixteImageG .swiper-slide img, .contenuFullPage .contenuMixteImageD .swiper-slide img {
        height: 450px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
        width: 100%;
    }

    .contenuFullPage .contenuMixteImageG .swiper-button-prev, .contenuFullPage .contenuMixteImageG .swiper-button-next {
        display: none;
    }

.contenuFullPage .contenuMixteImageD .swiper-button-prev, .contenuFullPage .contenuMixteImageD .swiper-button-next {
    display: none;
}



@media (max-width: 960px) {
    .contenuFullPage .contenuMixteImageG {
        width: 47%;
        height: 290px;
    }
}

@media (max-width: 960px) {
    .contenuFullPage .contenuMixteImageG .photoColonne img {
        height: 290px;
    }
}

@media (max-width: 640px) {
    .contenuFullPage .contenuMixteImageG {
        width: 100%;
        margin-bottom: 10%;
    }
}

.contenuFullPage .contenuMixteImageD {
    width: 50%;
    height: 450px;
    float: right;
    min-height: 1px;
    overflow: hidden;
}


    .contenuFullPage .contenuMixteImageD .photoColonne img {
        height: 450px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
    }

@media (max-width: 960px) {
    .contenuFullPage .contenuMixteImageD {
        width: 47%;
        height: 290px;
    }
}

@media (max-width: 960px) {
    .contenuFullPage .contenuMixteImageD .photoColonne img {
        height: 290px;
    }
    .contenuFullPage .contenuMixteImageG .swiper-slide img, .contenuFullPage .contenuMixteImageD .swiper-slide img {
        height: 290px;
    }
}

@media (max-width: 640px) {
    .contenuFullPage .contenuMixteImageD {
        width: 100%;
        margin-bottom: 10%;
    }
}

.contenuFullPage .contenuMixteTexteG {
    width: 45%;
    float: left;
    min-height: 1px;
}

.contenuFullPage .contenuMixteTexteD {
    width: 45%;
    float: right;
    min-height: 1px;
}

.contenuFullPage .contenuTexte2ColG {
    width: 450px;
    float: left;
    min-height: 1px;
}

.contenuFullPage .contenuTexte2ColD {
    width: 450px;
    float: right;
    min-height: 1px;
}

.contenuFullPage .contenuFull {
    width: 100%;
}

.contenuFullPage .contenuFullPhotoSeule {
    width: 100%;
}

    .contenuFullPage .contenuFullPhotoSeule img {
        width: 100%;
    }

.contenuFullPage .contenuFullPhotoSlider {
    display: block;
    position: relative;
}

/*.photoColonne {
    margin-bottom: 15px;
}*/

.photoColonne img {
    width: 100%;
}

.flottantGauche {
    float: left;
    margin: 0 30px 0 0;
}

.flottantDroite {
    float: right;
    margin: 0 0 0 30px;
}

.sepFooter {
    display: block;
    clear: both;
    height: 40px;
}

/*---------- Fil d'Ariane ---------*/
#cheminNav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 30px;
    background-color: #dad9d9;
    z-index: 10;
    clear: both;
    overflow: hidden;
}

    #cheminNav .metaBreadcrumbList {
        display: inline-flex;
    }

        #cheminNav .metaBreadcrumbList li {
            list-style-type: disc;
            color: #aaa;
            margin-right: 10px;
        }

            #cheminNav .metaBreadcrumbList li:first-child {
                list-style-type: none;
            }

@media (max-width: 640px) {
    #cheminNav {
        width: 101% !important;
    }
}

#cheminNav .metaBreadcrumbList span {
    text-decoration: none;
    color: #261c1a;
    white-space: nowrap;
}

#cheminNav .metaBreadcrumbList a {
    text-decoration: none;
}

    #cheminNav .metaBreadcrumbList a span {
        color: #aaa;
        white-space: nowrap;
    }

    #cheminNav .metaBreadcrumbList a:hover span {
        color: #333;
        text-decoration: underline;
    }

.sepCheminNav {
    margin: 0px 5px 0px 5px;
}

/*.sepCheminNav:before {
        content: "\e908";
        font-family: boonIco;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.53);
        line-height: 14px;
    }*/

/*.metaBreadcrumbList {
    padding-bottom: 10px;
}

    .metaBreadcrumbList > li {
        background: none;
        display: inline-block;
        padding-left: 0;
        height: 20px;
        line-height: 20px;*/
/*    font-size: 12px;*/
/*}


        .metaBreadcrumbList > li:last-child:after {
            content: '';
        }*/

/*---------- Pagination ---------*/

.paginationListing {
    margin: 30px auto;
    text-align: center;
    font-size: 14px;
}

    .paginationListing span {
        padding: 10px 16px;
        background: #222;
        color: #fff;
        border: 1px solid #222;
    }

    .paginationListing a {
        padding: 10px 16px;
        background: #fff;
        color: #222;
        border: 1px solid #222;
    }

        .paginationListing a:hover {
            color: #fff;
            background: #222;
            cursor: pointer;
        }

/*----------------------------------------------*/
/*-------------- FORMULAIRES -------------------*/
/*----------------------------------------------*/

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
    border: 1px solid #cccccc;
    transition: 0.3s all ease-out;
    outline: none;
    /*    border-radius: 5px;*/
    padding: 0px 10px;
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    /*à changer*/
    color: #565656;
    font-size: 14px;
    font-family: Arial;
}

textarea {
    resize: vertical;
    height: 120px;
    line-height: 20px;
    padding: 10px;
}

select option {
    height: 35px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    border-color: #777;
}

button[type="button"],
button[type="submit"],
input[type="submit"],
input[type="button"],
input[type="reset"] {
    padding: 7px 15px;
    background: #222;
    border: 1px solid #222;
    color: #fff;
    cursor: pointer;
}

    button[type="button"]:hover,
    button[type="submit"]:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover {
        background: none;
        color: #222;
    }

        button[type="button"]:disabled,
        button[type="submit"]:disabled,
        input[type="submit"]:disabled,
        input[type="button"]:disabled,
        input[type="reset"]:disabled,
        button[type="button"]:hover:disabled,
        button[type="submit"]:hover:disabled,
        input[type="submit"]:hover:disabled,
        input[type="button"]:hover:disabled,
        input[type="reset"]:hover:disabled {
            background: #222;
            color: #fff;
            opacity: 0.7;
            cursor: default;
        }

.errorControl {
    background-color: #FBE3E4 !important;
    border: 0px !important;
    border-bottom: 2px solid #cc5246 !important;
}

.correction {
    background: rgba(240, 80, 80, 0.1);
    color: #f05050;
}

/*---------- Contact ---------*/

.formulaire {
    width: 100%;
}

.formulaire-double {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.formulaire-row {
    margin-bottom: 25px;
    position: relative;
}

.formulaire-double .formulaire-row {
    width: 45%;
}

.formulaire label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 14px;
    padding-left: 2px;
    font-family: Arial;
}

.formulaire-checks {
    margin-bottom: 20px;
}

    .formulaire-checks > div {
        margin: 0px 0px 10px 0px;
    }

        .formulaire-checks > div label,
        .ReCaptcha-notice {
            opacity: 1;
            color: white;
            line-height: 20px;
            font-size: 13px;
        }

            .formulaire-check > div label a,
            .ReCaptcha-notice a {
                color: #000;
                text-decoration: underline;
            }

.formulaire-send {
    text-align: center;
}

/*-- Style du champ Kit Bancaire Stripe (uc/KitsBancaires/StripeElements.ascx) */

.stripe {
    max-width: 420px;
}

.stripe-savedCardsTitle {
    display: block;
    margin: 0 0 10px;
}

.stripe-cardSelectTitle {
    display: block;
    margin: 20px 0 10px;
}

.stripe-savedCard {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.stripe-savedCardImage {
    display: none;
}

.stripe-savedCardName {
    margin: 0 5px;
}

    .stripe-savedCardName::before {
        content: "\2022\2022\2022\2022";
        margin-right: .33em;
        letter-spacing: 2px;
    }

.stripe-savedCardExp {
    margin: 0 0 0 10px;
}

.stripe-savedCardDelete {
    font-size: 20px;
    display: inline-block;
    padding: 5px;
    line-height: .5em;
    cursor: pointer;
}

.stripe-cardSelect {
    margin: 5px 0;
}

.stripe-cardContainer {
    padding: 20px 0 0 0;
    overflow: hidden;
    transition: max-height .25s ease-out, opacity .25s ease-out;
}

    .stripe-cardContainer:not(.isVisible) {
        max-height: 0;
        opacity: 0;
    }

    .stripe-cardContainer.isVisible {
        max-height: 200px;
        opacity: 1;
    }

.formulaire .StripeElement {
    width: 100%;
    height: 30px;
    padding: 5px 0 0;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid rgba(33, 33, 33, 0.25);
    box-sizing: border-box;
    transition: 0.3s all ease-out;
}

    .formulaire .StripeElement iframe {
        opacity: 0;
        transition: 0.3s opacity ease-out;
    }

    .formulaire .StripeElement--focus iframe,
    .formulaire .StripeElement:not(.StripeElement--empty) iframe {
        opacity: 1;
    }

.formulaire .StripeElement--focus {
    border-bottom-color: #222;
}

    .formulaire .StripeElement--focus ~ label,
    .formulaire .StripeElement:not(.StripeElement--empty) ~ label {
        transform-origin: left center;
        transform: translate3d(0, -100%, 0) scale3d(.85, .85, 1);
        opacity: 0.5;
    }

.formulaire .StripeElement--invalid:not(.StripeElement--focus) {
    background-color: #FBE3E4 !important;
    border-bottom-color: #cc5246 !important;
}

/*---------- Inscription / Connexion ---------*/

/*----------------------------------------------------*/
/*-------------- LISTINGS / DETAIL -------------------*/
/*----------------------------------------------------*/

/*---------- Listing Actus ---------*/

#listingActus {
    margin-bottom: 30px;
    font-size: 0;
}

.listActuCt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.liens-cat {
    text-align: center;
    margin-bottom: 10px;
}

    .liens-cat a {
        text-transform: uppercase;
        display: inline-block;
        margin: 0px 15px;
        color: #000;
        font-size: 16px;
        line-height: 17px;
    }



.listActuImg {
    width: 100%;
    height: 13vw;
    overflow: hidden;
    margin-bottom: 20px;
}

    .listActuImg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
        transition: transform 0.25s ease-in-out;
    }

    .listActuImg:hover img {
        transform: scale(1.2);
    }


.listActuDesc {
    width: 100%;
    font-size: 14px;
    margin: 10px auto;
    padding: 0 5%;
}

.listActuTitre {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}

.listActuDate {
    color: #222;
    font-size: 14px;
    margin: 6px 0px;
}

.listActuTexte {
    font-size: 14px;
    line-height: 16px;
    max-height: 60px;
    text-align: justify;
    overflow: hidden;
}

.listActuLien {
    margin-top: 5px;
    text-align: right;
}

/*---------- Détail Actu ---------*/

.detailActuTexte h2 {
    color: #376293;
}

.detailActuDesc {
}

.detailActuDate {
    color: #000;
    margin-bottom: 20px;
}

#detailActuGalerie {
    clear: both;
    margin: 30px 0;
}

    #detailActuGalerie a {
        width: 200px;
        height: 150px;
        display: inline-block;
        margin: 0 10px 10px 0;
    }

.detailActuGalerieImg {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
}

#detailActuFichiers {
    clear: both;
    margin: 30px 0;
}

    #detailActuFichiers li {
        margin: 0 0 7px 0;
    }

/*---------- Listing Event ---------*/

#listingEvents {
    margin-bottom: 30px;
    font-size: 0;
}

.listEventCt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.listEventImg {
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin-bottom: 20px;
}

@media (max-width: 960px) {
    .listEventImg {
        height: 190px;
    }
}


.listEventImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    transition: transform 0.25s ease-in-out;
}

.listEventImg:hover img {
    transform: scale(1.2);
}

.listEventDesc {
    width: 100%;
    font-size: 14px;
    margin: 10px auto;
    padding: 0 5%;
}

.listEventTitre {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}

.listEventDate {
    color: #222;
    font-size: 14px;
    margin: 6px 0px;
}

.listEventTexte {
    font-size: 14px;
    line-height: 16px;
    max-height: 60px;
    text-align: justify;
    overflow: hidden;
}

.listEventLien {
    margin-top: 5px;
    text-align: right;
}

/*---------- Détail Event ---------*/

.detailEventDesc {
}

.detailEventDate {
    color: #000;
    margin-bottom: 20px;
}

#detailEventGalerie {
    clear: both;
    margin: 30px 0;
}

    #detailEventGalerie a {
        width: 200px;
        height: 150px;
        display: inline-block;
        margin: 0 10px 10px 0;
    }

.detailEventGalerieImg {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
}

#detailEventFichiers {
    clear: both;
    margin: 30px 0;
}

    #detailEventFichiers li {
        margin: 0 0 7px 0;
    }


/*-------------------------------------------*/
/*-------------- CONNEXION ------------------*/
/*-------------------------------------------*/

.connexionCt {
    margin: 0 auto 40px auto;
}

.connexionGauche {
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 0px 50px;
    border-right: solid 1px #222;
}

.connexionDroite {
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 0px 50px;
}

.mdpOublie {
    margin-bottom: 20px;
}

.btnInscription {
    margin-top: 20px;
}

/*---------------------------------------------*/
/*-------------- INSCRIPTION ------------------*/
/*---------------------------------------------*/

.inscriptionCt {
    margin-bottom: 50px;
}

.inscriptionBloc {
    margin-bottom: 20px;
}

.inscriptionGauche {
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    text-align: left;
    padding-right: 50px;
}

.inscriptionDroite {
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    text-align: left;
}

.inscriptionRow {
    margin-bottom: 10px;
}

    .inscriptionRow label {
        margin-bottom: 5px;
        display: block;
    }

/*Style du texte d'erreur de mail*/
.formError {
    margin-top: 4px;
    color: #f74b4b;
}

.inscriptionLegende {
    display: block;
    font-style: italic;
}

.containerMessageInscription {
    text-align: center;
}

#panMenu {
    display: inline-block;
    margin-bottom: 30px;
}

    #panMenu a {
        display: inline-block;
        border: 1px solid #868686;
        background: #868686;
        color: #fff;
        text-decoration: none;
        padding: 10px;
    }

        #panMenu a:hover {
            background: #222;
            color: #fff;
        }

    #panMenu .actif {
        background: none;
        color: #222;
    }

.submitInscription {
    text-align: center;
    padding: 10px 0;
    margin: 30px auto 0px auto;
}

    .submitInscription .btn {
        margin-top: 20px;
    }

/*--------------------------------------------------*/
/*-------------- REVUE DE PRESSE -------------------*/
/*--------------------------------------------------*/

/*.listeLignePresse {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.listePressesConteneurImage {
    width: 275px;
    height: 155px;
    overflow: hidden;
    float: left;
}

    .listePressesConteneurImage img {
        width: 100%;
    }*/

/*.listePressesConteneurTextes {
    float: left;
    width: 635px;
    height: auto;
    margin-left: 30px;
}*/

/*.listePressesTitre {
    font-size: 12px;
    margin: 0;
}

.listePressesConteneurDate {
    color: #555;
    font-size: 11px;
    margin: 10px 0;
}

.listePressesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
}

.listePressesConteneurLien {
    margin-top: 5px;
    text-align: right;
}*/

/*---------- Contenu Liens -------------*/

.contenuLiens {
}

    .contenuLiens .modLien {
        width: 275px;
        height: auto;
        float: left;
        margin: 15px;
        margin-bottom: 15px;
        margin-bottom: 30px;
        overflow: hidden;
        background: #ccc;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

        .contenuLiens .modLien .modLienContenu .modLienImage {
            width: 100%;
            height: 250px;
            overflow: hidden;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .contenuLiens .modLien .modLienContenu .modLienTexte {
            background: #ffffff;
            font-size: 14px;
            padding: 10px 0 10px 10px;
        }

/*------------------------------------------------*/
/*-------------- GALERIE PHOTO -------------------*/
/*------------------------------------------------*/
/*---------- Listing Galerie Photo ---------*/
.albums {
    font-size: 0;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.albumCt {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.albumPhoto {
    width: 100%;
    height: 250px;
    display: block;
    margin-bottom: 10px;
}

    .albumPhoto img {
        max-width: 100%;
    }

.albumTitre {
    text-align: center;
    display: block;
    width: 100%;
}

    .albumTitre a {
        color: #000;
        font-size: 14px;
    }

        .albumTitre a:hover {
            color: #222;
        }

/*---------- Détail Galerie Photo ---------*/

/*#galeriePhoto {
    margin: 30px 50px 50px 50px;
}*/

.contenuDescriptionAlbum {
    margin-bottom: 30px;
    text-align: justify;
}

.conteneurPhoto {
    float: left;
    width: 65px;
    height: 65px;
    margin: 5px;
    overflow: hidden;
}

.conteneurPhotoIsotop {
    display: block;
    height: auto;
    overflow: hidden;
    margin-bottom: 0px;
    border: 2px solid #fff;
    box-sizing: border-box;
    padding: 2px;
    background: none;
}

    .conteneurPhotoIsotop .swipebox .classHoverVideo {
        background: url(/images_b/play.png) no-repeat center;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 6;
        left: 0;
    }

    .conteneurPhotoIsotop img {
        margin-left: 5px;
        margin-right: 5px;
        margin: 0;
        width: 100%;
    }

.isotope,
.isotope .isotope-item {
    transition-duration: 0.8s;
}

.isotope {
    transition-property: height, width;
}

    .isotope .isotope-item {
        transition-property: transform, opacity;
    }

/*------------------------------------------------*/
/*-------------- GALERIE VIDEO -------------------*/
/*------------------------------------------------*/

/*---------- Listing Galerie Vidéo ---------*/

#conteneurVideo {
    margin-bottom: 50px;
    width: 100%;
}

.videoCt {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin-bottom: 30px;
}

    .videoCt img {
        width: 100%;
    }

.videoImg {
    display: block;
    height: 170px;
}

.videoTitre {
    display: block;
    text-align: center;
    margin-top: 10px;
}

    .videoTitre a {
        color: #000;
    }

        .videoTitre a:hover {
            color: #222;
        }

/*---------- Détail Galerie Vidéo ---------*/

#divVideo {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 50%;
    overflow: hidden;
}

    #divVideo iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.detailVideoDate {
    margin-top: 15px;
    font-style: italic;
}

.detailVideoDescription {
    margin-top: 5px;
}

/*---------------------------------------------------*/
/*----------------- LIVRE D'OR ----------------------*/
/*---------------------------------------------------*/

.temoignageCt {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.temoignageTitre {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-bottom: 3px;
}

.temoignageBlocUser {
}

.temoignageDe {
    float: left;
}

.temoignageUser {
    color: #000;
}

.temoignageMail {
    color: #999;
    text-decoration: underline;
}

    .temoignageMail:hover {
        color: #000;
    }

.temoignageDate {
    float: right;
    text-align: right;
    color: #000;
}

.temoignageDescription {
    clear: both;
    padding: 10px 0;
    display: block;
}

.popupRow {
    display: block;
    margin-bottom: 10px;
}

    .popupRow span {
        margin-bottom: 5px;
        display: block;
    }

/*--------------------------------------------------*/
/*----------------- RECHERCHE ----------------------*/
/*--------------------------------------------------*/

.rechercheMot {
    font-weight: bold;
}

.rechercheResultat {
    text-align: right;
}

.rechercheTypeMedia {
    padding: 3px;
}

.rechercheListeCt {
    margin-bottom: 50px;
}

.rechercheListeTitre {
    margin-top: 20px;
}

.rechercheListeLigne {
}

.rechercheListeDesc {
    text-align: justify;
}

.rechercheListeLien {
    text-align: right;
}

.importantRecherche {
    font-weight: bold;
}

/*--------------------------------------------*/
/*-------------- REFERENCES ------------------*/
/*--------------------------------------------*/

/*---------- LISTING REFERENCES (mode liste) --------*/

.listeLigneReferences {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.listeReferencesConteneurImage {
    width: 160px;
    overflow: hidden;
    float: left;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .listeReferencesConteneurImage img {
        width: 100%;
    }

.listeReferencesConteneurTextes {
    float: left;
    width: 780px;
    height: auto;
    margin-left: 15px;
}

.listeReferenceTitre {
    font-size: 12px;
    margin: 0;
}

.listeReferencesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
}

.listeReferencesConteneurLien {
    margin-top: 5px;
    text-align: right;
}

.referencesSepOmbre {
    width: 100%;
    height: 15px;
    background: url(/images_b/ombreNews.png) center no-repeat;
}

/*---------- LISTING REFERENCES (mode vignettes) --------*/

.blocsReferences {
    width: 275px;
    height: 250px;
    float: left;
    margin: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blocsReferencesConteneurImage {
    height: 155px;
    width: 100%;
}

    .blocsReferencesConteneurImage img {
        width: 100%;
    }

.blocsReferencesConteneurTextes {
    width: 100%;
}

.blocsReferencesTitre {
    color: #000;
    font-size: 15px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.blocsReferencesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
}

/*---------------------------------*/
/*------ ECHANGE DE FICHIER -------*/
/*---------------------------------*/

.fichierLigne {
    border-bottom: solid 1px #ccc;
    height: 32px;
}

.fichierLienDossier {
    display: block;
    background: url(/images_b/dossier.png)no-repeat;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    text-decoration: none;
}

    .fichierLienDossier span {
        margin-left: 5px;
    }

.fichierLigne a:hover {
    background-color: #fff;
}

.fichierLienFichier {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    text-decoration: none;
    background: url(/images_b/fichier-defaut.png)no-repeat;
}

.fichierDossierParent {
    display: block;
    margin-bottom: 10px;
}

.fichierLienFichier.pdf {
    background: url(/images_b/fichier-pdf.png)no-repeat;
}

.fichierLienFichier.excel {
    background: url(/images_b/fichier-excel.png)no-repeat;
}

.fichierLienFichier.word {
    background: url(/images_b/fichier-word.png)no-repeat;
}

.fichierLienFichier.pp {
    background: url(/images_b/fichier-powerpoint.png)no-repeat;
}

.fichierLienFichier.photo {
    background: url(/images_b/fichier-image.png)no-repeat;
}

.retourBtn .btn {
    margin-right: 0;
}


/*--------------------------------*/
/*---------- Parallax ------------*/
/*--------------------------------*/

.backgroundParallax {
    position: relative;
    overflow: hidden;
    z-index: 499;
}

    /*---Pour mettre une ombre sur l'image---*/
    .backgroundParallax:before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 600;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

.backgroundParallax-img {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 550;
}

/*---Pour changer les propriétés de la légende---*/
.backgroundParallax-content {
    z-index: 650;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 700px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

    /*---Pour mettre une couleur sur les éléments---*/
    .backgroundParallax-content h1,
    .backgroundParallax-content h2,
    .backgroundParallax-content h3,
    .backgroundParallax-content p {
        color: #fff;
    }



/*---------------------------*/
/*---------- FAQ ------------*/
/*---------------------------*/

.faqListe {
    margin: 0 0 60px 0;
}

    .faqListe a {
        cursor: pointer;
        margin-bottom: 20px;
        text-decoration: none;
    }

.questionFAQ {
    cursor: pointer;
    margin-bottom: 5px;
}

.reponseFAQ {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 3%;
}

    .reponseFAQ p {
        margin-bottom: 0;
    }

.faqListe .sepFooter {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 40px;
}

    .faqListe .sepFooter:last-child {
        border: none;
    }

/*----------------------------------*/
/*---- SOUS MENU - BLOC GAUCHE -----*/
/*----------------------------------*/

#smMenu {
    margin: 0 0 10px 0;
    padding: 0;
}

.smSeparateur {
    height: 1px;
    display: block;
}

.blocGauche #smMenu > li {
    background: none;
    padding: 0;
}

.blocGauche #smMenu li ul li {
    background: none;
    padding: 0;
}

.smParent, .smParentActif {
    background: #222;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
}

    .smParent:hover, .smParentActif:hover {
        background: #ccc;
    }

#smMenu ul {
    padding: 0;
}

#smMenu > li {
    list-style: none;
}

#smMenu li ul {
    margin: 0px;
}

    #smMenu li ul li {
        list-style: none;
        margin: 0px;
    }

#smMenu ul li a {
    background: #eee;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
}

    #smMenu ul li a:hover {
        background: #222;
        color: #fff;
    }

#smMenu ul li .smActif {
    font-weight: bold;
}

#smMenu ul li ul li a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: #222;
    background: #eee;
}

    #smMenu ul li ul li a:hover {
        background: #ccc;
    }

#smMenu ul li ul li .smActif {
    font-weight: bold;
}

/*------------ PAGE EMPLOIS ------------*/
/*----------------------------------*/

.blocCandiCt {
    padding: 0 0px 80px;
}

.blocCandidaturePostesOuverts {
    margin-bottom: 50px;
}

/*.posteListe {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 320px;
    margin: 0px 40px 40px 00px;
}

    .posteListe:nth-of-type(4n) {
        margin: 0px 00px 40px 00px;
    }*/

/*.posteListeImage {
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .posteListeImage img {
        width: 100%;
        flex: 0 0 auto;
    }*/

/*.posteListeDate {
    display: block;
    padding: 3px 6px;
    background: #fff;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
}*/

/*.posteDesc {
    width: 100%;
    height: 230px;
    box-sizing: border-box;
    padding: 30px;
    background-color: #000000;
    position: relative;
}*/

/*.posteListeTitre {
    font-weight: 200;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: normal;
    max-height: 40px;
    overflow: hidden;
}*/

/*.posteListeIntro {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    max-height: 55px;
    overflow: hidden;
}*/

/*.posteListeDetail {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
}*/

/*    .posteListeDetail a {
        width: 100%;
        margin-top: 20px;
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        background: #fff;
        border-radius: 0px;
        color: #000000;
        display: inline-block;
        padding: 13px 0px;
        transition: 0.3s all ease-out;
        position: relative;
        z-index: 66;
    }

        .posteListeDetail a:hover {
            color: #fff;
        }

        .posteListeDetail a:before {
            height: 100%;
            width: 0%;
            display: block;
            position: absolute;
            background-color: #000000;
            content: "";
            top: 0;
            left: 0;
            transition: 0.3s all ease-out;
            z-index: -1;
        }

        .posteListeDetail a:hover:before {
            width: 100%;
        }*/

#blocCandidature .ReCaptcha-notice {
    color: white;
}

.blocCandidatureCentrer {
    /*margin-bottom: 100px;*/
}

    .blocCandidatureCentrer p {
        text-align: center;
    }

/*------------ POSTULER ------------*/
/*----------------------------------*/
.postuler {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.postuler-content {
    display: inline-block;
    width: 250px;
    transition: 0.3s all ease-out;
    height: 45px;
    overflow: hidden;
}


.postuler.open .postuler-content {
    width: 100%;
    height: auto;
}

.postuler-btn {
    background-color: #cc7e2b;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 45px;
    color: #fff;
    border: none;
    transition: 0.3s all ease-out;
    cursor: pointer;
}

    .postuler-btn:hover {
        background-color: #a7631b;
    }


.postuler.open .postuler-btn {
    background-color: #cc7e2b;
    color: white;
}

    .postuler.open .postuler-btn::after {
        content: "\00d7";
        left: auto;
        position: relative;
        top: 1px;
        font-size: 20px;
        padding-left: 10px;
        cursor: pointer;
    }

.postuler-form {
    background-color: #376293;
    max-height: 0;
    opacity: 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 40px;
    transition: 0.3s all ease-out;
    display: none;
}

.postuler.open .postuler-form {
    opacity: 1;
    display: block;
}

.postuler-intro {
    margin: 0px 0 40px 0px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    color: #fff;
}

.postuler-fields {
    margin-bottom: 30px;
}

.postuler-double {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.postuler-field {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

    .postuler-field input,
    .postuler-field select {
        display: block;
    }

.postuler-double .postuler-field {
    width: 45%;
}

.postuler-field label {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 8px;
    padding-left: 2px;
    position: relative;
}

.postuler-files {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    color: white;
}

.postuler-file {
    width: 45%;
    margin: 0px;
    text-align: center;
}

    .postuler-file label {
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
    }

        .postuler-file label:before {
            font-family: 'boonIco';
            font-weight: normal;
            font-size: 40px;
            line-height: 40px;
            color: #fff;
            display: block;
            margin-bottom: 20px;
            text-align: center;
        }

.postuler-file-cv label::before {
    content: '\e9fa';
}

.postuler-file-lm label::before {
    content: '\e9ff';
}

.postuler-file input {
}

.postuler-bottom-line {
    margin-bottom: 10px;
}

    .postuler-bottom-line label {
        opacity: 1;
        color: #fff;
        line-height: 20px;
        font-size: 13px;
    }

    .postuler-bottom-line a {
        color: #fff;
        text-decoration: underline;
    }

.postuler-bottom-send {
    text-align: center;
    margin-top: 20px;
}

    .postuler-bottom-send .btn {
        font-size: 16px;
    }

/*-------------- DETAILS EMPLOIS -------------*/

.detailDescCt {
    width: 100%;
    margin: 0 auto;
}

.detailEmploiCt {
    padding-bottom: 80px;
}

    .detailEmploiCt h1 {
        margin-bottom: 30px;
    }

.emploiDetails {
    margin-bottom: 30px;
}

    .emploiDetails .emploiType {
        color: #fff;
        padding: 10px 20px;
        background-color: #376293;
        text-transform: uppercase;
        display: inline-block;
        font-size: 20px;
    }

    .emploiDetails .emploiDate {
        color: #376293;
        padding: 10px 20px;
        background-color: #fff;
        text-transform: uppercase;
        display: inline-block;
        font-size: 20px;
    }


/*------------Livraison-------------*/

.classChoixLivraison {
    width: 100%;
}

    .classChoixLivraison label {
        color: #000;
        font-size: 15px;
        cursor: pointer;
        width: 100%;
    }

        .classChoixLivraison label span {
            font-family: OpenSans;
            font-size: 13px;
        }

    .classChoixLivraison table {
        width: 100%;
    }

        .classChoixLivraison table tr td {
            width: 100%;
            box-sizing: border-box;
            border-right: 10px solid #fff;
            background-color: #f6f6f6;
            height: 100px;
            display: block;
        }

            .classChoixLivraison table tr td input[type="radio"]:checked + label::before,
            .classChoixLivraison table tr td input[type="radio"]:not(:checked) + label::before,
            .classChoixLivraison table tr td input[type="radio"]:checked + label::after,
            .classChoixLivraison table tr td input[type="radio"]:not(:checked) + label::after {
                display: none !important;
                padding: 0 !important;
            }

            .classChoixLivraison table tr td input[type="radio"]:checked + label, .classChoixLivraison table tr td input[type="radio"]:not(:checked) + label {
                padding: 0 !important;
            }

            .classChoixLivraison table tr td .ligneTransporteur {
                width: 100%;
                line-height: 100px;
            }

            .classChoixLivraison table tr td input[type="radio"]:checked + label .ligneTransporteur {
                background: #ccc !important;
                box-shadow: 0 0 0 2px #999 inset;
            }

            .classChoixLivraison table tr td .ligneTransporteur .classLogo {
            }

                .classChoixLivraison table tr td .ligneTransporteur .classLogo img {
                    height: 96px;
                    position: absolute;
                    right: 2px;
                    top: 2px;
                }

            .classChoixLivraison table tr td .ligneTransporteur .classNom {
                line-height: 20px;
                display: inline-block;
                padding-left: 20px;
                font-size: 22px;
                vertical-align: middle;
            }

                .classChoixLivraison table tr td .ligneTransporteur .classNom span {
                    font-size: 12px;
                    color: #000;
                    margin: 0px 0 0px 5px;
                    font-weight: normal;
                }

            .classChoixLivraison table tr td .ligneTransporteur .classPrix {
                line-height: 100px;
                float: right;
                margin-right: 200px;
            }

/*----------------------------------*/
/*------- COMPTE - ADRESSES --------*/
/*----------------------------------*/

.ctAdresse {
    display: block;
}

.cpt-ctAdresses {
    display: inline-grid;
    grid-template-columns: repeat(3, 300px);
    margin-bottom: 10px;
    grid-column-gap: 20px;
}


.adressesCt {
    width: 300px;
    height: 250px;
    border: 1px solid #C7C7C7;
    position: relative;
    margin-bottom: 20px;
}

    .adressesCt.defaut {
        border: 2px solid #c7c7c7;
    }

/*.adressesCt.add {
        min-height: 10em;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        background: url(../images_b/add.png) no-repeat;
        
    }*/


.cpt-ctAdresses .add {
    text-decoration: none;
    margin-bottom: 20px;
}

    .cpt-ctAdresses .add .adressesCt {
        position: relative;
        background: url(/images_b/add.png) no-repeat;
        background-position: center;
        display: block;
        border: 2px dashed #C7C7C7;
        margin: 0 auto;
    }

/*.adressesCt.add span:before {
                display: block;
                position: absolute;
                font-family: boonIco !important;
                content: '\e99a';
                width: 40px;
                height: 40px;
                vertical-align: middle;
            }*/

.adressesCt .ligneAdresse {
    line-height: 20px;
}

.adressesCt .adresseDefaut {
    height: 30px;
    border-bottom: 1px solid #C7C7C7;
    padding-left: 20px;
    padding-top: 11px;
    font-weight: bold;
}

.adressesCt .adresseDesc {
    padding-top: 20px;
    padding-left: 20px;
}

.adressesCt .adresseLiens {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

    .adressesCt .adresseLiens a {
        display: inline-block;
    }

.alert {
    color: red;
}

.choixAdresseLivr {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    text-align: center;
    background: #f7f7f7;
    padding: 10px;
    font-size: 12px;
}

    .choixAdresseLivr input[type="radio"] {
        width: auto;
        float: left;
    }

    .choixAdresseLivr label {
        width: auto;
        display: inline;
        float: left;
    }

    .choixAdresseLivr .choixLivraison {
        width: 100%;
        display: flex;
        position: relative;
        height: auto;
    }

    .choixAdresseLivr .btnValiderChoixLivr {
        display: block;
        margin-top: 20px;
        text-align: center;
    }


.choixAdresseFact {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    text-align: center;
    background: #f7f7f7;
    padding: 10px;
    font-size: 12px;
}

    .choixAdresseFact input[type="radio"] {
        width: auto;
        float: left;
    }

    .choixAdresseFact label {
        width: auto;
        display: inline;
        float: left;
    }

    .choixAdresseFact .choixFacturation {
        width: 100%;
        display: flex;
        position: relative;
        height: auto;
    }

    .choixAdresseFact .btnValiderChoixFact {
        display: block;
        margin-top: 20px;
        text-align: center;
    }

/*-------------- RESERVER ---------------*/
/*-------------------------------------*/

.resaClose {
    background-color: #376293;
    display: block;
    text-align: center;
    width: 5vw;
    height: 5vw;
    position: fixed;
    cursor: pointer;
    z-index: 10000;
    right: 4vw;
    top: 4vw;
    transition: 0.2s all ease-out;
}

@media (max-width: 580px) {
    .resaClose {
        left: 10vw;
        right: auto;
        top: 10vw;
    }
}

.resaLine {
    opacity: 0;
    pointer-events: none;
    transition: 0.2s all ease-out;
    width: 3vw;
    position: absolute;
    top: 50%;
    left: 1vw;
    height: 2px;
    background-color: #fff;
}

    .resaLine:nth-of-type(1) {
        transform: rotate(45deg);
    }

    .resaLine:nth-of-type(2) {
        transform: rotate(-45deg);
    }

.resaClose .resaName {
    opacity: 0;
}

.resaClose .resaLine {
    opacity: 1;
}


.reserver {
    z-index: 10001;
    background-color: #f2f2f3;
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 30px;
    background-size: cover;
    background-position: bottom right;
    transition: 0.3s all ease-out;
    overflow-y: scroll;
}

@media (max-width: 929px) {
    .reserver {
        overflow-y: scroll;
    }
}

.reserverDiv {
    width: 630px;
    min-height: 800px;
    opacity: 0;
    transition: 0.8s all ease-out;
}

.resaLogo {
    text-align: center;
    padding-bottom: 25px;
    width: 300px;
    margin: 0 auto 25px auto;
    border-bottom: 1px solid rgba(157, 129, 84, 0.20);
    display: block;
}

    .resaLogo img {
        display: block;
        margin: auto;
        width: 13vw;
        margin-bottom: 10%;
    }

@media (max-width: 929px) {

    .resaLogo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .resaLogo img {
            width: 200px;
        }
}


.resaLogo span {
    display: block;
    font-family: 'Rozha One', serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    color: #376293;
    letter-spacing: 1px;
}


.resaRecherche {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 929px) {
    .resaRecherche {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.resaRechercheCol {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 295px;
    margin-right: 20px;
}



.resaFieldCt {
    width: 100%;
    margin-bottom: 25px;
}

@media (max-width: 929px) {
    .resaFieldCt, .resaRechercheCol, .resaLogo span {
        width: 40vw;
        margin-right: 0;
    }
}



.resaField input[type="text"],
.resaField select {
    width: 100%;
    height: 53px;
    border-radius: 0px;
    background-color: #fff;
    display: block;
    padding: 0px 20px;
    box-sizing: border-box;
    border: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Montserrat-ExtraLight;
    color: #376293;
    margin-bottom: 0px;
}

.resaDate {
    display: inline-block;
    width: 100%;
    position: relative;
}

    .resaDate:after {
        pointer-events: none;
        line-height: 53px;
        text-align: center;
        content: "\e931";
        font-size: 29px;
        color: #376293;
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        padding-right: 15px;
        font-family: boonIco;
    }

.resaNb {
    display: inline-block;
    width: 100%;
    position: relative;
}

    .resaNb:after {
        pointer-events: none;
        width: 40px;
        height: 53px;
        background-color: #fff;
        line-height: 53px;
        text-align: center;
        content: "\e931";
        font-size: 19px;
        color: #376293;
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        padding-right: 15px;
        font-family: boonIco;
    }

.resaSend {
    text-align: center;
}


.resaPictos {
    width: 100%;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #376293;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.resaPicto {
    text-align: center;
    margin: 0 25px;
    font-family: Lato-Bold;
    font-size: 16px;
    line-height: 20px;
    color: #376293;
}

    .resaPicto:before {
        height: 42px;
        line-height: 42px;
        font-family: boonIco;
        display: block;
        margin: 0 auto 15px auto;
    }

@media (max-width: 929px) {
    .resaPictos {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .resaPicto {
        width: 40%;
        margin-bottom: 6vw;
    }
}

.resaPictoHorloge:before {
    content: "\e922";
    font-size: 42px;
}

.resaPictoEtoile:before {
    content: "\ea99";
    font-family: boonIco;
    font-size: 38px;
}

.resaPictoReception:before {
    content: "\e92a";
    font-size: 42px;
}

.resaPictoParc:before {
    content: "\e924";
    font-size: 40px;
}


.reververCt {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    z-index: 10002;
    box-sizing: border-box;
    padding: 2vw;
}

.resaActive {
    display: block !important;
}

.reververBack {
    position: absolute;
    z-index: 4000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background-color: #fff;
    transition: 0.3s all ease-out;
}

.blocTxtResa {
    position: relative;
}

.blocResa .centrageBlocResa .inputBlocResa {
    background: none;
}

.containerjour {
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 56px;
    font-family: 'Rozha One', serif;
    font-size: calc(40px + (15) * (100vw - 640px) / (1260));
    line-height: 1;
    text-align: center;
    color: #376293;
    z-index: -1;
}

.displayNone {
    display: none !important;
}

.icon-a21::before {
    color:#fff !important;
}
