﻿/* ------ Organisation du fichier base : ------

    -nav-core: ligne x
    -containers: ligne x
    -controles: ligne x
    -factures: ligne x
    -popup: ligne x
    -menu-secondaire: ligne x

/* --------------------------------------------- */

/*---------------------------------------*/
/*------------- NAV - BASE --------------*/
/*---------------------------------------*/

header h1:before,
.nav-button:before,
.nav-close:before,
.nav .nav-submenu > a:after,
.nav > ul > .nav-submenu > a:after {
    font-family: "boonIco";
}

.nav {
    position: relative;
    bottom: auto;
    overflow: visible;
}

    .nav ul {
        margin: 0;
        display: block;
        position: relative;
        list-style: none;
    }

    .nav > ul > li {
        display: inline-block;
    }

    .nav li {
        position: relative;
        white-space: nowrap;
        list-style: none;
        margin: 0px;
    }

    .nav a,
    .nav a:hover,
    .nav a:active,
    .nav a:visited {
        display: block;
        position: relative;
        outline: none;
    }

    .nav ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 901;
    }

        .nav ul ul ul {
            top: 0px;
            left: 100%;
            z-index: 902;
        }

            .nav ul ul ul ul {
                z-index: 903;
            }

                .nav ul ul ul ul ul {
                    z-index: 904;
                }

        .nav ul ul li.nav-left > ul {
            left: auto;
            right: 95%;
        }

.nav-no-js .nav li:hover > ul {
    display: block;
}

.nav-button {
    display: none;
}

@media (max-width: 1030px) {
    .nav-no-js .nav-button:hover + .nav,
    .nav-no-js .nav:hover,
    .nav-no-js .nav-button:hover + .nav + .nav-close,
    .nav-no-js .nav:hover + .nav-close {
        display: block;
    }

    .nav {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 900;
        overflow-x: hidden;
        overflow-y: auto;
        /*right: -17px;*/
        /*width: calc(100% - 17px);*/
        /*overflow-y: scroll !important;*/
    }

        .nav ul {
            padding: 0;
            background: none;
            zoom: 1;
            position: relative;
        }

            .nav ul li {
                margin: 0;
                padding: 0;
                background: none;
                text-align: center;
                display: block;
            }

            .nav ul ul {
                position: relative;
            }

                .nav ul ul ul {
                    top: 100%;
                    left: 0px;
                }

    .nav-lock-scroll {
        position: fixed;
        overflow-y: scroll
    }
}

/*---------------------------------------*/
/*----------------- Grid ----------------*/
/*---------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
    position: relative;
}

.ct .grid_1 {
    width: 60px;
}

.ct .grid_2 {
    width: 140px;
}

.ct .grid_3 {
    width: 220px;
}

.ct .grid_4 {
    width: 300px;
}

.ct .grid_5 {
    width: 380px;
}

.ct .grid_6 {
    width: 460px;
}

.ct .grid_7 {
    width: 540px;
}

.ct .grid_8 {
    width: 620px;
}

.ct .grid_9 {
    width: 700px;
}

.ct .grid_10 {
    width: 780px;
}

.ct .grid_11 {
    width: 860px;
}

.ct .grid_12 {
    width: 940px;
}

/*--------PUSH--------*/

.ct .push_1 {
    left: 80px;
}

.ct .push_2 {
    left: 160px;
}

.ct .push_3 {
    left: 240px;
}

.ct .push_4 {
    left: 320px;
}

.ct .push_5 {
    left: 400px;
}

.ct .push_6 {
    left: 480px;
}

.ct .push_7 {
    left: 560px;
}

.ct .push_8 {
    left: 640px;
}

.ct .push_9 {
    left: 720px;
}

.ct .push_10 {
    left: 800px;
}

.ct .push_11 {
    left: 880px;
}

/*--------PULL--------*/

.ct .pull_1 {
    left: -80px;
}

.ct .pull_2 {
    left: -160px;
}

.ct .pull_3 {
    left: -240px;
}

.ct .pull_4 {
    left: -320px;
}

.ct .pull_5 {
    left: -400px;
}

.ct .pull_6 {
    left: -480px;
}

.ct .pull_7 {
    left: -560px;
}

.ct .pull_8 {
    left: -640px;
}

.ct .pull_9 {
    left: -720px;
}

.ct .pull_10 {
    left: -800px;
}

.ct .pull_11 {
    left: -880px;
}

