/* Minification failed. Returning unminified contents.
(2978,51): run-time error CSS1046: Expect comma, found '48'
(2978,57): run-time error CSS1046: Expect comma, found '/'
(2978,71): run-time error CSS1046: Expect comma, found '48'
(2978,76): run-time error CSS1046: Expect comma, found ')'
(2986,51): run-time error CSS1046: Expect comma, found '36'
(2986,57): run-time error CSS1046: Expect comma, found '/'
(2986,71): run-time error CSS1046: Expect comma, found '0'
(2986,75): run-time error CSS1046: Expect comma, found '/'
(2989,51): run-time error CSS1046: Expect comma, found '36'
(2989,57): run-time error CSS1046: Expect comma, found '/'
(2989,71): run-time error CSS1046: Expect comma, found '0'
(2989,75): run-time error CSS1046: Expect comma, found '/'
(2993,51): run-time error CSS1046: Expect comma, found '36'
(2993,57): run-time error CSS1046: Expect comma, found '/'
(2993,71): run-time error CSS1046: Expect comma, found '0'
(2993,75): run-time error CSS1046: Expect comma, found '/'
 */

@font-face {
    font-family: 'AXIS-ExtraBold';
    src: url('/css/fonts/AXIS-ExtraBold.eot') format('embedded-opentype'), url('/css/fonts/AXIS-ExtraBold.woff') format('woff'), url('/css/fonts/AXIS-ExtraBold.ttf') format('truetype'), url('/css/fonts/AXIS-ExtraBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri-Light';
    src: url('/css/fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Calibri-Light.woff') format('woff'), url('/css/fonts/Calibri-Light.ttf') format('truetype'), url('/css/fonts/Calibri-Light.svg#Calibri-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Calibri-Bold';
    src: url('/css/fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Calibri-Bold.woff') format('woff'), url('/css/fonts/Calibri-Bold.ttf') format('truetype'), url('/css/fonts/Calibri-Bold.svg#Calibri-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Calibri';
    src: url('/css/fonts/Calibri.eot') format('embedded-opentype'), url('/css/fonts/Calibri.woff') format('woff'), url('/css/fonts/Calibri.ttf') format('truetype'), url('/css/fonts/Calibri.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}




/*------------------------------------------*/
/*----------------- GENERAL ----------------*/
/*------------------------------------------*/

body {
    margin: 0px;
    font-family: Arial;
    font-size: 14px;
    /*line-height: 17px;*/
    color: #212121;
    background: #fff;
    overflow-x: hidden;
    width: 100%;
}

.ct {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 960px;
}

.conteneurContenuBloc {
    margin-bottom: 20px;
}

.contenuFullPage .conteneurContenuBloc {
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/*------- Couleur du loader et des selecteur -------*/

::-moz-selection {
    background: #f4d322;
    color: #fff
}

::selection {
    background: #f4d322;
    color: #fff
}

.spinner > div {
    background-color: #f4d322;
}



/*----------------- TEXTES ----------------*/
h1, .h1 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 8px;
    color: #000;
    margin-bottom: 30px;
    font-family: 'AXIS-ExtraBold';
    margin-bottom: 70px;
    text-align: left;
}

/*h1::after {
    content: '';
    display: block;
    height: 10px;
    width: 100px;
    background-color: #f4d322;
    position: absolute;
    margin-top: 20px;
    transition: width .5s,transform 2s;
    
}*/
    h1::after {
        content: '';
        display: block;
        height: 5px;
        width: 75px;
        background-color: #f4d322;
        position: absolute;
        margin-top: 20px;
        transition: width .5s,transform 2s;
    }


    h1 .span {
        color: #f4d322;
        font-size: 17px;
        line-height: 27px;
        text-align: left;
    }

.Col2Blanc h3 {
    margin-top: 35px;
}

.SousTitre-SwiperText {
    color: #f4d322;
    font-size: 18px;
    line-height: 27px;
    margin-top: 10px;
    letter-spacing: 3px;
    text-align: left;
}
h2, .h2 {
    font-size: 40px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'AXIS-ExtraBold';
    letter-spacing: 10px;
}

h3, .h3 {
    font-size: 20px;
    font-family: 'AXIS-ExtraBold';
    line-height: 25px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

p {
    font-family: Calibri;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    text-align: justify;
}

img {
    border: 0px;
}

/*ul {
    margin: 0px 0 20px 20px;
    list-style: none;
    text-align: justify;
}*/
ul {
    margin: 0 0 20px 20px;
    list-style: none;
    text-align: justify;
    font-family: Calibri;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    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;
}


.photoColonne .legende {
    font-style: normal;
    position: absolute;
    top: 50%;
    color: #ffffff !important;
    transform: translate(-50%,-50%);
    left: 50%;
    text-align: center;
}



.photoColonne .legende h2 {
    color: #ffffff !important;
}

    .photoColonne .legende h2::after {
        text-align:center;
        margin-left: 50%;
        transform: translateX(-50%)
    }


.mark {
    color: #0899AE;
    background-color: #f4f8fb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    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);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    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 ----------------*/
/*-----------------------------------------*/

header {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px;
}

#logo {
    width: 115px;
    float: left;
    position: absolute;
    left: 50px;
    margin-top: 20px;
    z-index: 140;
}

    #logo img {
        width: 100%;
    }

#outils {
    float: right;
    text-align: right;
    display: flex;
    font-family: calibri;
    flex-direction: row;
    font-size: 18px;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}


/*----------- Langues ----------*/

#languesCt {
    text-align: right;
    margin-bottom: 10px;
    display: none;
}

.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;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    font-size: 9px;
    padding: 3px;
    display: inline-block;
}

/*----------- Login ----------*/
.deconnexionCt {
    /* margin-bottom: 10px; */
    display:none;
}

a.Tel {
    margin-right: 0;
    letter-spacing: 1px;
    padding: 14px;
    font-family: 'AXIS-ExtraBold';
    font-size: 13px;
    background-color: #fff;
    color: #303030;
}

.connexionNom {
    padding-right: 10px;
}

    .connexionNom:hover {
    }

.lienDeconnexion {
}

    .lienDeconnexion:hover {
    }

/*----------- Recherche ----------*/

.divRecherche {
    text-align: right;
    display:none;
}

    .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;
    }

/*-------------------------------------------------------*/
/*-------------------- HOMEPAGE -------------------------*/
/*-------------------------------------------------------*/

.bandeauSliderHome {
    /* margin-bottom: 40px; */
}

/*---------- 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 ---------*/

#panHomeBlogArticles .fotorama__stage {
    width: 400px;
    height: 400px;
}

