/* CSS Document */

/* TEST */

/*------------------------------------------------------*/

*{
	margin:0;
	padding:0;	
	
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent; 
	
	/*
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	*/
	
	
	/*-webkit-transform: translate3d(0,0,0);*/

}



@viewport {
    /*
	width: auto, device-width !important;
	zoom:1 !important;
	min-zoom:1 !important;
	max-zoom:1 !important;
    */
} 


html{
	/*height:100%;
	
    overflow: hidden;*/
    height:100%;
    position: relative;
}





@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Light.woff') format('woff'),
         url('fonts/Roboto-Light.ttf') format('truetype'),
         url('fonts/Roboto-Light.svg#Roboto') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular.woff') format('woff'),
         url('fonts/Roboto-Regular.ttf') format('truetype'),
         url('fonts/Roboto-Regular.svg#Roboto') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoBold';
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Bold.woff') format('woff'),
         url('fonts/Roboto-Bold.ttf') format('truetype'),
         url('fonts/Roboto-Bold.svg#Roboto') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Quicksand';
    src: url('fonts/QuicksandBook-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/QuicksandBook-Regular.woff') format('woff'),
         url('fonts/QuicksandBook-Regular.ttf') format('truetype'),
         url('fonts/QuicksandBook-Regular.svg#QuicksandBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('fonts/QuicksandBold-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/QuicksandBold-Regular.woff') format('woff'),
         url('fonts/QuicksandBold-Regular.ttf') format('truetype'),
         url('fonts/QuicksandBold-Regular.svg#QuicksandBook') format('svg');
    font-weight: bold;
    font-style: normal;
}



@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gilroy-Light.woff') format('woff'),
         url('fonts/Gilroy-Light.ttf') format('truetype'),
         url('fonts/Gilroy-Light.svg#Gilroy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gilroy-ExtraBold.woff') format('woff'),
         url('fonts/Gilroy-ExtraBold.ttf') format('truetype'),
         url('fonts/Gilroy-ExtraBold.svg#Gilroy') format('svg');
    font-weight: bold;
    font-style: normal;
}


body{

	height:100%;
	min-height:100%;	
	min-width:320px;

    font-family:'Quicksand',Arial, sans-serif;
	
	text-align:center;	
	position:relative;
	
	
	font-size:12px;
	line-height:normal;
    
    font-size: 20px;
    line-height: 26px;

	
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	
    /*background:#FFFFFF;*/
	color: #828282;

	
	overflow-x:hidden;
	overflow-y:auto;
    
    
    /*
    background-image:url('img/white_wave.png?cache=2');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 542px;
    */
  opacity:0;
}

body.loaded{
    opacity:1;
}


body.has_image_bg{
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

body.res_1390.has_image_bg{
    background-size:auto 916px;
}

body.home{
    background:#FFF !important;
}


/*--- REAL SIZE CHECKER ----*/

body.checkSize{
	overflow:hidden !important;	
}

body.checkSize #homeTop{
    overflow:hidden !important;	
}

#current_size_checker_tl{
	position:fixed;
	z-index:0;
	top:0;
	left:0;
	width:0;
	height:0;
	background:transparent none;
}
#current_size_checker_tr{
	position:fixed;
	z-index:0;
	top:0;
	right:0;
	width:0;
	height:0;
	background:transparent none;
}

#current_size_checker_bl{
	position:fixed;
	z-index:0;
	bottom:0;
	left:0;
	width:0;
	height:0;
	background:transparent none;
}
#current_size_checker_br{
	position:fixed;
	z-index:0;
	bottom:0;
	right:0;
	width:0;
	height:0;
	background:transparent none;
	
}



.clear{
	float:none; 
	clear:both;
	height:0;
	line-height:0;
	font-size:0.0001em;
	overflow:hidden;
	display:block;
}

#cache,
.cache{
	height:0;
	width:0;
	overflow:hidden;
	line-height:0.000001em;
	font-size:0.000001em;	
}

img{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;		
}

a img{
	border:none;	
}

li{
	list-style:none none outside;	
}


*:focus {
    outline: none;
}

input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius:0px;
}

input[type='checkbox']{
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}

.hidden{
	display:none !important;
}

img{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;	
}

*:focus {
    outline: none;
}

input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius:0px;
}

.verticalAlign{

	position:absolute;
	top:50%;	
	left:0;
	width:100%;
	-moz-transform:    translateY(-50%);
    -o-transform:      translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform:         translateY(-50%);
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=1,
            M12=0,
            M21=0,
            M22=1,
            SizingMethod='auto expand');
   
   

}


#wpadminbar{
    opacity: 0.2;

}

/*--------------------------------------------------------*/

#root{
    position: relative;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 800px, rgba(255,255,255,1) 800px, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(800px, rgba(255,255,255,0)), color-stop(800px, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 800px, rgba(255,255,255,1) 800px, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 800px, rgba(255,255,255,1) 800px, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 800px, rgba(255,255,255,1) 800px, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 800px, rgba(255,255,255,1) 800px, rgba(255,255,255,1) 100%);
    
    overflow-x: hidden;
}

#page{
    position: relative;
    padding-top: 222px;
    
    
    
    overflow-x: hidden;
    
    
    background-image:url('img/white_wave.png?cache=3');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 542px;

}

body.res_1550 #page{
    background-position: 0 360px;
    padding-top:140px;
}

body.res_1120 #page{
    background-position: 0 300px;
    padding-top:50px;
}

body.res_900 #page{
    background-size: 900px auto;
    background-position: center -200px;
    background-image:url('img/white_wave2.png?v=3');
}

#header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 600;
    text-align: center;
    background:rgba(255,255,255,0);
}

#header.scrolled{
    background:rgba(255,255,255,1);
}

body.res_1120 #header{
    background:rgba(255,255,255,1);
    height:60px;
    overflow: visible;
}

body.res_1120 #header .menu-menu-principal-container{
    position:fixed;
    top:60px;
    left:-100%;
    bottom:0;
    z-index: 599;
    width:100%;
    background:rgba(0,0,0,0.36);
}

body.res_1120 #menu-menu-principal{
    position:absolute;
    z-index: 10;
    left:0;
    top:0;
    width:80%;
    height:100%;
    background:rgba(255,255,255,1);
}

body.res_1120 #header .menu-menu-principal-container.opened{
    left:0;
}



#site-navigation{
   max-width:1170px;
    position:relative;
    padding:0 20px;
    margin: auto;
    text-align: left;
    padding-top: 95px;
    padding-bottom: 40px;
    overflow: visible;
}

body.res_1550 #site-navigation{
    max-width: none;
    padding-left: 200px;
    padding-top: 25px;
}

#site-navigation.scrolled{
    padding-top: 25px;
    padding-bottom: 25px;
}

#site-navigation .topLogo{
    position:absolute;
    left:-200px;
    top:70px;
    z-index: 200;
    width:140px;
    height:64px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 140px auto;
    font-size:0 !important;
    line-height: 0 !important;
    overflow: hidden;
    text-indent: -9999px;
    letter-spacing: -10px;
    text-decoration: none !important;
    color:transparent !important;
}


body.res_1550 #site-navigation .topLogo{
    left:20px;
    top:0;
}

#site-navigation .topLogo.scrolled{
    top:0;
}

body.res_1120 #site-navigation .topLogo{
 top:0;
    left:50px;
    width: 140px;
    height: 60px;
    background-size: 110px auto;
}

body.res_430 #site-navigation .topLogo{
    background-size: 90px auto;
    background-position: 0 5px;
}


body.res_1120 #menuBarBtn {
	font-family: 'FontAwesome' !important;	
    position:absolute;
    z-index: 601;
    top:0;
    left:0;
    font-size:40px;
    line-height: 40px;
    padding:10px;
    cursor: pointer;
}
body.res_1120 #menuBarBtn::before{
	content: "\f0c9"; 	
}
body.res_1120 #menuBarBtn.opened::before{
	content: "\f00d"; 	
}

body.res_760 #menuBarBtn {
    font-size:30px;
    line-height: 30px;
    padding:15px 10px;
}


#site-navigation a.topConnectBtn:link,
#site-navigation a.topConnectBtn:visited{
    position:absolute;
    display:block;
    right:-50px;
    top:83px;
    z-index: 200;
    text-decoration: none;
    font-size:15px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#454545;
    font-weight: bold;
    
    padding:16px 34px 16px 51px;
    
     border-radius: 25px;
      background: #ffffff url("img/topConnectBtn.png") no-repeat 19px center;
    background-size:auto 18px;
      box-shadow: 0px 5px20px rgba(0,0,0,0.1);
    
}

body.res_1550 #site-navigation a.topConnectBtn{
    right:20px;
    top:20px;
}

#site-navigation a.topConnectBtn.scrolled:link,
#site-navigation a.topConnectBtn.scrolled:visited{
    top:20px;
}

body.res_1120 #site-navigation a.topConnectBtn{
    top:5px !important;
    right:0 !important;
}

body.res_430 #site-navigation a.topConnectBtn{
    font-size:13px;
    line-height: 15px;
    padding-right: 20px;
    padding-left: 30px;
    background-position: 0 center;
}

#site-navigation .main-menu-more{
    display:none;
}

#menu-menu-principal{
    font-weight: bold;
    font-size:20px;
    line-height: 23px;
    color:#323131;
}

#menu-menu-principal li{
    display:inline-block;
    vertical-align: middle;
    margin-right: 35px;
    padding-bottom: 15px;
    border-bottom:2px solid transparent;
}

#menu-menu-principal li.current-menu-item,
#menu-menu-principal li.current_page_parent {
    border-color:#323131;
}
body.white_menu #menu-menu-principal li.current-menu-item,
body.white_menu #menu-menu-principal li.current_page_parent{
    border-color:#FFF;
}
.scrolled #menu-menu-principal li.current-menu-item,
.scrolled #menu-menu-principal li.current_page_parent {
    border-color:#323131 !important;
}

body.res_1120 #menu-menu-principal li{
 display:block;
    margin:0;
    padding:0;
    text-align: left;
    border-bottom: 1px solid rgba(225,225,225,1.00) !important;
}
body.res_1120 #menu-menu-principal li.current-menu-item,
body.res_1120 #menu-menu-principal li.current_page_parent{
    border-bottom: 1px solid rgba(225,225,225,1.00) !important;
}

#menu-menu-principal li:last-child{
    margin-right: 0;
}

#menu-menu-principal a:link,
#menu-menu-principal a:visited,
#menu-menu-principal.scrolled a:link,
#menu-menu-principal.scrolled a:visited,
body.white_menu #menu-menu-principal.scrolled a:link,
body.white_menu #menu-menu-principal.scrolled a:visited{
    display:inline-block;
    vertical-align: middle;
    color:#323131;
    text-decoration: none;
}




body.white_menu #menu-menu-principal a:link,
body.white_menu #menu-menu-principal a:visited{
    color:#FFF;
    
}

body.res_1120 #menu-menu-principal a{
    display: block !important;
    padding:20px;
    font-size:20px;
    line-height: 25px;
    color:#323131 !important;
}



body.res_1120 #menu-menu-principal li.current-menu-item a{
    color:#FFF !important;
    background: -moz-linear-gradient(left, rgba(224,148,146,1) 0%, rgba(232,198,46,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(224,148,146,1)), color-stop(100%, rgba(232,198,46,1)));
    background: -webkit-linear-gradient(left, rgba(224,148,146,1) 0%, rgba(232,198,46,1) 100%);
    background: -o-linear-gradient(left, rgba(224,148,146,1) 0%, rgba(232,198,46,1) 100%);
    background: -ms-linear-gradient(left, rgba(224,148,146,1) 0%, rgba(232,198,46,1) 100%);
    background: linear-gradient(to right, rgba(224,148,146,1) 0%, rgba(232,198,46,1) 100%);
}

#content{
    position:relative;
}


.edit-link{
    display:none;
}

/*----------------------------------------------------------------------------------*/

#footer{
    position:relative;
    padding-bottom: 50px;
    padding-top: 80px;
    font-family: 'Gilroy';
    background:#FFF;
}

#footerContents{
    position: relative;
    margin: auto;
    /*max-width: 1175px;*/
}

#footerContents .col{
    display:inline-block;
    vertical-align: middle;
    text-align: left;

}



#footerContents .col1{
    width:350px;
}

body.res_1300 #footerContents .col1{
     display:block;
    width:100%;
    text-align: center;
    margin-bottom: 30px;
}

body.res_900  #footerContents .col1{
     display:none;   
}

#footerContents .logo img{
    display:inline-block;
    vertical-align: middle;
    width:235px;
}

#footerContents .col2{
    width:380px;
    vertical-align: top;
}

#footerContents .col2 .tl{
    color:#393939;
    
    font-weight: bold;
    font-size:24px;
    line-height: 25px;
    
    font-size:24px;
    line-height: 28px;
    margin-bottom: 28px;
}

#footerContents .col3{
    width:275px;
    
}



.footerSnsLinks a:link,
.footerSnsLinks a:visited{
    display:inline-block;
    vertical-align: middle;
    width:40px;
    height: 40px;
    margin-right:12px;
    text-decoration: none;
    border:1px solid #dcdcdc;
    
    border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    
    background-repeat: none;
    background-position: center center;
    background-size: cover;
}

.footerSnsLinks a:last-child{
    margin-right:0 !important;
}

.footerSnsLinks a.facebook{
    background-image: url("img/sns_facebook.png");
    
}
.footerSnsLinks a.instagram{
    background-image: url("img/sns_instagram.png");
    
}
.footerSnsLinks a.pinterest{
    background-image: url("img/sns_pinterest.png");
    
}


