﻿
/* FONTS */


@font-face {
    font-family: 'amatic';
    src: url('fonts/amaticsc-bold-webfont.eot');
    src: url('fonts/amaticsc-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/amaticsc-bold-webfont.woff2') format('woff2'), url('fonts/amaticsc-bold-webfont.woff') format('woff'), url('fonts/amaticsc-bold-webfont.ttf') format('truetype'), url('fonts/amaticsc-bold-webfont.svg#amatic_scbold') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'nunitosemibold';
    src: url('fonts/nunito-semibold-webfont.eot');
    src: url('fonts/nunito-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/nunito-semibold-webfont.woff2') format('woff2'), url('fonts/nunito-semibold-webfont.woff') format('woff'), url('fonts/nunito-semibold-webfont.ttf') format('truetype'), url('fonts/nunito-semibold-webfont.svg#nunitosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitobold';
    src: url('fonts/nunito-bold-webfont.eot');
    src: url('fonts/nunito-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/nunito-bold-webfont.woff2') format('woff2'), url('fonts/nunito-bold-webfont.woff') format('woff'), url('fonts/nunito-bold-webfont.ttf') format('truetype'), url('fonts/nunito-bold-webfont.svg#nunitobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitolight';
    src: url('fonts/nunito-light-webfont.eot');
    src: url('fonts/nunito-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/nunito-light-webfont.woff2') format('woff2'), url('fonts/nunito-light-webfont.woff') format('woff'), url('fonts/nunito-light-webfont.ttf') format('truetype'), url('fonts/nunito-light-webfont.svg#nunitolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitoregular';
    src: url('fonts/nunito-regular-webfont.eot');
    src: url('fonts/nunito-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/nunito-regular-webfont.woff2') format('woff2'), url('fonts/nunito-regular-webfont.woff') format('woff'), url('fonts/nunito-regular-webfont.ttf') format('truetype'), url('fonts/nunito-regular-webfont.svg#nunitoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------------*/
/*----------------- GENERAL ----------------*/
/*------------------------------------------*/

body {
    margin: 0px;
    font-family: 'nunitoregular';
    font-size: 17px;
    /*line-height: 17px;*/
    color: #001559;
    background: #fff;
    overflow-x: hidden;
    width: 100%;
}

    body * {
        box-sizing: border-box;
    }

.ct {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px;
}

.conteneurContenuBloc {
    margin-bottom: 120px;
    position: relative;
}

/*------- Couleur du loader et des selecteur -------*/

::-moz-selection {
    background: #00803b;
    color: #fff
}

::selection {
    background: #00803b;
    color: #fff
}

.spinner > div {
    background-color: #00803b;
}

/*----------------- TEXTES ----------------*/


a {
    color: #001559;
    text-decoration: none;
}

/*  a:hover {
        text-decoration: none;
    }*/

p {
    font-family: 'nunitoregular';
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 0px;
}

img {
    border: 0px;
}

ul {
    /*    margin: 0px 0 20px 20px;*/
    list-style: none;
    text-align: justify;
}

li {
    list-style-type: disc;
}

ul ul {
    /*margin: 0px 0 10px 0;*/
    list-style: none;
    text-align: justify;
}

    ul ul li {
   /*     margin-left: 20px;*/
        list-style-type: circle;
    }

.ulOrder li {
    list-style-type: decimal;
}

/*---------- Boutons ---------*/

.btn {
    text-decoration: none;
    text-align: center;
    background: #00803b;
    border-radius: 50px;
    color: #fff;
    font-family: 'nunitosemibold';
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 75px 15px 35px;
    transition: 0.4s all ease-out;
    position: relative;
    transition: all ease-in-out .4s;
    margin: 40px 20px;
}

    .btn::after {
        position: absolute;
        content: '';
        width: 45px;
        height: 12px;
        background: url(../images_b/flecheblanche.png) center no-repeat;
        background-size: contain;
        right: 20px;
        top: 18px;
        transition: all ease-in-out .4s;
    }

    .btn:hover {
        background-color: #98e2ba;
        color: #00803b;
    }

        .btn:hover::after {
            right: 12px;
            background: url(../images_b/fleche.png) center no-repeat;
            background-size: contain;
        }

    .btn.blanc {
        background-color: #fff;
        color: #00803b;
        transition: all ease-in-out .4s;
    }

        .btn.blanc::after {
            background: url(../images_b/fleche.png) center no-repeat;
            background-size: contain;
            transition: all ease-in-out .4s;
        }

        .btn.blanc:hover {
            background-color: #98e2ba;
        }

/*---------- CLASSES PERSO ---------*/

.important {
    font-weight: bold;
}

.color {
    color: #0899AE;
}

.legende {
    font-style: italic;
}

.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 auto;
}

    .retourBtn a {
        color: #fff;
    }

    .retourBtn .btn:hover a {
        color: #00803b;
    }

.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: calc(100% - 100px);*/
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 0px 100px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 120px;
    background-color: #fff;
    z-index: 90000;
    transition: all ease-in-out .4s;
}

    header.fixed {
        height: 60px;
        /*    border-bottom: 2px #f5f5f5 solid;*/
        box-shadow: 5px 0 20px rgba(0,0,0,.1);
    }

        header.fixed .nav {
            padding: 10px 0px;
        }

        header.fixed #logo {
            width: 200px;
        }

        header.fixed .ctTop {
            padding: 0 0 20px 0;
        }

.headTop {
    background-color: #1d1d1b;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}

.headTop-span {
    color: #fff;
    font-size: 15px;
    line-height: 40px;
}


#logo {
    width: 300px;
    transition: all ease-in-out .4s;
}

    #logo img {
        width: 100%;
    }

#outils {
    display: none;
    float: right;
    text-align: right;
}

