body{
	margin:0
}



:root {
    --h1-gradient-angle: 90deg;
    --h1-gradient-stop-1-color: #396cfb;
    --h1-gradient-stop-2-color: #6ec900;
    --h1-gradient-stop-1-position: 0%;
    --h1-gradient-stop-2-position: 100%;
    --h1-gradient-fallback: var(--h1-gradient-stop-2-color);

}

.menu-on {
	--h1-gradient-stop-1-position: 10%;
   		--h1-gradient-stop-2-position: 130%;
    	-webkit-text-fill-color: transparent;
    	text-fill-color: transparent;
    	-webkit-background-clip: text;
	background-image: linear-gradient(var(--h1-gradient-angle),var(--h1-gradient-stop-1-color) var(--h1-gradient-stop-1-position),var(--h1-gradient-stop-2-color) var(--h1-gradient-stop-2-position)); 
}


bleu {
	color: #396cfb !important;
}

vert {
	color: #6ac600 !important;
}

ul li::before {
	content: "●";
	color: rgb(23, 132, 197, 1);
	margin: 0px 10px -20px -20px;
}

.ulblanc li::before {
	content: "●";
	color: #FFF;
	margin: 0px 10px -20px -20px;
}

.ulblanc ul {
	color: #FFF !important;
}

.ulblanc li {
	color: #FFF !important;
}

ul {
	float: left;  
	clear: both;                      
	margin: 0px 0 10px -20px;
	list-style: none;
}
              

li {
	float: left;
	clear: both;
	font-family: 'Arial', sans-serif;
	font-weight: regular;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -.3px;
	text-align: left;
	margin-top: 10px;
	
}

.gulfstar-legend {
	float: left;
	clear: both;
	font-size: 15px;
	line-height: 19px;
	text-align: left;
	margin-bottom: -5px !important;
	
}



.menu-off {
	color:  rgba(255, 255, 255, 0.4) !important;
}
.menu-off:hover {
	color:  rgba(255, 255, 255, 1) !important;
}



a {
	text-decoration:none;
	color: rgb(23, 132, 197, 1);
	-moz-transition:.4s;
	-o-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s
}

a:hover {
	color: rgb(23, 132, 197, 1);
}

hr {
	border: 0px; 
	background-color: #004d92; 
	height: 1px; 
	width: 50px;
	margin: 15px auto 20px auto;
}



 	



