@font-face {
  font-family: 'Montserrat-Regular';
  src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf')  format('truetype'), url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/Montserrat-Medium.woff') format('woff'), url('fonts/Montserrat-Medium.ttf')  format('truetype'), url('fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),  url('fonts/Montserrat-SemiBold.woff') format('woff'), url('fonts/Montserrat-SemiBold.ttf')  format('truetype'), url('fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat-Bold.ttf')  format('truetype'), url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),  url('fonts/Montserrat-ExtraBold.woff') format('woff'), url('fonts/Montserrat-ExtraBold.ttf')  format('truetype'), url('fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NexaBold';
  src: url('fonts/NexaBold.eot?#iefix') format('embedded-opentype'),  url('fonts/NexaBold.otf')  format('opentype'),
	     url('fonts/NexaBold.woff') format('woff'), url('fonts/NexaBold.ttf')  format('truetype'), url('fonts/NexaBold.svg#NexaBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NexaLight';
  src: url('fonts/NexaLight.eot?#iefix') format('embedded-opentype'),  url('fonts/NexaLight.woff') format('woff'), url('fonts/NexaLight.ttf')  format('truetype'), url('fonts/NexaLight.svg#NexaLight') format('svg');
  font-weight: normal;
  font-style: normal;
}




/*-------------- GENERAL --------------*/
/*-------------------------------------*/

body {
    margin: 0px;
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #373737;
    background: #fff;
}

/*---------- Elements Cutebox --------*/
.ceBackground, .ceBackgroundBasPage, .ceBackgroundCrosslink {
    background: #fff;
}

/*---------- Fond du site (fond campagne) --------*/

.divFondGeneral {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 500px;
    height: auto;
        padding-top: 120px;
}

/*------ ELEMENTS MISE EN PAGE --------*/
/*-------------------------------------*/

p {
    font-family: Montserrat-Regular;
    text-align: justify;
    line-height: 22px;
    font-size: 14px;
}

img {
    border: 0px;
}

.listeTitre {
    display: block;
    margin-bottom: 15px;
    font-family: Montserrat-SemiBold;
    font-size: 18px;
}

.blocTop .listeTitre {
    text-align:left;
}

ul {
    margin: 0px 0 15px 7px;
    list-style: none;
    text-align: justify;
}

li {
    list-style: none;
    font-family: Montserrat-Regular;
    text-align: justify;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 5px;
}

li:before {
    background-color: #28429d;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 2px;
    height: 6px;
    width: 6px;
}


ul ul {
    margin: 10px 0 15px 0;
    list-style: none;
    text-align: justify;
}

    ul ul li {
        margin-left: 12px;
    }

    ul ul li:before {
      background-color: rgba(40, 66, 157, 0.50);
      height: 5px;
      width: 5px;
    }

.ulOrder li {
    list-style-type: decimal;
}

h1 {
    font-size: 55px;
    line-height: 60px;
    color: #373737;
    margin: 0 0 15px 0;
    font-family: Montserrat-ExtraBold;
    letter-spacing: 1px;
}

    h1 span {
        font-size: 65px;
        display: block;
    }

h2 {
    color: #373737;
    font-size: 34px;
    line-height: 38px;    
    font-family: Montserrat-Bold;
    margin: 0 0 20px 0;
    text-align: center;
}

h3 {
    color: #777;
    font-size: 18px;
    padding: 0 0 0 0px;
    margin: 0px 0 10px 0px;
    /*text-decoration: underline;*/
    font-style: italic;
    font-weight: normal;
}

a {
    color: #222;
    text-decoration: underline;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

.important {
    font-weight: bold;
}

.aste {
    font-style: italic;
}

.color {
    color: #28429d;
}

.sousTitre {
    text-align: center;
    display: block;
    color: rgba(40, 66, 157, 0.71);
    font-family: Montserrat-Medium;
    letter-spacing: 1px;
    font-size: 25px;
    margin-top: 3px;
    margin-bottom: 20px;
}

.lienPlus {
    text-decoration: none;
    font-family: NexaBold;
    font-size: 23px;
}

    .lienPlus:before{
        font-family:'boonIco2';
        content: "\f105";
        padding-right: 8px;
        position: relative;
        top: 2px;
        transition: 0.2s all ease-out;
    }

    .lienPlus:hover:before {
        padding-right: 13px;
    }

.underline {
    display: inline-block;
    -webkit-transition: all 0.1s ease-in;
    -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    position: relative;
    padding-bottom: 2px;
}

    .underline:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
        visibility: hidden;
        background-color: #333333;
        -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    .underline:hover:after {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

.btn {
    text-decoration: none;
    text-align: center;
    background: #28429d;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    -moz-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
    border: 1px solid #28429d;
    font-family: NexaLight;
    /*text-transform: uppercase;*/
    font-size: 18px;
    margin-top: 20px;
}

    .btn:before {
        font-family: 'boonIco2';
    }

    .btn:hover {
        background: none;
        color: #28429d;
        border: 1px solid #28429d;
    }

.conteneurContenuBloc {
    margin: 0 0 0px 0;
    padding: 65px 0px;
}

.conteneur100 {
    padding: 0px;
}

/*-------------- HEADER ---------------*/
/*-------------------------------------*/

/*----------- Bandeau haut / Fond header ----------*/



header {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 105px 0px 45px;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    transition: 0.2s all ease-out;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}

/*----------- Zone logo ----------*/

#divLogo {
    width: 333px;
    height: 92px;
    float: left;
    margin-top: 14px;
    transition: 0.2s all ease-out;
}

    #divLogo img {
        width: 100%;
    }


#divLangues {
	width: 51px;
	height: 24px;
	overflow: hidden;
	position: fixed;
	right: 45px;
	top: 49px;
	margin: 0;
	color: #28429d;
	z-index: 1003;
    transition: 0.2s all ease-out;
}

    .linkLangue {
        display: inline-block;
        width: 100%;
        width: 28px;
        margin-bottom: 8px;
        position: relative;
    }

        .linkLangue::after{
            font-size: 21px;
            content: "\e313";
            font-family: 'boonIco2';
            color: #28429d;
            position: absolute;
            right: -21px;
            top: 0px;
        }

        .linkLangue img {
            width: 100%;
        }

    .langueCt {
        width: 28px;
    }

        .langueCt a {
           width: 100%;
        }

            .langueCt a img {
                width: 100%;
            } 

        .langueCt a.active {
           display: none;
        }

.panDeconnexion {
    position: fixed;
    right: 45px;
    top: 0px;
}

    .deconnexionMobCt {
        height: 120px;
        line-height: 120px;
        box-sizing:border-box;
        transition: 0.2s all ease-out;
    }

    .deconnexionMobCt:before {
        content: "\e93e";
        font-family:'boonIco2';
        font-size: 25px;
    }

    .deconnexionMobCt:hover {
            border-bottom: 8px solid rgba(40, 66, 157, 1);
            cursor: pointer;
		}

    .deconnexionList {
        display: none;
        position: absolute;
		text-align: center;
        top: calc(100% + 0px) ;
        right: 0;
    }

        .deconnexionListEl {
           color: #373737;
           text-decoration: none;
           font-family: NexaLight;
           font-size: 16px;
           background-color: #efefef;
           height: 35px;
           line-height: 35px;
           padding: 0px 20px;
           margin: 0px;
           display: block;
           transition: 0.2s all ease-out;    
            white-space: nowrap;
        }

            .deconnexionListEl:hover {
                background-color: #28429d;
                color: #fff !important;
            }

            .deconnexionListElTop {
                margin-top: 5px;
            }

            .qtePanier {
                font-family: Montserrat-Bold;
                padding: 0 5px;
            }

                .qtePanier:before {
                    content: "(";
                    font-family: NexaLight;
                    padding-right: 4px;
                }

                .qtePanier:after {
                    content: ")";
                    font-family: NexaLight;
                    padding-left: 4px;
                }

/*----------- SCROLL CLASS ----------*/

.scrld {
    height: 70px;
}

    .scrld .nav > ul > li > a,
    .scrld .navContact,
    .scrld .deconnexionMobCt {
        height: 70px;
        line-height: 70px;
    }

        .scrld #divLangues {
            top: 24px;
        }

    .scrld #divLogo {
        width: 213px;
        height: 70px;
        margin-top: 5px;
    }

    .scrld .nav .nav-submenu > a:after {
        top: 51px;
        width: 11px;
        height: 6px;
    }

