﻿@font-face {
    font-family: 'permanent';
    src: url('fonts/permanentmarker-regular-webfont.woff2') format('woff2'), url('fonts/permanentmarker-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* font-family: 'Montserrat', sans-serif;*/


/*------------------------------------------*/
/*----------------- GENERAL ----------------*/
/*------------------------------------------*/
body {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    /*line-height: 17px;*/
    color: #212121;
    background: #f8fbfc;
    overflow-x: hidden;
    width: 100%;
}

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

.ct1240 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1240px;
}


.bigout {
    position: relative;
    width: 100%;
    background: url(../images_b/bigout.png) repeat-y center center;
}

.col620 {
    width: 620px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}


.col620L {
    width: 620px;
    margin-right: 100px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.col620R {
    width: 620px;
    margin-left: 100px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.col520 {
    width: 510px;
    display: inline-block;
    position: relative;
}

.fondBlanc {
    background: #fff;
}

.fondBleu {
    background: #1b3646;
}

.conteneurContenuBloc {
    margin-bottom: 100px;
    margin-bottom: 80px;
}

.ctContact {
    margin-bottom: 150px;
}

.ctContact1 {
    width: 720px;
    display: inline-block;
}

    .ctContact1 table {
        margin-bottom: 40px;
    }

        .ctContact1 table tr td:first-child {
            width: 100px;
            padding-bottom: 10px;
        }

.ctContact2 {
    width: 420px;
    float: right;
    display: inline-block;
    padding-top: 20px;
}

/*------- Couleur du loader et des selecteur -------*/
::-moz-selection {
    background: #d43747;
    color: #fff
}

::selection {
    background: #d43747;
    color: #fff
}

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

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

h1,
.h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: left;
}

.h1 {
    margin-bottom: 70px;
}

h1 strong {
    font-weight: 500;
    display: block;
}

h1 span {
    color: #f08f71;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
}

.bandeauSlider h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

    .bandeauSlider h1 span {
    }

    .bandeauSlider h1 strong {
    }

.bandeauSlider p {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}


h2,
.h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: left;
}


.accrocheH1 {
    font-family: 'permanent';
    color: #d43747;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
}

.accrocheH2 {
    font-family: 'permanent';
    color: #f1926d;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
}

h3,
.h3 {
    font-size: 20px;
    line-height: 20px;
    color: #1b3646;
    margin-bottom: 20px;
    font-family: 'permanent';
}

.grostitre {
    font-size: 75px;
    font-family: 'permanent';
    text-align: center;
    color: #f1926d;
    line-height: 40px;
    margin-bottom: 40px;
}

.accrocheGrostitre {
    font-size: 35px;
    color: #1b3646;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
}

.fontsize {
    font-size: 0;
}

.center {
    text-align: center;
}


a {
    color: #000;
    /*text-decoration: none;*/
}

    a:hover {
        text-decoration: none;
    }

p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
}

img {
    border: 0px;
}

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

li {
    list-style-type: disc;
}

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

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

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

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

.btn {
    text-decoration: none;
    text-align: center;
    background: none;
    color: #1b3646;
    display: inline-block;
    padding: 7px 22px;
    transition: 0.3s all ease-out;
    border: 2px solid #1b3646;
    border-radius: 20px;
    font-size: 13px;
}

    .btn:before {
        font-family: 'boonIco';
    }

    .btn:hover {
        color: #fff;
        background: #1b3646;
        cursor: pointer;
    }

.btnCarre {
    border-radius: 6px;
    color: #fff;
    border: 2px solid #fff;
    margin-right: 10px;
}

    .btnCarre:hover {
        color: #1b3646;
        background: #fff;
        border: 2px solid #1b3646;
    }

.btnBlanc {
    color: #fff;
    border: 2px solid #fff;
}

    .btnBlanc:hover {
        color: #1b3646;
        background: #fff;
        border: 2px solid #1b3646;
    }

.btnBleu {
    color: #fff;
    background: #1b3646;
    border: 2px solid #1b3646;
}

    .btnBleu:hover {
        color: #1b3646;
        background: #fff;
        border: 2px solid #1b3646;
    }

.btnRouge {
    color: #fff;
    background: #d43747;
    border: 2px solid #d43747;
}

    .btnRouge:hover {
        color: #d43747;
        background: #fff;
        border: 2px solid #d43747;
    }

.btnOrange {
    color: #fff !important;
    background: #f1926d;
    border: 2px solid #f1926d;
}

    .btnOrange:hover {
        color: #f1926d !important;
        background: #fff;
        border: 2px solid #f1926d;
    }

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

.ombre {
    box-shadow: 7px 10px 27px -18px rgba(0,0,0,0.75);
    -webkit-box-shadow: 7px 10px 27px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 10px 27px -18px rgba(0,0,0,0.75);
}


.borderImg {
    border-radius: 20px;
}

.important {
    font-weight: bold;
}

.orange {
    color: #f1926d;
}

.color {
    color: #0899AE;
}

.ct2col {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 60px;
    -moz-column-gap: 60px;
    -webkit-column-gap: 60px;
    text-align: justify
}

.legende {
    font-style: italic;
}

.mark {
    color: #0899AE;
    background-color: #f4f8fb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 6px;
}

.citation {
    font-size: 11px;
    font-style: italic;
    color: #999;
    font-weight: lighter;
}

.notes {
    font-size: 13px;
    font-style: italic;
    background-color: rgba(150,150, 150, 0.1);
    color: #999;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(150, 150, 150, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .notes:before {
        font-size: 13px;
        font-style: italic;
        font-weight: lighter;
        content: "\e91f";
        font-family: boonIco;
        margin-right: 10px;
    }

.retourBtn {
    text-align: right;
    margin: 5px 0;
}

.flottant {
    float: right;
    margin: 0 0 15px 30px;
}

.alignMiddle {
    position: relative;
    display: block;
}

.alignMiddleIn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
}

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