@media (min-width: 0px) and (max-width: 1099px) { 

	body{
		font-family: 'Arial', sans-serif;
		font-style:normal;
		-webkit-font-smoothing:antialiased;
		font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
		background-color: #fff;
	}

	.mobile-hide {
		display: none;
	}

	.desktop-hide {
		display: in-line;
	}
	
	
table {
  border-collapse: collapse;
  border: 1px solid #396bfb;
	font-size: 13px;
	line-height: 16px;
}

caption {
  caption-side: bottom;
  padding: 10px;
  font-weight: bold;
}

thead,
tfoot {
  background-color: #396bfb;
  color: #FFF;
}

th,
td {
  border: 1px solid #396bfb;
  padding: 8px 10px;
}

td:last-of-type {
  text-align: center;

}
.tab-doc {
	width: 100%;
}
.tab-doc-td1 {
	width: 30%;
}

.tab-doc-td2 {
	width: 70%;
}
	
	p {
		float: left;
		color: #000;
		font-family: 'Arial', sans-serif;
		font-weight: regular;
		font-size: 22px !important;
		line-height: 26px;
		letter-spacing: -.1px;
		text-align: left;
		margin-top: 0px;
	}

	.p-small {
		float: left;
		color: #000;
		font-family: 'Arial', sans-serif;
		font-weight: regular;
		font-size: 19px;
		line-height: 25px;
		letter-spacing: -.1px;
		text-align: left;
		margin-top: 0px;
	}
	
	.p-small-center {
		float: left;
		color: #000;
		font-family: 'Arial', sans-serif;
		font-weight: regular;
		font-size: 19px;
		line-height: 25px;
		letter-spacing: -.1px;
		text-align: left;
		margin-top: 0px;
	}


	.bx-wrapper {
		position: relative;
		top: 0px;
		height: 90vh;
	}
	.slider .slide {
		display: table;
		position: relative;
		height: 90vh;
		background-position-x: 25%;
		background-position-y: 0%;
		background-repeat: no-repeat;
		background-size: cover;
	}	
	
	.slide-1 {
		float: left; 
		position: relative; 
		background-image: url('../img/slide-1.jpg') !important;
	}
	
	.slide-2 {
		float: left; 
		position: relative; 
		background-image: url('../img/slide-2.jpg') !important;
	}
	
	.slide-3 {
		float: left; 
		position: relative; 
		background-image: url('../img/slide-3.jpg') !important;
	}
	
	
	.slider-subtitle {
		margin: 0 5%;
		color: #FFF;
		font-family: 'Arial', sans-serif;
		font-weight: regular;
		font-size: 20px;
		line-height: 23px;
		letter-spacing: -.1px;
		text-align: center;
	}
	
	.big-number {
		float: left;
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 150px;
		line-height: 150px;
		letter-spacing: -3px;
		margin: 0% 0px 5px 10%;
	}
	
	.big-number-legend {
		float: left;
		font-family: 'Arial', sans-serif;

		color: #000;
		font-size: 14px;
		line-height: 14px;
		letter-spacing: -.3px;
		margin: -20px 0px 5px 30%;
	}
	
	.big-title {
		clear: both;
		float: left;
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 50px;
		line-height: 44px;
		letter-spacing: -3px;
		margin: 50px 0px 5px 10%;
		width: 66%;
		text-align: left !important;
	}
	
	
	
	.big-subtitle {
		clear: both;
		float: left;
		font-family: 'Arial', sans-serif;
		font-weight: regular;
		color: #333;
		font-size: 20px;
		line-height: 23px;
		letter-spacing: -.1px;
		margin: 0px 0px 0px 10%;
		width: 80%;
		text-align: left !important;
	}

	.title {
		font-family: 'Arial', sans-serif;
		font-weight: bold;
 		font-size: 35px;
 		line-height: 35px;
		letter-spacing: -2px;
		color: #000;
		margin: 50px 10% 5px 10%;
	}
	
	.subtitle {
		font-family: 'Arial', sans-serif;
		font-weight: regular;
		color: #333;
		font-size: 20px;
		line-height: 23px;
		letter-spacing: -.1px;
		margin: 0px 16% 50px 16%;
	}


	h1 {
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 60px;
		line-height: 45px;
		letter-spacing: -4px;
		padding: 10px 0 10px 0;
		margin: 0% 0px 0px -3px;
		text-align: left;
		width: 100%;
		--h1-gradient-stop-1-position: 20%;
   		--h1-gradient-stop-2-position: 80%;
    	-webkit-text-fill-color: transparent;
    	text-fill-color: transparent;
    	-webkit-background-clip: text;
		background-image: linear-gradient(var(--h1-gradient-angle),var(--h1-gradient-stop-1-color) var(--h1-gradient-stop-1-position),var(--h1-gradient-stop-2-color) var(--h1-gradient-stop-2-position));
	}
	
	h1b {
		float: left;
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 70px;
		line-height: 50px;
		letter-spacing: -4.5px;
		margin: 0% 0px 20px 0px;
		padding: 0 5px 5px 0;
		text-align: left;
		
		--h1-gradient-stop-1-position: 20%;
   		--h1-gradient-stop-2-position: 80%;
    	-webkit-text-fill-color: transparent;
    	text-fill-color: transparent;
    	-webkit-background-clip: text;
		background-image: linear-gradient(var(--h1-gradient-angle),var(--h1-gradient-stop-1-color) var(--h1-gradient-stop-1-position),var(--h1-gradient-stop-2-color) var(--h1-gradient-stop-2-position));
	}
	
	
	.commeh2{
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #fff;
		font-size: 50px;
		line-height: 47px;
		letter-spacing: -3px;
		margin: -5% 0px 0px 0px;
		--h1-gradient-stop-1-position: 20%;
   		--h1-gradient-stop-2-position: 80%;
    	-webkit-text-fill-color: transparent;
    	text-fill-color: transparent;
    	-webkit-background-clip: text;
		background-image: linear-gradient(var(--h1-gradient-angle),var(--h1-gradient-stop-1-color) var(--h1-gradient-stop-1-position),var(--h1-gradient-stop-2-color) var(--h1-gradient-stop-2-position));
	}


	h2{
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #fff;
		font-size: 50px;
		line-height: 40px;
		letter-spacing: -3px;
		padding: 0 0 10px 0;
		margin: -5% 0px 0px 0px;
		text-align: left;
		--h1-gradient-stop-1-position: 10%;
   		--h1-gradient-stop-2-position: 80%;
    	-webkit-text-fill-color: transparent;
    	text-fill-color: transparent;
    	-webkit-background-clip: text;
		background-image: linear-gradient(var(--h1-gradient-angle),var(--h1-gradient-stop-1-color) var(--h1-gradient-stop-1-position),var(--h1-gradient-stop-2-color) var(--h1-gradient-stop-2-position));
	}
	
	
	h3{
		float: left;
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #FFF;
		font-size: 35px;
		line-height: 30px;
		letter-spacing: -2px;
		margin: 0% 0 0px 5% !important;
		text-align: left;
		width: 90%;

	}
	
	h3 p {
		float: left;
		margin: 10px 0 20px 0;
		font-weight: 400 !important;
		font-size: 22px !important;
		line-height: 26px;
		letter-spacing: -.1px;
		color: #FFF;
		text-align: left;
	}
	
	h4 {
		float: left;
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 35px;
		line-height: 30px;
		letter-spacing: -2px;
		margin: 0% 0px 20px 0px;
		float: left;
		text-align: left !important;
	}
	
	h5 {
		float: left;
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 35px;
		line-height: 30px;
		letter-spacing: -2px;
		margin: 0% 0px 20px 5%;
		text-align: left important;
	}
	
	
	h6{
		float: left;
		width: 83%;
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 20px;
		line-height: 22px !important;
		letter-spacing: -.7px;
		margin: 0 0px 0px 0px;
	}
	
	h7{
		float: left;
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 15px;
		line-height: 20px !important;
		letter-spacing: -.7px;
		margin: 0% 0px 0px 0px;
	}
	
	h7 li {
		
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 15px;
		line-height: 20px !important;
		letter-spacing: -.7px;
		margin: 10px 0px 0px 0px;
	}
	

	
	.check-services {
		float: left;
		clear: both;
		width: 17%;
		margin: -3% 0 0 -20%;
	}
	
	.check {
		float: left;
		clear: both;
		width: 50px;
		margin: -15px 0 0 -20px;
	}
	
	.check2 {
		float: left;
		clear: both;
		width: 50px;
		margin: -10px 0px 0 10px !important;
	}
	
	.div-20-text-services {
		float: left;
	  	position: relative;
		width: 55%;
    	padding: 10% 10% 10% 15%;
    	margin: 10% 10% 0% 10%;
    	background-color: #EEE;
    	border-radius: 10px;
	}
	
	.div-25-text-services {
		float: left;
	  	position: relative;
		width: 55%;
    	padding: 10% 10% 10% 15%;
    	margin: 10% 10% 0% 10%;
    	background-color: #EEE;
    	border-radius: 10px;
	}
	
	.div-100-text-sustain {
		float: left;
	  	position: relative;
		width: 70%;
    	padding: 10% 5% 5% 5%;
    	margin: 10% 10% 10% 10%;
    	background-color: #EEE;
    	border-radius: 10px;
	}
	
		
	.div-50-text-partners {
		float: left;
	  	position: relative;
		width: 60%;
    	padding: 10% 10% 10% 10%;
    	margin: 10% 10% 0% 10%;
    	background-color: #EEE;
    	border-radius: 10px;
	}
	
	.div-25-text-team {
		float: left;
	  	position: relative;
		width: 55%;
    	padding: 10% 10% 10% 15%;
    	margin: 10% 10% 0% 10%;
    	background-color: #EEE;
    	border-radius: 10px;
	}
	
	.div-50-text-team {
		float: left;
	  	position: relative;
		width: 80%;
    	padding: 10% 0% 10% 0%;
    	margin: 10% 10% 0% 10%;

    	border-radius: 10px;
	}

	.margin-top-50 {
		margin: 0px 0 0 0 !important;
	}
	
	p {
		font-size: 17px;
	}
	
	.read-more {
		font-size: 15px;
		line-height: 19px;
		text-align: left;
	}

	.logo {
		float: left;
  		position: absolute;
		z-index: 100;
		top: 0px;
		left: 20px;
		width: 240px;
	}
	
	.logo-others {
		height: 40px;
		margin : 0 10px;
	}
	
	.logo-others-segment {
		float: left;
		background-color: #fff !important;
		text-align: center; 
		padding: 10% 5% 10% 5%; 
		width: 90% !important;
	}
	
	.menu-language {
		float: right;
 	 	position: absolute;
		z-index: 13;
		font-family: 'Nunito', sans-serif;
		font-weight: 500;
 		font-size: 14px;

 
		text-transform : uppercase;
		top: 4%;
		right: 5%;

		color: #FFF;
		text-align: right;
	}


	.bg-lines {
		background-image: url('../img/bg-lines.jpg') !important;
		background-size: 100%;
		background-repeat: repeat;
	}
	
	.logo-propositions {
		background-image: url('../img/slide-1.jpg') !important;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.div-100 {
		float: left;
  		position: relative;
		width: 100%;
	}
	
	.div-100-padding {
		float: left;
	  	position: relative;
		width: 80%;
		padding: 35px 10% 5% 10%;
	}
	
	.div-75 {
		float: left;
	  	position: relative;
		width: 80%;
		padding: 35px 10% 5% 10%;
	}
	
	.div-67-image {
		float: left;
	  	position: relative;
		width: 90%;
		padding: 10% 3% 15% 7%;
	}
	.div-67-video {
		float: left;
	  	position: relative;
		width: 100%;
		padding: 0%;
	}
	
	
	.div-66 {
		float: left;
	  	position: relative;
		width: 80%;
		padding: 35px 10% 5% 10%;
	}
	
	.div-33 {
		float: left;
	  	position: relative;
		width: 71%;
		padding: 35px 10% 5% 10%;
	}
	
	.div-33-image {
		float: left;
	  	position: relative;
		width: 100%;
   		 height: 270px;	
	}
	
	.div-33-video {
		float: left;
	  	position: relative;
		width: 100%;
		padding: 0%;
	}
	
	.div-34-image {
		float: left;
	  	position: relative;
		width: 100%;
    	height: 270px;
	}
	
	.div-50 {
		float: left;
	  	position: relative;
		width: 80%;
		padding: 35px 10% 5% 10%;
	}

	
	.div-50-text {
		float: left;
	  	position: relative;
		width: 100%;
		padding: 0% 0% 7% 0%;
	}
	
	.div-50-text2 {
		float: left;
	  	position: relative;
		width: 80%;
    	padding: 10% 10% 0% 10%;
    	margin: 0 0 2% 0;
	}
	
	.div-50-text3 {
		float: left;
	  	position: relative;
		width: 90%;
		padding: 0% 5% 7% 5%;
	}
	
	.quote {
		background-size: cover; 
		background-repeat: no-repeat;
		padding: 10% 5% 7% 5%;
		width: 90%;
	}
	
	.div-33-padding-10 {
		float: left;
	  	position: relative;
 	 	text-align: left;
		width: 100%;
		margin: 0%;
		background-repeat: no-repeat !important;
    	background-size: cover !important;
    	background-position-y: center;
    	background-position-x: 30%;
	}
	
	.div-33-padding-10-gris {
		float: left;
	  	position: relative;
 	 	text-align: left;
		
		background-color: #fff;
		padding: 0 12%;
		margin: 0 0 0 -12%; 
		width: 100%;
	}
	
	.div-33-text {
		float: left;
	  	position: relative;
		width: 80%;
    	padding: 10% 10% 0% 10%;
    	margin: 0 0 2% 0;
	}
	
	.div-33-text2 {
		float: left;
	  	position: relative;
		width: 85%;
    	padding: 10% 8% 0% 7%;
	}
	
	.comme-33 {
		float: left;
	  	position: relative;
		width: 85%;
    	padding: 10% 8% 0% 7%;
	}
	
	.div-34 {
		float: left;
	  	position: relative;
		width: 100%;
    	height: 270px;
    	text-align: center;
	}
	
	
	
	.div-25 {
		float: left;
	  	position: relative;
		width: 100%;
    	height: 280px;
    	text-align: center;
	}
	
	.div-25-text {
		float: left;
	  	position: relative;
		width: 82%;
    	padding: 10% 8% 0% 10%;
	}
	
	.div-25-text2 {
		float: left;
	  	position: relative;
		width: 85%;
    	padding: 10% 8% 0% 7%;
	}
	
	.div-25-padding-10 {
		float: left;
	  	position: relative;
 	 	text-align: left;
		width: 85%;
		padding: 0% 5% 0% 10%;
		margin-top: 0%;
	}
	
	.div-20 {
		float: left;
	  	position: relative;
 	 	text-align: left;
		width: 100%;
		padding: 0%;
		margin: 0%;
		background-repeat: no-repeat !important;
    	background-size: cover !important;
    	background-position-y: center;
    	background-position-x: 20%;
	}
	
	.padding-25 {
		padding: 0% 10% 0% 10%;
		width: 70% !important;
	}
	
	.padding-20 {
		padding: 0 10% 2% 10%;
		width: 80% !important;
	}
	
	.height-services {
		height: 150px;
	}
	
	.height-testimonials {
		height: 400px;
	}
	
	.header-pages {
		height: 150px;
	}
	
	.diapo {
		min-height: 230px;
	}

	.gulfstar-news-bloc-title {
		font-family: 'Nunito', sans-serif;
		font-weight: 600;
		font-size: 17px;
		color: #777;
		margin-top: 50px;
	}

	.gulfstar-news-article-title {
		font-family: 'Cinzel', sans-serif;
		font-weight: 500;
		font-size: 21px;
		line-height: 23px;
	
		color: #333;
		margin: -15px 10% -9px 10%;
	}

	.gulfstar-news-article-date {
		font-family: 'Nunito', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #aaa;
		margin-top: 10px;
	}
	

	.graph-home {
		width: 90% !important; 
		margin: 0 5% 0 5% !important;
	}
	
	.gulfstar-testimonial {
		position: absolute;
  		bottom: 0;
		right: 0;
		background-color: rgb(0, 0, 0, .5);
		padding: 3%;
		width: 35%;
		
		color: #fff;
		font-family: 'Cinzel', sans-serif;
		font-weight: 400;
		color: #fff;
		font-size: 16px;
		line-height: 18px;
	}
	
	.gulfstar-testimonial p {
		font-family: 'Nunito', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #fff;

	}
	
	.gulfstar-testimonial-team {
		position: absolute;
  		bottom: 0;
		right: 0;
		background-color: rgb(0, 0, 0, .4);
		padding: 6%;
		width: 75%;
		
		color: #fff;
		font-family: 'Cinzel', sans-serif;
		font-weight: 400;
		color: #fff;
		font-size: 16px;
		line-height: 18px;
	}
	.gulfstar-testimonial-team-droite {
		position: absolute;
  		bottom: 0;
		left: 0;
		background-color: rgb(0, 0, 0, .4);
		padding: 6%;
		width: 75%;
		
		color: #fff;
		font-family: 'Cinzel', sans-serif;
		font-weight: 400;
		color: #fff;
		font-size: 16px;
		line-height: 18px;
	}
	
	.gulfstar-testimonial-team-droite p {
		font-family: 'Nunito', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #fff;

	}
	
	.gulfstar-testimonial-team p {
		font-family: 'Nunito', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #fff;

	}
	
.bg-partners {
		background-image: url('../img/shutterstock_1810278103.jpg') !important;
		background-size: cover;
		background-repeat: no-repeat; 
		background-position-y: bottom;
		background-position-x: 60%;
	}

.partners-table {
		float: left;
		width: 80%;
		margin: 5% 10% 15% 10%;
	}
	
	.footer-text {
		font-size: 15px;
   	 line-height: 19px;
    }
    
    .footer {
		padding: 50px 0px 30px 0px;
		background-color: #eee;
	}
    
    .footer p {
		font-size: 14px !important;
		line-height: 18px !important;
		letter-spacing: -.2px !important;
	}
	
	.doc-pdf {
		float: left;
		width: 96%;
		padding: 2%;
		margin: 0 2% 7% 0;
		background-color: #eee;
		border-radius: 10px;
	
	}
	.doc-pdf-img {
		float: left;
		width: 20%;
		margin-right: 5%
	}
	.doc-pdf-txt {
		float: left;
		width: 75%;
		text-align: left;
	}

}






























@media (min-width: 1100px) { 

	body{
		font-family: 'Arial', sans-serif;
		font-style:normal;
		-webkit-font-smoothing:antialiased;
		font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
		background-color: #eee;
	}
	
	
table {
  border-collapse: collapse;
  border: 1px solid #396bfb;

}

caption {
  caption-side: bottom;
  padding: 10px;
  font-weight: bold;
}

thead,
tfoot {
  background-color: #396bfb;
  color: #FFF;
}

th,
td {
  border: 1px solid #396bfb;
  padding: 8px 10px;
}

td:last-of-type {
  text-align: center;

}
.tab-doc {
	width: 100%;
}
.tab-doc-td1 {
	width: 15%;
}

.tab-doc-td2 {
	width: 85%;
}
	
	.parent {
 		display:flex;
	}

	p {
		float: left;
		clear: both;
		color: #000;
		font-family: 'Arial', sans-serif;
		font-weight: regular;
		font-size: 22px;
		line-height: 26px;
		letter-spacing: -.1px;
		text-align: left;
		margin-top: 0px;
	}

	.p-small {
		float: left;
		
		color: #000;
		font-family: 'Arial', sans-serif;
		font-weight: regular;
		font-size: 19px;
		line-height: 28px;
		letter-spacing: -.3px;
		text-align: left;
		margin-top: 0px;
	}
	
	.p-small-center {
		float: center;
		color: #000;
		font-family: 'Arial', sans-serif;
		font-weight: regular;
		font-size: 19px;
		line-height: 28px;
		letter-spacing: -.3px;
		margin-top: 0px;
	}

	.highcharts-legend:text {
		font-size: 5px !important;
	}
 
	.barre-haut {
		position: fixed;
		z-index: 100;
		width: 100%;
		height: 100px;
		background-color: rgb(0, 0, 0, .7);
	}
	
	.menufixed {
		position: fixed; 
		z-index: 200; 
		top: -50px; 
		left: 0px; 
		width: 100%; 
		height: 50px; 
		background-color: rgb(0, 20, 32, 1);
	}
	
	.menuappear {
		position:fixed;
		top:0 !important;
		left:0 !important;
	}

	.mobile-hide {
		display: in-line;
	}

	.desktop-hide {
		display: none;
	}

	

	.bx-wrapper {
		float: left;
  		position: relative;
		z-index: 1;
		top: 0px;
		height: 100vh;
	}

	.slider .slide {
		display: table;
		position: relative;
		height: 100vh;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	
	
	.slide-1 {
		float: left; 
		position: relative; 
		background-image: url('../img/slide-1.jpg') !important;
	}
	
	.slide-2 {
		float: left; 
		position: relative; 
		background-image: url('../img/slide-2.jpg') !important;
	}
	
	.slide-3 {
		float: left; 
		position: relative; 
		background-image: url('../img/slide-3.jpg') !important;
	}
	
	
	
	.slider-subtitle {
		width: 60%;
		margin: 0 20%;
		color: #FFF;
		font-family: 'Arial', sans-serif;
		font-weight: regular;
		font-size: 22px;
		line-height: 26px;
		letter-spacing: -.1px;
		text-align: center;
	}
	
	.big-number {
		float: left;
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 200px;
		line-height: 200px;
		letter-spacing: -3px;
		margin: 0% 0px 5px 20%;
	}
	.big-number-legend {
		float: left;
		font-family: 'Arial', sans-serif;

		color: #000;
		font-size: 14px;
		line-height: 14px;
		letter-spacing: -.3px;
		margin: -30px 0px 5px 50%;
	}
	
	.big-title {
		float: left;
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 70px;
		line-height: 60px;
		letter-spacing: -3px;
		margin: 10% 0px 5px 20%;
		width: 66%;
		text-align: left;
	}
	
	.big-subtitle {
		clear: both;
		float: left;
		font-family: 'Arial', sans-serif;
		font-weight: regular;
		color: #333;
		font-size: 20px;
		line-height: 23px;
		letter-spacing: -.1px;
		margin: 0% 0px 0px 20%;
		width: 66%;
		text-align: left !important;
	}
	
	.title {
		font-family: 'Arial', sans-serif;
		font-weight: bold;
 		font-size: 40px;
		letter-spacing: -2px;
		color: #000;
		margin: 50px 10% 5px 10%;
	}
	
	.subtitle {
		font-family: 'Arial', sans-serif;
		font-weight: regular;
		color: #333;
		font-size: 22px;
		line-height: 26px;
		letter-spacing: -.1px;
		margin: 0px 36% 50px 36%;
	}


	h1 {
		
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 90px;
		line-height: 65px;
		letter-spacing: -5px;
		padding: 10px 15px 0px 0;
		margin: -40px 0px 0px 0px;
		text-align: left;
		
		--h1-gradient-stop-1-position: 10%;
   		--h1-gradient-stop-2-position: 100%;
    	-webkit-text-fill-color: transparent;
    	text-fill-color: transparent;
    	-webkit-background-clip: text;
		background-image: linear-gradient(var(--h1-gradient-angle),var(--h1-gradient-stop-1-color) var(--h1-gradient-stop-1-position),var(--h1-gradient-stop-2-color) var(--h1-gradient-stop-2-position));
	}
	
	h1b {
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 80px;
		line-height: 70px;
		letter-spacing: -4px;
		margin: 0% 0px 20px 0px;
		float: left;
		text-align: left important;
		
		--h1-gradient-stop-1-position: 30%;
   		--h1-gradient-stop-2-position: 70%;
    	-webkit-text-fill-color: transparent;
    	text-fill-color: transparent;
    	-webkit-background-clip: text;
		background-image: linear-gradient(var(--h1-gradient-angle),var(--h1-gradient-stop-1-color) var(--h1-gradient-stop-1-position),var(--h1-gradient-stop-2-color) var(--h1-gradient-stop-2-position));
	}
	
	
	.commeh2 {
			float: center;
		font-family: 'Arial', sans-serif !important;
		font-weight: bold !important;
		color: #fff;
		font-size: 70px !important;
		line-height: 60px !important;
		letter-spacing: -3px !important;
		margin: -5% 0px 0px 0px;
		--h1-gradient-stop-1-position: 10%;
   		--h1-gradient-stop-2-position: 80%;
    	-webkit-text-fill-color: transparent;
    	text-fill-color: transparent;
    	-webkit-background-clip: text;
		background-image: linear-gradient(var(--h1-gradient-angle),var(--h1-gradient-stop-1-color) var(--h1-gradient-stop-1-position),var(--h1-gradient-stop-2-color) var(--h1-gradient-stop-2-position));
	}
	
	.commeh2long {
			float: center;
		font-family: 'Arial', sans-serif !important;
		font-weight: bold !important;
		color: #fff;
		font-size: 70px !important;
		line-height: 60px !important;
		letter-spacing: -3px !important;
		margin: -5% 0px 0px 0px;
		--h1-gradient-stop-1-position: 10%;
   		--h1-gradient-stop-2-position: 110%;
    	-webkit-text-fill-color: transparent;
    	text-fill-color: transparent;
    	-webkit-background-clip: text;
		background-image: linear-gradient(var(--h1-gradient-angle),var(--h1-gradient-stop-1-color) var(--h1-gradient-stop-1-position),var(--h1-gradient-stop-2-color) var(--h1-gradient-stop-2-position));
	}




	h2{
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #fff;
		font-size: 70px;
		line-height: 60px;
		letter-spacing: -3px;
		padding: 0 0 10px 0;
		margin: -5% 0px 20px 0px;
		--h1-gradient-stop-1-position: 10%;
   		--h1-gradient-stop-2-position: 80%;
    	-webkit-text-fill-color: transparent;
    	text-fill-color: transparent;
    	-webkit-background-clip: text;
		background-image: linear-gradient(var(--h1-gradient-angle),var(--h1-gradient-stop-1-color) var(--h1-gradient-stop-1-position),var(--h1-gradient-stop-2-color) var(--h1-gradient-stop-2-position));
	}
	
	
	h3{
		float: center;
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #FFF;
		font-size: 50px;
		line-height: 50px;
		letter-spacing: -3px;
		
		margin: 0% auto 0px auto;
		text-align: center;
		width: 60%;
		position: absolute;
  		top: 50%;
  		-ms-transform: translateY(-50%);
  		transform: translateY(-50%);
  		
	}
	
	h3 p {
		float: center;
		margin: 10px 0 20px 0;
		font-weight: 400 !important;
		font-size: 22px !important;
		line-height: 26px;
		letter-spacing: -.1px !important;
		color: #FFF;
		text-align: center;
	}
	

	
	h4 {
		float: left;
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 30px;
		line-height: 25px;
		letter-spacing: -1.5px;
		margin: 0% 0px 20px 0px;
		text-align: left important;
	}
	
	h5{
		float: center;
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 50px;
		line-height: 50px;
		letter-spacing: -3px;
		margin: 0% 0px 20px 0px;
		text-align: center important;
	}
	
	
	
	h6{
		float: left;
		width: 80%;
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 20px;
		line-height: 22px !important;
		letter-spacing: -.7px;
		margin: 0 0px 0px 0px;
	}
	
	h7{
		float: left;
		
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 15px;
		line-height: 20px !important;
		letter-spacing: -.7px;
		margin: 0% 0px 0px 0px;
	}
	
	h7 li {
		
		font-family: 'Arial', sans-serif;
		font-weight: bold;
		color: #000;
		font-size: 15px;
		line-height: 20px !important;
		letter-spacing: -.7px;
		margin: 10px 0px 0px 0px;
	}
	
	.check-services {
		float: left;
		clear: both;
		width: 30px;
		padding: 0 5px 0 0;
		margin: -3px 0 0 -35px;
	}
	
	.check {
		float: left;
		clear: both;
		width: 50px;
		margin: -5px 0 0 -5px;
	}
	
	.gulfstar-doc {
		float: left;
	  	position: relative;
		width: 200px;
    	padding: 2%;
    	margin: 2% 0% 2% 5%;

	}
	
	.div-20-text-services {
		float: left;
	  	position: relative;
		width: 12%;
    	padding: 1.5% 1% 1.5% 3.5%;
    	margin: 0% 0% 2% 3%;
    	background-color: #EEE;
    	border-radius: 10px;
	}
	
	.div-25-text-services {
		float: left;
	  	position: relative;
		width: 16.5%;
    	padding: 1.5% 1% 1.5% 3.5%;
    	margin: 0% 0% 2% 3%;
    	background-color: #EEE;
    	border-radius: 10px;
	}
	
	.div-100-text-sustain {
		float: left;
	  	position: relative;
	  	clear: both;
		width: 82%;
    	padding: 3% 3% 3% 4%;
    	margin: 2% 0% 2% 5%;
    	background-color: #EEE;
    	border-radius: 10px;
	}
	
	
	
	.div-50-text-partners {
		float: left;
	  	position: relative;
		width: 30.5%;
    	padding: 3% 3% 3% 4%;
    	margin: 2% 0% 5% 5%;
    	background-color: #EEE;
    	border-radius: 10px;
	}
	
	.div-25-text-team {
		float: left;
	  	position: relative;
		width: 16.2%;

    	padding: 1.5% 1.5% 1.5% 3.5%;
    	margin: 0% 0% 2% 3%;
    	background-color: #EEE;
    	border-radius: 10px;
	}
	
	.div-50-text-team {
		float: left;
	  	position: relative;
	  	clear: both;
		width: 40%;
		
    	padding: 2.5% 1% 1% 2.5%;
    	margin: 0% 0% 1% 3%;
    	border-radius: 10px;
	}
	
	.margin-top-50 {
		margin: 50px 0 0 0 !important;
	}

	.logo {
		float: left;
  		position: absolute;
		z-index: 100;
		top: -10px;
		left: 2%;
		width: 280px;
	}
	
	.logo-others {
		height: 50px;
		margin : 0 20px;
	}
	
	.logo-others-segment {
		background-color: #fff !important;
		text-align: center; 
		padding: 3% 5% 5% 5%; 
		width: 90% !important;
	}
	

	.menu-left {
		float: left;
 	 	position: absolute;
		z-index: 11;
		font-family: 'Arial', sans-serif;
		font-weight: bold;
 		font-size: 14px;
 		cursor: pointer;
 		display: inline-block;
		text-transform : uppercase;
		top: 40px;
		right: 50%;
		color: #FFF;
		text-align: right;
	}

	.menu-right {
		float: left;
  		position: absolute;
		z-index: 12;
		font-family: 'Arial', sans-serif;
		font-weight: bold;
 		font-size: 14px;
 		cursor: pointer;
 		display: inline-block;
		text-transform : uppercase;
		top: 40px;
		right: 40px;
		color: #FFF;
		text-align: left;
	}

	.menu-language {
		float: right;
 	 	position: absolute;
		z-index: 13;
		font-family: 'Nunito', sans-serif;
		font-weight: 500;
 		font-size: 14px;
 		display: inline-block;
		text-transform : uppercase;
		top: 40px;
		right: 2%;

		color: #FFF;
		text-align: right;
	}
	
	.bg-lines {
		background-image: url('../img/bg-lines.jpg') !important;
		background-size: 100%;
		background-repeat: repeat;
	}
	
	.logo-propositions {
		background-image: url('../img/slide-1.jpg') !important;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.div-100 {
		float: left;
	  	position: relative;
		width: 100%;

	}
	
	.div-100-padding {
		float: left;
	  	position: relative;
		width: 90%;
		padding: 10vh 5% 2% 5%;
	}
	
	.div-80 {
		float: left;
	  	position: relative;
		width: 80%;
		padding: 0 10% 0 10%;
	}
	
	.div-75 {
		float: left;
	  	position: relative;
		width: 65%;
		padding: 7vh 5% 2% 5%;
	}
	
	.div-66 {
		float: left;
	  	position: relative;
		width: 56%;
		padding: 7vh 5% 2% 5%;
	}
	
	.div-67-image {
		float: left;
	  	position: relative;
		width: 67%;
		padding: 0%;
	}
	
	.div-67-video {
		float: left;
	  	position: relative;
		width: 67%;
		padding: 0%;
	}
	
	.div-33 {
		float: left;
	  	position: relative;
		width: 23%;
		padding: 7vh 5% 2% 5%;
	}
	
	.div-33-image {
		float: left;
	  	position: relative;
		width: 33%;
    	
	}
	
	.div-33-video {
		float: left;
	  	position: relative;
		width: 34%;
		padding: 0%;
	}
	
	.div-34-image {
		float: left;
	  	position: relative;
		width: 34%;
    	
	}
	
	.div-34 {
		float: left;
	  	position: relative;
		width: 34%;
    	
	}
	
	.div-50 {
		float: left;
	  	position: relative;
		width: 40%;
		padding: 7vh 5% 2% 5%;
	}
	
	.div-50-text {
		float: left;
	  	position: relative;
		width: 45%;
		padding: 0% 5% 2% 0%;
	}
	
	.div-50-text2 {
		float: left;
	  	position: relative;
		width: 42%;
		padding: 3% 3% 0% 5%;
	}
	
	.div-50-text3 {
		float: left;
	  	position: relative;
		width: 45%;
		padding: 0% 5% 2% 0%;
	}
	
	.quote {
		background-size: cover; 
		background-repeat: no-repeat;
		padding: 4% 10% 5% 10%;
		width: 30%;
	}
	

	
	.div-33-padding-10 {
		float: left;
	  	position: relative;
 	 	text-align: left;
		width: 29.33%;
		padding: 0% 2%;
		margin: 0%;
		background-repeat: no-repeat !important;
    	background-size: cover !important;
    	background-position-y: center;
    	background-position-x: 30%;
	}
	
	.div-33-padding-10-gris {
		float: left;
	  	position: relative;
 	 	text-align: left;
		width: 29.33%;
		padding: 0% 2%;
		margin: 0%;
		background-color: #eee;
	}
	
	.div-33-text {
		float: left;
	  	position: relative;
		width: 25%;
    	padding: 3% 3% 3% 5%;
	}
	
	.div-33-text2 {
		float: left;
	  	position: relative;
		width: 28.3%;
    	padding: 1% 5% 2% 0%;
	}
	

	
	
	
	.div-25 {
		float: left;
	  	position: relative;
		width: 25%;
    	
	}
	
	.div-25-text {
		float: left;
	  	position: relative;
		width: 17%;
    	height: 400px;
    	padding: 5% 3% 0% 5%;
	}
	
	.div-25-text2 {
		float: left;
	  	position: relative;
		width: 24%;
    	padding: 1% 1% 2% 0%;
	}
	
	
	
	.div-25-padding-10 {
		float: left;
	  	position: relative;
 	 	text-align: left;
		padding: 0 0% 0 40px ;
		margin: 0%;
	
		
	}
	
	.div-20 {
		float: left;
	  	position: relative;
 	 	text-align: left;
		width: 20%;
		padding: 0%;
		margin: 0%;
		background-repeat: no-repeat !important;
    	background-size: cover !important;
    	background-position-y: center;
    	background-position-x: 20%;
	}
	
	.padding-25 {
		padding: 0% 25% 0% 25%;
		width: 50% !important;
	}
	
	
	.padding-20 {
		padding: 0% 5% 1% 5%;
		width: 90% !important;
	}
	
	.height-services {
		height: 200px;
	}
	
	.height-testimonials {
		height: 400px;
	}
	
	.header-pages {
		height: 100px;
	}
	
	.diapo {
		height: 250px;
	}

	.gulfstar-news-bloc-title {
		font-family: 'Nunito', sans-serif;
		font-weight: 600;
		font-size: 17px;
		color: #777;
		margin-top: 50px;
	}

	.gulfstar-news-article-title {
		font-family: 'Cinzel', sans-serif;
		font-weight: 500;
		font-size: 24px;
		line-height: 25px;
		color: #333;
		margin: -15px 0px -9px 0px;
	}

	.gulfstar-news-article-date {
		font-family: 'Nunito', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #aaa;
		margin-top: 0px;
	}

	
	.graph-home {
		width: 50% !important; 
		margin: 0 auto 0 auto !important;
	}
	
	.gulfstar-testimonial {
		position: absolute;
  		bottom: 0;
		right: 0;
		background-color: rgb(0, 0, 0, .5);
		padding: 3%;
		width: 35%;
		
		color: #fff;
		font-family: 'Cinzel', sans-serif;
		font-weight: 400;
		color: #fff;
		font-size: 16px;
		line-height: 18px;
	}
	
	.gulfstar-testimonial p {
		font-family: 'Nunito', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #fff;

	}
	
	.gulfstar-testimonial-team {
		position: absolute;
  		bottom: 0;
		right: 0;
		background-color: rgb(0, 0, 0, .4);
		padding: 3%;
		width: 75%;
		
		color: #fff;
		font-family: 'Cinzel', sans-serif;
		font-weight: 400;
		color: #fff;
		font-size: 16px;
		line-height: 18px;
	}
	
	.gulfstar-testimonial-team p {
		font-family: 'Nunito', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #fff;

	}
	
	.gulfstar-testimonial-team-droite {
		position: absolute;
  		bottom: 0;
		right: 0;
		background-color: rgb(0, 0, 0, .4);
		padding: 3%;
		width: 75%;
		
		color: #fff;
		font-family: 'Cinzel', sans-serif;
		font-weight: 400;
		color: #fff;
		font-size: 16px;
		line-height: 18px;
	}
	
	.gulfstar-testimonial-team-droite p {
		font-family: 'Nunito', sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #fff;

	}
	
	
	
	.partners-table {
		float: left;
		width: 30%;
		margin: 2% 35% 7% 35%;
	}
	
	.bg-partners {
		background-image: url('../img/shutterstock_1810278103.jpg') !important;
		background-size: 100%;
		background-repeat: no-repeat; 
		background-position-y: bottom;
		background-position-x: center;
	}
	
	.footer {
		padding: 70px 0 20px 0;
		background-color: #eee;
	}
	
	.footer p {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: -.2px;
	}
	.doc-pdf {
		float: left;
		width: 27%;
		padding: 2%;
		margin: 0 2% 2% 0;
		background-color: #eee;
		border-radius: 10px;
	
	}
	.doc-pdf-img {
		float: left;
		width: 20%;
		margin-right: 5%
	}
	.doc-pdf-txt {
		float: left;
		width: 75%;
		text-align: left;
	}
}




@media (min-width: 2000px) { 


	.div-25 {
		float: left;
	  	position: relative;
		width: 25%;
    	height: 370px;
	}
	

}






video.fullscreen {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width:100%;
  height:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  &::-webkit-media-controls {
     display:none !important;
  }
}

.container {
   position: relative;
   display: grid;
   place-items: center;
  
   margin: 0 auto;
   background: #ccc;
}

.content {
  z-index: 1;
}












.slider .slide .text{display:table-cell;vertical-align:middle;padding:80px 20px 0 20px;width:100%;text-align:center}

.bx-controls .bx-pager{
	position:absolute;
	bottom:25px;
	left:50%;
	margin-left:-22px;
	*zoom:1;
}

.bx-controls .bx-pager:after{content:'';display:table;line-height:0;clear:both}

.bx-controls .bx-pager .bx-pager-item{margin:0 3px;float:left}

.bx-controls .bx-pager .bx-pager-item a{display:block;background:#808080;width:9px;height:9px;-moz-border-radius:9px;-webkit-border-radius:9px;border-radius:9px}

.bx-controls .bx-pager .bx-pager-item a.active{background:white}

.bx-controls .bx-pager .bx-pager-item a:hover{background:#00a3e0}























button {
clear: both;
 display: inline-block;
 border-radius: 30px;
 background-color: rgb(23, 132, 197, .9);
 border: none;
 color: #FFFFFF;
 text-align: center;
 font-size: 15px;
 padding: 13px 0px;
 width: 200px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
position: relative;
 margin: 15px 0px 50px 0px;
}

button span {
font-family: 'Arial', sans-serif;
font-weight: bold;
 cursor: pointer;
 display: inline-block;
 position: relative;
 -webkit-transition: 0.5s;
 transition: 0.5s;
  color: #FFFFFF;
  letter-spacing: -.5px;
  text-transform : uppercase;
}

button span:after {
 content: '»';
 position: absolute;
 opacity: 0;
 top: 0;
 right: 15px;
 -webkit-transition: 0.5s;
 transition: 0.5s;

}

button:hover span {
 padding-right: 15px;
  cursor: pointer;
   
}

button:hover span:after {
 opacity: 1;
cursor: pointer;
 right: 0;
 
}

button:hover {
  background-color: rgb(23, 132, 197, 1);

}








button-filaire {
 display: inline-block;
 border-radius: 0px;
 border: 1px solid #0f3672;
 color: #FFFFFF;
 text-align: center;
 font-size: 17px;
 padding: 16px 16px;
 width: 200px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;

 margin: 30px 0px 50px 0px;
}

button-filaire span {
clear: both;
font-family: 'Nunito', sans-serif;
 cursor: pointer;
 display: inline-block;
 position: relative;
 -webkit-transition: 0.5s;
 transition: 0.5s;
  color: #0f3672;
}

button-filaire span:after {
 content: '»';
 position: absolute;
 opacity: 0;
 top: 0;
 right: 15px;
 -webkit-transition: 0.5s;
 transition: 0.5s;

}

button-filaire:hover span {
 padding-right: 15px;
  cursor: pointer;
   
}

button-filaire:hover span:after {
 opacity: 1;
cursor: pointer;
 right: 0;
 
}

button-filaire:hover {
  border: 1px solid #0f3672;

}









button-small {
 display: inline-block;
 border-radius: 0px;
border: 0px solid #fff;
text-align: center;
 padding: 6px 6px;
 width: 100px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
margin: 0px 0 30px 0;
}

button-small span {
font-family: 'Nunito', sans-serif;
font-weight: 500;
 font-size: 14px;
 cursor: pointer;
 display: inline-block;
 position: relative;
 -webkit-transition: 0.5s;
 transition: 0.5s;
   color: rgb(0, 163, 224, 1);
   text-transform : uppercase;
}

button-small span:after {
 content: '»';
 position: absolute;
 opacity: 0;
 top: 0;
 right: 10px;
 -webkit-transition: 0.5s;
 transition: 0.5s;
 cursor: pointer;
}

button-small:hover span {
 padding-right: 12px;
  cursor: pointer;
   
}

button-small:hover span:after {
 opacity: 1;
cursor: pointer;
 right: 0;
 
}




button-small-left {
 display: inline-block;
 border-radius: 0px;
border: 0px solid #fff;
text-align: center;
 padding: 6px 6px 6px 0px;

 -webkit-transition: all 0.5s;
 transition: all 0.5s;
margin: 0px 0 30px 0;
}

button-small-left span {
font-family: 'Nunito', sans-serif;
font-weight: 500;
 font-size: 14px;
 cursor: pointer;
 display: inline-block;
 position: relative;
 -webkit-transition: 0.5s;
 transition: 0.5s;
   color: rgb(0, 163, 224, 1);
   text-transform : uppercase;
}

button-small-left span:after {
 content: '»';
 position: absolute;
 opacity: 0;
 top: 0;
 right: 10px;
 -webkit-transition: 0.5s;
 transition: 0.5s;
 cursor: pointer;
}

button-small-left:hover span {
 padding-right: 12px;
  cursor: pointer;
   
}

button-small-left:hover span:after {
 opacity: 1;
cursor: pointer;
 right: 0;
 
}





button-small-plein {
 display: inline-block;
 border-radius: 0px;
background-color: rgb(23, 132, 197, .9);

 text-align: center;

 padding: 6px 6px;
 width: 100px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
margin: 0px 0 30px 0;

}

button-small-plein span {
font-family: 'Nunito', sans-serif;
font-weight: 500;
 font-size: 14px;
 cursor: pointer;
 display: inline-block;
 position: relative;
 -webkit-transition: 0.5s;
 transition: 0.5s;
   color: #FFF;
   text-transform : uppercase;
}

button-small-plein span:after {
 content: '»';
 position: absolute;
 opacity: 0;
 top: 0;
 right: 10px;
 -webkit-transition: 0.5s;
 transition: 0.5s;
 cursor: pointer;
 background-color: rgb(23, 132, 197, 1);
}

button-small-plein:hover span {
 padding-right: 12px;
  cursor: pointer;
   
}

button-small-plein:hover span:after {
 opacity: 1;
cursor: pointer;
 right: 0;
 
}








.cta {
 border: none;
 background: none;
}

.cta span {



 cursor: pointer;
color: #FFF;
 text-transform: uppercase;
 padding-bottom: 7px;
}


.hover-underline-animation {
 position: relative;
 color: black;
 padding-bottom: 20px;
}

.hover-underline-animation:after {
 content: "";
 position: absolute;
 width: 100%;
 -webkit-transform: scaleX(0);
     -ms-transform: scaleX(0);
         transform: scaleX(0);
 height: 2.5px;
 bottom: 0;
 left: 0;
 background-color: #fff;
 -webkit-transform-origin: bottom right;
     -ms-transform-origin: bottom right;
         transform-origin: bottom right;
 -webkit-transition: -webkit-transform 0.25s ease-out;
 transition: -webkit-transform 0.25s ease-out;
 transition: transform 0.25s ease-out;
 transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
cursor: pointer;
 -webkit-transform: scaleX(1);
     -ms-transform: scaleX(1);
         transform: scaleX(1);
 -webkit-transform-origin: bottom left;
     -ms-transform-origin: bottom left;
         transform-origin: bottom left;
}










.cta-black {
 border: none;
 background: none;
}

.cta-black span {
 cursor: pointer;
 color: #000;
 text-transform: uppercase;
 padding-bottom: 7px;
}


.hover-underline-animation-black {
 position: relative;
 color: black;
 padding-bottom: 20px;
}

.hover-underline-animation-black:after {
 content: "";
 position: absolute;
 width: 100%;
 -webkit-transform: scaleX(0);
     -ms-transform: scaleX(0);
         transform: scaleX(0);
 height: 1.5px;
 bottom: 0;
 left: 0;
 background-color: #000;
 -webkit-transform-origin: bottom right;
     -ms-transform-origin: bottom right;
         transform-origin: bottom right;
 -webkit-transition: -webkit-transform 0.25s ease-out;
 transition: -webkit-transform 0.25s ease-out;
 transition: transform 0.25s ease-out;
 transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.cta-black:hover .hover-underline-animation-black:after {
cursor: pointer;
 -webkit-transform: scaleX(1);
     -ms-transform: scaleX(1);
         transform: scaleX(1);
 -webkit-transform-origin: bottom left;
     -ms-transform-origin: bottom left;
         transform-origin: bottom left;
}











/* MENU MOBILE */



/* Toggle Functionality */
#toggle {
  display: none;
}

/* Fond menu */
#toggle:checked ~ .toggle-container .button-toggle {
	
  box-shadow: -250px 0 0 1500px rgba(0, 20, 32, 0.98), inset 0 0 0 30px rgba(0, 20, 32, 0.98);
}


#toggle:checked ~ .toggle-container .button-toggle:before {
  transform: translateY(-50%) rotate(45deg) scale(1);
}
#toggle:checked ~ .toggle-container .button-toggle:after {
  transform: translateY(-50%) rotate(-45deg) scale(1);
}
#toggle:checked ~ .nav {
  margin-bottom: 0px;
  pointer-events: auto;
  transform: translate(50px, 50px);
}

/* textes menus */
#toggle:checked ~ .nav .nav-item {
  color: #fff;
  font-family: 'Arial', sans-serif;
	font-weight: bold;
 	font-size: 16px;
 	cursor: pointer;
  letter-spacing: 0;
  height: 40px;
  line-height: 40px;
  margin: 0px 50px 0 0;
  opacity: 1;
  transform: scaleY(1);
  transition: 0.5s, opacity 0.1s;
}

