/* ****************************************************************** IMPORTANT ********** */
body
{
	margin: auto;
}

a
{
	text-decoration: none;
}

.float_left
{
	float: left;
}

.center
 {
	text-align: center;
 }
 
 .list_style
 {
	list-style: none;
 }

#top_content
{
	height: 140px;
	background-color: dodgerblue;
	
	border-bottom: 5px solid rgb(0, 122, 255);
}

/* FONT-FACE */
@font-face {
    font-family: 'Source_el';
	src: url('fonts/source-sans-pro/SourceSansPro-ExtraLight.otf');
}
@font-face {
    font-family: 'Source_l';
	src: url('fonts/source-sans-pro/SourceSansPro-Light.otf');
}

@font-face {
    font-family: 'Source';
	src: url('fonts/source-sans-pro/SourceSansPro-Regular.otf');
}

@font-face {
    font-family: 'Source_sb';
	src: url('fonts/source-sans-pro/SourceSansPro-Semibold.otf');
}

@font-face {
    font-family: 'Source_b';
	src: url('fonts/source-sans-pro/SourceSansPro-Bold.otf');
}

/* ****************************************************************** TOP CONTENT ********** */
#top_content_center
{
	width: 1200px;
	margin: auto;
}

header
{
	width: 400px;
	height: 140px;
	float: left;
}

#logo
{
	max-width: 400px;
	max-height: 100px;
	margin-left: 15px;
	margin-top: 18px;
}

nav
{
	/* background-color: gainsboro; */
	float: right;
	width: 650px;
	height: 140px;
}

