a {
	outline: none;
}

.navbar-container {
	text-align: center;
	background-color: white;
	box-shadow: 0px -20px 5px 20px #333333;
	padding: 10px;
	font-size: 0;
}

.navbar-container ul {
	margin: 0;
	padding: 0;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.navbar-container ul li {
	display: inline-block;
	font-size: 16px;
}

.navbar-container ul li a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;	
	padding: 10px;
	transition: color 0.5s;
}

.navbar-container ul li .underline {
	height: 3px;
	background-color: transparent;
	width: 0%;
	transition: width 0.2s, background-color 0.5s;
	margin: 0 auto;
}

.navbar-container ul li.active-link .underline {
	width: 100%;
	background-color: white;
}

.navbar-container ul li:hover .underline {
	background-color: white;
	width: 100%;
}

.navbar-container ul li:hover a {
}
.navbar-container ul li:active a {
	transition: none;
	color: #E3B05F;
}

.navbar-container ul li:active .underline {
	transition: none;
	background-color: #E3B05F;
}

.hideBurgerDesktop {
	display: none;
}
.cacheHeader{
	height: 200px;
}
@media (max-width:990px) {
.hideBurgerDesktop {
	display: block;
}
.hidenav {
		display: none !important;
	}
}
.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}


.buttonValid {
    color:#003D42!important;
	background-color:#ffffff!important;
	font-family: VinciSansRegular;
	border-color:#003D42!important;
}
.buttonValid:hover {
    color:#ffffff!important;
	background-color:#003D42!important;
	font-family: VinciSansRegular;
	border-color:#003D42!important;
}
.buttonProfil {
    color:#536373!important;
	background-color:#ffffff!important;
	font-family: VinciSansRegular;
	border-color:#E3E4EC!important;
}

.buttonProfil:focus {
    border: 2px solid #003D42 !important;
    background-color: #003D42 !important;
    color: #ffffff !important;
}
.buttonProfil:checked {
    border: 2px solid #003D42 !important;
    background-color: #003D42 !important;
    color: #ffffff !important;
}
.container {
    max-width: 1440px!important
}

.quartToFull {
		width: 75%;
		margin: auto;
	}
.col1LogMob {
    float: left;
    width: 20%;
    margin: 0 auto;
    background-color: #00342B;
    margin-left: 5%;
}
.buttonCtaPresta {
    padding: 10px 30px!important;
    border: 2px solid #E3B05F !important;
    background-color: #ffffff !important;
    text-align: center!important;
    color: #E3B05F !important;
    font-weight: bold!important;
    border-radius: 40px!important;
    transition: all 0.3s linear;
    margin: 10px 0;
}

.buttonCtaPresta:hover {
    border: 2px solid #E3B05F !important;
    background-color: #E3B05F !important;
    color: #ffffff !important;
}

.buttonContact {
    color:#003D42;
	background-color:#fff;
	font-family: VinciSansRegular;
	width:130px;
	border-color:#003D42;
	margin-left:1%;
	font-size:16px;
	font-weight:bold;
	float:none!important;
}

.buttonContact:active {
    border: 2px solid #003D42 !important;
    background-color: #003D42 !important;
    color: #ffffff !important;
	font-family: VinciSansRegular;
}
.hrefCtaPresta {
    color: #E3B05F!important;
    font-weight: bold!important;
    text-decoration: none;
}

.hrefCtaPresta:hover {
    font-weight: bold!important;
    text-decoration: none;
    color: #ffffff !important;
}
.textAlignLeftCenter {
    text-align: left !important;
}

.alignImgHome {
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
}

.marginPp {
    margin-left: 12%;
}

.marginRespTwo {
    margin-top: 5%;
    margin-bottom: 5%;
}

.blocTxtHome {
    max-width: 420px !important;
    margin: 0 auto;
}

.blocTxtHomeTwo {
    max-width: 512px !important;
    margin: 0 auto;
}

.blocTxtVe {
    background-color: #F4F4F4 !important;
    max-width: 402px;
}

.blocTxtVeTwo {
    max-width: 610px;
}

.blocTxtVeThree {
    max-width: 839px;
}

.telED {
    width: 100%;
    max-width: 294px;
    height: 280px;
}