#toggle:checked ~ .nav .nav-item:nth-child(1) {
  transition-delay: 0.0s;
}
#toggle:checked ~ .nav .nav-item:nth-child(1):before {
  transition-delay: 0.05-s;
}
#toggle:checked ~ .nav .nav-item:nth-child(2) {
  transition-delay: 0.0s;
}
#toggle:checked ~ .nav .nav-item:nth-child(2):before {
  transition-delay: 0.1s;
}
#toggle:checked ~ .nav .nav-item:nth-child(3) {
  transition-delay: 0.0s;
}
#toggle:checked ~ .nav .nav-item:nth-child(3):before {
  transition-delay: 0.15s;
}
#toggle:checked ~ .nav .nav-item:nth-child(4) {
  transition-delay: 0.0s;
}
#toggle:checked ~ .nav .nav-item:nth-child(4):before {
  transition-delay: 0.2s;
}
#toggle:checked ~ .nav .nav-item:nth-child(5) {
  transition-delay: 0.0s;
}
#toggle:checked ~ .nav .nav-item:nth-child(5):before {
  transition-delay: 0.25s;
}
#toggle:checked ~ .nav .nav-item:nth-child(6) {
  transition-delay: 0.0s;
}
#toggle:checked ~ .nav .nav-item:nth-child(6):before {
  transition-delay: 0.0s;
}
#toggle:checked ~ .nav .nav-item:before {
  opacity: 0;
}
#toggle:checked ~ .dummy-content {
  padding-top: 30px;
}
#toggle:checked ~ .dummy-content:before {
  background-color: rgba(0, 0, 0, 0.5);
}