/*----------- SLIDER ----------*/

#bandeauSliderHome, .fullpage, #bandeauSlider {
    position: relative;
}

.flecheSlider {
    position: absolute;
    left: calc(50% - 18px);
    bottom: 70px;
    transition: 0.2s all ease-out;
}

    .flecheSlider img {
        width: 36px;
    }

    .flecheSlider:hover {
        bottom: 65px;
    }

.fotorama__caption {
    justify-content: center;
    align-items: center;
    top: 0;
    display: flex;
}

    .fotorama__caption__wrap {
        background-color: rgba(255,255,255,0);
        padding: 0px;
        text-align: center;
    }

    .fotorama__caption__wrap h1 {
        color: #fff;
    }

.fotorama__dot {
    display: block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 12px;
    left: 3px;
    border-radius: 6px;
    border: 1px solid #28429d;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width:6px;
}

/*------------- HOMEPAGE --------------*/
/*-------------------------------------*/

#homeChiffres {
    text-align: center;
}

    #homeChiffres h1 {
        margin-bottom: 30px;
    }

        #homeChiffres h1 span {
            font-size: 44px;
        }

#homeChiffres p {
    text-align: center;
    width: 830px;
    margin: 0px auto 50px auto;
}

.homeChiffresCt {
    display: flex;
    flex-wrap:wrap; 
    margin-bottom: 15px;
}

    .homeChiffre {
        border-right: 1px solid rgba(40, 66, 157, 0.45);
        font-family: NexaLight;
        font-size: 24px;
        line-height: 29px;
        color: #373737;
        text-align: center;
        flex: 1;
    }

        .homeChiffre:last-of-type {
            border-right: 0px;
        }

        .homeChiffre span {
            display: block;
            margin-bottom: 4px;
            font-family: NexaBold;
            font-size: 45px;
            line-height: 45px;
            color: #28429d;
        }

        .homeChiffreAste {
            text-align: right;
            padding-right: 40px;
            font-size: 14px;
            margin-bottom: 20px;
            display: block;
            font-style: italic;
            opacity: 0.6;
        }

.ccb339 {
    background-image: url(../images/fondHomePays.jpg);
    background-size: cover;
    padding: 65px 0px;
}

    .ccb339 h2 {
        font-size: 44px;
        font-family: Montserrat-Bold;
    }

    .ccb339 .sousTitre {
        margin-bottom: 40px;
    }

    .homePaysCol {
        width: 50%;
        float: left;
        box-sizing: border-box;
    }

    .homePaysCol:last-of-type {
        padding-left: 35px;
    }

        .homePaysD {
            width: 80px;
            height: 54px;
            display: block;
            float: left;
            margin-bottom: 20px;
            margin-right: 38px;
            transition: 0.1s all ease-out;
        }

            .homePaysD img {
                overflow: hidden;
            }

            .homePaysD:nth-of-type(4n) {
                margin-right: 0px;
            }

            .homePaysD:hover {
                /*-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.30);
                -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.30);
                box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.30);*/
                transform:scale(1.04);
            }

.ccb340, .ccb430 {
    padding: 65px 0px;
}

.ccb340, .ccb340 p, .ccb430 {
    position: relative;
    text-align: center;
}

.ccb340 .btn {
    margin-top: 50px;
}

.ccb340 .homeServicesBack, .ccb430 .homeServicesBack {
    position: absolute;
    z-index: 10;
    opacity: 0.05;
    transform: rotate(317deg);
    bottom: -113px;
    left: -92px;
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

    .ccb430 .homeServicesBack {
        bottom: 100px;
        left: -340px;
    }

.homeService {
    width: 285px;
    height: 370px;
    float: left;
    margin-right: 42px;
    display: block;
    position: relative;
    z-index: 50;
    background-color: #28429d;
    overflow: hidden;
}

    .homeService img{
        width: 100%;
        opacity: 0.85;
        transition: 0.1s all ease-out;
    }

    .homeService:hover img, .homeService:hover span {
        transform: translateY(-10px);
    }

    .homeService:last-of-type {
        margin-right: 0px;
    }

    .homeService span{
       position: absolute; 
       bottom: 15px;
       left: 15px;
       color: #fff;
       font-size: 30px;
       text-align: left;
       font-family: NexaBold;
       line-height: 35px;
       text-decoration: none;
        transition: 0.1s all ease-out;
    }

.ccb341 {
    background-image: url(../images/backBadge.jpg);
    /*background-size: cover;*/
    position: relative;
    z-index: 20;
}

    .homeBadgeP {
        color: rgba(255, 255, 255, 0.80);
        font-family: Montserrat-SemiBold;
        font-size: 30px;
        line-height: 45px;
        padding: 30px 0px;
    }

        .homeBadgeP span {
            color: rgba(255, 255, 255, 1);
            font-size: 33px;
            font-family: Montserrat-Bold;
        }

        .homeBadgeBtn {
            text-decoration: none;
            text-align: center;
            background: #5cc3ce;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            color: #fff;
            display: inline-block;
            padding: 10px 20px 10px 20px;
            -moz-transition: all 200ms linear 0s;
            -o-transition: all 200ms linear 0s;
            -webkit-transition: all 200ms linear 0s;
            transition: all 200ms linear 0s;
            border: 1px solid #5cc3ce;
            font-family: NexaLight;
            font-size: 19px;
            letter-spacing: 1px;
            margin-top: 0px;
        }

            .homeBadgeBtn:hover {
                color: #5cc3ce;
                background: rgba(92, 195, 206, 0.00);
            }

            .homeBadgeBtn::after {
                content: "\f105";
                font-family:'boonIco2';
                position: relative;
                top: 2px;
                padding-left: 20px;
            }


/*---------- Homepage Actus --------*/

.homeActus {
    padding: 65px 0px;
    text-align: center;
}

    .homeActus .btn {
        margin-top: 40px;
    }

#panHomeActus {
    width: 100%;
}

.classActu {
    position: relative;
    margin-top: 30px;
}

    .classActuImage {
        width: 470px;
        float: left;
        height: 300px;
        overflow: hidden;
    }

        .classActuImage img {
            width: 100%;
        }

.classActuDesc {
    padding: 0px 25px;
    width: 470px;
    float: left;
    box-sizing: border-box;
    text-align: left;
}

.classActuTitre {
    margin-bottom: 15px;
    max-height: 70px;
    overflow: hidden;
}

    .classActuTitre a {
        text-decoration: none;
        font-size: 29px;
        color: #373737;
        font-family: Montserrat-SemiBold;
        line-height: 35px;
    }

.classActuDate {
    font-size: 21px;
    color: #373737;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.classActuSep {
    height: 1px;
    width: 40px;
    background-color: #373737;
    margin-bottom: 20px;
}

.classActuTexte {
    font-family: Montserrat-Regular;
    max-height: 90px;
    line-height: 22px;
    color: #373737;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 25px;
}

.classActuSavoir {
    text-align: left;
}

    .classActuSavoir a {
        font-family: NexaLight;
        color: #28429d;
    }

    .classActuSavoir .underline:after {
        background-color: #28429d;
    }

/*-------------- CUSTOM --------------*/
/*-------------------------------------*/

.fondGris {
    background-color: #efefef;
}

.b1 {
    width: 100%;
    font-family: Montserrat-Regular;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
}

    .b1 p {
        text-align: center;
    }

.b1Petit {
    width: 600px;
    font-family: Montserrat-Regular;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    margin: 0 auto;
}

    .b1Petit p {
        text-align: center;
    }

.b2 {
    width: 50%;
    float: left;    
    font-family: Montserrat-Regular;
    text-align: justify;
    line-height: 22px;
    font-size: 14px;
}

