

@font-face {
    font-family: 'Crimson Pro';
    src: url('/css/fonts/CrimsonPro-SemiBoldItalic.eot') format('embedded-opentype'), url('/css/fonts/CrimsonPro-SemiBoldItalic.woff') format('woff'), url('/css/fonts/CrimsonPro-SemiBoldItalic.ttf') format('truetype'), url('/css/fonts/CrimsonPro-SemiBoldItalic.svg') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display:swap;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('/css/fonts/CrimsonPro-Medium.eot') format('embedded-opentype'), url('/css/fonts/CrimsonPro-Medium.woff') format('woff'), url('/css/fonts/CrimsonPro-Medium.ttf') format('truetype'), url('/css/fonts/CrimsonPro-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Liana';
    src: url('/css/fonts/Liana.eot') format('embedded-opentype'), url('/css/fonts/Liana.woff') format('woff'), url('/css/fonts/Liana.ttf') format('truetype'), url('/css/fonts/Liana.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}






/*------------------------------------------*/
/*----------------- GENERAL ----------------*/
/*------------------------------------------*/
body {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-bottom: 0px;
    overflow-x: hidden;
    width: 100%;
}

.ct {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: calc(100% - 200px);
    align-items: center;
    justify-content: center;
}

.conteneurContenuBloc {
    margin-bottom: 70px;
}

.contenuFull .img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}



/*------- 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-family: 'Crimson Pro';
    font-weight: 500;
    font-style: normal;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #000;
    letter-spacing: 7px;
    margin-bottom:20px;
    /*padding-bottom:20px;*/
}

h2,
.h2 {
    font-family: Liana;
    font-weight: normal;
    text-align: center;
    font-style: normal;
    font-size: 60px;
    line-height: 50px;
    color: #000;
    margin-bottom: 50px;
}

h3,
.h3 {
    font-family: 'Crimson Pro';
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 6px;
}

h4,
.h4 {
    font-family: 'Crimson Pro';
    font-weight: 500;
    font-style: normal;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #000;
    letter-spacing: 7px;
    margin-bottom: 20px;
}


a {
    color: #000;
    /*text-decoration: none;*/
}

    a:hover {
        text-decoration: none;
    }


p {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-align : justify;
    /*margin-top:30px;
    margin-bottom: 20px;*/
}


img {
    border: 0px;
}


tr {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-size: 16px;
    color: #000;
    text-align: left;
}



ul {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-size: 16px;
    color: #000;
    text-align: justify;
    list-style-type:square;
    text-align: justify;
}

li {
    list-style-type: square;
}

ul ul {
    margin: 0px 0 10px 0;
    list-style-type: square;
    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;
    color: #000;
    display: inline-block;
    padding: 7px 15px;
    transition: 0.3s all ease-out;
    border: 1px solid #000;
}

    .btn:before {
        font-family: 'boonIco';
    }

    .btn:hover {
        background: none;
        color: #000;
        text-align: center;
        cursor: pointer;
    }



.Galerie-photos {
    display: none;
}

/*.texte-adresse-dessous-footer{
display:none;
}

.texte-footer-adresse-mobile {
    display: none;
}*/

#languesCt {
    display:none;
    text-align: right;
    margin-bottom: 10px;
    height: 40px;
}








/*----------------- MODAL POPUP ----------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
.modalPopupBrochure {
    background: #fff;
    padding: 20px;
    max-width: 700px;
    height: auto;
    position: relative;
    z-index: 999990;
    border-radius: 6px;
}


.modalPopupBrochure-titre {
    font-family: 'Crimson Pro';
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 6px;
    text-align: center;
}


.modalPopupBrochure-texte {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.ct-popup .formulaire {
    width: 80%;
    display: block;
    /*margin-left: auto;
    margin-right: auto;*/
}



    .ct-popup .formulaire label {
        font-family: 'Crimson Pro';
        font-style: normal;
        font-size: 16px;
        color: #000;
        line-height:20px;
        text-align: left;
    }


.btnBleuClair {
    color: #000;
    background: none;
    padding: 15px 20px;
    border: 1px solid #000;
    font-family: 'Crimson Pro';
    font-style: normal;
    font-size: 16px;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    margin-bottom: 20px;
}