/*----------- Langues ----------*/

#languesCt {
    text-align: right;
    margin-bottom: 10px;
}

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

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

.bandeauSlider {
    /*    margin-bottom: 120px;*/
    margin: 120px 0;
}

.bandeauSliderHome {
    border-bottom: 32px #00803b solid;
    background-color: #f5f5f5;
}

    .bandeauSliderHome .swiper-container {
        height:65vh;
    }

.bandeauSliderMaster {
    border-bottom: 32px #F5F5F5 solid;
    background-color: #00803b;
}

    .bandeauSliderMaster .swiper-text {
        right: 320px;
    }

    .bandeauSliderMaster .swiper-container {
        height: 40vh;
    }

    .bandeauSliderMaster .swiper-container img {
        background-size: cover;
        object-fit: cover;
    }

.body_1158 .swiper-slide img, .body_1159 .swiper-slide img {
    width: 100% !important;
}

/*---------- Actus Home ---------*/

.actuCt {
    position: relative;
    width: 400px;
    margin: 0px 20px;
    float: left;
}

.actuImage {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .actuImage img {
        width: 100%
    }

.actuDesc {
}

.actuTitre {
    margin-bottom: 10px;
}

.actuDate {
    margin-bottom: 10px;
}

.actuTexte {
    margin-bottom: 10px;
    max-height: 90px;
    overflow: hidden;
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
}

.actuLien {
    text-align: right;
}

    .actuLien a {
        font-size: 13px;
    }

/*---------- Events Home ---------*/

.eventCt {
    position: relative;
    width: 400px;
    margin: 0px 20px;
    float: left;
}

.eventImage {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .eventImage img {
        width: 100%
    }

.eventDesc {
}

.eventTitre {
    margin-bottom: 10px;
}

.eventDate {
    margin-bottom: 10px;
}

.eventTexte {
    margin-bottom: 10px;
    max-height: 90px;
    overflow: hidden;
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
}

.eventLien {
    text-align: right;
}

    .eventLien a {
        font-size: 13px;
    }

/*---------- Blog Home ---------*/

.articleCt {
    position: relative;
    width: 400px;
    margin: 0px 20px;
    float: left;
}

.articleImage {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .articleImage img {
        width: 100%
    }

.articleTitre {
    margin-bottom: 10px;
}

.articleLien {
    text-align: right;
}

    .articleLien a {
        font-size: 13px;
    }

.reponseBlogDe {
    margin-top: 10px;
    padding-left: 20px;
}

    .reponseBlogDe span {
        font-weight: bold;
        color: #000000;
        clear: both;
        height: 20px;
        padding-top: 10px;
    }

/*------------------------------------------------------*/
/*-------------------- CONTENU -------------------------*/
/*------------------------------------------------------*/

/*---------- Contenus des Blocs ---------*/

.contenuFullPage .contenuMixteImageG {
    width: 40%;
    /*    height: 550px;*/
    float: left;
    min-height: 1px;
    margin: 0 40px;
}

.contenuFullPage .contenuMixteImageD {
    width: 40%;
    /*    height: 550px;*/
    float: right;
    margin: 0 40px;
    min-height: 1px;
}

    .contenuFullPage .contenuMixteImageD .photoColonne, .contenuFullPage .contenuMixteImageG .photoColonne {
        height: 550px;
        width: 550px;
        box-shadow: 0 0 20px rgba(0,0,0,.16);
        margin: auto;
    }

.conteneurBlocTxtImg {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}

.contenuFullPage .contenuMixteImageG img, .contenuFullPage .contenuMixteImageD img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.contenuFullPage .contenuMixteTexteG {
    width: 45%;
    float: left;
    min-height: 1px;
    margin: 0 40px;
}

.contenuFullPage .contenuMixteTexteD {
    width: 45%;
    float: right;
    margin: 0 40px;
    min-height: 1px;
}

.contenuFullPage .contenuTexte2ColG {
    width: 450px;
    float: left;
    min-height: 1px;
}

.contenuFullPage .contenuTexte2ColD {
    width: 450px;
    float: right;
    min-height: 1px;
}

.contenuFullPage .contenuFull {
    width: 100%;
}

.contenuFullPage .contenuFullPhotoSeule {
    width: 100%;
}

    .contenuFullPage .contenuFullPhotoSeule img {
        width: 100%;
    }

.contenuFullPage .contenuFullPhotoSlider {
    display: block;
    position: relative;
}

.photoColonne {
    /*    margin-bottom: 15px;*/
    height: 100%;
    width: 100%;
}

    .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: 15px auto;
    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 #cccccc;
    transition: 0.3s all ease-out;
    outline: none;
    border-radius: 5px;
    padding: 0px 10px;
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    /*à changer*/
    color: #565656;
    font-size: 14px;
    font-family: Arial;
}

textarea {
    resize: vertical;
    height: 120px;
    line-height: 20px;
    padding: 10px;
}

select option {
    height: 35px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    border-color: #777;
}

button[type="button"],
button[type="submit"],
input[type="submit"],
input[type="button"],
input[type="reset"] {
    padding: 7px 15px;
    background: #222;
    border: 1px solid #222;
    color: #fff;
    cursor: pointer;
}

    button[type="button"]:hover,
    button[type="submit"]:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover {
        background: none;
        color: #222;
    }

        button[type="button"]:disabled,
        button[type="submit"]:disabled,
        input[type="submit"]:disabled,
        input[type="button"]:disabled,
        input[type="reset"]:disabled,
        button[type="button"]:hover:disabled,
        button[type="submit"]:hover:disabled,
        input[type="submit"]:hover:disabled,
        input[type="button"]:hover:disabled,
        input[type="reset"]:hover:disabled {
            background: #222;
            color: #fff;
            opacity: 0.7;
            cursor: default;
        }

.errorControl {
    background-color: #FBE3E4 !important;
    border: 0px !important;
    border-bottom: 2px solid #cc5246 !important;
}

.correction {
    background: rgba(240, 80, 80, 0.1);
    color: #f05050;
}

/*---------- Contact ---------*/

.formulaire {
    width: 70%;
    margin: auto;
    padding-top: 60px;
}

.formulaire-double {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.formulaire-row {
    margin-bottom: 25px;
    position: relative;
}

.formulaire-double .formulaire-row {
    width: 45%;
}

.formulaire label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 14px;
    padding-left: 2px;
    font-family: Arial;
}

.formulaire-checks {
    margin-bottom: 20px;
}

    .formulaire-checks > div {
        margin: 0px 0px 10px 0px;
    }

        .formulaire-checks > div label,
        .ReCaptcha-notice {
            opacity: 1;
            color: #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 {
    object-fit: cover;
    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 {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

#detailEventFichiers {
    clear: both;
    margin: 30px 0;
}

    #detailEventFichiers li {
        margin: 0 0 7px 0;
    }

/*-----------------------------------------------------*/
/*-------------------- FOOTER -------------------------*/
/*-----------------------------------------------------*/

footer {
    width: 100%;
    padding: 60px 0;
    /*    margin-top: 50px;*/
    text-align: center;
    background: #00803b;
}

    footer a {
        color: #fff;
        text-decoration: none;
        margin: 0 10px;
    }

        footer a:hover {
            color: rgba(33, 33, 33, 0.71);
        }

    footer .coordonneesFooter {
        color: #fff;
        font-family: 'amatic';
        font-size: 30px;
        padding: 40px 0 0 0;
    }

#crosslink {
    width: 100%;
    text-align: center;
    background-color: #98e2ba;
    padding: 20px 0;
    color: #00803b;
}

    #crosslink a {
        color: #00803b;
        font-size: 13px;
        transition: all ease-in-out .4s;
    }

        #crosslink a:hover {
            opacity: .8;
        }