header {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px;
    position: fixed;
    z-index: 999999;
    top: 20px;
    transition: all ease 0.2s;
    height: 42px;
}

    header.floatable {
        background: #304968;
        transition: all ease 0.2s;
        height: 38px;
        padding-top: 5px;
        top: 0;
    }

        header.floatable #logo {
            width: 120px;
            left: 10px;
            top: 4px;
            transition: all ease 0.2s;
        }

        header.floatable .telHeader {
            padding: 5px 10px;
            font-size: 14px;
            transition: all ease 0.2s;
        }

        header.floatable #burger {
            left: 0;
            top: 1px;
            transition: all ease 0.2s;
        }

        header.floatable .menuPictoCt {
            left: 0;
            transition: all ease 0.2s;
        }

            header.floatable .menuPictoCt div {
                top: 14px;
                transition: all ease 0.2s;
            }

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

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

.contactHeader {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    transition: all ease 0.2s;
}

.telHeader {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    background: #d43747;
    padding: 10px 15px;
    border-radius: 7px;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    margin-right: 10px;
    transition: all ease 0.2s;
}

    .telHeader a {
        text-decoration: none;
        color: #fff;
    }


#logo {
    width: 205px;
    position: relative;
    left: 50px;
    display: inline-block;
    transition: all ease 0.2s;
}

    #logo img {
        width: 100%;
    }

#outils {
    display: inline-block;
    position: fixed;
    right: 20px;
    z-index: 99999;
}

.pictoTel {
    width: 16px;
}

    .pictoTel img {
        width: 100%;
    }
/*----------- Langues ----------*/
#languesCt {
    text-align: right;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
}

.langues a {
    text-decoration: none;
    padding: 5px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
}

    .langues a:hover {
        color: #fff;
    }

.langueActive {
    color: #d43747 !important;
}

/*----------- Panier ----------*/

#panierMini {
    margin-bottom: 10px;
}

#lblQte {
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    font-size: 9px;
    padding: 3px;
    display: inline-block;
}

/*----------- Login ----------*/

.deconnexionCt {
    margin-bottom: 10px;
}

.connexionNom {
    padding-right: 10px;
}

    .connexionNom:hover {
    }

.lienDeconnexion {
}

    .lienDeconnexion:hover {
    }

/*----------- Recherche ----------*/

.divRecherche {
    text-align: right;
}

    .divRecherche input[type="text"] {
        width: 200px;
        margin-right: 0px;
        font-size: 12px;
    }

.btnRecherche {
    margin: 0;
    padding: 5px 10px;
    background: #222;
    color: #fff;
    text-decoration: none;
}

    .btnRecherche:hover {
        background: #666;
    }

/*-------------------------------------------------------*/
/*-------------- BANDEAU SLIDER -------------------------*/
/*-------------------------------------------------------*/

.bandeauSliderHome {
}

    .bandeauSliderHome .swiper-container {
        /*height: 500px;*/
    }

.bandeauSliderMaster {
}

    .bandeauSliderMaster .swiper-container {
    }

.scratchSlider {
    width: 100%;
    position: relative;
    top: -60px;
    z-index: 9999;
}

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

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

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

    .actuImage img {
        width: 100%
    }

.actuDesc {
}

.actuTitre {
    margin-bottom: 10px;
}

.actuDate {
    margin-bottom: 10px;
}

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

.actuLien {
    text-align: right;
}

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

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

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

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

    .eventImage img {
        width: 100%
    }

.eventDesc {
}

.eventTitre {
    margin-bottom: 10px;
}

.eventDate {
    margin-bottom: 10px;
}

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

.eventLien {
    text-align: right;
}

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

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

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

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

    .articleImage img {
        width: 100%
    }

.articleTitre {
    margin-bottom: 10px;
}

.articleLien {
    text-align: right;
}

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

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

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

/*------------------------------------------------------*/
/*-------------------- CONTENU -------------------------*/
/*------------------------------------------------------*/
/*---------- Contenus HOME ---------*/
.seo {
    margin: 100px auto;
    max-width: 960px;
    text-align: justify;
    font-weight: 300;
}

    .seo h2 {
        text-align: center;
    }

    .seo div {
        margin-bottom: 40px;
    }

    .seo p {
        text-align: justify;
    }

.homePontonCt {
    position: relative;
    z-index: 9999;
}


.homePonton {
    width: 440px;
    height: 350px;
    background: #fff;
    border-radius: 20px;
    color: #082130;
    text-align: center;
    position: relative;
    overflow: hidden;
    float: right;
    margin-top: -400px;
}

    .homePonton div {
        color: #d43747;
        font-size: 30px;
        font-family: 'permanent';
        margin-top: 30px;
    }

    .homePonton p {
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        margin: 20px 0;
    }

        .homePonton p span {
            font-weight: 700;
            display: block;
        }

        .homePonton p em {
            font-style: normal;
            text-transform: none;
            font-size: 14px;
            display: block;
            margin-top: 20px;
        }

    .homePonton a {
        margin: 10px auto;
        position: relative;
        z-index: 1;
    }

    .homePonton img {
        position: absolute;
        bottom: 0;
        left: 0;
    }

/**************/

.bigoutHome1 {
    margin-top: 150px;
}

.bigoutHome .col620L {
    position: relative;
    top: -80px;
}

.bigoutHome .col520 {
    position: relative;
    top: -70px;
}

.pictoBoat {
    width: 160px;
    margin-bottom: 25px;
}

.imgHome0 {
    position: relative;
    left: 360px;
    top: -88px;
}

.tableSpecBoat {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 30px 0;
}

    .tableSpecBoat tr td {
        padding: 25px 0px;
        text-align: center;
    }

        .tableSpecBoat tr td:first-child {
            border-right: 1px solid #ddd;
        }



        .tableSpecBoat tr td img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 15px;
        }

        .tableSpecBoat tr td div {
            display: inline-block;
            vertical-align: middle;
            font-weight: 700;
            font-size: 14px;
        }

        .tableSpecBoat tr td:first-child div {
            margin-right: 15px;
        }

        .tableSpecBoat tr td:last-child img {
            margin-left: 15px;
        }

