@font-face {
    font-family: 'CEB';
    src: url('../fonts/Certia-ExtraBold.eot');
    src: url('../fonts/Certia-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Certia-ExtraBold.woff2') format('woff2'),
        url('../fonts/Certia-ExtraBold.woff') format('woff'),
        url('../fonts/Certia-ExtraBold.ttf') format('truetype'),
        url('../fonts/Certia-ExtraBold.svg#Certia-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CL';
    src: url('../fonts/Certia-Light.eot');
    src: url('../fonts/Certia-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Certia-Light.woff2') format('woff2'),
        url('../fonts/Certia-Light.woff') format('woff'),
        url('../fonts/Certia-Light.ttf') format('truetype'),
        url('../fonts/Certia-Light.svg#Certia-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CBL';
    src: url('../fonts/Certia-Black.eot');
    src: url('../fonts/Certia-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Certia-Black.woff2') format('woff2'),
        url('../fonts/Certia-Black.woff') format('woff'),
        url('../fonts/Certia-Black.ttf') format('truetype'),
        url('../fonts/Certia-Black.svg#Certia-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CR';
    src: url('../fonts/Certia-Regular.eot');
    src: url('../fonts/Certia-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Certia-Regular.woff2') format('woff2'),
        url('../fonts/Certia-Regular.woff') format('woff'),
        url('../fonts/Certia-Regular.ttf') format('truetype'),
        url('../fonts/Certia-Regular.svg#Certia-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CSB';
    src: url('../fonts/Certia-SemiBold.eot');
    src: url('../fonts/Certia-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Certia-SemiBold.woff2') format('woff2'),
        url('../fonts/Certia-SemiBold.woff') format('woff'),
        url('../fonts/Certia-SemiBold.ttf') format('truetype'),
        url('../fonts/Certia-SemiBold.svg#Certia-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
:root {
    --font-cr: "CR", sans-serif;
    --font-cl: "CL", sans-serif;
    --font-cbl: "CBL", sans-serif;
    --font-ceb: "CEB", sans-serif;
    --font-csb: "CSB", sans-serif;
    --primary-color: #624f45;
    --secondery-color: #b6816e;
	--third-color: #b98674;
	--forth-color: #5f5046;
	--fifth-color: #725b4b;
}
*{
	margin: 0;
	padding: 0;
}
body, html{
	font-family: var(--font-cr), sans-serif;
	overflow-x: hidden;
	font-size: 1rem;
	color: var(--secondery-color);
	background-repeat: repeat;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	background-color: white;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
	font-family: var(--font-ceb);
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
}
h2{
	font-family: var(--font-cbl);
}
p{
	margin-bottom: 0;
	text-align: justify;
}
a, i{
	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-color: transparent;
	background-image: linear-gradient(to bottom, rgba(0,0,0,.3), transparent);
}
.topHeader{
	background-color: #fff3f4;
	transition: .3s;
}
.topHeader p{
	display: inline-block;
}
.section.topHeader p, .section.topHeader a{
	color: var(--primary-color);
	font-size: .8rem;
	margin-right: 30px;
	font-weight: 300;
}
.topHeader i,
.topHeader .rs a:hover i,
.topHeader a:hover{
	color: var(--secondery-color);
}
.topHeader .col-9 a:last-child,
.topHeader .col-3 a:last-child{
	margin: 0;
}
.topHeader .rs i{
	color: #2A403E;
}
.topHeader .rs a:last-child{
	margin-right: 0;
}
.topHeader .rs a{
	margin-right: 15px;
	font-size: 1rem;
}
.nav {
    width: 100%;
	transition: .3s;
}
.header .nav a:focus,
.header .nav a:active,
.header .nav li.active a{
	font-family: var(--font-ceb);
	color: white;
}
a.languages:hover,
.header .nav a:hover{
	opacity: .7;
	color: white;
}
a.languages, .header .nav li:first-child a{
	margin-left: 0;
}
.header .nav li:last-child a::before {
	content: none;
}
.header .nav a::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    background-color: white;
    right: -16px;
    top: 20%;
}
a.languages, .header .nav a {
    color: white;
    font-family: var(--font-cl);
    text-decoration: none;
    padding: 2px;
    display: inline-block;
    background-color: transparent;
    transition: 0.3s;
    font-size: .7rem;
	line-height: .7rem;
    margin-left: 20px;
    position: relative;
    text-transform: uppercase;
}
.page470 .header .nav a,
.page468 .header .nav a,
.page463 .header .nav a,
.page425 .header .nav a{
	color: var(--primary-color);
}
a.languages{
	margin-left: 0;
}
.header .nav li:last-child a{
	margin-right: 0;
}
.nav .menu-item .menu-item{
	line-height: normal;
	text-align: left;
	padding: 5px;
}
.nav .menu-item .menu-item a{
	color: var(--primary-color);
}
.nav .menu-item .menu-item a:hover{
	color: var(--secondery-color);
}
.sub-menu, .nav-submenu {
    top: 40px;
    left: 10px;
    position: absolute;
    background-color: var(--secondery-color);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border-radius: 0;
    padding: 15px;
    width: max-content;
    min-width: 250px;
    height: auto;
    float: left;
    transition: .3s;
	border-left: 2px solid var(--secondery-color);
}
.header .nav .sub-menu a{
	padding: 5px 10px;
	display: block;
}
/* Search */
.header a.btnSearch:hover { color: var(--secondery-color);}
.header a.btnSearch {
    margin: 0;
    color: var(--secondery-color);
    z-index: 5;
    cursor: pointer;
    font-size: 1.5rem;
    position: relative;
	float: right;
	margin-top: 6px;
}
.search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.5;
	color: #2A403E;
  }
.search  ::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.5;
	color: #2A403E;
  }
.search :-ms-input-placeholder { /* IE 10+ */
	opacity: 0.5;
	color: #2A403E;
  }
.search :-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
	color: #2A403E;
}
.header a:hover{
	color: var(--secondery-color);
}
.header a.active{
	color: var(--secondery-color) !important;
	font-weight: 500;
}
.main_menu .sub-menu li a,
.header .nav .sub-menu li a,
.header .nav .sub-menu li{
	font-family: var(--font-cr);
	font-size: 1.1rem;
	display: block;
	margin-left: 0;
	margin: 0;
	border-color: rgba(255,255,255, 0.2);
}
.menu-item .sub-menu .sub-menu {
    left: 90%;
    top: 5px;
}
.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: #2A403E;
	color: #FFF;
	transition: all .3s;
}
.myPopup input[type = "submit"]:hover{
	background-color: var(--secondery-color);
	color: #2A403E;
}
.closePopup{
	font-size: 4rem !important;
	color: var(--secondery-color);
	position: absolute;
	right: 15px;
	top: 15px;
}
.closePopup:hover{
	opacity: .7;
}
.slider{
	position: relative;
}
.slider .slide::before {
	content: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(rgba(0,0,0,.7), transparent);
}
.slider .rs {
    position: absolute;
    width: 50px;
    right: 30px;
    top: 35%;
    z-index: 999999;
}
.slider .rs a:hover{
	background-color: rgba(0,0,0,0.5);
    color: var(--secondery-color);
}
.slider .rs a{
	color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-bottom: 12px;
}
.slider .rs a i{
	font-size: 18px;
	line-height: inherit;
}
.slider .caption {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 50px;
    bottom: auto;
    margin: auto;
    text-align: left;
    background-color: transparent;
    justify-content: center !important;
    padding: 0;
    opacity: 1;
    text-align: center;
}
.slider .caption .align-self-center {
    flex-grow: 1!important;
}
.caption .caption1 img {
    width: 330px;
    max-width: 70%;
    margin: 0 auto;
}
.slider h2{
	font-size: 5rem;
	line-height: 5rem;
	font-family: var(--font-cr);
    color: #fff;
	margin-bottom: 1rem;
}
.slider .caption2 {
	margin: -55px 0 0;
}
.slider .caption2 p:last-child {
	text-align: left;
}
.slider .caption2 p {
    font-size: 1.3rem;
    display: inline-block;
    width: 49%;
    text-align: right;
}
.slider p a:hover{
	opacity: .7;
}
.slider p:last-child a{
	margin-right: 0;
	text-align: left;
	margin-left: 70px;
}
.slider p a{
	font-size: 1rem;
	font-family: var(--font-ceb);
	display: inline-block;
    color: white;
	margin-right: 70px;
	background-color: transparent;
	padding: 10px 35px;
	border-radius: 30px;
	border: 1px solid white;
	text-transform: uppercase;

}
.about.section .sec1{
	padding-bottom: 30px;
}
.about.section .sec1::before{
	content: '';
	position: absolute;
	width: 150px;
	height: 2px;
	border-radius: 6px;
	background-color: var(--secondery-color);
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/* ********************************************************************************************** */
/* ********************************************************************************************** */
/* ********************************************************************************************** */
/* ********************************************************************************************** */
/* ********************************************************************************************** */
/* ********************************************************************************************** */
.map iframe{
	width: 100%;
	max-width: 100%;
	height: 400px;
}
.contact .infos i{
	font-size: 3rem;
	color: var(--secondery-color);
	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: var(--secondery-color);
}
.contact .infos h5{
	font-weight: 500;
	color: var(--secondery-color);
	margin-bottom: 5px;
}
.contact textarea.form-control{
	height: 120px;
}
.contact button:hover{
	opacity: .7;
}
.contact button{
	background-color: var(--secondery-color);
	color: #2A403E;
	font-size: 1.1rem;
	font-weight: 700;
	padding: 10px 30px;
	border: 0;
	border-radius: 0;
	transition: all .3s;
}
.header .logo img {
    width: 70px;
    height: auto;
    max-width: 100%;
	transition: .3s;
}
.header.fixed .logo img {
    width: 50px;
	transition: .3s;
}
.pagination li{
	display: inline-block;
	margin: 0 5px;
}
.pagination a{
	color: #2A403E;
	padding: 3px;
}
.pagination .current,
.pagination a:hover{
	color: var(--secondery-color);
}
.linkHover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color: transparent;
	padding: 0;
}

.footer .rs a:hover{
	opacity: .7;
}
.footer .rs a{
	font-size: 2rem;
	margin-right: .7rem;
	color: var(--secondery-color);
}
.footer .coord a{
	display: block;
}
.footer a:hover{
	color: var(--secondery-color);
}
.section.footer li,
.section.footer a,
.section.footer p{
	font-family: var(--font-gm);
	font-size: .8rem;
    color: white;
    margin-bottom: 0;
}
.footer p{
	font-size: .8rem;
}
.footer a:hover{
	opacity: .7;
}
.footer button:hover{
	opacity: .7;
}
.footer button {
    background: var(--secondery-color);
    border: 0;
    padding: 10px;
    font-family: var(--font-cr);
    text-transform: uppercase;
    font-size: 1rem;
    transition: 0.3s;
    float: left;
    width: 30%;
}
.footer .form-control{
	display: block;
	width: 70%;
	float: left;
    padding: 10px 20px;
    font-size: 1rem;
    text-transform: uppercase;
    background: #F6F6F6;
    color: var(--title-color);
	border: 0;
    border-left: 2px solid #DCBA88;
	border-radius: 0;
}
.footer .col-md{
	text-align: center;
}
.footer .col-md p{
	display: inline-block;
}
.footer .col-md p a{
	margin-right: 50px;
	padding: 5px 5px 5px 30px;
	background-image: url(../images/location.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	position: relative;
}
.footer .col-md p:last-child a{
	background-image: url(../images/arrow-up.svg);
}
.footer .col-md p:last-child a::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    border: 1px solid white;
    border-radius: 50%;
}
.footer .col-md p:last-child a{
	margin-right: 0;
}
/* ********************************************************************************************** */
/* ********************************************************************************************** */
/* ********************************************************************************************** */
/* ********************************************************************************************** */
/* ********************************************************************************************** */
/* ********************************************************************************************** */
.nav-item, .menu-item {
    float: none;
    display: inline-block;
}
.nav-list {
    padding-right: 0;
	text-align: center;
}

.section.title {
    height: 400px;
    background-position: left bottom;
    background-size: cover;
}
.section.title h1{
    font-size: 3rem;
	color: var(--secondery-color);
}
.article .sec1 .align-self-center{
	align-self: flex-start !important;
}
.breadcrumb{
	margin-bottom: 0;
}
.breadcrumb a,
.breadcrumb span{
	font-weight: 400;
	color: var(--primary-color);
	display: inline-block;
	margin: 0 5px;
}
.breadcrumb a:hover{
	color: #365daa;
}
.breadcrumb span.page{
	font-weight: 700;
	color: #365daa;
}
h1{
	font-size: 4rem;
	color: #365daa;
}
.section strong{
	font-weight: 600;
}
.section p:last-child{
	margin-bottom: 0;
}
.section p{
	font-size: 1rem;
	margin-bottom: 1rem;
}
.articles a{
	padding: 10px 25px;
	margin-bottom: 1.5rem;
}
.articles .align-self-center{
	align-self: flex-start !important;
}
.articles::before {
    content: '';
    width: 100%;
    height: 44.7%;
    background-color: #f2f0ec;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.articles .content1{
	border: 1px solid #f2f0ec;
}
.articles h3{
	color: var(--primary-color);
	font-size: 2rem;
	margin-bottom: 1rem;
	padding: 0 1.5rem;
}
.articles p{
	padding: 0 1.5rem;
}
.articles p:first-child{
	padding: 0;
}
.section.video{
	background-color: #f2f0ec;
}
h2{
	font-size: 4rem;
	margin-bottom: 1rem;
}
.section.video p{
	font-size: 1rem;
	margin-bottom: .5rem;
}
.section.video iframe{
	width: 100%;
	height: 600px;
}
.activites .sec2 .content.content2{
	margin: 0 5%;
}
.activites .sec2 .content.content1,
.activites .sec2 .content.active,
.activites .sec2 .content:hover{
	background-color: var(--hover2-color);
}
.activites .sec2 .content.content1.disabled{
	background-color: #f2f0ec;
}
.activites .sec2 .content.content1.disabled *{
	color: var(--primary-color);
}
.activites .sec2 .content.content1.disabled.active{
	background-color: var(--hover2-color);
}
.activites .sec2 .content.content1.disabled.active *{
	color: var(--secondery-color);
}
.activites .sec2 .content.active *{
	color: var(--secondery-color);
}
.activites .sec2{
	padding-top: 3rem;
}
.activites .sec2 .content{
	display: block;
	height: 100px;
	width: 30%;
	background-color: #f2f0ec;
	margin: 0;
	float: left;
	text-align: center;
	transition: .3s;
	cursor: pointer;
}
.activites .sec2 .content.content1 *,
.activites .sec2 .content:hover *{
	color: var(--secondery-color);
}
.activites .sec5 h3,
.activites .sec4 h3,
.activites .sec3 h3{
	font-size: 2rem;
	margin-bottom: 1rem;
	color: var(--hover2-color);
}
.activites .sec3 .wow,
.activites .sec4 .wow,
.activites .sec5 .wow{
	opacity: 1 !important;
	animation: none !important;
	visibility: visible !important;
}
.activites .sec3,
.activites .sec4,
.activites .sec5{
	padding-top: 2rem;
}
.activites .sec4,
.activites .sec5{
	display: none;
}
.activites .sec3.disabled,
.activites .sec4.disabled,
.activites .sec5.disabled{
	display: none;
}
.activites .sec3.disabled.active,
.activites .sec4.disabled.active,
.activites .sec5.disabled.active{
	display: block;
}
.activites h4{
	color: var(--hover2-color);
	font-size: 2rem;
}
.activites .col-md-4{
	text-align: center;
}
.activites .align-self-center{
	align-self: flex-start !important;
}
.activites .col-md-4 a{
	font-size: 1.5rem;
	margin: auto;
}
.activites .col-md-4 p:last-child{
	margin-bottom: 0;
}
.activites .col-md-4 p{
	margin-bottom: 3rem;
}
.chiffres{
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom 100% left;
}
.chiffres::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	background-color: #f2f0ec;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.keys .col-md{
	text-align: center;
}
.keys img{
	width: 100px;
	margin: auto;
	margin-bottom: 1rem;
}
.keys h3{
	font-size: 2.5rem;
	line-height: 2.5rem;
	color: var(--hover2-color);
	margin-bottom: 0;
}
.chiffres .container{
	max-width: 1000px;
	background-color: var(--secondery-color);
	padding: 1.5rem;
}
.partenaires {
	text-align: center;
}
.partenaires img {
    width: 20%;
    margin: 4% 6% 0;
}
.cta .container {
    max-width: 100%;
}
.cta .container .col1{
    padding: 0 !important;
}
.cta{
	display: flex;
	justify-content: center;
}
.cta .col2{
    position: absolute;
	align-self: center;
	left: 0;
	right: 0;
}
.cta p{
	font-size: 2.5rem;
	line-height: 2.5rem;
	color: var(--secondery-color);
	margin-bottom: .5rem;
	font-family: var(--font-cr);
}
.footer.section p {
	margin-bottom: .1rem;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0;
    background: #f2f0ec;
    font-weight: 700;
    color: var(--secondery-color);
}
.ui-accordion .ui-accordion-header::first-letter {
	color: var(--secondery-color);
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 2rem;
	font-family: var(--font-cr);
	font-weight: 700;
	color: var(--primary-color);
}
.ui-accordion .ui-accordion-header.ui-state-active,.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0;
    background: #f2f2f2;
    font-weight: 700;
    color: var(--secondery-color);
}
.ui-icon, .ui-widget-content .ui-icon{
	display: none;
}
.ui-accordion .ui-accordion-header.ui-state-active::before{
	content: '-';
	color: var(--hover2-color);
	font-size: 2rem;
}
.ui-accordion .ui-accordion-header::before{
	content: '+';
	font-family: var(--font-cr);
	color: var(--primary-color);
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 2rem;
	font-weight: 700;
	transition: .3s;
}
.accordion h4{
	color: var(--hover2-color);
	font-size: 1.5rem;
	margin: 1rem 0;
}
.accordion ul{
	list-style: disc;
	padding-left: 30px;
}
.accordion ol{
	list-style: decimal;
	padding-left: 30px;
}
.accordion li{
	margin-bottom: .5rem;
}
.ui-accordion .ui-accordion-content {
    padding: 2em 2.2em;
}
.contact .sec4,
.contact .sec3,
.contact .sec2{
	padding-top: 3rem;
}
.contact .sec2{
	text-align: center;
}
.contact .sec2 img{
	width: 80px;
	margin: auto;
}
.contact .sec2 h3{
	font-size: 1.5rem;
	font-family: var(--font-cr);
	margin-bottom: 1rem;
}
.contact .sec2 a:hover{
	color: var(--secondery-color);
}
.contact a{
	color: var(--primary-color);
}
.contact .form-control{
	color: white;
	border: 0;
	border-bottom: 1px solid white;
	background-color: transparent;
	padding: 3px 0;
	height: 45px;
	border-radius: 0;
	font-family: var(--font-gm);
	font-size: 1rem;
}
.contact input[type = 'checkbox']{
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 10px;
}
.contact form a {
    line-height: 35px;
}
.contact button{
	color: var(--third-color);
	background-color: white;
	padding: 5px 30px;
	border-radius: 15px;
	font-family: var(--font-gm);
}
.contact .sec4 h3{
	font-size: 3rem;
	color: var(--hover2-color);
	text-align: center;
}
.article p a{
	color: var(--hover2-color);
	font-weight: 500;
}
.article p a:hover{
	color: var(--secondery-color);
}
.article h3,
.article h4,
.article h5,
.article h6{
	color: var(--hover2-color);
	margin-bottom: 1rem;
}
.don h3::first-letter{
	color: var(--secondery-color);
}
.don h3{
	font-size: 2.5rem;
	color: var(--hover2-color);
	margin-bottom: 1rem;
}
.don h4{
	font-family: var(--font-cr);
	font-weight: 600;
	font-size: 1.5rem;
	color: var(--secondery-color);
	margin-bottom: 1rem;
}
.don .align-self-center {
	align-self: flex-start !important;
}
.don .col-md-8,
.don .col-md-4{
	margin-bottom: 2rem !important;
}
.don td{
	padding-bottom: .5rem;
	font-weight: 500;
}
.don input[type='image']:hover,
.don a:hover{
	opacity: .7;
	transition: .3s;
}
.bitcoin a{
	color: var(--hover2-color);
	font-weight: 700;
}
.bitcoin a:hover{
	color: var(--secondery-color);
}
.bitcoin h2 strong{
	font-size: 4rem;
	color: var(--hover2-color);
}
.page347 .content iframe{
	height: 350px;
	width: 100%;
}
.page369 .thumb img{
	margin-bottom: 1rem;
}
.page369 .col-md-4 h6{
	color: #3d3d3d;
}
.page369 .col-md-4 h4{
	margin-bottom: 1rem;
}
.page369 .col-md-4 a:hover{
	opacity: .7;
}
.page369 .col-md-4 a{
	font-family: var(--font-cr);
    font-weight: bold;
    color: #365daa;
    background-color: var(--secondery-color);
    border-radius: 30px;
    font-size: 1rem;
    padding: 5px 25px;
    margin-right: 15px;
    text-transform: uppercase;
}
.section h2{
	font-size: 2.5rem;
	line-height: 2.6rem;
	color: var(--secondery-color);
	margin-bottom: 2rem;
	text-transform: uppercase;
}
.collections .col-md-4{
	position: relative;
}
.collections .col-md-4 h3 {
    position: absolute;
    width: max-content;
    height: max-content;
    left: 0;
    right: 0;
    top: -2px;
    margin: auto;
    padding: 10px 15px;
    background-color: var(--title-color);
    color: var(--secondery-color);
    font-size: 1.5rem;
}
.collections .col-md-4 p{
	font-size: 1.3rem;
	text-align: center;
}
.selection .sec3 a:hover,
.collections .sec3 a:hover{
	opacity: .7;
}
.selection .sec3 a,
.collections .sec3 a{
	font-size: 1.3rem;
	font-style: normal;
	display: inline-block;
    color: var(--title-color);
	margin-right: 10px;
	background-color: var(--secondery-color);
	padding: 5px 25px;
	border-radius: 0;
	text-transform: uppercase;
}
.section.selection .col-md-3.align-self-center {
    align-self: start !important;
	padding-top: 1rem !important;
}
.section.selection .col-md-3 p {
    position: relative;
	margin-bottom: 2rem;
}
.section.selection .col-md-3 p::before {
	content: '';
	width: 45%;
	height: 2px;
	background-color: var(--secondery-color);
	position: absolute;
	top: -.5rem;
	left: 0;
}
.section.historique .sec1 .content1,
.section.historique {
	padding-top: 0 !important;
}
.section.historique .sec1 .container {
	max-width: 100%;
	padding: 0;
}
.section.historique .sec1 img{
	width: 100%;
}
.section.historique .sec2{
	margin-top: -150px;
}
.section.historique .sec3 .container,
.section.historique .sec2 .container{
	background-color: rgb(246, 246, 246, .9);
	padding: 3rem !important;
	padding-bottom: 0 !important;
}
.section.historique .sec3 .container{
	padding-top: 0 !important;
}
.historique .timeLine{
	background-image: url(https://naomigestion.com/wp-content/uploads/2025/09/timeline.png);
	background-position: center top 27px;
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 1.5rem;
}
.historique .timeLine .item{
	padding: 20px;
	position: relative;
}
.historique .timeLine .item::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--primary-color);
	left: 15px;
	top: 0px;
}
.services .col-md-6.align-self-center{
	align-self: start !important;
	margin-bottom: 3rem !important;
}
.section.services .container{
	padding: 0 3rem !important;
}
.section.services .col-md-6 h3{
	padding: 15px 0 15px 70px;
	background-image: url(https://naomigestion.com/wp-content/uploads/2025/09/s_1.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 60px;
	font-size: 2rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	color: var(--title-color);
}
.section.services .col-md-6.col3 h3{ background-image: url(https://naomigestion.com/wp-content/uploads/2025/09/s_2.png);}
.section.services .col-md-6.col4 h3{ background-image: url(https://naomigestion.com/wp-content/uploads/2025/09/s_3.png);}
.section.services .col-md-6.col5 h3{ background-image: url(https://naomigestion.com/wp-content/uploads/2025/09/s_4.png);}
.section.services .col-md-6.col6 h3{ background-image: url(https://naomigestion.com/wp-content/uploads/2025/09/s_5.png);}
.section.formulaire{
	padding: 150px 0 !important;
	background-size: cover;
}
.section.formulaire .row{
	justify-content: start !important;
}
.section.formulaire .content{
	padding: 2rem 3rem !important;
	background-color: rgba(255,255,255, .95);
}
.section.formulaire .sec2 .content{
	padding-top: 0 !important;
}
.section.formulaire h2{
	font-size: 2rem;
	text-transform: uppercase;
	line-height: 2.3rem;
}
.section.formulaire .form-control{
	font-size: 1rem;
	border: 0;
	border-bottom: 2px solid var(--secondery-color);
	padding: 5px 0;
	height: 45px;
	background-color: transparent;
	border-radius: 0;
}
.section.formulaire .adresse{
	height: 90px;
}
.section.formulaire .message{
	height: 120px;
}
.section.formulaire :focus{
	box-shadow: none;
	outline: none;
}
.section.formulaire button:hover{
	opacity: .7;
}
.section.formulaire button{
	border: 0;
	box-shadow: none;
	padding: 7px 30px;
	background-color: var(--secondery-color);
	color: var(--title-color);
	border-radius: 0;
	font-size: 1.3rem;
	transition: .3s;
}
.section.formulaire a{
	display: block;
	color: var(--title-color);
	margin-bottom: .1rem;
}
.page .caption .caption1 img {
    width: auto;
}
.page .caption h3 {
    font-size: 2.3rem;
	color: var(--secondery-color);
	line-height: 2.4rem;
	margin-bottom: 1rem;
}
.page .slider .caption2 p {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.2rem;
}
.gestion .col-md-3,
.gestion .col-md-4{
	text-align: center;
}
.gestion.referencer .sec2,
.gestion .sec3{
	padding-top: 2rem;
	text-align: center;
}
.gestion.referencer .sec2 h3,
.gestion .sec3 h3{
	display: inline-block;
	padding: 11px 25px 15px;
	background-color: var(--title-color);
	color: var(--secondery-color);
	font-size: 2rem;
	line-height: 2.1rem;
	font-weight: 400;
}
.gestion .sec1 h3{
	font-size: 1.5rem;
	color: var(--title-color);
	margin-bottom: 1rem;
	font-weight: 500;
}
.faq .align-self-center,
.gestion .sec1 .align-self-center,
.gestion .sec2 .align-self-center{
	align-self: start !important;
}
.section.faq .sec1 .row{
	justify-content: start !important;
}
.section.faq h3{
	font-size: 3rem;
	line-height: 3.1rem;
	margin-bottom: 1rem;
	color: var(--title-color);
}
.languages img {
    width: 35px;
}
.section.hover .content1,
.section.hover,
div#section5 {
    padding-top: 0 !important;
}
.section.hover .container{
	max-width: 100%;
	padding: 0;
}
.section.hover img{
	width: 100%;
}
.section.hover .content1{
	position: relative;
}
.section.hover .content1::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
}
.section.hover .content2{
	position: absolute;
	width: max-content;
	height: max-content;
	margin: auto;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding-top: 0 !important;
}
.section.hover .content2 h2{
	color: var(--secondery-color);
	margin-bottom: 2rem;
}
.section.hover .content2 a:hover{
	opacity: .7;
}
.section.hover .content2 a{
	padding: 7px 30px;
	background-color: var(--secondery-color);
	color: var(--primary-color);
	font-size: 1rem;
	text-transform: uppercase;
}
.page420 .section.slider .caption p,
.page396 .section.slider .caption p {
    font-size: 1.5rem;
    line-height: 1.9rem;
    color: var(--secondery-color);
}
.bien h2 {
	font-size: 2.5rem;
	text-transform: none;
}
.bien p {
    font-size: 1.1rem;
    color: #000;
	margin-bottom: .7rem;
}
.bien img.icone:first-child {
	margin-left: 0;
}
.bien img.icone {
    height: 35px;
	width: auto;
	display: inline-block;
	margin-left: 20px;
}
.bien .slick-next, .bien .slick-prev {
    bottom: 0;
    top: 5rem;
    margin: auto;
}
.slick-dots {
    bottom: 15px;
}
.bien .slick-next:before, .bien .slick-prev:before {
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
	margin: auto;
	transition: .3s;
}
.bien .slides:hover .slick-next,
.bien .slides:hover .slick-prev{
	opacity: 1;
}
/* Pages nos biens */
.page470 .header,
.page468 .header,
.page463 .header,
.page425 .header{
	position: static;
	background-image: none;
}
.galleryButton{
	float: left;
}
.galleryButton .item{
	width: 25%;
	padding: 0 7.5px;
	margin-bottom: 10px;
	float: left;
}
.galleryButton .item:first-child{
	width: 50%;
	padding-right: 7.5px;
	margin-bottom: 0;
}
.showBloc:hover,
.galleryButton .myBtn:hover{
	opacity: .85;
}
.showBloc,
.galleryButton .myBtn{
	width: max-content;
	height: max-content;
	position: absolute;
	right: 4%;
	bottom: 4%;
	padding: 7px 15px 7px 30px;
	background-image: url(../images/icon-gallery.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center left 5px;
	background-color: var(--secondery-color);
	color: var(--primary-color);
	text-transform: uppercase;
	box-shadow: 0 0 20px rgba(0,0,0,.85);
}
.showBloc{
	position: static;
	box-shadow: none;
	padding: 3px 15px 3px 30px;
	background-image: url(../images/down-arrow.svg);
	float: right;
	clear: both;
}
.slider .slide{
	width: 100%;
}
.slider video{
	width: 100vw;
	height: auto;
}
.bien ul,
.bien ol{
	margin: 10px 0 10px 30px;
	list-style: disc;
}
/* Pages nos biens */
.video iframe{
	width: 100%;
	height: 650px;
}
.goHead {
    position: absolute;
    width: 40px;
    height: 51px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
}
.goHead img {
    max-width: 100%;
}
.footer.section{
	background-color: var(--forth-color);
	padding: 1.5rem 0 !important;
}
.copyright{
	background-color: var(--fifth-color);
}
.section.copyright p{
	font-size: .7rem;
	color: white;
	margin-bottom: 0;
}
.socials a:hover,
.copyright a:hover{
	opacity: .7;
}
.section .socials a i,
.copyright a i{
	line-height: inherit;
}
.section.copyright a{
	font-size: .7rem;
	color: white;
	display: inline-block;
	margin-bottom: 0;
}
.section .socials a{
	font-size: 1rem;
	color: var(--fifth-color);
	display: inline-block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	border-radius: 50%;
	border: 1px solid white;
	background-color: white;
	text-align: center;
	margin: 0 5px;
}
.footer img{
	width: 150px;
	margin: auto;
	margin-bottom: 75px;
}
.footer h3{
    font-family: var(--font-gmi);
	font-size: 1.1rem;
	color: white;
	text-transform: uppercase;
	margin-bottom: .5rem;
}
.footer h4{
	font-family: var(--font-cr);
    font-weight: 600;
	font-size: 1.1rem;
    color: var(--primary-color);
    padding-bottom: 8px;
	margin-bottom: 15px;
}
.section blockquote{
	position: relative;
	padding: 50px;
}
.section blockquote p{
	font-family: var(--font-crd);
	font-size: 1.3rem;
}
.section blockquote::after,
.section blockquote::before{
	content: '';
	position: absolute;
	width: 50px;
	height: 60px;
	left: 0;
	top: 30px;
	background-image: url(../images/about/quote.png);
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: left top;
}
.section blockquote::after{
	transform: rotate(180deg);
	left: auto;
	right: 0;
	bottom: 30px;
	top: auto;
}
.about .items{
	background-color: var(--third-color);
	border-radius: 20px;
	padding: 0 15px;
	text-align: center;
}
.about .items .item{
	/* width: 25%; */
	border-right: 3px solid #FFF;
	padding: 25px;
}
.about .items .item:last-child{
	border: 0;
}
.about .items img{
	height: 70px;
	width: auto;
	margin-bottom: 1rem;
}
.about .items h3{
	color: white;
	font-size: 1.5rem;
	margin-bottom: .5rem;
}
.section p strong{
	font-family: var(--font-gm);
}
.about .items p{
	color: white;
	font-size: 1rem;
	line-height: 1rem;
	margin-bottom: 0;
}
.investir .container{
	max-width: 100%;
	padding-left: 0;
	padding-right: 7rem;
}
.investir.developper .container{
	max-width: 100%;
	padding-left: 7rem;
	padding-right: 0;
}
.investir .container .col1{
	padding-left: 0 !important;
	padding-right: 5rem;
}
.investir.developper .container .col2{
	padding-right: 0 !important;
	padding-left: 5rem;
}
.investir.section  h2{
	margin-bottom: 3rem;
}
.investir.section  h3{
	font-family: var(--font-crd);
	font-size: 1.1rem;
	padding: 5px 10px;
	background-color: #737985;
	color: #FFF;
	text-transform: none;
	display: inline-block;
	margin-bottom: 1.5rem;
}
.way .d-flex{
	display: flex !important;
}
.way .sec2 .align-self-center{
	align-self: normal !important;
	text-align: center;
	padding: 2rem !important;
}
.way .align-self-center img{
	width: auto;
	height: 70px;
	margin-bottom: 1rem;
}
.way .sec2 .col1{
	background-color: #737985;
}
.way .sec2 .col2{
	background-color: #eeece7;
}
.way .sec2 .col3{
	background-color: #b7814f;
}
.way .sec2::after,
.way .sec2::before{
	content: '';
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #737985;
	z-index: -1;
}
.way .sec2::after{
	left: auto;
	right: 0;
	background-color: #b7814f;
}
.way .align-self-center h3{
	font-size: 1.5rem;
	color: white;
	margin-bottom: 1.5rem;
}
.way .align-self-center p{
	font-size: 1rem;
	color: white;
}
.way .align-self-center.col2 p,
.way .align-self-center.col2 h3{
	color: var(--secondery-color);
}
.adn.partners{
	background-image: linear-gradient(to bottom, #eeece7, #ffffff);
}
.adn.partners h3{
	font-family: var(--font-gmi);
	text-transform: none;
	font-size: 1.5rem;
	margin-bottom: 2rem;
}
.adn p{
	padding-left: 2rem;
}
.realisations .sec2 .container{
	max-width: 100%;
	padding: 0;
}
.realisations .sec2 img{
	width: 100%;
}
.realisations .sec2{
	background-color: #a9adb4;
	padding: 2rem 0 3rem;
}
.realisations .sec2 .col-md-6{
	text-align: center;
}
.realisations h3{
	color: white;
	font-size: 1.1rem;
	margin-bottom: .5rem;
	font-family: var(--font-gm);
	text-align: center;
}
.realisations h4{
	color: white;
	font-size: 1rem;
	text-transform: uppercase;
	font-family: var(--font-gm);
	display: inline-block;
	padding: 5px 15px;
	background-color: #737985;
	text-align: center;
}
.spirit .sec2 .d-flex{
	display: flex !important;
}
.spirit .sec2 .col-md-4{
	align-self: normal !important;
	position: relative;
	text-align: center;
}
.spirit .sec2 .col-md-4::before{
	content: '';
	position: absolute;
	left: 5%;
	top: 0;
	width: 90%;
	height: 100%;
	border: 2px dotted var(--primary-color);
	border-radius: 20px;
}
.spirit .sec2 .col-md-4 img{
	height: 70px;
	width: auto;
}
.spirit .sec2 .col-md-4 p{
	font-size: 1.1rem;
	font-family: var(--font-gm);
	padding: 0 15px;
	margin-bottom: 1rem;
}
.spirit .col-md-4 .content1{
	margin-bottom: 2rem;
	position: relative;
}
.spirit .col-md-4 .content1::before{
	content: '';
	position: absolute;
	width: 30%;
	height: 3px;
	border-radius: 6px;
	left: 0;
	right: 0;
	bottom: -2rem;
	margin: auto;
	background-color: var(--third-color);
}
.contact .align-self-center{
	align-self: flex-start !important;
}
.ui-widget.ui-widget-content {
    border: 0;
    background-color: transparent;
  }
  .ui-widget-header {
    border: 0;
    background: transparent;
    font-weight: normal;
  }
  .ui-tabs .ui-tabs-nav{
	text-align: center;
  }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    padding: 7px 50px;
    border-radius: 30px;
    border: 1px solid var(--primary-color);
	color: var(--primary-color);
	background-color: transparent;
	font-size: 1rem;
	text-transform: uppercase;
  }
  .ui-tabs .ui-tabs-nav li{
	background-color: transparent;
	float: none;
	display: inline-block;
  }
  .ui-tabs .ui-tabs-nav li a:hover,
  .ui-tabs .ui-tabs-nav li.ui-tabs-active a{
	color: var(--secondery-color);
	border-color: var(--secondery-color);
  }
  .ui-tabs .ui-tabs-nav li:first-child a{
	margin-right: 50px;
  }
  .tabs h3{
	font-size: 1.1rem;
	font-family: var(--font-cl);
	color: var(--secondery-color);
	margin-bottom: .5rem;
  }
  .tabs h4{
	font-size: 1.5rem;
	font-family: var(--font-ceb);
	color: var(--primary-color);
	margin-bottom: 1.5rem;
  }
  .tabs p{
	color: var(--secondery-color);
  }
.section.section1{
	z-index: 3;
	background-color: white;
	border-radius: 60px 60px 0 0;
	margin-top: -60px;
}
.lieu.section{
	background-image: linear-gradient(to left, rgb(242, 230, 220, .5), #FFF);
}
.lieu .container,
.concept .container {
    max-width: 97%;
}
.lieu .sec2 .image,
.concept .sec1 .image {
    border-radius: 30px;
	overflow: hidden;
}
.concept .sec2.section {
    position: absolute;
    left: 3rem;
    top: 5rem;
}
.concept .sec2.section .row {
	justify-content: start !important;
}
.art h2,
.communaute h2,
.galerie h2,
.contact h2,
.lieu h2,
.concept h2{
	font-size: 1.1rem;
	line-height: 1.1rem;
	font-family: var(--font-cl);
	padding: 10px 50px;
	border-radius: 40px;
	border: 1px solid white;
	color: white;
	display: inline-block;
	margin-bottom: 5rem;
}
.section.residences{ padding-bottom: 0 !important;}
.galerie .sec1,
.contact .sec1,
.art .sec1,
.lieu .sec1
{ text-align: center;}
.galerie h2,
.communaute h2,
.lieu h2{
	color: var(--primary-color);
	margin: 0 auto 2rem;
	border-color: var(--primary-color);
}
.contact h2,
.art h2{
	margin-bottom: 2rem;
}
.art h3,
.lieu h3,
.concept h3{
	font-size: 2.5rem;
	line-height: 2.6rem;
	font-family: var(--font-ceb);
	color: white;
	margin-bottom: 1rem;
}
.art h3{
	font-size: 2.1rem;
	line-height: 2.2rem;
}
.lieu h3{
	color: var(--primary-color);
}
.contact p,
.art p,
.concept p{
	font-size: 1rem;
	line-height: normal;
	color: white;
	margin-bottom: 0;
}
div#section3,
div#section2{
	padding: 0 !important;
}
.about.section#section3 .sec1::before {
    content: none;
}
.tabs img{
	border-radius: 30px;
}
.tabs .col-md-6:first-child{
	order: 2;
}
.tabs .col-md-6:last-child{
	order: 1;
}
.lieu .sec3{
	padding-top: 3rem;
	text-align: center;
}
.lieu .sec3 h2{
	color: var(--secondery-color);
	border: 0;
	padding: 0;
	margin-bottom: .5rem;
}
.section.section6 .sec1::before{
	content: none;
}
.section.section6 .sec2{
	text-align: center;
}
.section.section6 .sec2 p:last-child{
	margin-right: 0;
}
.section.section6 .sec2 p{
	display: inline-block;
	width: 49%;
	margin-right: 1%;
}
.section.section6 .sec2 p a:hover{
	opacity: .7;
}
.section.section6 .sec2 p a{
	display: block;
	background-color: var(--primary-color);
	color: white;
	padding: 15px;
	border-radius: 30px 0 0 30px;
	text-align: center;
	font-family: var(--font-cbl);
	font-size: 1.1rem;
	text-transform: uppercase;
}
.section.section6 .sec2 p:last-child a{
	border-radius: 0 30px 30px 0;
}
.art h4{
	font-size: 1.3rem;
	color: white;
	margin-bottom: 1rem;
	text-align: center;
}
.art img{
	margin-bottom: 1rem;
	border-radius: 30px;
	width: 100%;
}
.art .col-md-4::before{
	content: '';
	position: absolute;
	width: 90%;
	height: 100%;
	left: 5%;
	top: 0;
	background-color: #92786d;
	border-radius: 30px;
	z-index: -1;
}
.art .col-md-4 .d-block{
	padding: 30px;
}
.art .col-md-4{
	margin-top: 30px;
	position: relative;
}
.art .col-md-4.align-self-center{
	align-self: normal !important;
}
.communaute .row .col-md-6:first-child{
	padding-right: 5rem !important;
}
.communaute .row .col-md-6 img{
	border-radius: 0 40px 0 40px;
}
.communaute h3{
	color: var(--primary-color);
	margin-bottom: 1.5rem;
}
.galerie .sec2 .container{
	max-width: 100%;
}
.galerie .sec2 .container .col-12{
	padding: 0 !important;
}
.galerie .slick-slide{
	opacity: .5;
	transition: .3s;
}
.galerie .slick-slide.slick-current{
	opacity: 1;
}
.contact .sec2{
	text-align: center;
}
.contact .sec2 p{
	display: inline-block;
	margin-bottom: 1rem;
}
.contact .sec2 p:nth-of-type(2){
	margin: 0 40px;
}
.contact .sec2 p a{
	display: block;
	padding: 10px 20px;
	border-radius: 40px;
	background-color: white;
	color: var(--primary-color);
	font-size: 1.1rem;
	line-height: 1.1rem;
	font-family: var(--font-cbl);
	text-transform: uppercase;
}
.section.header.fixed {
    position: fixed;
    background: rgba(0,0,0,.7);
    padding: 10px 0 !important;
}








.contact iframe{
	width: 100%;
	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: var(--primary-color) !important;
}
.slick-dots {
    bottom: -35px;
}
.slick-dots li button:hover {
	opacity: .7;
}
.slick-dots li button:before {
    font-family: var(--font-cr);
    line-height: 15px;
    width: 15px;
    height: 15px;
    content: '';
    opacity: 1;
	border: 1px solid #8c919b;
    background-color: #8c919b;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before{
	opacity: 1;
	background-color: white;
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 70%;
    padding: 0;
    transform: none;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    right: 30px;
    z-index: 999;
    left: auto;
	margin: auto;
	transition: .3s;
	opacity: .7;
	z-index: 99;
	background-color: #92786d;
	border-radius: 60px;
}
.carousel3:hover .slick-next, .carousel3:hover .slick-prev{
	opacity: 1;
	cursor: pointer;
}
.slick-next:focus, .slick-next:hover, 
.slick-prev:focus, .slick-prev:hover {
	opacity: 1;
	cursor: pointer;
	background-color: #92786d;
}
.slick-prev {
	left: 30px;
	right: auto;
}
.slick-next:before, .slick-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    position: absolute;
    width: 50px;
    height: 3rem;
    line-height: 3rem;
    font-size: 3rem;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    color: #FFF;
	opacity: 1;
}
.slick-next:before{
	content: '\f105';
}
/* 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;
}
.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;
  }
.contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: .7;
	color: white;
  }
.contact ::-moz-placeholder { /* Firefox 19+ */
	opacity: .7;
	color: white;
  }
.contact :-ms-input-placeholder { /* IE 10+ */
	opacity: .7;
	color: white;
  }
 .contact :-moz-placeholder { /* Firefox 18- */
	opacity: .7;
	color: white;
  }

.search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.5;
	color: #2A403E;
  }
.search  ::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.5;
	color: #2A403E;
  }
.search :-ms-input-placeholder { /* IE 10+ */
	opacity: 0.5;
	color: #2A403E;
  }
.search :-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
	color: #2A403E;
}
img{
	max-width: 100%;
	height: auto;
}
input.error, textarea.error{
	border-color: #F00 !important;
	color: #F00 !important;
}
.preload{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--forth-color);
	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: #2A403E; }
.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%; }

@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 650px) {
	.section.header {
		position: relative;
		z-index: 99999;
		left: 0;
		top: 0px;
		background-color: var(--primary-color);
		width: 100%;
		transition: all .3s;
		padding: 15px 0 !important;
		background-image: none;
	}
	.header .logo img {
		width: 50px;
	}
	.header .nav{
		padding: 0;
	}
	.nav-mobile {
		top: -47px;
		right: -5px;
		background-size: 50px;
		height: 50px;
		width: 50px;
	}
	.section.header.fixed {
		position: fixed;
		background-color: var(--primary-color);
	}
	.fixed.header .logo img {
		width: 40px;
	}
	.fixed .row.py-4 {
		padding: 10px 0 !important;
	}
	.fixed .nav-mobile {
		top: -43px;
	}
	.nav-mobile {
		background-image: url(../images/nav.svg);
	}
	.header .nav li {
		display: block;
		text-align: left;
		margin-bottom: 10px;
		border: 0;
		clear: both;
		position: relative;
	}
	.header .nav a{
		font-size: 1.3rem;
		line-height: 1.5rem;
		display: block;
		color: white;
	}
	.header .nav li a{
		margin-left: 0;
		margin-bottom: 1.5rem;
	}
	.header .nav li a::before{
		content: none;
	}
	.header .d-block.languages {
		position: absolute;
		right: 80px;
		top: -27px;
	}
	.header.fixed .d-block.languages {
		top: -23px;
	}
	.nav{
		background-color: var(--primary-color);
	}
	.nav ul {
		display: none;
		padding: 30px;
		background-color: var(--primary-color);
		max-width: 100%;
		overflow-y: auto;
		max-height: 100vh;
	}
	.nav-item:hover .nav-submenu, .menu-item:hover > .sub-menu {
		display: block;
		position: static;
		margin-left: 30px;
	}
	.nav-click {
		top: 0;
		right: 0;
		display: block;
		height: 100%;
		width: 100%;
		z-index: 9;
	}
	.sub-menu, .nav-submenu{
		position: static;
		margin-left: 30px;
	}
	.row.mainMenu {
		position: absolute;
		width: 103%;
		background-color: var(--primary-color);
		padding: 0  !important;
		left: 0;
		display: none;
	}
	.section h2 {
		font-size: 2rem;
		line-height: 2.1rem;
		margin-bottom: 1.5rem;
	}
	.header .col-md-11 .col-md-2.text-center.align-self-center {
		display: none;
	}
	.section.section1 {
		margin-top: 0px;
	}
	.caption .caption1 img {
		max-width: 75%;
	}
	.slick-initialized .slick-slide {
		display: block !important;
	}
	.slider .caption {
		position: static;
		background-color: var(--primary-color);
		padding: 30px;
	}
	.slider .caption2 p {
		width: 100%;
		font-size: 1.1rem;
		line-height: 1.1rem;
	}
	.slider p a{
		display: block;
		text-align: center;
		margin-right: 0;
		margin-left: 0;
	}
	.slider p:last-child a{
		margin-left: 0;
	}
	.slider .caption2 {
		margin: 1.5rem 0 0;
	}
	.section h2 {
		font-size: 1.5rem;
		line-height: 1.8rem;
		margin-bottom: 1.5rem;
	}
	.ui-tabs .ui-tabs-nav li:first-child a {
		margin-right: 0;
	}
	.ui-tabs .ui-tabs-nav li {
		display: block;
		margin-bottom: 1rem !important;
	}
	.ui-tabs .ui-tabs-nav li a{
		display: block;
	}
	.lieu .container, .concept .container {
		max-width: 100%;
	}
	.lieu .container .col-12, .concept .container .col-12 {
		padding: 0 !important;
	}
	.residences.section5 .sec1.section,
	.concept.section2 .sec1.section {
		display: none;
	}
	.residences.section5 .sec2.section,
	.concept.section2 .sec2.section {
		position: static;
		left: 0;
		top: 0;
		background-image: url(https://kasara.clarke.ma/wp-content/uploads/2025/12/le-concept.jpg);
		background-size: cover;
		background-position: center;
		padding: 30px;
	}
	.residences.section5 .sec2.section{
		background-image: url(https://kasara.clarke.ma/wp-content/uploads/2025/12/residences.jpg);
	}
	.art h3, .lieu h3, .concept h3 {
    font-size: 2rem;
    line-height: 2.1rem;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 7px 15px;
    border-radius: 30px;
    font-size: .9rem;
	text-wrap: auto;
}
.section.section6 .sec2 p {
    display: block;
    width: 100%;
    margin-right: 0;
}
.section.section6 .sec2 p:last-child a,
.section.section6 .sec2 p a {
    border-radius: 50px;
}
.art h3, .lieu h3, .concept h3 {
    font-size: 1.5rem;
    line-height: 1.8rem;
}
.art h2, .communaute h2, .galerie h2, .contact h2, .lieu h2, .concept h2 {
    border-radius: 60px;
    padding: 10px 25px;
}
#cboxContent {
    height: auto !important;
}
.contact .sec2 p{
	display: block;
	text-align: center;
}
.contact .sec2 p:nth-of-type(2) {
    margin: 0 0 1rem;
}
.section.copyright p {
    text-align: center;
}



}