/*---------------------------------------*/
/*-------------- CONTROLES --------------*/
/*---------------------------------------*/

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.imgCenter {
    overflow: hidden;
    position: relative;
}

    .imgCenter img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
    }

.ceBackground, .ceBackgroundBasPage, .ceBackgroundCrosslink {
    background: #fff;
}

input, textarea, .inputIco span {
    -webkit-appearance: none;
    min-width: 20px;
}

select {
    min-width: 20px;
}

.inputIco span {
    border: 1px solid #E3E3E3;
    padding: 7px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

select {
    line-height: 1;
    /*border: 0;*/
    padding-left: 8px;
    padding-right: 8px;
}

.formIconMail {
    padding-left: 50px;
    color: #ddd;
    color: #f5f;
}

.inputIco {
    display: inline-flex;
    min-height: 35px;
    margin-bottom: 10px;
}

    .inputIco input,
    .inputIco textarea {
        order: 2;
        margin: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: none;
    }

.btn-ico:before {
    padding-right: 10px;
    font-size: 16px;
    vertical-align: middle;
}

.inputIco span {
    display: flex;
    justify-content: center;
    align-items: center;
    order: 1;
    width: 37px;
    padding: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #bbb;
}

.inputIco input:focus + span,
.inputIco textarea:focus + span {
    border-color: #777;
    color: #777;
}

.inputIco span:before {
    margin: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
    opacity: 0.5;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #aaa;
    opacity: 0.5;
}

input:focus:-moz-placeholder
textarea:focus:-moz-placeholder {
    color: transparent;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #aaa;
    opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:-ms-input-placeholder
textarea:-ms-input-placeholder {
    color: #aaa;
    opacity: 0.5;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/*---- CHECKBOXES / RADIOS -----*/

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
    left: -9999px;
    position: absolute;
}

    input[type="checkbox"]:not(:checked) + label,
    input[type="checkbox"]:checked + label {
        cursor: pointer;
        padding-left: 25px;
        position: relative;
    }

        input[type="checkbox"]:not(:checked) + label::after {
            opacity: 0;
            transform: scale(0);
        }

        input[type="checkbox"]:checked + label::after {
            opacity: 1;
            transform: scale(1);
        }

        input[type="checkbox"]:not(:checked) + label::before,
        input[type="checkbox"]:checked + label::before {
            background: #f8f8f8;
            border: 1px solid #aaa;
            content: "";
            height: 17px;
            left: 0;
            position: absolute;
            top: 3px;
            width: 17px;
            margin-top: -4px;
        }

        input[type="checkbox"]:not(:checked) + label::after,
        input[type="checkbox"]:checked + label::after {
            color: #222;
            content: "✔";
            font-size: 14px;
            left: 3px;
            line-height: 1.75;
            position: absolute;
            top: 0;
            transition: all 0.2s ease 0s;
            margin-top: -4px;
        }

input[type="checkbox"]:disabled:not(:checked) + label::before, input[type="checkbox"]:disabled:checked + label::before {
    background-color: #ddd;
    border-color: #bbb;
    box-shadow: none;
}

input[type="checkbox"]:disabled:checked + label::after {
    color: #999;
}

input[type="checkbox"]:disabled + label {
    color: #aaa;
}

.radio {
    padding: 0;
    margin-left: 0;
}

    .radio li {
        display: inline-block;
        background: none;
        padding: 0;
        margin-right: 15px;
    }

input[type="radio"]:checked, input[type="radio"]:not(:checked) {
    display: none;
}

*::before, *::after {
    box-sizing: border-box;
}

input[type="radio"]:checked + label::before, input[type="radio"]:not(:checked) + label::before, input[type="radio"]:checked + label::after, input[type="radio"]:not(:checked) + label::after {
    border-radius: 50%;
}

input[type="radio"]:checked + label::before,
input[type="radio"]:not(:checked) + label::before {
    border: 1px solid #d8d8d8;
    content: "";
    cursor: pointer;
    display: block;
    height: 20px;
    left: -5px;
    position: absolute;
    top: 3px;
    width: 20px;
}

input[type="radio"]:checked + label::after {
    background: #222;
}

input[type="radio"]:checked + label::before, input[type="radio"]:not(:checked) + label::before {
    border: 1px solid #d8d8d8;
    content: "";
    cursor: pointer;
    display: block;
    height: 20px;
    left: -5px;
    position: absolute;
    top: 3px;
    width: 20px;
}

input[type="radio"]:checked + label, input[type="radio"]:not(:checked) + label {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding-left: 20px;
    position: relative;
    margin-right: 15px;
}

    input[type="radio"]:checked + label::after, input[type="radio"]:not(:checked) + label::after {
        border: 3px solid white;
        content: "";
        cursor: pointer;
        display: block;
        height: 18px;
        left: -4px;
        position: absolute;
        top: 4px;
        transition: background-color 0.3s ease 0s;
        width: 18px;
    }

select.list1 {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #000;
    border: 1px solid #000;
    font-size: 16px;
    background: url('../../images/dropdownBtn.png') no-repeat right 0 #fff;
    height: 34px;
    padding: 5px 20px 5px 5px;
    cursor: pointer;
}

    select.list1:hover {
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        -webkit-appearance: none;
        color: #000;
        border: 1px solid #000;
        font-size: 16px;
        background: url('../../images/dropdownBtn.png') no-repeat right -34px #fff;
        height: 34px;
        padding: 5px 20px 5px 5px;
        cursor: pointer;
    }

.list1 option {
    border: 0;
    padding: 10px;
}

#panBandeauAdministrateurConnecte {
    position: fixed;
    left: 0;
    top: 90px;
    z-index: 99999999;
}

    #panBandeauAdministrateurConnecte a {
        display: inline-block;
        background: #000;
        color: #fff;
        text-decoration: none;
        font-size: 10px;
        text-transform: uppercase;
    }

        #panBandeauAdministrateurConnecte a:hover {
            background: #3d3737;
        }

        #panBandeauAdministrateurConnecte a > span {
            display: inline-block;
            padding: 8px 5px 8px 8px;
        }

        #panBandeauAdministrateurConnecte a span:before {
            font-size: 10px;
        }

