@font-face {
    font-family: 'AEB';
    src: url('../fonts/ArgentumSans-ExtraBold.eot');
    src: url('../fonts/ArgentumSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArgentumSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/ArgentumSans-ExtraBold.woff') format('woff'),
        url('../fonts/ArgentumSans-ExtraBold.ttf') format('truetype'),
        url('../fonts/ArgentumSans-ExtraBold.svg#ArgentumSans-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AB';
    src: url('../fonts/ArgentumSans-Bold.eot');
    src: url('../fonts/ArgentumSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArgentumSans-Bold.woff2') format('woff2'),
        url('../fonts/ArgentumSans-Bold.woff') format('woff'),
        url('../fonts/ArgentumSans-Bold.ttf') format('truetype'),
        url('../fonts/ArgentumSans-Bold.svg#ArgentumSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ABL';
    src: url('../fonts/ArgentumSans-Black.eot');
    src: url('../fonts/ArgentumSans-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArgentumSans-Black.woff2') format('woff2'),
        url('../fonts/ArgentumSans-Black.woff') format('woff'),
        url('../fonts/ArgentumSans-Black.ttf') format('truetype'),
        url('../fonts/ArgentumSans-Black.svg#ArgentumSans-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AM';
    src: url('../fonts/ArgentumSans-Medium.eot');
    src: url('../fonts/ArgentumSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArgentumSans-Medium.woff2') format('woff2'),
        url('../fonts/ArgentumSans-Medium.woff') format('woff'),
        url('../fonts/ArgentumSans-Medium.ttf') format('truetype'),
        url('../fonts/ArgentumSans-Medium.svg#ArgentumSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AL';
    src: url('../fonts/ArgentumSans-Light.eot');
    src: url('../fonts/ArgentumSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArgentumSans-Light.woff2') format('woff2'),
        url('../fonts/ArgentumSans-Light.woff') format('woff'),
        url('../fonts/ArgentumSans-Light.ttf') format('truetype'),
        url('../fonts/ArgentumSans-Light.svg#ArgentumSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AR';
    src: url('../fonts/ArgentumSans-Regular.eot');
    src: url('../fonts/ArgentumSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArgentumSans-Regular.woff2') format('woff2'),
        url('../fonts/ArgentumSans-Regular.woff') format('woff'),
        url('../fonts/ArgentumSans-Regular.ttf') format('truetype'),
        url('../fonts/ArgentumSans-Regular.svg#ArgentumSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
	margin: 0;
	padding: 0;
}
body, html{
	font-family: 'AL', sans-serif;
	overflow-x: hidden;
	font-size: 1rem;
	color: #000;
	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: 'AB', 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: relative;
    width: 100%;
	background-color: #000;
}
.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: #ffc14b;
}
.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: 10px 0;
	font-family: 'AL';
	font-size: .9rem;
}
.header .nav ul li{
	margin-right: 30px;
}
.header .nav ul li:last-child{
	margin-right: 0;
}
.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 .nav ul li:last-child a:hover{
	border-color: #ffc14b;
}
.header .nav ul li:last-child a{
	padding: 5px 25px;
	border: 1px solid #FFF;
}
.header a.btnSearch{
	color: #FFF;
}
.header a:hover{
	color: #ffc14b;
}
.header a.active{
	color: #ffc14b;
	font-weight: 500;
}
.sub-menu {
    background-color: #000;
    border-radius: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
    top: 29px;
	transition: all .3s;
}
.myPopup{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.85);
	z-index: -1;
	display: none;
	opacity: 0;
	transition: all .3s;
}
.myPopup.active{
	opacity: 1;
	z-index: 99999;
}
.myPopup input[type = "submit"]{
	background-color: #000;
	color: #FFF;
	transition: all .3s;
}
.myPopup input[type = "submit"]:hover{
	background-color: #ffc14b;
	color: #000;
}
.closePopup{
	font-size: 3rem;
	color: #FFF;
	position: absolute;
	right: 15px;
	top: 15px;
}
.closePopup:hover{
	opacity: .7;
}
.slide .caption {
    position: absolute;
    right: 0;
    z-index: 1;
}
.realisations.title::before,
.slider .slide .caption::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	bottom: -99px;
	background-image: url(../images/bg-after-slide.png);
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: -1;
}
.slide .caption .align-self-center {
    width: 100%;
    background-color: #000;
    padding: 100px 1px 15px 7%;
    position: relative;
}
.section.slider .slide h2{
	font-size: 3rem;
	font-family: 'ABL';
	margin-bottom: 15px;
	color: #FFF;
	font-weight: 500;
}
.section.slider .slide .caption p{
	display: inline-block;
}
.section.slider .slide .caption p{
	font-size: 2rem;
	font-weight: 300;
	color: #FFF;
	padding: 0;
}
.section.slider .slide h3{
	font-size: 2rem;
	line-height: 2.7rem;
	font-weight: 500;
}
.section h2{
	font-size: 3rem;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	font-family: 'ABL';
}
.section.newsletter,
.section.footer{
	background-color: #f1efef;
}
.section.newsletter h3,
.section.newsletter h2{
	color: #FFF;
	font-family: 'AEB';
	font-size: 2rem;
	line-height: 2.3rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.section.newsletter h2{
	font-size: 3rem;
	line-height: 3rem;
	margin-bottom: 0;
}
.section.newsletter p{
	color: #FFF;
}
.section.newsletter .container{
	border-radius: 20px;
	background-color: #ffbe00;
	padding: 30px;
}
.newsletter::before{
	content: '';
	background-color: #FFF;
	left: 0;
	top: 0;
	height: 110px;
	width: 100%;
	position: absolute;
	z-index: -1;
}
.footer a{
	display: block;
	font-size: 1.1rem;
	color: #000;
	margin-bottom: 3px;
	text-align: center;
}
.footer a:hover{
	color: #ffbe00;
}
.about .sec1 p strong{
	font-size: 2rem;
	font-family: 'AB';
	line-height: 1.3rem;
}
.about .sec1 .justify-content-center {
    justify-content: start !important;
}
.about .sec2 .align-self-center {
    align-self: start !important;
}
.about .sec2 .col-md-4 {
    padding: 0 20px 30px !important;
	position: relative;
}
.about .sec2 .col-md-4 .content1 {
    padding: 0 0 90px !important;
}
.about .sec2 .col-md-4 .content2 {
    padding: 90px 0 0 !important;
}
.about .sec2 .col-md-4 .content2 {
    padding: 0 30px 90px !important;
}
.about .sec2 .col-md-4::before {
    content: '';
	position: absolute;
	width: 91%;
	height: 100%;
	border: 1px solid #000;
	border-radius: 20px;
	z-index: -1;
}
.about .sec2 .col1 {
    margin-top: 70px;
}
.about .sec2 .content1 {
    text-align: center;
}
.about .sec2 .col2 {
    margin-top: 110px;
}
.about .sec2 .col1 img{
    margin-top: 30px;
}
.about .sec2 .col3 img,
.about .sec2 .col2 img {
    width: 60%;
	margin: auto;
}
.about h3 {
    font-size: 2.5rem;
	font-family: 'ABL';
	line-height: 2.5rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}
.about p {
    margin-bottom: 3rem;
}
.carousel3 a,
.about a {
    position: relative;
	color: #827d7d;
	transition: .3s;
	padding-right: 40px;
}
.carousel3 a:hover,
.about a:hover {
	color: #ffbe00;
}
.carousel3 a:hover::before,
.about a:hover::before {
	content: none;
}
.carousel3 a::before,
.about a::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 17px;
	background-image: url(../images/long-right-arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center right;
	transition: .3s;
}
.about .col-md-4 .content1{
	overflow: hidden;
}
.about .col-md-4 img{
	transition: 1s;
}
.about .col-md-4:hover img{
	transform: scale(1.3)
}
.slider{
	background-color: #000;
}
.secTitle.section h2{
	font-size: 5rem;
	line-height: 5rem;
	text-transform: uppercase;
	font-family: 'ABL';
	text-align: left;
}
.carousel3 .pt-4{
	padding-top: 0 !important;
	border-radius: 30px;
	overflow: hidden;
}
.carousel3 .col-md-4{
	position: relative;
}
.carousel3 .col-md-4 img{
	position: relative;
	border-radius: 30px;
}
.carousel3 .col-md-4:hover .content2{
	opacity: 1 !important;
}
.carousel3 .content2 {
	opacity: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 93%;
    height: 100%;
    z-index: 9;
    background-color: #FFF;
    padding: 20px 30px !important;
    border: 1px solid #787878;
    transition: .3s;
    margin: auto;
}
.carousel3 .content2 h3{
	font-size: 3rem;
	margin-bottom: 1rem;
	font-family: 'ABL';
	text-transform: uppercase;
}
.carousel3 a{
	margin-top: 30px;
}
.team .slick-dots,
.carousel3 .slick-dots {
    bottom: -40px;
    text-align: right;
    right: 15px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 0 0 7px;
}
.slick-dots li button {
    width: 15px;
    height: 15px;
}
.slick-dots li button:before {
    width: 11px;
    height: 11px;
    background-color: #FFF;
    border-radius: 50%;
	border: 1px solid #000;
}
.team .slick-dots li.slick-active button:before,
.carousel3 .slick-dots li.slick-active button:before {
    background-color: #d83832 !important;
	border-color: #d83832;
}
.lumiere.section,
.points.section,
.galerie.section{
	margin-top: 90px;
}
.lumiere.section::before,
.points.section::before,
.galerie.section::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	bottom: 100%;
	background-image: url(http://localhost:8888/sites/xperify/wp-content/uploads/2024/10/forme-gray.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;
}
.section.galerie h2{
	margin-bottom: 1rem;
}
.galerie.section .sec1{
	margin-bottom: 50px;
}
.galerie.section .sec1 .col2{
	text-align: right;
}
.galerie.section .sec1 a:hover{
	color: #d83832;
	border-color: #d83832;
}
.galerie.section .sec1 a{
	padding: 7px 50px;
	border: 1px solid #000;
	color: #000;
	border-radius: 12px;
	text-transform: uppercase;
}
.galerie.about .col-auto,
.galerie .sec2 .col-auto{
	padding: 0 !important;
}
.galerie .sec2 .pt-4{
	padding-top: 0 !important;
}
.galerie.about .col1,
.galerie .sec2 .col1{
	width: 48%;
}
.galerie.about .col2,
.galerie .sec2 .col2 {
    width: 21.5%;
}
.galerie.about .col3,
.galerie .sec2 .col3 {
    width: 29.5%;
}
.galerie.about .col4,
.galerie .sec2 .col4 {
    width: 19%;
}
.galerie.about .col5,
.galerie .sec2 .col5 {
    width: 41%;
}
.galerie.about .col6,
.galerie .sec2 .col6 {
    width: 39%;
}
.galerie img{
	filter: grayscale(100%);
	transition: .3s;
}
.galerie img:hover{
	filter: grayscale(0%);
}
.carousel6 .slick-slide {
    padding: 0 25px;
}
.points.section{
	margin-top: 3rem !important;
}
.points.section .align-self-center{
	align-self: flex-start !important;
}
.points.section .col-md-4{
	text-align: center;
}
.points.section .col-md-4 img{
	height: 41px;
	width: auto;
}
.points.section .pt-4{
	padding-top: 3rem !important;
}
.points.section h3{
	font-size: 1.7rem;
	line-height: 1.7rem;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.about.galerie.section::before{
	content: none;
}
.galerie.about{
	margin: 0 !important;
	padding: 0 !important;
}
.galerie.about .pt-4{
	padding: 0 !important;
}
.galerie.about .container,
.galerie .sec2 .container{
	max-width: 100%;
	padding: 0;
}
.galerie.section.about .sec1 {
    margin-bottom: 0;
}
.valeurs .align-self-center{
	align-self: flex-start !important;
}
.valeurs .col-md-6 .d-block{
	padding: 50px;
	margin-bottom: 50px;
	border: 1px solid #000;
	border-radius: 20px;
}
.valeurs .col-md-6 {
	padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
.events,
.team{
	margin-bottom: 50px;
	padding-bottom: 5rem !important;
}
.events::before,
.team::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: -50px;
	background-image: url(http://localhost:8888/sites/xperify/wp-content/uploads/2024/10/forme-gray-2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: -1;
}
.team img{
	border-radius: 20px;
	border: 1px solid #000;
}
.team h3{
	font-size: 1.7rem;
	font-family: 'AEB';
	margin-bottom: .5rem;
}
.team .col-md-4 *{
	transition: .3s;
}
.team .col-md-4:hover img{
	filter: grayscale(100%);
}
.team .col-md-4:hover h3{
	color: #ffbe00;
}
.team .col-md-4:hover p{
	color: #827d7d;
}
.section.services .pt-4{
	padding-top: 0 !important;
}
.section.services.lumiere h2{
	color: #fdb913;
}
.section.services.lumiere .container{
	border-color: #fdb913;
}
.section.services.decoration h2{
	color: #ed1c2c;
}
.section.services.decoration .container{
	border-color: #ed1c2c;
}
.section.services h2{
	font-size: 4rem;
	line-height: 4rem;
	margin: 0;
}
.section.services.events h2{
	font-size: 2.7rem;
	line-height: 3rem;
}
.section.services h3{
	font-size: 1.7rem;
	line-height: 2rem;
	font-family: 'ABL';
	text-transform: uppercase;
	margin: 0;
}
.services .section{ margin-top: 2rem !important;}
.services .sec4 .container,
.services .sec3 .container,
.services .sec2 .container{
	padding: 50px;
	border: 1px solid #000;
	border-radius: 20px;
}
.realisations.title{
	margin-bottom: 70px;
}
.realisations.title p,
.realisations.title h2{
	color: #FFF;
}
.realisations.title p{
	font-size: 2rem;
}
.realisations .col-md-8 {
    width: 66.8%;
}
.realisations .col-md-4 > .d-block,
.realisations .col-md-8 > .d-block {
    border: 1px solid #000;
	border-radius: 30px;
	overflow: hidden;
	height: 100%;
}
.realisations .col-md-4 {
    width: 33.2%;
}
.realisations .col-md-4 img{
	width: 100%;
}
.realisations .hover .align-self-center {
	/* align-self: flex-end !important; */
}
.realisations .hover {
	height: 100%;
    bottom: 0;
	padding-bottom: 20px;
    top: auto;
	opacity: 0;
	transition: .3s;
	background-color: #ffbe00;
}
.realisations .active .hover,
.realisations .col-md-4:hover .hover {
	opacity: 1;
}
.realisations .hover h3{
	font-size: 3rem;
	color: #FFF;
}
.realisations .hover p{
	font-size: 1.3rem;
	color: #FFF;
}
.pagination li {
    display: inline-block;
    margin: 0 7px;
}
.pagination span,
.pagination a{
	font-size: 1rem;
	font-weight: 500;
	color: #000;
}
.pagination span.current,
.pagination a:hover{
	color: #ffbe00;
}
.temoins .sec2 .content1::before {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    left: -15px;
    top: -20px;
    background-color: #f1efef;
    background-image: url(../images/quote.png);
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1;
}
.temoins .sec2 .content1{
	margin-top: 50px;
	padding: 70px 70px 70px 100px !important;
	border-radius: 30px;
	border: 1px solid #ffbe00;
	position: relative;
}
.temoins h5{
	text-align: right;
	font-family: 'AL';
	font-size: 1.5rem;
}
.posts .col-md .content1:hover{
	margin-top: -50px;
}
.carousel3 .col-md .content1,
.posts .col-md .content1{
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	transition: .5s;
}
.carousel3 .post,
.posts .post{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 50px 15px 15px;
	background-image: linear-gradient(to top, #000, transparent);
}
.carousel3 .post *,
.posts .post *{
	color: #FFF;
}
.carousel3 .post h6,
.posts .post h6{
	font-size: .8rem;
	font-family: 'AL';
	margin-bottom: 3px;
}
.carousel3 .post h4,
.posts .post h4{
	font-size: 1.3rem;
	font-family: 'AR';
	margin-bottom: 13px;
}
.carousel3 .post a,
.posts .post a{
	font-size: 1rem;
	font-family: 'AL';
	color: #ffbe00;
}
.carousel3 .post a:hover,
.posts .post a:hover{
	opacity: .7;
}
.article img.alignleft{
	width: 30%;
	float: left;
	margin: 0 25px 20px 0;
	border-radius: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.article p{
	margin-bottom: 15px;
}
.carousel3.blog .sec2{
	margin-top: 30px;
}
.blog .slick-track {
    margin-left: 0;
}
.blog.carousel3 a {
    margin-top: 0;
}
.realisations.title .justify-content-center {
    justify-content: start !important;
}
.contact .sec2{
	padding-top: 30px;
}
.contact textarea.form-control{
	height: 120px;
}
.contact .form-control{
	border-radius: 0;
	height: 45px;
	padding: 5px 10px;
}
.contact input[type = 'checkbox'] {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.contact form a:hover{
	color: #fdb913;
}
.contact form a{
	color: #000;
	line-height: 40px;
}
.contact button:hover{
	opacity: .7;
}
.contact button{
	border: 0;
	padding: 10px 50px;
	background-color: #fdb913;
	color: #FFF;
	border-radius: 30px;
	font-size: 1.1rem;
	transition: .3s;
}
.contact .sec3 .container{
	border-top: 1px solid #dddfe1;
	margin-top: 4rem;
}
.contact .sec3 .col-md-4{
	display: flex;
	justify-content: center;
}
.contact .sec3 .col-md-4.col2 .content{
	background-image: url(http://localhost:8888/sites/xperify/wp-content/uploads/2024/11/icon-contact-2.png);
}
.contact .sec3 .col-md-4.col3 .content{
	background-image: url(http://localhost:8888/sites/xperify/wp-content/uploads/2024/11/icon-contact-3.png);
}
.contact .sec3 .col-md-4 .content{
	padding-left: 50px;
	background-size: 40px;
	background-position: left top 1.5rem;
	background-repeat: no-repeat;
	background-image: url(http://localhost:8888/sites/xperify/wp-content/uploads/2024/11/icon-contact-1.png);
}
.contact .sec3 h3{
	font-size: 1.3rem;
	color: #000;
}
.contact .sec3 a:hover{
	color: #fdb913;
}
.contact .sec3 a,
.contact .sec3 p{
	color: #6e6e6e;
}
.temoins p strong{
	font-family: 'AB';
	font-size: 1.5rem;
	margin-bottom: 15px;
	display: inline-block;
}
.carousel6 .slick-slide{
	padding: 0;
	text-align: center;
}
.carousel6 .slick-slide img {
    display: block;
    width: auto;
    height: 40px;
    margin: auto;
}
.carousel6 .slick-slide img.alignnone.size-medium.wp-image-399 {
    height: 70px;
    margin-top: -20px;
}
.carousel6 .slick-list.draggable {
    padding: 30px 0 0 !important;
}















/* Video */
.video{
	border: 1px solid #ebebeb;
	box-shadow: 0 0 20px rgba(0,0,0,0);
}
.video iframe{
	width: 100%;
	height: 570px;
}
.bgVideo{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.playVideo::before {
    content: none;
    font-family: 'FontAwesome';
    font-size: 4rem;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 5px;
    right: 0;
    top: 10px;
    bottom: 0;
    margin: auto;
    color: #202248;
}
.playVideo {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    z-index: 3;
    background-color: #FFF;
    text-align: center;
    border-radius: 50%;
	background-image: url(../images/play-button.png);
	background-size: 100px;
	background-position: center;
	background-repeat: no-repeat;
}
.playVideo.hidd{
	z-index: -1;
	opacity: 0;
}
.video video{
	width: 100%;
	height: auto;
}
.newsletter input:focus {
    background-color: transparent;
    border-color: #FFF;
    box-shadow: none;
}
.btnNewsletter{
	position: absolute;
	right: 10px;
	font-size: 1.3rem;
	top: 5px;
	bottom: 0;
	margin: auto;
	border: 0;
	color: #FFF;
	background-color: transparent;
}
.btnNewsletter:hover{
	opacity: .7;
}
.d-block.w-20 {
    width: 20%;
}
.footer h3{
	font-size: 1.3rem;
	font-weight: 500;
	padding-left: 7px;
	border-left: 5px solid #ffc14b;
}
.footer h4{
	font-size: .9rem;
	font-weight: 700;
	color: #ffc14b;
}
.footer .rs a:hover { color: #000;}
.footer .rs a {
    margin: 0 5px 1rem;
    font-size: 1.5rem;
	text-align: right;
	color: #ffbe00;
}
.copyright{
	background-color: #f1efef;
}
.copyright a,
.copyright p{
	color: #000;
	font-size: .8rem;
}
.copyright a:first-child{ margin-left: 0;}
.copyright a{
	color: #000;
	margin-left: 2rem;
}
.copyright a:hover{
	color: #ffc14b;
}
.footer .logo img{
	filter: grayscale(100%);
}
.section.newsletter input{
	background-color: transparent;
	width: 300px !important;
	float: right;
	border-radius: 0;
	border-color: #FFF;
	color: #FFF;
}
/* 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;
}
.hover {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: auto;
    top: 0;
    padding: 0;
}
.slick-dots {
    bottom: 15px;
}
.slick-dots li button:hover {
	opacity: .7;
}
.slick-dots li button:before {
    font-family: 'AR';
    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: #ffc14b;
}
.temoins .sec2:hover .slick-next, .temoins .sec2:hover .slick-prev {
	opacity: .6;
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: auto;
    left: -60px;
	margin: auto;
    width: 50px;
    height: 50px;
    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;
    z-index: 99;
	transition: all .3s;
	opacity: 0;
}
.slick-next:focus, .slick-next:hover, 
.slick-prev:focus, .slick-prev:hover {
	opacity: 1 !important;
	cursor: pointer;
}
.slick-next {
	left: auto;
	right: -60px;
}
.slick-next:hover::before, .slick-prev:hover::before {
	color: #ffbe00;
}
.slick-next:before, .slick-prev:before {
    content: '\f105';
	font-family: 'FontAwesome';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	margin: auto;
	font-size: 3rem;
	color: #000;
	transition: .3s;
}
.slick-prev:before{
	content: '\f104';
}
/* 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: #c1bfbf;
}
.contact ::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #c1bfbf;
}
.contact :-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  color: #c1bfbf;
}
.contact :-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #c1bfbf;
}

.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: #f1efef;
	left: 0;
	top: 0;
	z-index: 99999;
	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: 999;
		left: 0;
		top: 0px;
		background-color: #000;
		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: none;
	}
	.nav-mobile:hover::before {
		color: #d83832;
	}
	.nav-mobile::before {
		content: '\f0c9';
		font-family: 'FontAwesome';
		position: absolute;
		font-size: 2rem;
		color: #FFF;
		right: 0px;
		top: 2px;
	}
	.fixed .nav-mobile::before {
		font-size: 1.6rem;
	}
	.header .nav li {
		display: block;
		text-align: left;
		margin-bottom: 10px;
		border: 0;
	}
	.nav{
		background-color: #000;
	}
	.nav ul {
		display: none;
		padding: 30px 0 30px;
		background-color: #000;
		max-width: 100%;
		overflow-y: auto;
		max-height: 100vh;
	}
	.row.mainMenu {
		position: absolute;
		width: 103%;
		background-color: #000;
		padding: 10px 10px 0  !important;
		left: 0;
	}
	.slider.section .slide {
		height: 80vh;
		background-position: center;
		background-size: cover;
	}
	.slider.section .slide img {
		display: none;
	}
	.about p {
		margin-bottom: 0;
		margin-top: 40px;
	}
	.about .sec2 .col1 {
		margin-top: 0;
	}
	.about .sec2 .col2,
	.about .sec2 .col1 {
		margin-top: 0;
		margin-bottom: 50px !important;
	}
	.secTitle.pt-5.section {
		padding-top: 0 !important;
	}
	.secTitle.section h2 {
		font-size: 2.7rem;
		line-height: 3rem;
	}
	.carousel3 .col-md-4 {
		padding: 15px;
	}
	.galerie.about .col-auto,
	.galerie .sec2 .col6,
	.galerie .sec2 .col5,
	.galerie .sec2 .col4,
	.galerie .sec2 .col3,
	.galerie .sec2 .col2,
	.galerie .sec2 .col1 {
		width: 100% !important;
		margin-bottom: 0 !important;
	}
	.secTitle.pt-5.section.references {
		padding-top: 3rem !important;
	}
	.section.newsletter h3 {
		text-align: left;
	}
	.section.newsletter input {
		width: 100% !important;
		float: left;
	}
	.footer .bloc-end,
	.footer .bloc2{
		width: 48%;
		margin-bottom: 0 !important;
	}
	.footer .bloc2 a{
		text-align: left;
	}
	.slide .caption .align-self-center {
		width: 100%;
	}
	.realisations .col-md-8 {
		width: 100%;
	}
	.realisations .col-md-4 {
		width: 100%;
	}
	.section h2{
		font-size: 2rem;
	}
	.team .col-md-4 .content2{
		padding: 15px;
	}
	.section.services h2 {
		font-size: 3rem;
		line-height: 3rem;
	}
	.section.services.events h2 {
		font-size: 2.3rem;
	}
	.temoins .sec2 .content1 {
		width: 90%;
		margin: 50px auto 0;
	}
	.temoins .sec2 .content2 {
		width: 90%;
		margin: auto;
	}
	.temoins .sec2 .content1::before {
		width: 70px;
		height: 70px;
		left: -10px;
		top: -30px;
		background-size: 70px;
	}
	.temoins .sec2 .content1 {
		padding: 40px 20px 40px 70px !important;
	}
	.slick-next, .slick-prev {
		top: 0px;
		bottom: auto;
		right: 60px;
		left: auto;
		opacity: 1;
	}
	.slick-next {
		left: auto;
		right: 15px;
	}
	.contact .sec3 .col-md-4 {
		justify-content: start;
	}
	.section.slider .slide .caption p{
		font-size: 1rem;
	}
	.section.slider .slide h2{
		font-size: 2rem;
	}
	.slide .caption .align-self-center {
		padding: 50px 1px 30px 7%;
	}
}
