body
{
    font-family: Arial, sans-serif;
    margin: 0 auto;
    width: 100%;
}
.bleu{
    color: #5cadd3;
}
.gras{
    font-weight: bold;
}
button.bouton_bleu:hover{
    background: #4494bb;
border-bottom: 3px solid #5cadd3;
}

h2:not(#title-contact){
    text-align: center;
    font-size: 3em;
}
section#projets h2{
    color: black;
}
#header{
    display: flex;
    justify-content: space-around;
    position: fixed;
    background-color: white;
    align-items: center;
    width: 100%;
    z-index: 1000;
    top:0;
    margin: auto;
    
}
@media (min-width: 760px){
    #header{
        flex-direction: row;
    }
}
@media (min-width: 760px){
    #header nav a{
        width: 100%;
     
    }
}
@media (min-width: 760px){
    nav#header ul#main_menu a{
        padding-right: 20px;
        padding-left: 20px;
     
    }
}

#main_menu{
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
    padding-left: 20px;
    padding-right: 20px;    
}

a{
    text-decoration: none;
    color: #64686d;
}
ul{
    list-style-type: none;
}
.slider{
   margin-top: 100px; 
   
}
@media (min-width: 760px){
    #slider h2{
        text-align: left;
       
    }
}
@media (min-width: 760px) {
    #slider{
        background: url("bg1.jpg") no-repeat center;
        height: 550px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }}
.slider p{
    margin-bottom: 30px;
}
.content_slider{
    width: 80%;
    margin: auto;
}

@media (min-width:760px){
    #load_bar{
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: rgba(0,0, 0,0.1);
        bottom: 0;
        left: 0;
    }
}
@media (min-width:760px){
    #loading{
        width: 200px;
        height: 4px;
        background-color: #5cadd3;
    }
}
#shadow{
    margin: auto;
    margin-top: 60px;
    box-shadow: 0 0 40px grey;
    width: 95%;
    height: 1px;
    border-bottom: 1px solid #d5d5d5;
}
button {
    background-color: #5cadd3;
    border-radius: 4px;
    padding: 10px;
    color: white;
    border: none;
    border-bottom: 3px solid #4494bb;
}
button a{
    color: white;
    font-size: 16px;
}
    
.line-point{
    text-align: center;
    color: #5cadd3;
    width: 15px;
    margin: auto;
    transform: translate(0%,-40%);
}
.lineandpoint{
    width: 100%;
    margin-bottom: 50px;
}
.line{
    background-color: #ebebeb;
    width: 200px;
    height: 2px;
    margin: auto;
    z-index: 40;

}
h2 span{
    color: #5cadd3;
}
@media (min-width:760px){
    #slider p{
        color: white;
        font-size: 16px;
        
    }
}
@media (min-width:760px){
    #slider h2{
        color: white;
        font-size: 2em;
        
    }
}
@media (min-width:760px){
    .fleche_gauche{
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        left: 0;
        

    }
}
@media (min-width:760px){
    .fleche_droite{
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        right: 0;
        

    }
}

@media (min-width:760px){
    div.fleche_gauche,div.fleche_droite{
        width: 25px;
        height: 50px;
        position: relative;
        background-color: rgba(0,0,0,0.2);

    }
}
@media (min-width:760px){
    div.fleche_gauche i ,div.fleche_droite i{
        margin: auto;
        position: absolute;
        bottom: 16px;
        color: white;

    }
}
@media (min-width:760px){
    div.fleche_gauche i {
        right: 10px;

    }
}
@media (min-width:760px){
    div.fleche_droite i {
        left: 10px;

    }
}

.center{
text-align: center;
color: #64686d;
}
@media (min-width: 960px){
    #contenu_services{
        flex-direction: row;
        justify-content: center;
    }
}
div#contenu_services{
    display: flex;    
}
aside{
    width: 100%;
}
#image_ordi{
    margin: auto;
}
@media (min-width: 960px){
    #image_ordi img{
        min-width: 400px;
    }
}
@media only screen and (min-width: 320px){
    #image_ordi img{
        margin: auto;
        width: 100%;
    }
}
@media (min-width: 960px){
    #liste_services{
        align-self: flex-end;
        padding-right: 100px;
    }
}
#liste_services{
    width: 90%;
}
#liste_services p{
    color: #64686d;
}
div.service{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    
}
div.service div.icone{
    margin: 20px;
    border: 1px solid #d5d5d5;
    padding: 20px;
    border-radius: 50%;
    position: relative;
}
i{
    color: #5cadd3;
}
div.icone p.point{
    position: absolute;
    right: -7px;
    top: 10px;
}
p.point{
    text-align: center;
    margin-bottom: 30px;
}
h3{
    margin: 20px 0;
}
section#projets{
    background-color: #f5f5f5;
}
section{
    
    position: relative;
}
section#services,#projets{
    padding: 30px;
}
@media (min-width: 960px){
    nav#menu-projets ul{
        margin: 30px 0;

    }
}
@media only screen and (min-width:320px){
    nav#menu-projets ul{
        margin: 0;
    }
}
nav#menu-projets ul{
    display: flex;
    justify-content: center;
    width: 100%;
    padding:0;
}
nav#menu-projets li:first-child{
    background-color: #5cadd3;
    border-radius: 4px 0 0 4px;
    height: 36px;
    color: white;
    border-bottom: 3px solid #4494bb;
    position: relative;
    border-left: 1px solid #e5e5e5;
}
nav#menu-projets li:hover
{
	background-color: #5cadd3;
    height: 36px;
	color: white;
	border-bottom: 3px solid #4494bb;
    position: relative;
}
nav#menu-projets li{
    width: 110px;
    height: 40px;
    line-height: 40px;

}