.siteMaintenance {
    padding: 5px 8px;
    background: #fcb8b8;
    color: #cf3232;
    font-size: 10px;
}

    .siteMaintenance span:before {
        font-size: 18px !important;
    }

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

/*-------------------------------------*/
/*-------------- MESSAGES -------------*/
/*-------------------------------------*/

.Messages {
    position: fixed;
    top: 25px;
    left: 0;
    width: 100%;
    z-index: 9999999;
    pointer-events: none;
}

.Message {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 850px;
    margin: 10px auto;
    padding: 15px 40px 15px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 7px -4px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 4px 7px -4px rgba(0,0,0,0.54);
    box-shadow: 0px 4px 7px -4px rgba(0,0,0,0.54);
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-family: Arial;
    line-height: 17px;
    pointer-events: auto;
    animation: message 0.5s ease-out;
}

    .Message::before {
        margin-right: 15px;
        font-family: "boonIco";
        font-size: 28px;
        font-weight: lighter;
    }

.Message-content {
}

.Message-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 32px;
    text-decoration: none;
    line-height: 0.6;
    cursor: pointer;
    user-select: none;
    transition: 0.2s all ease-out;
}

    .Message-close:hover {
        opacity: 0.5;
    }

.Message--info {
    background: #0082b4;
    color: #ffffff;
}

    .Message--info::before {
        content: "\ea5a";
        font-size: 23px;
        width: 28px;
        text-align: center;
    }

.Message--succes {
    background: #3ea53a;
    color: #ffffff;
}

    .Message--succes::before {
        content: "\e97c";
    }

.Message--alerte {
    background: #ff8d0f;
    color: #ffffff;
}

    .Message--alerte::before {
        content: "\e9a5";
    }

.Message--erreur {
    background: #ce0600;
    color: #ffffff;
}

    .Message--erreur::before {
        content: "\e988";
    }

@keyframes message {
    0% {
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

/*---------- Alertes ---------*/

.banniereMessageInterface {
    padding: 20px 0;
    background: #b3face;
    text-align: center;
    font-size: 15px;
    color: #0b980a;
    font-weight: bold;
    position: fixed;
    min-height: 10px;
    width: 100%;
    display: block;
    z-index: 99999999;
    top: -100px;
    left: 0;
    right: 0;
}

    .banniereMessageInterface.error {
        background: #fcb8b8;
        color: #cf3232;
    }

        .banniereMessageInterface.error #fermerMessagesInterface {
            background: url(../../images/closeMessagesInterfaceErreur.png)no-repeat center center;
            display: inline-block;
            width: 30px;
            height: 60px;
            vertical-align: middle;
            cursor: pointer;
            float: right;
            margin-right: 10px;
            margin-left: 10px;
        }

    .banniereMessageInterface #fermerMessagesInterface {
        background: url(../../images/closeMessagesInterface.png)no-repeat center center;
        display: inline-block;
        width: 30px;
        height: 28px;
        vertical-align: middle;
        cursor: pointer;
        float: right;
        margin-right: 10px;
        margin-left: 10px;
    }