/*-------------------------------------------*/
/*-------------- 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;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    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 {
    -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_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;
}

    /*---Pour mettre une ombre sur l'image---*/
    .backgroundParallax:before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 600;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
    }

.backgroundParallax-img {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 550;
}

/*---Pour changer les propriétés de la légende---*/
.backgroundParallax-content {
    z-index: 650;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 700px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

    /*---Pour mettre une couleur sur les éléments---*/
    .backgroundParallax-content h1,
    .backgroundParallax-content h2,
    .backgroundParallax-content h3,
    .backgroundParallax-content p {
        color: #fff;
    }



/*---------------------------*/
/*---------- FAQ ------------*/
/*---------------------------*/

.faqListe {
    margin: 0 0 60px 0;
}

    .faqListe a {
        cursor: pointer;
        margin-bottom: 20px;
        text-decoration: none;
    }

.questionFAQ {
    cursor: pointer;
    margin-bottom: 5px;
}

.reponseFAQ {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 3%;
}

    .reponseFAQ p {
        margin-bottom: 0;
    }

.faqListe .sepFooter {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 40px;
}

    .faqListe .sepFooter:last-child {
        border: none;
    }

/*----------------------------------*/
/*---- SOUS MENU - BLOC GAUCHE -----*/
/*----------------------------------*/

#smMenu {
    margin: 0 0 10px 0;
    padding: 0;
}

