/* Minification failed. Returning unminified contents.
(2160,1): run-time error CSS1019: Unexpected token, found '}'
 */

/* fonts */


@font-face {
    font-family: 'Lato-Regular';
    src: url('/css/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Lato-Regular.woff') format('woff'), url('/css/fonts/Lato-Regular.ttf') format('truetype'), url('/css/fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Lato-Light';
    src: url('/css/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Lato-Light.woff') format('woff'), url('/css/fonts/Lato-Light.ttf') format('truetype'), url('/css/fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Lato-Bold';
    src: url('/css/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Lato-Bold.woff') format('woff'), url('/css/fonts/Lato-Bold.ttf') format('truetype'), url('/css/fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia-Italic';
    src: url('/css/fonts/Georgia-Italic.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Georgia-Italic.woff') format('woff'), url('/css/fonts/Georgia-Italic.ttf') format('truetype'), url('/css/fonts/Georgia-Italic.svg#Georgia-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Georgia';
    src: url('/css/fonts/Georgia.eot?#iefix') format('embedded-opentype'), url('/css/fonts/Georgia.woff') format('woff'), url('/css/fonts/Georgia.ttf') format('truetype'), url('/css/fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
}




/*------------------------------------------*/
/*----------------- GENERAL ----------------*/
/*------------------------------------------*/

body {
    margin: 0px;
    font-family: 'Lato-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #212121;
    background: #fff;
    overflow-x: hidden;
    width: 100%;
}

::selection, ::-moz-selection {
    background-color: #004899;
    color: #fff;
}

.ct {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px;
}

.ct15 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1500px;
}

.conteneurContenuBloc {
    /*margin-bottom: 20px;*/
    padding: 60px 0;
}


.cta a {
    margin-right: 20px;
    position: relative;
    color: #000;
    padding: 12px 50px 12px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    text-align: center;
    transition: all ease-in-out .5s;
    display: inline-block;
    letter-spacing: 1px;
}

    .cta a::after {
        position: absolute;
        content: '\e934';
        font-family: boonico;
        font-size: 20px;
        color: #000;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        transition: all ease-in-out .4s;
    }

    .cta a:hover {
        transform: translateX(5px);
    }

        .cta a:hover::after {
            right: 15px;
        }

    .cta a.bleu {
        background-color: #bfddff;
    }

.ctGaleriePadding .cta {
    text-align: center !important;
    margin-bottom: 50px;
}

    .ctGaleriePadding .cta a:hover {
        transform: translateX(-5px);
    }

.cta a.bleuGalerie {
    padding: 10px 20px 10px 40px;
}

    .cta a.bleuGalerie::after {
        position: absolute;
        content: '\e936';
        font-family: boonico;
        font-size: 20px;
        color: #000;
        top: 50%;
        left: 15px;
        right: unset;
        transform: translateY(-50%);
        transition: all ease-in-out .4s;
    }

.cta a.jaune {
    background-color: #ffde88;
}

.cta a.orange {
    background-color: #ff9578;
}

.btnOrange {
    margin-right: 20px;
    position: relative;
    color: #000;
    padding: 12px 50px 12px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    text-align: center;
    transition: all ease-in-out .5s;
    display: inline-block;
    letter-spacing: 1px;
    background-color: #ff9578;
}

    .btnOrange:hover::after {
        transform: translateX(5px) translateY(-50%);
    }

    .btnOrange::after {
        position: absolute;
        content: '\e934';
        font-family: boonico;
        font-size: 20px;
        color: #000;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        transition: all ease-in-out .4s;
    }

.btnBleu {
    margin-right: 20px;
    position: relative;
    color: #000;
    padding: 12px 50px 12px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    text-align: center;
    transition: all ease-in-out .5s;
    display: inline-block;
    letter-spacing: 1px;
    background-color: #bfddff;
}

    .btnBleu:hover::after {
        transform: translateX(5px) translateY(-50%);
    }

    .btnBleu::after {
        position: absolute;
        content: '\e934';
        font-family: boonico;
        font-size: 20px;
        color: #000;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        transition: all ease-in-out .4s;
    }

.btnJaune {
    margin-right: 20px;
    position: relative;
    color: #000;
    padding: 12px 50px 12px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    text-align: center;
    transition: all ease-in-out .5s;
    display: inline-block;
    letter-spacing: 1px;
    background-color: #ffde88;
}

    .btnJaune:hover::after {
        transform: translateX(5px) translateY(-50%);
    }

    .btnJaune::after {
        position: absolute;
        content: '\e934';
        font-family: boonico;
        font-size: 20px;
        color: #000;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        transition: all ease-in-out .4s;
    }



/*------- Couleur du loader et des selecteur -------*/
::-moz-selection {
    background: #2574ab;
    color: #fff
}

::selection {
    background: #2574ab;
    color: #fff
}

.spinner > div {
    background-color: #2574ab;
}

/*----------------- TEXTES ----------------*/

h1,
.h1 {
    font-family: 'Lato-Light';
    font-size: 35px;
    line-height: 40px;
    color: #000;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    position: relative;
}

    h1 sub {
        text-transform: none;
        vertical-align: text-top;
        font-size: 50%;
        bottom: -0.5em;
    }

    h1::after {
        position: absolute;
        content: '\e935';
        font-family: boonico;
        font-size: 20px;
        color: #004899;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-animation-name: bounce;
        animation-name: bounce;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    h1 span {
        font-family: 'Georgia-Italic';
        letter-spacing: 0;
        text-transform: none;
        font-size: 28px;
        font-weight: normal;
    }

sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: text-top;
}


@-webkit-keyframes bounce {
    0%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    10% {
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@keyframes bounce {
    0%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }


    10% {
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}



h2,
.h2 {
    font-family: 'Lato-Bold';
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 30px;
    line-height: 35px;
    color: #000;
    margin-bottom: 20px;
}

    h2.white,
    .h2.white {
        color: #fff;
        letter-spacing: 3px;
    }


.h3 {
    font-family: 'Lato-Bold';
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Georgia-Italic';
    font-size: 22px;
    line-height: 26px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

.h4 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px !important;
    margin-bottom: 0;
    line-height: 22px;
}

.body_14 .h4 {
    margin-top: 50px;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

p {
    font-family: 'Lato-Regular';
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
    text-align: justify;
}

    p a {
        text-decoration: underline;
    }

img {
    border: 0px;
}

ul {
    margin: 20px 0;
    list-style: none;
    text-align: justify;
}

li {
    list-style-type: disc;
    list-style-position: outside;
}

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: #bfddff;
    color: #000;
    display: inline-block;
    padding: 12px 30px;
    transition: 0.3s all ease-out;
    border-radius: 50px;
    text-transform: uppercase;
}

    .btn:hover {
        background: #004899;
        color: #fff;
    }

    .btn:before {
        font-family: 'boonIco';
    }


/*---------- 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: 40px;
    line-height: 50px;
    text-align: center;
    font-family: 'Georgia-Italic';
    color: #004899;
}

.notes {
    font-size: 13px;
    font-style: italic;
    background-color: rgba(150,150, 150, 0.1);
    color: #999;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(150, 150, 150, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .notes:before {
        font-size: 13px;
        font-style: italic;
        font-weight: lighter;
        content: "\e91f";
        font-family: boonIco;
        margin-right: 10px;
    }

.retourBtn {
    text-align: right;
    margin: 5px 0;
}

.flottant {
    float: right;
    margin: 0 0 15px 30px;
}

.alignMiddle {
    position: relative;
    display: block;
}

.alignMiddleIn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
}

/*-----------------------------------------*/
/*----------------- HEADER ----------------*/
/*-----------------------------------------*/

header {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0;
    top: 0;
    /*    position: fixed;*/
    position: sticky;
    left: 0;
    z-index: 99999;
    background: #fff;
    height: 95px;
    transition: all ease-in-out .4s;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

    header .ct {
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
    }

    header.scroll {
        height: 50px;
        transition: all ease-in-out .4s;
    }

.nav.scroll {
    padding: 0 0;
    transition: all ease-in-out .4s;
}

#logo {
    /*width: 500px;*/
    padding-right: 20px;
    float: left;
}

    #logo img {
        width: 100%;
    }

        #logo img.scroll {
            transition: all ease-in-out .3s;
            width: 50%;
        }

#outils {
    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;
    }

/*-------------------------------------------------------*/
/*-------------------- HOMEPAGE -------------------------*/
/*-------------------------------------------------------*/

.bandeauSliderHome, #ctl00_ucSliderPage2_panSlider {
    margin-bottom: 40px;
    position: relative;
}

/*---------- Actus Home ---------*/

.actuCt {
    position: relative;
    width: 400px;
    margin: 0px 20px;
    float: left;
}

.actuImage {
    width: 420px;
    height: 420px;
    overflow: hidden;
}

    .actuImage img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%;
    }

.actuDesc {
    margin: 30px auto;
    border-top: 2px solid #004899;
    width: 90%;
    padding-top: 30px;
}

.actuTitre {
    margin: 10px 0;
    font-family: 'Georgia-Italic';
    font-size: 23px;
    line-height: 26px;
}

    .actuTitre a:hover {
        color: #004899;
        transition: all ease-in-out .4s;
    }

.actuDate {
    margin: 0;
    font-family: 'Lato-Light';
    font-size: 14px;
    line-height: 20px;
}

.actuTexte {
    /*display: none;*/
    margin-bottom: 10px;
    max-height: 90px;
    overflow: hidden;
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
}

.actuLien {
    margin-top: 5px;
    text-align: left;
    font-family: 'Lato-Bold';
    font-size: 14px;
    position: relative;
    display: inline-block;
}

    .actuLien::before {
        content: '';
        position: absolute;
        height: 2px;
        bottom: -2px;
        left: 0;
        right: 0;
        background-color: #004899;
        transform-origin: bottom left;
        transform: scaleX(1);
        transition: transform .3s ease-in-out;
    }

    .actuLien:hover::before {
        transform: scaleX(0);
        transform-origin: bottom right;
    }


    .actuLien a {
        color: #004899;
    }

/*---------- Events Home ---------*/

.eventCt {
    position: relative;
    width: 400px;
    margin: 0px 20px;
    float: left;
}

.eventImage {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .eventImage img {
        width: 100%
    }

.eventDesc {
}

.eventTitre {
    margin-bottom: 10px;
}

.eventDate {
    margin-bottom: 10px;
}

.eventTexte {
    margin-bottom: 10px;
    max-height: 90px;
    overflow: hidden;
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
}

.eventLien {
    text-align: right;
}

    .eventLien a {
        font-size: 13px;
    }

/*---------- Blog Home ---------*/

#panHomeBlogArticles .fotorama__stage {
    width: 400px;
    height: 400px;
}

.articleCt {
    position: relative;
    width: 400px;
    margin: 0px 20px;
    float: left;
}

.articleImage {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .articleImage img {
        width: 100%
    }

.articleTitre {
    margin-bottom: 10px;
}

.articleLien {
    text-align: right;
}

    .articleLien a {
        font-size: 13px;
    }

.reponseBlogDe {
    margin-top: 10px;
    padding-left: 20px;
}

    .reponseBlogDe span {
        font-weight: bold;
        color: #000000;
        clear: both;
        height: 20px;
        padding-top: 10px;
    }

/*------------------------------------------------------*/
/*-------------------- CONTENU -------------------------*/
/*------------------------------------------------------*/

/*---------- Contenus des Blocs ---------*/

.contenuFullPage .contenuMixteImageG {
    width: 45%;
    float: left;
    min-height: 1px;
}

.contenuFullPage .contenuMixteImageD {
    width: 45%;
    float: right;
    min-height: 1px;
}

.contenuFullPage .contenuMixteTexteG {
    width: 47%;
    float: left;
    min-height: 1px;
}

.contenuFullPage .contenuMixteTexteD {
    width: 47%;
    float: right;
    min-height: 1px;
}

.contenuFullPage .contenuTexte2ColG {
    padding-top: 0;
    width: 47%;
    float: left;
    min-height: 1px;
}

.contenuFullPage .contenuTexte2ColD {
    width: 47%;
    padding-top: 0;
    float: right;
    min-height: 1px;
}

.contenuFullPage .contenuFull {
    width: 100%;
}

.contenuFullPage .contenuFullPhotoSeule {
    width: 100%;
}

    .contenuFullPage .contenuFullPhotoSeule img {
        width: 100%;
    }

.contenuFullPage .contenuFullPhotoSlider {
    display: block;
    position: relative;
}

.contenuFullPhotoSlider .swiper-container {
    margin-top: 0;
    height: 700px !important;
}

.photoColonne {
    margin-bottom: 15px;
}

    .photoColonne img {
        width: auto;
    }

.flottantGauche {
    float: left;
    margin: 0 30px 0 0;
}

.flottantDroite {
    float: right;
    margin: 0 0 0 60px;
}

.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 {
    border: 1px solid #E3E3E3;
    transition: 0.3s all ease-out;
    color: #565656;
    outline: none;
    padding: 5px;
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

select {
    border: 1px solid #E3E3E3;
    transition: 0.3s all ease-out;
    color: #565656;
    outline: none;
    padding: 5px;
    background: #FFFFFF;
    display: inline-block;
    width: 15%;
    box-sizing: border-box;
    margin-bottom: 30px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
    border-color: #777;
}

button[type="button"],
button[type="submit"],
input[type="submit"],
input[type="button"],
input[type="reset"] {
    padding: 7px 15px;
    background: #222;
    border: 1px solid #222;
    color: #fff;
    cursor: pointer;
}

    button[type="button"]:hover,
    button[type="submit"]:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover {
        background: none;
        color: #222;
    }

        button[type="button"]:disabled,
        button[type="submit"]:disabled,
        input[type="submit"]:disabled,
        input[type="button"]:disabled,
        input[type="reset"]:disabled,
        button[type="button"]:hover:disabled,
        button[type="submit"]:hover:disabled,
        input[type="submit"]:hover:disabled,
        input[type="button"]:hover:disabled,
        input[type="reset"]:hover:disabled {
            background: #222;
            color: #fff;
            opacity: 0.7;
            cursor: default;
        }

/*.errorControl {
    background-color: #FBE3E4 !important;
    border: solid 1px Red !important;
}*/

.correction {
    background: rgba(240, 80, 80, 0.1);
    color: #f05050;
}

/*---------- Contact ---------*/

.formulaire {
    width: 100%;
    margin-top: 20px;
}

.formulaire-row {
    margin-bottom: 25px;
    position: relative;
}

.formulaire input[type="text"],
.formulaire input[type="tel"],
.formulaire input[type="email"],
.formulaire textarea {
    background-color: rgba(255, 255, 255, 0.00);
    width: 100%;
    height: 30px;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    border-bottom: 2px solid rgba(33, 33, 33, 0.25);
    box-sizing: border-box;
    font-size: 15px;
    color: #5c5c5c;
}

.formulaire textarea {
    height: 100px;
    resize: vertical;
    margin-bottom: 0px;
    padding: 5px 0px;
}

/*-- Ci dessous, le style du label qui est par dessus
    le champs.

    Si vous voulez enlever la petite animation
    des labels, faites comme il y a marqué dans les commentaires de l'UC Contact,
    et enlevez la position absolute de la règle ci dessous.
    */

.formulaire label {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 15px;
    font-family: Arial;
    color: #5c5c5c;
    opacity: 1;
    cursor: text;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.formulaire input[type="radio"] + label,
.formulaire input[type="checkbox"] + label {
    top: 0;
}

/*-- Style des champs quand on est en train décrire dessus
        */

.formulaire input[type="text"]:focus,
.formulaire input[type="email"]:focus,
.formulaire input[type="tel"]:focus,
.formulaire textarea:focus {
    border-bottom: 2px solid #222;
}

    /*-- Style du label quand on a cliqué dessus et quand
                on a du texte dans les champs
        */

    .formulaire input[type="text"]:focus ~ label,
    .formulaire input[type="text"].fill ~ label,
    .formulaire input[type="email"]:focus ~ label,
    .formulaire input[type="email"].fill ~ label,
    .formulaire input[type="tel"]:focus ~ label,
    .formulaire input[type="tel"].fill ~ label,
    .formulaire textarea:focus ~ label,
    .formulaire textarea.fill ~ label {
        transform-origin: left center;
        transform: translate3d(0, -100%, 0) scale3d(.85, .85, 1);
        opacity: 0.5;
    }

/*-- Style des champs avec erreurs
        */

.errorControl {
    background-color: #FBE3E4 !important;
    border: 0px !important;
    border-bottom: 2px solid #cc5246 !important;
}

.formulaire-check {
    margin-bottom: 20px;
}

    .formulaire-check > div {
        margin: 0px 0px 8px 0px;
    }

        .formulaire-check > div label,
        .ReCaptcha-notice {
            opacity: 1;
            color: #979797;
            line-height: 20px;
            font-size: 13px;
        }

            .formulaire-check > div label a,
            .ReCaptcha-notice a {
                color: #000;
                text-decoration: underline;
            }

/*-- Style du champ Kit Bancaire Stripe (uc/KitsBancaires/StripeElements.ascx) */

.stripe {
    max-width: 420px;
}

.stripe-savedCardsTitle {
    display: block;
    margin: 0 0 10px;
}

.stripe-cardSelectTitle {
    display: block;
    margin: 20px 0 10px;
}

.stripe-savedCard {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.stripe-savedCardImage {
    display: none;
}

.stripe-savedCardName {
    margin: 0 5px;
}

    .stripe-savedCardName::before {
        content: "\2022\2022\2022\2022";
        margin-right: .33em;
        letter-spacing: 2px;
    }

.stripe-savedCardExp {
    margin: 0 0 0 10px;
}

.stripe-savedCardDelete {
    font-size: 20px;
    display: inline-block;
    padding: 5px;
    line-height: .5em;
    cursor: pointer;
}

.stripe-cardSelect {
    margin: 5px 0;
}

.stripe-cardContainer {
    padding: 20px 0 0 0;
    overflow: hidden;
    transition: max-height .25s ease-out, opacity .25s ease-out;
}

    .stripe-cardContainer:not(.isVisible) {
        max-height: 0;
        opacity: 0;
    }

    .stripe-cardContainer.isVisible {
        max-height: 200px;
        opacity: 1;
    }

.formulaire .StripeElement {
    width: 100%;
    height: 30px;
    padding: 5px 0 0;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid rgba(33, 33, 33, 0.25);
    box-sizing: border-box;
    transition: 0.3s all ease-out;
}

    .formulaire .StripeElement iframe {
        opacity: 0;
        transition: 0.3s opacity ease-out;
    }

    .formulaire .StripeElement--focus iframe,
    .formulaire .StripeElement:not(.StripeElement--empty) iframe {
        opacity: 1;
    }

.formulaire .StripeElement--focus {
    border-bottom-color: #222;
}

    .formulaire .StripeElement--focus ~ label,
    .formulaire .StripeElement:not(.StripeElement--empty) ~ label {
        transform-origin: left center;
        transform: translate3d(0, -100%, 0) scale3d(.85, .85, 1);
        opacity: 0.5;
    }

.formulaire .StripeElement--invalid:not(.StripeElement--focus) {
    background-color: #FBE3E4 !important;
    border-bottom-color: #cc5246 !important;
}

/*---------- Inscription / Connexion ---------*/

/*----------------------------------------------------*/
/*-------------- LISTINGS / DETAIL -------------------*/
/*----------------------------------------------------*/

/*---------- Listing Actus ---------*/

#listingActus {
    margin-bottom: 30px;
    font-size: 0;
}

.listActuCt {
    position: relative;
    width: 360px;
    margin: 0 20px 50px 20px;
    float: left;
    min-height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.listActuImg {
    width: 360px;
    height: 360px;
    overflow: hidden;
    background-color: #004899;
}

    .listActuImg img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        /*border: 3px solid transparent;*/
        transition: all ease-in-out .7s;
    }

        .listActuImg img:hover {
            opacity: .7;
        }

.listActuDesc {
    font-size: 14px;
    margin: 30px auto;
    border-top: 2px solid #004899;
    width: 90%;
    padding-top: 30px;
}

.listActuTitre {
    margin: 10px 0;
    font-family: 'Georgia-Italic';
    font-size: 20px;
    line-height: 25px;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
}

    .listActuTitre a:hover {
        color: #004899;
        transition: all ease-in-out .4s;
    }

.listActuDate {
    margin: 0 0;
    font-family: 'Lato-Light';
    font-size: 13px;
    line-height: 15px;
}

.listActuTexte {
    font-size: 14px;
    line-height: 16px;
    max-height: 120px;
    text-align: justify;
    overflow: hidden;
}

.listActuLien {
    margin-top: 5px;
    text-align: left;
    font-family: 'Lato-Bold';
    font-size: 14px;
    position: relative;
    display: inline-block;
}

    .listActuLien a {
        color: #004899;
    }

    .listActuLien::before {
        content: '';
        position: absolute;
        height: 2px;
        bottom: -2px;
        left: 0;
        right: 0;
        background-color: #004899;
        transform-origin: bottom left;
        transform: scaleX(1);
        transition: transform 0.3s ease-in-out;
    }

    .listActuLien:hover::before {
        transform: scaleX(0);
        transform-origin: bottom right;
    }




/*---------- Détail Actu ---------*/

.ctActu {
    padding: 80px 0;
}

    .ctActu .cta {
        margin-bottom: 50px;
        text-align: center;
    }

        .ctActu .cta a {
            padding: 5px 20px 5px 40px;
            font-size: 11px;
        }

            .ctActu .cta a::after {
                content: '\e936';
                font-size: 17px;
                right: unset;
                left: 15px;
            }


            .ctActu .cta a:hover {
                transform: translateX(-5px);
            }

                .ctActu .cta a:hover::after {
                    right: unset;
                    left: 15px;
                }

.detailActuDesc {
}

.detailActuDate {
    color: #000;
    margin-bottom: 20px;
}

#detailActuGalerie {
    clear: both;
    margin: 30px 0;
}

.detailActuGalerieImg {
    margin: 0px 10px;
}

#detailActuFichiers {
    clear: both;
    margin: 30px 0;
}

    #detailActuFichiers li {
        margin: 0 0 7px 0;
    }

/*---------- Listing Event ---------*/

#listingEvents {
    margin-bottom: 30px;
    font-size: 0;
}

