
body
{
	margin: 0px;
	padding: 0px;
    display: block;
}

/*Menu Header*/
a
{
    text-decoration: none;
}
nav ul
{
	list-style: none;
	display: flex;	
}	
header
{
    display: flex;
    position: fixed;
    width: 100%;
   justify-content: space-around;
   align-items: flex-end;
   padding-top: 21px;
   padding-bottom: 21px;
   z-index: 8000;
    background-color: white;
    border-bottom: solid #5cadd3 2px;
}
nav li
{
    margin-right: 5px;
    margin-left: 5px;
    font-family: arial;
}
header a
{
    color: #777777;
    padding-top: 25px;
    padding-left: 13px;
    padding-right: 13px;
}
nav a:hover
{
    color: #464646;
    border-top: solid 3px;
    border-color: #5cadd3;
    padding-top: 45px;
    margin-top: -25px;
}
 
/*diaporama*/

#slideshow 
{  
    width: 100%;          
    overflow: hidden;
    position: relative;       
}
#sContent {
    position: relative;   
    top: 0;               
    left: 0;              
    margin: 0;            
    padding: 0;
    width: 200%;          
    transition: left 1s;
}
#sContent li
{
    display: inline;    
}
#slideshow:target #sContent
{
    left: -100%;         
}
.diapo img 
{
    width: 50%;
    margin: 0px;
    padding-top: 105px;
}
#arcleft
{
  background: rgba(5, 5, 10, 0.2);
  border-radius: 0px 70px 70px 0px;
  width:35px;
  height:70px;
  border: none;
  position: absolute;
  top: 51%;
}
#arcright
{
  background: rgba(5, 5, 10, 0.2);
  border-radius: 70px 0px 0px 70px;
  width:35px;
  height:70px;
  border: none;
  position: absolute;
  top: 51%;
  left: 98.1%;
}
.fa-angle-left
{
    display: inline-block;
    color: white;
    padding-top: 50%;
    padding-left: 24%;
    
}
.fa-angle-right
{
    display: inline-block;
    color: white;
    padding-top: 50%;
    margin-left: 15px;
    
}