#footerContents .col4{
    width:200px;

}

#footerContents .col4 .tl{
    margin-bottom: 15px;
    font-size:24px;
    line-height: 28px;
    color:#393939;
}

body.res_900 #footerContents .col{
    display:block;
    text-align: center;
    width:100%;
}

body.res_900 #footerContents .col1{
    display:none;
}

body.res_900 #footerContents .col4{
    margin-top:30px;
}


#footerContents .copyrights{
    padding: 80px 10px 0 10px;
    color:#6B6C6D;
    font-size:17px;
    line-height: 20px;
}

body.res_900 #footerContents .copyrights{
    padding-top: 50px;
}

#footerContents .footer-menu{
    
}

#footerContents .footer-menu li{
    margin-bottom: 23px;
}

body.res_900 #footerContents .footer-menu li{
    margin-bottom: 10px;
}

#footerContents .footer-menu li:last-child{
    margin-bottom: 0;
}

#footerContents .footer-menu a:link,
#footerContents .footer-menu a:visited{
    color:#393939;
    
    font-weight: bold;
    font-size:24px;
    line-height: 25px;
    text-decoration: none;
    
    
}

#footerContents .footer-menu .sub-menu{
    padding-top: 27px;
}

body.res_900 #footerContents .footer-menu .sub-menu{
    padding-top: 10px;
}

#footerContents .footer-menu .sub-menu li{
    margin-bottom: 12px;
}

body.res_900 #footerContents .footer-menu .sub-menu li{
    margin-bottom: 5px;
}

#footerContents .footer-menu .sub-menu a:link,
#footerContents .footer-menu .sub-menu a:visited{
    font-weight: normal;
    color:#8C8E91;
    font-size:17px;
    line-height: 22px;
}



/*------------------------------------------------------------------------------------*/


#primary{
    max-width:1170px;
    position:relative;
    padding:0 20px;
    margin: auto;
    overflow: visible;
}

.site-content,
.entry-content,
.entry,
.site-main{
    overflow: visible;
}


.pageHeader{
    margin-bottom: 135px;
    color:#FFF;
}

body.res_900 .pageHeader{
     padding-top: 40px;   
}

.pageHeader h2{
    font-family: 'Gilroy';
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 14px;
    padding: 0 10px;
}
.pageHeader h1{
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 58px;
    line-height: 70px;
    padding: 0 10px;
}

body.res_760 .pageHeader h1{
    font-size: 40px;
    line-height: 40px;
}
body.res_760 .pageHeader h1 br{
    display:none;
}

.colms2{
    columns: 2;
    column-gap:105px;
    text-align: left;
}

body.res_1170 .colms2{
    column-gap:50px;
}

body.res_900 .colms2{
    columns: initial;
}

.colms2 .breakCol{
    break-after: always;
    -moz-column-break-after: always;
    -webkit-column-break-after: always;
}

.stdCtn{
    font-size:17px;
    line-height: 30px;
    color:#83878E;
    font-family: 'Roboto';
    font-family: 'Quicksand';
}

.stdCtn h2{
    font-family: 'Gilroy';
    font-weight: bold;
    color:#2C2C2C;
    margin-bottom: 20px;
}

.stdCtn p{
    margin-bottom: 20px;
}

.stdCtn img{
    width:100%;
    display:block;

}

.imgCtn{
    margin-bottom:70px;
} 

.imgCtn legend{
    font-size:12px;
    line-height: 21px;
    padding-top: 10px;
}


body.page-id-20 .imgCtn.first{
   /* margin-top: -220px;*/
}

body.res_900 .colms2 .imgCtn.first{
    text-align: center;
    margin-top: -150px;
}

body.page-id-20 .colms2{
    margin-top:350px;
}

body.page-id-20 .colms2 img{
    max-width: 500px;
    margin: auto;
}

.signName{
    font-family: 'Gilroy';
    font-size:16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color:#3E3E3E;
    margin-bottom: 10px;
}

.signName span{
    display:inline-block;
    vertical-align: middle;
    background:#3E3E3E;
    width:23px;
    height:2px;
    margin-right:16px;
}

.stdCtn img.sign{
    width:auto;
    display:inline-block;
}

/*--------------------------------------*/

#homeTopIllu{
    position:absolute;
    left:688px;
    top:-390px;
    /*overflow: hidden;*/
    z-index: 0;
    
    pointer-events: none;
    
    /*height:1240px;
    width:820px;*/
    
    
    
    /*display:none;*/
   
}

body.res_1024 #homeTopIllu{
    position:relative;
    left:auto;
    top:auto;
    height:50px;
}

body.res_950 #homeTopIllu{
    height:200px;
}
body.res_850 #homeTopIllu{
    height:250px;
}



body.res_640 #homeTopIllu{
    height:150px;
}

#homeTopIllu .imgCtn{
    position:absolute;
    width:1020px;
    height:1020px;
    
    top:0;
    left:0;
    
    z-index: 3;
    
    /*right:-220px;
    top:-235px;*/
    
    /*
    left:50%;
    top:-235px;*/
    
    
    border-radius: 100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    overflow:hidden;
    background-repeat: none;
    background-position: right top;
    background-size:auto 100%;
}

body.res_1024 #homeTopIllu .imgCtn{
    width:350px;
    height:350px;
    
    left: auto;
    right:20px;
    top:-60px;
}

body.res_640 #homeTopIllu .imgCtn{
    width:300px;
    height:300px;
}

body.res_520 #homeTopIllu .imgCtn{
    right:-40px;
}

body.res_430 #homeTopIllu .imgCtn{
    top:-95px;
}

#homeTopIllu .bg1{
    position:absolute;
    width:1020px;
    height:1020px;
    
    z-index: 1;
    
    left:0;
    top:125px;
    
    border-radius: 100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    
    
    background: rgba(224,148,146,1);
    background: -moz-linear-gradient(left, rgba(224,148,146,1) 0%, rgba(232,198,46,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(224,148,146,1)), color-stop(100%, rgba(232,198,46,1)));
    background: -webkit-linear-gradient(left, rgba(224,148,146,1) 0%, rgba(232,198,46,1) 100%);
    background: -o-linear-gradient(left, rgba(224,148,146,1) 0%, rgba(232,198,46,1) 100%);
    background: -ms-linear-gradient(left, rgba(224,148,146,1) 0%, rgba(232,198,46,1) 100%);
    background: linear-gradient(to right, rgba(224,148,146,1) 0%, rgba(232,198,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e09492', endColorstr='#e8c62e', GradientType=1 );
}

body.res_1024 #homeTopIllu .bg1{
    width:500px;
    height:500px;
    left:auto;
    right:-100px;
    top:-150px;
}

body.res_640 #homeTopIllu .bg1{
    top:-250px;
}

body.res_520  #homeTopIllu .bg1{
    top:-300px;
}

#homeTopIllu .artefact1{
    opacity:0.7;
    
    position:absolute;
    width:70px;
    height:34px;
    
    top:300px;
    left:-15px;
    
    z-index: 5;
    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
    transform: rotate(41deg);
}

body.res_1024 #homeTopIllu .artefact1{
    left:auto;
    top:70px;
    right:370px;
}

body.res_430  #homeTopIllu .artefact1{
         right: -20px;
    top: 170px; 
}

#homeTopIllu .imgCtn img{
    position:absolute;
    right:0;
    top:0;
    height:100%;
}

#homeTop{
    position:relative;
    text-align: left;
    overflow: visible;
    
    /*background:rgba(100,100,100,0.1);*/
}

#homeTop .txts{
    text-align: left;
    max-width:666px;
    display:inline-block;
    vertical-align: middle;
    font-size:24px;
    line-height: 30px;
    color:#828282;
    margin-bottom: 400px;
}

body.res_1024 #homeTop .txts{
    margin-bottom: 50px;
}

body.res_1120 #homeTop .txts{
    padding-top: 60px;
}

body.res_950 #homeTop .txts{
    max-width:none;
    display:block;
}

body.res_640 #homeTop .txts{
    font-size:20px;
    line-height: 26px;
}

#homeTop .txts p{
    max-width:600px;
    margin-bottom: 20px;
}

body.res_950 #homeTop .txts p{
    max-width: none;
}

#homeTop h2{
    font-family: 'Gilroy';
    font-size:24px;
    line-height: 28px;
    letter-spacing: 2px;
    font-weight: normal;
    color:#929292;
    text-transform: uppercase;
    margin-bottom: 13px;
    text-align: left;
}

body.res_1120 #homeTop h2{
    font-size:20px;
    line-height: 24px;
}

#homeTop h1{
    font-family: 'Gilroy';
    font-size:67px;
    line-height: 90px;
    
    color:#2A2A2A;
    
    margin-bottom: 18px;
}

#homeTop h1 em{
    font-size:90px;
    font-weight: normal;
    font-style: normal;
    display:block;
}

body.res_1120 #homeTop h1{
    font-size:50px;
    line-height: 65px;
}

body.res_640 #homeTop h1{
    font-size:40px;
    line-height: 45px;
}

body.res_430 #homeTop h1{
    font-size:30px;
    line-height: 40px;
}

body.res_1120 #homeTop h1 em{
    font-size:60px;
}

body.res_640 #homeTop h1 em{
    font-size:50px;
}

body.res_430 #homeTop h1 em{
    font-size:38px;
}

body.res_760 .btns{
    text-align: center;
}
body.res_760 .btns a{
    margin:0 5px 10px 5px;
}

body.res_430 .btns a{
    margin:0 0 10px 0;
    width:100%;
}

.btnStd1,
a.btnStd1:link,
a.btnStd1:visited{
    display:inline-block;
    
    font-family: 'Quicksand';
    font-weight: bold;
    color:#FFF;
    font-size:17px;
    line-height: 19px;
    
    text-decoration: none;
    
    padding:20px 48px 20px 48px;
    
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    
    border: none;
    
    text-align: center;
    
    /*
    transition-property: background; 
    transition-duration: 1s; 
    */
    
}

body.res_640 .btnStd1,
body.res_640 a.btnStd1:link,
body.res_640 a.btnStd1:visited{
    font-size:15px;
    line-height: 16px;
    padding:20px 30px 20px 30px;
}

.btnStd1.whiteBg,
a.btnStd1.whiteBg:link,
a.btnStd1.whiteBg:visited{
    background:#FFF;
    color:#313131;
}

a.btnStd1 .arrow{
    display: inline-block;
    vertical-align: middle;
    width:12px;
    height:12px;
    background: url("img/arrow_right.svg") no-repeat center center;
    margin-left: 15px;
    margin-top: -3px;
}



body.res_640 a.btnStd1 .arrow{
    margin-left: 5px;
}

a.btnStd1 .icon_more{
    font-family: 'FontAwesome' !important;	
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 20px;
    line-height: 20px;
}

a.btnStd1 .icon_more::before{
	content: "\f0d7"; 	
}

a.btnStd1 .download{
    display: inline-block;
    vertical-align: middle;
    width:30px;
    height:16px;
    background: url("img/icon_download.svg") no-repeat center center;
    margin-right: 15px;
    margin-left: -10px;
    margin-top: -3px;
}

#contactBloc{
    position:relative;
    overflow: visible;
    padding:230px 0 230px 0;
    background: url("img/contactBloc_bg.png") no-repeat;
    background-position: calc(50% + 550px) center;
    background-size:contain;
    
    
    width: 100vw;
    left: calc(-50vw + 50%);
    
    font-size: 0;
}

body.res_1300 #contactBloc{
    padding:150px 20px 150px 20px;
}

body.res_1250 #contactBloc{
    padding:100px 0 100px 0;
}

body.res_950 #contactBloc{
    padding:20px 20px 20px 20px;
    margin-bottom: 50px;
    background-position: calc(50% + 350px) center;
}

body.res_640 #contactBloc{
    background:none;
}

body.res_640 #contactBloc .btnSend{
    display:block !important;
    width:100%;
}

#contactBloc .txtsCtn{
    display:inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 600px;
    margin-right: 60px;
}

body.res_1300 #contactBloc .txtsCtn{
    width: 40%;
    margin-right: 50px;
}

body.res_950 #contactBloc .txtsCtn{
    width: 100%;
    margin:0;
    max-width: none;
    display:block;
    padding:0;
    margin-bottom: 30px;
}

#contactBloc .txtsCtn .txt1{
    text-transform: uppercase;
    font-family: 'Gilroy';
    font-size:20px;
    line-height: 40px;
    color:#C6C6C6;
}

#contactBloc .txtsCtn .txt2{
    font-family: 'Gilroy';
    font-weight: bold;
    font-size:47px;
    line-height: 62px;
    color:#333448;
}

body.res_1170 #contactBloc .txtsCtn .txt2{
    font-size:37px;
    line-height: 52px;
}

body.res_760 #contactBloc .txtsCtn .txt2{
    font-size:27px;
    line-height: 42px;
}

#contactBloc .txtsCtn .txt3{
    font-family: 'Gilroy';
    font-size:58px;
    line-height: 62px;
    color:#333448;
}

body.res_1170 #contactBloc .txtsCtn .txt3{
    font-size:48px;
    line-height: 52px;
}

body.res_760 #contactBloc .txtsCtn .txt3{
    font-size:38px;
    line-height: 42px;
}

#contactBloc .txtsCtn .txt4{
    font-family: 'Roboto';
    font-size:20px;
    line-height: 27px;
    color:#C6C6C6;
    font-weight: bold;
}