* {
    box-sizing: border-box
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 0;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    font-family: VinciSansBold;
    color: #ffffff;
	font-weight: bold;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 0.1s;
    animation-name: fade;
    animation-duration: 3s;
}

@-webkit-keyframes fade {
    from {
        opacity: .7
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .7
    }
    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .slprev,
    .slnext,
    .text {
        font-size: 11px
    }
}

.buttonCta {
    padding: 10px 30px!important;
    border: 2px solid #E3B05F !important;
    background-color: #00342B !important;
    text-align: center!important;
    color: #E3B05F !important;
    font-weight: bold!important;
    border-radius: 40px!important;
    transition: all 0.3s linear;
    margin: 10px 0;
}

.buttonCta:hover {
    border: 2px solid #E3B05F !important;
    background-color: #E3B05F !important;
    color: #00342B !important;
}

.buttonCtaPresta {
    padding: 10px 30px!important;
    border: 2px solid #E3B05F !important;
    background-color: #ffffff !important;
    text-align: center!important;
    color: #E3B05F !important;
    font-weight: bold!important;
    border-radius: 40px!important;
    transition: all 0.3s linear;
    margin: 10px 0;
}

.buttonCtaPresta:hover {
    border: 2px solid #E3B05F !important;
    background-color: #E3B05F !important;
    color: #ffffff !important;
}
.hrefCtaPresta {
    color: #E3B05F!important;
    font-weight: bold!important;
    text-decoration: none;
}

.hrefCtaPresta:hover {
    font-weight: bold!important;
    text-decoration: none;
    color: #ffffff !important;
}
.hrefCta {
    color: #E3B05F!important;
    font-weight: bold!important;
    text-decoration: none;
}

.hrefCta:hover {
    font-weight: bold!important;
    text-decoration: none;
    color: #00342B !important;
}

.containerMozaic {
    width: 98%;
    background-color: #292929;
    margin: 0 auto;
    display: ruby
}

.containerLittleMozaic {
    background-color: #292929;
    padding: 6%;
    margin-left: 9%
}

.Col1Mozaic {
    float: left;
    width: 51%;
    margin: 0 auto
}

.img1Mozaic {
    max-width: 263px;
    float: left;
    margin: 2%;
    width: 45%
}

.imgfullcol1 {
    width: 100%;
    float: left;
    margin: 2%;
    max-width: 528px
}

.Col2Mozaic {
    float: left;
    width: 32%
}

.imgfullcol2 {
    width: 100%;
    float: left;
    margin: 2%
}

.separateurDiv {
    width: 100%;
    margin: 50px
}

.containerFooter {
    background-color: #00342B;
    width: 100%;
    max-width: 1440px
}

.footerTop {
    float: left;
    margin: 10%;
    width: 100%;
    margin: 0 auto;
    background-color: #00342B
}

.col1LogV {
    float: left;
    width: 20%;
    margin: 0 auto;
    background-color: #00342B;
    margin-left: 5%
}

.col2txt {
    float: left;
    width: 25%;
    background-color: #00342B;
    color: #fff;
    text-align: left;
    line-height: 25px;
    font-size: 20px;
    font: normal normal normal 20px/34px Vinci Sans
}

.col3Contact {
    float: left;
    width: 40%;
    margin-left: 5%;
    background-color: #00342B
}

.col3img {
    float: left;
    width: 100%;
    margin-top: 5%;
    background-color: #003d42
}

.footerBot {
    float: left;
    width: 100%;
    margin: 0 auto;
    background-color: #00342B
}

.col1ML {
    width: 100%;
    background-color: #00342B;
    color: #fff;
    text-align: left;
    font-size: 12;
    font-family: VinciSansLight;
}