.listEventCt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.listEventImg {
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin: 10px auto;
}

    .listEventImg img {
        width: 100%;
    }

.listEventDesc {
    width: 100%;
    font-size: 14px;
    margin: 10px auto;
}

.listEventTitre {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}

.listEventDate {
    color: #222;
    font-size: 14px;
    margin: 6px 0px;
}

.listEventTexte {
    font-size: 14px;
    line-height: 16px;
    max-height: 60px;
    text-align: justify;
    overflow: hidden;
}

.listEventLien {
    margin-top: 5px;
    text-align: right;
}

/*---------- Détail Event ---------*/

.detailEventDesc {
}

.detailEventDate {
    color: #000;
    margin-bottom: 20px;
}

#detailEventGalerie {
    clear: both;
    margin: 30px 0;
}

.detailEventGalerieImg {
    margin: 0px 10px;
}

#detailEventFichiers {
    clear: both;
    margin: 30px 0;
}

    #detailEventFichiers li {
        margin: 0 0 7px 0;
    }

/*---------- Listing Annonces ---------*/
.listAnnonce {
    margin-bottom: 30px;
}

.listAnnonceTexte {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    overflow: hidden;
}

.saisieAnnonce.open .postuler-content {
    background-color: #f8f8f8 !important;
}

.saisieAnnonce .row-half-left {
    display: inline-block !important;
    width: 40%;
}