.blocTop {
    text-align: right;
    padding-right: 60px;
    box-sizing: border-box;
}

    .blocTopTitre {
        width: 100%;
        margin-bottom: 25px;
        display: inline-block;
        position: relative;
        float: right;
    }

        .blocTopTitre:after {
            content:"";
            height: 55px;
            position: absolute;
            top: 4px;
            right: -33px;
            width: 9px;
            background-color: #373737;
        }

        .blocTop h1 {
            float: right;
            text-align: right;
            font-size: 45px;
            line-height: 48px;
        }

            .blocTop h1 span {
                font-size: 55px;
                line-height: 58px;
            }

            .blocTopTVA h1 {
                font-size: 38px;
                line-height: 42px;
            }

            /*.blocTopEspagne h1 span {
                font-size: 55px;
            }

            .blocTopGB h1 span {
                font-size: 49px;
            }

            .blocTopAutoroute h1 {
                font-size: 38px;
                line-height: 52px;
            }

                .blocTopAutoroute h1 span {
                    font-size: 60px;
                }

            

            .blocTopDocuments h1 span {
                font-size: 60px;
            }

            .blocTopFerry h1 span {
                font-size: 60px;
            }

            blocTopAssurance h1 span {
                font-size: 60px;
            }*/

    .blocTop img {
        max-width: 100%;
    }

    .blocTop h2 {
        text-align: left;
    }

    .blocTop .btnInfo {
        text-decoration: none;
        text-align: center;
        background: #28429d;
        letter-spacing: 1px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        color: #fff;
        display: inline-block;
        padding: 10px 20px;
        -moz-transition: all 200ms linear 0s;
        -o-transition: all 200ms linear 0s;
        -webkit-transition: all 200ms linear 0s;
        transition: all 200ms linear 0s;
        border: 1px solid #28429d;
        font-family: NexaLight;
        font-size: 15px;
        margin-top: 15px;
    }

        .blocTop .btnInfo:hover {
            background: #fff;
            color: #28429d;
        }

        .blocTop .btnInfo:after {
            font-family:'boonIco2' ;
            content: "\f107";
            font-size: 20px;
            position: relative; 
            top: 3px;
            padding-left: 10px;
        }

.blocTrame {
    text-align: center;
    background-image: url(../images/fondPays2.jpg);
}

    .blocTrame p {
        text-align: center;
    }

.sousTitreRight {
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
    float: right;
}

    .sousTitreRight h2 {
        font-size: 28px;
        line-height: 31px;
        text-align: left;    
        margin-top: -7px;
        margin-bottom: 15px;
    }

    .sousTitreRight:before {
        content: "";
        width: 6px;
        height: 35px;
        background-color: #373737;
        position: absolute;
        top: 0px;
        left: 22px;
    }

    .sousTitreRight img {
        width: 70px;
    }

.sousTitreLeft {
    padding-right: 50px;
    box-sizing: border-box;
    position: relative;
    text-align: right;
}

    .sousTitreLeft h2 {
        font-size: 28px;
        line-height: 31px;
        text-align: right;
        margin-top: -7px;
        margin-bottom: 15px;
    }

    .sousTitreLeft:after {
        content: "";
        width: 6px;
        height: 35px;
        background-color: #373737;
        position: absolute;
        top: 0px;
        right: 22px;
    }

    .sousTitreLeft img {
        width: 70px;
    }

.imageMarginCt {
    background-color: #efefef;
    position: relative;
}

    .imageMarginFond {
        position: absolute;
        z-index: 70;
        width: 100%;
        height: 50%;
        background-color: #fff;
    }

    .imageMargin {
        position: relative;
        z-index: 90;
        width: 940px;
        margin: 0 auto;
    }

        .imageMargin img {
            width: 100%;
        }

.para {
    width: 100%;
    height: 550px;
    display: block;
    background-repeat: no-repeat;
}

    .para1 {
        background-image: url(../images/para1.jpg);
    }

    .para2 {
        background-image: url(../images/para2.jpg);
    }

    .para3 {
        background-image: url(../images/para3.jpg);
    }

    .para4 {
        background-image: url(../images/para4.jpg);
    }

    .para5 {
        background-image: url(../images/para5.jpg);
    }


.blocInfosCt {
    padding: 65px 0px;
}

    .blocInfosCt h2 {
        margin-bottom: 0px;
    }

    .blocInfosCt p {
        text-align: center;
        margin-top: 20px;
    }

.blocPromo {
    background-color: rgba(40, 66, 157, 0.10);
    padding: 30px;
    text-align: center;
    width: 600px;
    margin: 0 auto;
    margin-top: -65px;
    -webkit-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.05);
box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.05);
}

    .blocPromo h2 {
        font-family: Montserrat-Bold;
        text-transform: uppercase;
    }

    .blocPromo p {
        font-size: 20px;    
        font-family: Montserrat-Medium;
        line-height: 25px;
        text-align: center;
    }

    .blocPromo .btn {
        text-transform: none;
        padding: 11px 30px;
        margin-top: 0px;
    }


/*---------- CUSTOM ----------*/

.b2Pays {

}

.b2PaysEl {
    display: flex; 
    flex-direction: row;
    align-items: center;
    padding: 5px 10px;
    border-top: 1px solid rgba(40, 66, 157, 0.20);
    justify-content: space-between;
    background-color: rgba(239, 239, 239, 0.3);
}

    .b2PaysEl:nth-last-of-type(2n) {
        background-color: rgba(40, 66, 157, 0.05);
    }

    .b2PaysNom {
        width: 50%;
        font-family: Montserrat-Bold;
        font-size: 16px;
    }

    .b2PaysLien {
    }

        .b2PaysLien a {
            text-decoration: none;
        }


.b2TVA {
    width: 330px;
    margin: 0 auto;
}

    .b2TVAEl {
        display: flex; 
        flex-direction: row;
        align-items: center;
        padding: 15px 10px;
        border-top: 1px solid rgba(40, 66, 157, 0.20);
        justify-content: space-between;
        background-color: rgba(239, 239, 239, 0.3);
        font-family: Montserrat-Bold;
        font-size: 16px;
    }

        .b2TVAEl:nth-last-of-type(2n) {
            background-color: rgba(40, 66, 157, 0.05);
        }

        .b2TVAEl {
        }

        .b2TVAEl:nth-of-type(1) {
            color: #28429d;
        }

.logoPartenaire {
    width: 150px;
    margin: 0px 15px;
}

.b2Assurance, .b2Documents {
    padding: 0px 30px;
    box-sizing: border-box;
    margin-top: 20px;
}

    .b2Assurance .listeTitre {
        text-align: left;
    }

.blocTemoignage h2 {
    margin-bottom: 0px;
}

.blocTemoignage .sousTitre {
    margin-bottom: 40px;
}

.blocTemoignage .temoignageNom {
    text-align: right;
    color: rgba(40, 66, 157, 0.71);
    font-family: Montserrat-Medium;
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 20px;
}

    .blocTemoignage .temoignageNom span {
        color: #373737;
        font-family: Montserrat-Bold;
        letter-spacing: 1px;
        display: block;
        margin-top: 10px;
        font-size: 30px;
    }

.titreEcotrans {
    text-align: left !important;
    color: #373737;
    font-size: 38px !important;
    line-height: 40px !important;
    font-family: NexaBold;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    float: none !important;
}

.logoVer {
    width: 300px;
    padding-right: 50px;
}

.b2EcoTextRight {
    text-align: left;
    padding-left: 50px;
    box-sizing: border-box;
}

    .b2EcoTextRight h2{
        text-align: left;
        font-family: Montserrat-ExtraBold;
        font-size: 30px;
        line-height: 40px;
    }

.b2EcoTextLeft {
    text-align: left;
    padding-right: 50px;
    box-sizing: border-box;
}

    .b2EcoTextLeft h2{
        text-align: left;
        font-family: Montserrat-ExtraBold;
        font-size: 30px;
        line-height: 40px;
    }

.ecoParts {
    margin-top: 30px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.ecoPartsEl {
    margin-bottom: 50px;
    width: 24%;
    box-sizing: border-box;
    padding: 0px 15px;
    display: inline-block;
    text-align: center;
}

    .ecoPartsEl img {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .ecoPartsEl span {
        font-family: Montserrat-Regular;
        font-size: 20px;
        color: #373737;
        display: block;

        display: none;
    }

.ecoParts a{
   display: block;
   width: 250px;
   margin: 0 auto;
}

.b1Contact {
    margin: 50px auto -50px auto;
}

.blocTopContact {
    padding-left: 50px;
    box-sizing: border-box;
}

    .blocTopContact .sep{
        height: 9px;
        width: 55px;
        margin: 30px 0px;
        background-color: #373737;
    }

    .blocTopContact .contactInfos h2 {
        color: #28429d;
        font-size: 25px;
        margin-bottom: 10px;
    }

    .blocTopContact span {
        font-family: Montserrat-Bold;
        font-size: 16px;
    }

    #contentIW {
        text-align: center;
        display: block;
        padding-right: 25px;
    }

        #contentIW h3 {
            font-family: Montserrat-Bold;
            font-style: normal;
            color: #373737;
        }