.containerDescription {
    background-color: #fff;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}

.containerRadius {
    max-width: 1275px;
    border-radius: 10px;
    margin: 0 auto;
    height: 100%
}

.blocTxt {
    font-family: VinciSansRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    width: 49%;
    font-size: 20px;
    text-align: left;
    float: left;
    max-width: 567px;
    margin-right: 5%;
    position: relative;
    left: 8%;
    margin-top: 3%;
    margin-bottom: 6%
}

.blocImg {
    width: 50%;
    max-width: 512px;
    float: left;
    position: relative;
    left: 10%;
    top: 3%;
    margin-top: 3%;
    margin-bottom: 6%
}

.blocImg100 {
    width: 100%;
    max-width: 512px;
    background-color: none
}

.containerTxtImg {
    width: 100%;
    max-width: 1166px;
    border-radius: 10px;
    margin-top: 10px;
    height: 100%;
    padding: 1%;
    background-color: #075056
}

.containerPicto {
    width: 100%;
    background-color: #00a19b;
    margin: 2%
}

.marginPicto {
    background-color: #00a19b;
    width: 90%;
    margin: 0 auto
}

.treeColPict {
    background-color: #00a19b;
    width: 90%;
    margin-left: 12%;
    float: left;
    text-align: center
}

.pictoTxt {
    background-color: #00a19b;
    width: 50%;
    margin: 10px auto;
    max-width: 294px;
    float: left;
    text-align: center
}

.imgPicto {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle
}

.txtPicto {
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: VinciSansRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    font-size: 30px
}

.footerLittlePict {
    width: 17%;
    margin: 0 auto;
    float: left
}

.footerBigPict {
    width: 53%;
    margin: 0 auto;
    float: left
}

.containerVisu1 {
    width: 100%;
    margin: 0 auto
}

.containerPresentation {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    padding: 100px 0
}

.containerPresentationArchi {
    width: 95%;
    border-radius: 10px;
    background-color: #2c2d2d;
    margin: 0 auto;
    max-width: 1275px
}

.prezImg {
    width: 82%;
    margin: 0 auto;
    position: relative;
    bottom: 109px;
    font-family: VinciSansRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center
}

.prezImg2 {
    width: 82%;
    margin: 0 auto;
    position: relative;
    bottom: 109px;
    font-family: VinciSansRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: left;
    font-weight: 300
}

.prezTxt {
    width: 100%;
    height: 100%;
    font-family: VinciSansRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center
}

.containerLaureat {
    width: 100%;
    margin: 0 auto;
    background-color: #0e5359;
    float: left;
    padding: 1%
}

.vodTxt {
    width: 90%;
    margin: 5%;
    background-color: #0e5359
}

.col1Vod {
    width: 60%;
    height: 100%;
    background-color: #0e5359;
    float: left;
    max-width: 839px;
    margin-bottom: 6%
}

.col2ImgTxt {
    width: 38%;
    height: 100%;
    margin-left: 1%;
    background-color: #0e5359;
    float: left;
    max-width: 403px;
    margin-bottom: 6%
}

.logoLaureat {
    width: 25%;
    height: 100%;
    background-color: #0e5359
}

.txtLaureat {
    height: 100%;
    margin-left: 2%;
    background-color: #0e5359;
    font-family: VinciSansRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: left;
    line-height: 31px
}

.containerPresentationVir {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    float: left
}

.imgTxt {
    width: 96%;
    margin: 3%;
    float: left
}

.txtVir {
    width: 48%;
    height: 100%;
    background-color: #fff;
    font: normal normal 300 17px/32px Vinci Sans;
    color: #0e5359;
    text-align: left;
    float: left;
    margin-right: 1%
}

.imgVir {
    height: 100%;
    margin-left: 1%;
    float: left
}

.containerSituation {
    width: 90%;
    margin: 0 auto;
    float: left
}

.col1TxtSit {
    width: 60%;
    margin: 0 auto;
    float: left;
    color: #0e5359;
    font-family: VinciSansRegular;
    font-family: 20px;
    text-align: left;
    margin: 51px auto
}

.col2TxtSit {
    width: 30%;
    margin: 3%;
    height: 75%;
    float: left;
    color: #fff;
    font-family: VinciSansRegular;
    font-family: 17px;
    background-color: #00a19b;
    text-align: center;
    border-radius: 10px;
    padding: 18px
}

.containerSit3Col {
    width: 100%;
    margin: 0 auto;
    background-color: #f8f8f8;
    padding: 2%
}

.sit3Col {
    width: 90%;
    margin: 0 auto
}

.sit1Col {
    width: 33.333%;
    margin: 0 auto;
    float: left
}

.sit2Col {
    width: 33.333%;
    margin: 0 auto;
    float: left
}

.sit3Col3 {
    width: 33.333%;
    margin: 0 auto;
    float: left
}

.sitColImg {
    width: 100%;
    margin: 11% auto;
    text-align: center
}

.sitColTxt {
    width: 100%;
    color: #003d42;
    text-align: center;
    margin: 1%;
    font-size: 20px;
    font-family: VinciSansRegular
}

.containerSit2ImgTxt {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 5%;
    background-color: #0e5359;
    float: left
}

.sit2ImgTxt {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    background-color: #0e5359
}

.sit1Img {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    background-color: #0e5359;
    float: left
}

.sit2Img {
    width: 46%;
    height: 100%;
    margin: 3px 2%;
    background-color: #0e5359;
    float: left
}

.sitImgTxt {
    width: 95%;
    margin: 1% auto
}

.sitTxt {
    width: 100%;
    color: #fff;
    font-family: VinciSansRegular;
    font-size: 23px;
    text-align: center;
    display: block
}

.fullTextLeft80 {
    width: 80%;
    margin: 2% auto;
    font-family: VinciSansRegular;
    font-size: 19px;
    text-align: left
}

.sitImgLeftTxtRight {
    width: 95%;
    margin: 5% auto
}

.sitImg20 {
    width: 30%;
    margin: 0 auto;
    float: left
}

.sitTxt75 {
    width: 65%;
    margin: 1%;
    float: left
}

.apg2colImgTxt {
    width: 100%;
    margin: 0 auto;
    background-color: #fff
}

.apgCol {
    width: 48%;
    margin: 1%;
    padding: 5%;
    background-color: #00a19b;
    float: left;
    max-width: 621px;
    border-radius: 20px;
    height: 549px
}

.apgCol2 {
    width: 100%;
    bottom: 32%;
    position: relative
}

.apgImgTop1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 1%;
    position: relative
}