#contactBloc .txtsCtn .sep{
    border-bottom:4px solid #E3ABA8;
    width:60px;
    font-size: 0;
    line-height: 0;
    height:0;
    margin-top: 28px;
    margin-bottom: 50px;
    
}

body.res_760 #contactBloc .txtsCtn .sep{
    margin-top: 20px;
    margin-bottom: 30px;
}

#contactBloc .contactBlocCtns{
    z-index: 100;
 
}

#contactBloc .formCtn{
    
    margin-right: 200px;
    
    background:#FFF;
    display:inline-block;
    vertical-align: middle;
    text-align: left;
    
    border-radius: 5px;
    box-shadow: 20px 20px 100px rgba(96,96,96,0.09);
    
    padding:75px 64px 75px 64px;
    
    font-family: 'Roboto';
    font-size:bold;
    
    width:510px;

}

body.res_1460 #contactBloc .formCtn{
    margin-right: 20px;
}

body.res_1300 #contactBloc .formCtn{
    margin-right:0;
    width:40%;
}

body.res_1250 #contactBloc .formCtn{
    width:50%;
}

body.res_950 #contactBloc .formCtn{
    width:100%;
    margin:0;
    display:block;
}

body.res_640 #contactBloc .formCtn{
    padding:30px;
}

#contactBloc .formCtn .line,
#contactBloc .formCtn .wpcf7-form-control-wrap{
    margin-bottom: 55px;
    position:relative;
    display:block;
}

body.res_640 #contactBloc .formCtn .line,
body.res_640 #contactBloc .formCtn .wpcf7-form-control-wrap{
    margin-bottom: 30px;

}

#contactBloc .formCtn .input{
    font-family: 'Roboto';
    font-size:bold;
    font-size:17px;
    line-height: 23px;
    color:#6B6B6B;
    border:none;
    background:#FFF;
    border-bottom: 1px solid #f1f1f1;
    padding:11px 0 11px 0;
    display:block;
    width:100%;
    resize: none;
}

#contactBloc .formCtn textarea{
    height:110px;
}

#contactBloc .wpcf7-validation-errors{
    font-family: 'Roboto';
    font-size:bold;
    font-size:17px;
    line-height: 23px;
}

#contactBloc wpcf7-response-output{
    font-family: 'Roboto';
    font-size:bold;
    font-size:17px;
    line-height: 23px;
}

#contactBloc .wpcf7-not-valid-tip{
    font-family: 'Roboto';
    font-size:14px;
    line-height: 16px;
}

.wpcf7-submit{

}


#contactBloc .txtsCtn{
    display:inline-block;
    vertical-align: middle;
    text-align: left;

}

#contactBloc .submit{
    display:none;
}


.conceptBloc{
    position:relative;
    overflow: visible;
    font-family: 'Quicksand';
    font-size:18px;
    line-height: 32px;
    color:#8A919C;
    text-align: left;
    padding-bottom: 180px;
}

body.res_1170 .conceptBloc{
    padding-bottom:0;
    margin-bottom: 100px;
    font-size:16px;
    line-height: 28px;
}

body.res_850 .conceptBloc{
    font-size:14px;
    line-height: 22px;
}

.conceptBloc.home_apropos{
    margin-bottom: 260px;
}

.conceptBloc.devices{
    text-align: right;
}

.conceptBloc.right{
    text-align: right;
}

.conceptBloc p{
    margin-bottom: 30px;
}

.conceptBloc .conceptBlocTxts{
    text-align: left;
    display: inline-block;
    max-width: 664px;
}


body.res_1170 .conceptBloc .conceptBlocTxts{
    max-width:none;
    padding-right: 300px;
}

body.res_950 .conceptBloc .conceptBlocTxts{
    padding-right:0;
}

body.res_640 .conceptBloc .conceptBlocTxts .btnStd1{
    display:block;
    width:100%;
}

.conceptBloc h4{
    text-transform: uppercase;
    font-size:20px;
    line-height: 23px;
    color:#C6C6C6;
    font-family: 'Gilroy';
    font-weight: normal;
}

.conceptBloc h2{
    font-family: 'Gilroy';
    font-weight: bold;
    font-size:63px;
    line-height: 70px;
    color: #222527;
}



.conceptBloc h3{
    font-family: 'Gilroy';
    font-weight: normal;
    font-size:63px;
    line-height: 70px;
    color: #222527;
    margin-bottom: 50px;
}

body.res_1170 .conceptBloc h2,
body.res_1170 .conceptBloc h3{
    font-size:53px;
    line-height: 60px;
}

body.res_950 .conceptBloc h2,
body.res_950 .conceptBloc h3{
    font-size:43px;
    line-height: 50px;
}

body.res_950 h2,
body.res_950 h4, 
body.res_950 h3{
    text-align: center;
}

body.res_640 .conceptBloc h2,
body.res_640 .conceptBloc h3{
    font-size:33px;
    line-height: 40px;
}

body.res_640 .conceptBloc h3{
    margin-bottom: 30px;
}

.conceptBloc.home_apropos h2{
    display:inline;
    font-size:50px;
    line-height: 48px;
}
.conceptBloc.home_apropos h3{
    display:inline;
    font-size:50px;
    line-height: 48px;
}

.conceptBloc h5{
   font-size: 25px;
  line-height: 32px;
    color: #8a919c;
    font-family: 'Gilroy';
    font-weight: normal;
    margin-bottom: 35px;
}

body.res_850 .conceptBloc h5{
   font-size: 22px;
  line-height: 28px;
    margin-bottom: 30px;
}


.conceptBloc .conceptBlocIllustration{
    width:890px;
    height:940px;
    background: url("img/conceptBlocIllustration1.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    overflow: visible;
    top:75px;
    left:780px;
    /*left:780px;
    top:0;*/
    
    z-index: 100;
    font-size:0;
}



.conceptBloc.right .conceptBlocIllustration{
    right:780px;
    left:auto;
    width:1094px;
    height:1122px;
    background-image: url("img/conceptBlocIllustration3.png");
}



.conceptBloc.right.home_apropos .conceptBlocIllustration{
    height:1036px;
    top:-165px;
}



body.res_1170 .conceptBloc .conceptBlocIllustration{
    position:relative;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    
   /* transform: scale(0.3);*/
    height:250px;
    width:auto;
    display:block;
    background-position: right center;
    
    margin-bottom: -250px;
   
}

body.res_1170 .conceptBloc.right.home_apropos .conceptBlocIllustration{
    height:250px;
}

body.res_950 .conceptBloc .conceptBlocIllustration{
    margin-bottom:20px;
    background-position: center center;
    text-align: center;
}


.conceptBloc .conceptBlocIllustration .image{
    width:860px;
    height:860px;
    display:block;
    overflow: hidden;
    border-radius:100%;
-moz-border-radius:100%;
-webkit-border-radius:100%;
    position: absolute;
    left:30px;
    top:-74px;
    
}

body.res_1170 .conceptBloc .conceptBlocIllustration .image{
    width:240px;
    height:240px;
    top:0;
    left:auto;
    right:20px;
}

body.res_950 .conceptBloc .conceptBlocIllustration .image{
    width:220px;
    height:220px;
    top:auto;
    left:auto;
    right:auto;
    position:relative;
    margin:0;
    display:inline-block;
}

.conceptBloc.right  .conceptBlocIllustration .image{
    width:805px;
    height:805px;
    top:185px;
    left:284px;
}

.conceptBloc .conceptBlocIllustration img{
    display:block;
    width:100%;
    height:100%;
}

.conceptBloc.devices .conceptBlocIllustration{
    /*left:inherit;
    right:500px;
    top:-120px;*/
    width:1202px;
    height:1067px;
    background: url("img/conceptBlocIllustration2.png") no-repeat center center;
    background-size: contain;
    
    left: auto;
    right: 700px;
    top:-90px;
}


body.res_950 .conceptBloc.devices .conceptBlocIllustration{
    width:280px;
    margin-left: auto;
    margin-right: auto;
}


.conceptBloc.devices .conceptBlocIllustration .image1{
    background:#000;
    overflow: visible;
    width:630px;
    height:395px;
    position:absolute;
    top:200px;
    left:465px;
}

body.res_1170 .conceptBloc.devices .conceptBlocIllustration .image1{
    width:140px;
    height:90px;
    top:50px;
    left: auto;
    right:30px;
}

.conceptBloc.devices .conceptBlocIllustration .image2{
    background:#000;
    overflow: visible;
    width:160px;
    height:284px;
    position:absolute;
    top: 730px;
    left: 527px;
    transform: rotate(48deg);
}

body.res_1170 .conceptBloc.devices .conceptBlocIllustration .image2{
    top: 170px;
    left: auto;
    right: 115px;
    width:40px;
    height: 71px;
}

body.res_1170 .conceptBloc.home_apropos .conceptBlocIllustration{
    text-align: center;
    margin-bottom: 50px;
    height:auto !important;
}

.conceptBloc.home_apropos .conceptBlocIllustration .img1{
    background:#000;
    display: block;
    overflow: hidden;
    width:285px;
    height:630px;
    position:absolute;
    top:50%;
    right:0;
    margin-top: -315px;
    z-index: 100;
    
    border-radius: 0px 20px 20px 0px;
    -moz-border-radius: 0px 20px 20px 0px;
    -webkit-border-radius: 0px 20px 20px 0px;
    
    -webkit-box-shadow: 3px 21px 4px 1px rgba(0,0,0,0.07);
-moz-box-shadow: 3px 21px 4px 1px rgba(0,0,0,0.07);
box-shadow: 3px 21px 4px 1px rgba(0,0,0,0.07);
}

body.res_1170 .conceptBloc.home_apropos .conceptBlocIllustration .img1{
    position:relative;
    display:inline-block;
    vertical-align: middle;
    top:auto;
    right:auto;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-top: 0;
    width:350px;
    height:350px;
    
    margin-right: 30px;
}

body.res_640 .conceptBloc.home_apropos .conceptBlocIllustration{
    padding-left: 20px;
}

body.res_640 .conceptBloc.home_apropos .conceptBlocIllustration .img1{
    margin-right: 0;
    width:50%;
    height: 200px;
    margin-left: -20px;
    margin-right: 20px;
}

body.res_1170 .conceptBloc.home_apropos .conceptBlocIllustration .img1 img{
     width:100%;
    height:auto;
}



.conceptBloc.home_apropos .conceptBlocIllustration .img2{
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    z-index: 10;
    background:#000;
    overflow: hidden;
    position: absolute;
    display: block;
    right:75px;
    top:50%;
    height:430px;
    margin-top: -215px;
    width:545px;
}

body.res_1170 .conceptBloc.home_apropos .conceptBlocIllustration .img2{
    position:relative;
    display:inline-block;
    vertical-align: middle;
    
    right:auto;
    top:auto;
    height:350px;
    margin-top:0;
    width:350px;
}

body.res_640 .conceptBloc.home_apropos .conceptBlocIllustration .img2{
    width:50%;
    height: 200px;
}

body.res_1170 .conceptBloc.home_apropos .conceptBlocIllustration .img2 img{
    height:100%;
    width: auto;
}

body.res_850 .conceptBloc.home_apropos .conceptBlocIllustration .img1,
body.res_850 .conceptBloc.home_apropos .conceptBlocIllustration .img2{
    width:45%;
}


body.page-id-5 .wp-block-embed__wrapper{
    margin-top:-70px;
    margin-bottom: 155px;
}

body.page-id-5.res_1120 .wp-block-embed__wrapper{
    margin-bottom: 100px;
}

body.page-id-14 .pageHeader{
    margin-bottom: 450px;
}

body.page-id-14.res_1550 .pageHeader{
    margin-bottom: 250px;
}

body.page-id-14.res_1170 .pageHeader{
    margin-bottom: 300px;
}
body.page-id-14.res_950 .pageHeader{
    margin-bottom: 120px;
}


.PackGratuits{
    position:relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    font-size:0;
    padding:90px 20px 90px 20px;
    color:#FFF;
}



.PackGratuits h2{
    font-family: 'Gilroy';
    font-weight: normal;
    font-size:48px;
    line-height: 55px;
    margin-bottom: 68px;
}

.PackGratuits.res_900 h2{
    font-size:38px;
    line-height: 43px;
    margin-bottom: 28px;
}

.PackGratuits.res_550 h2{
    font-size:25px;
    line-height: 30px;
    margin-bottom: 25px;
}

.PackGratuits.res_550 .btnStd1, 
.PackGratuits.res_550 a.btnStd1:link, 
.PackGratuits.res_550 a.btnStd1:visited{
    padding-left: 20px;
    padding-right: 20px;
}

.PackGratuits.res_550 a.btnStd1 .download{
    margin-right: 6px;
}

.PackGratuits .PackGratuitsCtns{
    position:relative;
    max-width: 1255px;
    margin:auto;
    /*padding-left: 75px;*/
}

.PackGratuits.res_1024 .PackGratuitsCtns{
     padding-left: 0;   
}

.PackGratuits .PackGratuitsCtns .visuel{
    width:50%;
    /*margin-left: -75px;
    margin-right: 75px;*/
    display:inline-block;
    vertical-align: top;
}

.PackGratuits.res_1024 .PackGratuitsCtns .visuel{
    width:auto;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.PackGratuits .PackGratuitsCtns .visuel img{
    display:inline-block;
    vertical-align: top;
    width:100%;
}

.PackGratuits .PackGratuitsCtns .txts{
    width:50%;
    display:inline-block;
    vertical-align: top;
    font-family: 'Quicksand';
    font-size:16px;
    line-height: 22px;
    text-align: left;
}

.PackGratuits.res_1024 .PackGratuitsCtns .txts{
    width:auto;
    display: block;
}

.PackGratuits.res_900 .PackGratuitsCtns .txts{
    text-align: center;
}

.PackGratuits .PackGratuitsCtns .txts h3{
    font-family: 'Gilroy';
    font-size:42px;
    line-height: 50px;
    margin-bottom: 10px;
}

.PackGratuits.res_900 .PackGratuitsCtns .txts h3{
    font-size:32px;
    line-height: 40px;
}

.PackGratuits .PackGratuitsCtns .txts p{
    margin-bottom: 20px;
}

.PackGratuits .PackGratuitsCtns .txts ul{
    margin-bottom: 30px;
}

.PackGratuits.res_900  .PackGratuitsCtns .txts ul{
    margin-bottom: 15px;
    text-align: left;
    display:inline-block;
    vertical-align: top;
    margin: 0 auto 15px auto;
}

.PackGratuits .PackGratuitsCtns .txts li{
    font-size:18px;
    line-height: 32px;
    padding-left: 27px;
    margin-bottom: 10px;
    background:url("img/icon_video.png") no-repeat 0 7px;
}

.PackGratuits.res_900 .PackGratuitsCtns .txts li{
    margin-bottom: 0;
}

.PackGratuits .btnCtn{
 text-align: center;
}



#temoignagesParents{
    position:relative;
   width: 100vw;
    left: calc(-50vw + 50%);
    background: url("img/temoignagesParents_bg.svg") no-repeat -340px center;
    background-size:auto 100%;
    padding:335px 0 335px 0;
    font-size:0;
    

}


body.res_1200 #temoignagesParents{
    padding:100px 0 100px 0;
    background-size: auto 550px;
    background-position: left bottom;
}