#map {
    width: 100%;
    height: 400px;
}

.ccb321 {
    padding: 0px;
    margin-bottom: 70px;
}

.b1Forma {
    margin-top: -60px;
}

    .b1Forma .b2 {
        padding: 0px 30px;
        box-sizing: border-box;
    }

        .b1Forma .b2 li {
            text-align: left;
        }

.b1Fournitures .b2 {
    margin-top: 20px;
    text-align: center;
}

.mapLeger {
    width: 100%;
    max-width: 470px;
    margin-top: 30px;
}

/*---------- Demande d'info --------*/

.formInfo {
    margin-top: 40px;
}

    .formInfo span {
        color: #2a2f66;
        font-family: NexaBold;
        font-size: 17px;
        display: block;
        letter-spacing: 1px;
        margin-bottom: 7px;
    }

    .formInfo select {
        width: 100%;
        box-sizing: border-box;
        height: 45px;
        line-height: 45px;
        background-color: rgba(233, 234, 246, 0.00);
        border-radius: 0px;
        padding: 0px 50px 0px 15px;
        font-size: 17px;
        position: relative;
        margin-bottom: 0px;
        z-index: 90;
    }

    .formInfoDropdown {
        display:inline-block;
        position: relative;
        background-color: rgba(233, 234, 246, 1);
        margin-bottom: 30px;
        width: 100%;
    }

        .formInfoDropdown img {
            position: absolute;
            z-index: 70;
            top: 18px;
            right: 20px;
        }

    .formInfo input[type="text"] {
        width: 420px;
        box-sizing: border-box;
        height: 45px;
        line-height: 45px;
        background-color: #e9eaf6;
        border-radius: 0px;
        margin-bottom: 30px;
        border: 0px;
        padding: 0px 15px;
        font-size: 17px;
    }

        .formInfo table tr td:first-of-type input[type="text"]{
            margin-right: 100px;
        }

    .formInfo textarea {
        width: 100%;
        box-sizing: border-box;
        height: 150px;
        line-height: 20px;
        background-color: #e9eaf6;
        border-radius: 0px;
        margin-bottom: 30px;
        border: 0px;
        padding:15px 15px;
        font-size: 17px;
        resize: vertical;
    }

    #ctl00_ucContactPages_regMail {
        position:relative;
        top: -20px;
    }

    .divSubmitFormContact {
        text-align: center;
    }

    input[type="submit"], input[type="button"], input[type="reset"] {
        display: block;
        text-decoration: none;
        text-align: center;
        background: #28429d;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        color: #fff;
        display: inline-block;
        padding: 11px 40px;
        -moz-transition: all 200ms linear 0s;
        -o-transition: all 200ms linear 0s;
        -webkit-transition: all 200ms linear 0s;
        transition: all 200ms linear 0s;
        border: 1px solid #28429d;
        font-family: Montserrat-Regular;
        font-size: 16px;
        margin-top: 30px;
    }

        input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
            background: rgba(40, 66, 157, 0.00);
            color: #28429d;
            border: 1px solid #28429d;
        }


.btnGb{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: none;
}


/*-------------- FOOTER ---------------*/
/*-------------------------------------*/

/*---------- Footer --------*/

footer {
    width: 100%;
    padding: 25px 0;
    background: #e9eaf6;
}

    .footerCol {
        width: 50%;
        box-sizing: border-box;
        float: left; 
        padding: 0px 20px;
    }

        .footerCol:first-of-type {
            text-align: center;
            padding: 0px 0px;
        }

            .footerCol:first-of-type img {
                width: 100%;    
                max-width: 350px;
                padding-top: 20px;
            }

    .footerRightCol {
        width: 50%;
        box-sizing: border-box;
        float: left; 
    }
        .footerRightTop {
            display: inline-block;
            width: 100%;
        }

        .footerRightCol p {
            text-align: center;
        }

            .footerRightCol:last-of-type p {
                font-family: Montserrat-Medium;
                font-size: 16px;
            }

        .footerRightSep {
            width: 70px;
            height: 1px;
            margin: 10px auto 15px auto;
            background-color: #373737;
        }

         .footerRightBot {
             text-align: center;
         }

            .footerRightBot a {
                text-decoration: none;
                margin: 0px 10px;
                font-size: 14px;
            }

            .footerRightBot a:hover {
                text-decoration: underline;
            }

        .footerRightBot span {
            display: block;
            margin-top: 10px;
            opacity: 0.8;
            font-style: italic;
            font-size: 13px;
        }

/*-------------- CONTENU --------------*/
/*-------------------------------------*/

.mark {
    color: #1ec5fc;
    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: boonIco2;
        margin-right: 10px;
    }


.alertSuccess {
    background-color: rgba(95, 190, 170, 0.2);
    color: #5fbeaa;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(95, 190, 170, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .alertSuccess:before {
        font-family: boonIco2;
        margin-right: 10px;
        content: "\f00c";
        font-size: 16px;
    }

.alertError {
    background-color: rgba(240, 80, 80, 0.1);
    color: #f05050;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(240, 80, 80, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .alertError:before {
        font-family: boonIco2;
        margin-right: 10px;
        content: "\f00d";
        font-size: 16px;
    }

.info {
    background-color: rgba(52, 211, 235, 0.15);
    color: #34d3eb;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(52, 211, 235, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .info:before {
        font-family: boonIco2;
        margin-right: 10px;
        content: "\e9a0";
        font-size: 16px;
    }

.encadre {
    background-color: rgba(150,150, 150, 0.2);
    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;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px 0;
    font-size: 16px;
    border-left: 5px solid #eee;
}

.blockquote-reverse {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.lettrine {
    display: block;
}

    .lettrine:first-letter {
        font-size: 60px;
        padding: 5px 0 0 0;
        margin-right: 8px;
        float: left;
    }

.correction {
    background: rgba(240, 80, 80, 0.1);
    color: #f05050;
}

.colonne2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -moz-column-gap: 18px;
    -webkit-column-gap: 18px;
    -o-column-gap: 18px;
    column-gap: 18px;
}

.colonne4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -moz-column-gap: 18px;
    -webkit-column-gap: 18px;
    -o-column-gap: 18px;
    column-gap: 18px;
}

    .colonne2 li, .colonne4 li {
        text-align: left;
    }

.colonneAll {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
}

.retourBtn {
    text-align: right;
    margin: 5px 0;
}

.flottant {
    float: right;
    margin: 0 0 15px 30px;
}

.ctImgCentrerMilieu {
    overflow: hidden;
    position: relative;
}

    .ctImgCentrerMilieu img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
    }

.titreSection {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    padding: 30px;
    display: block;
    margin-bottom: 20px;
}

.titreSectionFlex {
    justify-content: space-between;
    display: flex;
}


.titreSectionHalf {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    padding: 30px;
    display: inline-block;
    margin-bottom: 20px;
    width: 42.5%;
    vertical-align: top;
}

.titreSectionQuart {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    padding: 30px;
    display: inline-block;
    margin-bottom: 20px;
    width: 17%;
    vertical-align: top;
}

    .titreSection > b, .titreSectionHalf > b, .titreSectionQuart > b {
        color: #000;
        font-size: 20px;
        border-bottom: 1px solid #ddd;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

        .titreSection > b span, .titreSectionHalf > b span, .titreSectionQuart > b span {
            font-size: 14px;
            margin-left: 10px;
            font-family: Georgia;
            font-weight: normal;
            font-style: italic;
            float: right;
        }


/*---------- Retraits --------*/
.encart1 {
    margin-left: 20px;
}

.encart2 {
    margin-left: 40px;
}

.encart3 {
    margin-left: 60px;
}

/*---------- Boutons --------*/


.btn-round {
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    padding: 7px 18px;
}

.btn-outline {
    background: none;
    color: #565656;
}

    .btn-outline:hover {
        background: #565656;
        color: #fff;
    }

.btn-ico:before {
    padding-right: 10px;
    font-size: 16px;
    vertical-align: middle;
}

.btn-xs {
    font-size: 10px;
    padding: 4px 6px;
}

.btn-xl {
    font-size: 16px;
    padding: 10px 18px;
}

.img-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.img-thumb {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*---------- Liens Fil Ariane + Noeud sans lien hors noeud en cours ------------*/
#divCheminNav a, #divCheminNav span {
    color: #aaa;
    text-decoration: none;
}

    #divCheminNav a:hover {
        color: #333;
        text-decoration: underline;
    }