.smSeparateur {
    height: 1px;
    display: block;
}

.blocGauche #smMenu > li {
    background: none;
    padding: 0;
}

.blocGauche #smMenu li ul li {
    background: none;
    padding: 0;
}

.smParent, .smParentActif {
    background: #222;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
}

    .smParent:hover, .smParentActif:hover {
        background: #ccc;
    }

#smMenu ul {
    padding: 0;
}

#smMenu > li {
    list-style: none;
}

#smMenu li ul {
    margin: 0px;
}

    #smMenu li ul li {
        list-style: none;
        margin: 0px;
    }

#smMenu ul li a {
    background: #eee;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
}

    #smMenu ul li a:hover {
        background: #222;
        color: #fff;
    }

#smMenu ul li .smActif {
    font-weight: bold;
}

#smMenu ul li ul li a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: #222;
    background: #eee;
}

    #smMenu ul li ul li a:hover {
        background: #ccc;
    }

#smMenu ul li ul li .smActif {
    font-weight: bold;
}

/*------------ PAGE EMPLOIS ------------*/
/*----------------------------------*/

.body_1158 h2 {
    text-align: center;
}

.blocCandiCt {
    padding: 0 0px 80px;
}

.blocCandidaturePostesOuverts {
    margin-bottom: 50px;
}

.posteListe {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0px 37px 37px 00px;
}

    .posteListe:nth-of-type(4n) {
        margin: 0px 00px 40px 00px;
    }

.posteListeImage {
    display: none;
    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;
    z-index: 2;
    top: 25px;
    left: 0px;
    display: block;
    padding: 3px 6px;
    background: #98e2ba;
    font-family: 'amatic';
    font-size: 26px;
    text-transform: uppercase;
    color: #00803b;
}