#temoignagesParents .bTxts{
    right:0;
    left:auto;
    width:auto;
    background: url("img/temoignagesParents_bg2.svg") no-repeat right center;
    padding-right: 388px;
    padding-left: 100px;
    text-align: left;
    padding-top:40px;
    padding-bottom: 40px;
    
    
}

body.res_1460 #temoignagesParents .bTxts{
    padding-right: 200px;
    padding-left: 50px;
}

body.res_1200  #temoignagesParents .bTxts{
    position:relative;
    background-size: auto 100%;
    padding-top:20px;
    padding-bottom: 20px;
    
    right:auto !important;
    top:auto !important;
    left:auto !important;
    bottom:auto !important;
    
    -moz-transform:    none;
    -o-transform:      none;
    -webkit-transform: none;
    transform:         none;
}

body.res_760  #temoignagesParents .bTxts{
    /*background-size: auto 200px;*/
    padding: 10px 150px 20px 20px;
}

#temoignagesParents .bTxts h3{
    color: #c6c6c6;
  font-family: 'Gilroy';
      font-size: 20px;
      font-weight: normal;
      line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 2px;
}



#temoignagesParents .bTxts h2{
    font-weight: normal;
    font-family: 'Gilroy';
    font-size:58px;
    line-height:65px;
    color: #222527;
}

body.res_760 #temoignagesParents .bTxts h2{
    font-size:40px;
    line-height:45px;
}

#temoignagesParents .listCtn{
    /*background:rgba(255,0,4,0.13);*/
    position:relative;
    height: 380px;
    overflow: hidden;
    
}
#temoignagesParents .listCtn .list{
   /* pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none;
            user-select: none;*/
    /*left:-50%;*/
    
    /*
    position:absolute;
    left:0;
    top:0;
    width:5000px;
    text-align: left;
    */
    
    position:absolute;
    left:0;
    top:20px;
    /*width:5000px;*/
    text-align: left;
    
    /*
    position:absolute;
    left:0;
    top:0;
    width:5000px;*/
}



#temoignagesParents .item{
    display:inline-block;
    vertical-align: top;
    position:relative;
    width: 370px; 
    height: 340px;
    background: #ffffff;
    box-shadow: 0px 20px 40px rgba(60,60,60,0.05);
    padding:45px 40px 0 40px;
    text-align: left;

    margin-right: 42px;
    
    position:absolute;
}

#temoignagesParents .item .title{
    
      color: #222527;
      font-family: 'Gilroy';
      font-size: 43px;
      font-weight: bold;
      line-height: 53px;
    

      background: linear-gradient(180deg, #E3ACA7, #E7CE5B);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;

}

#temoignagesParents .item .descriptif{
     color: #44566c;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
    
    
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; 
   -webkit-box-orient: vertical;
}

#temoignagesParents .item .user{
    position:absolute;
    left:0;
    bottom:40px;
    width:100%;
    padding-left: 40px;
    background:url("img/temoignagesParents_item_quote.svg") no-repeat right 40px center;
}

#temoignagesParents .item .user .avatar{
    display:inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    background-color:rgba(235,235,235,1.00);
    height:42px;
    width:42px;
    
    border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    
    margin-right: 20px;
}

#temoignagesParents .item .user .tx{
    display:inline-block;
    vertical-align: middle;
}

#temoignagesParents .item .user .tx .nom{
     color: #233d63;
  font-family: "Gilroy";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

#temoignagesParents .item .user .tx .ville{
     color: #8697a8;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px
}


#newsletterBloc{
    position:relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    background: url("img/newsletterBloc_bg.png");
    padding:60px 0 60px 0;
}



#newsletterFormCtn{
    position:relative;
    margin: auto;
    max-width:870px;
    padding:0 20px;
}

#newsletterFormCtn h2{
     color: #222527;
  font-family: 'Gilroy';
  font-size: 58px;
  font-weight: normal;
  line-height: 65px;
    margin-bottom: 55px;
}

.es_subscription_form{
    position:relative;
    overflow: hidden;
    border-radius:35px;
    -moz-border-radius:35px;
    -webkit-border-radius:35px;
    
    display:block;
    margin:auto;
    max-width:670px;
    height:64px;
    padding-right: 100px;
      border: solid 1px #f1f1f1;
          background:#FFF;
    
    -webkit-box-shadow: 0px 9px 36px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 9px 36px 0px rgba(0,0,0,0.12);
box-shadow: 0px 9px 36px 0px rgba(0,0,0,0.12);
}

.es_subscription_form .es_txt_email{
    position:relative;
    display:block;
    width:100%;
    border:none;
   
    text-align: left;
    font-family: 'Gilroy';
    font-weight: bold;
    font-size:18px;
    line-height: 22px;
      color: #3e3e3e;
    padding:20px 40px 20px 40px;
    
     background: #FFFFFF;
    
    border-radius: 35px 0px 0px 35px;
-moz-border-radius: 35px 0px 0px 35px;
-webkit-border-radius: 35px 0px 0px 35px;
}

.es_caption{
    display:none;
}

.es_subscription_message{
    font-family: 'Gilroy';
    font-weight: bold;
    font-size:18px;
    line-height: 22px;
} 

.es_submit_button{
    position:absolute;
    z-index: 10;
    right:0;
    top:0;
    width:100px;
    height:100%;
    display:block;
    border:none;
    font-size:0;
    line-height: 0;
    text-indent: -1000px;
    color:#e8c82d;
    background:#e8c82d url("img/arrow1.png") no-repeat center center;
    
    border-radius: 0px 35px 35px 0px;
-moz-border-radius: 0px 35px 35px 0px;
-webkit-border-radius: 0px 35px 35px 0px;
    
    cursor: pointer;
}



.es_subscription_message.success{
    color:#E8C82D;
}


/* ---------------------------------------- BLOG --------------------------------*/

#blogPostsList{
    padding-top: 285px;
    padding-bottom: 60px;
}

body.res_1550 #blogPostsList{
 padding-top: 90px;   
}
body.res_1120 #blogPostsList{
 padding-top: 110px;   
}
body.res_850 #blogPostsList{
 padding-top: 50px;   
}

#postsListNav{
    text-align: center;
}

#postsListNav.hidden{
    display:none;
}

#postsList{
    position:relative;
    margin:auto;
    max-width:1170px;
    padding-left:90px;
    font-size:0;
    text-align: left;
}

body.res_900 #postsList{
 padding-left: 40px;   
}

body.res_640 #postsList{
 padding-left: 0;   
}

#postsList .post{
    position:relative;
    display:inline-block;
    vertical-align: top;
    width:33.33%;
    margin-left: 45px;
    margin-bottom: 70px;
}

body.res_900 #postsList .post{
 width:50%;
    margin-left: 40px;
}

#postsList .post.hidden{
    opacity: 0;
    display:none;
}

#postsList .post:nth-child(3n-2){
    margin-left: -90px;
}

body.res_900 #postsList .post:nth-child(3n-2){
    margin-left:40px;
}

body.res_900 #postsList .post:nth-child(2n-1){
    margin-left:-40px;
}

body.res_640 #postsList .post{
    margin-left: 0 !important;
    width:100%;
    display:block;
}

#postsList .post .thumb{
    display:block;
    width:100%;
    height:0;
    padding-top: 86%;
    background:rgba(218,218,218,1.00) no-repeat center center;
    background-size:cover;
    margin-bottom: 35px;
}

#postsList .post .date{
    text-transform: uppercase;
     color: #a2a2a2;
      font-family: 'Gilroy';
      font-size: 16px;
      line-height: 18px;
    display:block;
    margin-bottom: 10px;
}

#postsList .post .title{
    color: #3e3e3e;
  font-family: 'Gilroy';
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
    display: block;
    margin-bottom:20px;
}

#postsList .post .excerpt{
    color: #8b9098;
  font-family: 'Quicksand';
  font-size: 17px;
  line-height: 27px;
    display:block;
    margin-bottom: 20px;
}

#postsList .post a.readMore:link,
#postsList .post a.readMore:visited{
      font-family: 'Gilroy';
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1px;
    color:#000;
}

#blogCategoriesNav{
    max-width:1170px;
    margin:0 auto 70px auto;
    font-size:0;
    position:relative;
    border-bottom:2px solid #5d5d5d;
    overflow: visible;
}

#blogCategoriesNav a.cat_link:link,
#blogCategoriesNav a.cat_link:visited{
    display:inline-block;
    vertical-align: bottom;
    text-align: center;
    
      color: #3e3e3e;
      font-family: 'Gilroy';
      font-size: 16px;
      font-weight: bold;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
    text-decoration: none;
    
    padding:5px 60px 25px 60px;
    position:relative;
    overflow: visible;
    z-index: 10;
}

body.res_1024 #blogCategoriesNav a.cat_link{
    display:block;
    width:100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

body.res_640 #blogCategoriesNav a.cat_link{
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0.5px;
}

#blogCategoriesNav a.cat_link:hover,
#blogCategoriesNav a.cat_link:active{
    color: #e8c533;
}

#blogCategoriesNav a.cat_link.selected:link,
#blogCategoriesNav a.cat_link.selected:visited{
    color: #e8c533;
}

#blogCategoriesNav a.cat_link:link span,
#blogCategoriesNav a.cat_link:visited span{
    display: block;
    position: absolute;
    bottom:-15px;
    left:0;
    z-index: 10;
    width:100%;
    height:16px;
    background: url("img/categoriesNavArrow.png") no-repeat center bottom;
    background-size:auto 16px;
    background-position: center -16px;
}

#blogCategoriesNav a.cat_link span.selected{
    background-position: center 0;
}

#blogCategoriesNav .cat_link_ctn{
    display:inline-block;
    vertical-align: bottom;
    text-align: center;
}

#blogCategoriesNav .cat_link_ctn:first-child{
    text-align: left;
}

#blogCategoriesNav .cat_link_ctn:last-child{
    text-align: right;
}



body.single-post .pageHeader{
    text-align: left;
}

.blog_post_content{
    color:#8D9198;
    /*font-family: 'Roboto';*/
    font-family: 'Quicksand';
    font-size:17px;
    line-height: 30px;
    text-align: left;
    background:#FFF;
    padding: 65px 70px 50px 70px;
    position:relative;
    min-height: 300px;
}

body.res_1550 .blog_post_content{
 margin-top: -50px;   
}

body.res_900 .blog_post_content{
    padding: 65px 10px 50px 10px;
    background:transparent;
}

.blog_post_content p{
    margin-bottom: 50px;
}

.blog_post_content a:link,
.blog_post_content a:visited{
    color:#2E2E2E;
    text-decoration: underline;
}

.blog_post_content h2{
    font-family: 'Gilroy';
    font-size: 28px;
    line-height: 34px;
    color:#2E2E2E;
    margin-bottom: 30px;
}

.blog_post_content h3{
    font-family: 'Gilroy';
    font-size: 27px;
    line-height: 33px;
    color:#8D9198;
    margin-bottom: 30px;
}

.blog_post_content h4{
    font-family: 'Gilroy';
    font-size:20px;
    line-height: 30px;
    color:#8D9198;
    margin-bottom: 30px;
}

.blog_post_content blockquote.is-style-large{
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal !important;
    font-size: 32px;
    line-height: 45px;
    color:#2C2C2C;
    padding-left: 110px;
    margin-bottom: 90px;
    background: url("img/quote1.png") no-repeat 0 28px;
}
.blog_post_content blockquote.is-style-large p{
    font-style: normal !important;
    margin: 0;
    font-size: 32px;
    line-height: 45px;
}

.blog_post_content .highlight{
    color:#81848B;
}

.blog_post_content img.singleImage{
    position:relative;
    /*width: 100vw !important;
    left: calc(-50vw + 50%);*/
    
    left:-70px;
    right:-70px;
    width:calc(100% + 140px) !important;
}