/*-------------- ACTUS ----------------*/
/*-------------------------------------*/

/*---------- Page Actus - Listing --------*/

#listingActus {
    margin-bottom: 30px;
    font-size: 0;
}


.listeLigneActu {
    position: relative;
    display: inline-block;
    width: 460px;
    margin-bottom: 50px;
    background: #fff;
    vertical-align: top;
}

    .listeLigneActu:nth-of-type(2n+1) {
        margin-right: 40px;
    }

.listeActusConteneurImage {
    width: 100%;
    height: 290px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .listeActusConteneurImage img {
        width: 100%;
    }

.listeActusConteneurTextes {
    width: 100%;
}

    .listeActusTitre {
        text-align: left;
        line-height: 30px;
        margin: 0 0 10px 0;
    }

    .listeActusTitre a {
        text-decoration: none;
        font-size: 25px;
        color: #373737;
        font-family: Montserrat-SemiBold;
        line-height: 30px;
    }

    .listeActusDate {
        font-family: NexaLight;
        font-size: 17px;
        color: #373737;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

    .listeActusDescription {
        font-family: Montserrat-Regular;
        max-height: 111px;
        line-height: 22px;
        color: #373737;
        overflow: hidden;
        font-size: 14px;
        margin-bottom: 25px;
    }


.listeActusLien {
    text-align: left;
}

    .listeActusLien a {
        font-family: 'NexaLight';
        color: #28429d;
        font-size: 20px;
    }

    .listeActusLien .underline:after {
        background-color: #28429d;
    }

/*---------- Page Actu Détail ---------*/

.detailActuTitre {
    font-size: 40px;
    line-height: 45px;
    margin-top: 30px;
}

.detailActuDate {
        font-family: NexaLight;
        font-size: 22px;
        color: #373737;
        text-transform: capitalize;
        margin-bottom: 0px;
    }

.containerArticle {
    margin-bottom: 80px;
}

.detailActuDesc, .detailActuDesc p {
    font-family: Montserrat-Regular;
    text-align: justify;
    line-height: 22px;
    font-size: 14px;
}

    .detailActuDesc h2 {
        text-align: left;
        font-size: 23px;
        line-height: 27px;
        margin-bottom: 20px;
    }

    .detailActuDesc h3 {
        text-align: left;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
        font-style: normal;
    }

    .actuLgd {
        font-size: 12px;
        font-style: italic;
    }

    .encartActu {
        background-color: rgba(40, 66, 157, 0.10);
        padding: 25px;
        margin: 25px 0px;
        display: inline-block;
    }

        .encartActu ul {
            margin-bottom: 0;
            margin-top: 15px;
        }

.detailActuSep {
    width: 55px;
    height: 9px;
    background-color: #373737;
    display: block;
    margin: 20px 0;
}

#divGalerieActu {
    clear: both;
    margin: 30px 0;
}

#divFichiersActu {
    clear: both;
    margin: 30px 0;
}

    #divFichiersActu li {
        margin: 0 0 7px 0;
    }

.actuDetailGalerie {
    margin-right: 15px;
    margin-bottom: 15px;
}




/*------------ EVENTS --------------*/
/*---------------------------------*/

/*---------- Homepage Conteneur --------*/
#panHomeEvents {
    margin: 20px 0;
}

/*---------- Homepage Bloc Event --------*/
.classEvent {
    display: inline-block;
    width: 300px;
    position: relative;
    margin: 0px 0 10px 0;
}

    .classEvent:nth-child(2n+1) {
        margin-right: 40px;
    }

.classEventTitre {
    margin-bottom: 10px;
}

.classEventImage {
    width: 300px;
    height: 150px;
    overflow: hidden;
}

.classEventDate {
    font-size: 10px;
    color: #000;
    font-style: italic;
    margin: 5px 0;
}

.classEventTexte {
    height: 65px;
    line-height: 13px;
    overflow: hidden;
    text-align: justify;
    font-size: 12px;
}

.classEventSavoir {
    text-align: right;
    font-size: 10px;
    margin: 5px 0;
}

/*---------- Page Events - Listing --------*/
#listingEvents {
    margin-bottom: 30px;
    font-size: 0;
}

#ctl00_cphPanMilieu_grdEvents tr {
    display: inline-block;
    margin: 0 9px;
}

.listeLigneEvent {
    font-size: 12px;
    position: relative;
    display: inline-block;
    height: 315px;
    margin-bottom: 20px;
    background: #fff;
}



.listeEventsConteneurImage {
    width: 275px;
    height: 155px;
    overflow: hidden;
    margin: 10px auto;
}

    .listeEventsConteneurImage img {
        width: 100%;
    }

.listeEventsConteneurTextes {
    width: 275px;
    margin: 10px auto;
}

.listeEventsTitre {
    font-size: 12px;
    margin: 0;
}

.listeEventsDate {
    font-style: italic;
    color: #888;
    margin: 6px 0px;
}

.listeEventsDescription {
    line-height: 15px;
    height: 60px;
    text-align: justify;
    overflow: hidden;
}

.listeEventsLien {
    margin-top: 5px;
    text-align: right;
}

/*---------- Page Event Détail ---------*/
#divGalerieEvent {
    clear: both;
    margin: 30px 0;
}

#divFichiersEvent {
    clear: both;
    margin: 30px 0;
}

    #divFichiersEvent li {
        margin: 0 0 7px 0;
    }

.eventDetailGalerie {
    margin-right: 15px;
    margin-bottom: 15px;
}

.detailEventDesc {
}

.detailEventDate {
    color: #000;
    margin-bottom: 20px;
}


/*------------ PAGINATION (Control Skin) ----------------*/
/*------------------------------------------------------*/
.paginationListing {
    margin: 30px auto;
    text-align: center;
}

    .paginationListing span /*td table tr td span*/ {
        padding: 10px 16px;
        font-size: 16px;
        background: #555;
        color: #fff;
        margin: 0 1px;
        margin: 0 !important;
        border: 1px solid #ddd;
    }

    .paginationListing a {
        padding: 10px 16px;
        font-size: 16px;
        color: #555;
        background-color: #fff;
        text-decoration: none;
        margin: 0 1px !important;
        border: 1px solid #ddd;
    }

        .paginationListing a:hover {
            color: #fff;
            background: #1ec5fc;
            text-decoration: none;
        }

    .paginationListing *:first-child {
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .paginationListing *:last-child {
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }

/*----------------- 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 PHOTOS -------------*/
/*----------------------------------------*/


/*---------- LISTING ALBUM PHOTO --------*/

.listingAlbums {
    font-size: 0;
    margin-bottom: 50px;
}

.divBlocAlbum {
    font-size: 12px;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    height: 350px;
}

.divPhotoAlbum {
    width: 300px;
    height: 300px;
    display: inline-block;
}

.divTitreAlbum {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 10px;
}

    .divTitreAlbum a:link, .divTitreAlbum a:visited, .divTitreAlbum a:active {
        color: #000;
    }

    .divTitreAlbum a:hover {
        text-decoration: none;
        color: #000;
    }


/*---------- DETAIL ALBUM 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: 5px;
}


    .conteneurPhotoIsotop img {
        margin-left: 5px;
        margin-right: 5px;
        width: 100%;
    }


.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -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 VIDEOS ------------*/
/*-----------------------------------------*/

/*---------- LISTING GALERIE VIDEOS --------*/
#conteneurVideo {
    margin-bottom: 50px;
    width: 100%;
}

.vignetteVideo {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin-bottom: 30px;
}

    .vignetteVideo img {
        width: 100%;
    }

    .vignetteVideo .vignetteVideoImg {
        display: block;
        height: 170px;
    }

.divTitreVideo {
    display: block;
    text-align: center;
    margin-top: 10px;
    vertical-align: top;
}


    .divTitreVideo a:link, .divTitreVideo a:visited .divTitreVideo a:active {
        color: #000;
    }

    .divTitreVideo a:hover {
        text-decoration: none;
        color: #000;
    }

/*---------- DETAIL VIDEO --------*/

#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 --------------*/
/*----------------------------------------*/

.temoignageTitre {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: solid 1px #eee;
    color: #000;
    background: url(../images/puce1.png) no-repeat 0 6px;
    padding-left: 10px;
}

.temoignageBlocUser {
    margin-top: 3px;
    font-size: 11px;
}