.apgImgTop2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 1%;
    position: relative
}

.apgTxt {
    width: 100%;
    margin: 0 auto;
    background-color: #00a19b;
    font-family: VinciSansRegular;
    font-size: 19px;
    text-align: left;
    color: #fff;
    height: 100%;
    display: flex;
    font-weight: 300
}

.apg2colImgTxt {
    width: 95%;
    margin: 0 auto
}

.apg2Col {
    width: 48%;
    margin: 1%;
    float: left;
    max-width: 621px
}

.apgtitle {
    width: 100%;
    margin: 2% auto;
    font-family: VinciSansRegular;
    font-size: 35px;
    text-align: left;
    color: #075056
}

.apgimg {
    width: 100%;
    margin: 0 auto
}

.apgtxt {
    width: 100%;
    margin: 2% auto;
    font-family: VinciSansRegular;
    font-size: 20px;
    text-align: left;
    color: #075056;
    font-weight: 300
}

.bgGray {
    background-color: #f2f2f2;
    width: 100%
}

.fullTxtCenter {
    width: 100%;
    font-family: VinciSansRegular;
    margin: 2% auto;
    font-size: 20px;
    text-align: center;
    height: 71px;
    font-weight: 300
}

.containerTwoImg {
    width: 100%;
    margin: 0 auto
}

.twoImg {
    width: 90%;
    margin: 0 auto
}

.oneImg {
    width: 49%;
    padding: 1%;
    float: left;
    text-align: center
}

.fullTxtCenter2 {
    width: 80%;
    font-family: VinciSansRegular;
    font-size: 20px;
    text-align: center;
    display: flex;
    padding: 3%;
    margin: 0 auto
}

.cta {
    width: 294px;
    height: 55px;
    text-align: center;
    border-radius: 70px;
    font-weight: 700
}

.containerCTA {
    width: 100%;
    font-family: VinciSansRegular;
    font-size: 20px;
    text-align: center;
    padding: 3%;
    text-decoration: none
}

.container3col {
    width: 100%;
    margin: 0 auto
}

.troiscol {
    width: 24%;
    float: left;
    max-width: 403px;
    padding: 1%;
    border-radius: 15px;
    text-align: center;
    font-family: VinciSansRegular;
    font-size: 25px;
    color: #fff;
    background-color: #075056;
    margin-left: 7%;
    margin-top: 3%;
    margin-bottom: 3%
}

.containerBlack {
    width: 100%;
    margin-top: 3%;
    margin-bottom: 3%;
    background-color: #292929;
    float: left
}

.container90 {
    width: 90%;
    margin: 0 auto
}

.titleAlignLeft {
    width: 100%;
    margin-bottom: 3%;
    color: #fff;
    text-align: left;
    font-family: VinciSansRegular;
    font-size: 30px
}