.btnBleuClair:hover {
    color: #fff;
    background: #000;
    padding: 15px 20px;
    border: 1px solid #000;
    font-family: 'Crimson Pro';
    font-style: normal;
    font-size: 16px;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    margin-bottom: 20px;
}



.formulaire-SEND {
    width: 100%;
    display: flex;
    margin-top:40px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}



/*---------------------------------------------*/
/*----------------- Header ----------------*/
header .contenu-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    /*overflow:visible !important;*/
}

.contenu-header {
    position: relative;
    width: calc(100% - 200px);
}



/*---------- CLASSES - HOME PAGE ---------*/

.contenu-texte-1-droit-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #A64737;
    padding: 50px 50px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.contenu-texte-gauche-home-canto-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background-color: #A64737;
    padding: 20px 50px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    height: 100%;
}


.contenu-texte-gauche-home {
    display: flex;
    flex-direction: column;
    justify-content:center;
    width: 100%;
    background-color: #A2895B;
    padding: 20px 50px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    height: 100%;
}

.contenu-texte-2-gauche-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #262C41;
    padding: 20px 50px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}



.ss-titre-blanc {
    font-family: 'Crimson Pro';
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    text-align: center;
    letter-spacing: 6px;
}


.titre-blanc {
    font-family: 'Crimson Pro';
    font-weight: 300;
    text-transform: uppercase;
    font-style: normal;
    font-size: 30px;
    color: #fff;
    text-align: center;
    letter-spacing: 6px;
    margin-top:10px;
    margin-bottom:15px;
}


.paragraphe-blanc {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: justify;
    padding:60px;
    /*margin-top: 30px;*/
    /*margin-bottom: 30px;*/
}


.icon-canto-cigalo {
   display: flex;
    margin-left: auto;
    margin-right: auto;
}

.icon-canto-cigalo img{
    width:100px;
    margin-top:25px;
    }