.saisieAnnonce .row-half-right {
    float: right;
    width: 40%;
}


/*-----------------------------------------------------*/
/*-------------------- FOOTER -------------------------*/
/*-----------------------------------------------------*/



#crosslink {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin: auto;
    background: #fff;
}

    #crosslink a {
        color: #000;
        font-size: 12px;
        font-family: 'Georgia-Italic';
        text-decoration: none;
        margin: 0 10px;
        transition: all ease-in-out .4s;
    }

        #crosslink a:hover {
            color: rgba(33, 33, 33, 0.71);
        }

.ctLinks {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}



/*-------------------------------------------*/
/*-------------- CONNEXION ------------------*/
/*-------------------------------------------*/

.connexionCt {
    margin: 0 auto 40px auto;
}

.connexionGauche {
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 0px 50px;
    border-right: solid 1px #222;
}

.connexionDroite {
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 0px 50px;
}

.mdpOublie {
    margin-bottom: 20px;
}

.btnInscription {
    margin-top: 20px;
}

/*---------------------------------------------*/
/*-------------- INSCRIPTION ------------------*/
/*---------------------------------------------*/

.inscriptionCt {
    margin-bottom: 50px;
}

.inscriptionBloc {
    margin-bottom: 20px;
}

.inscriptionGauche {
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    text-align: left;
    padding-right: 50px;
}

.inscriptionDroite {
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    text-align: left;
}