/* bouton 3 lignes */
.button-toggle {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 20px 15px 0px 0px ;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 0%;
  transition: 0.4s;
}

/* rollover menu */
.button-toggle:hover {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0), inset 0 0 0 20px rgba(0, 0, 0, 0);
}






/* couleur croix */
.button-toggle:before, .button-toggle:after {
  position: absolute;
  content: "";
  top: 60%;
  right: 25%;
  width: 50%;
  height: 2px;
  background-color: #FFF;
  border-radius: 5px;
  transition: 0.5s;
}
.button-toggle:before {
  transform: translateY(-50%) rotate(45deg) scale(0);
}
.button-toggle:after {
  transform: translateY(50%) rotate(-45deg) scale(0);
}









/* Menu */
.nav {

	position: absolute;
	right: 0;
  display: inline-block;
  margin: 35px 30px 0px 0px ;
  pointer-events: none;
  transition: 0.2s;
}



/* Construction traits */
.nav-item {
  position: relative;
  display: inline-block;
  float: right;
  clear: both;
  color: transparent;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -6.2px;
  height: 7px;
  line-height: 7px;
  text-transform: uppercase;
  white-space: nowrap;
  transform: scaleY(0.2);
  transition: 0.2s, opacity 1s;
}





.nav-item:nth-child(1) {
  transition-delay: 0s;
}
.nav-item:nth-child(1):before {
  transition-delay: 0s;
}