.textediapo
{
    position: absolute;
    padding-top: 15%;
    margin-left: 17%;
    z-index: 7000;
    font-family: arial;
    color: white;

}
.textediapo h1
{
    font-size: 37px;

}
.textediapo span 
{
    color: #5cadd3;
}
.textediapo h3
{
    font-size: 16px;
}
.boutoninfo a
{
    
    background-color: #5cadd3;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 21px;
    padding-right: 21px;
    border-radius: 3px;
    color: white;
    border-bottom: solid 3px;
    border-color: #4494bb;
    font-style: bold;
}
.boutoninfo
{
    font-style: bold;
}
/*Services*/
hr 
{
    width: 60px;
    border-style: solid; 
    border-color: #ebebeb;
}
.rondbleu
{
  background:#5cadd3;
  border-radius:50%;
  width:13.5px;
  height:13.5px;
  border: none; 
}
.lignerondbleu
{
    display: flex;
    padding-left: 43.5%;
    padding-right: 43.5%;
    align-items: center;
}
.lignerondbleu2
{
    display: flex;
    padding-left: 40.5%;
    padding-right: 40.5%;
    align-items: center;
}
.titreservice h1
{
    font-size: 50px;
}
.titreservice
{
    display: block;
    text-align: center;
    font-family: arial;
    padding-top: 70px;
}
#blocservices
{
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
#blocservices img
{
  display: flex;
  padding-bottom: 200px;
  padding-left: 20%;
}
.design 
{
 display: block;
 justify-content: flex-start;
 flex-direction: column;
 align-items: baseline;
 text-align: left;
 width: 40%;
 padding-right: 20px; 
 padding-left: 20px;
 padding-top: 70px;
}
.design ul
{
    list-style-type: none;
}
.fa-line-chart, .fa-cubes, .fa-pie-chart
{
    color: #5cadd3;
    margin-top: 17px;
}
.rond
{
  background:#5cadd3;
  border-radius:50%;
  width: 13px;
  height: 13px;
  position: absolute;
  margin-top: 23px;
  margin-left: 11px;
}
.UX
{
    float: left;
    width: 82px;
    text-align: center;
    font-size: 25px;
}
.UI 
{
    float: left;
    width: 82px;
    text-align: center;
    font-size: 25px;
}
.SEO 
{
    float: left;
    width: 82px;
    text-align: center;
    font-size: 25px;
}
.cercle
{
    padding: 19px;
    background: transparent;
    margin-right: 12px;
    border-radius: 50%;
    border: solid 0.5px #d9d9d9;
}

/*Projets*/

.titreprojet h1
{
    font-size: 50px;
}
.titreprojet
{
    display: block;
    text-align: center;
    font-family: arial;
    padding-top: 70px;
}
.projets ul
{
    display: flex;
    justify-content: center;
    list-style: none;
    padding-right: 45px;
    font-family: arial;
    padding-top: 45px;
    padding-bottom: 45px;
    
}
.projets a
{
    
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #e5e5e5;
}
.projets a
{
    text-decoration: none;
    color: #64686d;
}.projets li a:hover 
{
    background-color: #5cadd3;
    color: white;
    border-bottom: solid #4283a2;
   
}

.projets li a:hover + .arrow 
{
display: block;
margin-top: 12px; 
margin-bottom: -25px;
}
.lien1 a
{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;

}
.lien2 a
{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.projets
{
    position: relative;
    background-color: #f5f5f5;
    padding-top: 3px; 
    margin: auto;
    width: 70%;
    height: 1100px;
    
}
.arrow
 {
width: 0;
height: 0;
border-left: 11px solid transparent;
border-right: 11px solid transparent;
border-top: 11px solid #468cad;
margin: 0px auto;
display: none;
}



/* code menu projet */

#creative:target .contenair .corporate
{
display: none;
}
#creative:target .contenair .portfolio
{
display: none;
}

#corporate:target .contenair .creative
{
display: none;
}
#corporate:target .contenair .portfolio
{
display: none;
}

#portfolio:target .creative
{
display: none;
}
#portfolio:target .corporate
{
display: none;
}


/* Fin Code menu projet */

.all
{
   display: flex;
   flex-wrap: wrap;
   margin-top: 130px;
   justify-content: center;
   position: absolute;
   right: 0px;
   width: 100%;
}
.all img
{
    display: block;
    width: 263px;
    height: 174px;
    margin: 0;
    margin-left: 31px;
    margin-bottom: 31px;
}

.bandeau
{
    display: block;
    visibility: hidden;
    width: 263px;
    height: 0px;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    margin-left: 31px;
    bottom: 30px;
}
.creative, .corporate, .portfolio
{
    position: relative;
}
.oeil
{
    
    position: absolute;
    background-color: #5cadd3;
    color: white;
    text-align: center;
    right: 10px;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 50%;
    border: solid 2px white;
}
.bandeau 
{
    color: white;
    margin-left: 31px;
    margin-top: 15px;
    font-size: 14px;
    font-family: arial;
}

.creative:hover .bandeau 
{
    visibility: visible;
    height: 60px;
    transition-duration: 1s;
}

.corporate:hover .bandeau
{
    visibility: visible;
    height: 60px;
    transition-duration: 1s;
}

.portfolio:hover .bandeau
{
    visibility: visible;
    height: 60px;
    transition-duration: 1s;
}

/*Contact*/

.formulaire h1
{
    
    margin-bottom: 5px;
    font-size: 25px;
    margin: 0px;
    padding-left: 25px;
    padding-top: 15px;
}
.design p
{
    font-size: 15px;
    font-family: arial;
    color: #56585a;
    margin-top: 2px;
}
.titre p 
{
    font-family: arial;
    color: #56585a;
}

.formulaire
{
    position: absolute;
    z-index: 7000;
    width: 360px;
    height: 525px;
    font-family: arial;  
    background-color: white;
    opacity: 0.8;
    margin-left: 74%;
    margin-top: 3%;
}
.formulaire h3
{
    color: #6b6f74;
    font-size: 15px;
    margin-top: 15px;
    padding-left: 25px;
    margin-bottom: -10px;
    font-weight: 800;
}
.formulaire p
{
    font-size: 15px;
    padding-left: 25px;

}
.tel 
{
    margin-top: -10px;
    color: #3d4043;
    font-weight: 550;
}
.adresse
{
    color: #3d4043;
    font-weight: 550;
}
.bouton a
{
    width: 115px;
    background-color: #5cadd3;
    margin-left: 25px;
    padding: 10px;
    border-radius: 3px;
    color: white;
    border-bottom: solid 3px;
    border-color: #4494bb;
}

.bouton a:hover
{
    background-color: #68c2ec;
}

input 
{
    border-radius: 3px;
    border: groove;
    margin: 6px;
    margin-left:-0.5px;
    width: 76%;
}

textarea
{
    border-radius: 3px;
    border: groove;
    margin-top: 6px;
    width: 78%;
}



footer
{
    padding-top: 150px;

}

 iframe 
 {
    width: 100%;
    height: 600px;
    z-index: 100;
    
  }
  
.map-container iframe
 {
    width: 100%;
    display: block;
    pointer-events: none;
    
}
.map-container iframe.clicked{
    pointer-events: auto;
}

.fond
{
    
    background-color: #129be9;
    width: 100%;
    opacity: 0.2;
    position: absolute;
    height: 600px;
}