.linksSpec {
    text-align: center;
}

    .linksSpec a {
        margin: 0 10px;
    }

.bigoutHome2 {
    padding-bottom: 250px;
}

    .bigoutHome2 .col620L div:first-child {
        margin-right: 100px;
    }

    .bigoutHome2 p {
        min-height: 80px;
    }

.padding {
    padding: 0 30px;
}

.padding120 {
    padding: 120px 0;
}

.encartRouge {
    max-width: 1710px;
    margin: 0 auto;
    background: url(../images_b/homeFondRouge.png) center top no-repeat;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    min-height: 100px;
    color: #fff;
    padding-top: 125px;
}

    .encartRouge.home {
        position: relative;
        margin-top: -120px;
        margin-bottom: 100px;
    }

    .encartRouge .accrocheH1 {
        color: #fff;
    }

    .encartRouge .btnBlanc {
        color: #fff;
        border-color: #fff;
    }

        .encartRouge .btnBlanc:hover {
            color: #1b3646;
        }

    .encartRouge .btnBlanc {
        color: #fff;
        border-color: #fff;
    }

    .encartRouge .linksSpec {
        padding: 50px 0;
        text-align: left;
    }

        .encartRouge .linksSpec a:first-child {
            margin-left: 0;
        }

.encartRougeContent {
    margin-right: 120px;
}

.bleuTxt {
    color: #1b3646;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.homeSportNautique {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    margin-top: 60px;
}

    .homeSportNautique tr td {
        padding: 10px;
    }

    .homeSportNautique tr:first-child td {
        padding: 10px 10px 50px 10px;
    }

    .homeSportNautique div {
        max-width: 214px;
        text-align: center;
    }

        .homeSportNautique div img {
            width: 40px;
            margin-bottom: 20px;
        }

.inoubliable {
    margin: 90px auto;
}

    .inoubliable .center {
        margin-bottom: 30px;
    }

.fondCrosslink {
    max-width: 1710px;
    margin: 0 auto;
    background: url(../images_b/fondBleuFooter.jpg) center top no-repeat;
    background-size: cover;
    border-radius: 20px;
    min-height: 100px;
    color: #fff;
    padding-top: 125px;
    padding-bottom: 100px;
    text-align: center;
    position: relative;
}

    .fondCrosslink .accrocheH2 {
        color: #fff;
    }

    .fondCrosslink * {
        text-align: center;
    }

    .fondCrosslink .orange {
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 30px;
    }

    .fondCrosslink .btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
    }

.telCross {
    font-size: 30px;
    font-weight: 300;
}

.vignetteBoat {
    margin: 50px auto 50px auto;
    position: relative;
    clear: both;
    display: block;
}

.imgBoatCt {
    width: 490px;
    position: absolute;
    top: 30px;
    z-index: 1;
}

.imgBoat {
    border-top-left-radius: 20px;
    overflow: hidden;
}

.descBoatCt {
    width: 820px;
    background: #fff;
    border-radius: 20px;
    float: right;
    position: relative;
}

.descBoatCtInt {
    padding: 80px 80px 80px 260px;
}

.numBoat {
    font-size: 65px;
    font-weight: 300;
    background: url('../images_b/listBoatPicto.png') no-repeat left 80px;
    position: absolute;
    right: -150px;
    bottom: 0;
    z-index: 10;
    width: 118px;
    height: 430px;
    padding-left: 35px;
}

.numBoatRecal {
    bottom: 237px;
}

.millesime {
    font-weight: 500;
    color: #f1926d;
}

.nomBoat {
    font-size: 25px;
    font-weight: 300;
}

.capacite {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 25px;
}

.descBoat {
}

    .descBoat ul {
        vertical-align: top;
    }

        .descBoat ul li {
            /*list-style-image: url(../images_b/flecheRondBleue.png);*/
            list-style-type: none;
            list-style-position: outside;
            margin-bottom: 20px;
            margin-left: 45px;
            position: relative;
            vertical-align: top;
            padding: 0;
        }

            .descBoat ul li::marker {
                display: none;
            }

            .descBoat ul li:before {
                content: url(../images_b/flecheRondBleue.png);
                position: absolute;
                left: -63px;
                top: -7px;
            }


#superair .descBoat ul li:before {
    content: url(../images_b/flecheRondOrange.png);
}


.specBoat table {
    display: inline-block;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0px;
    margin: 25px 0;
}

    .specBoat table:first-child {
        margin-right: 80px;
    }

    .specBoat table tr td {
        font-weight: 700;
    }

        .specBoat table tr td:first-child {
            width: 55px;
        }

.vignetteBoat a {
    color: #f1926d;
    font-weight: 700;
    text-decoration: none;
    display: block;
    margin: 25px 0;
    transition: all ease 0.2s;
}

    .vignetteBoat a:before {
        content: url(../images_b/flecheOrange.png);
        position: relative;
        top: 1px;
        margin-right: 20px;
        transition: all ease 0.2s;
    }

    .vignetteBoat a:hover {
        margin-right: 20px;
        padding-left: 20px;
        transition: all ease 0.2s;
    }



    .vignetteBoat a.pasanim:before {
        content: none !important;
        position: relative;
        top: 0px;
        margin-right: 0px;
        transition: all ease 0.2s;
    }

    .vignetteBoat a.pasanim:hover {
        margin-right: 0px;
        padding-left: 0px;
        transition: all ease 0.2s;
    }

.superAirCt {
    margin-top: 150px;
}

    .superAirCt .titre {
        font-size: 30px;
        line-height: 30px;
        font-weight: 500;
        color: #f1926d;
        font-family: 'permanent';
    }

.galerieSuperair img {
    width: 100%;
}