.posteDesc {
    width: 100%;
    /* height: 230px; */
    box-sizing: border-box;
    padding: 50px 35px;
    background-color: #00803b;
    position: relative;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.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 {
    text-align: center;
    /* position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);*/
}

    .posteListeDetail a {
        text-decoration: none;
        text-align: center;
        background: #fff;
        border-radius: 50px;
        color: #00803b;
        font-family: 'nunitosemibold';
        text-transform: uppercase;
        display: inline-block;
        padding: 15px 75px 15px 35px;
        transition: 0.4s all ease-out;
        position: relative;
        transition: all ease-in-out .4s;
        margin: 25px auto 0 auto;
        z-index: 66;
    }

        .posteListeDetail a:hover {
            background-color: #98e2ba;
            color: #00803b;
        }

        .posteListeDetail a:before {
          /*  height: 20px;
            width: 40px;
            display: block;
            position: absolute;
            content: "";
            top: 50%;
            transform: translateY(-50%);
            right: 20px;
            transition: 0.3s all ease-out;
            z-index: -1;
            background: url(../images_b/fleche.png) center no-repeat;
            background-size: contain;*/
        }

        .posteListeDetail a:hover:before {
            right: 12px;
            background: url(../images_b/fleche.png) center no-repeat;
            background-size: contain;
        }


.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: #fff;
    border: none;
    transition: 0.3s all ease-out;
    cursor: pointer;
    background-color: #00803b;
    border-radius: 50px;
}

    .postuler-btn:hover {
        background-color: #f5f5f5;
        color: #001559;
        border-radius: 50px;
    }

.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.open .postuler-btn {
    border-radius: 0;
    color: #001559;
}

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

.body_1159 .bandeauSliderMaster {
    margin-bottom: 0;
    border-bottom: none;
}


.detailDescCt {
    width: 1000px;
    margin: 0 auto;
}

.detailEmploiCt {
    padding: 0 0 80px 0;
    background-color: #f5f5f5;
}

    .detailEmploiCt h1 {
        margin-bottom: 30px;
    }

.emploiDetails {
    margin-bottom: 30px;
}

    .emploiDetails .emploiType {
        color: #fff;
        padding: 10px 20px;
        background-color: #00803b;
        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;
    }

.body_1159 .postuler {
    width: 70%;
    margin: auto;
}


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



/* ------------------------------- */
/* ---------- CSS CLIENT --------- */
/* ------------------------------- */



/* animations */

.fromBot, .fade, .fromLeft, .fromRight {
    visibility: hidden;
}

.iframeAdmin .fromBot, .iframeAdmin .fade, .iframeAdmin .fromLeft, .iframeAdmin .fromRight {
    visibility: visible;
}



/* -- Général -- */

.subVert {
    font-family: 'amatic';
    font-size: 37px;
    letter-spacing: 1px;
    color: #00803b;
    position: relative;
    z-index: 3;
/*    top: -30px;
    left: 30px;*/
    display: block;
    padding-bottom: 6px;
}

    .subVert::after {
        position: absolute;
        z-index: -1;
        content: '';
        background: url(../images_b/soustitreshort.png) center no-repeat;
        background-size: contain;
        height: 47px;
        width: 105px;
        bottom: -9px;
        left: -10px;
    }


/* ----- Titres/Textes ----- */

.h1 {
/*    font-size: 50px;*/
    font-size: clamp(38px, 5vw, 50px);
    line-height: 1.2;
    font-family: 'amatic';
    color: #00803b;
    text-align: left;
    font-weight: normal;
    /*    margin-bottom: 30px;*/
}

h1 {
    font-size: clamp(38px, 5vw, 50px);
    line-height: 1.2;
    font-family: 'amatic';
    color: #001559;
    margin-bottom: 20px;
    font-weight: normal;
}

    h1.blanc, .h1.blanc {
        color: #fff;
    }

h2,
.h2 {
    font-size: clamp(38px, 3vw, 50px);
    line-height: 1.2;
    font-family: 'amatic';
    color: #001559;
    margin-bottom: 20px;
    font-weight: normal;
}

    h2 span, .h1 span, h1 span {
        display: block;
        font-family: nunitobold;
        text-transform: uppercase;
        color: #001559;
        font-size: 17px;
        letter-spacing: 1px;
        line-height: 20px;
    }

h3,
.h3 {
    font-family: 'nunitolight';
    font-weight: normal;
    text-transform: uppercase;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 35px;
    color: #001559;
    margin-bottom: 20px;
    position: relative;
    font-weight: normal;
}

h3 span {
    display: block;
    text-transform: none;
    font-size: 20px;
}

.ligneBot {
    margin-bottom: 100px;
}

    .ligneBot::after {
        content: '';
        height: 6px;
        width: 90px;
        background-color: #00803b;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -50px;
    }