nav#menu-projets li i{
    
    position: absolute;
    bottom: -14px;
    left: 45%;
    color: #4494bb;
    padding: 0;
    margin: 0;
}
nav#menu-projets li{
    background-color: #e5e5e5;
}
#images-portfolio{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#images-portfolio a{
    width: 400px;
    margin: 15px;
    height: auto;
    position: relative;

}
#images-portfolio img{
    width: 100%;
    height: 100%;
}
.contenu_portfolio
{
	position: absolute;
	width:90%;
	bottom: 0;
	text-align: left;
	padding: 5%;
}
.contenu_portfolio h4
{
    font-size: 0.8em;
}
.contenu_portfolio h4, .contenu_portfolio p 
{
	margin: 0;
	padding: 0;
}
.contenu_portfolio
{
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 1);
}
i.fa-eye
    {
        position: absolute;
        background: #4591b1;
        padding: 10px;
        border: 2px solid white;
        border-radius: 50%;
        color: white;
        right: 5px;
        bottom: 18%;
        z-index: 20;
    }
    #images-portfolio a:hover .contenu_portfolio{
        background-color: rgba(0, 0, 0, 0.5);
        color: rgba(255, 255, 255, 1);
    }
    
    #images-portfolio a:hover i.fa-eye{
        border: 2px solid rgba(255, 255, 255, 1);
        color: rgba(255, 255, 255, 1);
        background: rgba(69, 145, 177, 1);
    }
    
    .contenu_portfolio p 
    {
        font-size: 0.7em;

    }
@media (min-width: 760px){
    i.fa-eye{
        position: absolute;
        display: block;
        background: rgba(69,145,177,0);
        padding: 20px;
        border: 2px solid rgba(255,255,255,0 );
        color: rgba(255,255,255,0);
        border-radius: 50%;
        right: 20px;
        bottom: 15%;
        z-index: 20;
        transition:  all 1s linear;
    }
}
@media only screen and (min-width:320px){
    i.fa-eye{
        position: absolute;
        background: #4591b1;
        padding: 10px;
        border: 2px solid white;
        border-radius: 50%;
        color: white;
        right: 5px;
        bottom: 18%;
        z-index: 20;
    }
}
@media only screen and (min-width: 320px) {
    .contenu_portfolio, i.fa-eye
    {
        display: block;
        
    }}
@media (min-width: 760px) {
    .contenu_portfolio
    {
        display: block;
        background-color: rgba(0, 0, 0, 0);
        color: rgba(255, 255, 255, 0);
        transition:  all 1s linear;
        
    }}
    /*Contact*/
    section#contact
{
	margin:0;
	padding: 0;
	position: relative;
}

iframe
{
    width: 100%;
    border: 0;
}

#formulaire-contact
{
	background-color: rgba(239, 243, 245, 0.9);
	padding: 30px;
}

h2#title_contact
{
	font-size: 1.8em;
	margin: 0;
}

#formulaire-contact p
{
    font-size: 1.1em;
    color: #64686d;
}

/* on retire le style d'origine des input */
input:invalid
{
    box-shadow:none;
    border:0 none;
    outline:0;
}

input
{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

/* On met un nouveau style aux input et textarea*/
#formulaire-contact input, #formulaire-contact textarea
{
	width: 95%;
	padding: 5px;
	color: #999999;
	border-color: 1px solid #cccccc !important;
	border-radius: 5px 5px;
	font-family: arial;
	font-size: 1em;
	margin: 10px 0 0 0;
}

input.bouton_bleu
{
    width: 150px !important;
    background: #5cadd3;
    border-radius: 4px;
    padding: 10px;
    color: white !important;
    border: none;
    border-bottom: 3px solid #4494bb;

}
input.bouton_bleu:hover{
background: #4494bb;
border-bottom: 3px solid #5cadd3;
}


#formulaire-contact textarea
{
	height: 100px;
}

/* Responsive */
@media only screen and (min-width: 320px) {
    #formulaire-contact
    {
        width: 100%;
        padding: 40px 0 40px 0;
    }
    #maps
    {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column-reverse;
    }
    iframe
    {
        height: 400px;
    }
}
@media only screen and (min-width: 760px) {
    #formulaire-contact
    {
        width: 450px;
        top: 20%;
	    right: 10%;
        position: absolute;
        padding: 30px ;
    }
    #maps
    {
        display: block;
    }
    iframe
    {
        height: 900px;
    }
}