.voirphotos {
    float: right;
    color: #1b3646 !important;
}

    .voirphotos:before {
        content: url(../images_b/flecheBleue.png) !important;
        color: #1b3646 !important;
    }

.consignes {
    top: 100px;
    position: relative;
    z-index: 1;
}

    .consignes .encartRouge {
        padding-top: 85px;
    }

    .consignes .encartRougeContent {
        margin-right: 70px;
    }

.tableConsignes {
    border-spacing: 0;
    border-collapse: collapse;
}

    .tableConsignes tr td {
        padding: 10px 10px;
        text-align: center;
        color: #fff;
        width: 165px;
        font-size: 14px;
    }

        .tableConsignes tr td img {
            width: 65px;
            display: block;
            margin-bottom: 10px;
            margin-left: auto;
            margin-right: auto;
        }

.fondBleuListing {
    height: 500px;
    position: relative;
    top: -310px;
    z-index: 0;
}

.resaPicto {
    display: inline-block;
    margin-right: 40px;
}

    .resaPicto img {
        display: block;
    }

    .resaPicto h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .resaPicto span {
        color: #f1926d;
        margin: 5px auto;
        display: block;
        font-size: 18px;
    }

.attention {
    border: 2px solid #1b3646;
    border-radius: 8px;
    padding: 25px 40px 25px 100px;
    margin: 40px auto;
    background: url(../images_b/attention.png) no-repeat 35px 23px;
}

.divBlanc {
    background: #fff;
    border-radius: 20px;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 150px;
}

    .divBlanc .ct {
        width: auto;
        padding: 110px 70px 80px 70px;
    }

    .divBlanc h2 {
        margin-bottom: 40px;
    }

.barreDeco {
    position: absolute;
    top: -50px;
    width: 4px;
    height: 130px;
    background: #1b3646;
}

.btnCentrer {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.tabTarifs {
    margin: 40px auto 20px auto;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
}

    .tabTarifs tr td {
        padding: 7px;
        background: #f5f5f5;
    }



    .tabTarifs tr:nth-child(2n+1) td {
        background: #fff;
    }

    .tabTarifs tr td:nth-child(1) {
        width: 280px;
    }

    .tabTarifs tr:first-child td {
        color: #fff;
        background: #304968;
        padding: 10px;
    }

    .tabTarifs tr td span {
        font-size: 10px;
        font-style: italic;
        margin-left: 5px;
        color: #304968;
    }

.parallax {
    font-size: 50px;
    font-weight: 100;
    font-weight: 700;
}

    .parallax span {
        font-size: 60px;
        display: block;
        font-weight: 100;
    }

.backgroundParallax-img {
    background-size: auto !important;
}
/*---------- Contenus des Blocs ---------*/
.fullpage {
    z-index: 99999;
    position: relative;
    top: -150px;
    margin-bottom: -150px;
}

.contenuFullPage .contenuMixteImageG {
    width: 470px;
    float: left;
    min-height: 1px;
}

.contenuFullPage .contenuMixteImageD {
    width: 620px;
    float: right;
    min-height: 1px;
}

    .contenuFullPage .contenuMixteImageG img,
    .contenuFullPage .contenuMixteImageD img {
        position: relative;
        width: 100%;
        border-radius: 20px;
        box-shadow: 7px 10px 27px -18px rgba(0,0,0,0.75);
        -webkit-box-shadow: 7px 10px 27px -18px rgba(0,0,0,0.75);
        -moz-box-shadow: 7px 10px 27px -18px rgba(0,0,0,0.75);
    }

.contenuFullPage .contenuMixteTexteG {
    width: 470px;
    float: left;
    min-height: 1px;
    text-align: justify;
}

.contenuFullPage .contenuMixteTexteD {
    width: 620px;
    float: right;
    min-height: 1px;
    text-align: justify;
}

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

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

.contenuFullPage .contenuFull {
    width: 100%;
}

.contenuFullPage .contenuFullPhotoSeule {
    width: 100%;
}

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

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

.photoColonne {
    margin-bottom: 15px;
}

    .photoColonne img {
        width: 100%;
    }

.flottantGauche {
    float: left;
    margin: 0 30px 0 0;
}

.flottantDroite {
    float: right;
    margin: 0 0 0 30px;
}

.sepFooter {
    display: block;
    clear: both;
    height: 40px;
}

.sep {
    height: 80px;
}

.body_25 .scratchSlider {
    display: none;
}

.body_25 .fullpage {
    top: 100px;
    margin-bottom: 150px;
}

.galerieFoto {
    top: -110px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    background: #304968;
}


/*---------- Pagination ---------*/
.paginationListing {
    margin: 30px auto;
    text-align: center;
    font-size: 14px;
}

    .paginationListing span {
        padding: 10px 16px;
        background: #222;
        color: #fff;
        border: 1px solid #222;
    }

    .paginationListing a {
        padding: 10px 16px;
        background: #fff;
        color: #222;
        border: 1px solid #222;
    }

        .paginationListing a:hover {
            color: #fff;
            background: #222;
            cursor: pointer;
        }

/*----------------------------------------------*/
/*-------------- FORMULAIRES -------------------*/
/*----------------------------------------------*/

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
    border: 1px solid #cccccc;
    transition: 0.3s all ease-out;
    outline: none;
    border-radius: 5px;
    padding: 0px 10px;
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    /*à changer*/
    color: #565656;
    font-size: 14px;
    font-family: Arial;
}

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

select option {
    height: 35px;
}

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

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

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

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

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

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

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

.formulaire {
    width: 100%;
}

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

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

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

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

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

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

        .formulaire-checks > div label,
        .ReCaptcha-notice {
            opacity: 1;
            color: #979797;
            line-height: 20px;
            font-size: 13px;
        }

            .formulaire-check > div label a,
            .ReCaptcha-notice a {
                color: #000;
                text-decoration: underline;
            }

.formulaire-send {
    text-align: center;
}

/*-- Style du champ Kit Bancaire Stripe (uc/KitsBancaires/StripeElements.ascx) */

