@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');


html, body {
	margin-top: 0px !important;
	margin: 0px !important;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
}

.btn {
	border-radius: 0px;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.alignleft{
	float: left;
	margin: 20px 20px 0 0;
}

.aligncenter{
	margin: 0 auto;
	display: block;
}
p {
	text-align: justify;
}
/*HEADER*/
header {
	height: 130px;
	background: #e3ded6;
	overflow: visible;
}
header figure img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
header .login-box {
	margin-top: 50px;
}
header ul {
	float: right;
	background: #9c9c9c;
	list-style: none;
}
header ul li {
	display: inline-block;
	padding: 3px 10px;
	text-align: right;
}
header ul li a {
	color: #fff;
}
header ul li i {
	color: #faac40;
}
header .search-box{
	text-align: right;
}

header .search-box img {
	margin-right: 10px;
}


header .search-box > div{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

header .search-box .search-form div{
    display: inline-block;
    vertical-align: middle;
}

header .search-box .search-form form input{
	padding: 4px 10px;
	height: 32px;
/*	width: 305px;*/
}

header .search-form form button[type='submit']{
    background: none repeat scroll 0 0 #fff;
    color: #888;
    font-weight: bold;
    margin: 0;
    height: 32px;
    padding: 3px 10px;
    cursor: pointer;
    border: 1px solid #c3c3c3;
}

#carousel-slider img {
	width: 100%;
	z-index: -10;
}
#carousel-slider span.glyphicon {
	color: #6cbdbc;
}
#carousel-slider .carousel-caption span.glyphicon {
	color: #fff;
}
#carousel-slider .carousel-caption {
	/*left: 60%;
	top: 0;
	bottom: 0;
	padding: 20px;
	background: rgba(255,255,255,0.6);
	text-shadow: none;
	text-align: right;*/
	display: none;
}
#carousel-slider .carousel-caption h1 {
	color: #00BAD2;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 25px;
	text-align: left;
    margin-top: 0;
    padding-bottom: 10px;	
    border-bottom: 1px solid #c3c3c3;
}
#carousel-slider .carousel-caption h2{
	text-align: left;
}
#carousel-slider .carousel-caption h2 a {
	color: #5a5a5a;
	font-weight: bold;
	/*text-transform: uppercase;*/
	font-size: 25px;
}
#carousel-slider .carousel-caption p {
	color: #5a5a5a;
}
#carousel-slider .carousel-caption a.btn {
	text-transform: uppercase;
}
#carousel-slider .carousel-caption a.btn:first-child {
	margin-right: 10px;
}
#divider {
	position: relative;
	height: 50px;
	background: #dad2c5;
}
#divider img.logo {
	position: absolute;
	left: 50%;
	margin-left: -36px;
	z-index: 10;
}
#divider img.courone {
	position: absolute;
	left: 50%;
	top: -39px;
	margin-left: -60px;
}

#single-post-container {
	background: #dad2c5;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#single-post-container .single-post-divider {
	position: relative;
	height: 40px;
	background: #e3ded6;
}
#single-post-container .single-post-divider #close-home-post {
	display: block;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background: #f3f0ec;
	color: #8d867b;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
}
#single-post-container .single-post-divider .close-home-post i {
	font-size: 2em;
}
#single-post-container h3 {
	color: #8d867b;
	font-weight: bold;
}
#single-post-container .home-post-content {
	text-align: justify;
	/*-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;*/
}
#main-menu {
	border: none;
	background: #fff;
}

#main-menu ul.nav > li > a {
	padding-left: 15px;
	background: url('../img/double-pouce.png') no-repeat center left;
	color: #000;
	font-weight: bold;
}

#main-menu ul.nav > li > a:hover {
	color: #33B0B5;
}

#menu-menu-left{
	margin-left: -15px;
}

#menu-menu-left .sub-menu, #menu-menu-right .sub-menu {
	display: none;
	position: absolute; /* Evite que la dimension du conteneur ne change quand la sous-liste est affichée */
    left: -40px; /* FIX IE7 : pour que le sous-menu s’aligne avec son conteneur */
    top: 3em; /* FIX IE7 : pour que le sous-menu s’aligne avec son conteneur, on le positionne explicitement en bas du conteneur */
    white-space: nowrap; /* Pour que le texte ne revienne pas à la ligne */  
}

#menu-menu-left .sub-menu li, #menu-menu-right .sub-menu li{
    list-style: none;
    margin: 0;
    padding: 2px;
    background-color: #00b1b5;
    border-bottom: 1px solid #fff;
	
}

