
/* =========================================== Start accueil ====================================== */
#accueil
{
	margin-bottom: 0px;
	padding-top: 100px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 100px;	
	color: #DCDCDC;
	background-color: #19191b;
	font-size: 110%;
}

#accueil #accueil_div1
{
	margin-bottom: 50px;
}
#accueil #accueil_div1 h2
{
	font-size: 150%;
}

#accueil #accueil_div2 #accueil_div2_1 
{
	margin-bottom: 70px;
	padding: 40px;
}
#accueil #accueil_div2 #accueil_div2_2 
{
	margin-bottom: 70px;
	padding: 40px;
}
#accueil #accueil_div2 #accueil_div2_3 
{
	margin-bottom: 70px;
	padding: 40px;
}
#accueil #accueil_div2 #accueil_div2_1 span 
{
	color: white;
	font-size: 120px;
}
#accueil #accueil_div2 #accueil_div2_2 span 
{
	color: white;
	font-size: 120px;
}
#accueil #accueil_div2 #accueil_div2_3 span 
{
	color: white;
	font-size: 120px;
}
/* =========================================== End accueil ====================================== */


/* =========================================== Start ResponsiveDesign ====================================== */						
#ResponsiveDesign
{
	height: ;
	padding-top: 180px;
	padding-bottom: 150px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: white;
	color: #6c757d;
	text-align: center;
	font-size: 110%;
	
	transform: skew(0deg, -5deg); /*Pour pencher */
}
						
#ResponsiveDesign #ResponsiveDesign_text
{
	height: ;
	background-color: ;
	padding: 30px;
	
	transform: skew(0deg, 5deg); /*Pour rendre droit */
}
#ResponsiveDesign #ResponsiveDesign_text h3
{
	color: ;
}
						
#ResponsiveDesign #ResponsiveDesign_image
{
	height: ;
	background-color: ;
	padding-top: ;
	
	transform: skew(0deg, 5deg); /*Pour rendre droit */
	
	/* Start "center the content verticaly and horizontaly" */
	display: flex;
	align-items: center; /*  centers the content verticaly */
	justify-content: center; /* centers the content horizontaly */
	/* End "center the content verticaly and horizontaly" */
}
#ResponsiveDesign #ResponsiveDesign_image img
{
	width: 60%;
	height: 200px;
}
/* =========================================== End ResponsiveDesign ====================================== */




/* =========================================== Start background_2 ====================================== */
#background_2
{
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 50%;*/
	/*transform: translate(-50%,-50%);*/
	height: 600px;
	/*width: 1200px;*/
	background-color: black;
	/*box-shadow: 0 25px 30px rgba(0,0,0,.5);*/
	display: flex;
	margin-bottom: 0px;
	margin-top: -70px;	
	
	/* Start "Background_image" */
	background: url('../../Images/background_2.webp') no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	/* End "Background_image" */
}
#background_2_content
{
	width: 40%;
	/*width: calc(50% - 50px);*/
	height: 100%;	
	box-sizing: border-box;
	padding-top: 140px;
	/*padding-left: 100px;*/
	background-color: black;
	color: white;
	opacity: 0;
}
#background_2_image
{
	width: 60%;
	/*width: calc(50% + 50px);*/
	height: 100%;
	/*background-color: blue;*/
	/*box-sizing: border-box;*/
	border-left: 100px solid black;  /* same as "background-color" of "div_1_content" */
	border-bottom: 400px solid transparent; /* same as "height" of "div_1" */	
	/*background-position: -100px -150px;*/
	opacity: 0;
}
/* =========================================== End background_2 ====================================== */



/* =========================================== Start nos_servcices ====================================== */
#nos_servcices
{
	padding-top: 130px;
	padding-bottom: 50px;
	padding-right: 30px;
	padding-left: 30px;
	color: #DCDCDC;
	background-color: #19191b;
	font-size: 110%;
	
	/* Start "Background_image" */
	background: url('../../Images/services-background.webp') no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	/* End "Background_image" */
}

#nos_servcices h2
{
	color: white;
	margin-bottom: 20px;
}
#nos_servcices #services_main_h4
{
	color: #6c757d;
	font-style: italic;
	font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	line-height: 1.75;
}
#nos_servcices div 
{
	margin-bottom: 40px;  
	padding-bottom: 40px; 
	padding-top: 40px;  
	padding-right: 20px;  
	padding-left: 20px; 
	height: 350px;	
}
#nos_servcices div span 
{
	font-size: 50px;
	color: white;
}
/* =========================================== End nos_servcices ====================================== */




/* =========================================== Start nos_services_2 ====================================== */
#nos_services_2
{
	padding-top: 130px;
	font-size: 110%;	
}
#nos_services_2 h3
{
	color: #DCDCDC;
}

