.bg_img{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.bg_chimique_lubrifiant{
	background-image: url('./../../assets/files/imgs/photos/143.jpg');
}

.bg_minier{
	background-image: url('./../../assets/files/imgs/photos/pexels-styves-exantus-8239334.jpg');
}


.bg_petrolier{
	background-image: url('./../../assets/files/imgs/photos/pexels-zukiman-mohamad-87236.jpg');
}

.bg_ingeneering{
	background-image: url('./../../assets/files/imgs/photos/pexels-hannu-isooja-4946889.jpg');
}

.bg_mr{
	background-image: url('./../../assets/files/imgs/photos/pexels-soner-mazlum-6890368.jpg');
}

#loader_page{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(50,50,50,.3);
	z-index: 21;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#loader_page img{
	display: block;
	width: 150px;
}

#section_1_index{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 100px 10%;
}

.mg_left{
	margin-left: 10%;
}

#section_1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 100px 0%;
}

#le_texte, #le_texte_filiale{
	width: 380px;
}

#le_texte h1, #le_texte_filiale h1{
	font-size: 30px;
	margin-bottom: 10px;
	color: rgba(224,90,23,1);
}

#le_texte a{
	color: rgba(224,90,23,1);
}

#le_texte_filiale p a:hover{
	text-decoration: underline;
}

#le_texte h4, #le_texte_filiale h4{
	margin: 10px 0px;
	font-size: 18px;
	color: rgba(0,0,0,1);
}

#le_texte p{
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 14px;
	color: rgba(131,146,155,1);
	text-align: justify;
}

#le_texte_filiale p{
	margin-bottom: 10px;
	line-height: 22px;
	font-size: 14px;
	color: rgba(131,146,155,1);
}

#le_texte_filiale p a{
	display: inline-block;
	text-decoration: none;
	color: rgba(131,146,155,1);
}

#le_texte > a{
	display: block;
	margin-top: 30px;
	font-size: 16px;
	background-color: rgba(206,71,2,1);
	text-decoration: none;
	color: #fff;
	width: 270px;
	padding: 15px 35px;
	text-align: center;
	line-height: 24px;
}

#le_texte > a:hover{
	text-decoration: underline;
}


#les_images{
	width: calc(100% - 400px);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}


#les_images_partenaire{
	width: calc(80% - 400px);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#image_partenaire img{
	display: block;
	width: 100%;
}

#premiere_image{
	text-align: right;
}

#deux_autres_images{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#autres_images_1{
	width: 170px;
}

#autres_images_2{
	width: calc(100% - 180px);
}

#autres_images_1 img, #autres_images_2 img{
	display: block;
	width: 100%;
	transition: .6s;
}


#autres_images_2:hover > img{
	transform: scale(1.1);
}

#bande_image_gpsc{
	width: 100%;
}

#bande_image_gpsc img{
	display: block;
	width: 100%;
}



#domaine_dactivites{
	padding: 60px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(255, 255, 255, .7);
	box-shadow: 0px 5px 15px rgba(120, 120, 120, .1);
}

#domaine_dactivites h1{
	font-size: 50px;
	font-weight: 800;
	width: 100%;
	color: rgba(224,90,23,1);
	margin-bottom: 20px;
	text-align: center;
}


#container_domaine_activites{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	border-top: 1px solid rgba(224,90,23,1);
}

.activite_gpsc{
	text-align: center;
	margin: 0px 50px;
	width: 150px;
}


.activite_gpsc span{
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: rgba(224,90,23,1);
}

.activite_gpsc a{
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: rgba(0,0,0,1);
	font-size: 22px;
}

.activite_gpsc a h3{
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.activite_gpsc a img{
	display: block;
	width: 100%;
}


#texte2_image_gpsc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 80px 10%;
}

#texte2_gpsc{
	width: 380px;
}

#texte2_gpsc h1{
	font-size: 30px;
	color: rgba(224,90,23,1);
	margin-bottom: 10px;
}

#texte2_gpsc h4{
	margin: 10px 0px;
	font-size: 18px;
	color: rgba(0,0,0,1);
}


#texte2_gpsc p{
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 14px;
	color: rgba(131,146,155,1);
	text-align: justify;
}


#image_texte2_gpsc{
	width: calc(100% - 530px);
}