#menu-menu-left .sub-menu .menu-item:hover, #menu-menu-right .sub-menu .menu-item:hover{
    list-style: none;
    margin: 0;
    padding: 2px;
    background-color: #8f9cb7;
    border-bottom: 1px solid #fff;
	
}

#menu-menu-left .sub-menu li a, #menu-menu-right .sub-menu li a{
    text-decoration: none;
    color: #fff;
}


#menu-menu-left .menu-item-127:hover .sub-menu, #menu-menu-left .menu-item-129:hover .sub-menu, #menu-menu-right .menu-item-131:hover .sub-menu, #menu-menu-right .menu-item-133:hover .sub-menu, #menu-menu-right .menu-item-134:hover .sub-menu{
	display: block;
	z-index: 10;
}

.submit-button{
    background: none repeat scroll 0 0 #A58873;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    padding: 30px 15px;
    width: 180px;
    text-align: center;
    text-transform: uppercase;
}    

/*HOME*/
#main {
	margin-bottom: 20px;
}
#main.home {
	margin-bottom: -60px;
}

.info-box {
	position: relative;
	background: #aaa;
	margin-bottom: 40px;
	padding-right: 10px;
	color: #fff;

}
.info-box.actu {
	background: #4ca6c4;
}
.info-box.project {
	background: #a58873;
}

.info-box.project p{
	margin-top: 20px;
}
.info-box h3 {
	font-size: 18px;
}
.info-box h3 span {
	font-weight: 300;
}
.info-box h4 {
	position: absolute;
	top: 90px;
	left: 40px;
	width: 130px;
	height: 30px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 100%;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.info-box p {
	font-size: 12px;
}
.info-box img {
	float: left;
	margin: 0 10px 0 30px;
		max-width: 238px;
}
.info-box a {
	color: #fff;
}

.co-founding p{
	text-align: center;
}
h3.home {
	color: #20a9ae;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}

#plaquette {
	margin-bottom: 10px;
	box-shadow: 0px 5px 10px #ccc;
	max-width: 165px;
	width: 165px;
	height: auto;
}

#download-plaquette {
	display: block;
	width: 165px;
	background: url('../img/down.png') no-repeat 90% 50% #e9e4dc;
	color: #000;
	text-align: left;
}
#download-plaquette:hover {
	background: url('../img/down.png') no-repeat 90% 50% #d9d4cc;
}

/* PAGES */
#page-aside {
	padding-top: 50px;
	background: url('../img/dots.png') no-repeat 0px 0px;
	display: none;
}



#page-content {
padding-top: 85px;
background: url('../img/dots.png') no-repeat top left;
margin-left: -15px;
padding-left: 15px;
}

#page-content ul  {
	list-style-type: none;
	padding: 0;
}

#page-content ul li:before{
    content: "•";
    color: #00b1b5;
    margin-right: 7px;
}


#page-content .menu-rubrique ul li:before {
	content: none;
}

.menu-rubrique {
	margin-top: 50px;
	margin-bottom: 25px;
}
.menu-rubrique ul li:last-child {
	margin: 0px 50px 20px 0;
}
.menu-rubrique ul {
	padding: 0px;
	list-style: none;
}
.menu-rubrique ul li a {
	display: block;
	width: 180px;
	padding: 5px 15px;
	margin-bottom: 5px;
	background: #00b1b5;
	color: #fff;
}

.menu-rubrique ul li.active a {
	background: #8f9cb7;
}

#page-content h1 {
	color: #4e4e4e;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 22px;
}

#page-content h2 {
	color: #8e9bb8;
	font-size: 20px;
	text-transform: inherit;
	margin-top: 0;
	margin-bottom: 10px;
}

#page-content h3 {
	color: #8e9bb8;
	font-weight: bold;
}

#page-content strong.important {
	color: #00b1b5;
	font-weight: bold;


}

#page-content img{
	max-width: 100%;
	height: auto;
}

#page-content #single-post-container {
	background: none;
}