.container50 {
    width: 50%;
    float: left;
    margin-bottom: 3%
}

.txtCta {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: left;
    font-family: VinciSansRegular;
    font-size: 20px;
    padding-left: 33px;
    padding-top: 0;
    line-height: 33px
}

.containerGrey {
    width: 100%;
    padding: 3%;
    display: flex;
    background-color: #f2f2f2
}

.paragraphe90Left {
    width: 100%;
    color: #646464;
    text-align: left;
    font-size: 20px;
    margin-top: 3%;
    margin-bottom: 3%
}

.txtcenter {
    width: 90%;
    color: #fff;
    text-align: center;
    font-family: VinciSansRegular;
    font-size: 20px;
    margin: 6% auto;
    font-weight: 300
}

.video90 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 5%;
    text-align: center
}

.video90two {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1%;
    text-align: center
}

.txtToCta {
    margin-top: 4%;
    margin-left: 20%
}

.blocNewRgpd {
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
    color: #536373;
    font-family: VinciSansRegular;
    font-size: 16px;
    height: 79px;
    padding-left: 15px
}

.rgpdTxtLeft {
    width: 60%;
    text-align: left;
    padding-top: 18px;
    padding-left: 27px;
    float: left
}

.rgpdTxtBtnRight {
    width: 30%;
    text-align: left;
    padding-top: 18px;
    float: left
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
    float: right
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.slider:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    left: 0;
    bottom: -2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 2px 2px 2px #0000003D
}

input:checked+.slider {
    background-color: #00a19b
}

input:focus+.slider {
    box-shadow: 0 0 1px #00a19b
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.textLeftCta {
    width: 50%;
    float: left
}

.rightCta {
    width: 30%;
    float: right
}

.fullFooter {
    background-color: #00342B;
    width: 100%;
    margin: 0 auto;
    display: flex
}

.headerLogoRight .white {
    fill: #fff;
    stroke: #fff;
    animation: b 0s ease-out
}

.headerContainer {
    width: 100%;
    margin: 0 auto;
    display: flex
}

.theNavbar {
    z-index: 10000000;
    top: 0;
    position: sticky!important
}

.custom-dropdown--large {
    font-size: 1.5em
}

.custom-dropdown--small {
    font-size: .7em
}

.custom-dropdown__select {
    font-size: inherit;
    padding: .5em;
    margin: 0
}

.custom-dropdown__select--white {
    background-color: #fff;
    color: #444
}

@supports (pointer-events:none) and ((-webkit-appearance:none) or (-moz-appearance:none) or (appearance:none)) {
    .custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: middle
    }
    .custom-dropdown__select {
        padding-right: 2.5em;
        border: 0;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }
    .custom-dropdown::after,
    .custom-dropdown::before {
        content: "";
        position: absolute;
        pointer-events: none
    }
    .custom-dropdown::after {
        content: "\25BC";
        height: 1em;
        font-size: .625em;
        line-height: 1;
        right: 1.2em;
        top: 50%;
        margin-top: -.5em
    }
    .custom-dropdown::before {
        width: 2em;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0 3px 3px 0
    }
    .custom-dropdown__select[disabled] {
        color: rgba(0, 0, 0, .3)
    }
    .custom-dropdown.custom-dropdown--disabled::after {
        color: rgba(0, 0, 0, .1)
    }
    .custom-dropdown--white::before {
        top: .5em;
        bottom: .5em;
        background-color: #fff;
        border-left: 1px solid rgba(0, 0, 0, .1)
    }
    .custom-dropdown--white::after {
        color: rgba(0, 0, 0, .9)
    }
    @-moz-document url-prefix() {
        .custom-dropdown__select {
            padding-right: .9em
        }
        .custom-dropdown--large .custom-dropdown__select {
            padding-right: 1.3em
        }
        .custom-dropdown--small .custom-dropdown__select {
            padding-right: .5em
        }
    }
}

#panel,
.flip {
    font-size: 16px
}

#panel {
    display: none
}

.bg-picto1 {
    width: 66px;
    height: 57px;
    background: url('../img/home_sprite.png') -89px -130px;
    padding-top: 23%;
    margin-top: 10%;
}