.inscriptionRow {
    margin-bottom: 10px;
}

    .inscriptionRow label {
        margin-bottom: 5px;
        display: block;
    }

/*Style du texte d'erreur de mail*/
.formError {
    margin-top: 4px;
    color: #f74b4b;
}

.inscriptionLegende {
    display: block;
    font-style: italic;
}

.containerMessageInscription {
    text-align: center;
}

#panMenu {
    display: inline-block;
    margin-bottom: 30px;
}

    #panMenu a {
        display: inline-block;
        border: 1px solid #868686;
        background: #868686;
        color: #fff;
        text-decoration: none;
        padding: 10px;
    }

        #panMenu a:hover {
            background: #222;
            color: #fff;
        }

    #panMenu .actif {
        background: none;
        color: #222;
    }

.submitInscription {
    text-align: center;
    padding: 10px 0;
    margin: 30px auto 0px auto;
}

    .submitInscription .btn {
        margin-top: 20px;
    }

/*--------------------------------------------------*/
/*-------------- REVUE DE PRESSE -------------------*/
/*--------------------------------------------------*/

.listeLignePresse {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.listePressesConteneurImage {
    width: 275px;
    height: 155px;
    overflow: hidden;
    float: left;
}

    .listePressesConteneurImage img {
        width: 100%;
    }

.listePressesConteneurTextes {
    float: left;
    width: 635px;
    height: auto;
    margin-left: 30px;
}

.listePressesTitre {
    font-size: 12px;
    margin: 0;
}

.listePressesConteneurDate {
    color: #555;
    font-size: 11px;
    margin: 10px 0;
}

.listePressesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
}

.listePressesConteneurLien {
    margin-top: 5px;
    text-align: right;
}

/*------------------------------------------------*/
/*-------------- GALERIE PHOTO -------------------*/
/*------------------------------------------------*/

/*---------- Listing Galerie Photo ---------*/

.albums {
    font-size: 0;
    margin-bottom: 50px;
}

.albumCt {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.albumPhoto {
    width: 100%;
    height: 250px;
    display: block;
    margin-bottom: 10px;
}

    .albumPhoto img {
        max-width: 100%;
    }

.albumTitre {
    text-align: center;
    display: block;
    width: 100%;
}

    .albumTitre a {
        color: #000;
        font-size: 14px;
    }

        .albumTitre a:hover {
            color: #222;
        }

/*---------- Détail Galerie Photo ---------*/

#galeriePhoto {
    margin: 30px 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/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) --------*/

#panUc {
    display: flex;
    flex-flow: wrap;
}

.listeLigneReferences {
    position: relative;
    width: calc(100% / 3 - 30px);
    margin-right: 30px;
    display: flex;
    margin-bottom: 70px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

}

.listeReferencesConteneurImage {
    width: 160px;
    overflow: hidden;
    float: left;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .listeReferencesConteneurImage img {
        width: 100%;
    }

.listeReferencesConteneurTextes {
    /*    margin-right:30px;*/
}

.listeReferenceTitre {
    font-size: 12px;
    margin: 0;
}

.listeReferencesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
    display: none;
}

.listeReferencesConteneurLien {
    margin-top: 5px;
    text-align: right;
}

.referencesSepOmbre {
    width: 100%;
    height: 15px;
    background: url(/images/ombreNews.png) center no-repeat;
}

/*---------- LISTING REFERENCES (mode vignettes) --------*/

.blocsReferences {
    width: calc(100% / 5 - 30px);
    /*    height: 250px;*/
    /*    float: left;*/
    margin-right: 30px;
    margin-bottom: 70px;
    overflow: hidden;
}

.blocsReferencesConteneurImage {
    height: 100px;
    width: 100%;
}

    .blocsReferencesConteneurImage img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        filter:grayscale(100%);
        transition: all ease-in-out .4s;
    }

    .blocsReferencesConteneurImage:hover img {
        filter: grayscale(0);
    }

    .blocsReferencesConteneurTextes {
        width: 100%;
    }

.blocsReferencesTitre {
    font-family: 'Georgia-Italic';
    font-size: clamp(15px, 2vw, 16px);
    line-height: 26px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
}

    .blocsReferencesTitre a {
        text-decoration: none;
    }

.blocsReferencesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
    display: none;
}

/*---------------------------------*/
/*------ ECHANGE DE FICHIER -------*/
/*---------------------------------*/

.fichierLigne {
    border-bottom: solid 1px #ccc;
    height: 32px;
}

.fichierLienDossier {
    display: block;
    background: url(/images/dossier.png)no-repeat;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    text-decoration: none;
}

    .fichierLienDossier span {
        margin-left: 5px;
    }

.fichierLigne a:hover {
    background-color: #fff;
}

.fichierLienFichier {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    text-decoration: none;
    background: url(/images/fichier-defaut.png)no-repeat;
}

.fichierDossierParent {
    display: block;
    margin-bottom: 10px;
}

.fichierLienFichier.pdf {
    background: url(/images/fichier-pdf.png)no-repeat;
}

.fichierLienFichier.excel {
    background: url(/images/fichier-excel.png)no-repeat;
}

.fichierLienFichier.word {
    background: url(/images/fichier-word.png)no-repeat;
}

.fichierLienFichier.pp {
    background: url(/images/fichier-powerpoint.png)no-repeat;
}

.fichierLienFichier.photo {
    background: url(/images/fichier-image.png)no-repeat;
}

.retourBtn .btn {
    margin-right: 0;
}

/*---------------------------*/
/*---------- FAQ ------------*/
/*---------------------------*/

.faqListe {
    margin: 0 0 60px 0;
}

    .faqListe a {
        cursor: pointer;
        margin-bottom: 20px;
        text-decoration: none;
    }

.questionFAQ {
    cursor: pointer;
    margin-bottom: 5px;
}

.reponseFAQ {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 3%;
}

    .reponseFAQ p {
        margin-bottom: 0;
    }

.faqListe .sepFooter {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 40px;
}

    .faqListe .sepFooter:last-child {
        border: none;
    }

/*----------------------------------*/
/*---- SOUS MENU - BLOC GAUCHE -----*/
/*----------------------------------*/

#smMenu {
    margin: 0 0 10px 0;
    padding: 0;
}

.smSeparateur {
    height: 1px;
    display: block;
}

.blocGauche #smMenu > li {
    background: none;
    padding: 0;
}

.blocGauche #smMenu li ul li {
    background: none;
    padding: 0;
}

.smParent, .smParentActif {
    background: #222;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
}

    .smParent:hover, .smParentActif:hover {
        background: #ccc;
    }

#smMenu ul {
    padding: 0;
}

#smMenu > li {
    list-style: none;
}

#smMenu li ul {
    margin: 0px;
}

    #smMenu li ul li {
        list-style: none;
        margin: 0px;
    }

#smMenu ul li a {
    background: #eee;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
}

    #smMenu ul li a:hover {
        background: #222;
        color: #fff;
    }

#smMenu ul li .smActif {
    font-weight: bold;
}

#smMenu ul li ul li a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: #222;
    background: #eee;
}

    #smMenu ul li ul li a:hover {
        background: #ccc;
    }

#smMenu ul li ul li .smActif {
    font-weight: bold;
}

/*------------ PAGE EMPLOIS ------------*/
/*----------------------------------*/

.blocCandiCt {
    padding: 0 0px 80px;
}

.blocCandidaturePostesOuverts {
    margin-bottom: 50px;
}

.posteListe {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 320px;
    margin: 0px 40px 40px 00px;
}

    .posteListe:nth-of-type(4n) {
        margin: 0px 00px 40px 00px;
    }