/* ----- LIENS ----- */

.linkSimple {
    font-size: 16px;
    text-transform: uppercase;
    color: #00803b;
    position: relative;
    font-family: 'nunitosemibold';
    letter-spacing: 1px;
}

    .linkSimple::before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #00803b;
        transform-origin: bottom right;
        transform: scaleX(0);
        transition: transform 0.5s ease;
    }

    .linkSimple:hover::before {
        transform-origin: bottom left;
        transform: scaleX(1);
    }

    .linkSimple::after {
        position: absolute;
        content: '';
        width: 45px;
        height: 12px;
        background: url(../images_b/fleche.png) center no-repeat;
        background-size: contain;
        right: -60px;
        top: 2px;
        transition: all ease-in-out .4s;
    }

    .linkSimple:hover::after {
        right: -70px;
    }


/* ----- HEADER ----- */

.ctTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    transition: all ease-in-out .4s;
}


#nav4 a {
    background-color: #2B3D8F;
    border: solid 1px #2B3D8F;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out .4s;
    margin: 0 14px;
}

    #nav4 a:hover {
        background-color: #00803b;
        border: solid 1px #00803b;
    }




/* ----- FOOTER ----- */

.preFooter {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 60px 0;
    flex-flow:wrap ;
}

    .preFooter div {

    }

.ctLogosPreFooter {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 40px;
/*    width: 80%;*/
}

.ctLogosPreFooter img {
    margin: 0 20px;
}

/* ---- CLASS PERSOS BOONET ----- */


.blocGris {
    background-color: #f5f5f5;
    padding: 100px 0;
}

.blocVert {
    background-color: #00803b;
    width: calc(100% - 320px);
    margin: 0 auto 100px auto;
    /*    padding: 60px 120px;*/
    padding: 60px;
}

.blocVert h3{
    color: #fff;
}

    .blocVert .photoColonne {
        width: 100% !important;
    }

    .blocVert h2, .blocVert p {
        color: #fff;
    }

.contenuCentre * {
    text-align: center !important;
}

.pShort p {
    width: 70%;
    margin: auto;
}

.marginTopM300 {
    margin-top: -300px;
}


.ctLarge {
    width: calc(100% - 320px);
    margin: 0 auto 120px auto;
}

.feuilleGauche::before {
    position: absolute;
    left: -170px;
    overflow: hidden;
    bottom: 0;
    content: '';
    background: url(../images_b/feuilleGauche.png) center no-repeat;
    background-size: contain;
    height: 320px;
    width: 170px;
}

.feuilleDroite::before {
    position: absolute;
    right: -170px;
    overflow: hidden;
    bottom: 0;
    content: '';
    background: url(../images_b/feuilledroite.png) center no-repeat;
    background-size: contain;
    height: 320px;
    width: 170px;
}

.marginBot0 {
    margin-bottom: 0 !important;
}

.paddingBot300 {
    padding-bottom: 300px !important;
}

.paddingBot200 {
    padding-bottom: 200px !important;
}




/* -------------- HOMEPAGE -------------- */

/* bloc services */

.ctBlocServices {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
    margin: 0 40px;
}

.service {
    width: 29%;
    box-shadow: 0 0 20px rgba(0,0,0,.16);
    position: relative;
    padding: 60px 80px;
    text-align: center;
    min-height: 630px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
}

    .service img {
        max-width: 55px;
        max-height: 55px;
        margin: auto;
        margin-bottom: 15px;
        margin-top: 0;
    }


    .service li {
        list-style-type: none;
        text-align: center;
        padding-bottom: 15px;
    }

    .service .btnCoin {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 120px;
        width: 120px;
        border-top-left-radius: 160px;
        background-color: #00803b;
        color: #fff;
        font-size: 90px;
        line-height: 150px;
        transition: all ease-in-out .4s;
        padding-left: 20px;
    }

        .service .btnCoin:hover  {
            background-color: #98e2ba;
        }

 

.servEntretien::before {
    position: absolute;
    content: '';
    height: 247px;
    width: 183px;
    background: url(../images_b/pshitvert.png) center no-repeat;
    background-size: contain;
    left: -50px;
    bottom: -50px;
    z-index: 2;
    transition: all ease-in-out .4s;
}