.icon-brunard {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.icon-brunard img{
    width:100px;
}

.icon-estello {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

    .icon-estello img {
        width: 69px;
    }

/*---------- CLASSES PERSO ---------*/




.contenu-logo-et-num {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.logo-contact-priams {
    display: block;
    height:60px;
    justify-content: left;
    border-right: solid 1px #000;
    padding-right:20px;
    margin-right:20px;
}

.texte-formulaire {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-size: 16px;
    margin:0px;
}

.ct .grid_12 {
    width: 100%;
    /*height: 842px;*/
}

/*---------- Désabo NL -------*/

/*div#ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_0 {
    margin-top: 50px;
}*/

input#ctl00_cphPanMilieu_txtMail {
    width: 400px;
}
.contenu-mail-desabo {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom:150px;
}
.texte-email-desabo{
margin-right:20px;
}


/*---------- CLASSES Formulaires -------*/
.titre-mobil {
    display: flex;
    display: none;
}

.page-erreur {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}



.titre-formulaire-fond-blanc {
    font-family: 'Crimson Pro';
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
}

.trait_dessous_blanc {
    border-top: 1px solid #fff;
    width: 50px;
    position: center;
    margin-top: 5px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}



.contenu_form-01 {
    background-color: #A64737;
    height: auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.contenu_form-02 {
    background-color: #A2895B;
    height: auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.contenu_form-03 {
    background-color: #262C41;
    height: auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

.formulaire{
  flex:1 1 ;
  padding:35px;
}


.image-formulaire-01-canto {
    width: 40%;
    position: relative;
    background: url(/photos_b/contenus/img-formulaire-canto01.jpg);
    background-size: cover;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    z-index: 1;
    flex: 0 1;
    min-width: 40%;
    padding: 30px;
}





.image-formulaire-02{
    width: 40%;
    position: relative;
    background: url(/photos_b/contenus/img-formulaire.jpg);
    background-size:cover;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    z-index:1;
    flex:0 1 ;
    min-width:40%;
    padding:30px;
}

.image-formulaire-03 {
    width: 40%;
    position: relative;
    background: url(/photos_b/contenus/img-formulaire-de-brunard.jpg);
    background-size: cover;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    z-index: 1;
    flex: 0 1;
    min-width: 40%;
    padding: 30px;
}

.image-formulaire-04 {
    width: 40%;
    position: relative;
    background: url(/photos_b/contenus/img-formulaire-estello.jpg);
    background-size: cover;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    z-index: 1;
    flex: 0 1;
    min-width: 40%;
    padding: 30px;
}



.contenu_form-01 label, .contenu_form-02 label, .contenu_form-03 label {
    color: #fff;
}

.contenu_form-01 .formulaire-checks > div label, .contenu_form-01 .ReCaptcha-notice {
    color: #ffffff;
}

.contenu_form-01 .formulaire-check > div label a, .contenu_form-01 .ReCaptcha-notice a {
        color: #fff;
        text-decoration: underline;
    }


.contenu_form-02 .formulaire-checks > div label, .contenu_form-02 .ReCaptcha-notice {
    color: #ffffff;
}

    .contenu_form-02 .formulaire-check > div label a, .contenu_form-02 .ReCaptcha-notice a {
        color: #fff;
        text-decoration: underline;
    }


.contenu_form-03 .formulaire-checks > div label, .contenu_form-03 .ReCaptcha-notice {
    color: #ffffff;
}

    .contenu_form-03 .formulaire-check > div label a, .contenu_form-03 .ReCaptcha-notice a {
        color: #fff;
        text-decoration: underline;
    }


.contenu_form-01 a, .contenu_form-02 a, .contenu_form-03 a {
    color: #fff;
}

.contenu_form-01 .btn, .contenu_form-02 .btn, .contenu_form-03 .btn {
    text-decoration: none;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    transition: 0.3s all ease-out;
    border: 1px solid #fff;
}

    .contenu_form-01 .btn:hover, .contenu_form-02 .btn:hover, .contenu_form-03 .btn:hover {
        text-decoration: none;
        text-align: center;
        color: #fff;
        display: inline-block;
        padding: 7px 15px;
        transition: 0.3s all ease-out;
        opacity: 70%;
        border: 1px solid #fff;
    }





/*---------- FIN ---- CLASSES Formulaires -------*/
.contenuFullPhotoSlider .swiper-wrapper {
    height: 850px;
}
.contenuFullPhotoSlider .swiper-slide {
   
    height: 100% !important;
}

    .contenuFullPhotoSlider .swiper-slide img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: bottom;
           object-position: bottom;
    }


.tableau-distance {
    width: 100%;
    margin-top:30px;
}

.contenu-colonne {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.col-01 {
    /*width:48%;*/
    padding-right: 20px;
    margin-right: 40px;
    border-right: solid 1px #000;
    min-width: 200px;
    text-align: left;
    /*float: left;*/
}

.col-02 {
    min-width: 200px;
    text-align:left;
    /*width: 48%;*/
    /*float: right;*/
}

.contenu-2-colonnes {
    width: 70%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content:center;
}

.contenu-informations-ml {
    display: flex;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.col-01-texte-gauche {
    padding-right: 40px;
    min-width: 200px;
}

.col-02-texte-droit {
    padding-left: 40px;
    min-width: 200px;
    /*text-align: left;*/
}

.2photos-full .ct{
    width:100%;
    display:flex;
}

.2photos-full-gauche{

}

.2photos-full-droite{

}





.ligne-verticale {
    width: 5px;
    border-left: 1px solid gray;
    height: 70px;
}

.logo-bosc {
    display: flex;
    justify-content: center;
}

.image-logo {
    width: 227px;
    height: 75px;
}

span.sous-titre {
    font-family: Liana;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 60px;
    color: #000;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin-bottom: 50px;
}

span.sous-titre-deux-lignes {
    font-family: Liana;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 60px;
    color: #000;
    display: block;
    line-height:70px;
    margin-top: -20px;
    margin-bottom: 60px;
}

span.titre-slider-01 {
    font-family: 'Crimson Pro';
    font-weight: 100;
    font-style: light;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    color: #fff;
    letter-spacing: 5px;
}

span.titre-slider-02 {
    font-family: 'Crimson Pro';
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    font-size: 100px;
    color: #fff;
    letter-spacing: 7px;
}

.trait_dessous {
    border-top: 1px solid #000;
    width: 50px;
    position: center;
    margin-top: 5px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.ct .colonne-texte-gauche {
    border-right: 1px solid #000;
    width: 50%;
}


.important {
    font-weight: bold;
}

.color {
    color: #0899AE;
}

.legende {
    font-style: italic;
}

.mark {
    color: #0899AE;
    background-color: #f4f8fb;
    border-radius: 4px;
    padding: 3px 6px;
}

.citation {
    font-size: 11px;
    font-style: italic;
    color: #999;
    font-weight: lighter;
}

.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: right;
    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 ----------------*/
/*-----------------------------------------*/

/*----------- Icon position fixe - droit ----------*/



/*----------- Icon position fixe - droit ----------*/




header {
    display: flex;
    /*flex-direction: row;*/
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px;
    width: calc(100% - 200px);
    margin: auto;
}

.headTop {
    background-color: #1d1d1b;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}

.headTop-span {
    color: #fff;
    font-size: 15px;
    line-height: 40px;
}


#logo {
    display: flex;
    width: 450px;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 43px;
}

    #logo a, #logo a img {
        height: 100% !important;
        -o-object-fit: contain;
           object-fit: contain;
    }

    #logo img {
        /*width: 100%;*/
    }

#outils {
    display:inline-flex;
    justify-content:flex-end;
}

.texte-header-contact {
    font-family: 'Crimson Pro';
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
}


.conteneur-outils-nav{
display:inline-flex;
flex-direction:column;
margin:0 auto;
width:100%;
}


.Deux_photos {
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
}


img.photoColonne-gauche, img.photoColonne-droite {
    width: 48%;
}

/*----------- Langues ----------*/
#languesCt {
    text-align: right;
    margin-bottom: 10px;
    height: 40px;
}
.langues a {
    text-decoration: none;
    padding: 5px;
    text-transform: uppercase;
    display: inline-block;
}

    .langues a:hover {
        background: #222;
        color: #fff;
    }

.langueActive {
    background: #000;
    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 {
    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 {
    margin-bottom: 10px;
}

    .bandeauSliderHome .swiper-container {
        display:none;
        height: 500px;
    }

.bandeauSliderMaster {
    margin-bottom: 10px;
}

    .bandeauSliderMaster .swiper-container {
        display: none;
        height: 400px;
    }


.swiper-pagination-bullet{
    display:none;
}

/*---------- 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 -------------------------*/
/*------------------------------------------------------*/

/*-------------------- Positions des blocs interieurs------*/

.contenu-milieu {
    display: flex;
    flex-direction:column;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.contenu-texte-gauche {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.contenu-texte-droit {
    display: flex;
    justify-content:center;
    flex-direction: column;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.contenu-texte-droit  p {
     text-align: left;
     }


.contenuTexte2ColHaut{
    margin-top:120px;
}


.conteneur-boutons {
    display: flex;
    flex-direction: column;
    flex-wrap:wrap;
    align-items:center;
    width: 100%;
    margin-top:40px;
   
}


.bouton-noir {
    color: #000;
    background: none;
    padding:15px 20px;
    border: 1px solid #000;
    font-family: 'Crimson Pro';
    font-style: normal;
    font-size: 16px;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration:none;
    margin-bottom:20px;
    cursor:pointer;
}

.bouton-noir:hover{
    color: #fff;
    background:#000;
    padding: 15px 20px;
    border: 1px solid #000;
    font-family: 'Crimson Pro';
    font-style: normal;
    font-size: 16px;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
}

div#ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panMilieuGauche_6 {
    display: flex;
    flex-direction: row;
}



    /*---------- Contenus des Blocs HOME couleurs ---------*/
    .divMarron .ct {
    align-items: stretch !important;
}

.divMarron .photoColonne img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.divMarron .contenuMixteImageD{
    margin-left:16px;
}

.divMarron .contenuMixteImageG {
    margin-right: 16px;
}



/*---------- Contenus des Blocs ---------*/
.conteneurBlocTxtImg .ct {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.conteneurBlocImgTxt .ct {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contenuFullPhotoSeule .photoColonne img {
    width:100%;
}

/*.contenuFullPage*/ .contenuMixteImageG {
    width: 50%;
    min-height: 1px;
}

/*.contenuFullPage*/ .contenuMixteImageD {
    width: 50%;
    min-height: 1px;
}

/*.contenuFullPage*/
.contenuMixteTexteG {
    width: 50%;
    min-height: 1px;
    text-align: right;
}

/*.contenuFullPage*/ .contenuMixteTexteD {
    width: 50%;
    min-height: 1px;
    /*margin-left: 50px;*/
}

/*.contenuFullPage*/ .contenuTexte2ColG {
       /*display:block;*/
        width: 50%;
    min-height: 1px;
}

/*.contenuFullPage*/ .contenuTexte2ColD {
    display:flex;
    width: 50%;
    min-height: 1px;
}

.contenuFull {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

/*.contenuFullPage*/ .contenuFullPhotoSeule {
    width: 100%;
 
}


/*.contenuFullPage*/ .contenuFullPhotoSlider {
    display: block;
    position: relative;
}


.photoColonne {
    margin-bottom: 15px;
    height:100%;
}

    .photoColonne img {
        width: 95%;
    }

.flottantGauche {
    float: left;
    margin: 0 30px 0 0;
}

.flottantDroite {
    float: right;
    margin: 0 0 0 30px;
}

.sepFooter {
    display: block;
    clear: both;
    height: 40px;
}

/*.ct .2photos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
}


.photoColonne-gauche {
    margin-right: 10px;
    width:200px;
}

.photoColonne-droite {
    margin-left: 10px;
    width:200px;
}*/



/*---------- Fil d'Ariane ---------*/
#cheminNav {
    display: none;
    height: 30px;
    clear: both;
    margin: 15px auto;
}

    #cheminNav a,
    #cheminNav span {
        color: #aaa;
        text-decoration: none;
    }

        #cheminNav a:hover {
            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;
    }

/*---------- 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: 20px 40px;
    background: none;
    border: 1px solid #000;
    color: #000;
    font-family: 'Crimson Pro';
    font-style: normal;
    font-size: 16px;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
    display: block;
    margin: auto;
}

input.btn.fill, .btn.fill {
    color: #fff;
    background: none;
    border: 1px solid #fff;
    font-family: 'Crimson Pro';
    font-style: normal;
    font-size: 16px;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
}

.btn.fill:hover {
    color: #000;
    background: #fff;
}


    button[type="button"]:hover,
    button[type="submit"]:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover {
        background: #fff;
        color: #000;
    }



        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:60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.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;
    /*text-transform:uppercase;*/
    font-size: 16px;
    line-height: 14px;
    padding-left: 2px;
    font-family: 'Crimson Pro';
}

.formulaire-checks {
    margin-bottom: 20px;
}

    .formulaire-checks > div {
        margin: 0px 0px 10px 0px;
    }

        .formulaire-checks > div label,
        .ReCaptcha-notice {
            opacity: 1;
            color: #979797;
            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: 160px;
    overflow: hidden;
    margin: 10px auto;
}

    .listActuImg img {
        width: 100%;
    }

.listActuDesc {
    width: 100%;
    font-size: 14px;
    margin: 10px auto;
}

.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 ---------*/

.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: 160px;
    overflow: hidden;
    margin: 10px auto;
}

    .listEventImg img {
        width: 100%;
    }

.listEventDesc {
    width: 100%;
    font-size: 14px;
    margin: 10px auto;
}

.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;
    }

/*-----------------------------------------------------*/
/*-------------------- FOOTER -------------------------*/
/*-----------------------------------------------------*/


footer {
    width: calc(100% - 200px);
    margin: auto;
    border-top: 1px solid #000;
}

.contenu-footer {
    margin-top:20px;
    margin-bottom:30px;
    padding-bottom:40px;
    display: flex;
   
}

.contenu-adresse {
    /*flex-wrap:wrap;*/
    font-family: 'Crimson Pro';
    font-style: normal;
    font-size: 14px;
    color: #000;
    min-width:530px;
}

.logo-priams img {
        float: left;
        padding-right: 30px;
        width: 150px;
    }

.texte-addresse {
        font-family: 'Crimson Pro';
        font-style: normal;
        font-size: 14px;
        line-height:20px;
        text-align: left;
        color: #000;
    }

.texte-adresse-dessous {
    clear: both;
    font-family: 'Crimson Pro';
    font-style: normal;
    font-size: 14px;
    color: #000;
    margin-top:10px;
}



.contenu-icon-nl {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    justify-content:flex-end;
}

.links {
    display: flex;
    align-items: center;
    /*margin-right: 20px;
    border-right: 1px solid #000;
    padding-right: 25px;*/
}


.social{
    display:inline-block;
    vertical-align:middle;
    text-decoration:none;
}


.inscription-nl {
    display: inline-block;
    width:100%;

}

div#divDescNewsletter {
    width: 100%;
    text-align: end;
    margin-right: 15px;
    font-family: 'Crimson Pro';
    font-size: 16px;
}
    


    .liens-ml {
    display:flex;
    justify-content:flex-end;
    width: 100%;
    font-family: 'Crimson Pro';
    font-style: normal;
    font-size: 14px;
    color: #000;
}


a.linkedin:before {
    content: '\e960';
    font-family: 'boonIco';
    font-size: 22px;
    color: #000;
}

a.facebook:before {
    content: '\e94e';
    font-family: 'boonIco';
    font-size: 22px;
    color: #000;
}

a.instagram:before {
    content: '\e95d';
    font-family: 'boonIco';
    font-size: 22px;
    color: #000;
}

a.twitter:before {
    content: '\e96d';
    font-family: 'boonIco';
    font-size: 22px;
    color: #000;
}


a.instagram {
    border-right: 1px solid #000;
    padding-right: 15px;
}

.divDescNewsletter {

}



footer a {
    color: #212121;
    text-decoration: none;
    margin: 0 8px;
}

        footer a:hover {
            color: rgba(33, 33, 33, 0.71);
        }

#crosslink {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background: #ccc;
}

    #crosslink a {
        color: #212121;
        text-decoration: none;
    }

        #crosslink a:hover {
            color: rgba(33, 33, 33, 0.71);
        }