.posteListeImage {
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .posteListeImage img {
        width: 100%;
        flex: 0 0 auto;
    }

.posteListeDate {
    position: absolute;
    top: 8px;
    left: 0px;
    display: block;
    padding: 3px 6px;
    background: #fff;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
}

.posteDesc {
    width: 100%;
    height: 230px;
    box-sizing: border-box;
    padding: 30px;
    background-color: #000000;
    position: relative;
}

.posteListeTitre {
    font-weight: 200;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: normal;
    max-height: 40px;
    overflow: hidden;
}

.posteListeIntro {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    max-height: 55px;
    overflow: hidden;
}

.posteListeDetail {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
}

    .posteListeDetail a {
        width: 100%;
        margin-top: 20px;
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        background: #fff;
        border-radius: 0px;
        color: #000000;
        display: inline-block;
        padding: 13px 0px;
        transition: 0.3s all ease-out;
        position: relative;
        z-index: 66;
    }

        .posteListeDetail a:hover {
            color: #fff;
        }

        .posteListeDetail a:before {
            height: 100%;
            width: 0%;
            display: block;
            position: absolute;
            background-color: #000000;
            content: "";
            top: 0;
            left: 0;
            transition: 0.3s all ease-out;
            z-index: -1;
        }

        .posteListeDetail a:hover:before {
            width: 100%;
        }

.blocCandidatureCentrer {
    /*margin-bottom: 100px;*/
}

    .blocCandidatureCentrer p {
        text-align: center;
    }

/*------------ POSTULER ------------*/
/*----------------------------------*/
.postuler {
    /* margin-top: 50px;*/
    text-align: center;
}

.postuler-content {
    background-color: #004899;
    display: inline-block;
    width: 1000px;
    max-width: 33%;
    -moz-transition: max-width 0.25s, border 0.25s;
    -o-transition: max-width 0.25s, border 0.25s;
    -webkit-transition: max-width 0.25s, border 0.25s;
    transition: max-width 0.25s, border 0.25s;
    height: 45px;
    overflow: hidden;
    border-radius: 50px;
}

.postuler-btn {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 45px;
    color: #fff;
    border: none;
    transition: all 0.25s ease-in-out, font-size 0.2s linear;
    cursor: pointer;
}

    .postuler-btn:hover {
        background-color: #bfddff;
        color: #004899;
    }

.postuler.open .postuler-content {
    max-width: 100%;
    height: auto;
}

.postuler.open .postuler-btn {
    background-color: #004899;
}

.postuler.open:hover .postuler-btn {
    background-color: #004899;
    color: #fff;
}

.ctBtnForm {
    text-align: center;
}

.postuler.open .postuler-btn::after {
    content: "\00d7";
    left: auto;
    position: relative;
    top: 1px;
    font-size: 22px;
    padding-left: 10px;
    cursor: pointer;
}

    .postuler.open .postuler-btn::after:hover::after {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }

.postuler-form {
    max-height: 0;
    opacity: 0;
    text-align: left;
    font-size: 15px;
    overflow: hidden;
    -moz-transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
    -o-transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
    -webkit-transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
    transition: max-height 0.25s 0.25s ease-out, padding 0.25s 0.25s, opacity 0.25s;
}

.postuler.open .postuler-form {
    padding: 40px;
    opacity: 1;
}

.postuler-intro {
    margin: 0px 0 40px 0px;
    font-size: 23px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    color: #fff;
}

.postuler-line {
    display: flex;
    margin: 0px 0 10px 0px;
    color: #fff;
}

.postuler-fields {
    padding: 0px 0;
}

.postuler-field label {
    color: #fff;
    width: 130px;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    top: 8px;
    text-transform: uppercase;
}

.postuler-field input, .postuler-field select {
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff !important;
    border: none;
    border-bottom: 2px solid #fff;
    line-height: 25px;
    padding: 7px 0px;
    width: 235px;
}

.postuler-field textarea {
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff !important;
    border: none;
    border-bottom: 2px solid #fff;
    line-height: 25px;
    padding: 7px 0px;
    width: 100%;
    resize: vertical;
}

.postuler-line-3 .postuler-field .input {
    width: 695px;
}

.postuler-line-3 .postuler-field input {
    width: 100%;
}

.postuler-field select {
}

    .postuler-field select option {
        color: #000000;
    }

.postuler-field textarea {
    width: 90%;
}

.postuler-field {
    position: relative;
    display: flex;
    align-items: flex-start;
    line-height: 1;
    width: 50%;
}

.postuler-field-message {
    display: block;
    width: 100%;
}

    .postuler-field-message label {
        display: inline-block;
        margin-bottom: 15px;
    }

.postuler-line-6 {
    margin-top: 30px;
    margin-bottom: 40px;
}

    .postuler-line-6 table {
        margin-left: 30px;
        position: relative;
        top: -3px;
    }

.postuler-line .postuler-field:nth-child(2) {
}

.postuler-field label {
}

.postuler-field-v-separator {
    width: 1px;
    background-color: #b0b0b0;
}

.postuler-field::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.postuler-field-nom,
.postuler-field-prenom {
    width: 50%;
}

.postuler-field-adresse {
    width: 100%;
}

.postuler-field-cp {
    /*width: 40%;*/
}

.postuler-field-ville {
    /*width: 60%;*/
}

.postuler-field-tel {
    width: 50%;
}

.postuler-field-email {
    width: 50%;
}

.postuler-fields-files {
    display: flex;
    justify-content: space-between;
    /*border-top: 1px solid #b0b0b0;*/
}

.postuler-field-file {
    display: inline-block;
    width: 45%;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .postuler-field-file label::before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 30px;
        margin-bottom: 15px;
        background: no-repeat center center;
        background-size: contain
    }

    .postuler-field-file input {
        width: 57%;
        margin-top: 15px;
        font-size: 12px;
        background: none;
        border: 0px solid #000;
        border-radius: 0;
    }

.postuler-fields-files label {
    width: 165px;
}

.postuler-field-cv label::before {
    content: '\e9fa';
    font-family: 'boonIco';
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.postuler-field-lettre label::before {
    content: '\e9ff';
    font-family: 'boonIco';
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.postuler-fields-actions a {
    color: #fff;
}

.postuler-fields-actions {
    padding-bottom: 0;
    color: #fff;
}

.postuler-field-captcha::after {
    top: 100%;
    left: 0;
    margin-top: 5px;
    font-size: 13px;
    color: rgba(0,0,0,0.3);
}

.postuler-field-submit {
    display: block;
    text-align: center;
    margin: 50px 0px 0px 0px;
}

    .postuler-field-submit a {
        color: #000000;
        background-color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        padding: 8px 20px;
        text-decoration: none;
        transition: 0.2s all ease-out;
    }

        .postuler-field-submit a:hover {
            color: #fff;
            background-color: #000000;
        }

.detailDescCt {
    width: 1000px;
    margin: 0 auto;
}

.detailEmploiCt {
    padding-bottom: 80px;
    background-color: #f3f3f3;
}

    .detailEmploiCt h1 {
        margin-bottom: 30px;
    }

.emploiDetails {
    margin-bottom: 30px;
}

    .emploiDetails .emploiType {
        color: #fff;
        padding: 10px 20px;
        background-color: #000000;
        text-transform: uppercase;
        display: inline-block;
        font-size: 20px;
    }

    .emploiDetails .emploiDate {
        color: #000000;
        padding: 10px 20px;
        background-color: #fff;
        text-transform: uppercase;
        display: inline-block;
        font-size: 20px;
    }






/* --------------------------- */
/* --------- CSS AL -----------*/
/* ---------------------------- */



/* général */



.displaynone {
    display: none;
}

.txtRef {
    font-size: 13px;
}

/*.texteDouble {
    padding: 80px 0;
}
*/
/* picto popup droite */

.ctPictosDroite a {
    padding: 15px;
    border-radius: 50px;
    background-color: #bfddff;
    height: 40px;
    width: 40px;
    margin-bottom: 15px;
    display: block;
    transition: all ease-in-out .4s;
    position: fixed;
    right: 20px;
    z-index: 999;
}

    .ctPictosDroite a:hover {
        /*transform: translateY(5px);*/
    }


.pictoInscriptions {
    background: url(/images/icn_inscriptions.png) center no-repeat;
    top: 400px;
}

.pictoCantine {
    background: url(/images/icn_cantine.png) center no-repeat;
    top: 480px;
}

.pictoCovoit {
    background: url(/images/car.svg) center no-repeat;
    top: 560px;
    background-size: 45px;
}

/*.pictoFB {
    background: url(/images/icn_facebook.png) center no-repeat;
    top: 560px;
}
*/

.pictoInscriptions:hover {
    width: 200px;
    background: url(/images/icn_inscriptions.png) 20px center no-repeat;
    background-color: #bfddff;
}

.pictoCantine:hover {
    width: 230px;
    background: url(/images/icn_cantine.png) 20px center no-repeat;
    background-color: #bfddff;
}

.pictoCovoit:hover {
    width: 180px;
    background: url(/images/car.svg) 20px center no-repeat;
    background-color: #bfddff;
    background-size: 45px;
}

/*.pictoFB:hover {
    width: 200px;
    background: url(/images/icn_facebook.png) 20px center no-repeat;
    background-color: #bfddff;
}*/

.txtPop {
    /*display: none;*/
    padding-top: 8px;
    opacity: 0;
    text-align: right;
    color: #004899;
    font-size: 16px;
    text-transform: uppercase;
    transition: all ease .7s;
}

.pictoInscriptions:hover .txtPop, .pictoCantine:hover .txtPop, .pictoFB:hover .txtPop, .pictoCovoit:hover .txtPop {
    /*display: flex;
    align-items: center;
    justify-content: flex-end;*/
    opacity: 1;
}

/* --- */

.contenuPaginationSwiperHome {
    display: none;
}

.pPadding {
    padding-left: 150px;
}

/*.ctBloc {
    padding: 80px 0;
}*/

/* titre sliders */

/*.titreSlider {
    width: 30%;
    position: absolute;
    bottom: 170px;
    left: 350px;
}*/

.titreSlider p {
    color: #fff;
    font-family: 'Georgia-Italic';
    font-size: 45px;
    position: relative;
    padding-left: 40px;
    line-height: 50px;
    text-align: left;
}

    .titreSlider p::before {
        position: absolute;
        left: 0;
        top: 0;
        content: '\e98b';
        font-size: 20px;
        font-family: boonico;
        color: #fff;
    }

.sliderMaster .swiper-container {
    height: 550px !important;
}


.swiperMaster .swiper-container {
    height: 550px !important;
}

/* header */


/* footer */


footer {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    background: #004899;
}

    footer h2 {
        color: #fff;
        font-size: 19px;
        line-height: 24px;
    }

    footer p {
        color: #fff;
        padding-bottom: 45px;
        position: relative;
        text-align: center;
    }

        footer p::after {
            position: absolute;
            bottom: 10px;
            content: '';
            width: 2px;
            height: 30px;
            left: 50%;
            background-color: #fff;
            transform: translateX(-50%);
        }


        footer p:last-child {
            padding-bottom: 0;
        }

            footer p:last-child::after {
                display: none;
            }


/* --------- homepage --------- */

.body_14 .swiper-text {
    width: 60%;
}

.ctBloc1 {
    background: url(/images/home_tache1.png) left no-repeat;
    background-size: auto;
    padding: 80px 0;
}

.blocFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
    position: relative;
}

.blocFlexGauche, .blocFlexDroite {
    flex-basis: 45%;
}


/* bloc 1 home */

.ctBloc1 .blocFlex .blocFlexDroite {
    text-align: center;
}

.ctBloc1 .blocFlexGauche {
    flex-basis: 55%;
}

.ctBloc1 .blocFlexDroite {
    flex-basis: 35%;
}

    .ctBloc1 .blocFlexDroite img {
        padding-bottom: 80px;
    }

.quote {
    font-family: "Georgia-Italic";
    font-size: 80px;
    line-height: 75px;
    letter-spacing: 1px;
    color: #000;
    text-align: left;
}

    .quote span {
        color: #f5f5f5;
        font-size: 150px;
        margin-left: -70px;
    }

.spanRotate {
    transform: rotate(180deg);
    display: inline-block;
    margin-left: 20px !important;
}

.auteur {
    font-size: 20px !important;
    color: #000 !important;
    line-height: 25px;
    font-family: 'Lato-Bold';
    margin-left: 0 !important;
}



/* bloc 2 home */

.ctBloc2 {
    height: 650px;
    background: url(/images/home_bg1.png) center no-repeat;
    background-size: contain;
    /*margin-bottom: 120px;*/
}

    .ctBloc2 .blocFlexDroite {
        position: absolute;
        right: -150px;
        top: 60px;
    }

.imgRelative {
    position: relative;
}

.quoteTache {
    font-family: 'Georgia-Italic';
    font-size: 22px;
    line-height: 30px;
    color: #004899;
    position: absolute;
    left: 40px;
    bottom: 50px;
    width: 530px;
    text-align: left;
}

.ctBloc2 .blocFlexGauche p {
    padding-bottom: 60px;
}

/* bloc chiffres clés */

.ligneGrise {
    background-color: #f5f5f5;
    padding: 60px 0;
    margin: 40px 0;
}

.ctChiffresCles {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: wrap;
}

.chiffreCle {
    text-align: center;
    flex-basis: 20%;
}

.chiffre {
    font-family: 'Georgia';
    font-size: 90px;
    line-height: 70px;
    color: #004899;
    text-align: center;
    padding-bottom: 20px;
}

.detailChiffre {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}


/* bloc 3 inscriptions */

.ctBloc3 {
    background: url(/images/home_bg2.png) center no-repeat;
    background-size: contain;
}

.blocFlexGauche3, .blocFlexDroite3 {
    margin: auto;
    text-align: center;
}

.ctBloc3 .blocFlex {
    padding-top: 90px;
}

.blocFlexGauche3 img, .blocFlexDroite3 img {
    padding-bottom: 40px;
}


/* bloc actus */

.ctActusHome {
    /*    padding: 80px 0 160px 0;*/
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.introActu {
    flex-basis: 25%;
}

    .introActu p {
        padding-bottom: 40px;
    }

.actus {
    flex-basis: 70%;
}

#panHomeActus {
    display: flex;
    justify-content: space-between;
}


/* bloc référencement */

.body_14 #ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_6 {
    padding: 0;
}

.body_14 #ucContenusPagesDynamiques1_ddlContenu_panMilieuGauche_6 h4 {
    text-transform: uppercase;
}