.stripe {
    max-width: 420px;
}

.stripe-savedCardsTitle {
    display: block;
    margin: 0 0 10px;
}

.stripe-cardSelectTitle {
    display: block;
    margin: 20px 0 10px;
}

.stripe-savedCard {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.stripe-savedCardImage {
    display: none;
}

.stripe-savedCardName {
    margin: 0 5px;
}

    .stripe-savedCardName::before {
        content: "\2022\2022\2022\2022";
        margin-right: .33em;
        letter-spacing: 2px;
    }

.stripe-savedCardExp {
    margin: 0 0 0 10px;
}

.stripe-savedCardDelete {
    font-size: 20px;
    display: inline-block;
    padding: 5px;
    line-height: .5em;
    cursor: pointer;
}

.stripe-cardSelect {
    margin: 5px 0;
}

.stripe-cardContainer {
    padding: 20px 0 0 0;
    overflow: hidden;
    transition: max-height .25s ease-out, opacity .25s ease-out;
}

    .stripe-cardContainer:not(.isVisible) {
        max-height: 0;
        opacity: 0;
    }

    .stripe-cardContainer.isVisible {
        max-height: 200px;
        opacity: 1;
    }

.formulaire .StripeElement {
    width: 100%;
    height: 30px;
    padding: 5px 0 0;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid rgba(33, 33, 33, 0.25);
    box-sizing: border-box;
    transition: 0.3s all ease-out;
}

    .formulaire .StripeElement iframe {
        opacity: 0;
        transition: 0.3s opacity ease-out;
    }

    .formulaire .StripeElement--focus iframe,
    .formulaire .StripeElement:not(.StripeElement--empty) iframe {
        opacity: 1;
    }

.formulaire .StripeElement--focus {
    border-bottom-color: #222;
}

    .formulaire .StripeElement--focus ~ label,
    .formulaire .StripeElement:not(.StripeElement--empty) ~ label {
        transform-origin: left center;
        transform: translate3d(0, -100%, 0) scale3d(.85, .85, 1);
        opacity: 0.5;
    }

.formulaire .StripeElement--invalid:not(.StripeElement--focus) {
    background-color: #FBE3E4 !important;
    border-bottom-color: #cc5246 !important;
}

/*---------- Inscription / Connexion ---------*/

/*----------------------------------------------------*/
/*-------------- LISTINGS / DETAIL -------------------*/
/*----------------------------------------------------*/

/*---------- Listing Actus ---------*/

#listingActus {
    margin-bottom: 30px;
    font-size: 0;
}

.listActuCt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.liens-cat {
    text-align: center;
    margin-bottom: 10px;
}

    .liens-cat a {
        text-transform: uppercase;
        display: inline-block;
        margin: 0px 15px;
        color: #000;
        font-size: 16px;
        line-height: 17px;
    }

.listActuImg {
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin: 10px auto;
}

    .listActuImg img {
        width: 100%;
    }

.listActuDesc {
    width: 100%;
    font-size: 14px;
    margin: 10px auto;
}

.listActuTitre {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}

.listActuDate {
    color: #222;
    font-size: 14px;
    margin: 6px 0px;
}

.listActuTexte {
    font-size: 14px;
    line-height: 16px;
    max-height: 60px;
    text-align: justify;
    overflow: hidden;
}

.listActuLien {
    margin-top: 5px;
    text-align: right;
}

/*---------- Détail Actu ---------*/

.detailActuDesc {
}

.detailActuDate {
    color: #000;
    margin-bottom: 20px;
}

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

    #detailActuGalerie a {
        width: 200px;
        height: 150px;
        display: inline-block;
        margin: 0 10px 10px 0;
    }

.detailActuGalerieImg {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

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

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

/*---------- Listing Event ---------*/

#listingEvents {
    margin-bottom: 30px;
    font-size: 0;
}

.listEventCt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.listEventImg {
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin: 10px auto;
}

    .listEventImg img {
        width: 100%;
    }

.listEventDesc {
    width: 100%;
    font-size: 14px;
    margin: 10px auto;
}

.listEventTitre {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}

.listEventDate {
    color: #222;
    font-size: 14px;
    margin: 6px 0px;
}

.listEventTexte {
    font-size: 14px;
    line-height: 16px;
    max-height: 60px;
    text-align: justify;
    overflow: hidden;
}

.listEventLien {
    margin-top: 5px;
    text-align: right;
}

/*---------- Détail Event ---------*/

.detailEventDesc {
}

.detailEventDate {
    color: #000;
    margin-bottom: 20px;
}

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

    #detailEventGalerie a {
        width: 200px;
        height: 150px;
        display: inline-block;
        margin: 0 10px 10px 0;
    }

.detailEventGalerieImg {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

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

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

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

footer {
    width: 100%;
    padding: 20px 0;
    margin-top: -280px;
    padding: 350px 0 60px 0;
    background: #ecf1f3;
}

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

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

    footer .logo {
        width: 205px;
        margin-bottom: 10px;
    }

        footer .logo img {
            width: 100%;
        }

.ctFooter {
    width: 640px;
    margin: 0 auto;
}

.footerCoord {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
}

    .footerCoord strong {
        font-weight: 700;
    }

        .footerCoord strong a {
            margin: 0;
        }

.sepFtLink {
    margin: 0 15px;
}

.footerPaiement {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    float: right;
}

    .footerPaiement img {
        margin-top: 20px;
    }

.footerLinks {
    height: 80px;
    line-height: 80px;
    background: #fff;
    text-align: center;
    font-weight: 300;
}

    .footerLinks a {
        font-weight: 500;
        font-size: 11px;
        margin: 0 5px;
        text-decoration: none;
    }

        .footerLinks a:hover {
            text-decoration: underline;
        }

#crosslink {
    width: 100%;
    text-align: 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;
}

/*---------- Contenu Liens -------------*/

