@font-face {
    font-family: 'HL';
    src: url('../fonts/Hind-Light.eot');
    src: url('../fonts/Hind-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Hind-Light.woff2') format('woff2'),
        url('../fonts/Hind-Light.woff') format('woff'),
        url('../fonts/Hind-Light.ttf') format('truetype'),
        url('../fonts/Hind-Light.svg#Hind-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HB';
    src: url('../fonts/Hind-Bold.eot');
    src: url('../fonts/Hind-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Hind-Bold.woff2') format('woff2'),
        url('../fonts/Hind-Bold.woff') format('woff'),
        url('../fonts/Hind-Bold.ttf') format('truetype'),
        url('../fonts/Hind-Bold.svg#Hind-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HM';
    src: url('../fonts/Hind-Medium.eot');
    src: url('../fonts/Hind-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Hind-Medium.woff2') format('woff2'),
        url('../fonts/Hind-Medium.woff') format('woff'),
        url('../fonts/Hind-Medium.ttf') format('truetype'),
        url('../fonts/Hind-Medium.svg#Hind-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HSB';
    src: url('../fonts/Hind-SemiBold.eot');
    src: url('../fonts/Hind-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Hind-SemiBold.woff2') format('woff2'),
        url('../fonts/Hind-SemiBold.woff') format('woff'),
        url('../fonts/Hind-SemiBold.ttf') format('truetype'),
        url('../fonts/Hind-SemiBold.svg#Hind-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HR';
    src: url('../fonts/Hind-Regular.eot');
    src: url('../fonts/Hind-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Hind-Regular.woff2') format('woff2'),
        url('../fonts/Hind-Regular.woff') format('woff'),
        url('../fonts/Hind-Regular.ttf') format('truetype'),
        url('../fonts/Hind-Regular.svg#Hind-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MEB';
    src: url('../fonts/Mulish-ExtraBold.eot');
    src: url('../fonts/Mulish-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-ExtraBold.woff2') format('woff2'),
        url('../fonts/Mulish-ExtraBold.woff') format('woff'),
        url('../fonts/Mulish-ExtraBold.ttf') format('truetype'),
        url('../fonts/Mulish-ExtraBold.svg#Mulish-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MLI';
    src: url('../fonts/Mulish-LightItalic.eot');
    src: url('../fonts/Mulish-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-LightItalic.woff2') format('woff2'),
        url('../fonts/Mulish-LightItalic.woff') format('woff'),
        url('../fonts/Mulish-LightItalic.ttf') format('truetype'),
        url('../fonts/Mulish-LightItalic.svg#Mulish-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'MR';
    src: url('../fonts/Mulish-Regular.eot');
    src: url('../fonts/Mulish-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mulish-Regular.woff2') format('woff2'),
        url('../fonts/Mulish-Regular.woff') format('woff'),
        url('../fonts/Mulish-Regular.ttf') format('truetype'),
        url('../fonts/Mulish-Regular.svg#Mulish-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
	margin: 0;
	padding: 0;
}
body, html{
	font-family: 'MR', sans-serif;
	overflow-x: hidden;
	font-size: 1rem;
	color: #1a1a18;
	background-repeat: repeat;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background-color: #FFF;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'HM', sans-serif;
	margin: 0;
	font-weight: 900;
}
p{
	margin-bottom: 0;
}
a{
	text-decoration: none;
	transition: all .3s;
	cursor: pointer;
	display: inline-block;
}
.section.header {
    z-index: 3;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
	/* background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0)); */
}
.topHeader{
	background-color: #f0f0f0;
}
.topHeader p{
	display: inline-block;
}
.topHeader p,
.topHeader a{
	color: #251f1c;
	font-size: .8rem;
	margin-right: 50px;
	font-weight: 300;
}
.topHeader a:hover{
	color: #b29855;
}
.topHeader .col-9 a:last-child,
.topHeader .col-3 a:last-child{
	margin: 0;
}
.topHeader .rs a{
	margin-right: 15px;
}
.header .nav a{
	color: #FFF;
	font-weight: 100;
	margin: 0;
	padding: 5px;
	font-family: 'MR';
	font-size: 1.1rem;
}
.header .nav ul li{
	margin-right: 50px;
}
.header .nav ul li li{
	margin-right: 0px;
}
.header .nav ul li li a{
	padding: 5px 10px;
}
.header .nav ul li:last-child{
	margin-right: 0;
}
.header a.btnSearch{
	color: #FFF;
}
.header a:hover{
	color: #b29855;
}
.header a.active{
	color: #b29855;
	font-weight: 500;
}
.header.section a{
	font-size: 1.5rem;
	color: #FFF;
}
.menu .nav a:hover,
.menu .nav a.active,
.header.section a:hover{
	color: #ebbb35;
}
.header.section .languages a{
	margin: 0 5px;
	font-size: .9rem;
}
.header.section .languages a:hover,
.header.section .languages a.active{
	color: #ebbb35;
}
.sub-menu {
    background-color: #000;
    border-radius: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
    top: 29px;
	transition: all .3s;
}
.menu .nav ul.nav-list{
	width: 100%;
}
.menu .nav li{
	display: block;
}
.menu .nav a{
	display: block;
	font-size: 3rem;
	text-align: center;
	margin-bottom: 30px;
	color: #FFF;
	font-family: 'HB';
}
.myPopup{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(198, 119, 78, .7);
	z-index: -1;
	display: none;
	opacity: 0;
	transition: all .3s;
}
.myPopup.active{
	opacity: 1;
	z-index: 99999;
}
.myPopup input[type = "submit"]{
	background-color: #c6774e;
	color: #FFF;
	transition: all .3s;
}
.myPopup input[type = "submit"]:hover{
	background-color: #b29855;
	color: #000;
}
.closePopup{
	font-size: 3rem;
	color: #FFF;
	position: absolute;
	right: 15px;
	top: 15px;
}
.closePopup:hover{
	opacity: .7;
}
.slide .caption {
    position: absolute;
	top: 0;
    left: 0;
    z-index: 1;
}
.slider .caption1 {
    position: absolute;
    left: 51%;
    top: 20%;
}
.slider .caption3 {
    position: absolute;
    left: 51%;
    bottom: 20%;
}
.slider .caption2{
    position: absolute;
    right: 53%;
	bottom: 0;
}
.slider .caption2 h3 strong{
	font-family: 'HB';
}
.slider .caption2 h3{
    font-family: 'HL';
	font-size: 2rem;
	line-height: 2.2rem;
	color: #3b1f13;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 0;
	letter-spacing: 3px;
}
.section.slider .slide h2{
	font-size: 1.5rem;
	text-transform: uppercase;
	line-height: 2rem;
	font-family: 'HL';
	color: #FFF;
	text-align: left;
	letter-spacing: 5px;
}
.slider .slide::before{
	content: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(to bottom, rgb(0, 0, 0, .85), transparent);
}
.section.slider .slide .caption p{
	display: inline-block;
}
.section.slider .slide .caption a:hover{
	background-color: #FFF;
	color: #3b1f13;
}
.section.slider .slide .caption a{
	display: inline-block;
	font-size: .9rem;
	font-family: 'HSB';
	text-transform: uppercase;
	font-weight: 300;
	color: #FFF;
	padding: 7px 10px 4px;
	background-color: #3b1f13;
	margin: 0 5px;
}
.section h2{
	font-size: 3rem;
	margin-bottom: 30px;
	position: relative;
}
.section.footer{
	background-color: #3b1f13;
}
.section.footer h3,
.section.newsletter h2{
	color: #FFF;
}
.section h3{
	font-size: 1.2rem;
	margin-bottom: 30px;
	font-weight: 700 ;
	line-height: 1.7rem;
}
.sections .sec1 p{
	text-align: center;
	font-family: 'MLI';
	color: #1a1a18;
}
.sections h2{
	font-size: 1.7rem;
	font-family: 'HM';
	color: #3b1f13;
	letter-spacing: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}
.sections h3{
	font-size: 2rem;
	line-height: 2.3rem;
	margin-bottom: 15px;
	font-weight: 500;
}
.sections p{
	margin-bottom: 15px;
}
.sections p:last-child{
	margin-bottom: 0;
}
.about{
	background-image: url(../images/motif.png);
	background-size: auto 100%;
	background-position: right -90px top 50px;
	background-repeat: no-repeat;
}
.contact .sec2,
.partners .sec2,
.program .sec2,
.gallery .sec2,
.about .sec2{
	padding-top: 50px;
}
.gallery img{
	opacity: .5;
	transition: all .3s;
}
.gallery img:hover{
	opacity: 1;
}
.speakers h3,
.seminaire h3,
.about h3{
	font-family: 'HL';
	font-size: 1.7rem;
	line-height: 1.9rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.sections.about{
	z-index: 3;
}
.slider2C .col-md-6 .item{
	position: relative;
	z-index: 1;
	padding: 20px 0;
}
.slider2C .col-md-6 .item::before{
	content: '';
	position: absolute;
	width: 95%;
	height: 110%;
	left: 0;
	top: -5%;
	background-color: #c6774e;
	z-index: -1;
}
.program .sec2{
	background-image: url(../images/motif.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: left -70px top 70px;
}
.program.sections h3{
	margin-bottom: 0;
}
.program.sections .titre h3{
	color: #c6774e;
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'HSB';
	padding-bottom: 5px;
	border-bottom: 1px solid #c6774e;
}
.program .detail strong,
.program .detail h3{
	color: #1a1a18;
	font-size: 1rem;
	font-family: 'MEB';
	padding-bottom: 5px;
}
.program .detail{
	padding: 10px 0;
	border-bottom: 1px solid #000000;
}
.program .detail p{
	color: #1a1a18;
	font-size: 1rem;
	font-family: 'MLI';
	margin-bottom: 0;
}
.program .slick-next, .program .slick-prev {
    top: 20px;
    bottom: auto;
	right: 0;
}
.program .slick-prev {
    right: 40px;
}
/* Seminaire */
.seminaire .col2 .content1{
	position: relative;
	padding: 10px 0 !important;
}
.seminaire .sec1{
	margin-bottom: 50px;
}
.seminaire .col2 .content1::before{
	content: '';
	position: absolute;
	width: 95%;
	height: 105%;
	right: 0;
	top: -2.5%;
	background-color: #c6774e;
	z-index: -1;
}
/* Thematiques */
.thematiques{
	background-color: #f9f8f8;
}
.thematiques .sec1{
	margin-bottom: 50px;
}
.thematiques .col-md-4 .content{
	padding-left: 90px;
	position: relative;
	margin-bottom: 40px;
}
.thematiques .col-md-4 .content h3{
	position: absolute;
	font-size: 1.3rem;
	font-family: 'HB';
	color: #3b1f13;
	left: 0;
	top: 20px;
}
.thematiques .col-md-4 .content h4::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 70px;
    left: -70px;
    top: 11px;
    background-color: #c6774e;
}
.thematiques .col-md-4 .content h4{
	font-size: 1.5rem;
	text-transform: uppercase;
	font-family: 'HB';
	color: #3b1f13;
	margin-bottom: 15px;
	position: relative;
}
/* Speakers */
.speakers h2{
	font-size: 3rem;
	font-family: 'HB';
	text-align: left;
	color: #3b1f13;
	margin-bottom: 50px;
}
.speakers .blocs .item{
	position: relative;
}
.speakers .blocs .item .content{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px 30px;
}
.speakers .blocs .item .content h4{
	font-size: 1.5rem;
	font-family: 'HB';
	color: #FFF;
	margin-bottom: 5px;
}
.speakers .blocs .item .content h5{
	font-size: 1.1rem;
	font-family: 'HSB';
	color: #c6774e;
	margin-bottom: 5px;
}
.speakers .blocs .item .content p{
	font-size: 1rem;
	line-height: 1.1rem;
	font-family: 'MLI';
	color: #FFF;
	text-align: left;
}
.carouselG .slide img {
	height: 110px;
	width: auto;
	filter: grayscale(100%);
	transition: all .3s;
}
.carouselG .slide img:hover {
	filter: grayscale(0%);
}
/* Partners */
.partners .slick-next, .partners .slick-prev {
    right: -50px;
}
.partners .slick-prev {
    right: auto;
    left: -50px;
}








a.readmore{
	font-weight: 700;
	font-size: 1.1rem;
	color: #b29855;
}
a.readmore:hover{
	opacity: .75;
}
.realisations{
	background-image: url(../images/bgRealisations.png);
	background-size: auto 100%;
	left: 0;
	top: 0;
	background-position: left top;
	background-repeat: no-repeat;
}
.realisations a.readmore{
	padding: 5px;
	background-color: #b29855;
	color: #000;
	border-radius: 10px;
	font-size: .9rem;
	margin-bottom: 10px;
}
a.btnRDV{
	padding-top: 90px;
	position: absolute;
	right: 5%;
	bottom: 15%;
	background-image: url(../images/iconMail.png);
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	font-size: 1.1rem;
}
a.btnRDV:hover{
	opacity: .7;
}
.blockRDV .hover{
	top: 0;
	bottom: 0;
	background-image: none;
}
.blockRDV p{
	font-size: 1.3rem;
	margin-bottom: 35px;
}
.blockRDV a{
	padding: 5px 15px 5px 50px;
	background-color: #b29855;
	color: #000;
	font-weight: 700;
	font-size: 1.5rem;
	background-image: url(../images/iconCalendar.png);
	background-size: 30px;
	background-position: center left 10px;
	background-repeat: no-repeat;
}
.blockRDV a:hover{
	opacity: .7;
}
.newsletter input.form-control{
	border: 1px solid #e0e0e0;
	border-radius: 0;
	background-color: transparent;
	color: #FFF;
}
.newsletter input:focus {
    background-color: transparent;
    border-color: #FFF;
    box-shadow: none;
}
.btnNewsletter{
	position: absolute;
	right: 10px;
	font-size: 1.3rem;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 0;
	color: #FFF;
	background-color: transparent;
}
.btnNewsletter:hover{
	opacity: .7;
}
.footer .container{
	border-top: 0;
}
.d-block.w-20 {
    width: 20%;
}
.footer h3{
	font-size: 1.3rem;
	font-weight: 500;
}
.footer h4{
	font-size: .9rem;
	font-weight: 700;
	color: #b29855;
}
.footer p,
.footer a{
	color: #FFF;
	font-size: .9rem;
}
.footer a:hover{
	color: #b29855;
}
.footer .rs a{
	margin: 0 5px;
}
.copyright{
	background-color: #FFF;
}
.copyright p{
	color: #251f1c;
}
.footer .logo img{
	filter: grayscale(100%);
}
.page .header{
	background-color: transparent;
}



.realisations .readmore.style2{
	width: 55px;
	height: 0;
	border-radius: 50%;
	background-color: #b29855;
	background-image: url(../images/rightArrow.png);
	background-size: 31px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	margin: 0;
	opacity: 0;
	transition: all .3s;
}
.realisations .readmore.style2:hover{
	background-color: #FFF;
}
.realisations .hover:hover .readmore.style2{
	opacity: 1;
	height: 55px;
	transition: all .3s;
}
.page .realisations .hover h3{
	margin-bottom: 15px;
}
.section .cats a{
	padding: 0 0 50px;
	position: relative;
	font-size: 1.5rem;
	color: #FFF;
	display: inline-block;
}
.section .cats a::before{
	content: '';
	position: absolute;
	width: 50px;
	height: 7px;
	background-color: #b29855;
	left: 0;
	right: 0;
	bottom: 25px;
	margin: auto;
	transition: all .3s;
}
.section .cats a:hover::before,
.section .cats a.active::before{
	width: 100%;
	background-color: #FFF;
}
.page .services.section h3{
	min-height: auto;
}
.page .slider h2{
	margin-bottom: 10px;
}
.page .slider h3{
	margin-bottom: 5px;
	font-weight: 100;
	font-style: italic;
}
.page .slider h4{
	font-weight: 300;
	font-style: italic;
}
.readmore3{
	background-color: #FFF;
	padding: 7px 15px;
	color: #050b12;
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 9;
	font-size: 1.3rem;
	font-weight: 700;
}
.readmore3:hover{
	opacity: .7;
}
.map iframe{
	width: 100%;
	max-width: 100%;
	height: 400px;
}
.contact .infos i{
	font-size: 3rem;
	color: #b29855;
	margin-bottom: 20px;
}
.contact .infos h4{
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.contact .infos p,
.contact .infos h5,
.contact .infos a{
	font-weight: 300;
	text-align: center;
	color: #FFF;
}
.contact .infos a:hover{
	color: #b29855;
}
.contact .infos h5{
	font-weight: 500;
	color: #b29855;
	margin-bottom: 5px;
}
.contact .form-control{
	height: 40px;
	border-radius: 0;
	background-color: transparent;
	border: 0;
	padding: 5px 0;
	border-bottom: 1px solid rgba(0,0,0,.3);
	color: #372015;
}
.contact textarea.form-control{
	height: 120px;
}
.contact button:hover{
	background-color: #3b1f13;
	color: #FFF;
}
.contact button{
	background-color: #c6774e;
	color: #000;
	font-size: 1rem;
	font-weight: 600;
	padding: 5px 30px 7px;
	border: 0;
	border-radius: 0;
	transition: all .3s;
}
.contact a{
	color: #000;
	font-size: .8rem;
}
.contact a:hover{
	color: #b29855;
}
.logo img {
    width: 210px;
    max-width: 100%;
}
.pagination li{
	display: inline-block;
	margin: 0 5px;
}
.pagination a{
	color: #000;
	padding: 3px;
}
.pagination .current,
.pagination a:hover{
	color: #b29855;
}
.sidebar img{
	margin-bottom: 0;
}

.linkHover:hover,
.linkHover:hover{
	background-color: rgb(26, 64, 58, .2);
}
.services .linkHover:hover{
	background-color: transparent;
}
.linkHover,
.linkHover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color: transparent;
	padding: 0;
}
.actualites .sidebar img{
	margin-bottom: 0;
}
.sidebar .formSearch button:hover{
	color: #b29855;
}
.sidebar .formSearch button{
	width: 25px;
	height: 25px;
	color: #1a403a;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 1.1rem;
	padding: 0;
	border: 0;
	background-color: transparent;
}
.sidebar .formSearch input{
	width: 100%;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #1a403a;
}
.actualites .sidebar h2{
	font-size: 1.5rem;
	line-height: 1.7rem;
	margin-bottom: 25px;
	font-weight: 500;
	color: #1a403a;
}
.actualites .sidebar h3{
	font-size: 1.1rem;
	line-height: 1.3rem;
	margin-bottom: 10px;
	font-weight: 700;
}
.actualites .sidebar p.date{
	font-size: .9rem;
	font-weight: 200;
	color: #212c40;
	margin-bottom: 0;
}
.actualites .post .sec1,
.post{
	padding-top: 0 !important;
}
.actualites .post img{
	margin-bottom: 15px;
}
.actualites .post p.date{
	font-weight: 200;
	font-size: 1rem;
	margin-bottom: 15px;
}
.actualites .post blockquote {
    position: relative;
    padding: 30px 30px 30px 70px;
    background-color: #F9F9F9;
    border-left: 3px solid #b29855;
    margin: 30px 0;
}
.actualites .post blockquote::before {
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    height: 100px;
    width: 50px;
    left: 25px;
    top: 20px;
    font-size: 2.5rem;
    color: #1a403a;
}
.service .sidebar ul li{
	display: block;
	width: 90%;
}
.service .sidebar ul li a:hover:before{
	background-color: #b29855;
}
.service .sidebar ul li a::before{
	content: '';
	width: 9px;
	height: 9px;
	position: absolute;
	left: 7px;
	background-color: #000;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.service .sidebar ul li a:hover:after{
	content: '\f08e';
	font-family: 'FontAwesome';
	width: 20px;
	height: 20px;
	position: absolute;
	left: auto;
	right: 10px;
	background-color: transparent;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #b29855;
	font-size: .9rem;
}
.service .sidebar ul li a{
	display: block;
	padding: 7px 0 7px 25px;
	position: relative;
	background-color: transparent;
	color: #000;
	border-radius: 20px;
	margin-bottom: 5px;
}
.service .sidebar ul li a:hover{
	background-color: #1a403a;
	color: #FFF;
}
.banner a:hover{
	filter: grayscale(100%);
}
.download a:hover{
	color: #b29855;
}
.download a{
	display: block;
	padding: 10px 0 10px 45px;
	position: relative;
	color: #000;
	font-size: 1.1rem;
	border: 1px solid #000;
	border-radius: 30px;
}
.download a::after,
.download a::before{
	content: '\f1c1';
	font-family: 'FontAwesome';
	width: 25px;
	height: 25px;
	position: absolute;
	right: auto;
	left: 15px;
	background-color: transparent;
	top: 0;
	bottom: 5px;
	margin: auto;
	font-size: 1.3rem;
}
.download a::after{
	content: '\f019';
	left: auto;
	right: 15px;
}
iframe {
    max-width: 100%;
}













/* Change the white to any color */
.newsletter input:-webkit-autofill,
.newsletter input:-webkit-autofill:hover, 
.newsletter input:-webkit-autofill:focus, 
.newsletter input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px black inset !important;
}
/*Change text in autofill textbox*/
input:-webkit-autofill{
    -webkit-text-fill-color: #FFF !important;
}
.formContact input:-webkit-autofill,
.formContact input:-webkit-autofill:hover, 
.formContact input:-webkit-autofill:focus, 
.formContact input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #FFF inset !important;
}
/*Change text in autofill textbox*/
input:-webkit-autofill{
    -webkit-text-fill-color: #3b1f13 !important;
}
.hover{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	top: 0;
	padding: 0 15px;
}
.slick-dots {
    bottom: 15px;
}
.slick-dots li button:hover {
	opacity: .7;
}
.slick-dots li button:before {
    font-family: 'MR';
    line-height: 15px;
    width: 15px;
    height: 15px;
    content: '';
    opacity: 1;
    background-color: #FFF;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before{
	opacity: 1;
	background-color: #b29855;
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
	left: auto;
    right: 41%;
    background-color: transparent;
	transition: all .3s;
    z-index: 99;
	opacity: 1;
}
.slick-next:hover::before, 
.slick-prev:hover::before,
.slick-next:focus, .slick-next:hover, 
.slick-prev:focus, .slick-prev:hover {
	color: #c6774e;
	opacity: 1;
}
.slick-prev {
	left: auto;
	right: 44%;
}
.slick-next:before, .slick-prev:before {
    content: '\f054';
	font-family: 'FontAwesome';
    position: absolute;
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #3b1f13;
    width: 100%;
    height: 100%;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    background-image: none;
	transition: all .3s;
}
.slick-prev:before{
	content: '\f053';
}
/* MODAL */
.modal{
	z-index: 99999;
}
.modal-dialog {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 100vh;
    margin: 0;
	background-color: #00182c;
	background-image: url(../images/logo-form.png);
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: top 100px right 50px;
}
.modal-content{
	background-color: transparent;
}
button.btn-close.float-end {
    width: 3rem;
    height: 3rem;
    background-size: 2rem;
    position: absolute;
    right: 15px;
    top: 15px;
	background: none;
	opacity: 1;
}
button.btn-close.float-end::before{
	content: '\f00d';
	font-family: 'FontAwesome';
	font-size: 3rem;
	color: #FFF;
	opacity: 1;
	z-index: 1;
	position: absolute;
	width: 3rem;
    height: 3rem;
	left: 0;
	top: 0;
	transition: all .3s;
}
button.btn-close.float-end:hover::before{
	opacity: .7;
}

.posRel{
	position: relative;
}

.full-width{
	width: 100%;
	max-width: 100%;
}
.slick-dotted.slick-slider{ margin-bottom: 0;}
.messagesV p.valide{
	font-size: 13px;
	color: green;
	margin-bottom: 5px;
}
.messagesV p.error{
	font-size: 13px;
	color: #F00;
	margin-bottom: 5px;
}
.card-columns{ width: 100%;}
@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 4;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 4;
    }
}
.msgs{
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  text-align: center;
  display: none;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
}
.msg{
  position: fixed;
  width: 80%;
  height: 80vh;
  text-align: center;
  background-color: #FFF;
  overflow-y: auto;
  /*box-shadow: 4px 6px 10px rgba(0,0,0,0.4);*/
  padding: 30px 40px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
}
.msg p{
  font-size: 21px;
  color: #f08b86 !important;
  margin: 0;
  background: #FFF;
  padding: 30px;
}
.fermer{
  background-image: url(../images/close.svg);
  background-size: cover;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
  cursor: pointer;
}
.popup{
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.popup.active{
	padding: 60px 0 0;
	display: block;
	height: auto;
}
.popup .fermer{
	position: static;
	width: 25px;
	height: 25px;
	background-image: url("../images/close.svg");
	background-size: 25px;
	background-position: center;
	float: right;
	margin: 0 0 20px;
}
.popup img{
	width: 100%;
	margin: 0 0 20px;
}
.popup h3{
	font-size: 31px;
	margin: 0 0 20px;
}
.popup p{
	margin: 0 0 10px;
}
.fermer:hover{
	opacity: 0.7;
}

.borderGray{
	border: 1px solid #c8c8c8;
}

.contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #372015;
}
.contact ::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #372015;
}
.contact :-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  color: #372015;
}
.contact :-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #372015;
}

.newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.9;
	color: #FFF;
  }
.newsletter ::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.9;
	color: #FFF;
  }