.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: 300px;
    float: left;
    min-height: 1px;
}

.contenuFullPage .contenuMixteImageD {
    width: 300px;
    float: right;
    min-height: 1px;
}

.contenuFullPage .contenuMixteTexteG {
    width: 610px;
    float: left;
    min-height: 1px;
}

.contenuFullPage .contenuMixteTexteD {
    width: 610px;
    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%;
    text-align: center;
    text-align-last: center;
}


.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 {
    height: 30px;
    clear: both;
    margin: 25px auto 25px 185px;
    position: absolute;
    max-width: 380px;
    display: none;
}

    #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 #fafafa91;
    transition: 0.3s all ease-out;
    color: #ffffff;
    outline: none;
    padding: 5px;
    background: #303030;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}




    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 {
        border-color: #777;
    }
#panInscriptionNewsletter .btn {
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
    background: #fafafa91;
    /* border: 1px solid #ffffff; */
    padding: 6px 15px;
    border: none;
}


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: solid 1px Red !important;
}*/

.correction {
    background: rgba(240, 80, 80, 0.1);
    color: #f05050;
}

/*---------- Contact ---------*/

.FormulaireContact {
    position: relative;
    transform: translate(-50%, -50%);
    z-index: 10;
    left: 50%;
    width: 50%;
    margin-top: -130px;
    background-color: whitesmoke;
    padding: 20px 40px;
    box-sizing: border-box;
}


.body_21 #ctl00_ucSliderPage2_panSlider::after {
    display: none;
}

.body_21 .btnDevis {
    right: 0%;
    bottom: 10vh;
}



.formulaire {
    width: 100%;
    margin-top: 20px;
}

.formulaire-row {
    margin-bottom: 25px;
    position: relative;
}

.formulaire input[type="text"],
.formulaire input[type="tel"],
.formulaire input[type="email"],
.formulaire textarea {
    background-color: rgba(255, 255, 255, 0.00);
    width: 100%;
    height: 30px;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    border-bottom: 2px solid rgba(33, 33, 33, 0.25);
    box-sizing: border-box;
    font-size: 15px;
    color: #5c5c5c;
}

.formulaire textarea {
    height: 100px;
    resize: vertical;
    margin-bottom: 0px;
    padding: 5px 0px;
}

/*-- Ci dessous, le style du label qui est par dessus
    le champs.

    Si vous voulez enlever la petite animation
    des labels, faites comme il y a marqué dans les commentaires de l'UC Contact,
    et enlevez la position absolute de la règle ci dessous.
    */

.formulaire label {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 15px;
    font-family: Arial;
    color: #5c5c5c;
    opacity: 0.8;
    cursor: text;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.formulaire input[type="radio"] + label,
.formulaire input[type="checkbox"] + label {
    top: 0;
}

/*-- Style des champs quand on est en train décrire dessus
        */

.formulaire input[type="text"]:focus,
.formulaire input[type="email"]:focus,
.formulaire input[type="tel"]:focus,
.formulaire textarea:focus {
    border-bottom: 2px solid #222;
}

    /*-- Style du label quand on a cliqué dessus et quand
                on a du texte dans les champs
        */

    .formulaire input[type="text"]:focus ~ label,
    .formulaire input[type="text"].fill ~ label,
    .formulaire input[type="email"]:focus ~ label,
    .formulaire input[type="email"].fill ~ label,
    .formulaire input[type="tel"]:focus ~ label,
    .formulaire input[type="tel"].fill ~ label,
    .formulaire textarea:focus ~ label,
    .formulaire textarea.fill ~ label {
        transform-origin: left center;
        transform: translate3d(0, -100%, 0) scale3d(.85, .85, 1);
        opacity: 0.5;
    }

/*-- Style des champs avec erreurs
        */

.errorControl {
    background-color: #FBE3E4 !important;
    border: 0px !important;
    border-bottom: 2px solid #cc5246 !important;
}

.formulaire-check {
    margin-bottom: 20px;
}

    .formulaire-check > div {
        margin: 0px 0px 8px 0px;
    }

    .formulaire-check > 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;
        }

/*-- 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;
}

.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;
}

.detailActuGalerieImg {
    margin: 0px 10px;
}

#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;
}

.detailEventGalerieImg {
    margin: 0px 10px;
}

#detailEventFichiers {
    clear: both;
    margin: 30px 0;
}

    #detailEventFichiers li {
        margin: 0 0 7px 0;
    }

/*-----------------------------------------------------*/
/*-------------------- FOOTER -------------------------*/
/*-----------------------------------------------------*/

footer {
    width: 100%;
    padding: 40px 0 20px 0;
    text-align: center;
    background: #303030;
    color: #fff;
}