.service:hover::before {
    /*    transform:rotate(10deg);*/
    -webkit-animation-name: rotation;
    animation-name: rotation;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    transition: all ease-in-out 1s;
}

.servRemise::before {
    display: none;
    position: absolute;
    content: '';
    height: 245px;
    width: 190px;
    background: url(../images_b/aspi.png) center no-repeat;
    background-size: contain;
    left: -50px;
    bottom: -50px;
    z-index: 2;
    transition: all ease-in-out .4s;
}

.servChantier::before {
    display: none;
    position: absolute;
    content: '';
    height: 260px;
    width: 190px;
    background: url(../images_b/autolaveuse.png) center no-repeat;
    background-size: contain;
    left: -50px;
    bottom: -60px;
    z-index: 2;
    /*   transform: rotate(-15deg);*/
    z-index: 2;
    transition: all ease-in-out .4s;
}


@keyframes rotation {
    0%, 100% {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }


    50% {
        -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
}


/* blocs carrés */

.ctBlocs {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    padding: 80px 0;
/*    max-width: calc(100% - 320px);*/
width: 100%;
    margin : auto;
}

.blocCarre {
    width: 500px;
    height: 500px;
    box-shadow: 0 0 15px rgba(0,0,0,.16);
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 22px 0;
}

@media sceen and (min-width:1900px) {
    .blocCarre {
        width:calc(100% / 3 - 40px) !important;
    }
}

    .blocCarre .picto {
        width: 70px;
        height: 70px;
        margin: 0 auto 50px auto;
    }

.bloc100 {
    width: 100% !important;
}

.ctCarre100 {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .ctCarre100 div {
        width: 30%;
    }

    .ctCarre100 img {
        width: 140px !important;
        height: auto !important;
        margin: 0 40px;
    }

.carreGris {
    background-color: #f5f5f5;
}

.carreVert {
    background-color: #00803b;
}

    .carreVert h3, .carreVert p {
        color: #fff !important
    }

.blocImg {
    padding: 0 !important;
}

.blocCarre img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all ease-in-out .4s;
}



    .sousligne {
        font-family: 'amatic';
        font-size: 37px;
        letter-spacing: 1px;
        color: #00803b;
        position: absolute;
        z-index: 3;
        top: -30px;
        left: 30px;
    }

    .sousligne::after {
        position: absolute;
        z-index: -1;
        content: '';
        background: url(../images_b/soustitre.png) center no-repeat;
        background-size: contain;
        height: 56px;
        width: 228px;
        bottom: -20px;
        left: -10px;
    }


/* bloc domaines */


.ctPictos {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-flow: wrap;
    padding: 30px 0 50px 0;
}

    .ctPictos .picto:hover img {
        margin-top: -15px;
    }

    .ctPictos a {
        width: 15%;
    }

.picto img {
    width: 112px;
    transition: all ease-in-out .4s;
}

.titrePicto {
    font-family: 'nunitobold';
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding-top: 30px;
}


/* bloc chiffres */

.ctChiffres {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
    padding-top: 40px;
}

.chiffre {
    flex-basis: 18%;
}

    .chiffre li {
        list-style-type: none;
    }

.number {
    font-family: 'amatic';
    font-size: 100px;
    padding-block: 15px;
    letter-spacing: 2px;
}

.designChiffre {
    text-transform: uppercase;
    font-family: 'nunito';
    font-size: 20px;
    letter-spacing: 1px;
}

.count {
    animation-delay: 7000ms;
}



/* -- MODIFS 2022 -- */

.ctInfosEquipe .ctInfos {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 50px;
}
    .ctInfosEquipe .ctInfos li {
        list-style-type: none;
        text-align: center;
        line-height: 1.2;
    }

        .ctInfosEquipe .ctInfos li span {
            text-transform: uppercase;
            display: block;
            margin-bottom: 7px;
            color: #00803b;
        }

        .ctInfosEquipe .ctInfos > li {
            width: calc(100% / 4.5 - 40px);
            margin: 0 20px;
            margin-bottom: 40px;
        }

        .ctInfosEquipe .ctInfos li img {
            width: 60px;
            margin-bottom: 20px;
        }


.ctChoixService {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: center;
    padding-top: 40px;
}

.ctChoixService .choixService {
    flex-basis: 20%;
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

    .ctChoixService .choixService img  {
        width: 70px;
        margin-bottom: 15px;
    }