.bg-picto2 {
    width: 59px;
    height: 66px;
    background: url('../img/home_sprite.png') -10px -130px;
    padding-top: 23%;
    margin-top: 10%;
}

.bg-picto3 {
    width: 100px;
    height: 100px;
    background: url('../img/home_sprite.png') -10px -10px;
}

.bg-picto4 {
    width: 100px;
    height: 100px;
    background: url('../img/home_sprite.png') -130px -10px;
}

.bg-picto5 {
    width: 63px;
    height: 63px;
    background: url('../img/sprite_footer.png') -10px -93px;
    padding: 7%;
    display: block;
}

.bg-picto6 {
    width: 63px;
    height: 63px;
    background: url('../img/sprite_footer.png') -93px -93px;
    padding: 7%;
    display: block;
}

.bg-picto7 {
    width: 230px;
    height: 63px;
    background: url('../img/sprite_footer.png') -10px -10px;
    padding: 7%;
    display: block;
}

.bgpresentation {
    background: url(../img/banniere/ban_presentation.png);
    width: 100%;
    height: 313px;
    max-width: 1440px;
}

.bgsituation {
    background: url(../img/banniere/ban_situation.png);
    width: 100%;
    height: 313px;
    max-width: 1440px;
}

.bgagp {
    background: url(../img/banniere/ban_agp.png);
    width: 100%;
    height: 313px;
    max-width: 1440px;
}

.bgressenior {
    background: url(../img/banniere/ban_res_senior.png);
    width: 100%;
    height: 313px;
    max-width: 1440px;
}

.bglpdvi {
    background: url(../img/banniere/ban_lpdvi.png);
    width: 100%;
    height: 313px;
    max-width: 1440px;
}

.bgfocus {
    background: url(../img/banniere/ban_focus.png);
    width: 100%;
    height: 313px;
    max-width: 1440px;
}

.bgprixplans {
    background: url(../img/banniere/ban_prixplans.png);
    width: 100%;
    height: 313px;
    max-width: 1440px;
}

.bgcontact {
    background: url(../img/banniere/ban_contact.png);
    width: 100%;
    height: 313px;
    max-width: 1440px;
}

.contenuBan {
    width: 80%;
    font-size: 50px;
    color: #FFF;
    text-align: left;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 6%;
}