.body_14 #ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_7 {
    background: url(/images/home_bg3.png) center no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}

/* ------------- PAGE ETABLISSEMENT > HISTOIRE DE L'ECOLE HISTORIQUE ------------ */


/* timeline */

.ctTimeline {
    padding: 80px 0;
    background: url(/images/enseignement_bg2.png) center no-repeat;
    background-size: contain;
}

.timeline {
    position: relative;
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
}

    .timeline:before {
        position: absolute;
        left: 50%;
        top: 0;
        content: ' ';
        display: block;
        width: 6px;
        height: 100%;
        margin-left: -3px;
        background: rgb(34,0,169);
        background: -moz-linear-gradient(top, rgba(0,72,153,0) 0%, rgb(0,72,153) 8%, rgb(0,72,153) 92%, rgba(0,72,153,0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
        background: -webkit-linear-gradient(top, rgba(0,72,153,0) 0%, rgb(34,0,169) 8%, rgb(0,72,153) 92%, rgba(0,72,153,0) 100%);
        background: -o-linear-gradient(top, rgba(0,72,153,0) 0%, rgb(0,72,153) 8%, rgb(0,72,153) 92%, rgba(0,72,153,0) 100%);
        background: -ms-linear-gradient(top, rgba(34,0,169,0) 0%, rgb(34,0,169) 8%, rgb(34,0,169) 92%, rgba(34,0,169,0) 100%);
        background: linear-gradient(to bottom, rgba(0,72,153,0) 0%, rgb(0,72,153) 8%, rgb(34,0,169) 92%, rgba(0,72,153,0) 100%);
        z-index: 5;
    }

    .timeline li {
        padding: 1em 0;
        list-style-type: none;
    }

        .timeline li:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

.direction-l {
    position: relative;
    width: 300px;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 300px;
    float: right;
}

.flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}

.flag {
    position: relative;
    display: inline;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    background: rgb(0,72,153);
    text-align: left;
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: 50%;
        right: -40px;
        content: ' ';
        display: block;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #fff;
        border-radius: 10px;
        border: 3px solid rgb(0,72,153);
        z-index: 10;
    }

    .direction-r .flag:before {
        left: -40px;
    }

.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(0,72,153);
    border-width: 8px;
    pointer-events: none;
}

.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(0,72,153);
    border-width: 8px;
    pointer-events: none;
}

.time-wrapper {
    display: inline;
    line-height: 1em;
    font-size: 0.66666em;
    color: rgb(250,80,80);
    vertical-align: middle;
}

.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}

.time {
    display: inline-block;
    padding: 4px 6px;
    background: rgb(248,248,248);
}

.desc {
    margin: 1em 0.75em 0 0;
    font-size: 14px;
    line-height: 20px;
}