.ctFooter {
    width: 820px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.ChildFooter {
    width: 30%;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
}
footer a {
    color: #fff;
    text-decoration: none;
    margin: 0 0px;
}
.ChildFooter span {
    font-family: 'AXIS-ExtraBold';
    letter-spacing: 1px;
    margin-bottom: 0px;
    display: block;
}

.line {
    width: 39%;
    height: 1px;
    display: block;
    color: aliceblue;
    background-color: #fff;
    margin-top: 13px;
    margin-right: 10px;
    margin-left: 10px;
}

        footer a:hover {
            color: rgba(33, 33, 33, 0.71);
        }

#crosslink {
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    background: #303030;
    color: #fff;
    line-height: 20px;
    box-sizing: border-box;
}
    #crosslink a {
        color: #fff;
        text-decoration: none;
    }

        #crosslink a:hover {
            color: #999;
        }
img.pictoRS {
    width: 25px;
    height: 25px;
}


/*-------------------------------------------*/
/*-------------- 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;
}

/*------------------------------------------------*/
/*-------------- 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 0px 50px 0px;
    width: 80%;
    margin: auto;
}

.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;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    background: none;
    /* width: 100% !important; */
}
    .conteneurPhotoIsotop .swipebox .classHoverVideo {
        background: url(/images/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%;
        height: 100%;
        object-fit: contain;
    }

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: top, left, opacity;
        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/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/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/fichier-defaut.png)no-repeat;
}

.fichierDossierParent {
    display: block;
    margin-bottom: 10px;
}

.fichierLienFichier.pdf {
    background: url(/images/fichier-pdf.png)no-repeat;
}

.fichierLienFichier.excel {
    background: url(/images/fichier-excel.png)no-repeat;
}

.fichierLienFichier.word {
    background: url(/images/fichier-word.png)no-repeat;
}

.fichierLienFichier.pp {
    background: url(/images/fichier-powerpoint.png)no-repeat;
}

.fichierLienFichier.photo {
    background: url(/images/fichier-image.png)no-repeat;
}

.retourBtn .btn {
    margin-right: 0;
}

/*---------------------------*/
/*---------- FAQ ------------*/
/*---------------------------*/

.faqListe {
    margin: 60px 0 0 0;
    text-align: center;
    justify-content: center;
}

.faqListe h2::after {
    content: '';
    display: block;
    height: 10px;
    width: 100px;
    background-color: #f4d322;
    position: absolute;
    margin-top: 20px;
    transition: width .5s,transform 2s;
    text-align: center;
    margin-right: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}


    .faqListe a {
        cursor: pointer;
        margin-bottom: 20px;
        text-decoration: none;
    }
.questionFAQ {
    cursor: pointer;
    background-color: #303030;
    color: #ffffff;
    font-family: 'AXIS-ExtraBold';
    letter-spacing: 3px;
    font-size: 21px;
    padding: 10%;
    width: 33%;
    line-height: 30px;
    box-sizing: border-box;
}
.reponseFAQ {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 10%;
    width: 67%;
    color: black;
    box-sizing: border-box;
    /* font-size: 16px; */
    letter-spacing: 0.4px;
    /* line-height: 22px; */
    font-family: Calibri;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    text-align: justify;
}

    .reponseFAQ p {
        margin-bottom: 0;
    }

.faqListe .sepFooter {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 40px;
}

    .faqListe .sepFooter:last-child {
        border: none;
    }

.AccordionQuestionReponse {
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 20px; */
}

    .AccordionQuestionReponse:nth-child(2n) {
        flex-direction: row-reverse;
    }
        .AccordionQuestionReponse:nth-child(2n) .reponseFAQ {
            background-color: #f4d322;
        }

.accordion {
    margin-top: 70px;
}

/*----------------------------------*/
/*---- 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;
    text-align: center;
}

.postuler-content {
    background-color: #000000;
    display: inline-block;
    width: 1000px;
    max-width: 33%;
    -moz-transition: max-width 0.25s, border 0.25s;
    -o-transition: max-width 0.25s, border 0.25s;
    -webkit-transition: max-width 0.25s, border 0.25s;
    transition: max-width 0.25s, border 0.25s;
    height: 45px;
    overflow: hidden;
}

.postuler-btn {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 45px;
    color: #fff;
    border: none;
    transition: all 0.25s ease-in-out, font-size 0.2s linear;
    cursor: pointer;
}

    .postuler-btn:hover {
        background-color: #999;
    }

.postuler.open .postuler-content {
    max-width: 100%;
    height: auto;
}

.postuler.open .postuler-btn {
    background-color: #999;
}

    .postuler.open .postuler-btn::after {
        content: "\00d7";
        left: auto;
        position: relative;
        top: 1px;
        font-size: 22px;
        padding-left: 10px;
        cursor: pointer;
    }

        .postuler.open .postuler-btn::after:hover::after {
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            -webkit-transform: none;
            transform: none;
        }

.postuler-form {
    max-height: 0;
    opacity: 0;
    text-align: left;
    font-size: 15px;
    overflow: hidden;
    -moz-transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
    -o-transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
    -webkit-transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
    transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
}

.postuler.open .postuler-form {
    padding: 40px;
    opacity: 1;
}

.postuler-intro {
    margin: 0px 0 40px 0px;
    font-size: 23px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    color: #fff;
}

.postuler-line {
    display: flex;
    margin: 0px 0 10px 0px;
    color: #fff;
}

.postuler-fields {
    padding: 0px 0;
}

.postuler-field label {
    color: #fff;
    width: 130px;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    top: 8px;
    text-transform: uppercase;
}

.postuler-field input, .postuler-field select {
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff !important;
    border: none;
    border-bottom: 2px solid #fff;
    line-height: 25px;
    padding: 7px 0px;
    width: 235px;
}

.postuler-field textarea {
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff !important;
    border: none;
    border-bottom: 2px solid #fff;
    line-height: 25px;
    padding: 7px 0px;
    width: 100%;
    resize: vertical;
}

.postuler-line-3 .postuler-field .input {
    width: 695px;
}

.postuler-line-3 .postuler-field input {
    width: 100%;
}

.postuler-field select {
}

    .postuler-field select option {
        color: #000000;
    }

.postuler-field textarea {
    width: 90%;
}

.postuler-field {
    position: relative;
    display: flex;
    align-items: flex-start;
    line-height: 1;
    width: 50%;
}

.postuler-field-message {
    display: block;
    width: 100%;
}

    .postuler-field-message label {
        display: inline-block;
        margin-bottom: 15px;
    }

.postuler-line-6 {
    margin-top: 30px;
    margin-bottom: 40px;
}

    .postuler-line-6 table {
        margin-left: 30px;
        position: relative;
        top: -3px;
    }

.postuler-line .postuler-field:nth-child(2) {
}

.postuler-field label {
}

.postuler-field-v-separator {
    width: 1px;
    background-color: #b0b0b0;
}

.postuler-field::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.postuler-field-nom,
.postuler-field-prenom {
    width: 50%;
}

.postuler-field-adresse {
    width: 100%;
}

.postuler-field-cp {
    /*width: 40%;*/
}