.ctTxtMessageInterface {
    line-height: 18px;
}

/*-------------------------------------*/
/*------  BANDEAU COOKIES CNIL --------*/
/*-------------------------------------*/

.cookiesBar {
    position: fixed;
    width: 560px;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    background: #ededed;
    color: rgba(33, 33, 33, 0.80);
    z-index: 9999999999;
    padding: 15px 120px 15px 19px;
    left: 0px;
    bottom: 40px;
}

    .cookiesBar a {
        text-decoration: underline;
        color: rgba(33, 33, 33, 0.80);
    }

        .cookiesBar a:hover {
            text-decoration: none;
        }

    .cookiesBar input[type="submit"] {
        background: #212121;
        color: #fff;
        border: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 90px;
        height: 100%;
        line-height: 100%;
        font-size: 16px;
        letter-spacing: 1px;
        text-align: center;
        padding: 0px;
        cursor: pointer;
        text-transform: uppercase;
        margin-left: 5px;
        transition: 0.4s all ease-out;
    }

        .cookiesBar input[type="submit"]:hover {
            background: #e8e8e8;
        }

/*--------------------------*/
/*----------LOADER----------*/
/*--------------------------*/

.loading {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    left: 0;
    top: 0;
    background: rgba(250, 250, 250, 0.65);
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.spinner {
    margin: 0 auto 0;
    width: 70px;
    text-align: center;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #2574ab;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

/*-----------------------------*/
/*------  Template CSS --------*/
/*-----------------------------*/

#divFrameAdmin .contenuDroite {
    width: 100%;
}

.blocGauche {
    float: left;
    width: 290px;
    min-height: 1px;
}

.contenuDroite {
    float: right;
    width: 620px;
    min-height: 1px;
}

.blocDroite {
    float: right;
    width: 290px;
    min-height: 1px;
}

.contenuGauche {
    float: left;
    width: 620px;
    min-height: 1px;
}

    .contenuDroite .contenuMixteImageG, .contenuGauche .contenuMixteImageG {
        width: 300px;
        float: left;
        min-height: 1px;
    }

    .contenuDroite .contenuMixteImageD, .contenuGauche .contenuMixteImageD {
        width: 300px;
        float: right;
        min-height: 1px;
    }

    .contenuDroite .contenuMixteTexteG, .contenuGauche .contenuMixteTexteG {
        width: 290px;
        float: left;
        min-height: 1px;
    }

    .contenuDroite .contenuMixteTexteD, .contenuGauche .contenuMixteTexteD {
        width: 290px;
        float: right;
        min-height: 1px;
    }

    .contenuDroite .contenuTexte2ColG, .contenuGauche .contenuTexte2ColG {
        width: 290px;
        float: left;
        min-height: 1px;
    }

    .contenuGauche .contenuTexte2ColD, .contenuDroite .contenuTexte2ColD {
        width: 300px;
        float: right;
        min-height: 1px;
    }

    .contenuDroite .contenuFull, .contenuGauche .contenuFull {
        width: 100%;
    }

    .contenuDroite .contenuFullPhotoSeule, .contenuGauche .contenuFullPhotoSeule {
        width: 100%;
    }

        .contenuDroite .contenuFullPhotoSeule img, .contenuGauche .contenuFullPhotoSeule img {
            width: 100%;
        }

.troisCol .blocGauche {
    width: 180px;
    margin-right: 30px;
}

.troisCol .blocDroite {
    width: 180px;
}

.troisCol .contenuCentre {
    float: left;
    width: 520px;
    min-height: 1px;
}

    .troisCol .contenuCentre img {
        width: 100%;
    }

.contenuCentre .contenuMixteImageG {
    width: 230px;
    float: left;
    min-height: 1px;
}

.contenuCentre .contenuMixteImageD {
    width: 230px;
    float: right;
    min-height: 1px;
}

.contenuCentre .contenuMixteTexteG {
    width: 260px;
    float: left;
    min-height: 1px;
}

.contenuCentre .contenuMixteTexteD {
    width: 260px;
    float: right;
    min-height: 1px;
}

.contenuCentre .contenuTexte2ColG {
    width: 245px;
    float: left;
    min-height: 1px;
}

.contenuCentre .contenuTexte2ColD {
    width: 245px;
    float: right;
    min-height: 1px;
}

.contenuCentre .contenuFullPhotoSeule {
    width: 100%;
}

.bloc {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.blocNoBorder {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.titreBloc {
    font-weight: bold;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
    background: #444;
}

.contenuBloc {
    padding: 8px;
    text-align: justify;
    font-size: 11px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #f5f5f5;
}

.bloc.blocRecherche {
    width: 100%;
}

    .bloc.blocRecherche input[type="text"] {
        width: 72%;
        min-width: 0px;
    }

#panRecherche .btn {
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
}

.blocNewsletter {
    width: 100%;
}

    .blocNewsletter input[type="text"] {
        width: 72%;
        min-width: 0px;
    }

#panInscriptionNewsletter .btn {
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
}

/*----------------------------*/
/*------  Modal Popup --------*/
/*----------------------------*/

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background: #fff;
    padding: 20px;
    max-width: 700px;
    height: auto;
    position: relative;
    z-index: 999990;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    .modalPopup .popupCtTitre {
        text-align: center;
        font-size: 14px;
    }

    .modalPopup .popupCtContenu {
        margin: 10px 0px 10px 0px;
        text-align: center;
    }

    .modalPopup .popupCtBoutons {
        text-align: center;
    }

        .modalPopup .popupCtBoutons a {
            margin: 0px 5px;
        }

    .modalPopup input[type="text"] {
        min-width: 0;
        width: 90%;
    }

    .modalPopup textarea {
        min-width: 0;
        width: 90%;
    }

    .modalPopup .btnClose {
        text-align: right;
        margin-bottom: 20px;
    }

    .modalPopup .formContact {
        margin-bottom: 10px;
    }

    .modalPopup #containerBootcha {
        margin-top: 0px;
        margin-bottom: 20px;
    }