.direction-r .desc {
    margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

    .timeline {
        width: 100%;
        padding: 4em 0 1em 0;
    }

        .timeline li {
            padding: 2em 0;
        }

    .direction-l,
    .direction-r {
        float: none;
        width: 100%;
        text-align: center;
    }

    .flag-wrapper {
        text-align: center;
    }

    .flag {
        /*background: rgb(255,255,255);*/
        z-index: 15;
    }

    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 50%;
        content: ' ';
        display: block;
        width: 15px;
        height: 15px;
        margin-left: -8px;
        background: #fff;
        border-radius: 10px;
        /*border: 4px solid rgb(255,80,80);*/
        z-index: 10;
    }

    .direction-l .flag:after,
    .direction-r .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -8px;
        border: solid transparent;
        border-bottom-color: #004899;
        border-width: 8px;
        pointer-events: none;
    }

    .time-wrapper {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14;
    }

    .direction-l .time-wrapper {
        float: none;
    }

    .direction-r .time-wrapper {
        float: none;
    }

    .desc {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;
        background: rgb(245,245,245);
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
        -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
        box-shadow: 0 0 1px rgba(0,0,0,0.20);
        z-index: 15;
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0 1em;
        padding: 1em;
        z-index: 15;
    }
}

@media screen and (min-width: 400px) and (max-width: 660px) {

    .direction-l .desc,
    .direction-r .desc {
        margin: 1em 4em 0 4em;
    }
}


/* ------------- PAGE ETABLISSEMENT > projet éducatif ------------ */

.ctProjet h2 {
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    padding-left: 25px;
    position: relative;
    text-transform: none;
}

    .ctProjet h2::before {
        content: '\e908';
        font-family: boonico;
        font-size: 20px;
        color: #ff8569;
        left: 0;
        top: 0;
    }

.ligneProjet {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.blocProjet {
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 20px 40px 20px;
    width: 29%;
    text-align: center;
    min-height: 480px;
}

    .blocProjet::after {
        position: absolute;
        content: '';
        width: 40px;
        height: 5px;
        background: #ff8569;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }

    .blocProjet h3 {
        text-align: left;
    }

    .blocProjet img {
        padding-bottom: 20px;
        width: 100px;
    }

    .blocProjet ul li {
        padding-bottom: 10px;
        text-align: left;
    }

.body_1195 .ligneGrise {
    margin-bottom: 60px;
    box-shadow: 0 4px 15px rgba(0,0,0,.15);
}



/* ------------- page ETABLISSEMENT > PASTORALE --------- */

.body_1196 .titreSlider p {
    color: #000;
}

    .body_1196 .titreSlider p::before {
        color: #000;
    }

.body_1196 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_1 {
    background: url(/collegeLaSalle/images/home_bg1.png) top no-repeat;
    background-size: cover;
}

.body_1196 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_3 {
    background: url(/collegeLaSalle/images/bg_collegepresentation4.png) no-repeat bottom;
    background-size: auto;
}

.ctPastorale {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: center;
}

.blocPastorale {
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 20px;
    width: 30%;
    text-align: center;
    min-height: 300px;
}

    .blocPastorale::after {
        position: absolute;
        content: '';
        width: 40px;
        height: 5px;
        background: #ff8569;
        right: 25px;
        bottom: 0;
    }

    .blocPastorale img {
        padding-bottom: 20px;
        width: 100px;
    }

.body_1196 .quote {
    font-family: "Georgia-Italic";
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 1px;
    color: #000;
}

    .body_1196 .quote span {
        line-height: 0px;
    }

.body_1196 .ctBloc1 {
    background: url(/images/home_tache1.png) left no-repeat;
    background-size: contain;
}

    .body_1196 .ctBloc1 .blocFlexGauche {
        flex-basis: 45%;
    }

    .body_1196 .ctBloc1 .blocFlexDroite {
        flex-basis: 45%;
    }

/* ----------- page ECOLE > PRESENTATION ---------- */

.body_1193 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_1 {
    padding: 80px 0;
}

.body_1193 .swiper-text {
    width: 41%;
    bottom: 150px;
}

.blocEcolePresentation2 .txtInscription {
    color: #000;
}

    .blocEcolePresentation2 .txtInscription h2 {
        letter-spacing: 3px;
    }

.body_1193 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_4 {
    margin-bottom: -120px;
}

.ctHoraire .blocFlex, .ctHoraire2 .blocFlex {
    align-items: flex-start;
}

.ctHoraire {
    background: url(/images/enseignement_bg2.png) center no-repeat #f5f5f5;
    background-size: auto;
}

    .ctHoraire table {
        margin: 40px auto 40px auto;
    }

        .ctHoraire table tr, .ctHoraire table td {
            border: solid 1px #999;
        }

table td {
    padding: 15px;
    text-align: center;
}

.body_1193 .tacheVoyage {
    margin-top: -180px;
    margin-bottom: 80px;
}

.body_1193 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_9 {
    background: url(/images/enseignement_bg3.png) 80px no-repeat;
    background-size: cover;
}


/* ----------- page ECOLE > ENSEIGNEMENT ---------- */

.blocEnseignement1 {
    background: url(/images/enseignement_bg1.png) center no-repeat;
    background-size: contain;
}

    .blocEnseignement1 .blocFlexGauche {
        flex-basis: 50%;
    }

    .blocEnseignement1 .blocFlexDroite {
        position: relative;
        height: 650px;
        flex-basis: 50%;
    }

        .blocEnseignement1 .blocFlexDroite .photoEnfants {
            position: absolute;
            left: -60px;
            bottom: 0;
            z-index: 2;
        }

        .blocEnseignement1 .blocFlexDroite .photoPoules {
            position: absolute;
            right: 0;
            z-index: 1;
            top: 0;
        }



/* bloc langues étrangères */

.blocEnseignement2 {
    background: url(/images/enseignement_bg2.png) center no-repeat;
    background-size: contain;
}

    .blocEnseignement2 .blocFlex {
        align-items: flex-start;
        padding-top: 50px;
    }

    .blocEnseignement2 .blocFlexGauche {
        position: relative;
        height: 770px;
    }


.photoEN {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.applatPhotoEN {
    position: absolute;
    right: -250px;
    bottom: 0;
    z-index: 2;
}


.blocEnseignement2 .blocFlexGauche .quoteTache {
    z-index: 3;
    bottom: 65px;
    right: -190px;
    left: unset;
    width: 70%;
}


/* bloc BCD */

.body_1190 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_3 {
    padding-bottom: 0;
}

.blocEnseignement3 {
    background: url(/images/enseignement_bg3.png) center no-repeat;
    background-size: cover;
    text-align: center;
}


.blocEnseignement4 {
    background: url(/images/enseignement_bg4_sport.png) center no-repeat;
    background-size: contain;
    height: 600px;
    /*    margin-bottom: 80px;*/
}


/* bloc voyages scolaires */

.body_1190 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_10 {
    background: url(/images/enseignement_bg5.png) center no-repeat;
    background-size: cover;
}

.body_1190 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_10 {
    padding: 0 0;
}

.tacheVoyage {
    margin-top: -180px;
    margin-left: -150px;
    position: relative;
    margin-bottom: 80px;
    z-index: 10;
}

    .tacheVoyage .quoteTache {
        width: 250px;
        margin-top: -90px;
        margin-left: -150px;
        position: absolute;
        bottom: 35px;
        left: 200px;
        font-size: 20px;
        line-height: 24px;
    }

    .tacheVoyage .auteur {
        font-size: 16px !important;
    }





/* -------- page COLLEGE > PRESENTATION ------- */

.body_1191 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_1 {
    background: url(/images/bg_collegepresentation1.png) no-repeat left;
    background-size: auto;
}

.body_1191 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_2 {
    background: url(/images/bg_collegepresentation2.png) no-repeat right;
    background-size: auto;
}

.body_1191 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_4 {
    padding: 0 0;
}

.body_1191 .swiper-text {
    width: 39%;
}


/* bloc inscription */

.blocCollegePresentation2 {
    background: url(/images/bg_collegepresentation3.png) no-repeat right;
    background-size: contain;
}

.tacheOrange {
    position: relative;
}

.txtInscription {
    position: absolute;
    top: 195px;
    left: 85px;
    color: #fff;
    width: 41%;
}

.body_1191 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_8 {
    background: url(/images/bg_collegepresentation4.png) no-repeat center;
    background-size: contain;
    padding-bottom: 80px;
}

/* bloc contact */

.ctContactCollege {
    text-align: center;
}

.tacheContact {
    position: relative;
}

.contactTacheTxt {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
}

    .contactTacheTxt h2, .contactTacheTxt p {
        text-align: center;
    }

    .contactTacheTxt p {
        letter-spacing: 2px;
    }



/* -------------- page COLLEGE > ACCOMPAGNEMENT -------------- */

.body_1197 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_2 {
    padding-bottom: 0;
}

.body_1197 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_3, .body_1197 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_5 {
    padding: 0;
    text-align: center;
}


.body_1197 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_4, .body_1197 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_6 {
    padding-top: 0;
}

.body_1197 .ligneGrise {
    /*    padding: 0;*/
    margin: 0;
}

.body_1197 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_6 {
    margin-bottom: 40px;
}

.body_1197 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_2 {
    margin-top: 40px;
}

    .body_1197 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_2 h2 {
        text-align: center;
    }


/* --------- page COLLEGE > dispositifs et options ----------- */

.ctDrapeau {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

    .ctDrapeau img {
        width: 100px;
        margin: 0 30px;
    }

.body_1198 .blocFlex {
    align-items: flex-start;
    padding-top: 40px;
}

.blocOption {
    text-align: center;
    width: 45%;
    padding-bottom: 30px;
}

    .blocOption:last-child {
        width: 100%;
        margin: auto;
    }

        .blocOption:last-child p {
            text-align: center;
        }

    .blocOption img {
        width: 80px;
        padding-bottom: 25px;
    }

.classeLangue ul li {
    list-style-type: none;
}


/* --------- page COLLEGE > infrastructures et activités ----------- */

.body_1199 .ctChiffresCles {
    justify-content: center;
}

.body_1199 .chiffreCle {
    flex-basis: 25%;
}

.ctActusVoyage {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ctVoyages {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-flow: wrap;
    padding-top: 80px;
}

.voyage {
    flex-basis: 36%;
    padding-bottom: 60px;
    box-sizing: border-box;
}

    .voyage img {
        margin-bottom: 25px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 400px;
    }


.ctActusVoyage .actuImage {
    width: 300px;
    height: 300px;
}

.ctActusVoyage .actuCt {
    width: 300px;
    margin: 40px;
}

.ctActusVoyage .actuCat {
    text-align: center;
    padding-top: 10px;
}

.ctActusVoyage .actuIn {
    text-align: center;
}

.ctGaleries #galeriePhoto {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    flex-flow: wrap;
}

    .ctGaleries #galeriePhoto .conteneurPhoto {
        width: 300px !important;
        height: 300px;
        margin: 20px;
        overflow: hidden;
        background-color: #004899;
    }

        .ctGaleries #galeriePhoto .conteneurPhoto img {
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            width: 100%;
            height: 100%;
            opacity: 1;
            transition: all ease-in-out .4s;
        }

            .ctGaleries #galeriePhoto .conteneurPhoto img:hover {
                opacity: .7;
            }

.body_1199 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_4 {
    margin-bottom: 80px;
}


/* --------- page INSCRIPTIONS ----------- */

.body_1200 .blocFlex {
    align-items: flex-start;
    padding: 40px 0 50px 0;
}

.body_1200 h4 {
    padding-bottom: 10px;
}

.ctPictos {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    align-items: flex-start;
}

    .ctPictos ul {
        flex-basis: 30%;
        text-align: center;
        padding: 0 30px;
    }

        .ctPictos ul li {
            list-style-type: none;
        }

            .ctPictos ul li span {
                font-size: 30px;
                color: #004899;
                font-family: 'Georgia-Italic';
            }


            .ctPictos ul li img {
                width: 70px;
                padding-bottom: 20px;
            }


/* --------- page INFOS PRATIQUES >>> RESTAURATION --------- */

.body_1201 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panMilieuGauche_2 {
    text-align: center;
}

.body_1201 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_1 {
    padding: 0;
}

.body_1201 #ctl00_cphPanMilieu_ucContenusPagesDynamiques1_ddlContenu_panConteneurBloc_2 {
    background: url(/images/enseignement_bg3.png) center no-repeat;
    background-size: cover;
}