.blog_post_content .multipleImages{
    position:relative;
    padding-left: 38px;
    font-size: 0;
}

.blog_post_content .multipleImages img{
    display:inline-block;
    vertical-align: middle;
    width:50% !important;
    
}

.blog_post_content .multipleImages img:first-child{
    margin-left: -38px;
    margin-right: 38px;
}

.blog_post_content iframe{
    /*
    position:relative;
    
    width: 100vw !important;
    left: calc(-50vw + 50%);
    margin-bottom: 50px;
    height:0;
    padding-top: 50%;
    */
}

.blog_post_content .youtubeIframe{
    position:relative;
    
    /*width: 100vw !important;
    left: calc(-50vw + 50%);*/
    margin-bottom: 50px;
    width:100%;
    height:0;
    padding-top: 56.25%;
    
    left:-70px;
    right:-70px;
    width:calc(100% + 140px);
}



.blog_post_content .youtubeIframe iframe{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

body.res_900 .blog_post_content .youtubeIframe,
body.res_900 .blog_post_content img.singleImage{
    left:-30px;
    right:-30px;
    width:calc(100% + 60px);
}

.bpc_footer{
    border-bottom:1px solid #eeeeee;
    padding-bottom: 30px;
    text-align: left;
    position:relative;
    margin: 0 70px 60px 70px;
    background:#FFF;
}

.bpc_footer .superTagsList{
    display:inline-block;
    vertical-align: top;
    font-size:0;
}

.bpc_footer .superTagsList a:link,
.bpc_footer .superTagsList a:visited{
    color: #3e3e3e;
      font-family: 'Roboto';
      font-size: 13px;
      font-weight: bold;
      line-height: 18px;
      text-transform: uppercase;
      letter-spacing: 1px;
    text-decoration: none;
    
    display:inline-block;
    vertical-align: top;
    margin-right: 10px;
    border:1px solid #eeeeee;
    
    padding:7px 13px 7px 13px;
}

.bpc_footer .snsList{
    position:absolute;
    right:0;
    top:0;
}

body.res_900 .bpc_footer .snsList{
    position:relative;
    right:auto;
    top:auto;
    display:block;
    padding-top: 15px;
}

.bpc_footer .snsList .label{
    display:inline-block;
    vertical-align: middle;
    
    color: #3e3e3e;
      font-family: 'Roboto';
      font-size: 15px;
      font-weight: bold;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
}

.bpc_footer .snsList .addtoany_shortcode{
    display:inline-block;
    vertical-align: middle;
}

.blog_post_comments{
    position:relative;
    text-align: left;
    margin: 0 70px 60px 70px;
}

.blog_post_comment{
    position:relative;
    padding-left: 188px;
    color: #5e6a6e;
      font-family: 'Roboto';
      font-size: 16px;
      font-weight: 300;
      line-height: 26px;
    margin-bottom: 60px;
}

.blog_post_comment .user{
    position:absolute;
    left: 0;
    top:0;
}

.blog_post_comment .user .comment_author{
     font-size: 18px;
  line-height: 24px;
    font-family: 'RobotoBold';
    
}

.blog_post_comment .user .elapsted_time{
      color: #939393;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.blog_post_suggestions{
    padding:0 20px 170px 20px;
    position: relative;
    margin: 0 auto 90px auto;
    border-bottom:1px solid #e9e9e9;
}

.blog_post_suggestions h2{
  color: #2c2c2c;
  font-family: 'Gilroy';
  font-size: 36px;
  font-weight: normal;
  line-height: 42px;
  text-align: center;
    margin-bottom: 80px;
}

.blog_post_suggestions .list{
    position:relative;
    font-size:0;
    text-align: center;
}

.blog_post_suggestions .list .blog_post_suggestion{
    display:inline-block;
    vertical-align: top;
    text-align: left;
    width:50%;
    padding:0 40px;
    position:relative;
}

body.res_900 .blog_post_suggestions .list .blog_post_suggestion{
    width:90%;
    padding: 0;
}

.blog_post_suggestion .thumb{
    display:block;
    position:relative;
    width:100%;
    margin-bottom: 45px;
}

.blog_post_suggestion .thumb span{
    display:block;
    position:relative;
    width:100%;
    height:0;
    padding-top:73%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-decoration: none;
}

.blog_post_suggestion .date{
      color: #a2a2a2;
      font-family: 'Roboto';
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      text-transform: uppercase;
      letter-spacing: 1px;
    margin-bottom: 10px;
}

.blog_post_suggestion a.title:link,
.blog_post_suggestion a.title:visited{
    text-decoration: none;
    display:block;
      color: #3e3e3e;
  font-family: 'Gilroy';
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}


.comment-respond{
    margin-bottom: 60px;
    /*font-size:0;*/
}

.comment-respond h3{
    color: #2c2c2c;
  font-family: 'Gilroy';
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
    
}

.comment-respond .comment-form-cookies-consent{
    display:none;
}

.comment-respond .logged-in-as{
    padding:20px;
    font-size:12px;
    line-height: 14px;
}

.comment-respond .comment_notes{
  color: #383838;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
    margin-bottom: 20px;
}

.comment-respond .logged-in-as a:link,
.comment-respond .logged-in-as a:visited{
    color:#5C5C5C;
    text-decoration: underline;
}

.comment-respond  .comment-form-author,
.comment-respond  .comment-form-email{
    display:inline-block;
    vertical-align: top;
    width:50%;
    margin-bottom: 20px;
}

.comment-respond  .comment-form-author{
    border-right:12.5px solid #FFF;
}
.comment-respond  .comment-form-email{
    border-left:12.5px solid #FFF;
}

body.res_640 .comment-respond  .comment-form-author,
body.res_640 .comment-respond  .comment-form-email{
    display:block;
    width:100%;
    border-left:none;
    border-right:none;
    
}

.comment-respond label{
    display:none;
}

.comment-form{
    max-width:760px;
    margin:auto;
    font-size:0;
    position: relative;
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form textarea{
      color: #3b3b3b;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
    border:none;
    border-bottom: 2px solid #3b3b3b;
    padding:17px 0 17px 0;
    display:block;
    width:100%;
}

.comment-form .comment-form-comment{
     margin-bottom: 50px;
    
}

.comment-form #submit{
    
}



#faqPage{
    background:#FFF;
    padding:50px 37px 50px 37px;
    text-align: left;
    position:relative;
}

body.res_1550 #faqPage{
margin-top: -50px;
    }

body.res_900 #faqPage{
margin-top:-60px;
    }

#faqPage h3{
     color: #313131;
  font-family: 'Gilroy';
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
    margin-bottom: 80px;
}

.faqList{
    position:relative;
    font-size:0;
    /*padding-left: 130px;*/
    
    column-count:2;
    column-gap:130px;
}

.faqList .faqQuestion{
    break-inside: avoid;
}

body.res_1024 .faqList{
    column-gap:40px;
}

body.res_900 .faqList{
    column-count:inherit;
}

.faqQuestion{
    /*display:inline-block;
    vertical-align: top;
    width:50%;*/
    margin-bottom: 45px;
    /*padding-left: 40px;*/
}

.faqQuestion:nth-child(odd){
    /*margin-left: -130px;
    margin-right: 130px;*/
}

.faqQuestion .q{
     color: #313131;
      font-family: 'Gilroy';
      font-size: 24px;
      font-weight: normal;
      line-height: 28px;
    
    padding-left: 40px;
    position: relative;
    cursor: pointer;

}

.faqQuestion .q.selected{
    font-weight: bold;

}

.faqQuestion .q .icon{
    display:block;
    position:absolute;
    left:0;
    top:2px;
    width:20px;
    height: 20px;
    background:url("img/faq_icon1.png") no-repeat center center;
    transform: rotate(-90deg); 
}

.faqQuestion .q .icon.selected{
    transform: rotate(0deg); 
    background-image: url("img/faq_icon2.png");
}

.faqQuestion .r{
    color: #989ca2;
  font-family: 'Quicksand';
  font-size: 16px;
  line-height: 28px;
    
    overflow: hidden;
    height: 0;
    opacity: 0;
}

.faqQuestion .r.selected{
    opacity:1;
    height:auto;
    padding-top: 15px;
}

.faqQuestion .r a:link,
.faqQuestion .r a:visited{
    text-decoration: underline;
    color: #989ca2;
}


#blocDecouvertes{
    position:relative;
}

body.res_1250 #blocDecouvertes{
     margin-bottom: 50px;   
}

#blocDecouvertes .blocDecouvertesHeader{
    position:relative;
    text-align: left;
    max-width: 1175px;
    margin: 0 auto 0 auto;
    overflow: visible;
    margin-bottom: 50px;
}

#blocDecouvertes .blocDecouvertesHeader .navCtn{
    position:absolute;
    right:-150px;
    top:60px;
}

body.res_1390 #blocDecouvertes .blocDecouvertesHeader .navCtn{
    position:relative;
    right:auto;
    top:auto;
    padding-top: 20px;
}

body.res_520 #blocDecouvertes .blocDecouvertesHeader .navCtn{
    text-align: center;
}

body.res_520 #blocDecouvertes .blocDecouvertesHeader .navCtn .btnStd1{
    display:block;
    width:100%;
}

body.res_850 #blocDecouvertes .blocDecouvertesHeader .navCtn{
    display:none;
}

#blocDecouvertes h4{
    color: #c6c6c6;
      font-family: 'Gilroy';
      font-size: 20px;
      line-height: 23px;
      text-transform: uppercase;
      letter-spacing: 1.6px;
    font-weight: normal;
}

#blocDecouvertes h2{
     color: #222527;
  font-family: 'Gilroy';
  font-size: 57px;
  font-weight: bold;
  line-height: 75px;
}

body.res_850  #blocDecouvertes h2{
    font-size: 45px;
  line-height: 55px;
}

#blocDecouvertes h3{
     color: #222527;
  font-family: 'Gilroy';
  font-size: 57px;
  font-weight: normal;
  line-height: 75px;
}

body.res_850  #blocDecouvertes h3{
    font-size: 45px;
  line-height: 55px;

}

#blocDecouvertes .vignettes{
    display:none;
}

#blocDecouvertesSlider{
    position:relative;
    font-size: 0;
    width: 100vw;
    left: calc(-50vw + 50%);
    height:500px;
    
    overflow: hidden;
   
}
body.res_1550 #blocDecouvertesSlider{
    height:380px;
}


body.res_1250 #blocDecouvertesSlider{
    height:300px;
}


body.res_850 #blocDecouvertesSlider{
    overflow-x: auto;
    overflow-y: hidden;
}

#blocDecouvertesSlider .thumb{
    display:inline-block;
    vertical-align: top;
    width:550px;
    height:430px;
    border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
    overflow: hidden;
    position:relative;
    cursor: pointer;
    
    -webkit-box-shadow: 0px 23px 28px 0px rgba(0,0,0,0.09);
-moz-box-shadow: 0px 23px 28px 0px rgba(0,0,0,0.09);
box-shadow: 0px 23px 28px 0px rgba(0,0,0,0.09);
    margin-right: 40px;
    
    position:absolute;
}

body.res_1550 #blocDecouvertesSlider .thumb{
    width:380px;
    height:300px;
}

body.res_1250 #blocDecouvertesSlider .thumb{
    width:300px;
    height:260px;
}

body.res_850  #blocDecouvertesSlider .thumb{
    position:relative !important;
    left:auto !important;
    top:auto !important;
}

body.res_850  #blocDecouvertesSlider .list{
    display: block;
    position:relative;
    text-align: left;
    padding-left: 20px;
}

#blocDecouvertesSlider .img{
    position:absolute;
    z-index: 1;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-repeat:no-repeat;
    background-position: center center;
    background-size:cover;
}

#blocDecouvertesSlider .img.hover{
    /*left:15px;
    right:15px;
    top:70px;
    bottom:70px;*/
    opacity:0.6;
}

#blocDecouvertesSlider .label{
    position:absolute;
    z-index:2;
    color:#FFF;
    bottom:0;
    height:75px;
    padding:0 20px;
    width:100%;
    left:0;
    
      font-family: 'Quicksand';
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

#blocDecouvertesSlider .label.hover{
    opacity:0;
     zoom: 1.1;
}

#blocDecouvertesSlider .hoverlay{
    position:absolute;
    z-index:100;
    top:50%;
    width:100%;
    left:0;
     color: #ffffff;
  font-family: 'Quicksand';
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
    text-transform: uppercase;
    padding-top: 73px;
    margin-top: -50px;
    background: url("img/icon_play.png") no-repeat center top;
    background-size: 53px 53px;
    opacity: 0;
    zoom: 1.1;
}

#blocDecouvertesSlider .hoverlay.hover{
    opacity:1;
    zoom: 1;
}

#blocDecouvertes  .nav{
    display:inline-block;
    vertical-align: middle;
}

body.res_520 #blocDecouvertes  .nav{
     margin-bottom:20px;   
}

#blocDecouvertes  .nav .next{
    display:inline-block;
    vertical-align: middle;
    width:39px;
    height: 16px;
    background:url("img/arrow2.png") no-repeat center center;
    background-size:auto 16px;
margin-right:55px;
    margin-left: 10px;
    cursor: pointer;
}

body.res_520 #blocDecouvertes  .nav .next{
     margin-right: 0;   
}

#blocDecouvertes  .nav .prev{
    display:inline-block;
    vertical-align: middle;
    width:14px;
    height: 16px;
    background:url("img/arrow3.png") no-repeat center center;
    background-size:auto 16px;
    cursor: pointer;
}