/*--------------------------------*/
/*------  Menu Secondaire --------*/
/*--------------------------------*/

/*-------- PAS TOUCHE ---------*/
.msmc .msdivider {
    display: block;
    font-size: 1px;
    border-width: 0px;
    border-style: solid;
    position: relative;
    z-index: 1;
}

.msmc .msdividery {
    float: left;
    width: 0px;
}

.msmc .mstitle {
    display: block;
    cursor: default;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.msclear {
    font-size: 1px;
    height: 0px;
    width: 0px;
    clear: left;
    line-height: 0px;
    display: block;
    float: none !important;
}

.msmc {
    position: relative;
    z-index: 10;
}

    .msmc a, .msmc li {
        display: block;
        white-space: nowrap;
        position: relative;
        z-index: 1;
        width: 190px;
    }

    .msmc div a, .msmc ul a, .msmc ul li {
        float: none;
    }

.mssh div a {
    float: left;
}

.msmc div {
    visibility: hidden;
    position: absolute;
}

.msmc .mscbox {
    cursor: default;
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .msmc .mscbox a {
        display: inline;
    }

    .msmc .mscbox div {
        float: none;
        position: static;
        visibility: inherit;
        left: auto;
    }

.msmc li {
    z-index: auto;
}

.msmc ul {
    left: -10000px;
    position: absolute;
    z-index: 10;
}

.msmc, .msmc ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .msmc li a {
        float: none;
    }

    .msmc li:hover > ul {
        left: auto;
    }

#ms0 ul {
    top: 100%;
}

    #ms0 ul li:hover > ul {
        top: 0px;
        left: 100%;
    }

#ms0 {
    border: 0px solid #fff;
    font-size: 12px;
    padding: 0px 0px;
    font-family: Tahoma;
}

    #ms0 a {
        color: #000;
        text-decoration: none;
        text-align: left;
        height: 42px;
        line-height: 42px;
        padding-left: 10px;
    }

ul#ms0 li:hover > a {
    color: #000;
    border-bottom: 0px solid #555;
    height: 42px;
    background: #7e007e url(../../images/fondRollMenu.png);
}

#ms0 a.menuEnCours {
    background-color: #c9011b;
    color: #fff;
    border-bottom: 0px solid #555;
}

/*---------- Sous menu secondaire --------*/