#main.webinar-page > .container:first-child {
	padding-top: 85px;
	background: url(../img/dots.png) no-repeat top left;
}
.webinar-page h1 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin: 0;
	font-weight: bold;
}
.webinar-page h2 {
	color: #8e9bb8;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: inherit;
	margin-top: 0;
	margin-bottom: 40px;
}
.webinar-page section {
	margin-top: 50px;
}
.webinar-page p {
	text-align: left;
}
.webinar-page ul {
	margin: 0;
    padding: 0;
	list-style: none; 
}
.webinar-page ul li::before {
	content: "\2022";   
	color: #00b1b5;  
	display: inline-block;  
	width: 1em;
}
.webinar-page .webinar-header {
	padding: 20px 0;
	color: white;
	background-color: #053053;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.webinar-page .webinar-header time {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 10px;
	color: #00b1b5;
}
@media (min-width: 768px){
	.flex-sb-center {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.webinar-page .webinar-header time {
		align-items: flex-end;
		margin-top: 0;
	}
}
.webinar-page .webinar-header .webinar-day{
	font-size: 16px;
}
.webinar-page .webinar-header .webinar-schedule{
	font-size: 14px;
	font-style: italic;
}
.webinar-page .webinar-subject-section {
	margin: 0;
	color: white;
	text-shadow: 0px 0px 8px rgb(0 0 0 / 23%);
	background: #00b1b5 no-repeat top left / cover;
}
.webinar-subject-wrapper {
	padding: 40px 0;
}
.webinar-page .webinar-subject-section .webinar-subject {
	font-family: 'DM Serif Display', serif;
	font-size: 51px;
} 
.webinar-page .webinar-subject-section .webinar-subject-description {
	max-width: 410px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: left;
	line-height: 1.5;
}
.webinar-page .speaker-list {
	padding: 0;
    list-style-type: none;
}
.webinar-page .speaker-card + .speaker-card {
	margin-top: 20px;
}
.webinar-page .speaker-card {
	padding: 16px;
	box-sizing: border-box;
	background-color: white;
	box-shadow: 0px 0px 14px  2px rgb(0 0 0 / 23%);
}
@media (min-width: 628px){
	.webinar-page .speaker-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
	}
	.webinar-page .speaker-card + .speaker-card {
		margin-top: 0;
	}
}
@media (min-width: 768px){
	.webinar-page .speaker-list {
		display: block;
	}
	.webinar-page .speaker-card + .speaker-card {
		margin-top: 20px;
	}
	.webinar-page .speaker-card {
		display: grid;
		grid-template-columns: 162px auto;
		grid-template-rows: 60px 110px 52px auto;
		column-gap: 22px;
		grid-template-areas:
			"photo name"
			"photo title"
			"photo link"
			"description description";
	}
}
@media (min-width: 992px){
	.webinar-page .speaker-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
	}
	.webinar-page .speaker-card + .speaker-card {
		margin-top: 0;
	}
	.webinar-page .speaker-card h3 + p {
		width: 160px;
	}
}
.webinar-page .speaker-card:before {
	display: none;
}
.webinar-page .speaker-card p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
}
.webinar-page .speaker-card > p:first-child {
	grid-area: photo;
}
.webinar-page .speaker-card > p:first-child img {
	margin: 0;
	float: none;
}
.webinar-page .speaker-card h3 {
	grid-area: name;
	font-family: 'DM Serif Display', serif;
	font-size: 26px;
	color: #00b1b5;
	align-self: centter;
}
.webinar-page .speaker-card h3 + p {
	grid-area: title;
	font-size: 16px;
	align-self: start;
}
.webinar-page .speaker-card h3 + p + p {
	grid-area: link;
	align-self: end;
}
.webinar-page .speaker-card h3 + p + p > a {
	display: block;
	width: 46px;
	height: 46px;
	margin-top: 10px;
	overflow: hidden;
	text-indent: -10000px;
	color: transparent;
	background: transparent url(../img/linkedin.svg) center center / 100%;
}
.webinar-page .speaker-card h3 + p + p + p {
	grid-area: description;
	font-size: 14px;
	padding-top: 30px;
	line-height: 1.6;
}
.webinar-page .speaker-card h3 + p + p + p:before {
	content: "";
	display: block;
	clear: both;
}
@media (min-width: 992px) {
	.webinar-page .two-cols-sections {
		display: grid;
		grid-template-columns: 71% 21%;
		column-gap: 8%;
		position: relative;
		margin-top: 55px;
	}
	.webinar-page .two-cols-sections section {
		margin-top: 0;
	}
	.webinar-page .two-cols-sections:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 75%;
		width: 0;
		height: 100%;
		border-left: 2px solid #8e9bb8;
	}
}
.webinar-page .company-information-wrapper {
	background-color: #8e9bb8;
	margin-top: 55px;
	padding-bottom: 10px;
	background: transparent no-repeat center center / cover;
}
.webinar-page .company-information-wrapper section {
	margin-top: 40px;
}
.webinar-page .company-information-wrapper h2 {
	color: white;
}
.webinar-page .company-information-wrapper .company-item {
	box-shadow: 0px 0px 14px  2px rgb(0 0 0 / 23%);
	margin-bottom: 40px;
}
.webinar-page .company-information-wrapper .company-item p:first-child {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 116px;
	padding: 0 26px;
	margin: 0;
	background-color: white;
}
.webinar-page .company-information-wrapper .company-item p:first-child img {
	width: auto;
	max-height: 78px;
}
.webinar-page .company-information-wrapper .company-item p:first-child + p {
	padding: 26px;
	background-color: #8e9bb8;
	color: white;
}
.webinar-page .button-section {
	text-align: center;
}
.webinar-page .button-section .button {
    display: inline-flex;
    justify-content: center;
	width: 72px;
	padding-top: 80px;
	margin: 10px 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	white-space: nowrap;
	letter-spacing: .15em;
	color: #00b1b5;
	background: transparent no-repeat center top / 100% auto;
}
.webinar-page .button-section .button:hover {
	text-decoration: none;
	color: #00b1b5;
}
.webinar-page .button-section .button.register-button {
	background-image: url(../img/register.png);
}
.webinar-page .button-section .button.register-button:hover {
	background-image: url(../img/register_hover.png);
}
.webinar-page .button-section .button.contact-button {
	background-image: url(../img/contactus.png);
} 
.webinar-page .button-section .button.contact-button:hover {
	background-image: url(../img/contactus_hover.png);
} 