@media screen and (min-width:200px) and (max-width:870px) {
    .blocTxt {
        font: normal normal 300 20px/32px Vinci Sans;
        color: #fff;
        width: 90%;
        text-align: center;
        margin-left: 5%;
        position: initial
    }
    .blocImg {
        width: 90%;
        float: none;
        top: 0;
        left: 0;
        margin: 0 auto
    }
    .containerRadius {
        background-color: #075056;
        width: 90%;
        max-width: 1166px;
        border-radius: 10px;
        margin: 0 auto;
        text-align: center
    }
    .treeColPict {
        background-color: #00a19b;
        text-align: center;
        margin: 0 auto;
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .Col1Mozaic {
        width: 100%;
        margin: 0 auto
    }
    .Col2Mozaic {
        width: 100%;
        margin: 0 auto;
        float: none
    }
    .imgfullcol2 {
        width: 96%;
        float: none;
        margin: 3% 2%
    }
    .col1Vod {
        width: 100%;
        height: 100%;
        background-color: #0e5359;
        float: none;
        margin: 0 auto
    }
    .col2ImgTxt {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-color: #0e5359;
        float: none;
        max-width: 403px
    }
    .txtLaureat {
        height: 100%;
        margin: 0 auto;
        background-color: #0e5359;
        font-family: VinciSansRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
        color: #fff;
        text-align: center
    }
    .logoLaureat {
        width: 100%;
        height: 100%;
        margin: 3% auto;
        text-align: center
    }
    .imgTxt {
        width: 100%;
        margin: 0 auto
    }
    .txtVir {
        width: 100%;
        height: 100%;
        background-color: #fff;
        font-family: VinciSansRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
        color: #0e5359;
        text-align: left;
        margin: 1%;
        float: none
    }
    .imgVir {
        height: 100%;
        text-align: center;
        margin: 3% auto;
        float: none
    }
    .prezImg {
        width: 100%;
        font-family: VinciSansRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
        color: #fff;
        text-align: center;
        margin: 3% auto;
        position: relative;
        bottom: 27px
    }
    .containerPresentation {
        padding: 45px 0
    }
    .containerPresentationArchi {
        width: 100%;
        border-radius: 10px;
        background-color: #2c2d2d;
        margin: 0 auto
    }
    .containerPresentationVir {
        padding: 20px 0
    }
    .imgTxt {
        width: 100%;
        margin: 0 auto
    }
    .txtVir {
        height: 100%;
        background-color: #fff;
        font-family: VinciSansRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
        color: #0e5359;
        text-align: left;
        margin: 3% auto;
        padding: 3%
    }
    .imgVir {
        height: 100%;
        margin: 0 auto
    }
    .col3img {
        float: none;
        text-align: center;
        width: 100%;
        height: 100%;
        padding: 3%
    }
    .col1LogV {
        width: 100%;
        margin: 0 auto;
        background-color: #00342B !important;
        float: none
    }
    .col1LogMob {
        width: 100%;
        margin: 5% auto;
        background-color: #00342B !important;
        float: none
    }
    .col2txt {
        float: none;
        width: 100%;
        background-color: #00342B !important;
        color: #fff;
        text-align: center;
        line-height: 25px;
        font-size: 20px;
        margin: 0 auto;
        font: normal normal normal 20px/34px Vinci Sans
    }
    .col3Contact {
        float: none;
        width: 100%;
        margin: 0 auto;
        background-color: #00342B !important;
    }
    .footerLittlePict {
        width: 100%;
        float: none;
        margin: 0 auto;
        text-align: center;
        padding: 3%
    }
    .footerBigPict {
        width: 100%;
        margin: 0 auto;
        float: none;
        text-align: center;
        padding: 3%
    }
    .col1ML {
        float: left;
        width: 95%;
        background-color: #00342B !important;
        color: #fff;
        margin-top: 5%;
        text-align: center
    }
    .col1TxtSit {
        width: 100%;
        margin: 2% auto;
        float: none
    }
    .col2TxtSit {
        width: 100%;
        height: 39%;
        margin: 2% auto;
        float: none
    }
    .sit1Col {
        width: 100%;
        margin: 0 auto;
        float: none
    }
    .sit2Col {
        width: 100%;
        margin: 0 auto;
        float: none
    }
    .sit3Col3 {
        width: 100%;
        margin: 0 auto;
        float: none
    }
    .sit1Img {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-color: #0e5359
    }
    .sit2Img {
        width: 100%;
        height: 100%;
        margin: 5% auto;
        background-color: #0e5359
    }
    .sitTxt {
        font-size: 17px
    }
    .sitImgLeftTxtRight {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 5%
    }
    .sitImg20 {
        width: 100%;
        margin: 0 auto;
        text-align: center
    }
    .sitTxt75 {
        width: 65%;
        padding-top: 56%;
        margin-bottom: 2%;
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .apg2colImgTxt {
        width: 100%;
        margin: 0 auto;
        background-color: #fff
    }
    .apgCol {
        width: 100%;
        margin: 1% auto;
        padding: 5%;
        height: 51%;
        background-color: #00a19b;
        float: none;
        border-radius: 20px
    }
    .apgCol2 {
        width: 100%;
        bottom: 0
    }
    .apgImgTop1 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 1%;
        position: inherit
    }
    .apgImgTop2 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 1%;
        position: inherit
    }
    .apgTxt {
        width: 100%;
        margin: 0 auto;
        background-color: #00a19b;
        font-family: VinciSansRegular;
        font-size: 19px;
        text-align: left;
        color: #fff;
        display: flex
    }
    .apg2Col {
        width: 95%;
        margin: 0 auto;
        float: none
    }
    .apgimg {
        width: 100%;
        margin: 0 auto
    }
    .apgtxt {
        width: 100%;
        margin: 5% auto;
        font-family: VinciSansRegular;
        font-size: 20px;
        text-align: left;
        color: #075056
    }
    .oneImg {
        width: 95%;
        padding: 1%;
        text-align: center
    }
    .troiscol {
        width: 100%;
        float: none;
        padding: 1%;
        border-radius: 15px;
        text-align: center;
        color: #fff;
        background-color: #075056;
        margin: 3% auto
    }
    .cta {
        width: 294px;
        height: 55px;
        text-align: center;
        border-radius: 70px;
        font-weight: 700;
        margin: 0 auto
    }
    .container50 {
        width: 100%;
        float: none;
        margin-bottom: 3%
    }
    .prezImg2 {
        width: 100%;
        margin: 0 auto;
        position: initial;
        bottom: 109px;
        font-family: VinciSansRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
        color: #fff;
        text-align: left;
        font-weight: 300
    }
    .txtPrezImg2 {
        width: 100%;
        margin: 0 auto;
        position: initial;
        bottom: 109px;
        font-family: VinciSansRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
        color: #fff;
        text-align: left;
        font-weight: 300;
        padding: 3%
    }
    .spacerBloc {
        width: 100%;
        height: 40px;
        margin: 0 auto
    }
    .forminput {
        width: 92%!important
    }
    .formCtaPos {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: flex
    }
    .formTxtPos {
        width: 100%;
        margin: 0 auto
    }
    .pictoTxt {
        background-color: #00a19b;
        width: 100%;
        margin: 0 auto;
        max-width: 294px;
        max-height: 143px;
        float: none;
        text-align: center
    }
    .txtPicto {
        margin-bottom: 3%
    }
    .blocImg100 {
        width: 100%;
        max-width: 512px;
        background-color: none;
        margin-bottom: 6%
    }
    .imgfullcol1 {
        width: 95%;
        float: left;
        margin: 2%;
        max-width: 556px
    }
    .containerLittleMozaic {
        background-color: #292929;
        margin: 0 auto
    }
    .txtToCta {
        margin-top: 5%;
        width: 100%;
        display: flex
    }
    .bg-picto1 {
        width: 66px;
        height: 57px;
        background: url('../img/home_sprite.png') -89px -130px;
    }
    .bg-picto2 {
        width: 59px;
        height: 66px;
        background: url('../img/home_sprite.png') -10px -130px;
    }
    .bg-picto3 {
        width: 100px;
        height: 100px;
        background: url('../img/home_sprite.png') -10px -10px;
    }
    .bg-picto4 {
        width: 100px;
        height: 100px;
        background: url('../img/home_sprite.png') -130px -10px;
    }
    .bg-picto5 {
        width: 63px;
        height: 63px;
        background: url('../img/sprite_footer.png') -9px -93px;
        padding: 7%;
        display: inline-block;
    }
    .bg-picto6 {
        width: 63px;
        height: 63px;
        background: url('../img/sprite_footer.png') -93px -93px;
        padding: 6%;
        display: inline-block;
    }
    .bg-picto7 {
        width: 230px;
        height: 63px;
        background: url('../img/sprite_footer.png') -10px -10px;
        padding: 7%;
        display: inline-block;
    }
}