.nav-item:nth-child(2) {
  transition-delay: 0.025s;
}
.nav-item:nth-child(2):before {
  transition-delay: 0.05s;
}



.nav-item:nth-child(3) {
  transition-delay: 0.05s;
}
.nav-item:nth-child(3):before {
  transition-delay: 0.05s;
}



.nav-item:nth-child(4) {
  transition-delay: 0.075s;
}
.nav-item:nth-child(4):before {
  transition-delay: 0.075s;
}


.nav-item:nth-child(5) {
  transition-delay: 0.1s;
}
.nav-item:nth-child(5):before {
  transition-delay: 0.1s;
}

.nav-item:nth-child(6) {
  transition-delay: 0.125s;
}
.nav-item:nth-child(6):before {
  transition-delay: 0.125s;
}

.nav-item:nth-child(1) {
  letter-spacing: -6px;
}
.nav-item:nth-child(2) {
  letter-spacing: -7.5px;
}
.nav-item:nth-child(3) {
  letter-spacing: -7px;
}
.nav-item:nth-child(4) {
  letter-spacing: -7px; 
}
.nav-item:nth-child(5) {
  letter-spacing: -17px;
}

.nav-item:nth-child(6) {
  letter-spacing: -15px;
}

/* 3 traits */
.nav-item:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  width: 100%;
  height: 2.5px;
  background-color: #fff;
  transform: translateY(-50%) scaleY(5);
  transition: 0.2s;
}