#blocAteliersAdaptes{
    position: relative;
    overflow: visible;
    padding-top: 395px;
    padding-bottom: 395px;
    margin-bottom: 190px;
}

body.res_1700 #blocAteliersAdaptes{
    width: 100vw;
    left: calc(-50vw + 50%);
    padding-left: 40px;
}

body.res_1460 #blocAteliersAdaptes{
    width: auto;
    left:auto;
    padding-left:0;
    padding-bottom: 0;
    margin-bottom: 180px;
    padding-top: 0;
}




#blocAteliersAdaptes .txts{
    max-width:585px;
    text-align: left;
}

body.res_1460 #blocAteliersAdaptes .txts{
    max-width: none;   
}

#blocAteliersAdaptes .txts h4{
      color: #c6c6c6;
  font-family: 'Gilroy';
  font-size: 20px;
  font-weight: normal;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 2px;
    margin-bottom: 10px;
}

#blocAteliersAdaptes .txts h2{
     color: #222527;
  font-family: 'Gilroy';
  font-size: 55px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.5px;
}

body.res_850 #blocAteliersAdaptes .txts h2{
    font-size: 45px;
  line-height: 40px;
}

#blocAteliersAdaptes .txts h3{
    color: #222527;
  font-family: 'Gilroy';
  font-size: 34px;
  font-weight: normal;
  line-height: 40px;
    margin-bottom: 40px;

}

body.res_850 #blocAteliersAdaptes .txts h3{
    font-size: 24px;
  line-height: 30px;
}

#blocAteliersAdaptes .txts p{
     color: #8a919c;
  font-family: 'Quicksand';
  font-size: 20px;
  line-height: 32px;
    margin-bottom: 80px;
}

body.res_640 #blocAteliersAdaptes .txts p{
    margin-bottom: 40px;
}

body.res_640 #blocAteliersAdaptes .txts .btnStd1{
    display:block;
    width:100%;
}

#blocAteliersAdaptes .sBlocs{
    position:absolute;
    z-index: 100;

    overflow: visible;
    top:75px;
    left:820px;
    
    background: url("img/blocAteliersAdaptes_bg.png") no-repeat center center;
    background-size: contain;
    height:1140px;
    width:1140px;
}

body.res_1700 #blocAteliersAdaptes .sBlocs{
    left:860px;
}

body.res_1460 #blocAteliersAdaptes .sBlocs{
    left:auto;
    top:auto;
    position:relative;
    height: auto;
    width: auto;
}

#blocAteliersAdaptes .sBlocsList{
    width:800px;
    font-size:0;

    text-align: left;
    padding-left: 70px;
    margin-left: -200px;
    margin-top: 60px;
}

body.res_1460 #blocAteliersAdaptes .sBlocsList{
    margin-left: 200px;
}

body.res_1120 #blocAteliersAdaptes .sBlocsList{
    margin-left: 50px;
}

body.res_900 #blocAteliersAdaptes .sBlocsList{
    margin-left: 0;
    width:auto;
    padding-left: 0;
    margin-top: 0;
    padding-top: 80px;
}

#blocAteliersAdaptes .sBloc{
    display:inline-block;
    vertical-align: top;
    background:#FFF;
    min-height: 440px;
    width:50%;
    padding:50px 40px 100px 40px;
    position:relative;
    margin-bottom: 70px;
    
    cursor:pointer;
    
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);

}

#blocAteliersAdaptes .sBloc.coming_soon{
    
    
}

#blocAteliersAdaptes .sBloc.coming_soon{
    pointer-events: none;
    background-color:#FFF;
    background-image: url("img/coming_soon.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50% auto;
}

#blocAteliersAdaptes .sBloc.coming_soon .link{
    display:none !important;
}

body.res_950 #blocAteliersAdaptes .sBloc{
    text-align: center;
}

body.res_950 #blocAteliersAdaptes .sBloc p{
    text-align: left;
}

body.res_900 #blocAteliersAdaptes .sBloc{
     display:block;
    width:100%;
    min-height: 0;
    margin-bottom: 40px;
}

#blocAteliersAdaptes .sBloc.hover{
    color:#FFF;
    

    background: -moz-linear-gradient(-45deg, rgba(224,149,144,1) 0%, rgba(229,191,62,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(224,149,144,1)), color-stop(100%, rgba(229,191,62,1)));
    background: -webkit-linear-gradient(-45deg, rgba(224,149,144,1) 0%, rgba(229,191,62,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(224,149,144,1) 0%, rgba(229,191,62,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(224,149,144,1) 0%, rgba(229,191,62,1) 100%);
    background: linear-gradient(135deg, rgba(224,149,144,1) 0%, rgba(229,191,62,1) 100%);

}

#blocAteliersAdaptes .sBloc:nth-child(odd){
    margin-left:-70px;
    margin-right: 70px;
    margin-top: 115px;
    margin-bottom: -115px;
}

body.res_900 #blocAteliersAdaptes .sBloc:nth-child(odd){
     margin-left:0;
    margin-right:0;
    margin-top:0;
    margin-bottom:40px;  
}

#blocAteliersAdaptes .sBloc img{

}
#blocAteliersAdaptes .sBloc img.hover{
    /*filter: invert(0%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(0%);
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(0%);
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(166deg) brightness(108%) contrast(109%);
    */
    filter: invert(99%) sepia(4%) saturate(0%) hue-rotate(224deg) brightness(10000%) contrast(100%);
}



body.res_950 #blocAteliersAdaptes .sBloc img{
    /*display:inline-block;*/
    /*margin-left:auto;
    margin-right: auto;*/
}

#blocAteliersAdaptes .sBloc h3{
      color: #333448;
  font-family: 'Gilroy';
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#blocAteliersAdaptes .sBloc h3.hover{
    color:#FFF;
}

#blocAteliersAdaptes .sBloc p{
      color: #8c8e91;
  font-family: 'Quicksand';
  font-size: 15px;
  line-height: 28px;
}

#blocAteliersAdaptes .sBloc p.hover{
    color:#FFF;
}

#blocAteliersAdaptes .sBloc a{
    display:block;
    text-decoration: none;
    background: url("img/arrow5.png") no-repeat 0 2px;
    
    position:absolute;
    bottom:40px;
    left:40px;
    
    /*width:37px;*/
   /* height: 13px;*/
    
    font-size:14px;
    line-height: 15px;
    color:#cad5e5;
    font-family: 'Quicksand';
    font-weight: bold;
    padding-left: 50px;
    padding-bottom: 2px;
}

#blocAteliersAdaptes .sBloc a.hover{
    background-image: url("img/arrow6.png");
    color:#FFF;
}



#blocBlogNews{
    position:relative;
    text-align: left;
    font-size:0;
    margin-bottom: 100px;
}

#blocBlogNews .txts{
    display:inline-block;
    vertical-align: top;
    width:50%;
}

body.res_760 #blocBlogNews .txts{
    display:block;
    width:100%;
    margin-bottom: 20px;
}

#blocBlogNews .txts h4{
      color: #c6c6c6;
  font-family: 'Gilroy';
  font-size: 20px;
  font-weight: normal;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
    margin-bottom: 20px;
}
#blocBlogNews .txts h2{
       color: #222527;
  font-family: 'Gilroy';
  font-size: 87px;
  font-weight: bold;
  line-height: 58px;
    margin-bottom: 30px;
}

body.res_900 #blocBlogNews .txts h2{
    font-size: 57px;
  line-height: 38px;
    margin-bottom: 20px;
}

#blocBlogNews .txts h3{
       color: #222527;
  font-family: 'Gilroy';
  font-size: 36px;
  font-weight: normal;
  line-height: 42px;
    margin-bottom: 40px;
}

body.res_900 #blocBlogNews .txts h3{
    font-size: 26px;
  line-height: 32px;
    margin-bottom: 30px;
}

#blocBlogNews .txts p{
    color: #8a919c;
  font-family: 'Quicksand';
  font-size: 18px;
  line-height: 32px;
    margin-bottom: 20px;
}

body.res_900 #blocBlogNews .txts p{
    font-size: 16px;
  line-height: 26px;
}

#blocBlogNews .mainBlocContainer{
    display:inline-block;
    vertical-align: top;
    width:50%;
    padding-left: 70px;
    position:relative;
    padding-bottom: 40px;
}

body.res_900 #blocBlogNews .mainBlocContainer{
    padding-left: 40px;
}

body.res_760 #blocBlogNews .mainBlocContainer{
    padding-left: 0;
    display:block;
    width:100%;
}

#blocBlogNews .subBlocsContainer{
     position:relative;
    padding-left: 90px;
}

body.res_900 #blocBlogNews .subBlocsContainer{
    padding-left: 60px;
}

body.res_760 #blocBlogNews .subBlocsContainer{
    padding-left: 0;
}

#blocBlogNews .postCard{
    position:relative;
    display:inline-block;
    vertical-align: top;
    width:100%;
}

body.res_760 #blocBlogNews .postCard{
    display:block;
    width:100% !important;
    margin: 0 0 20px 0 !important;
}

#blocBlogNews .subBlocsContainer .postCard{
    width:33%;
    margin-left: 45px;
}
body.res_900 #blocBlogNews .subBlocsContainer .postCard{
    margin-left: 30px;
}

#blocBlogNews .subBlocsContainer .postCard:first-child{
    margin-left: -90px;
}

body.res_900 #blocBlogNews .subBlocsContainer .postCard:first-child{
    margin-left: -60px;
}

#blocBlogNews .postCard .thumb{
    display:block;
    width:100%;
    height:0;
    padding-top: 90%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
}

#blocBlogNews .mainBlocContainer .postCard .thumb{
    padding-top: 60%;
}

body.res_760 #blocBlogNews .postCard .thumb{
    padding-top: 50% !important;
}

#blocBlogNews .postCard .date{
      color: #a2a2a2;
  font-family: 'Gilroy';
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
    margin-bottom: 10px;
}

#blocBlogNews .postCard .title{
    color: #3e3e3e;
  font-family: 'Gilroy';
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
    margin-bottom: 10px;
}

body.res_900 #blocBlogNews .postCard .title{
    font-size: 22px;
  line-height: 28px;
    margin-bottom: 10px;
}

#blocBlogNews .postCard .excerpt{
      color: #8b9098;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
    margin-bottom: 20px;
}

body.res_900 #blocBlogNews .postCard .excerpt{
    font-size: 14px;
  line-height: 24px;
    margin-bottom: 18px;
}

#blocBlogNews .postCard a.link:link,
#blocBlogNews .postCard a.link:visited{
    text-decoration: underline;
    text-transform: uppercase;
      font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 1px;
    color: #3e3e3e;
}

#blocBlogNews .categoriesFilter{
    position:relative;
    
}

body.res_760 #blocBlogNews .categoriesFilter{
    text-align:center;
}

#blocBlogNews .categoriesFilter span{
    display:inline-block;
    vertical-align: top;
    cursor: pointer;
    
    color: #3e3e3e;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
    
    margin-left: 34px;
    border-bottom: 2px solid #FFF;
}

#blocBlogNews .categoriesFilter span:first-child{
    margin-left: 0;
}

#blocBlogNews .categoriesFilter span.selected{
    border-color:#ebd483;
}

body.page-id-5 .conceptBloc.devices{
    margin-bottom: 150px;
}

#blocDecouverteAteliers{
    position:relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    
    background: linear-gradient(135deg, #E09492, #E7C62E);
    margin-bottom: 100px;
    padding-bottom: 100px;
}

body.res_1250 #blocDecouverteAteliers{
    padding-left:20px;
    padding-right: 20px;
}

body.res_760 #blocDecouverteAteliers{
    padding-bottom:25px;
    margin-bottom: 20px;
}

#blocDecouverteAteliers .blocDecouverteAteliersHeader{
    padding:100px 20px 100px 20px;
}

body.res_1250 #blocDecouverteAteliers .blocDecouverteAteliersHeader{
    padding:60px 0;
}

body.res_760 #blocDecouverteAteliers .blocDecouverteAteliersHeader{
    padding:40px 0;
}

#blocDecouverteAteliers .blocDecouverteAteliersHeader h2{
    color: #ffffff;
  font-family: 'Gilroy';
  font-size: 48px;
  font-weight: normal;
  line-height: 50px;
    margin-bottom: 20px;
}

body.res_760 #blocDecouverteAteliers .blocDecouverteAteliersHeader h2{
    font-size: 30px;
  line-height: 40px;
}

#blocDecouverteAteliers .blocDecouverteAteliersHeader .menu{
    display:inline-block;
    position:relative;
    overflow: hidden;
    width: 325px;
    
    border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
    
    background:#FFF;
    font-size:0;
}

#blocDecouverteAteliers .blocDecouverteAteliersHeader .menu span{
    display:inline-block;
    vertical-align: top;
    width:50%;
    cursor: pointer;
     color: #272727;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
    
    padding: 20px 0 20px 0;
}

#blocDecouverteAteliers .blocDecouverteAteliersHeader .menu span.selected{
    color:#FFF;
    background: linear-gradient(90deg, #E3ABA9, #E7CE5A);
}

#blocDecouverteAteliers .container{
    position:relative;
    font-size:0;
}

body.res_1250 #blocDecouverteAteliers .container{
    padding-left: 40px;
}

body.res_950 #blocDecouverteAteliers .container{
    padding-left: 0;
}

#blocDecouverteAteliers .container .card{
    display:inline-block;
    vertical-align: top;
    background:#FFF;
     margin:0 23px; 
    width:358px;
    height:630px;
    padding:36px 38px 0 38px;
    position:relative;
}