@media (max-width:770px) {
	.quartToFull {
		width: 100%;
		margin: auto;
	}
    .textAlignLeftCenter {
        text-align: center !important;
        padding: 3% !important;
        width: 90% !important;
    }
    .resize {
        width: 100% !important;
        margin: auto;
        text-align: center;
    }
    .addMargin {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .alignImgHome {
        text-align: center;
        margin-left: 0%;
    }
    .blocTxtHome {
        max-width: none !important;
        margin: auto;
        width: 100%;
        text-align: center;
    }
    .blocTxtHomeTwo {
        max-width: none !important;
        margin: auto;
        width: 100%;
        text-align: center;
    }
    .blocTxtVe {
        max-width: none !important;
        margin: auto;
        width: 100%;
        text-align: center;
    }
    .blocTxtVeTwo {
        max-width: none !important;
        margin: auto;
        width: 100% !important;
        text-align: center;
    }
    .blocTxtVeThree {
        max-width: none !important;
        margin: auto !important;
        width: 100% !important;
        text-align: center !important;
    }
    .noPadding {
        padding: 0 !important;
    }
    .txtToCta {
        margin-left: 0;
        display: block;
    }
    .imgActu {
        margin-top: 2%;
    }
    .marginPp {
        margin-left: 0;
    }
    .marginResp {
        margin-top: 2%;
    }
    .marginRespTwo {
        margin-top: 10%;
    }
    .telED {
        width: 320px;
        text-align: center;
        margin: auto;
    }
}
@media (max-width:750px) {
	.logoHeader{
		margin: 3%
	}
}
@media (max-width:865px) {
	.telmob{
		margin-top: 6% !important;
	}
}