@charset "utf-8";
@import url("bootstrap.css");

@font-face{
	font-family:"H";
	font-weight:400;
	font-style:normal;
	font-display:swap;
	src:url(fonts/2d7491fe233df3ce53e2.ttf) format("truetype")}

@font-face{
	font-family:"OG";
	font-weight:300;
	font-style:normal;
	font-display:swap;
	src:url(fonts/2502885005dc65166c2b.woff2) format("woff2")}

@font-face{
	font-family:"OG";
	font-weight:400;
	font-style:normal;
	font-display:swap;
	src:url(fonts/66a8095f591146a91315.woff2) format("woff2")}

@font-face{
	font-family:"OG";
	font-weight:500;
	font-style:normal;
	font-display:swap;
	src:url(fonts/0a3c24faad824ff23791.woff2) format("woff2")}

@font-face{
	font-family:"OG";
	font-weight:600;
	font-style:normal;
	font-display:swap;
	src:url(fonts/241da1b7fb930c15062a.woff2) format("woff2")}

@font-face{
	font-family:"OG";
	font-weight:700;
	font-style:normal;
	font-display:swap;
	src:url(fonts/49ee2223f94e10974d96.woff2) format("woff2")}
html {scroll-behavior: smooth;}
html, body {
	 min-height: 100% ;
	touch-action: manipulation;
	font-family: "OG", sans-serif;
	color: #444c54;
	background-color:  rgb(243, 239, 226);
}
* {
  font-family: "OG", sans-serif;
  color: #444c54;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
	line-height: 2;
}

.noscroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

a, a:visited {
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#444c54;
	text-decoration: none;
}


h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, .title {
	font-weight: 300;
}

.dot {
	display: inline-block;
	position: relative;
    width: auto;
}
.dot::before {    
	content: "";
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #444c54;
}
.dot.white::before {    
    background-color: #fff;
}

.full_width {
    left: 50%;
    margin-left: -50vw;
    position: relative;
    width: 100vw;
}

/*sur la home seconde image special margin to */
#special_img_margin {
	margin-top:280px;
}
@media (max-width: 768px) {
#special_img_margin {
	margin-top:48px;
}
}

/* zoom image on scroll */
.transform img {
   height: 100%;
    object-fit: cover;
    width: 100%;
}
.transform {
	border-width: 1vmin 1vmin 10vmin 1vmin; 
	overflow: hidden;
}


/* text effect on scroll */
.hidden {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(50%);
    transition: all 1s;
}

.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}


/*------------------------------------ HEADER -------------------------------------------- */
#menu.opened {
	background: #868275!important;
}
#menu {
	    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
#menu.scroll {
	    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
	height: 54px;
}

/* menu icon anim */		
.navbar-toggler {
  background: none;
  border: none!important;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: 0;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin: 4px 0 4px 0;
  transition: all 0.2s;
}

.navbar-dark .navbar-toggle {
	border:0px!important;
}

.navbar-dark .navbar-toggler .icon-bar {
  background: #ffffff;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}
/* menu icon anim */	



a.nav-link , a:hover.nav-link {
	color: #FFF!important;
	text-align: left;
	padding-left: 50px;
	font-size: 2rem;
	line-height: 1.1 ;
	font-weight: 500;
}
.menu_margin {
	padding-left: 70px;
	padding-bottom: 135px;
}
@media (min-width: 768px) {
	a.nav-link , a:hover.nav-link {
		font-size: 2.5rem;
		padding-left: 150px;
		line-height: 1.5 ;
	}
	.menu_margin {
	text-align: left;
	padding-bottom: 150px;
	padding-left: 250px;
}
}
@media (min-width: 1180px) {
	a.nav-link , a:hover.nav-link, .menu_margin {
		padding-left: 200px;
	}
	.menu_margin {
	text-align: left;
	padding-bottom: 200px;
	padding-left: 400px;
}
}

header {
	z-index: 999999!important;
	background:url('../images/bg.jpg'); 
	background-size: cover; 
	background-position: 50% 50%; 
	height: 100vh;
}
	header .bg-dark {
		background-color: rgba(52, 58, 64, 0)!important;
	}
	header .bg-dark.scroll {
		background-color: rgba(52, 58, 64, 0.8)!important; 
	}

	#navbarHeader .row  {
		height: 100vh;
		background-color: #868275!important;
		 display: flex;
    align-items: center;
    justify-content: center;
	}
	.navbar-nav {
		width:100%;
	}
	.navbar-nav .nav-item {
		width: 100%;
		text-align: center;
	}