.postuler-field-ville {
    /*width: 60%;*/
}

.postuler-field-tel {
    width: 50%;
}

.postuler-field-email {
    width: 50%;
}

.postuler-fields-files {
    display: flex;
    justify-content: space-between;
    /*border-top: 1px solid #b0b0b0;*/
}

.postuler-field-file {
    display: inline-block;
    width: 45%;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .postuler-field-file label::before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 30px;
        margin-bottom: 15px;
        background: no-repeat center center;
        background-size: contain
    }

    .postuler-field-file input {
        width: 57%;
        margin-top: 15px;
        font-size: 12px;
        background: none;
        border: 0px solid #000;
        border-radius: 0;
    }

.postuler-fields-files label {
    width: 165px;
}

.postuler-field-cv label::before {
    content: '\e9fa';
    font-family: 'boonIco';
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.postuler-field-lettre label::before {
    content: '\e9ff';
    font-family: 'boonIco';
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.postuler-fields-actions a {
    color: #fff;
}

.postuler-fields-actions {
    padding-bottom: 0;
    color: #fff;
}

.postuler-field-captcha::after {
    top: 100%;
    left: 0;
    margin-top: 5px;
    font-size: 13px;
    color: rgba(0,0,0,0.3);
}

.postuler-field-submit {
    display: block;
    text-align: center;
    margin: 50px 0px 0px 0px;
}

    .postuler-field-submit a {
        color: #000000;
        background-color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        padding: 8px 20px;
        text-decoration: none;
        transition: 0.2s all ease-out;
    }

        .postuler-field-submit a:hover {
            color: #fff;
            background-color: #000000;
        }

.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;
    }

.FondSlider {
    /* display: block; */
    height: 100%;
    margin-top: 5%;
    vertical-align: baseline;
    margin-bottom: 0px;
    width: 100%;
    background-color: #303030;
    /* bottom: 0px !important; */
    position: relative;
}


/*HomePage*/




h3 span {
    /* font-family: monospace; */
    font-family: Calibri;
    font-size: 16px;
    font-style: italic;
}

/*---------- .btnBubbleHG -----------*/

.btnDevis {
    position: absolute;
    right: 12%;
    /* background-color: #f4d322; */
    color: #303030;
    padding: 10px 20px;
    bottom: 20vh;
    z-index: 10;
    transform: translateX(-50%);
    width: 370PX;
    text-align: center;
    transition: .5s cubic-bezier(0.47, -0.04, 0.38, 1);
}

.body_1191 .btnDevis {
    display:none;
}

.btnDevis.open {
    right: -220px !important;
    position: fixed;
    bottom: 29px;
    top: auto;
    transition: .5s cubic-bezier(0.47, -0.04, 0.38, 1);
}

.btnSliderRight {
    right: 3.2%;
    height: 15px;
    width: auto;
    background: #f4d32200;
    position: absolute;
    color: #fff;
    transform: rotate(-90deg);
    font-family: 'Montserrat-Medium';
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    top: 50%;
    z-index: 10;
}

.btnBubbleHG {
    z-index: 1;
    position: absolute;
    font-size: inherit;
    font-family: inherit;
    color: #303030;
    padding: 10px 20px;
    outline: none;
    border: none;
    background-color: #f4d322;
    overflow: hidden;
    transition: color .4s ease-in-out;
    font-size: 17px;
    font-family: 'AXIS-ExtraBold';
    letter-spacing: 1px;
}

    .btnBubbleHG::before {
        content: '';
        z-index: -1;
        position: absolute;
        bottom: 100%;
        right: 100%;
        width: 2em;
        height: 2em;
        border-radius: 50%;
        background-color: #303030;
        transform-origin: center;
        transform: translate3d(50%,50%,0) scale3d(0,0,0);
        transition: transform .45s ease-in-out;
    }
.body_1196 .btnBubbleBG a {
    color: #000000 !important;
}
.body_1196 .btnBubbleBG:hover a {
    color: #ffffff !important;
}



    .btnBubbleHG:hover {
        cursor: pointer;
        color: #E3E3E3;
    }

        .btnBubbleHG:hover::before {
            transform: translate3d(50%, 50%, 0) scale3d(20, 20, 20);
        }


.btnBubbleHGJaune {
    z-index: 1;
    position: absolute;
    font-size: inherit;
    font-family: inherit;
    color: #ffffff;
    padding: 10px 20px;
    outline: none;
    border: none;
    background-color: #303030;
    overflow: hidden;
    transition: color .4s ease-in-out;
    font-size: 17px;
    font-family: 'AXIS-ExtraBold';
    letter-spacing: 1px;
    right: 20px;
}


    .btnBubbleHGJaune::before {
        content: '';
        z-index: -1;
        position: absolute;
        bottom: 100%;
        right: 100%;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        background-color: #f4d322;
        transform-origin: center;
        transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
        transition: transform 0.45s ease-in-out;
    }

    .btnBubbleHGJaune:hover {
        cursor: pointer;
        color: #222;
    }

        .btnBubbleHGJaune:hover::before {
            transform: translate3d(50%, 50%, 0) scale3d(20, 20, 20);
        }



/*---------- .btnBubbleBG -----------*/

.btnBubbleBG {
    z-index: 1;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    outline: none;
    border: none;
    max-width: 180px;
    background-color: #303030;
    overflow: hidden;
    transition: color .4s ease-in-out;
    text-align: center;
    font-size: 15px;
    font-family: 'AXIS-ExtraBold';
    letter-spacing: 1px;
    border-radius: 50px;
    margin-top: 30px;
}
    .btnBubbleBG::before {
        content: '';
        z-index: -1;
        position: absolute;
        top: 100%;
        right: 100%;
        width: 2em;
        height: 2em;
        border-radius: 50%;
        background-color: #f4d322;
        transform-origin: center;
        transform: translate3d(50%, -50%, 0) scale3d(0, 0, 0);
        transition: transform 0.45s ease-in-out;
    }

    .btnBubbleBG:hover {
        cursor: pointer;
        color: #161616;
    }

        .btnBubbleBG:hover::before {
            transform: translate3d(50%, -50%, 0) scale3d(20, 20, 20);
        }




/*---------- .btnBubbleBG -----------*/
.Col2Jaune .btnBubbleBG::before {
    background-color: #fff ;
}


.Col2Gris .btnBubbleBG::before {
    background-color: #f4d322 ;
}

.Col2Blanc .btnBubbleBG::before {
    background-color: #f4d322 !important;
}
.Col2Blanc .btnBubbleBG:hover a {
    color: #fff;
}

.Col2Jaune .btnBubbleBG:hover a {
    color: #222;
}

.FullNoirImg .btnBubbleBG::before {
    width: 3em;
    height: 3em;
    background-color: #fff;
}

    /*BLOCS*/
    .contenuFullPage .contenuTexte2ColG {
        width: 50%;
    }

.contenuFullPage .contenuTexte2ColD {
    width: 50%;
}

.Col2Blanc {
    padding: 0 25%;
    height: 680px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Col2Gris {
    padding: 0 25%;
    background-color: #f9f9f9;
    height: 680px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Col2Jaune {
    padding: 0 25%;
    background-color: #f4d322;
    height: 680px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.SmalHeightCt .Col2Jaune,
.SmalHeightCt .Col2Noir,
.SmalHeightCt .Col2Blanc,
.SmalHeightCt .Col2NoirImg {
    height: 500px;
}



.swiper-background {
    left: 50%;
}


.Col2Noir {
    padding: 0 25%;
    background-color: #303030;
    height: 680px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.FullNoirImg h2 {
    color: #fff;
    text-align: center;
}


.divGris {
    background-color: #f7f7f7;
}

.ccb546 .Col2Noir {
    background-color: #202020;
}

    .ccb546 .Col2Noir h4 {
        color: #f4d322;
        text-align: left;
        margin-top: 10px;
    }

.FullNoirImg {
    padding: 0 25%;
    background-color: #1d1d1d;
    object-fit: cover;
    background-size: cover;
    object-position: initial;
    height: auto;
    padding: 10px 0px 90px 0px
}

    .FullNoirImg h3, .FullNoirImg p {
        color: #ffffff;
    }
.Col2NoirImg {
    padding: 0 25%;
    background-image: url(/images/Fond_01.jpg);
    object-fit: cover;
    background-size: cover;
    object-position: center;
    height: 680px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .Col2NoirImg.Fond02 {
        background-image: linear-gradient( rgb(48 48 48 / 0%), rgb(48 48 48) ),url(/images/Fond_08.jpg);
    }


    .Col2NoirImg.Fond03 {
        background-image: url(/images/Fond_02.jpg);
    }
    .Col2NoirImg.Fond04 {
        background-image: linear-gradient( rgb(36 36 36 / 82%), rgb(0 0 0 / 0%) ),url(/images/Fond_03.jpg);
    }
    .Col2NoirImg.Fond05 {
        background-image: linear-gradient( rgb(36 36 36 / 82%), rgb(0 0 0 / 0%) ),url(/images/Fond_11.jpg);
    }

    .Col2NoirImg.Fond06 {
        background-image: linear-gradient( rgb(36 36 36 / 82%), rgb(0 0 0 / 0%) ),url(/images/Fond_10.jpg);
    }

h2::after {
    content: '';
    display: block;
    height: 10px;
    width: 100px;
    background-color: #f4d322;
    position: absolute;
    margin-top: 20px;
    transition: width .5s,transform 2s;
}


.center h2::after {
    content: '';
    display: block;
    height: 10px;
    width: 100px;
    background-color: #f4d322;
    position: absolute;
    margin-top: 20px;
    transition: width .5s,transform 2s;
    left: 50%;
    transform: translateX(-50%);
}


.Col2Jaune h2::after {
    background-color: #ffffff;
}

.Col4_anim {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ChildCol4_anim {
    padding: 20px;
    box-sizing: border-box;
    width: 230px;
    height: 210px;
    transition: all 1s ease-in-out;
    background-color: rgb(244, 211, 34);
}


/*.ccb561 .ChildCol4_anim p {
    top: 64%;
}

.ccb562 .ChildCol4_anim p {
    top: 54%;
}*/



    .ChildCol4_anim.ChildCol4_01 {
        background-image: url(/images/surmesure.jpg);
        transition: all 1s ease-in-out;
    }

    .ChildCol4_anim.ChildCol4_02 {
        background-image: url(/images/rapidite.jpg);
        transition: all 0.3s ease-in-out;
    }

    .ChildCol4_anim.ChildCol4_03 {
        background-image: url(/images/interlocuteur.jpg);
        transition: all 0.3s ease-in-out;
    }
    .ChildCol4_anim.ChildCol4_04 {
        background-image: url(/images/rapport-analyse.jpg);
        transition: all 0.3s ease-in-out;
    }



    .ChildCol4_anim.ChildCol4_05 {
        background-image: url(/images/etudeProjet.jpg);
        transition: all 1s ease-in-out;
    }

    .ChildCol4_anim.ChildCol4_06 {
        background-image: url(/images/sondage.jpg);
        transition: all 1s ease-in-out;
    }

    .ChildCol4_anim.ChildCol4_07 {
        background-image: url(/images/analyse.jpg);
        transition: all 1s ease-in-out;
    }





.center h2, .center .h2 {
 margin: 0px auto 100px auto;
}

.center {
}

/*.ChildCol4_anim p {
    margin-top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 25px;
font-family: 'AXIS-ExtraBold';
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
}*/

.ChildCol4_anim p {
    margin-top: 50%;
    width: 200px;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 25px;
    font-family: 'AXIS-ExtraBold';
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    position: relative;
    transition: all 0.5s ease-in-out;
}


.ChildCol4_anim .filtreAnimation {
    background-color: #f4d322;
    transition: all 0.5s ease-in-out;
    width: 230px;
    height: 0px;
    display: block;
    margin-top: -20px;
    position: absolute;
    margin-left: -20px;
    z-index: 0;
}

.ChildCol4_anim:hover .filtreAnimation {
    height: 210px;
}


.ChildCol4_anim:hover p {
color: #303030;
transition: all 0.5s ease-in-out;

}




.legendeSmall {
    margin-top: -20px;
    width: 200px;
    /* transform: translateY(-50%); */
    font-size: 12px;
    text-align: center;
    color: #fff;
    position: relative;
}


/*.ChildCol4_anim.ChildCol4_01:hover {
    background-image: none;
    background-color: #f4d322;
    transition: all 1s ease-in-out;
    background-image: none;
}*/



.center .btnBubbleBG {
    margin: 30px auto 0 auto;
}

.btnBubbleBG a {
color:#fff;
}


.btnBubbleBG:hover a {
    color: #fff;
}

 .btnBubbleBG::before {
    background-color: #303030;
}

.center .ct {
    margin-top: 100px;
    margin-bottom: 100px;
}

.margin-top .ct {
    margin-top: 100px;
}

.margin-bottom .ct {
    margin-bottom: 100px;
}

.Col2Noir h2,
.Col2NoirImg h2,
.Col2Noir h3,
.Col2NoirImg h3,
.Col2Noir p,
.Col2NoirImg p {
    color: #fff;
}

.Col2Noir .btnBubbleBG, .Col2NoirImg .btnBubbleBG/*, .ct .btnBubbleBG*/ {
    color: #303030;
    background-color: #f4d322;
}


 .divGris .btnBubbleBG::before {
    background-color: #f4d322;
}

.body_1191 #cheminNav {
   display: none;
}
.contenuFull .btnBubbleBG::before {
    background-color: #f4d322;
}

    .Col2NoirImg .btnBubbleBG::before, .Col2Noir .btnBubbleBG::before {
        background-color: #fff;
    }

.FullNoirImg .ct .btnBubbleBG {
    position: absolute;
    margin-top: 40px;
    margin-right: 50%;
    transform: translateX(-50%);
    max-width: 350px !important;
    width: 330px;
}

    /*trois colonnes*/

.Col3_anim span {
    /* margin-top: 14%; */
    /* transform: translateY(-50%); */
    font-size: 18px;
    line-height: 25px;
    font-family: 'AXIS-ExtraBold';
    letter-spacing: 1px;
    text-align: left !important;
    color: #000;
    position: relative;
    display: block;
    text-align-last: left;
    width: 90%;
    margin: 10px auto 40px auto;
}


.Col3_anim {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    padding: 0;
    box-sizing: border-box;
}


.ChildCol3_anim {
    box-sizing: border-box;
    width: 32%;
    background-color: #fff;
    height: 295px;
    box-shadow: 0 0 15px 0 #0000000f;
    overflow: hidden;
    cursor: pointer;
    transition: .3s all ease-out;
}

    .ChildCol3_anim:before {
        content: '\e99f';
        font-family: 'boonIco';
        position: absolute;
        margin-top: 73px;
        margin-left: 44%;
        color: #fff;
        font-size: 30px;
        z-index: 100000;
    }


img.imgChildCol3 {
    height: 160px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.ChildCol3_anim:hover img.imgChildCol3 {
    filter: grayscale(1);
}

.ChildCol3_anim.ChildCol3_01.open, .ChildCol3_anim.ChildCol3_02.open, .ChildCol3_anim.ChildCol3_03.open {
    transition: .3s all ease-out;
    height: 600px;
    width: 33%;
    background-color: #f4d322;
}
.ChildCol3_anim.ChildCol3_02.open {
    height: 590px !important;
}


.ChildCol3_anim.open p {
opacity: 1;
}

.texteDouble h4 {
    text-align: left;
    margin-bottom: 10px;
}


.ChildCol3_anim p {
    opacity: 0;
    font-family: Arial;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 18px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


/*3 colonnes .contenuTexte2ColD*/


.contenuTexte2ColD .ChildCol3_anim.open span {
    display: none;
}
.contenuTexte2ColD .Col3_anim span {
    margin-top: 54%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 25px;
    font-family: 'AXIS-ExtraBold';
    letter-spacing: 1px;
    text-align: left !important;
    color: #000;
    position: relative;
    display: block;
}

.contenuTexte2ColD .Col3_anim {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 130%;
}

.contenuTexte2ColD .ChildCol3_anim {
    padding: 20px;
    box-sizing: border-box;
    width: 32%;
    background-color: #fff;
    height: 220px;
    box-shadow: 0 0 15px 0 #0000000f;
    overflow: hidden;
    cursor: pointer;
    transition: .3s all ease-out;
}

    .contenuTexte2ColD .ChildCol3_anim.ChildCol3_01.open, .ChildCol3_anim.ChildCol3_02.open, .ChildCol3_anim.ChildCol3_03.open {
        transition: .3s all ease-out;
        height: 520px;
        background-color: #f4d322;
    }


.contenuTexte2ColD .ChildCol3_01::after, .ChildCol3_02::after, .ChildCol3_03::after {
    content: '';
    display: block;
     width: 25px;
    height: 25px;
    margin-top: 70px;
    background-color: #f4d322;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    cursor: pointer;
}



/*///////////////////////////*/

.Col3_anim span::after {
    content: '';
    display: block;
    height: 5px;
    width: 30px;
    background-color: #f4d322;
    position: absolute;
    margin-top: 10px;
}

h2 span {
    font-size: 30px;
    letter-spacing: 2px;
}


.ChildCol3_anim:hover {
    background-color: #f4d322;
}


    .ChildCol3_anim:hover span::after,
    .ChildCol3_anim.ChildCol3_01.open span::after,
    .ChildCol3_anim.ChildCol3_02.open span::after,
    .ChildCol3_anim.ChildCol3_03.open span::after{
        background-color: #fff;
    }

.iconCompteMob {
    display: block;
}



.Picto {
    width: 60px;
    display: block;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}

.Col3_Picto {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ChildCol3_Picto {
    width: 22%;
    text-align: center;
}

    .ChildCol3_Picto span {
        text-align: center !important;
        text-transform: uppercase;
        font-family: 'AXIS-ExtraBold';
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 10px;
        margin-top: 0px;
        display: block;
    }

div#ucSliderHome_panSlider::after,
#ctl00_ucSliderPage2_panSlider::after {
    content: '\e93d';
    font-family: 'boonico';
    width: 40px;
    height: 40px;
    background-color: #efcf22;
    display: block;
    /* margin: auto; */
    left: 50%;
    top: 97vh;
    position: absolute;
    z-index: 50000000;
    transform: translateX(-50%);
    border-radius: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
}




/*Les étapes d un projet*/

.Number_StepByStep {
    position: absolute;
    font-family: 'AXIS-ExtraBold';
    letter-spacing: 31px;
    font-size: 130px;
    z-index: 10000000;
    margin-top: -13%;
    /* width: 340px; */
    margin-left: -135px;
    transform: rotate(-90deg);
}
    .Number_StepByStep:before {
        content: '';
        width: 70px;
        height: 11px;
        background-color: #fff;
        display: inline-block;
        margin-right: -30px;
    }

.ccb547 .Number_StepByStep:before {
    background-color: #f4d322;
}

    .Number_StepByStep.NumberLeft {
        right: -100px;
        margin-top: -13%;
        margin-right: auto;
        color: #f4d322;
    }


    .Number_StepByStep.NumberJaune {
        color: #fff;
    }


        .Number_StepByStep.NumberJaune:before {
            content: '';
            background-color: #f4d322;
        }

    .Number_StepByStep.FullLeftNumber {
        margin-left: auto;
        right: -62%;
    }


img.PictoChild {
    width: 50px;
}

.pictoFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    margin-top: 30px;
}


.pictoFlex-Child {
    width: 27%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right:10px;
    margin-left:10px;
}

.ccb551 .pictoFlex-Child {
    width: 42%;
}
.pictoFlex-Child span {
    font-family: 'AXIS-ExtraBold';
    font-size: 14px;
    margin-top: 0px;
}
h4 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: AXIS-ExtraBold;
}



/*Scroll Number etapes*/


.ScrollSbS {
    position: absolute;
    top: -50vh;
    z-index: 10;
    left: 27.3%;
    color: #fff;
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .3s all cubic-bezier(0.8, -0.28, 0.48, 1.04);
}

.TextNumber {
    color: #fff;
    font-size: 16px;
    font-family: AXIS-ExtraBold;
    letter-spacing: 4px;
    transition: .3s all cubic-bezier(0.8, -0.28, 0.48, 1.04);
    /* display: inline-flex; */
}
.ScrollSbSChild a {
    display: flex;
    flex-direction: row-reverse;
    transition: .3s all cubic-bezier(0.8, -0.28, 0.48, 1.04);
}

.TextNumber::before {
    content: '';
    width: 20px;
    height: 3px;
    vertical-align: middle;
    background-color: #fff;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    transition: .3s all cubic-bezier(0.8, -0.28, 0.48, 1.04);
}

.ScrollSbS {
    position: absolute;
    top: -41vh;
    z-index: 10;
    left: 41.5%;
    color: #fff;
    height: 40vh;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .3s all cubic-bezier(0.8, -0.28, 0.48, 1.04);
}
.TextEtape {
    color: #fff;
    font-size: 14px;
    font-family: AXIS-ExtraBold;
    letter-spacing: 4px;
    width: 200px;
    text-align: center;
    height: 60px;
    opacity: 0;
    transition: .3s all cubic-bezier(0.8, -0.28, 0.48, 1.04);
}

.ScrollSbSChild:hover .TextEtape {
    opacity: 1;
    transition: .3s all cubic-bezier(0.8, -0.28, 0.48, 1.04);
}

.ScrollSbSChild:hover .TextNumber {
    font-size: 22px !important;
    transition: .3s all cubic-bezier(0.8, -0.28, 0.48, 1.04);
}






.body_1194 .title {
    width: 570px;
}



/*FAQ*/



.body_1191 .contenuFullPage .conteneurContenuBloc {
    margin-bottom: 0px;
    display: block;
    z-index: 10;
}


.ccb533 {
    margin-top: -78vh;
    z-index: 500000000000000000000000000000000000000000000000000000000000000000000000000000000000000;
    width: 100%;
    height: 78vh;
    position: absolute;
}

    .ccb533 .Col2Jaune {
        padding: 0 25%;
        background-color: #f4d322;
        height: 78vh;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .ccb533 .Col2Noir h3 {
        color: #fff;
    }

    .ccb533 .Col2Noir {
        padding: 0 25%;
        background-color: rgba(255, 255, 255, 0.00);
        height: 78vh;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

.body_1191 #ctl00_ucSliderPage2_panSlider::after {
    display: none;
}

.body_21 div#ctl00_ucSliderPage2_panSlider {
    margin-bottom: 0px;
}

.body_21 .Pragraphe_Swiper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0px;
    width: 520px;
}
.body_21 .ChildFooter {
    width: 47%;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
}

    .body_21 .ChildFooter span {
        font-size: 16px;
        letter-spacing: 2px;
    }


/*main div#immodvisor-seal div.immodvisor-container {
    text-decoration: none;
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    text-align: center;
    border: none; 
    box-shadow: none; 
    background: #171d0700 !important;
}*/


.Col2Blanc p,
.Col2Jaune h3,
.Col2Jaune p,
.contenuMixteImageG,
.contenuMixteImageD,
.contenuMixteTexteG,
.contenuMixteTexteD,
.fromLeft,
.fromRight,
.AnimationLeft,
.btnBubbleBG,
.swiper-text,
.ChildCol3_anim,
.ChildCol3_01,
.ChildCol3_02,
.ChildCol3_03,
.Col2NoirImg h2,
.Col2Jaune h2,
.Col2Noir h2,
.Col2Noir h3,
.Col2Noir p,
.swiper-background,
.ChildCol4_01,
.ChildCol4_02,
.ChildCol4_03,
.ChildCol4_04,
.ChildCol4_05,
.ChildCol4_06,
.ChildCol4_07,
.ChildCol3_Picto,
.Col2Blanc h2,
.btnSliderRight,
.FullNoirImg h2,
.FullNoirImg p,
h2,
h4,
.texteDouble ul,
.pictoFlex-Child,
.contenuFull p,
.btnBubbleBG {
    visibility: hidden;
}

.iframeContenuAdmin .Col2Blanc p,
.iframeContenuAdmin .Col2Jaune h3,
.iframeContenuAdmin .Col2Jaune p,
.iframeContenuAdmin .contenuMixteImageG,
.iframeContenuAdmin .contenuMixteImageD,
.iframeContenuAdmin .contenuMixteTexteG,
.iframeContenuAdmin .contenuMixteTexteD,
.iframeContenuAdmin .fromLeft,
.iframeContenuAdmin .fromRight,
.iframeContenuAdmin .AnimationLeft,
.iframeContenuAdmin .btnBubbleBG,
.iframeContenuAdmin .swiper-text,
.iframeContenuAdmin .ChildCol3_anim,
.iframeContenuAdmin .ChildCol3_01,
.iframeContenuAdmin .ChildCol3_02,
.iframeContenuAdmin .ChildCol3_03,
.iframeContenuAdmin .Col2NoirImg h2,
.iframeContenuAdmin .Col2Noir p,
.iframeContenuAdmin .Col2Noir h2,
.iframeContenuAdmin .Col2Noir h3,
.iframeContenuAdmin .swiper-background,
.iframeContenuAdmin .ChildCol4_01,
.iframeContenuAdmin .ChildCol4_02,
.iframeContenuAdmin .ChildCol4_03,
.iframeContenuAdmin .ChildCol4_04,
.iframeContenuAdmin .ChildCol4_05,
.iframeContenuAdmin .ChildCol4_06,
.iframeContenuAdmin .ChildCol4_07,
.iframeContenuAdmin .ChildCol3_Picto,
.iframeContenuAdmin .Col2Jaune h2,
.iframeContenuAdmin .Col2Blanc h2,
.iframeContenuAdmin .btnSliderRight,
.iframeContenuAdmin .FullNoirImg h2,
.iframeContenuAdmin .FullNoirImg p,
.iframeContenuAdmin h2,
.iframeContenuAdmin .texteDouble ul,
.iframeContenuAdmin .pictoFlex-Child,
.iframeContenuAdmin .contenuFull p,
.iframeContenuAdmin h4,
.iframeContenuAdmin .btnBubbleBG {
    visibility: visible;
}

.body_1196 .btnDevis {
    display: none;
}

.ccb579 {
    width: 100%;
    /* height: 100vh; */
}



.body_1196 div#ucSliderHome_panSlider::after, .body_1196 #ctl00_ucSliderPage2_panSlider::after {
    display: none;
}

.ccb493 h2::after {
    left: 50%;
    transform: translateX(-50%);
}


.mentionsColLeft p {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
}

.mentionsColRight p {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    text-align: left !important;
}


.mentionsColLeft h3 {
    text-align: left !important;
}
.ccb493 {
    margin-bottom: 0px !important;
}

.body_1197 .swiper-wrapper h3 {
    color: #ffffff;
}


.body_1154 .FondSlider, .body_131 .FondSlider {
    background-color: #1b1b1b;
}

.body_1154 .sepFooter,
.body_1154 .messageConf,
.body_1154 div#ucSliderHome_panSlider::after,
.body_1154 #ctl00_ucSliderPage2_panSlider::after,
.body_131 .sepFooter,
.body_131 .messageConf,
.body_131 div#ucSliderHome_panSlider::after,
.body_131 #ctl00_ucSliderPage2_panSlider::after {
    display: none;
}