.temoignageDe {
    float: left;
}

.temoignageUser {
    color: #000;
}

.temoignageDate {
    float: right;
    text-align: right;
    color: #000;
    font-style: italic;
    font-size: 10px;
}

.temoignageDescription {
    clear: both;
    padding: 10px 0;
    margin-bottom: 0;
    display: block;
}

.temoignageSep {
    width: 100%;
    height: 1px;
    margin: 30px auto;
    border-bottom: 1px solid #ccc;
}

.lienTemoignages {
    color: #999;
    text-decoration: underline;
}

    .lienTemoignages:hover {
        color: #000;
        text-decoration: underline;
    }



/*------------- BLOC INSCRIPTION NEWSLETTER ------------*/
/*------------------------------------------------------*/

/*Zone de texte/titre du bloc*/
#divDescNewsletter {
}
    /*Bouton valider*/
    #divDescNewsletter input[type="image"] {
        margin: 0 0 0 3px;
    }
    /*Zone de texte*/
    #divDescNewsletter input[type="text"] {
        width: 100px;
    }


/*-------------- RECHERCHE (Bloc + Page) ----------------*/
/*------------------------------------------------------*/

.rechercheMot {
    font-weight: bold;
}

.rechercheResultat {
    text-align: right;
}

.rechercheTypeMedia {
    padding: 3px;
}

.ligneRecherche {
}

.listeResultatTitre {
    margin-top: 20px;
}

.listeResultatConteneurDescription {
    height: auto;
    overflow: hidden;
    text-align: justify;
}

.listeResultatConteneurDescriptionNoOverflow {
}

.listeResultatConteneurLien {
    text-align: right;
    padding: 5px 0 0 0;
}

.importantRecherche {
    color: #000;
    background: #ffea00;
    padding: 0 2px;
    font-weight: bold;
}


/*------------ CONTACT -------------*/
/*----------------------------------*/

.tabFormulaire {
    line-height: 25px;
}

.formContact {
    line-height: 25px;
    margin-bottom: 30px;
}

    .formContact tr td {
        padding-bottom: 5px;
    }

        .formContact tr td:first-child {
            padding-right: 20px;
        }

    .formContact input[type="text"] {
        width: 300px;
        height: 25px;
        border: 0;
    }

    .formContact input[type="password"] {
        width: 300px;
        height: 25px;
        border: 0;
    }

    .formContact textarea {
        width: 300px;
        height: 80px;
        border: 0;
    }

    .formContact input[type="submit"] {
    }

        .formContact input[type="submit"]:hover {
        }

.commentTab {
    font-size: 10px;
    font-style: italic;
}


/*----------- FORM GENERIQUES -----------*/
/*--------------------------------------*/

.form {
    line-height: 25px;
    margin-bottom: 30px;
}

    .form tr td {
        padding-bottom: 5px;
    }

        .form tr td:first-child {
            padding-right: 0px;
        }

    .form input[type="text"] {
        width: 200px;
        height: 25px;
        border: 0;
    }

    .form input[type="password"] {
        width: 200px;
        height: 25px;
        border: 0;
    }

    .form textarea {
        width: 200px;
        height: 80px;
        border: 0;
    }


.btnFormCt {
    text-align: center;
}

/*----------- INSCRIPTION -----------*/
/*-----------------------------------*/
.formInscription {
}

    .formInscription input[type="text"] {
        width: 220px;
    }

    .formInscription input[type="password"] {
        width: 220px;
    }

    .formInscription tr td {
    }

        .formInscription tr td:first-child {
            width: 130px;
            padding-top: 5px;
            line-height: 18px;
        }

.inscriptionPage .ctInscription {
    border: none;
    margin-bottom: 50px;
    padding: 0px;
}


.ctInscription .connexionColDroite {
    display: inline-block;
    width: auto;
}

.ctInscription h3 {
    margin-bottom: 20px;
}

.ctInscription .form {
    margin-bottom: 0px;
}

/*----------- BOOTCHA -----------*/
/*-------------------------------*/

#containerBootcha {
    margin-top: 20px;
}

#bootchaCode {
    float: left;
}

    #bootchaCode img {
        width: initial;
        width: 30px; /*Taille des caractères BOOTCHA*/
    }

#bootchaSaisie {
    float: left;
    clear: both;
}

    #bootchaSaisie input[type="text"] {
        width: 100px;
        margin-left: 10px;
    }

.txtBootcha {
    min-width: 0;
}

/*--------- BOUTIQUE -----------*/
/*------------------------------*/

#lkPanier {
    position: relative;
    color: #333;
    text-decoration: none;
}

    #lkPanier:hover {
        text-decoration: none;
        color: #000;
    }


/*-- FAMILLES ---*/
.btqBlocFamille {
    margin-bottom: 50px;
    vertical-align: top;
    width: 300px;
    margin-right: 30px;
    display: inline-block;
    font-size: 15px;
    position: relative;
}

    .btqBlocFamille:nth-of-type(3n) {
        margin-right: 0px;
    }

.btqBlocPhotoFamille {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
}

.btqBlocTitreFamille {
}

    .btqBlocTitreFamille a {
        text-decoration: none;
        font-size: 23px;
        color: #373737;
        font-family: Montserrat-SemiBold;
        line-height: 25px;
        display: block;
        margin-bottom: 20px;
    }

.btqBlocSepFamille {
    height: 1px;
    width: 40px;
    background-color: #373737;
    margin-bottom: 20px;
}

.btqBlocDescFamille {
    max-height: 111px;
    overflow: hidden;
}

.btqBlocDescFamille, .btqBlocDescFamille p {
    font-family: Montserrat-Regular;
    line-height: 22px;
    color: #373737;
    font-size: 14px;
}


/*-- PRODUITS ---*/

.btqListingProd {
    font-size: 0px;
    margin-bottom: 80px;
}

.btqBlocProduit {
    margin-bottom: 40px;
    vertical-align: top;
    width: 220px;
    display: inline-block;
    padding: 0 10px;
}

.btqBlocPhotoProduit {
    width: 220px;
    height: 220px;
}

    .btqBlocPhotoProduit img {
        width: 100%;
    }

.btqBlocTitreProduit {
    margin-bottom: 20px;
    max-height: 25px;
    overflow: hidden;
}

    .btqBlocTitreProduit a {
        text-decoration: none;
        font-size: 20px;
        color: #373737;
        font-family: Montserrat-SemiBold;
        line-height: 25px;
    }

.btqBlocSepProduit {
    height: 1px;
    width: 40px;
    background-color: #373737;
    margin-bottom: 20px;
}

.btqBlocDescProduit {
    max-height: 111px;
    overflow: hidden;
}

.btqBlocDescProduit, .btqBlocDescProduit p {
    font-family: Montserrat-Regular;
    color: #373737;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
}

.btqBlocPrixProduit {
    text-align: right;
}

.btq-prix {
    background: #28429d;
    color: #fff;
    padding: 5px 8px;
    font-family: Montserrat-Regular;
    font-size: 20px;
    text-transform: uppercase;
}

.btq-barre {
    background: #fafafa;
    color: #aaa;
    padding: 5px 8px;
    text-decoration: line-through;
}


/*-- PRODUIT DETAIL ---*/

.btq-detailRef {
    display: none;
}

.btq-detailCt {
    margin: 80px 0px 120px 0px;
}

.btq-detailDescription {
    text-align: justify;
}

.btq-detailCtPhotos {
    float: left;
    margin-right: 40px;
    width: 400px;
}

.btq-detailPhotoPrincipale {
    width: 400px;
    height: 400px;
}

.btq-detailCtMiniatures {
    margin-top: 25px;
}

.btq-detailGalerieMini {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.btq-detailDescriptionText {
    margin-bottom: 30px;
}

    .btq-detailDescriptionText h1 {
        font-size: 38px;
        line-height: 44px;
    }

    .btq-detailDescriptionText, .btq-detailDescriptionText p {
        font-family: Montserrat-Regular;
        color: #373737;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 25px;
    }


.btq-detailCtPrix {
    display: block;
    margin: 30px 0;
    text-align: right;
}

.btq-detailCtPrix span:first-of-type {
    font-family: Montserrat-Bold;
    font-size: 20px;
}

    .btq-detailCtPrix .btq-prix {
        font-family: Montserrat-Regular !important;
        font-size: 20px;
    }


#txtQte {
    min-width: 0px;
    width: 50px;
    font-size: 16px;
}