body.res_1250 #blocDecouverteAteliers .container .card{
     width:33.33%;
    margin-left: 20px;
    margin-right: 0;
}

body.res_1250 #blocDecouverteAteliers .container .card:first-child{
    margin-left: -40px;
}

body.res_1170 #blocDecouverteAteliers .container .card{
     height:500px;
}

body.res_950 #blocDecouverteAteliers .container .card,
body.res_950 #blocDecouverteAteliers .container .card:first-child{
     display:block;
    width:100%;
    margin: 0 0 25px 0;
    height:auto;
    padding-bottom: 100px;
}


#blocDecouverteAteliers .smartLabel{
    color: #202020;
      font-family: 'Gilroy';
      font-size: 18px;
      font-weight: bold;
      line-height: 22px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 2px;
}
#blocDecouverteAteliers .ageCategoryLabel{
    color: #202020;
      font-family: 'Gilroy';
      font-size: 18px;
      font-weight: bold;
      line-height: 22px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 2px;
    
      background: -webkit-linear-gradient(#e8ce5b, #e3abaa);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}

#blocDecouverteAteliers .prix{

    
     color: #ff8618;
      font-family: 'Gilroy';
      font-size: 80px;
      font-weight: bold;
      line-height: 98px;
      text-align: center;
    
      background: -webkit-linear-gradient(#e8ce5b, #e3abaa);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    
    padding-top: 22px;
    margin-bottom: 15px;
}

body.res_1170 #blocDecouverteAteliers .prix{
    padding-top: 20px;
    margin-bottom: 10px;
    font-size: 70px;
      line-height: 88px;
}

body.res_1120 #blocDecouverteAteliers .prix{
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 65px;
      line-height: 80px;
}

#blocDecouverteAteliers .prix sup{
      font-size: 24px;
      line-height: 29px;
    vertical-align: 38px;
}

body.res_1120 #blocDecouverteAteliers .prix sup{
    font-size: 22px;
      line-height: 26px;
    vertical-align: 30px;
}

#blocDecouverteAteliers .duree{
     color: #4b4a4a;
  font-family: 'Quicksand';
  font-size: 23px;
  font-weight: bold;
  line-height: 29px;
    display:inline-block;
    vertical-align: top;
    padding-left: 30px;
    margin-bottom: 43px;
    
    background: url("img/duree_icon.png") no-repeat 0 4px;
    background-size: auto 22px;
}

body.res_1120 #blocDecouverteAteliers .duree{
    margin-bottom: 23px;
}

#blocDecouverteAteliers .bonus{
    text-align: left;
    color: #838a95;
  font-family: 'Quicksand';
  font-size: 15px;
  line-height: 38px;
    line-height: 30px;
  letter-spacing: 0.17px;
    
    max-height:300px;
    overflow: hidden;
}

body.res_1170 #blocDecouverteAteliers .bonus{
    max-height:200px;
    font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
}

body.res_950 #blocDecouverteAteliers .bonus{
    max-height:none;
}


#blocDecouverteAteliers .container a.btn:link,
#blocDecouverteAteliers .container a.btn:visited{
    position:absolute;
    bottom:32px;
    left:95px;
    right:95px;
    
    
    display:inline-block;
    vertical-align: top;
    margin: auto;
    
    
    color: #3e3e3e;
      font-family: 'Quicksand';
      font-size: 18px;
      font-weight: bold;
      line-height: 20px;
      text-align: center;
    
    border:1px solid #ececec;
    background:#FFF;
    text-decoration: none;
    padding:10px 10px 10px 10px;
    
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

body.res_1120 #blocDecouverteAteliers .container a.btn:link,
body.res_1120 #blocDecouverteAteliers .container a.btn:visited{
    left:25px;
    right:25px;
}


#atelierDetail{
    position:relative;
    margin: auto;
    max-width: 1194px;
    padding-right: 585px;
    padding-left: 20px;
    text-align: left;
}

body.res_1200 #atelierDetail{
    padding-right: 420px;
}

body.res_950  #atelierDetail{
    padding: 10px 0;
}


#atelierDetail .sticky{
    background:#FFF;
    position:relative;
    border:1px solid #e9f0f3;
    padding: 10px 10px 45px 10px;
    text-align: left;
    width:510px;
    overflow: visible;
    
    
    position:absolute;
    right:0;
    top:140px;
}

body.res_1200 #atelierDetail .sticky{
     width:400px;   
}

body.res_950  #atelierDetail .sticky{
 position:relative;
    right:auto;
    top:auto;
    width: auto;
}

#atelierDetail .sticky .videoPreview{
    display:block;
    position: relative;
    width:100%;
    height:0;
    padding-top: 63%;
    background:#999999;
    overflow: hidden;
    
    margin-bottom: 35px;
    
}

#atelierDetail .sticky .videoPreview img{
    display:block;
    position:absolute;
    z-index: 1;
    width:100%;
    height: auto;
    left:0;
    top:50%;
    -moz-transform:    translateY(-50%);
    -o-transform:      translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform:         translateY(-50%);
    
    cursor: pointer;
}

#atelierDetail .sticky .videoPreview .btnPlay{
    display:inline-block;
    position:absolute;
    z-index: 2;
    height: auto;
    left:50%;
    top:50%;
    -moz-transform:    translateY(-50%) translateX(-50%);
    -o-transform:      translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform:         translateY(-50%) translateX(-50%);
    
    text-align: center;
    
     color: #ffffff;
  font-family: 'Quicksand';
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.4 px;
    
    cursor: pointer;
    
    background: url("img/play_icon2.svg") no-repeat left center;
    padding:5px 0 5px 50px;
    
    background: rgba(0,0,0,0.3) url(img/play_icon2.svg) no-repeat 5px center;
    padding: 10px 5px 10px 50px;
    
    border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#videoPreviewPlayer.shown{
    position: absolute;
    z-index: 100;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#videoPreviewPlayer iframe{
    position: absolute;
    z-index: 100;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#atelierDetail .sticky .txts{
    padding:0 20px;
}

#atelierDetail .sticky .t1{
    position:relative;
    margin-bottom: 30px;
}

#atelierDetail .sticky .prix{
    position:relative;
    color: #e09492;
  font-family: 'Gilroy';
  font-size: 50px;
  font-weight: bold;
  line-height: 61px;
}

#atelierDetail .sticky .prix .del{
    display:inline-block;
    vertical-align: middle;
    position:relative;
     color: #f0d368;
    margin-right: 5px;
}

#atelierDetail .sticky .prix .del .bar{
    position:absolute;
    left:0;
    top:26px;
    width:100%;
    height:5px;
    background:#e09492;
}

#atelierDetail .sticky .prix .current{
    display:inline-block;
    vertical-align: middle;
    position:relative;
}

#atelierDetail .sticky .t1 .vues{
    position:absolute;
    right:0;
    top:20px;
    
    color: #e09492;
      font-family: 'Quicksand';
      font-size: 23px;
      font-weight: bold;
      line-height: 29px;
    
    padding:2px 0 2px 40px;
    background: url("img/ateliers_vues.png") no-repeat left center;
}

#atelierDetail .sticky .btnStd1{
    width:100%;
    display:block;
    text-transform: uppercase;
}

#atelierDetail .sticky .line{
    position:relative;
    font-size:0;
    border-bottom: 1px solid #f3f0f0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#atelierDetail .sticky .line.bonus{
    border-bottom: none;
}

#atelierDetail .sticky strong{
    display:inline-block;
    vertical-align: bottom;
    width:150px;
     color: #5e6a6e;
  font-family: 'Roboto';
  font-size: 23px;
  font-weight: bold;
  line-height: 31px;
    
    padding:2px 0 2px 40px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 28px auto;
}

#atelierDetail .sticky .line.duree strong{
    background-image: url("img/icon_duree.png");    
}
#atelierDetail .sticky .line.materiel strong{
    background-image: url("img/icon_materiel.png");    
}
#atelierDetail .sticky .line.bonus strong{
    background-image: url("img/icon_bonus.png");    
}

#atelierDetail .sticky .ctn{
    display:inline-block;
    vertical-align: bottom;
    
     color: #5e6a6e;
  font-family: 'Quicksand';
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
    
    width:285px;
}

#atelierDetail .sticky .sns{
    text-align: center;
    position:absolute;
    left:0;
    bottom:-170px;
    width:100%;
}

#atelierDetail .sticky .sns .sns_t{
      color: #939393;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 19px;
    margin-bottom: 20px;
}

.a2a_svg { border-radius: 100% !important; }


#atelierDetail a.backBtn:link,
#atelierDetail a.backBtn:visited{
    color: #ffffff;
  font-family: 'Gilroy';
  font-size: 15px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0.25px;
    display: inline-block;
    vertical-align: middle;
    background: url("img/arrow7.png") no-repeat left center;
    background-size: 34px auto;
    padding-left: 43px;
    text-decoration: none;
}

body.res_1024 #atelierDetail a.backBtn{
    margin-left: 20px;
}


#atelierDetail h1{
     color: #ffffff;
  font-family: 'Gilroy';
  font-size: 58px;
  font-weight: normal;
  line-height: 71px;
  line-height: 60px;
  letter-spacing: 1px;
    margin-bottom: 80px;
    margin-top: 40px;
}

body.res_1200 #atelierDetail h1{
  font-size: 48px;
    line-height: 61px;
    margin-bottom: 60px;
    margin-top: 30px;
}

body.res_950 #atelierDetail h1{
  padding:0 20px;
    font-size: 38px;
    line-height: 51px;
}

#atelierDetail h1 .catPack{
    font-weight: bold;
    display:block;
    text-transform: uppercase;
}

#atelierDetail .descriptions{
    position:relative;
    background:#FFF;
    padding:30px 25px 30px 25px; 
    
     color: #5e6a6e;
  font-family: 'Quicksand';
  font-size: 16px;
  line-height: 26px;
}

#atelierDetail .descriptions h2{
     color: #5e6a6e;
  font-family: 'Gilroy';
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
    margin-bottom: 30px;
}

#atelierDetail .descriptions  p{
    margin-bottom: 30px;
}

#atelierDetail ul.programme{
    margin-bottom: 30px;
}

#atelierDetail ul.programme li{
    margin-bottom: 10px;
    padding-left: 45px;
    background: url("img/icon_programme.png") no-repeat 0 4px;
    background-size: 22px auto;
    
}

#atelierDetail ul.videoDetails{
    margin-bottom: 30px;
}

#atelierDetail ul.videoDetails li{
    margin-bottom: 10px;
    padding-left: 45px;
    background: url("img/icon_videoDetails.png") no-repeat 0 2px;
    background-size: 22px auto;
    padding-bottom: 10px;
    border-bottom:1px solid #f5f5f5;
    font-weight: bold;
    
}

#atelierDetail ul.videoDetails li:last-child{
    border-bottom:none;
}

#atelierDetail .bonus{
    margin-bottom: 50px;
}

#atelierDetail .bonus h2{
     background: linear-gradient(270deg, #F5E55C, #E09492);
  color: #5e6a6e;
  font-family: 'Gilroy';
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
    text-transform: uppercase;
    
    -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

#atelierDetail .bonus h3{
    margin-bottom: 20px;
     color: #e0978f;
  font-family: 'Gilroy';
  font-size: 20px;
  font-weight: normal;
  line-height: 23px;
    letter-spacing: -0.5px;
}

#atelierDetail .bonus li{
    font-family: 'Roboto';
  font-size: 18px;
  line-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom:1px solid #f5f5f5;
    padding-left: 55px;
    background: url("img/icon_plus.png") no-repeat 0 4px;
    background-size: 13px auto;
}


.atelierPedagogue{
    position:relative;
    padding-bottom: 100px;
    margin-bottom: 50px;
    border-bottom:1px solid #f5f5f5;
}

body.res_640 .atelierPedagogue{
    padding-bottom: 10px;
}

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

.atelierPedagogue .txt{
    padding-left: 190px;
    position:relative;
    background: url("img/atelierPedagogue.jpg?v=2") no-repeat 0 0;
    background-size: 178px auto;
    
}

body.res_640 .atelierPedagogue .txt{
    background-position: center top;
    padding:190px 0 0 0;
    text-align: center;
}

.atelierPedagogue .txt .t1{
      color: #5e6a6e;
  font-family: 'Roboto';
  line-height: 24px;
    margin-bottom: 5px;
}

.atelierPedagogue .txt .t2{
      color: #5e6a6e;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: -0.14px;
    margin-bottom: 15px;
}

.atelierPedagogue .txt .cv{
     color: #5e6a6e;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 26px; 
    letter-spacing: -0.14px;
    min-height: 178px;
}


.atelier-avis{
    position:relative;
}

.avisCard{
    position:relative;
    font-size: 0;
    margin-bottom: 40px;
}

.avisCard .avatar{
    display: inline-block;
    vertical-align: top;
    background:#d8d8d8;
    position: relative;
    overflow: hidden;
    width:78px;
    height:78px;
    border-radius: 100%;
    margin-right: 15px;
}

.avisCard .avatar img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius: 100%;
}

.avisCard .userInfos{
    display: inline-block;
    vertical-align: top;
    width:125px;
    margin-right: 15px;
}

.avisCard .userInfos .name{
      color: #5e6a6e;
  font-family: 'RobotoBold';
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
    margin-bottom: 5px;
}

.avisCard .userInfos .date{
      color: #939393;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 20px;
    margin-bottom: 5px;
}

.avisCard .userInfos .stars{
    display:inline-block;
    vertical-align: top;
    background:url("img/star1.png") repeat-x 0 0;
    background-size: auto 16px;
    width:105px;
    height:16px;
    position:relative;
}