#nos_services_2 #nos_services_2_div_1
{
	background-color: #19191b;
	height: 300px;
	
	
}
#nos_services_2 #nos_services_2_div_1 .hosting_packs_wrappers
{
	padding-left: 150px;
	padding-right: 150px;
}
#nos_services_2 #nos_services_2_div_1 .hosting_packs_wrappers .hosting_packs
{	
	color: #6c757d;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	margin-bottom: 50px;
	/*width: 90%*/	
	border-bottom: .55rem solid #6c757d;
	border-radius: 5px;
}
#nos_services_2 #nos_services_2_div_1 .hosting_packs_wrappers #hosting_pack_1
{
	background-color: #f8f9fa;	
}
#nos_services_2 #nos_services_2_div_1 .hosting_packs_wrappers #hosting_pack_2
{
	background-color: #e1e5ea;	
}
#nos_services_2 #nos_services_2_div_1 .hosting_packs_wrappers #hosting_pack_3
{
	background-color: #cad2d9;	
}
#nos_services_2 #nos_services_2_div_1 .hosting_packs_wrappers .hosting_packs h3
{	
	color: black;
}
#nos_services_2 #nos_services_2_div_1 .hosting_packs_wrappers .hosting_packs span
{	
	font-size: 300%;
}

#nos_services_2 #nos_services_2_div_2
{
	background-color: white;
	height: 2050px;	
}
/* =========================================== End nos_services_2 ====================================== */





/* =========================================== Start background_1 ====================================== */
#background_1
{
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 50%;*/
	/*transform: translate(-50%,-50%);*/
	height: 400px;
	/*width: 1200px;*/
	background-color: black;
	/*box-shadow: 0 25px 30px rgba(0,0,0,.5);*/
	/*display: flex;*/
	margin-bottom: 0px;	
	
	/* Start "Background_image" */
	background: url('../../Images/background_1.webp') no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	/* End "Background_image" */
}
#background_1_content
{
	width: 100%;
	/*width: calc(50% - 50px);*/
	height: 100%;	
	box-sizing: border-box;
	padding-top: 170px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: black;
	color: white;
	opacity: 0;
}
#background_1_content h2
{
	font-size:  22px;
}
#background_1_image
{
	width: 0%;
	height: 100%;	
	opacity: 0.4;
}

/* =========================================== End background_1 ====================================== */




/* =========================================== Start contactez_nous ====================================== */
#contactez_nous
{	
	background-color: #19191b;
	margin-bottom: 0px;
	height: 2100px;
	padding-top: 130px;	
	padding-bottom: 70px;
	font-size: 110%;	
}
#contactez_nous h2
{
	margin-bottom: 20px;
}
#contactez_nous h4
{
	color: #6c757d;
	font-style: italic;
	font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	line-height: 1.75;
}

/* ********************** Start Contact Form ******************************** */
#contactez_nous #form_wrapper
{
	/* Start "center content horizontally" */
	display: flex;
	justify-content: center;
	/* Start "center content horizontally" */
	
	height: 750px;
	padding-top: 100px;
	
	/* Start "Background_image" */	
	background-image: url(../../Images/map-image.webp);
    background-repeat: no-repeat;
    background-position: center;
	/* End "Background_image" */
}

#contactez_nous #form_wrapper form #name_email_wrapper
{
	background-color: ;
	padding: 0;
}
#contactez_nous #form_wrapper form #name_email_wrapper input
{
	height: 70px;
	font-weight: bold;
}

#contactez_nous #form_wrapper form #message_wrapper
{
	background-color: ;
	padding: 0;
}
#contactez_nous #form_wrapper form #message_wrapper textarea
{
	height: 155px;
	padding-top: 24px;
	font-weight: bold;
}

#contactez_nous #form_wrapper form #submit_button
{
	height: 70px;
	width: 300px;
	font-weight: bold;
}
/* ********************** End Contact Form ******************************** */



/* ********************** Start Contact Info ******************************** */
#contactez_nous #info_wrapper
{
	background-color: white;
	height: 950px;
	padding-top: 100px;
}

#contactez_nous #info_wrapper .info_subdivs_wrappers
{
	height: 30%;
	margin-top: -210px;
	margin-bottom: 250px;
	
	/* Start "center content horizontally" */
	display: flex;
	justify-content: center;
	/* Start "center content horizontally" */
}

#contactez_nous #info_wrapper .info_subdivs_wrappers .info_subdivs
{
	background-color: #e1e5ea;
	color: #6c757d;
	height: 100%;
	width: 70%;
	text-align: center;
	padding: 10px;
	padding-top: 65px;
	border-bottom: .55rem solid #6c757d;
	border-radius: 5px;
}
#contactez_nous #info_wrapper .info_subdivs_wrappers .info_subdivs .glyphicon
{
	font-size: 120%;
	font-weight: bold;
}
#contactez_nous #info_wrapper .info_subdivs_wrappers .info_subdivs .info_subdivs_titles
{
	font-weight: bold;
	color: black;
}
#contactez_nous #info_wrapper .info_subdivs_wrappers .info_subdivs .info_subdivs_paragraph
{
	font-size: 80%;
	color: #6c757d;
}
/* ********************** End Contact Info ******************************** */