.btq-quantite {
    font-family: Montserrat-Regular;
}

.btq-detailCtAcheter {
    display: block;    
    text-align: right;
    margin: 30px 0;
}

    .btq-detailCtAcheter span {
        margin: 0 10px 0 0;
    }

.btnAcheterCt {
    text-align: right;
}

.btnAcheter {
    display: inline-block !important;
}

.popupCtBoutons .btn {
    margin: 0px 10px;
    text-transform: none;
}



.cpt-tabCompteCommandes .btn {
    padding-top: 2px;
    padding-bottom: 3px;
}

.cpt-tabCompteCommandes tr th {
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px 5px;
}

.cpt-tabCompteCommandes tr td {
    vertical-align: middle;
    padding: 5px;
}

.cpt-ctRecapCommande {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.commandeUserPanel {
    margin: 0 5px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .commandeUserPanel:first-child {
        margin-left: 0;
    }

    .commandeUserPanel:last-child {
        margin-right: 0;
    }

    .commandeUserPanel .btn {
        margin-top: 20px;
        margin-left: 0;
    }

.detailCommandeTotal {
    display: inline-block;
    float: right;
    text-align: right;
}

    .detailCommandeTotal div {
        clear: both;
        font-weight: bold;
        margin: 5px 0;
        padding: 5px 10px;
    }

        .detailCommandeTotal div:nth-child(1) {
            background: #ccc;
            margin: 0;
        }

        .detailCommandeTotal div:nth-child(2) {
            background: #565656;
            color: #fff;
            margin: 0;
        }

        .detailCommandeTotal div span:last-child {
            display: inline-block;
            text-align: right;
            width: 70px;
        }

.cpt-ctCommande .cpt-tabCompteCommandes {
    border-bottom: 1px solid #ccc;
}

    .cpt-ctCommande .cpt-tabCompteCommandes tr td:last-child {
        padding-bottom: 15px;
    }

.td-libelle {
    font-weight: bold;
}
/*---------- Panier --------*/

#panPanier {
    margin-bottom: 80px;
}

.btq-tabPanier .icon-minus2:before, .btq-tabPanier .icon-plus2:before, .btq-tabPanier .icon-cancel2:before {
    display: inline-block;
    font-size: 24px;
    padding-top: 5px;
    margin: 5px 3px;
}

.btq-tabPanier .icon-minus2:hover:before {
    content: "\e909";
}

.btq-tabPanier .icon-plus2:hover:before {
    content: "\e907";
}

.btq-tabPanier .icon-cancel2:hover:before {
    content: "\e905";
}

.btq-tabPanier .icon-minus2, .btq-tabPanier .icon-plus2, .btq-tabPanier .icon-cancel2 {
    text-decoration: none;
}

.btq-tabPanier * {
    vertical-align: top;
}

.panierTxtQte {
    min-width: 0 !important;
    width: 30px;
    margin-top: -5px;
}

.btq-tabPanierSsTotal .btq-prix {
    background: none;
    color: #000;
}

.btq-tabPanier {
    width: 100%;
    margin: 0 auto 30px auto;
}

    .btq-tabPanier tr {
        border-bottom: 1px solid #ddd;
        background: #fff;
    }

        .btq-tabPanier tr:last-child {
            border-bottom: none;
        }

        .btq-tabPanier tr td {
            vertical-align: middle;
            height: 70px;
            padding: 20px 0;
        }

    .btq-tabPanier .btq-tabPanierPhoto {
        padding-left: 20px;
        width: 80px;
    }

    .btq-tabPanier .btq-tabPanierDesignation a {
        text-decoration: none;
        font-size: 20px;
    }

    .btq-tabPanier .btq-tabPanierQte {
        width: 120px;
    }

    .btq-tabPanier .btq-tabPanierSsTotal {
        width: 150px;
        text-align: right;
        padding: 0 30px 0 0;
        vertical-align: middle;
    }

    .btq-tabPanier .btq-tabPanierSupprimer {
        width: 55px;
        padding-right: 20px;
    }

    .btq-tabPanier td input[type="text"] {
        text-align: center;
        background: none;
        font-size: 20px;
    }

.btq-tabPanierSupprimer {
    text-align: right;
}


.btq-tabPanier .btq-barre {
    display: inline-block;
    background: none;
    margin: 0 10px 0 0;
    padding: 2px 0 0 0;
    vertical-align: middle;
}

.btq-tabPanier .btq-prix {
    display: inline-block;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    vertical-align: middle;
}

#panPanier .btn {
    margin-left: 0;
}

.btq-CtPanierVide {
    margin: 30px auto 100px auto;
    padding: 25px;
    font-size: 18px;
    text-align: center;
    width: 400px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #ccc;
}



.panierCtTotal {
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: right;
    font-size: 18px;
    color: #000;
}

.btq-panierCtValiderPanier {
    width: 100%;
    margin: 30px auto;
    text-align: right;
}

    .btq-panierCtValiderPanier .btn {
        margin: 0;
    }




/*---------- Recap --------*/
.btq-recap .btq-tabPanier {
    margin-top: 0;
}

.btq-RecapCtPanier .btq-tabPanier tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btq-recap h2 {
    display: inline-block;
    font-weight: normal;
}

.btq-RecapCtModifierAdr {
    display: inline-block;
    margin-left: 10px;
}

.btq-RecapCtLivraison {
    margin-bottom: 40px;
    display: flex;
}

.btq-RecapCtAdrLivraison {
    background: #fff;
    padding: 20px;
    width: 40%;
    display: inline-block;
    margin-right: 20px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.btq-RecapCtAdrFacturation {
    background: #fff;
    padding: 20px;
    width: 40%;
    display: inline-block;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.titreRecap {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

    .titreRecap span:before {
        font-size: 14px;
        color: #bbb;
        margin-right: 8px;
    }

#litAdresseLivraison, #litAdresseFacturation {
    display: block;
    margin-left: 22px;
}

#litAdresseFacturation {
    margin-top: 10px;
}

.recapAdressChk {
    margin-left: 22px;
}

.btq-recap input[type="checkbox"]:not(:checked) + label,
.btq-recap input[type="checkbox"]:checked + label {
    padding-left: 22px;
}

.recap-nom,
.recap-adresse,
.recap-ville,
.recap-ville,
.recap-cp,
.recap-pays {
    display: block;
}


.btq-RecapCtPaiement {
    margin-bottom: 50px;
}

.btq-RecapCtPaiementPrix {
    background: #fff;
    padding: 20px;
    margin: 10px 0;
}

.btq-RecapTotalLignePanier,
.btq-RecapTotalLignePort,
.btq-RecapTotal {
    display: flex;
}

    .btq-RecapTotalLignePanier span:first-child,
    .btq-RecapTotalLignePort span:first-child,
    .btq-RecapTotal span:first-child {
        display: inline-block;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

.btq-RecapTotalLignePanier {
    font-size: 16px;
    margin-bottom: 10px;
}

.btq-RecapTotalLignePort {
    font-size: 16px;
    margin-bottom: 20px;
}

.btq-RecapTotal {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
}

.btq-RecapCtPaiementCgv {
    background: #fff;
    padding: 20px;
    margin: 20px 0 10px 0;
}

.btq-RecapCtPaiementCt {
    margin-bottom: 50px;
    display: flex;
    margin: 10px 0;
}

.btq-RecapCtPaiementCB,
.btq-RecapCtPaiementCheque {
    background: #fff;
    padding: 20px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 10px 10px;
}

.btq-RecapCtPaiementCB {
    margin-left: 0px;
    margin-right: 0px;
}

.btq-RecapCtPaiementCheque {
    margin-right: 0px;
    margin-left: 20px;
}


.recap-listeCb {
    margin: 20px 0 20px 22px;
}

    .recap-listeCb input {
        margin: 0 5px;
        padding: 3px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid #ddd !important;
    }

        .recap-listeCb input:hover {
            border: 1px solid #777 !important;
        }

        .recap-listeCb input:first-child {
            margin-left: -3px;
        }

.recap-txtCB {
    margin-left: 22px;
    margin-bottom: 10px;
}

.recap-txtCheque {
    margin-left: 22px;
}

    .recap-txtCheque input {
        margin-top: 22px;
        margin-bottom: 20px;
    }


        .recap-txtCheque input:first-child {
            margin-left: 0;
        }

/*------------- REFERENCES ------------*/
/*-------------------------------------*/
/*---------- LISTING REFERENCES (mode liste) --------*/
.listeLigneReferences {
    position: relative;
    width: 100%;
    min-height: 120px;
    margin-bottom: 10px;
}

.listeReferencesConteneurImage {
    width: 160px;
    height: 160px;
    overflow: hidden;
    float: left;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.listeReferencesConteneurTextes {
    float: left;
    width: 815px;
    height: auto;
    margin-left: 15px;
}

.listeReferenceTitre {
    font-size: 12px;
    margin: 0;
}

.listeReferencesConteneurDescription {
    line-height: 15px;
    height: auto;
    text-align: justify;
}

.listeReferencesConteneurLien {
    margin-top: 5px;
    text-align: right;
}

.referencesSepOmbre {
    width: 100%;
    height: 15px;
    background: url(../images/ombreNews.png) center no-repeat;
}

/*---------- LISTING REFERENCES (mode vignettes) --------*/

#ctl00_cphPanMilieu_ctl01_dlReferences {
    margin-bottom: 60px;
    display: block;
}

#ctl00_cphPanMilieu_ctl01_dlReferences > span:nth-of-type(3n) .blocsReferences {
    margin-right: 0px;
}

#ctl00_cphPanMilieu_ctl01_dlReferences > span {
    margin-bottom: 50px;
    display: inline-block;
    vertical-align: top;
}

