/*
	Author : Sophie FERRARI
	Vesion : 1.0.0
	Date : 12/06/2021
*/
/*---------------------------------------------------------------*/
/* GLOBAL */
/*---------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Aclonica&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aclonica&display=swap');

h1,h2,h3,
	h4,h5,h6{
		color:#20254b;
		font-family:'Aclonica',Arial, sans-serif;
}
p,li,figcaption{
	color:#20254b ;
	font-family:'Raleway', Arial, sans-serif; ;
}
a{
	color: #6ec6f1;
}
 a :hover{
	color:#E74120 !important;
	 
}

ul, deployer{
	padding-top: 10px;
	text-align: center;
}



/*---------------------------------------------------------------*/
/* CONTENT */
/* Mobile view */
/*---------------------------------------------------------------*/

nav{
	margin-top: -55px;
}
.navbar-toggler{
	border-color: transparent;
}
/*-----index-----------------*/

.first{
     	text-align: center;
}
figcaption{
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	margin: -49px 0 0 32px;
}
.end{
	background-color:rgba(220,233,244,0.6) ;
}
.atelier{
	background-color:rgba(220,233,244,0.5) ;
	justify-content: center;
	text-align: center;
}
.six{
	text-align: center;
}
/*-----Nos ateliers-----------------*/
.sewing,
.embroderie{
	text-align: center;
	margin-top: 20px ;
}
.blue-fond{
	background-color:rgba(220,233,244,0.6) ;
}



/*---------------------------------------------------------------*/
/* Tablette view */
/*---------------------------------------------------------------*/
 @media (min-width: 768px){ 	
 figcaption{
 	  margin-left:60px;
 	}
 	.breadcrumb-item{
	color: ;
   }
  .breadcrumb-item a{
 	 color:#20254b ;
 	 }

 }


/*---------------------------------------------------------------*/
/* Desktop view */
/*----------------  -----------------------------------------------*/
  @media (min-width: 990px){
     nav{
	   margin-top: inherit;
     }
     /*-----index-----------------*/
     .first,
     .six{
     	background-color:rgba(220,233,244,0.7) ;
     	width: 100%;
     	height: 250px;
     	position: absolute;
     	z-index: 3;
     	padding-top: 50px;
     }


     .second,
     .seven{
     	position: relative;
     	z-index: 1;
     	padding-left: 290px;
     	
     }

     .three,
     .four {
     	display: flex;
     	justify-content: space-between;
     }

     .five{
     	width: 100%;
     	height: 300px;
     	text-align: center;     	
     	padding-top: 67px;

     }

     figcaption{
 	   margin-left :14px;
 	   }
 	   .diy-four{
 	  	padding-top: 15px;
 	   } 
 	     
     
 	  }