#image_texte2_gpsc img{
	display: block;
	width: 100%;
}

.ils_nous_ont_fait_confiance{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 40px 5%;
}

.ils_nous_ont_fait_confiance_partenaire{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 40px 10%;
}

.titre_confiance{
	width: 450px;
	color: rgba(224,90,23,1);
	margin-bottom:30px;
}

.titre_confiance h3{
	text-align: left;
	margin-bottom: 10px;
	font-size: 25px;
}

.titre_confiance p{
	text-align: right;
	font-size: 23px;
}

.les_clients{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.les_partenaires{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


.les_partenaires_liste{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}


.cartes_actualites{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.les_clients a, .les_partenaires a{
	width: calc((100% / 10) - 10px);
	margin: 5px;
}


.les_partenaires_liste a, .cartes_actualites a{
	width: calc((100% / 8) - 10px);
	margin: 5px;
}

.les_clients a img, .les_partenaires a img, .les_partenaires_liste a img, .cartes_actualites a img{
	display: block;
	width: 100%;
}

#les_chiffres_cles{
	padding: 80px 20px;
}

#les_chiffres_cles > h1{
	font-size: 50px;
	font-weight: 800;
	width: 100%;
	color: rgba(131,146,155,1);
	margin-bottom: 20px;
	text-align: center;
}

#container_chiffres_cles{
	margin-top: 40px;
	border-top: 1px solid rgba(131,146,155,1);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content_le_chiffre_cle{
	width: calc((100% / 6) - 15px);
	text-align: center;
}

.content_le_chiffre_cle span{
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: rgba(131,146,155,1);
	margin-bottom: -2px;
}

.content_le_chiffre_cle h1{
	color: #fff;
	background-color: rgba(131,146,155,1);
	padding: 12px 20px;
	border-radius: 50px;
	font-size: 35px;
	overflow: hidden;
}

.content_le_chiffre_cle h3{
	color: rgba(131,146,155,1);
	margin-top: 10px;
	font-weight: 400;
	font-size: 25px;
}



#section_mentions_legales{
	margin: 250px 10px 10px;
	background-color: #fafafa;
	padding: 40px;
	font-family: ;
}

#section_mentions_legales{
	font-size: 14px;
	color: rgba(120,120,120,1);
}

#section_mentions_legales h1, #section_mentions_legales h4{
	color: #444;
}

#section_mentions_legales h1{
	margin-bottom: 40px;
	font-size: 35px;
}

#section_mentions_legales h4{
	margin-bottom: 10px;
}

.le_texte_mention_legale{
	margin-bottom: 40px;
}

.le_texte_mention_legale p{
	margin-bottom: 3px;
	line-height: 22px;
}

.le_texte_mention_legale p a{
	text-decoration: none;
	color: #555;
	font-weight: bold;
}

.le_texte_mention_legale p a:hover{
	text-decoration: underline;
}

.le_texte_mention_legale ol{
	margin: 20px 20px;
}

.le_texte_mention_legale > ol > li{
	list-style: none;
}

.le_texte_mention_legale > ol > li ul{
	margin: 10px 20px;
}

.le_texte_mention_legale > ol > li ul li{
	list-style: square;
	margin-bottom: 5px;
}

.le_texte_mention_legale > ol p{
	margin-left: 20px;
}


#section_engeneering{
	margin: 205px 0px 0px;
}

#contanier_activites{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
}

.content_text_activities{
	padding: 100px;
	background-color: rgba(10,14,17,0.85);
	color: #fff;
	min-height: 90vh;
	max-width: 490px;
	box-shadow: 0px 0px 10px rgba(20, 20, 20, .5);
}

.couvreur_div_texte{
	width: calc(100% - 490px);
	/*background-color: rgba(10,14,17,0.2);*/
}

.content_text_activities h1{
	margin-bottom: 10px;
	font-size: 30px;
}

.from_to_left{
	animation-name: anime_form_left;
}

.from_to_right{
	animation-name: from_to_right;
}

.from_to_left, .from_to_right{
	animation-duration: .5s;
	animation-direction: normal;
	animation-iteration-count: initial;
	animation-timing-function: cubic-bezier(0.2, 1.0, 1.2, 1.2);
}

.content_text_activities a{
	display: inline-block;
	padding: 20px 20px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	margin: 20px 0px;
}