.blocsReferences {
    width: 290px;
    float: left;
    margin-bottom: 50px;
    margin-right: 30px;
}

.blocsReferences {
    margin-bottom: 0px;
}

.blocsReferencesConteneurImage {
    height: 100px;
    width: 100%;
}

    .blocsReferencesConteneurImage img {
        max-width: 100%;
    }

.blocsReferencesConteneurTextes {
    width: 100%;
}

.blocsReferencesTitre {
    text-align: left;
    font-size: 23px;
    color: #373737;
    font-family: Montserrat-SemiBold;
    line-height: 25px;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;

    display:none;
}

    .blocsReferencesTitre a {
        text-decoration: none;
    }

.blocsReferencesConteurSep {
    height: 1px;
    width: 100px;
    background-color: #373737;
    margin-bottom: 20px;
    margin-top: 15px;
    margin: 15px auto 20px auto;
}

.blocsReferencesConteneurDescription {
    font-family: Montserrat-Regular;
    line-height: 22px;
    color: #373737;
    font-size: 14px;
    text-align: justify;
}


/*---------- TABLEAUX --------*/
/*----------------------------*/
.tab {
    margin-bottom: 30px;
}

    .tab caption {
        font-weight: bold;
        padding: 10px 0;
        font-size: 14px;
    }

        .tab caption:before {
            font-family: 'boonIco2';
            content: " \f05a";
            font-style: normal;
            font-weight: normal;
            margin-right: 7px;
        }

    .tab tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

.tab1 {
    border: 1px solid #bbb;
}

    .tab1 tr th {
        font-weight: bold;
        padding: 10px;
        border: 1px solid #bbb;
        color: #777;
        background: #f9f9f9;
    }

    .tab1 tr td {
        padding: 10px;
        border: 1px solid #bbb;
    }


.tab2 {
}

    .tab2 tr th {
        font-weight: bold;
        padding: 10px;
        border-bottom: 1px dotted #bbb;
    }

    .tab2 tr td {
        padding: 10px;
        border-bottom: 1px dotted #bbb;
    }

    .tab2 tr:nth-child(2n+2) {
        background: #f5f5f5;
    }

/*----------------------------*/
/*------- UC CONNEXION -------*/
/*----------------------------*/

.containerConnexion {
    margin: 0 auto 140px auto;
}

    .containerConnexion h2 {
    }

.ctInscription input[type="text"], .ctInscription input[type="password"] {
    width: 280px;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    background-color: #e9eaf6;
    border-radius: 0px;
    margin-bottom: 20px;
    border: 0px;
    padding: 0px 15px;
    font-size: 17px;
    display: block;
}


.formConnexion .inputIco {
    display: flex;
    justify-content: center;
}

.connexionColGauche {
    display: inline-block;
    width: 49%;
    border-right: solid 1px #c9d4da;
    padding: 0px 30px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
}

.connexionColDroite {
    display: inline-block;
    width: 49%;
    padding: 0px 30px;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
}

.connexionOutilsInscription {
    margin-top: 10px;
    text-align: center;
}


/*--------- UC INSCRIPTION ----------*/
/*----------------------------------*/
.ctInscription {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 30px;
    margin-bottom: 50px;
}


.containerOutilsInscription {
    text-align: center;
    padding: 10px 0;
    margin: 30px auto 0px auto;
}

.containerMessageInscription {
    text-align: center;
}

.ctInscription h2 {
    text-align: left;
    margin-bottom: 30px !important;
}

.ctInscription h3 {
    margin-bottom: 30px !important;
}

.ctInscription .connexionColGauche {
    border: 0;
    margin-right: 50px;
    padding: 0px;
    width: auto;
}

.ctInscription .connexionColDroite {
    padding: 0px;
    width: auto;
}

.panMenuCt {
    display: flex;
}

#panMenu {
    display: inline-block;
}

    #panMenu a {
        display: inline-block;
        border: 1px solid #ccc;
        border-bottom: 0;
        background: rgba(40, 66, 157, 0.59);
        color: #fff;
        text-decoration: none;
        padding: 10px;
    }

        #panMenu a:hover {
            background: #28429d;
            color: #fff;
        }

    #panMenu .actif {
        background: none;
        color: #222;
    }

.panMenuSuite {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}

/*------------- Conteneur connexion ---------------*/
.connexionNom {
    padding-right: 10px;
}

    .connexionNom:hover {
        text-decoration: none;
    }

.lienDeconnexion {
    text-decoration: none;
}

    .lienDeconnexion:hover {
        color: #000;
        text-decoration: underline;
    }


/*--------- ECHANGE DE FICHIERS -------*/
/*------------------------------------*/
.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;
}


/*------  BANDEAU COOKIES CNIL --------*/
/*-------------------------------------*/
.cookiesBar {
    position: fixed;
    width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    background: #000;
    color: #fff;
    z-index: 9999999999;
    padding: 10px 0;
    bottom: 0;
}

    .cookiesBar a {
        text-decoration: underline;
        color: #fff !important;
    }

        .cookiesBar a:hover {
            text-decoration: none;
        }

    .cookiesBar input[type="submit"] {
        background: #fff;
        color: #000;
        border: 0;
        padding: 3px 15px;
        cursor: pointer;
        text-transform: uppercase;
        margin-left: 5px;
        margin-top: 0px;
    }



/*------  MODEL BOONET ------*/
/*--------------------------*/


.contentFlexXcol {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    -webkit-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: stretch;
}

.flexXcol {
    padding: 20px;
    margin: 0 10px 20px 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -ms-align-content: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    align-items: stretch;
}

.modelPage2 .flexXcol:first-child {
    margin-left: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modelPage2 .flexXcol:last-child {
    margin-right: 0;
    max-width: 300px;
}

.modelPage .flexXcol:first-child {
    margin-left: 0;
}

.modelPage .flexXcol:last-child {
    margin-right: 0;
}


.modelPage .flexXcol:nth-child(1) {
    min-width: 220px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 10px;
    max-width: 180px;
}

.modelPageTab {
    display: inline-block;
}

.txtPageSupplement {
    margin: 50px auto;
}

/************** FAQ ****************/

.faqListe {
    margin: 0 0 60px 0;
}

    .faqListe a {
        cursor: pointer;
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 10px;
        padding-left: 15px;
        text-decoration: none;
    }

        .faqListe a:hover {
            text-decoration: underline;
        }

.questionFAQ {
    /*background: rgba(0, 0, 0, 0) url("../images/puce1.png") no-repeat scroll 0 8px;*/
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-left: 15px;
}

    .questionFAQ:before {
        content: '\e9c0';
        font-family: 'boonIco2';
        color: #000;
        font-size: 12px;
        padding-right: 8px;
    }

.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;
    }


.validationCt {
    margin: 80px auto;
    width: 500px;
    background-color: rgba(233, 234, 246, 1);
    box-sizing: border-box;
    padding: 30px;
    text-align: center;
}

    .validation-contact {
        font-size: 20px;
    }

    .btnRetourValidation {
        margin-top: 0px;
    }