@charset "utf-8";
/* CSS Document */


 body {
	width: 100%;
	margin: 0;
}

a{text-decoration:none;color: #585858;}
a:link {}
a:visited {}
a:active {}
a:hover {text-decoration : underline;}

h1 {
 	color: #000;
	font-size: 2rem; 
	font-family: "Josefin Sans", sans-serif;
	margin-top:3rem;
}

h2 {
 	color: #293382;
	font-size: 1.2rem; 
	font-family:"Raleway", sans-serif;
	margin:0;
}

#global {
	width :100% ;
	padding :0 ;
}

 

header {
	width :100% ;
	background: url(images/fond_header.png);
}

#header_haut {
	padding-top:1.25rem;
	width :100% ;
	float :left ;
}

#logo_block {
	width :50% ;
	float :left ;
}

#logo_block img {
	padding-left :10%;
}

#menu_block {
	width :50% ;
	float :right ;
	text-align :center;
	font-size:1.2rem;
	font-family: "Raleway", sans-serif;
 	color: #000;
}

nav {
	position: fixed;
	right:0;
	float: right;
	padding: 0;	
	padding-right: 1.25rem;	
	z-index:3;
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #293382 url(images/menu-icon.png) center;
	border-radius: 10px 0 10px 0;
}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 10px 0 10px 0;

}

ul {

	list-style: none;
	margin:0;
	width :100px ;
	height :70px;
	padding: 0;
	background: #fff;
	border: 3px solid #293382;
	border-radius: 10px 0 10px 0;
}

li {
	display: inline-block;
	float: left;
	padding: 5px;
	text-align: center;
	width :90px ;
	height :25px;
}

.current {
	color: #fff;
	background: #293382;
	text-decoration:none;
	color: #fff;
}

#header_bas {
	width :100% ;
	float :left ;
}
#header_bas img {
	width :100% ;
}

#arrow {
    display: flex;
    justify-content: center;
    align-items: center;
	width :100% ;
	padding-bottom: 1.25rem;
}

#arrow img{
	width :2rem ;
}

#contenu {
	text-align :center;
	width :100% ;
	float :left ;
}


#contenu_service {
	width :25% ;
	float :left ;
}

#contenu_service img {
	width :100% ;
	}

#contenu_block {
	width :100% ;
	padding-top:2.5rem;
	float :left ;
}

#projet_block {
	text-align :center;
	width :100% ;
}

#projet_block p {
	font-size:2.2rem;
	font-family: "Josefin Sans", sans-serif;
 	color: #8f8f8f;
}

 #tel_block {
	text-align :center;
	width :100% ;
}

 #tel_block p {
	font-size:3rem;
	font-family: "Josefin Sans", sans-serif;
 	color: #293382;
}

#contenu_contact {
	width :100% ;
	float :left ;
}

#carte_block {
	width :70% ;
	float :left ;
}

 #carte_block_map {
	padding:2% 5%;
}


.map-responsive {
 overflow:hidden;
 padding-bottom:56.25%;
 position:relative;
 height:0;
}
.map-responsive iframe {
 left:0;
 top:0;
 height:100%;
 width:100%;
 position:absolute;
}

 #infos_block {
	width :30% ;
	text-align :justify;
	float :left ;
}

 #infos_block_text {
	padding-top:10%;
}

 #infos_block_text h2 {
 	color: #585858;
	margin:0;
}

 #infos_block_text p {
 	font-size:1.3rem;
	font-family: "Raleway", sans-serif;
	color: #585858;
	margin-top: 5%;
	margin-bottom: 5%;
}

footer {
	width :100%;
}

#coord_block {
	width :100% ;
	float :left ;
}

#coord_block p {
	font-size:1.3rem;
	font-family: "Raleway", sans-serif;
 	color: #8f8f8f;
	margin-left:5%;
	margin-right:5%;
	padding-top:10px;
	border-top: 1px solid #8f8f8f;
}

@media screen and (min-width: 981px) and (max-width: 1280px)

{
	
#contenu_service {
	width :33% ;           
}

}
 
@media only screen and (max-width: 980px)

{

#menu-icon {
	display:inline-block;
}

nav ul, nav:active ul { 
	display: none;
	position: absolute;
	background: #fff;
	border: 3px solid #293382;
	right: 60px;
	top: 40px;
	border-radius: 10px 0 10px 0;
	width: 100px;
}

nav li {
	margin: 0;
}

nav:hover ul {
	display: block;
}

#carte_block {
	width :100% ;
}

 #infos_block {
	width :100% ;
	padding-top:0;
}

#infos_block_text {
	text-align :center;
	padding-top: 1.25rem;
}

 #infos_block_text p {
	margin-top: 2%;
}

#coord_block p {
	text-align :center;
}

}

@media only screen and (min-width: 568px) and (max-width: 980px)

{ 

#contenu_service {
	width :50% ;
}

}

@media only screen and (max-width: 567px)

{ 

h1 {
	font-size: 1.8rem; 
}

#contenu_service
{
	width :100% ;
}

 #projet_block p {
	font-size:1.5rem;
}

#tel_block p {
	font-size:1.75rem;
}

#coord_block p {
	font-size:1.2rem;
}

}