.contenuLiens {
}

    .contenuLiens .modLien {
        width: 275px;
        height: auto;
        float: left;
        margin: 15px;
        margin-bottom: 15px;
        margin-bottom: 30px;
        overflow: hidden;
        background: #ccc;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

        .contenuLiens .modLien .modLienContenu .modLienImage {
            width: 100%;
            height: 250px;
            overflow: hidden;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .contenuLiens .modLien .modLienContenu .modLienTexte {
            background: #ffffff;
            font-size: 14px;
            padding: 10px 0 10px 10px;
        }

/*------------------------------------------------*/
/*-------------- GALERIE PHOTO -------------------*/
/*------------------------------------------------*/
/*---------- Listing Galerie Photo ---------*/
.albums {
    font-size: 0;
    margin-bottom: 50px;
}

.albumCt {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.albumPhoto {
    width: 100%;
    height: 250px;
    display: block;
    margin-bottom: 10px;
}

    .albumPhoto img {
        max-width: 100%;
    }

.albumTitre {
    text-align: center;
    display: block;
    width: 100%;
}

    .albumTitre a {
        color: #000;
        font-size: 14px;
    }

        .albumTitre a:hover {
            color: #222;
        }

/*---------- Détail Galerie Photo ---------*/

#galeriePhoto {
    margin: 30px 50px 50px 50px;
}

.contenuDescriptionAlbum {
    margin-bottom: 30px;
    text-align: justify;
}

.conteneurPhoto {
    float: left;
    width: 65px;
    height: 65px;
    margin: 5px;
    overflow: hidden;
}

.conteneurPhotoIsotop {
    display: block;
    height: auto;
    overflow: hidden;
    margin-bottom: 0px;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    background: none;
}

    .conteneurPhotoIsotop .swipebox .classHoverVideo {
        background: url(../images_b/play.png) no-repeat center;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 6;
        left: 0;
    }

    .conteneurPhotoIsotop img {
        margin-left: 5px;
        margin-right: 5px;
        margin: 0;
        width: 100%;
    }

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: top, left, opacity;
        transition-property: transform, opacity;
    }

/*------------------------------------------------*/
/*-------------- GALERIE VIDEO -------------------*/
/*------------------------------------------------*/

/*---------- Listing Galerie Vidéo ---------*/

#conteneurVideo {
    margin-bottom: 50px;
    width: 100%;
}

.videoCt {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin-bottom: 30px;
}

    .videoCt img {
        width: 100%;
    }

.videoImg {
    display: block;
    height: 170px;
}

.videoTitre {
    display: block;
    text-align: center;
    margin-top: 10px;
}

    .videoTitre a {
        color: #000;
    }

        .videoTitre a:hover {
            color: #222;
        }

/*---------- Détail Galerie Vidéo ---------*/

#divVideo {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 50%;
    overflow: hidden;
}

    #divVideo iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.detailVideoDate {
    margin-top: 15px;
    font-style: italic;
}

.detailVideoDescription {
    margin-top: 5px;
}

/*---------------------------------------------------*/
/*----------------- LIVRE D'OR ----------------------*/
/*---------------------------------------------------*/

.temoignageCt {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.temoignageTitre {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-bottom: 3px;
}

.temoignageBlocUser {
}

.temoignageDe {
    float: left;
}

.temoignageUser {
    color: #000;
}

.temoignageMail {
    color: #999;
    text-decoration: underline;
}

    .temoignageMail:hover {
        color: #000;
    }

.temoignageDate {
    float: right;
    text-align: right;
    color: #000;
}

.temoignageDescription {
    clear: both;
    padding: 10px 0;
    display: block;
}

.popupRow {
    display: block;
    margin-bottom: 10px;
}

    .popupRow span {
        margin-bottom: 5px;
        display: block;
    }

/*--------------------------------------------------*/
/*----------------- RECHERCHE ----------------------*/
/*--------------------------------------------------*/

.rechercheMot {
    font-weight: bold;
}

.rechercheResultat {
    text-align: right;
}

.rechercheTypeMedia {
    padding: 3px;
}

.rechercheListeCt {
    margin-bottom: 50px;
}

.rechercheListeTitre {
    margin-top: 20px;
}

.rechercheListeLigne {
}

.rechercheListeDesc {
    text-align: justify;
}

.rechercheListeLien {
    text-align: right;
}

.importantRecherche {
    font-weight: bold;
}

/*--------------------------------------------*/
/*-------------- REFERENCES ------------------*/
/*--------------------------------------------*/

/*---------- LISTING REFERENCES (mode liste) --------*/

.listeLigneReferences {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.listeReferencesConteneurImage {
    width: 160px;
    overflow: hidden;
    float: left;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .listeReferencesConteneurImage img {
        width: 100%;
    }

.listeReferencesConteneurTextes {
    float: left;
    width: 780px;
    height: auto;
    margin-left: 15px;
}

.listeReferenceTitre {
    font-size: 12px;
    margin: 0;
}

.listeReferencesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
}

.listeReferencesConteneurLien {
    margin-top: 5px;
    text-align: right;
}

.referencesSepOmbre {
    width: 100%;
    height: 15px;
    background: url(../images_b/ombreNews.png) center no-repeat;
}

/*---------- LISTING REFERENCES (mode vignettes) --------*/

.blocsReferences {
    width: 275px;
    height: 250px;
    float: left;
    margin: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}

.blocsReferencesConteneurImage {
    height: 155px;
    width: 100%;
}

    .blocsReferencesConteneurImage img {
        width: 100%;
    }

.blocsReferencesConteneurTextes {
    width: 100%;
}

.blocsReferencesTitre {
    color: #000;
    font-size: 15px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.blocsReferencesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
}

/*---------------------------------*/
/*------ ECHANGE DE FICHIER -------*/
/*---------------------------------*/

.fichierLigne {
    border-bottom: solid 1px #ccc;
    height: 32px;
}

.fichierLienDossier {
    display: block;
    background: url(../images_b/dossier.png)no-repeat;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    text-decoration: none;
}

    .fichierLienDossier span {
        margin-left: 5px;
    }

.fichierLigne a:hover {
    background-color: #fff;
}

.fichierLienFichier {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 40px;
    text-decoration: none;
    background: url(../images_b/fichier-defaut.png)no-repeat;
}

.fichierDossierParent {
    display: block;
    margin-bottom: 10px;
}

.fichierLienFichier.pdf {
    background: url(../images_b/fichier-pdf.png)no-repeat;
}

.fichierLienFichier.excel {
    background: url(../images_b/fichier-excel.png)no-repeat;
}

.fichierLienFichier.word {
    background: url(../images_b/fichier-word.png)no-repeat;
}

.fichierLienFichier.pp {
    background: url(../images_b/fichier-powerpoint.png)no-repeat;
}

.fichierLienFichier.photo {
    background: url(../images_b/fichier-image.png)no-repeat;
}

.retourBtn .btn {
    margin-right: 0;
}


/*--------------------------------*/
/*---------- Parallax ------------*/
/*--------------------------------*/

.backgroundParallax {
    position: relative;
    overflow: hidden;
    z-index: 500;
}

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

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

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

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



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

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

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

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

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

    .reponseFAQ p {
        margin-bottom: 0;
    }

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

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

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

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

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

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

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

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

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

#smMenu ul {
    padding: 0;
}

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

#smMenu li ul {
    margin: 0px;
}

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

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

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

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

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

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

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

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

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

