@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500;700&display=swap');
html{overflow-x: hidden;}
body{
	background-color: #151515;
	color: white;
	overflow-x: hidden!important;
	background-image: url('../img/illu-fond.png');
	background-size: 90%;
	background-attachment: fixed;
	background-position: right center;
	background-repeat: no-repeat;
	font-family: "nimbus-sans", sans-serif;
}
html::-webkit-scrollbar{
	background-color: transparent;
	width: 2px;
}
html::-webkit-scrollbar-thumb{
	background-color: #00DBDE;
	background-image: linear-gradient(195deg, #00DBDE 0%, #FC00FF 100%);
}
p{
	color: #969696;
	font-size: .8rem;
}
.landing{
	background-image: url('../img/landing.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	display: block;
	position: relative;
	filter: blur(5px);
}
.landing::before{
	content:"";
	position: absolute;
	height: 100%;
	width:100%;
	left:0;
	right:0;
	top:0;
	margin: 0 auto;
	display: block;
	background-color: black;
	opacity: .5;
}
/* BANDEAU LANDING */
.bandeau{
	position: absolute;
	height: 100vh;
	width: 100vw;
	top: 0;
	overflow: hidden;
}
.bandeau > p{
	font-size: 200px;
	font-weight: 900;
	color: white!important;
	position: absolute;
	height: 33%;
	width: fit-content;
	margin: 0 auto;
	display: block;
	white-space: nowrap;
}
.defil1{
	top: 5%;
	left: 0;
	animation: 15s linear 0s infinite running txt;
}
.defil2{
	top:33%;
	right: 0;
	animation: 15s linear 0s infinite running txtautre;
}
.defil3{
	top: 61%;
	left: 0;
	animation: 15s linear 0s infinite running txt;
}
@keyframes txt{
  from { left:0; }
  to { left: -3347px;}
}
@keyframes txtautre{
  from { right:0; }
  to { right: -3349px;}
}


.logo{
	position: fixed;
	top: 0;
	left: 0;
	margin: 30px;
	z-index: 99999;
}
.logo img{
	height: 30px;
  width: auto;
}
.container{
	margin-top: 50px;
}
h1, h4{
	font-weight: 600;
}
h4{
	text-align: center;
	font-size: 2rem;
}
h5{
	font-weight: 600;
}
h2{
	text-transform: capitalize;
	position: relative;
	display: block;
	width: fit-content;
	font-weight: 600;
}
h2::after{
	content:"";
	position: absolute;
	height: 100%;
	width:110%;
	left:-5%;
	top:0;
	margin: 0 auto;
	display: block;
	z-index: -1;
	background-image: url('../img/fond_a_menu.png');
	background-repeat: no-repeat;
	background-size: 600px;
	background-position: center;
	opacity: .2;
}
h1{
	font-size: 1rem;
	text-transform: uppercase;
}
h1 span{
	opacity: .4;
}
/************************************* MENU *************************************/
.noscroll{
	overflow-y: hidden;
}
.menu{
  position: inherit;
}
.menu_b{
  background-color: rgba(0,0,0,0);
  width: 100%;
	top:0;
  height: 100%;
  transition: all .3s ease-in;
}
.menu_b_k{
  z-index: 1000000;
	position: fixed;
	top:0;
  background-color: rgba(0,0,0,.5);
  transition: all .3s ease-in;
}
.menu_burger{
  position: fixed;
  right: 0;
	top:0;
  display: block;
  padding: 30px;
  cursor: pointer;
  z-index: 99;
  margin-right: 20px;
}

.min_burg span:nth-child(1)::after{
  transform: translateY(9px);
  transition: transform .2s ease-in, opacity .2s ease-in .1s;
  opacity: 0;
}
.min_burg span:nth-child(2)::after{
  transform: scaleX(0);
  transition: transform .2s ease-in, opacity .2s ease-in .1s;
  opacity: 0;
}
.min_burg span:nth-child(3)::after{
  transform: translateY(-9px);
  transition: transform .2s ease-in, opacity .2s ease-in .1s;
  opacity: 0;
}
.menu_burger_close{
  position: fixed;
  right: 30px;
  margin-top: 14px;
	top:0;
  display: block;
  padding: 30px;
  margin-right: 20px;
  cursor: pointer;
  z-index: 9;
  transition: all .2s ease-in;
}
.menu_burger span::after{
  content: "";
  display: block;
  height: 4px;
  width: 30px;
  background-color: white;
  margin:5px 0;
  transition: all .2s ease-in;
}
.menu_burger_close span::after{
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  width: 30px;
  background-color: white;
  transition: transform .2s ease-in 0s, background-color .2s ease-in .3s;
}
.cross span:nth-child(1)::after{
  transform: rotate(45deg);
  background-color: #fff;
  transition: transform .2s ease-in .3s, background-color .2s ease-in .2s;
}
.cross span:nth-child(2)::after{
  transform: rotate(-45deg);
  background-color: #fff;
  transition: transform .2s ease-in .3s, background-color .2s ease-in .2s;
}
.menu_container{
  position: fixed;
  background-color: rgba(0,0,0,1);
  width: 300px;
	height: 100%;
  color: #fff;
  right:-100%;
  top: 0;
  transition: all .2s linear;
  opacity: 0;
}
.menu_container_app{
  right:0;
  top:0;
  opacity: 1;
  transition: all .2s linear;
}
.menu_container ul{
  padding: 100px 0;

  height: 100%;
  width: 100%;
  text-align: left;
}
.menu_container li{
  padding: 10px;
  font-size: 1.5em;
	padding-right: 50px;
	text-align: right;
}
.menu_container li a{
	color: white;
	padding: 5px;
	position: relative;
	transition: all ease .5s;
}
.menu_container li a::after{
	content:"";
	position: absolute;
	height: 100%;
	width:100%;
	left:0;
	right:0;
	top:0;
	margin: 0 auto;
	display: block;
	z-index: -1;
	background-image: url('../img/fond_a_menu.png');
	background-size: 500px;
	background-position: center;
	opacity: .2;
	transition: all ease .5s;
}
.menu_container li a:hover::after{
	opacity: 1;
	transition: all ease .5s;
	background-size: 1000px;
	background-color: white;
}
.menu_container li a:hover{
	opacity: 1;
	transition: all ease .5s;
	color: black;
}
/************************************* FIN MENU *************************************/

/* Offers Section */
.boostYourWebsite .offersList {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.offerItem {
	border-radius: 25px;
	background-color: #fff;
	padding: 30px;
	margin: 0 24px;
	height: 610px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.top {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.offerItem h3 {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: -webkit-linear-gradient(90deg, #2D48C1 0%, #D700BD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin-bottom: 0;
}

.offerItem p span {
	font-size: 24px;
	line-height: 28px;
	color: black;
}

.offerItem .divider {
	width: 120px;
	height: 1px;
	background: linear-gradient(90deg, #2D48C1 0%, #D700BD 100%);
	margin: 15px 0;
}

.offerItem ul {
	margin-top: 24px;
	padding: 0;
}

.offerItem .reminderOffer {
	font-size: 14px;
	line-height: 16px;
	color: black;
	margin-top: 24px;
}

.offerItem .offer-icon {
	width: 91px;
	height: 91px;
}

.offerItem .offer-icon-plus {
	width: 30px;
	height: 30px;
	margin-top: 24px;
}

.offerItem li {
	font-size: 14px;
	line-height: 16px;
	color: black;
	margin-bottom: 18px;
	position: relative;
}

.offerItem li:before {
	content: "";
	background-image: url(../img/check.png);
	background-size: contain;
	width: 24px;
	height: 24px;
	position: absolute;
	left: -15%;
	top: 50%;
	transform: translateY(-50%);
}

.offerItem .allInclusiveList li:before {
	left: -20%;
}

.offerItem li:last-child {
	margin-bottom: 0;
}

.offerItem .bottom p {
	padding-bottom: 16px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.offerItem {
		margin: 24px 0;
	}
}

/* expertises */
.expertises, .competence{
	position: relative;
}
.expertises h3{
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: capitalize;
}
/* .expertises::after, .competence::after{
	content:"";
	position: absolute;
	height: 100%;
	width:100%;
	right:-20%;
	bottom:-20%;
	margin: 0;
	z-index: -1;
	background-image: url('../img/globe.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: .1;
	transition: all ease .5s;
} */
.expertises-item1, .expertises-item2, .expertises-item3{
	position: relative;
	padding: 60px 20px 0px;
	margin: 20px 0;
}
.expertises-item1::after, .expertises-item2::after, .expertises-item3::after{
	content:"";
	position: absolute;
	height: calc(100% - 30px);
	width:2px;
	left:0px;
	bottom:0;
	margin: 0;
	display: block;
	z-index: -1;
	background-color: #00DBDE;
	background-image: linear-gradient(195deg, #00DBDE 0%, #FC00FF 100%);
}
.expertises-item1::before{
	content:"01";
	font-family: 'Roboto Mono', monospace;
	font-weight: 700;
	color: #969696;
	position: absolute;
	height: 10px;
	width:2px;
	left:-6px;
	top:5px;
	margin: 0;
	display: block;
	z-index: -1;
}
.expertises-item2::before{
	content:"02";
	font-family: 'Roboto Mono', monospace;
	font-weight: 700;
	color: #969696;
	position: absolute;
	height: 10%;
	width:2px;
	left:-6px;
	top:5px;
	margin: 0;
	display: block;
	z-index: -1;
}
.expertises-item3::before{
	content:"03";
	font-family: 'Roboto Mono', monospace;
	font-weight: 700;
	color: #969696;
	position: absolute;
	height: 10%;
	width:2px;
	left:-6px;
	top:5px;
	margin: 0;
	display: block;
	z-index: -1;
}
.image-projet{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.logo-projet{
	position: absolute;
  height: auto;
  width: auto;
  max-height: 50px;
  max-width: 150px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: calc(50% - 25px);
}
.projet{
	margin-top:30px;
	margin-bottom: 70px;
}
.projet .col-md-4{
	position: relative;
	padding: 0;
}
.btn-switch{
	width: fit-content;
	margin: 20px auto 0;
	border-radius:5px;
	background-color: #00DBDE;
	background-image: linear-gradient(195deg, #00DBDE 0%, #FC00FF 100%);
	transition: all .5s ease;
	font-size: .9rem;
}
.btn-switch a, .btn-switch input{
 color: white;
 padding: 14px 25px 12px;
 font-size: .9rem;
 display: block;
}
.btn-submit{
	color: white;
	padding: 14px 25px 12px;
	font-size: .9rem;
	display: block;
	border: 0;
 }
.brands {
     width: 60%;
     padding-top: 0;
     padding-bottom: 0;
		 margin: 0 auto;
 }

 .brands_slider_container {
     height: 130px;
     padding-left: 97px;
     padding-right: 97px;
 }

 .brands_slider {
     height: 100%;
     margin: 20px 0;
 }

 .brands_item {
     height: 100%
 }

 .brands_item img {
     max-width: 100%
 }

 .brands_nav {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     padding: 5px;
     cursor: pointer
 }

 .brands_nav i {
     color: #e5e5e5;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .brands_nav:hover i {
     color: #676767
 }

 .brands_prev {
     left: 40px
 }

 .brands_next {
     right: 40px
 }
.brands > .container{
	margin:0;
}
.footer{
	text-align: center;
	margin: 50px auto 0;
	padding: 50px 0;
	background-color: #1B1B1B;
}
.footer a{
	color: white;
	font-size: .9rem;
}

.container-page-projets{
	margin-top:160px;
}
.container-page-projets .col-md-4{
	padding:0
}
.competence-picto{
}
.competence-picto img{
	width: auto;
	height: 30px;
	object-fit: contain;
	margin-left:auto;
}
.competence{
	margin-top:30px;
}
.contact{
	margin-top:160px;
}
.contact .center{
	text-align: left;
	padding-left: 30%;
}
.contact .center a{
	padding-left: 0;
}
.contact a{
	color: white;
	padding: 14px 25px 12px;
  font-size: .9rem;
  display: block;
}
.contact > .row{
	margin-top: 30px;
	margin-bottom: 50px;
}

/* FORM */
.form-control{
	background-color: transparent;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	border-radius: 0;
	color: white;
}
.form-control:focus{
	background-color: transparent;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #00DBDE;
	border-radius: 0;
	color: white;
	box-shadow:none;
}
.btn-formu{
	margin-top: 15px;
}
.btn-formu:hover{
	cursor: pointer;
}
.md-form{
	margin-bottom: 15px!important;
}
.cont{
	justify-content: center;
  display: flex;
  flex-direction: column;
}
input{
	padding-top:0
}

/* PROJET DETAILS */
.projet-detail{
	margin-top: 160px;
}
.categorie{
	background: -webkit-linear-gradient(195deg, #00DBDE 0%, #FC00FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-weight: 600;
}
.projet-detail img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.projet-detail .btn-switch{
	margin-top: 100px;
	margin-bottom: 100px;
}
.projet-detail .col-md-6, .projet-detail .col-md-12{
	padding:0;
}
.projet-description{
	margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 7vw!important;
}
.projet-description h2{
	margin: 0;

}
.projet-description h3{
	margin-top: 0;
	font-size: .8em;
}
.projet-description h2::after{
	display: none;
}










/* SEULEMENT SUR DESKTOP ENCULUX */
@media screen and (min-width: 768px){
	h2{margin: 100px 0; font-size: 2.6rem}
	h1{font-size:1.4rem}
	.zoulou{max-width: 560px;}
	.laperf{margin-top:50px}
	#footer img{margin-left: auto;height:40px; width: auto;margin-right: 50px;}
	#footer a{display:block;margin-bottom: -10px;}
	#footer .col-md-2:first-child{padding-left: 50px;text-align: right;}
	#footer .col-md-2:nth-child(2){text-align: left;}
	#footer .col-md-2{display: flex; flex-direction: column; justify-content: end;}
	#footer .col-md-8{display: flex; flex-direction: column; justify-content: center;}
	.laconftucoco{margin-top:110px;}
}

/* VERSION MOBILE ENCULUX */
@media screen and (max-width: 768px) {
	.competence{
		margin-top: 50px;
	}
	.logo img{
		height: 22px;
	}
	.menu_burger, .menu_burger_close{
		padding:22px;
		margin-right: 0;
	}
	.menu_container ul{
		display: flex;
    flex-direction: column;
    justify-content: center;
	}
	.contact .center{
		padding-left: 0
	}
	.competence-picto img{
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	#footer img{height:40px; width: auto;margin: 50px auto;}
	.footer .col-xs-6{
		width: 50%;
		text-align: left;
	}
	.footer .col-xs-6:first-child{
		padding-left: 40px;
		width: 40%;
		text-align: right;
	}
	.footer{
		padding-bottom: 0
	}
	.brands{
		width: 100%;
	}
	.expertises::after, .competence::after{
		right:0;
		bottom:0;
	}
	.expertises-item1, .expertises-item2, .expertises-item3{
		padding-left:50px;
	}
	.expertises-item1::after, .expertises-item2::after, .expertises-item3::after{
		left:20px;
	}
	.expertises-item1::before, .expertises-item2::before, .expertises-item3::before{
		left:14px;
	}
	.projet .col-md-4{
		padding: 0
	}
	.contact .center{
		text-align: left;
	}
	.cont{
		margin-bottom: 50px;
	}
	.container{
		padding-left: 30px;
		padding-right:30px;
	}
	.menu_container{
		width: 100%;
	}
	.menu_container li{
		text-align: center;
		padding-right:0;
	}
}

.buttons {
	padding: 16px 54px;
	background: linear-gradient(90deg, #2D48C1 0%, #D700BD 100%);
	color: white;
	font-size: 16px;
	border-radius: 5px;
}

.buttons:hover {
	color: white;
}