.newsletter :-ms-input-placeholder { /* IE 10+ */
	opacity: 0.9;
	color: #FFF;
  }
 .newsletter :-moz-placeholder { /* Firefox 18- */
	opacity: 0.9;
	color: #FFF;
  }

.search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.5;
	color: #000;
  }
.search  ::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.5;
	color: #000;
  }
.search :-ms-input-placeholder { /* IE 10+ */
	opacity: 0.5;
	color: #000;
  }
.search :-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
	color: #000;
}
img{
	max-width: 100%;
	height: auto;
}
input.error, textarea.error{
	border-color: #F00 !important;
	color: #F00 !important;
	background-color: transparent !important;
}
.preload{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #c6774e;
	left: 0;
	top: 0;
	z-index: 99999999;
	position: fixed;
}
.preload div{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.preload .logo{
	max-width: 100px;
	margin: -30px 0 30px
}
.preload .load{ max-width: 50px; }
.thumbnail{
	padding: 0;
	border: 0;
	border-radius: 0;
}

.section{ 
	display: block;
	clear: both;
	position: relative;
	height: auto;
	z-index: 1;
}
.bgblack{ background-color: #000; }
.bgred{ background-color: #ca222b; }
.bgGray{ background-color: #ededed; }
.bgWhite{ background-color: #FFF; }
.cb{
	clear: both;
	width: 100%;
	float: left;
	height: 1px;
}
a:hover, a:focus{
	text-decoration: none;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
    cursor: pointer;    
}
/*margin*/
.paddingRightLeft{
	padding: 0 15px;
}
.paddingMin{
	padding-left: 5px;
}
.noPadding{ padding: 0; }
.mb-20{margin-bottom: 20px;}
.mb-40{margin-bottom: 40px;}
.mb-60{margin-bottom: 60px;}
.mb-80{margin-bottom: 80px;}
.mb-100{margin-bottom: 100px;}
.mt-20{margin-top: 20px; }
.mt-40{margin-top: 40px; }
.mt-60{margin-top: 60px; }
.mt-80{margin-top: 80px; }
.mt-100{margin-top: 100px; }
/*Padding*/
.no-padding{ padding: 0  }
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pt-60{padding-top: 60px;}
.pt-80{padding-top: 80px;}
.pt-100{padding-top: 100px;}

.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-30{padding-bottom: 30px;}
.pb-40{padding-bottom: 40px;}
.pb-60{padding-bottom: 60px;}
.pb-80{padding-bottom: 80px;}
.pb-100{padding-bottom: 100px;}
ul, ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
img{ max-width: 100%; }

.for-desktop{ display: block !important; }
.for-mobile{ display: none !important; }

@media screen and (max-width: 768px) {
	.for-mobile{ display: block !important; }
	.for-desktop{ display: none !important; }
	
}

@media screen and (max-width: 650px) {
	.section.header {
		position: relative;
		z-index: 99999;
		left: 0;
		top: 0px;
		background-color: #c6774e;
		width: 100%;
		transition: all .3s;
	}
	.header .logo img {
		width: 180px;
		padding: 10px 0 0;
	}
	.header .nav{
		padding: 0;
	}
	.nav-mobile {
		top: -45px;
		right: -5px;
	}
	.fixed.header {
		position: fixed;
	}
	.fixed.header .logo img {
		width: 110px;
	}
	.fixed .row.py-4 {
		padding: 10px 0 !important;
	}
	.fixed .nav-mobile {
		top: -40px;
	}
	.nav-mobile {
		background-image: url(../images/nav-blanc.png);
		display: none !important;
	}
	.header .nav li {
		display: block;
		text-align: left;
		margin-bottom: 10px;
		border: 0;
	}
	.nav{
		background-color: transparent;
	}
	.nav ul {
		display: block !important;
		padding: 30px 0 30px;
		background-color: transparent;
		max-width: 100%;
		overflow-y: auto;
		max-height: 100vh;
	}
	.row.mainMenu {
		position: absolute;
		width: 103%;
		background-color: transparent;
		padding: 10px 10px 0  !important;
		left: 0;
	}
	.slider.section .slide {
		min-height: 100vh;
		background-position: center;
		background-size: cover;
	}
	/* .slider.section .slide img {
		display: none;
	} */
	.d-block.w-20{
		width: 50%;
	}
	.slide .caption::before{
		content: none;
	}
	a.btnRDV {
		padding-top: 70px;
		background-size: 60px;
		width: 100px;
		text-align: center;
	}
	.blockRDV a {
		font-size: 1.1rem;
	}
	.blockRDV p {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.services .col-md-auto {
		width: 49%;
	}
	.tarifs .sec4 .d-block.content.content1 {
		overflow-x: auto;
	}
	.actualites .sec12 .col2 p:first-child, .ebook .sec8 .col2 p:first-child, .ressources .sec5 .col2 p:first-child {
		width: 100%;
		margin-bottom: 25px;
	}
	.actualites .sec12 .col2 p:last-child, .ebook .sec8 .col2 p:last-child, .ressources .sec5 .col2 p:last-child {
		width: 108%;
		text-align: left;
	}
	.faq.sections .col1 p {
		margin-bottom: 25px;
	}
	.videos .col2 p {
		text-align: left;
	}
	.playVideo {
		width: 100px;
		height: 100px;
	}
	.sections .video h2 {
		left: 145px;
		bottom: 11px;
		font-size: 1.3rem;
	}
	.w-25 {
		width: 45%!important;
	}
	.valeurs .w-25{
		width: 100% !important;
	}
	.valeurs .w-25::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background-color: rgba(0,0,0,0.25);
		right: 0;
		top: auto;
		bottom: 0;
	}
	.tabs img.w-100 {
		width: 100px !important;
	}
	.tabs li {
		margin-right: 15px;
	}
	.slider .caption2 {
		right: 0%;
		bottom: 50%;
	}
	.slider .caption2 h3 {
		font-size: 1.5rem;
		line-height: 1.6rem;
	}
	.slider .caption1 {
		left: 0%;
		top: auto;
		bottom: 30%;
	}
	.section.slider .slide h2 {
		font-size: 1.3rem;
	}
	.section.slider .slide h2 br {
		display: none;
	}
	.slider .caption3 {
		left: 0%;
		bottom: 7%;
	}
	.section.slider .slide .caption a {
		font-size: 1rem;
		padding: 10px 25px 8px;
	}
	.contact .sec2, .partners .sec2, .program .sec2, .gallery .sec2, .about .sec2 {
		padding-top: 20px;
	}
	.slick-next, .slick-prev {
		bottom: -70px;
		right: 0%;
	}
	.slick-prev {
		left: auto;
		right: 40px;
	}
	.sections.py-5{
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.seminaire .sec1,
	.thematiques .sec1 {
		margin-bottom: 20px;
	}
	.partners .slick-next, .partners .slick-prev {
		right: 39%;
		bottom: -70px;
		top: auto;
		left: auto;
	}
	.partners .slick-prev {
		right: 50%;
	}
}