.blocCandidaturePostesOuverts {
    margin-bottom: 50px;
}

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

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

.posteListeImage {
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .posteListeImage img {
        width: 100%;
        flex: 0 0 auto;
    }

.posteListeDate {
    position: absolute;
    top: 8px;
    left: 0px;
    display: block;
    padding: 3px 6px;
    background: #fff;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
}

.posteDesc {
    width: 100%;
    height: 230px;
    box-sizing: border-box;
    padding: 30px;
    background-color: #000000;
    position: relative;
}

.posteListeTitre {
    font-weight: 200;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: normal;
    max-height: 40px;
    overflow: hidden;
}

.posteListeIntro {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    max-height: 55px;
    overflow: hidden;
}

.posteListeDetail {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
}

    .posteListeDetail a {
        width: 100%;
        margin-top: 20px;
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        background: #fff;
        border-radius: 0px;
        color: #000000;
        display: inline-block;
        padding: 13px 0px;
        transition: 0.3s all ease-out;
        position: relative;
        z-index: 66;
    }

        .posteListeDetail a:hover {
            color: #fff;
        }

        .posteListeDetail a:before {
            height: 100%;
            width: 0%;
            display: block;
            position: absolute;
            background-color: #000000;
            content: "";
            top: 0;
            left: 0;
            transition: 0.3s all ease-out;
            z-index: -1;
        }

        .posteListeDetail a:hover:before {
            width: 100%;
        }

.blocCandidatureCentrer {
    /*margin-bottom: 100px;*/
}

    .blocCandidatureCentrer p {
        text-align: center;
    }

/*------------ POSTULER ------------*/
/*----------------------------------*/
.postuler {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.postuler-content {
    background-color: #f3f3f3;
    display: inline-block;
    width: 250px;
    transition: 0.3s all ease-out;
    height: 45px;
    overflow: hidden;
}

.postuler.open .postuler-content {
    width: 100%;
    height: auto;
}

.postuler-btn {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 45px;
    color: #212121;
    border: none;
    transition: 0.3s all ease-out;
    cursor: pointer;
}

    .postuler-btn:hover {
        background-color: #eee;
    }

.postuler.open .postuler-btn {
    background-color: #e2e2e2;
}

    .postuler.open .postuler-btn::after {
        content: "\00d7";
        left: auto;
        position: relative;
        top: 1px;
        font-size: 20px;
        padding-left: 10px;
        cursor: pointer;
    }

.postuler-form {
    max-height: 0;
    opacity: 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 40px;
    transition: 0.3s all ease-out;
    display: none;
}

.postuler.open .postuler-form {
    opacity: 1;
    display: block;
}

.postuler-intro {
    margin: 0px 0 40px 0px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    color: #212121;
}

.postuler-fields {
    margin-bottom: 30px;
}

.postuler-double {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.postuler-field {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

    .postuler-field input,
    .postuler-field select {
        display: block;
    }

.postuler-double .postuler-field {
    width: 45%;
}

.postuler-field label {
    color: #212121;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 8px;
    padding-left: 2px;
    position: relative;
}

.postuler-files {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.postuler-file {
    width: 45%;
    margin: 0px;
    text-align: center;
}

    .postuler-file label {
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
    }

        .postuler-file label:before {
            font-family: 'boonIco';
            font-weight: normal;
            font-size: 40px;
            line-height: 40px;
            color: #212121;
            display: block;
            margin-bottom: 20px;
            text-align: center;
        }

.postuler-file-cv label::before {
    content: '\e9fa';
}

.postuler-file-lm label::before {
    content: '\e9ff';
}

.postuler-file input {
}

.postuler-bottom-line {
    margin-bottom: 10px;
}

    .postuler-bottom-line label {
        opacity: 1;
        color: #979797;
        line-height: 20px;
        font-size: 13px;
    }

    .postuler-bottom-line a {
        color: #000;
        text-decoration: underline;
    }

.postuler-bottom-send {
    text-align: center;
    margin-top: 20px;
}

    .postuler-bottom-send .btn {
        font-size: 16px;
    }

/*-------------- DETAILS EMPLOIS -------------*/

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

.detailEmploiCt {
    padding-bottom: 80px;
    background-color: #f3f3f3;
}

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

.emploiDetails {
    margin-bottom: 30px;
}

    .emploiDetails .emploiType {
        color: #fff;
        padding: 10px 20px;
        background-color: #000000;
        text-transform: uppercase;
        display: inline-block;
        font-size: 20px;
    }

    .emploiDetails .emploiDate {
        color: #000000;
        padding: 10px 20px;
        background-color: #fff;
        text-transform: uppercase;
        display: inline-block;
        font-size: 20px;
    }


/*------------Livraison-------------*/

.classChoixLivraison {
    width: 100%;
}

    .classChoixLivraison label {
        color: #000;
        font-size: 15px;
        cursor: pointer;
        width: 100%;
    }

        .classChoixLivraison label span {
            font-family: OpenSans;
            font-size: 13px;
        }

    .classChoixLivraison table {
        width: 100%;
    }

        .classChoixLivraison table tr td {
            width: 100%;
            box-sizing: border-box;
            border-right: 10px solid #fff;
            background-color: #f6f6f6;
            height: 100px;
            display: block;
        }

            .classChoixLivraison table tr td input[type="radio"]:checked + label::before,
            .classChoixLivraison table tr td input[type="radio"]:not(:checked) + label::before,
            .classChoixLivraison table tr td input[type="radio"]:checked + label::after,
            .classChoixLivraison table tr td input[type="radio"]:not(:checked) + label::after {
                display: none !important;
                padding: 0 !important;
            }

            .classChoixLivraison table tr td input[type="radio"]:checked + label, .classChoixLivraison table tr td input[type="radio"]:not(:checked) + label {
                padding: 0 !important;
            }

            .classChoixLivraison table tr td .ligneTransporteur {
                width: 100%;
                line-height: 100px;
            }

            .classChoixLivraison table tr td input[type="radio"]:checked + label .ligneTransporteur {
                background: #ccc !important;
                box-shadow: 0 0 0 2px #999 inset;
            }

            .classChoixLivraison table tr td .ligneTransporteur .classLogo {
            }

                .classChoixLivraison table tr td .ligneTransporteur .classLogo img {
                    height: 96px;
                    position: absolute;
                    right: 2px;
                    top: 2px;
                }

            .classChoixLivraison table tr td .ligneTransporteur .classNom {
                line-height: 20px;
                display: inline-block;
                padding-left: 20px;
                font-size: 22px;
                vertical-align: middle;
            }

                .classChoixLivraison table tr td .ligneTransporteur .classNom span {
                    font-size: 12px;
                    color: #000;
                    margin: 0px 0 0px 5px;
                    font-weight: normal;
                }

            .classChoixLivraison table tr td .ligneTransporteur .classPrix {
                line-height: 100px;
                float: right;
                margin-right: 200px;
            }

/*----------------------------------*/
/*------- COMPTE - ADRESSES --------*/
/*----------------------------------*/

.ctAdresse {
    display: block;
}

.cpt-ctAdresses {
    display: inline-grid;
    grid-template-columns: repeat(3, 300px);
    margin-bottom: 10px;
    grid-column-gap: 20px;
}


.adressesCt {
    width: 300px;
    height: 250px;
    border: 1px solid #C7C7C7;
    position: relative;
    margin-bottom: 20px;
}

    .adressesCt.defaut {
        border: 2px solid #c7c7c7;
    }

/*.adressesCt.add {
        min-height: 10em;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        background: url(../images_b/add.png) no-repeat;
        
    }*/


.cpt-ctAdresses .add {
    text-decoration: none;
    margin-bottom: 20px;
}

    .cpt-ctAdresses .add .adressesCt {
        position: relative;
        background: url(../images_b/add.png) no-repeat;
        background-position: center;
        display: block;
        border: 2px dashed #C7C7C7;
        margin: 0 auto;
    }

/*.adressesCt.add span:before {
                display: block;
                position: absolute;
                font-family: boonIco !important;
                content: '\e99a';
                width: 40px;
                height: 40px;
                vertical-align: middle;
            }*/

.adressesCt .ligneAdresse {
    line-height: 20px;
}

.adressesCt .adresseDefaut {
    height: 30px;
    border-bottom: 1px solid #C7C7C7;
    padding-left: 20px;
    padding-top: 11px;
    font-weight: bold;
}

.adressesCt .adresseDesc {
    padding-top: 20px;
    padding-left: 20px;
}

.adressesCt .adresseLiens {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

    .adressesCt .adresseLiens a {
        display: inline-block;
    }

.alert {
    color: red;
}

.choixAdresseLivr {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    text-align: center;
    background: #f7f7f7;
    padding: 10px;
    font-size: 12px;
}

    .choixAdresseLivr input[type="radio"] {
        width: auto;
        float: left;
    }

    .choixAdresseLivr label {
        width: auto;
        display: inline;
        float: left;
    }

    .choixAdresseLivr .choixLivraison {
        width: 100%;
        display: flex;
        position: relative;
        height: auto;
    }

    .choixAdresseLivr .btnValiderChoixLivr {
        display: block;
        margin-top: 20px;
        text-align: center;
    }


.choixAdresseFact {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    text-align: center;
    background: #f7f7f7;
    padding: 10px;
    font-size: 12px;
}

    .choixAdresseFact input[type="radio"] {
        width: auto;
        float: left;
    }

    .choixAdresseFact label {
        width: auto;
        display: inline;
        float: left;
    }

    .choixAdresseFact .choixFacturation {
        width: 100%;
        display: flex;
        position: relative;
        height: auto;
    }

    .choixAdresseFact .btnValiderChoixFact {
        display: block;
        margin-top: 20px;
        text-align: center;
    }

.sportVignList {
    text-align: center;
}

    .sportVignList .sportVign:nth-child(2n+1) {
        top: 50px;
    }


.sportVign {
    position: relative;
    width: 215px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}

    .sportVign h2 {
        font-size: 20px;
        text-align: center;
        margin-top: 20px;
    }

    .sportVign img {
        transition: all ease 0.2s;
    }

a.sportVign {
    text-decoration: none;
    transition: all ease 0.2s;
}

    a.sportVign:hover img {
        transform: scale(1.1);
        transition: all ease 0.2s;
        border-radius: 20px;
    }