.category #page-content article{
	border-top: none;
	padding-bottom: 20px;
/*	margin-top: 50px;*/
}

.category #page-content article+article{
	border-top: 1px solid #c3c3c3;
/*	margin-top: 0;*/
}

.category #page-content article h1{
	padding: 0 0 15px; 
	margin: 0;
}

.category #page-content article+article h1{
	padding: 30px 0 15px; 
}

.category #page-content article img{
	margin-right: 20px;
	margin-bottom: 20px;
	max-width: 185px;
	height: auto;
}


#plan-site > div p.title{
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

#plan-site > div p.title+p.title{
	margin-top: 20px;
	margin-bottom: 0;
}

#plan-site ul li{
	margin-left: 15px;
}

p.legend{
	display: inline-block;
	position: absolute;
}

a.zoom {
    display: inline-block;
    margin: 0 0 25px;
}

a.zoom img{
    display: block;
    height: auto;
    max-width: 100%;
}

.csColumn a.zoom img{
    width: 100%;
}

a.zoom span.legend{
	display: block;
}


.input-group{
	display: block;
}

.customForm input, .customForm textarea{
	display: block;
	width: 100%;
}

.customForm p{
	margin-bottom: 15px;
}

.customForm input[type="radio"]{
	display: inline-block;
	width: inherit;
	margin-left: 10px;
	margin-right: 5px;

}

.customForm .alert{

	display: none;

}

.slb_details{
	display: none;
}



/*FOOTER*/

footer div.container {
	padding-top: 85px;
	background: url('../img/dots.png') no-repeat top left, url('../img/dots.png') no-repeat top right, url('../img/footer-bar.png') no-repeat 50% 60px;
}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media only screen and (max-width:768px){ 
	
	header{
		height: auto;
	}

	header figure.pull-left{
		float: none !important;
	}

	header figure img{
		position: relative;
	}	

	header figure > a{
		text-align:center;
		display: block;
	}

	header .login-box{
		margin-top: 15px;
	}

	header .search-box{
		margin-bottom: 50px;
	}	

	.home header .search-box{
		margin-bottom: 20px;
	}
	
	a.zoom{
		display: block;
	}

	.home #page-content{
		padding-left: 0;
	}

	.info-box img{
		float: none !important;
	}	

	.info-box{
	    padding-left: 10px;
	    padding-right: 10px;
	}

	#menu-menu-left .sub-menu, #menu-menu-right .sub-menu {
		display: none;
	
	}

	#menu-menu-left .menu-item-127:hover .sub-menu, #menu-menu-left .menu-item-129:hover .sub-menu, #menu-menu-right .menu-item-131:hover .sub-menu, #menu-menu-right .menu-item-133:hover .sub-menu, #menu-menu-right .menu-item-134:hover .sub-menu{
		display: none;
	}

	#main.home{
		margin-bottom: 0;
	}

	.menu-rubrique {
    	float: inherit !important;
    	margin-top: 0;
	}	

	.menu-rubrique ul li a {
		width: 100%;
	}

	.menu-rubrique ul li:last-child {
    	margin: 0;
	}


}

/* Medium devices (desktops, 992px and up) */
@media only screen and (max-width:992px){ 
	

}

/** 
Large devices (large desktops, 1200px and up) 
**/
@media only screen and (max-width:1200px){  
	

}