/* ------------ page INSCRIPTION ------------- */

.ctFichiers {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: wrap;
    padding: 30px 0;
}

    .ctFichiers ul {
        flex-basis: 16%;
        margin: 40px 5px;
    }

        .ctFichiers ul li {
            list-style-type: none;
            text-align: center;
        }

.linkFichier a {
    position: relative;
    text-align: center;
}

    .linkFichier a::before {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        content: '\ea50';
        font-family: boonico;
        color: #004899;
        font-size: 30px;
    }



/* ------------ page CONTACT ------------- */

.newsletter {
    display: none;
}

.ctForm {
    text-align: center;
    padding: 50px 0;
}

.ctMap iframe {
    width: 100%;
    height: 500px;
}

.adresse, .telephone {
    position: relative;
    padding-left: 30px;
}

    .adresse::before {
        position: absolute;
        content: '\ea3d';
        font-family: boonico;
        font-size: 20px;
        color: #004899;
        top: 0;
        left: 0;
    }

    .telephone::before {
        content: '\eaa2';
        position: absolute;
        font-family: boonico;
        font-size: 20px;
        color: #004899;
        top: 0;
        left: 0;
    }

.ctInfosContact {
    display: flex;
    justify-content: center;
}

    .ctInfosContact div {
        padding: 0 30px;
    }


/* ----- galerie photos ------- */

.ctGaleriePadding {
    padding: 150px 0 100px 0;
}


/* ------ anim JS ------ */

.fromBot, .fromBot2, .fromBot3, .fromTop, .fromTop2, .fromTop3, .fromLeft, .fromRight, .fade, .fade2, .fade3, .fade4, .fromLeft2, .fromLeft3 {
    visibility: hidden;
}

.iframeContenuAdmin .fromBot, .iframeContenuAdmin .fromBot2, .iframeContenuAdmin .fromBot3, .iframeContenuAdmin .fromTop, .iframeContenuAdmin .fromTop2, .iframeContenuAdmin .fromTop3, .iframeContenuAdmin .fromLeft, .iframeContenuAdmin .fromRight, .iframeContenuAdmin .fade, .iframeContenuAdmin .fade2, .iframeContenuAdmin .fade3, .iframeContenuAdmin .fade4, .iframeContenuAdmin .fromLeft2, .iframeContenuAdmin .fromLeft3 {
    visibility: visible;
}



/* --------- page horaires -------- */

.plusEtude {
    text-align: center !important;
    border-top: #004899 solid 1px;
    width: 80%;
    padding-top: 35px;
    margin: auto;
}

.ctHoraire2 img {
    width: 70px;
    padding-bottom: 20px;
}

.ctHoraire2 .blocFlex, .ctHoraire2 .blocFlex p {
    text-align: center;
}


/* ----- page mentions légales ------ */

.MentionsEmail {
    display: none !important;
}


/* ----- COVOITURAGE AJOUT 2022 + page partenaires sportifs ----- */

.formulaire input[type="radio"]:checked + label {
    border-bottom: none;
    font-size: 16px;
    font-weight: normal;
}

.ctFormCovoit {
    padding-top: 0;
}

.ctFiltres {
    margin-top: 70px;
}

.listingOffres {
    margin-top: 50px;
}

/* -- */

.ctRef {
    display: flex;
    flex-flow: wrap;
}

/* ----- CLASS PERSO BOONET ----- */
.petiteMargeBot {
    margin-bottom: 40px;
}

.noMargeBot {
    margin-bottom: 0 !important;
}

.marginTop {
    margin-top: 100px;
}

.divCentre * {
    text-align: center;
}




/* ------ PAGE COVOITURAGE ----- */

.listingOffres .listAnnonce {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    border-bottom: solid 1px #efefef;
    text-align: left;
}

    .listingOffres .listAnnonce div {
        min-width: 10%;
        margin: 10px;
    }


.listAnnonceDate {
    width: 10%;
}

.listAnnonceConcerne {
    width: 10%;
}

.listAnnonceClasses {
    width: 13%
}

.listAnnonceTrajet {
    width: 50%;
}

.listAnnonceContact {
    width: 15%;
}


.ctLibelleAnnonce {
    display: flex;
    text-align: left;
    margin-top: 40px;
    min-width: 10%;
    border-bottom: solid 1px #efefef;
    background-color: #efefef;
    align-items: center;
}

    .ctLibelleAnnonce div {
        margin: 10px;
        font-size: 14px;
        font-weight: 600;
    }


.listAnnonceContact .btnBleu {
    padding: 12px 20px;
    margin-right: auto;
    margin-left: auto;
}

    .listAnnonceContact .btnBleu::after {
        display: none;
    }

.body_1217 .modalPopup {
    text-align: center;
    min-width: 200px !important;
    min-height: 180px;
}