/*-------------------------------------------*/
/*-------------- 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;
}

.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: 500;
    width: 100%;
}

    /*---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: 1200px;
    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 {
    position: absolute;
    top: 8px;
    left: 0px;
    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%;
        }

.blocCandidatureCentrer {
    /*margin-bottom: 100px;*/
}

    .blocCandidatureCentrer p {
        text-align: center;
    }

/*------------ POSTULER ------------*/
/*----------------------------------*/
.postuler {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.postuler-content {
    background-color: #f3f3f3;
    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 {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 45px;
    color: #212121;
    border: none;
    transition: 0.3s all ease-out;
    cursor: pointer;
}

    .postuler-btn:hover {
        background-color: #eee;
    }

.postuler.open .postuler-btn {
    background-color: #e2e2e2;
}

    .postuler.open .postuler-btn::after {
        content: "\00d7";
        left: auto;
        position: relative;
        top: 1px;
        font-size: 20px;
        padding-left: 10px;
        cursor: pointer;
    }

.postuler-form {
    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: #212121;
}

.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: #212121;
    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;
}

.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: #212121;
            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: #979797;
        line-height: 20px;
        font-size: 13px;
    }

    .postuler-bottom-line a {
        color: #000;
        text-decoration: underline;
    }

.postuler-bottom-send {
    text-align: center;
    margin-top: 20px;
}

    .postuler-bottom-send .btn {
        font-size: 16px;
    }

/*-------------- DETAILS EMPLOIS -------------*/

.detailDescCt {
    width: 1000px;
    margin: 0 auto;
}

.detailEmploiCt {
    padding-bottom: 80px;
    background-color: #f3f3f3;
}

    .detailEmploiCt h1 {
        margin-bottom: 30px;
    }

.emploiDetails {
    margin-bottom: 30px;
}

    .emploiDetails .emploiType {
        color: #fff;
        padding: 10px 20px;
        background-color: #000000;
        text-transform: uppercase;
        display: inline-block;
        font-size: 20px;
    }

    .emploiDetails .emploiDate {
        color: #000000;
        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;
    }