.content_text_activities a:hover{
	text-decoration: underline;
}

@keyframes anime_form_left{
	from{ margin-left: -500px; } to{ margin-left: 0px; }
}

@keyframes from_to_right{
	from{ margin-right: -500px; } to{ margin-right: 0px; }
}

.content_text_activities h4{
	margin-bottom: 10px;
	font-size: 22px;
}

.content_text_activities p{
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}

#le_texte_du_slider{
	width: 100%;
}

#section_link_activites{
	width: 100%;
	padding: 0px 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#section_link_activites a{
	width: 19%;
	padding: 20px 10px;
	background-color: rgba(111,111,110,.9);
	color: #fff;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border: 1px dashed #fff;
	transition: .4s;
}

#section_link_activites a:hover{
	background-color: rgba(111,111,110,1);
}

#section_actualites{
	padding: 60px 10%;
}


#container_actualites{
	width: 70%;
}

#container_actualites h1{
	color: #555;
	margin-bottom: 20px;
	font-size: 30px;
}

#container_actualites h3{
	color: rgba(131,146,155,1);
	font-size: 19px;
}

#container_activites{
	width: 70%;
}

#container_activites h1{
	color: #555;
	margin-bottom: 20px;
	font-size: 30px;
}

#container_activites h3{
	color: rgba(131,146,155,1);
	font-size: 25px;
}

#section2_actualites{
	margin-top: 80px;
}


#deux_section_texte_actualites{
	padding-left: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#section2_actualites h3{
	font-size: 25px;
	margin-bottom: 20px;
	color: rgba(131,146,155,1);
}

.section_texte_actualites{
	width: 300px;
	font-size: 14px;
	line-height: 22px;
	margin-right: 50px;
	color: rgba(131,146,155,1);
	text-align: justify;
}


#texte_activites_2{
	margin-top: 10px;
}

#texte_activites_2 p{
	font-size: 14px;
	line-height: 22px;
	color: rgba(131,146,155,1);
}


#texte_activites_2 ul{
	margin: 10px 10px 0px;
}

#texte_activites_2 ul li{
	color: rgba(131,146,155,1);
	font-size: 14px;
	margin-bottom: 20px;
}




#section_contact_gpsc{
	margin-top: 205px;
	padding: 80px 10%;
}

#container_section_contact_gpsc{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#zone_texte_section_contact_gpsc{
	width: 400px;
}

#zone_texte_section_contact_gpsc h1{
	font-size: 35px;
	color: rgba(131,146,155,1);
	margin-bottom: 20px;
}

#zone_texte_section_contact_gpsc h4, #zone_texte_section_contact_gpsc p{
	color: rgba(131,146,155,1);
}

#zone_texte_section_contact_gpsc h4{
	text-transform: uppercase;
}

#zone_texte_section_contact_gpsc p{
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}

#zone_texte_section_contact_gpsc a{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	color: rgba(131,146,155,1);
	margin-bottom: 20px;
}

#zone_texte_section_contact_gpsc a img{
	margin-right: 5px;
}

#zone_texte_section_contact_gpsc iframe{
	display: block;
	width: 100%;
	height: 400px;
	border: none;
	margin-top: 20px;
	border: 1px solid rgba(131,146,155,.3);
}

#form_section_contact_gpsc{
	width: calc(100% - 500px);
}

#form_section_contact_gpsc h4{
	margin-bottom: 5px;
}


#reponse_soumission_formulaire{
	margin: 20px 0px 10px;
	font-size: 14px;
}


#conditions_generales_de_vente{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 40px;
}

#texte_conditions_generales_de_vente{
	width: calc(100% - 460px);
}

#texte_conditions_generales_de_vente p{
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}

#texte_conditions_generales_de_vente ul{
	list-style: square;
	margin-left: 40px;
}

#texte_conditions_generales_de_vente ul li{
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}


#images_conditions_generales_de_vente{
	width: 400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#images_conditions_generales_de_vente p{
	width: 180px;
	text-align: center;
	font-size: 14px;
}

#images_conditions_generales_de_vente p img{
	display: block;
	width: 100%;
	margin-top: 10px;
}

#images_conditions_generales_de_vente a{
	margin-left: 20px;
}

#images_conditions_generales_de_vente a img{
	display: block;
	width: 100px;
}