.navbar-expand-md .navbar-nav .nav-link {
    padding:.3rem .8rem!important;
}

header .bg-dark.special_dark {
	background-color: rgba(52, 58, 64, 1)!important;
}

.navbar-brand, .navbar-brand:hover, a.navbar-brand, a:hover.navbar-brand{
		color: #FFFFFF!important;
	font-size: 1.6rem!important;
	font-weight: 700;
	}	

#main_title {
	opacity: 0;
	position: absolute;
 bottom: 180px;
  left: 50%;
  transform: translate(-50%);
	animation: fadeIn 5s;
	animation-fill-mode: forwards;
}
#second_title {
	opacity: 0;
	position: absolute;
 bottom: 130px;
  left: 50%;
  transform: translate(-50%);
	animation: fadeIn 5s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@media (max-width: 768px) {
#main_title {
	top:45%;
	left: 5%;
	transform: translateX(0);
	}
#second_title {
	top:50%;
	left: 5%;
	transform: translateX(0);
	}
}


#scroll-down {
	opacity: 0;
	animation: fadeIn 5s;
	animation-delay: 0.8s;
	animation-fill-mode: forwards;
	width: 60px;
	height: 60px;
	/*border: 2px solid #fff;
	border-radius: 50%; */
	position: absolute;
	bottom: 70px;
	left:50%;
	transform: translateX(-50%);
}
#scroll-down::before {
		content: '';
		position: absolute;
		top: 15px;
		left: 18px;
		width: 18px;
		height: 18px;
		border-left: 2px solid #fff;
  		border-bottom: 2px solid #fff;
		transform: rotate(-45deg);
}


/*------------------------------------ HEADER -------------------------------------------- */


/*------------------------------------ main -------------------------------------------- */

main {
	position: relative;
	z-index: 4;
	background-color:  rgb(243, 239, 226);
	margin-bottom: 474px;
	padding-bottom: 10px;
	margin-top: -45px;
	padding-top: 45px;
}

/*------------------------------------ main -------------------------------------------- */


/*------------------------------------ FOOTER -------------------------------------------- */

footer {
background-color: #cdc8b4!important;
z-index: 3!important;
}
@media (max-width: 768px) {
	footer.fixed-bottom {
		position: relative;
	}
}
/*------------------------------------ FOOTER -------------------------------------------- */

/*------------------------------------ SWIPER -------------------------------------------- */
    .swiper {
      width: 100%;
    }

    .swiper-slide {
      text-align: center;
	 margin-bottom: 15px;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
    }
	
.swiper-slide p.p-absolute {
	padding: 0;
	margin: 0;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mySwiper .swiper-pagination {
	top: auto!important;
	bottom: 5px!important;
	left:85px;
	width: 220px!important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #000!important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled, .swiper-button-next, .swiper-button-prev {
    top: auto;
	bottom: 0px;
	height: 16px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-next{
	left:30px;
}
.swiper-button-next, .swiper-button-prev {
    color:#000;
}
.swiper-button-next{
margin-left: 15px;
	margin-right: 15px;
}
.swiper-button-prev {
margin-right: 15px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 18px;
}
/*------------------------------------ SWIPER -------------------------------------------- */

/* boostrap en plus */
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }
}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
}

/* XXL large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) {
    .w-xxl-100 {
        width: 100% !important;
    }

    .w-xxl-75 {
        width: 75% !important;
    }

    .w-xxl-50 {
        width: 50% !important;
    }

    .w-xxl-25 {
        width: 25% !important;
    }

    .h-xxl-100 {
        height: 100% !important;
    }

    .h-xxl-75 {
        height: 75% !important;
    }

    .h-xxl-50 {
        height: 50% !important;
    }

    .h-xxl-25 {
        height: 25% !important;
    }
}
/* FIN boostrap en plus */