.avisCard .userInfos .stars span{
    position:absolute;
    display:block;
    top:0;
    left:0;
    z-index: 10;
    background:url("img/star2.png") repeat-x 0 0;
    background-size: auto 16px;
    width:0;
    height:16px;
}

.avisCard .excerpt{
    display: inline-block;
    vertical-align: top;
    width:305px;
    
      color: #5e6a6e;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 26px;
}

body.res_1024 .avisCard .excerpt{
    display:block;
    width:100%;
    padding-top: 10px;
}

#ateliersHome{
    position:relative;
    margin: auto;
    padding:0 20px;
    max-width: 1660px;
    padding-left: 410px;
    padding-top: 210px;
    min-height: 600px;
}

body.res_1550 #ateliersHome{
    padding-top: 110px;
}

body.res_1500 #ateliersHome{
    padding-left: 300px;
    padding-top: 60px;
}

body.res_1120  #ateliersHome{
    padding-top: 90px;
}

body.res_900  #ateliersHome{
    padding-top: 0;
}

body.res_850  #ateliersHome{
   /* padding:90px 0 40px 0;*/
    padding:20px 0 40px 0;
}

#ateliersHome .sideBar{
    position:absolute;
    top:210px;
    left:20px;
    width:340px;
    text-align: left;
    background:#FFF;
}

body.res_1550 #ateliersHome .sideBar{
    top:150px;
}

body.res_1500 #ateliersHome .sideBar{
    width:250px;
    top:100px;
}

body.res_1120 #ateliersHome .sideBar{
    top:90px;
}

body.res_900 #ateliersHome .sideBar{
    top:0;
}

body.res_850 #ateliersHome .sideBar{
    width:100%;
    top:auto;
    left:auto;
    position:relative;
    padding:0 20px;
}

#ateliersHome .sideBar h2{
    display:none;
}

body.res_850 #ateliersHome .sideBar h2{
    display:block;
    cursor: pointer;
    margin-bottom: 20px;
    
    color: #1d1d1d;
  font-family: 'Gilroy';
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
    text-transform: uppercase;
    background:url("img/arrow8.png") no-repeat 0 center;
    background-size: 20px auto;
    padding-left: 30px;
}

body.res_850 #ateliersHome .sideBar h2.opened{
    background-image: url("img/arrow9.png");
}

body.res_850 #ateliersHome .sideBarCtn{
    overflow: hidden;
    height:0;
}

body.res_850 #ateliersHome .sideBarCtn.opened{
    height:auto;
}

#ateliersHome .sideBar h3{
     color: #1d1d1d;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
    margin-bottom: 25px;
 
}

#ateliersHome .sideBar h3,
#ateliersHome .sideBar .sidebar-atelier,
#ateliersHome .sideBar .priceRangeCtn{
    padding-left: 10px;
}



#ateliersHome .sideBar .menu-atelier{
    margin-bottom: 60px;
}

#ateliersHome .sideBar .menu-atelier li{
    padding-right:40px;
}

#ateliersHome .sideBar .menu-atelier li.haveSubMenu{
    
    background: url("img/arrow8.png") no-repeat right 2px;
    background-size:15px auto;
}

#ateliersHome .sideBar .menu-atelier li.haveSubMenu.opened{
    background-image: url("img/arrow9.png");
}

#ateliersHome .sideBar .sub-menu{
    margin-left: 20px;
    overflow: hidden;
    height:0;
}

#ateliersHome .sideBar .sub-menu.opened{
    height: auto;
}

#ateliersHome .sideBar .sub-menu li{
    padding-right: 0;
    background:none;
}

#ateliersHome .selected{
 font-weight: bold !important;   
}

#ateliersHome .sideBar .showAll,
#ateliersHome .sideBar .menu-atelier a:link,
#ateliersHome .sideBar .menu-atelier a:visited{
    color: #3b3434;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
    text-decoration: none;
    cursor: pointer;
}

#ateliersHome .sideBar .showAll{
    padding-left: 10px;
    margin-bottom: 20px;
}


#ateliersHome .keywordSearchCtn{
    margin-bottom: 40px;
}

#ateliersHome .keywordSearchCtn button{
    display:none;
}

#ateliersHome .keywordSearchCtn .keywordSearch{
    display:block;
    width:100%;
    
     color: #1d1d1d;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
    
    border:1px solid #e9e9e9;
    background:#FFF url("img/icon_search.png") no-repeat right center;
    background-size: 42px auto;
    
    padding:19px 50px 19px 25px;
}

#ateliersHome  .priceRangeCtn h3{
    margin-bottom: 0px;
}

#ateliersHome .priceRangeCtn button{
    display:none;
}

#ateliersHome .priceRangeCtn .slider__handle{
    background:#FFF !important;
     box-shadow: 0px 0px 10px rgba(207,207,207,0.71) !important;
}

#ateliersHome .priceRangeCtn .slider__bar{
  background: linear-gradient(270deg, #F5E55C, #E09492) !important;
}

#ateliersHome .priceRangeCtn #price-range-label{
      color: #989ca2;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

#ateliersHome .priceRangeCtn #price-range-label em{
    font-style: normal;
    color:#3E3E3E;
}

#ateliersHome .resultsList,
.atelier-relation .resultsList{
    position:relative;
    padding-left: 50px;
    text-align: left;
    font-size:0;
    background:#FFF;
    
    /*background: rgba(255,86,89,1.00);*/
}

body.res_1300 #ateliersHome .resultsList,
body.res_1300 .atelier-relation .resultsList{
 padding-left: 50px;   
}

body.res_1024 #ateliersHome .resultsList,
body.res_1024 .atelier-relation .resultsList{
 padding-left: 0;   
}



#atelier-list{
    text-align: left;
    position:relative;
}

body.res_850 #atelier-list{
    padding:0 20px;
    background:#FFF;
}

#atelier-list .listHeader{
    position:relative;
    text-align: left;
    margin-bottom: 40px;
}

#atelier-list .listHeader .pagesInfos{
    padding: 10px 0;
     color: #4f4f4f;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

#atelier-list .listHeader #select-sort{
    position:absolute;
    right:0;
    top:0;
    padding:10px;
    
     color: #4f4f4f;
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

#atelier-list .pagination{
    padding:20px 0;
    color: #4f4f4f;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

#atelier-list .pagination a:link,
#atelier-list .pagination a:visited{
    color: #4f4f4f;
    text-decoration: none;
}

#atelier-list .pagination strong{
    color:#292929;
}


.resultsList .atelierCard{
    display:inline-block;
    vertical-align: top;
    height:597px;
    width:380px;
    
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.45);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.45);
    
    
    border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
    
    position:relative;
    margin-left: 25px;
    margin-bottom: 25px;
    
    width:33.33%;
    overflow: hidden;
}

.resultsList .atelierCard.coming_soon{
    /*pointer-events: none;
    cursor: default;*/
    
}

.resultsList .atelierCard.coming_soon .brand{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 100;
    background: url("img/coming_soon.png") no-repeat right top;
    background-size:60% auto;
    
    pointer-events: none;
}



body.res_1300 #ateliersHome .resultsList .atelierCard{
    width:50%;
    
}


div.wpcf7-mail-sent-ng, div.wpcf7-aborted{
    color:#ff0000;
    font-size:10px;
}


.resultsList .atelierCard:nth-child(3n-2){
    margin-left: -50px;
}
body.res_1300 #ateliersHome .resultsList .atelierCard:nth-child(3n-2){
    margin-left: 25px;
}
body.res_1300 #ateliersHome .resultsList .atelierCard:nth-child(2n-1){
    margin-left: -25px !important;
}

body.res_1024  #ateliersHome  .resultsList .atelierCard,
body.res_900  .atelier-relation .resultsList .atelierCard{
    display:block;
    height: auto;
    width:100%;
    margin-left: 0 !important;
}
body.res_1024 #ateliersHome  .resultsList .atelierCard:nth-child(2n-1){
    margin-left: 0 !important;
}

.atelierCard .top{
    position:relative;
    display: block;
    text-decoration: none;
    width:100%;
    height:0;
    padding-top: 70%;
    background:rgba(224,224,224,1.00);
    
    overflow: hidden;
}

body.res_1300 .atelierCard .top{
    padding-top: 50%;
}
body.res_1120 .atelierCard .top{
    padding-top: 70%;
}

.atelierCard .top img{
    display:block;
    
    
    width:auto !important;
    height:110% !important;
    
    
    position:absolute;
    left:50%;
    z-index: 1;
    
    top:50%;
    -moz-transform:    translateY(-50%) translateX(-50%);
    -o-transform:      translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform:         translateY(-50%) translateX(-50%);
    
    overflow: hidden;
}

body.res_1300 .atelierCard .top img{
    height:145% !important;
}

body.res_1120 .atelierCard .top img{
    height:110% !important;
}

.resultsList .atelierCard.is_pack .packLabel{
    position: absolute;
    z-index: 10;
    left:0;
    top:28px;
    background: url("img/bgPackLabel.png") no-repeat 0 0;
    width:117px;
    height:39px;
    background-size: 100% auto;
    text-align: center;
    color:#FFF !important;
    
    font-family: 'Gilroy';
  font-size: 23px;
  font-weight: bold;
  line-height: 28px;
    padding-top: 5px;
  text-transform: uppercase;
    
}

.resultsList .atelierCard .vues{
    position: absolute;
    z-index: 10;
    color:#FFF !important;
    left:15px;
    bottom:20px;
    
    font-family: 'Quicksand';
  font-size: 23px;
  font-weight: bold;
  line-height: 29px;
    
    background: url("img/icon_vues.png") no-repeat -2px 3px;
    background-size:24px auto;
    
    padding-left: 28px;
}

.resultsList .atelierCard .duree{
    position: absolute;
    z-index: 10;
    color:#FFF !important;
    right:15px;
    bottom:20px;
    
    font-family: 'Quicksand';
  font-size: 23px;
  font-weight: bold;
  line-height: 29px;
    
    background: url("img/icon_duree2.png") no-repeat -2px 3px;
    background-size:24px auto;
    padding-left: 28px;
}

.resultsList .atelierCard .txts{
    padding:22px 30px 0 30px;
    text-align: left;
}

body.res_1024  .resultsList .atelierCard .txts{
     padding-bottom: 100px;   
}

.resultsList .atelierCard a.title:link,
.resultsList .atelierCard a.title:visited{
    text-decoration: none;
    color: #2e2d2d;
  font-family: 'Gilroy';
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
    margin-bottom: 5px;
    display:block;
}

.resultsList .atelierCard .excerpt{
     color: #838a95;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.resultsList .atelierCard .prix{
    position:absolute;
    right:30px;
    bottom:30px;
    overflow: visible;
    text-align: right;
}

.resultsList .atelierCard .prix .current{
      color: #e09492;
  font-family: 'Gilroy';
  font-size: 35px;
  font-weight: bold;
  line-height: 35px;
  text-align: right;
}

.resultsList .atelierCard .prix .del{
    display:inline-block;
    vertical-align: middle;
    position:absolute;
     color: #f0d368;
    font-size:22px;
    line-height: 22px;
    bottom:37px;
    right:0;
    
    font-family: 'Gilroy';
  font-weight: bold;
}

.resultsList .atelierCard .prix .del .bar{
    position:absolute;
    left:0;
    top:10px;
    width:100%;
    height:2px;
    background:#e09492;
}

.atelier-relation{
    position:relative;
    max-width: 1172px;
    margin: auto;
    margin-bottom: 50px;
    padding: 0 20px;
}

.atelier-relation h2{
      color: #333448;
  font-family: 'Gilroy';
  font-size: 50px;
  font-weight: bold;
  line-height: 61px;
  text-align: center;
    margin-bottom: 80px;
}

body.res_1120 .atelier-relation h2{
    font-size: 40px;
  line-height: 51px;
}

h1.entry-title{
    display:none !important;
}

#packGratuitPopin{
    position:fixed;
    z-index: 999;
    background: rgba(0,0,0,0.61);
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow: auto;
    display:none;
}

#packGratuitPopin.show{
    display:block;
}

#packGratuitPopin .packGratuitPopinCtn{
    position:absolute;
    width:90%;
    max-width: 900px;
    
    top:50%;
    left:50%;
    
    -moz-transform:    translateY(-50%) translateX(-50%);
    -o-transform:      translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform:         translateY(-50%) translateX(-50%);
}

body.res_900 #packGratuitPopin .packGratuitPopinCtn{
    top:20px;
    
    -moz-transform:    translateX(-50%);
    -o-transform:      translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform:         translateX(-50%);
}

#packGratuitPopin .PackGratuits{
    padding-top: 30px;
    padding-bottom: 30px;
}

#packGratuitPopin .packGratuitPopinCtn .PackGratuits{
    width:100%;
    left:auto;
}

#packGratuitPopin .PackGratuits .PackGratuitsCtns .visuel{
    max-width:320px;
}

#packGratuitPopin .PackGratuits h3{
    display:none;
}

#packGratuitPopin .packGratuitPopinCtn .btnClose{
    position:absolute;
    top:0;
    right:0;
    cursor: pointer;
    font-family: 'FontAwesome' !important;	
    font-size:25px;
    padding:10px;
    z-index: 500;
    color:#FFF;
}

#packGratuitPopin .packGratuitPopinCtn .btnClose::before{
	content: "\f00d"; 	
}


div.wpcf7-mail-sent-ok{
    font-size:10px;
    color:#398f14;
}