/* ********************** Start SocialNetworks_wrapper ******************************** */
#SocialNetworks_wrapper
{	
	background-color: white;
	height: 400px;	
	margin-top: -200px;
}
#SocialNetworks_wrapper #Inside_div_SocialNetworks
{
	height: 400px;
	background-color: white;
	opacity: 0.8;
	
}
#SocialNetworks_wrapper #Inside_div_SocialNetworks #follow_us a 
{
	font-size: 60px;
	border-radius: 60px;
	width: 95px;
	background-color: #19191b;
	color: white;
	margin-top: -200px;	
}
/* **********************  End SocialNetworks_wrapper ******************************** */
/* =========================================== End contactez_nous ====================================== */



/* =========================================== Start background_3 ====================================== */
#background_3
{	
	/* Start "Background_image" */
	background: url('../../Images/background_3.webp') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	/* End "Background_image" */
	
	height: 620px;	
	padding-top: 0px; 
	padding-bottom: 0px;
	margin-bottom: -100px;  
}
#background_3 #Inside_background_3
{
	height: 620px;
	background-color: black;
	padding-top: 160px;
	opacity: 0.5;	
}
/* =========================================== End background_3 ====================================== */




/* =========================================== Start realisations ====================================== */
#realisations
{
	height: ;
	padding-top: 150px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 200px;
	background-color: white;
	
	transform: skew(0deg, -5deg); /*Pour pencher */
}
#realisations h2
{
	color: black;
	margin-bottom: 20px;
	
	transform: skew(0deg, 5deg); /*Pour rendre droit */
}
#realisations h4
{
	color: #6c757d;
	font-style: italic;
	font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	line-height: 1.75;
	
	transform: skew(0deg, 5deg); /*Pour rendre droit */
}

#realisations_wrapper
{
	transform: skew(0deg, 5deg); /*Pour rendre droit */
}

#realisations .one_realisation_wrapper
{
	position: relative;
	height: 310px;
	background-color: ;
	margin-bottom: 20px;
}
#realisations .one_realisation_wrapper .one_realisation
{
	background-image: url(../../Images/imac.webp);						
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#realisations .one_realisation_wrapper .one_realisation .screen
{
	overflow-y: auto;
	pointer-events: all;
	top: 8.20707071%;
	right: 6.61538462%;
	bottom: 31.6919192%;
	left: 6.61538462%;
	position: absolute;
	overflow: hidden;
	background-size: cover;
	box-sizing: border-box;
}
#realisations .one_realisation_wrapper .one_realisation .screen img
{
	height: 100%;
	width: 100%;
}

#realisations .gradient-overlay
{
	transform: skew(0deg, 5deg);  /*Pour rendre droit */
	position: absolute;
	bottom: 270px;
	left: 0;
	width: 100%;
	height: 400px;  /* Adjust the height to control how much of the images is covered */
	background: linear-gradient(to top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0));  /* Slightly translucent white */
	z-index: 10;  /* Make sure the gradient is on top */
}
#realisations .load-more 
{							
	padding: 10px 20px;
	background-color: #19191b;
	color: #ffffff;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	font-size: 25px;
	font-weight: bold;
	transform: skew(0deg, 5deg);  /*Pour rendre droit */
	width: 90%;         /* Ensures the button takes the full width */
	margin-top: 80px;
}
#realisations .load-more .arrow 
{
	margin-left: 8px; /* Space between text and arrow */
	font-size: 25px;  /* Arrow size */
}
/* =========================================== End realisations ====================================== */








/* =========================================== Start above_footer ====================================== */
#above_footer
{
	height: ;
	padding-top: 200px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	background-color: #19191b;
	font-size: 110%;
}

#above_footer #info_wrapper
{
	background-color: #19191b;
	height: 950px;
	padding-top: 50px;
}

#above_footer #info_wrapper .info_subdivs_wrappers
{
	height: 30%;
	margin-top: ;
	margin-bottom: 50px;
	
	/* Start "center content horizontally" */
	display: flex;
	justify-content: center;
	/* Start "center content horizontally" */
}

#above_footer #info_wrapper .info_subdivs_wrappers .info_subdivs
{
	background-color: #e1e5ea;
	color: #6c757d;
	height: 100%;
	width: 70%;
	text-align: center;
	padding: 10px;
	padding-top: 65px;
	border-bottom: .55rem solid #6c757d;
	border-radius: 5px;
}
#above_footer #info_wrapper .info_subdivs_wrappers .info_subdivs .glyphicon
{
	font-size: 120%;
	font-weight: bold;
}
#above_footer #info_wrapper .info_subdivs_wrappers .info_subdivs .info_subdivs_titles
{
	font-weight: bold;
	color: black;
}
#above_footer #info_wrapper .info_subdivs_wrappers .info_subdivs .info_subdivs_paragraph
{
	font-size: 80%;
	color: #6c757d;
}
/* =========================================== End above_footer ====================================== */