ul#ms0 ul {
    margin: -42px 0px 0px 200px;
    background-color: #d5c9b1;
    height: auto;
    border: 0px;
    font-size: 11px;
}

    ul#ms0 ul li a:link {
        margin: 0px;
        height: 42px;
        line-height: 42px;
        color: #555;
        border-top: 1px solid #c8bba0;
        border-bottom: 1px solid #e3dacb;
        width: 180px;
    }

    ul#ms0 ul li a:visited {
        margin: 0px;
        height: 42px;
        line-height: 42px;
        color: #555;
        border-top: 1px solid #c8bba0;
        border-bottom: 1px solid #e3dacb;
        width: 180px;
    }

    ul#ms0 ul li a:active {
        margin: 0px;
        height: 42px;
        line-height: 42px;
        color: #555;
        border-top: 1px solid #c8bba0;
        border-bottom: 1px solid #e3dacb;
        width: 180px;
    }

    ul#ms0 ul li a:hover {
        margin: 0px;
        height: 42px;
        line-height: 42px;
        color: #fff;
        border-top: 1px solid #c8bba0;
        border-bottom: 1px solid #e3dacb;
        background-color: #c9011b;
        width: 180px;
    }

#ms0 ul li:hover > a {
    background: #fff;
    color: #ffffff;
    background: url(../../images/puceMenu.gif) no-repeat 2px 11px #fff;
}

#ms0 li ul li > ul {
    background: red;
    margin: 0;
    background-color: #d5c9b1;
    height: auto;
    border: 0px;
    font-size: 11px;
}

#ms0 .msdividery {
    visibility: hidden;
}

/*-------------------------------*/
/*--------  MODEL BOONET --------*/
/*-------------------------------*/

.contentFlexXcol {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    -webkit-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: stretch;
}

.ctModelBoonet {
    margin-bottom: 50px;
    padding-bottom: 50px;
}

    .ctModelBoonet:after {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        right: 0;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.30);
        z-index: -1;
    }

    .ctModelBoonet:last-of-type::after {
        display: none;
    }

.modeleBoonetTitre {
    opacity: 0.7;
    margin-bottom: 30px;
    padding: 0px 10px 0px 0px;
    background-color: #fff;
}

.flexXcol {
    padding: 20px;
    margin: 0 10px 20px 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -ms-align-content: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    align-items: stretch;
}

.modelPage2 .flexXcol:first-child {
    margin-left: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modelPage2 .flexXcol:last-child {
    margin-right: 0;
    max-width: 300px;
}

.modelPage .flexXcol:first-child {
    margin-left: 0;
}

.modelPage .flexXcol:last-child {
    margin-right: 0;
}

.modelPage .flexXcol:nth-child(1) {
    min-width: 220px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 10px;
    max-width: 180px;
}

.modelPageTab {
    display: inline-block;
}

.txtPageSupplement {
    margin: 50px auto;
}

.modeleBoonetBtns {
    margin-top: 30px;
    margin-bottom: 50px;
}

    .modeleBoonetBtns a,
    .modeleBoonetBtns .inputOutline {
        margin: 0 20px 20px 20px;
        vertical-align: top;
        display: inline-block;
        cursor: pointer;
    }

.modeleBoonetPagi .paginationListing {
    text-align: left;
}

.modeleAlign {
    display: inline-block;
    margin-right: 100px;
    vertical-align: top;
}

    .modeleAlign .alignMiddle {
        width: 300px;
        height: 100px;
        background-color: #f4f4f4;
    }

    .modeleAlign .alignMiddleIn {
        background-color: #ddd;
        padding: 5px;
    }

.modeleNotifBtns {
}

    .modeleNotifBtns a {
        margin: 0px 10px 0 0;
    }

/*---------Mentions légales--------*/

.ccb493 {
    margin-bottom: 50px !important;
}

.mentionsColLeft {
    width: 400px;
    float: left;
}

    .mentionsColLeft span {
        display: block;
    }

.mentionsColRight {
    width: 250px;
    float: right;
}

    .mentionsColRight a,
    .ccb493 a,
    .ccb175 a {
        text-decoration: underline;
        /*display: block;*/
    }

    .mentionsColRight p {
        text-align: right;
    }

.iframeContenuAdmin .ct {
	max-width: 100%;
}


.iframeContenuAdmin .contenuFullPage .contenuMixteImageG,
.iframeContenuAdmin .contenuFullPage .contenuMixteImageD,
.iframeContenuAdmin .contenuFullPage .contenuMixteTexteG,
.iframeContenuAdmin .contenuFullPage .contenuMixteTexteD,
.iframeContenuAdmin .contenuFullPage .contenuTexte2ColG,
.iframeContenuAdmin .contenuFullPage .contenuTexte2ColD {
	max-width: 50%;
    margin: 0px;
}