body{
    margin:15px;
}
  /*------------------ HEADER----------------*/
       
header {
    display: flex;
    justify-content: space-between;
    align-items: center;    
    width: 100%;
    height: 70px;
    background-color: #fff;    
    max-height: 225px;
}

.nav ul {
    position: fixed;
    list-style: none;
    display: flex;
    justify-content:center;
    background-color: rgba(145, 140, 140, 0.47);
    padding-left: 150px;
    font-size: 3em;  
    width: 100%;
    height: auto;
    z-index: 100;
    border-bottom: 2px solid white;
    
}
  
.nav li {
    margin: 0 25px;
    font-family: 'Love Ya Like A Sister', cursive;


}
.nav li a {
    text-decoration: none;
    color: white;
    padding:7px;
}
.header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

  
.header-content img {
    width: 100%;
    height: 225px;
    height: 225px;
    object-fit: cover;
}
  
.header-content h1 {
   
    position: absolute;
    top: 60%;
    left: 25%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    text-align: center;
    padding: 20px;
    color:white;
    font-size: 3em;
    box-sizing: border-box;
    font-family: 'Love Ya Like A Sister', cursive;

}
  
  /*------------------ SECTION FOLIO----------------*/

.section-folio {
    display: flex;
    flex-direction: column;
   
    height:auto;
    width:100%;
    margin:200px 0 50px 0;
}
.section-folio h1{
    font-size: 2em;
    padding-left: 50px;
    font-family: 'Love Ya Like A Sister', cursive;
}
.section-folio p{
    
    padding-left: 50px;
    margin-bottom: 20px;
}


ul.galerie-folio
{
    display: flex;
    flex-wrap: wrap;	
	justify-content:space-around; /* axe principal */
	align-items:flex-start; /* axe secondaire */
	align-content:space-around; /* Si Wrap */
    
}

ul.galerie-folio li{
	list-style-type:none;

}

ul.galerie-folio li img{
    margin:5px;
    border: 3px solid #000;
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
    box-sizing: border-box;

}


/*------------------ SECTION LOGOS ----------------*/


.section-logos{
    display:flex;
    flex-direction: column;
    
}
.galerie-logos{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.section-logos h1{
    font-size: 2em;
    padding-left: 50px;
    font-family: 'Love Ya Like A Sister', cursive;
}
.section-logos p{
    
    padding-left: 50px;
    margin-bottom: 20px;
}


/*------------------ SECTION SERVICES ----------------*/

.section-services{

    display:flex;
    flex-direction: column;
    margin-top: 50px;
}

.section-services h1{
    font-size: 2em;
    padding-left: 50px;
    font-family: 'Love Ya Like A Sister', cursive;

}
.section-services p{
    
    padding-left: 50px;
    margin-bottom: 20px;
}

.section-services {
    display: flex;
    flex-wrap: wrap;
   
}
    
.services-container {
    display: flex;
    flex-basis: 33.33%;
    margin: 25px 75px;
}
    
.services-container article {
    margin: 0 20px;
}



/*------------------ DEBUT DE FOOTER ----------------*/
footer {
	width: 100%;
	height: auto;
	background-color: black;
	margin-top: 50px;

}

.res-soc {
	width: 30%;
    text-align: center;
	margin: auto;
	padding-top: 1em;
    color:white;
}


footer figure {
	text-align: center;
}

footer ul li {
	padding: 25px;
}

footer nav ul {
	/* CompatibilitÃƒÂ©s */
	display: -webkit-flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}

.nav-footer {
	/* CompatibilitÃ©s */
	display: -webkit-flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: none;
	position: absolute;
	bottom: 0px;
}




footer nav ul li a {
	color: white;
}



/* Partie Réseaux Sociaux */
footer div ul.socialmedia {

	/* Compatibilités Flexbox*/
	display: -webkit-flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-evenly;

	/* Compatibilité transform */
	-webkit-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

footer div ul.socialmedia li i {
	color: white;
    
}


footer div ul.socialmedia li a::before {

	/* Dimensions et position */
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;

	/* Décoration */
	border-radius: 50%;
	background: green;
	;

	/* Animations */
	transition: .5s;
	transform: scale(.9);

}

ul.socialmedia li a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 63px;
	background: #333;
	border-radius: 50%;
	font-size: 30px;
	color: #666;
	transition: .5s;
}

ul.socialmedia li a:hover::before {
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	box-shadow: 0 0 15px rgb(213, 250, 77);
}

ul.socialmedia li a:hover {
	color: rgb(213, 250, 77);
	box-shadow: 0 0 5px rgb(213, 250, 77);
	text-shadow: 0 0 5px rgb(213, 250, 77);
}

/* Fin Réseaux Sociaux */


.scroll-top-wrapper i {

	/*Dimension et position */
	width: 70px;
	top: 85%;
	left: 85%;
	color: #d3d627;
	;

	/* Compatibilité */
	position: -webkit-fixed;
	position: fixed;
	font-size: 3.5em;
	padding-right: 35px;
}