nav ul
{
	font-family: 'Source', Arial, sans-serif;
	font-size: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#accueil
{
	float: left;
	width: 100px;
	margin-right: 20px;
	margin-top: 45px;
}

#service
{
	float: left;
	width: 100px;
	margin-right: 20px;
	margin-top: 45px;
}

#realisation
{
	float: left;
	width: 128px;
	margin-right: 20px;
	margin-top: 45px;
}

#designs
{
	float: left;
	width: 100px;
	margin-right: 20px;
	margin-top: 45px;
}

#contacts
{
	float: left;
	width: 100px;
	margin-right: 20px;
	margin-top: 45px;
}
 
nav ul li a
{
	display: block;
	text-decoration: none;
	padding: 15px 12px 15px 12px;
	/* height: 30px; */
	text-align: center;
	color: white;
	border-radius: 5px;
	
	border: 1px solid dodgerblue;
}

#current_li_a
{
	background-color: rgb(0, 122, 255); /*royalblue skyblue*/
	color: white;
	
	border: 1px solid skyblue; /* darkturquoise */
}
 
nav ul li a:hover 
{ 
	background-color: rgb(0, 122, 255); /*skyblue*/
	color: white;
	border: 1px solid skyblue;
	/* 300ms */
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.shadow_navullia:hover
{
	box-shadow: 0px 0px 20px slateblue;
	-moz-box-shadow: 0px 0px 20px slateblue;
	-webkit-box-shadow: 0px 0px 20px slateblue;
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

/*
#language_choice
{
	float: right;
	width: 100px;
	height: 100px;
	text-align: center;
}

#choice_french
{
	width: 100px;
	height: 50px;
	float: left;
	
	background-image: url("../images/basic/fr.png");
	background-repeat: no-repeat;
	background-size: 40px;
	background-position-x: 27px;
	background-position-y: 4px;

	opacity: 0.6;
	cursor: pointer;
	margin-top: 15px;
}

#choice_english
{
	width: 100px;
	height: 50px;
	float: left;
	
	background-image: url("../images/basic/uk.png");
	background-repeat: no-repeat;
	background-size: 40px;
	background-position-x: 27px;
	background-position-y: 4px;
	
	opacity: 0.6;
	cursor: pointer;
	margin-top: 5px;
}

#choice_english:hover, #choice_french:hover
{
	opacity: 1;
}

#choice_english:active, #choice_french:active
{
	opacity: 0.9;
}
*/

/* ****************************************************************** SLIDER ********** */
#slider
{
	clear: both;
	padding-top: 30px;
	
	width: 1200px;
	margin: auto;
	text-align: center;
}

.img_slider
{
	height: 410px;
	width: 1200px;
	margin-top: -16px;
}

/* ****************************************************************** DESCRIPTION ********** */
#description
{
	text-align: center;
	background-color: rgb(240, 240, 240); /* whitesmoke */
	height: 200px;
	
	border-bottom: 5px solid rgb(230, 230, 230); /* lavender */
	border-top: 5px solid rgb(230, 230, 230);	
	
	padding-top: 10px;
	padding-bottom: 10px;
}

.center_content
{
	width: 1200px;
	margin: auto;
}

#left_descr
{
	width: 750px;
	height: 200px;
	float: left;
}

.title_description
{
	font-family: 'Source_sb', Arial, sans-serif;
	color: rgb(60, 60, 60);
	font-size: 25px;
	
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.text_description
{
	font-family: 'Source', Arial, sans-serif;
	color: dimgray;
	font-size: 18px;
}

#right_descr
{
	width: 450px;
	height: 200px;
	float: left;
}

#img_descr
{
	max-width: 490px;
	max-height: 190px;
	margin-top: 5px;
}

.text_important
{
	font-weight: bold;
}

/* ****************************************************************** ETAPES ********** */
#etapes
{
	;
}

.titre_etapes
{
	font-family: 'Source_b', Arial, sans-serif;
	color: darkorange;
	font-size: 40px;
	margin-top: 40px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}

.roundedImage
{
    overflow:hidden;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    width:200px;
    height:200px;
}

#step1
{
	/*TAILLE EXACTE QUE JE VEUX DES IMAGES POUR QUE CA PASSE IE ;)*/
	background-image:url("../images/step1.png");
	background-size: 210px 210px;
	background-position: -13px -2px;
}

#step2
{
	background-image:url("../images/step2.png");
	background-size: 210px 210px;
}

#step3
{
	background-image:url("../images/step3.png");
	background-size: 180px 180px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

#step4
{
	background-image:url("../images/step4.png");
	background-size: 210px 210px;
	background-repeat: no-repeat;
}

#step1:hover, #step2:hover, #step3:hover, #step4:hover
{
	border-width: 3px;
}

.round_step
{
	width: 210px;
	height: 210px;
	border-radius: 50%;
	margin: auto;
	border: 9px solid darkorange;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition-property: border-width;
	-moz-transition-property: border-width;
	-o-transition-property: border-width;
	transition-property: border-width;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.step_area
{
	width: 300px;
	float: left;
}

.step_title
{
	text-align: center;
	font-family: 'Source_sb', Arial, sans-serif;
	color: dimgray;
	font-size: 20px; /* 18 */
	/* font-weight: bold; */
}

.step_text
{
	text-align: center;
	font-family: 'Source', Arial, sans-serif;
	color: rgb(60, 60, 60);
	font-size: 16px; /* 15 */
}

#service_button
{
	width: 370px;
	margin: auto;
	padding-top: 15px;
}

.service_button_p
{
	background-color: dodgerblue;
	height: 55px;
	color: white;
	font-family: 'Source', Arial, sans-serif;
	font-size: 26px;
	padding-top: 22px;
	text-align: center;
	border-radius: 8px;
	cursor: pointer;
	
	border: 1px solid slateblue;
	
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.service_button_p:hover
{
	box-shadow: 0px 0px 10px dodgerblue;
	-moz-box-shadow: 0px 0px 10px dodgerblue;
	-webkit-box-shadow: 0px 0px 10px dodgerblue;
	
	background-color: rgb(0, 112, 255)
}

.service_button_p:active
{
	background-color: dodgerblue;
}

.shadow_20
{
	box-shadow: 0px 0px 20px slateblue;
	-moz-box-shadow: 0px 0px 20px slateblue;
	-webkit-box-shadow: 0px 0px 20px slateblue;
	
	/* -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease; */
}

/* ****************************************************************** SERVICES ********** */
.service_section
{
	width: 1200px;
	margin: auto;
	
	padding-top: 30px;
	padding-bottom: 30px;
}

.service_section_div
{
	padding-top: 50px;
}

.service_section_besoin
{
	width: 1200px;
	margin: auto;
	
	padding-top: 30px;
	padding-bottom: 30px;
	
	height: 300px;
}

.service_section_spe
{
	width: 1200px;
	margin: auto;
	
	padding-top: 40px;
	padding-bottom: 50px;
}

.service_section_1
{
	background-color: white;
}

.service_section_2
{
	/* background-color: whitesmoke; */
	background-color: rgb(240, 240, 240);
	border-top: 5px solid rgb(230, 230, 230);
	border-bottom: 5px solid rgb(230, 230, 230);
}

.service_title_service
{
	font-family: 'Source_b', Arial, sans-serif;
	color: gray;
	font-size: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	/* text-align: center; */
	
	padding-bottom: 20px;
}

.service_title_description
{
	font-family: 'Source', Arial, sans-serif;
	color: dimgray;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	/* text-align: center; */
}


.service_title
{
	font-family: 'Source_sb', Arial, sans-serif;
	color: darkorange;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-bottom: 30px;
	/* text-align: center; */
}

.service_description
{
	font-family: 'Source', Arial, sans-serif;
	color: dimgray;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	/* text-align: center; */
}

.service_img
{
	max-width: 550px;
	max-height: 300px;
}

.service_img_1 /* imgàdroite */
{
	width: 550px;
	height: 300px;
	background-color: gainsboro;
	float: right;
}

.service_img_2 /* imgàgauche */
{
	width: 540px;
	height: 300px;
	background-color: gainsboro;
	float: left;
	
	background-repeat: no-repeat;
	/* border: 5px solid gainsboro; */
	border: 5px solid rgb(230, 230, 230);
	
	background-image: url("../images/img_besoin4.jpg");
	background-position: -340px -100px;
}

.service_texte_1
{
	float: right;
	padding-right: 50px;
	
	width: 600px;
	height: 300px;
}

.service_texte_2
{
	float: left;
	padding-left: 50px;
	
	width: 600px;
	height: 300px;
}

.service_titre_etapes
{
	font-family: 'Source_sb', Arial, sans-serif;
	color: dodgerblue; /* darkorange gray */
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}


.points_forts
{
	width: 400px;
	float: left;
}

.titre_points_forts
{
	text-align: center;
	font-family: 'Source_sb', Arial, sans-serif;
	color: dimgray;
	font-size: 20px;
}

.descr_points_forts
{
	text-align: center;
	font-family: 'Source', Arial, sans-serif;
	color: rgb(60, 60, 60);
	font-size: 16px;
	width: 350px;
	margin-left: 25px;
}

.tarif_area
{
	;
}

.tarif_area_ptarif
{
	width: 500px;
	background-color: red;
	float: left;
}

.tarif_area_49
{
	;
}

.tarif_area_right
{
	width: 700px;
	background-color: blue;
	float: left;
}

.tarif_area_right_p
{
	;
}

.tarif_area_img
{
	;
}

/* ****************************************************************** FOOTER ********** */
footer
{
	background-color: whitesmoke;
	margin-bottom: -16px;
	border-top: 5px solid rgb(236, 236, 236);
	margin-top: 100px;
}

#footer_content
{
	width: 1200px;
	margin: auto;
	text-align: center;
}

#contact_area
{
	width: 849px;
	height: 270px; /* 249 */
	float: left;
	/* background-color: blue; */
	border-bottom: 1px solid gainsboro;
}

#left_footer
{
	/* background-color: green; */
	width: 849px;
	height: 450px;
	float: left;
	border-left: 1px solid gainsboro;
}

#right_footer
{
	/* background-color: red; */
	
	width: 345px;
	height: 450px;
	float: left;
}

#footer_img
{
	margin-top: 10px;
}

#site_contacts
{
	;
}

#follow_us
{
	width: 495px;
	height: 179px;
	float: left;
}

#two_buttons
{
	width: 349px;
	height: 179px; /* 200 */
	float: left;
	/* background-color: yellow; */
	border-right: 1px solid gainsboro;
}

.two_buttons_div1
{
	margin: auto;
	height: 89px;
	border-bottom: 1px solid gainsboro;
}

.two_buttons_div
{
	margin: auto;
	height: 89px;
}

.two_buttons_p
{
	margin: auto;
	padding-top: 32px;
	padding-bottom: 32px;
	font-family: 'Source_b', Arial, sans-serif;
	color: gray;
	font-size: 20px;
	cursor: pointer;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.two_buttons_p:hover
{
	background-color: lavender;
	
	/* box-shadow: 0px 0px 10px gainsboro;
	-moz-box-shadow: 0px 0px 10px gainsboro;
	-webkit-box-shadow: 0px 0px 10px gainsboro; */
}

.two_buttons_p:active
{
	background-color: ghostwhite;
}

#plan_site
{
	/* width: 350px;
	height: 450px;
	float: left; */
	
	width: 348px;
	height: 450px;
	float: left;
	border-left: 1px solid gainsboro;
	border-right: 1px solid gainsboro;
}

#copyright
{
	clear: both;
	padding-bottom: 30px;
	color: gray;
	font-weight: bold;
	text-align: center;
	background-color: gainsboro;
	border-top: 5px solid lightgray;
	padding-top: 15px;
	font-family: 'Source_sb', Arial, sans-serif;
	font-size: 15px;
	
	height: 50px;
}

.copyright_p
{
	width: 1200px;
	margin: auto;
	
	margin-top: 20px;
}

.copyright_left
{
	float: left;
	margin-bottom: 10px;
}

.copyright_right
{
	float: right;
	margin-bottom: 10px;
}

.copyright_a
{
	color: gray;
	
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.copyright_a:hover
{
	color: rgb(167, 167, 167);
	
	
}

.copyright_a:active
{
	color: silver;
}

.footer_p
{
	text-align: center;
	
	margin: 30px 0px 30px 0px;
}

.footer_p1
{
	width: 170px;
	margin: auto;
	font-family: 'Source_sb', Arial, sans-serif;
	font-size: 21px;
	border-bottom: 2px solid gainsboro;
	color: dodgerblue;
}

.footer_p2
{
	font-family: 'Source', Arial, sans-serif;
	color: gray;
	
	font-size: 20px;
	
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

a .footer_p2:hover
{
	color: silver;
}

a .footer_p2:active
{
	color: dimgray;
}

.footer_p2_img
{
	width: 100px;
}

.footer_p2_img_1
{
	;
}

.footer_p2_img_23
{
	;
}

.footer_img_div
{
	width: 140px;
	float: left;
	
	height: 170px;
}

.footer_img_div:hover
{
	box-shadow: 0px 0px 10px gainsboro;
	-moz-box-shadow: 0px 0px 10px gainsboro;
	-webkit-box-shadow: 0px 0px 10px gainsboro;
	
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.footer_img_div1
{
	margin-left: 59px;
}

.footer_img_div123
{
	margin-right: 60px;
}

#sitemap
{
	margin-top: 20px;
}

.footer_p2_quality
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer_spe
{
	;
}

.footer_fb
{
	width: 110px;
	
	margin-left: 55px;
}

.footer_other
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#footer_social
{
	margin-top: 25px;
}

.espace_social
{
	margin-right: 30px;
	
	float: left;
}

.other_social_network
{
	height: 65px !important;
}

.espace_social_top
{
	margin-top: 25px;
}

.espace_navigation_top
{
	margin-top: 70px;
	margin-bottom: 35px;
}

.footer_title
{
	font-family: 'Source_b', Arial, sans-serif;
	color: dimgray;
	font-size: 30px;
	margin-top: 5px;
	margin-bottom: 22px;
}

.footer_title_descr
{
	font-family: 'Source', Arial, sans-serif;
	color: gray;
	font-size: 18px;
	margin-top: -20px;
	margin-bottom: 10px;
}

/* ****************************************************************** AUTRES ** */

.clear
{
	clear: both;
}

/** ScrollToTop **/
#scrollToTop a{
	position: fixed;
	right: 10px;
	bottom: 10px;
	/* background-color: rgb(255,255,255); */ /** rgba fallback**/
	/* background-color: rgba(255,255,255, 0.7); */
	padding: 7px 10px;
	/* border: 1px solid dodgerblue; */
	color: dodgerblue;
	
	opacity: 0.5;
	height: 130px;
	width: 50px;
	background-image: url("../images/basic/rocket1bis.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
#scrollToTop a:hover{
	/* box-shadow: 0px 0px 5px dodgerblue;
	-moz-box-shadow: 0px 0px 5px dodgerblue;
	-webkit-box-shadow: 0px 0px 5px dodgerblue; */
	text-decoration: none !important;
	opacity: 1;
}

@media screen and (max-width: 1400px)
{
	/** ScrollToTop **/
	#scrollToTop a{
		position: inherit;
		right: 0px;
		bottom: 0px;
		padding: 0px 0px;
		/* opacity: 1; */
		height: 0px;
		width: 0px;
		background-size: 0px 0px;
		background-repeat: no-repeat;
	}
	#scrollToTop a:hover{
		/* opacity: 1; */
	}
	
	/*  
	En attendant un vrai responsive :p
	(qui sera géré en dessous 1200px,
	sauf pour la fusée qui DOIT etre 1400px)
	ps : body : cause du pb de blanc
	*/
	body
	{
		width: 1400px;
	}
}

/* ****************************************************************** INFORMATIONS.PHP ********** */
#mentions
{
	;
}

#cgu
{
	;
}

#cgv
{
	;
}

.informations_title
{
	font-family: 'Source_b', Arial, sans-serif;
	color: gray;
	font-size: 40px;
	margin-top: 40px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}

.informations_title2
{
	font-family: 'Source_sb', Arial, sans-serif;
	color: darkorange;
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}

.informations_title3
{
	font-family: 'Source_b', Arial, sans-serif;
	color: gray;
	font-size: 40px;
	margin-top: 40px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}

.informations_title4
{
	font-family: 'Source', Arial, sans-serif;
	color: dimgray;
	font-size: 21px;
	text-align: center;
	
	font-weight: bold;
}

.informations_description
{
	font-family: 'Source', Arial, sans-serif;
	color: dimgray;
	font-size: 18px;
	text-align: center;
}














































/* ********** CONTACT PAGE ********* */

.contact
{
	height: 80px;
	border-bottom: 5px solid lavender;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	
	margin-top: 20px;
}

.contact_p
{
	padding-top: 5px;
	font-family: 'Source_sb', Arial, sans-serif;
	font-size: 50px;
	color: gray;
	margin: 0;
}


.contact_prenom_nom
{
	margin-top: 30px;
	height: 50px;
}

.contact_email
{
	margin-top: 30px;
	height: 50px;
}

.contact_raison
{
	margin-top: 30px;
	height: 50px;
}

.contact_objet
{
	margin-top: 30px;
	height: 50px;
}

.contact_message
{
	margin-top: 30px;
	height: 300px;
}

.contact_champs
{
	color: dimgray;
	font-family: Geneva, sans-serif;
	margin: 0;
}

.contact_champs_prenom_nom
{
	color: dimgray;
	font-family: Geneva, sans-serif;
	width: 335px;
	float: left;
	height: 50px;
	margin: 0;
}

.input_contact_prenom_nom
{
	margin-top: 5px;
	height: 30px;
	width: 260px;
	font-size: 21px;
	text-align: center;
	
	border-radius: 5px;
	border: 3px solid lavender;
	color: rgb(70, 70, 70);
}

.input_contact_mail_objet
{
	margin-top: 5px;
	height: 30px;
	width: 450px;
	font-size: 21px;
	text-align: center;
	
	border-radius: 5px;
	border: 3px solid lavender;
	color: rgb(70, 70, 70);
}

.contact_message_textarea
{
	width: 600px;
	height: 250px; /*350px*/
	margin-top: 5px;
	font-family: Geneva, sans-serif;
	padding: 5px;
	
	border-radius: 5px;
	border: 3px solid lavender;
	color: rgb(70, 70, 70);
	margin: 0;
}

.contact_raison_select
{
	margin-top: 5px;
	height: 38px;
	width: 260px;
	
	border-radius: 5px;
	border: 3px solid lavender;
	color: rgb(70, 70, 70);
}

.contact_red_star
{
	color: red;
}

.contact_captcha
{
	margin-top: 10px;
}

.contact_captcha_p
{
	color: dimgray;
	font-family: "Geneva", sans-serif;
	margin-bottom: 5px;
	margin: 0;
}

.contact_captcha_block
{
	margin: auto;
	width: 321px;
}

.contact_info_envoyer
{
	height: 50px;
	width: 200px;
	font-size: 18px;
	background-color: whitesmoke;
	border-radius: 5px;
	margin-top: 40px;
	margin-bottom: 40px;
	cursor: pointer;
	
	color: dimgray;
}

.contact_info_envoyer:hover
{
	background-color: lavender;
}

.contact_info_envoyer:active
{
	background-color: silver;
}

.contact_what_is_star
{
	color: dimgray;
	font-family: "Geneva", sans-serif;
	margin-bottom: 5px;
	font-size: 15px;
	margin: 0;
}

.contact_area
{
	width: 670px;
	margin: auto;
}











































