@charset "UTF-8";

* {
     box-sizing: border-box;
}

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:left}

html,body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	height:100%;
}

a {
	color: inherit;
	text-decoration:none;
}

/* VARIABLE */ 

:root{
	--orange:#ea5906;
	--bleu1:#42b1db;
	--bleu2:#2d7f9c;
	--bleuf:#2a2f3f;
	--gris1:#cfd0d0;
	--grisc:#e8e8e8;
}

/* HEADER */

/* ---------------------------------------------- SOUS MENU -------------------------------------------------  */

.sous-menu-tel{
	width: 100%;
	background-color: var(--bleuf);
	height: 25px;
	color: #fff;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.8em;
	letter-spacing: 2px;
	font-weight: 600;
}
.sous-menu-ordi{
	display:none;;
}

/* ------------------------------------------------- MAIN ---------------------------------------------------  */

.main{
	width: 100%;
	margin-top: 25px;
}

/* ---------------------------------------------- PRESENTATION ---------------------------------------------------  */

.presentation h3 {
	color: var(--bleuf);
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
}
.presentation h3:after {
	content:'';
	display: block;
	height: 1px;
	margin: 10px 15px;
	background-color:var(--bleuf);
}

/* ----------------------- COLLECTION ---------------------------------------------------  */

.collection {
	background-color:var(--gris1);
	margin: 20px 15px 20px 15px;
	display: grid;
	grid-template-columns: 100px 100px 100px;
	justify-content: space-around;
	padding-top: 10px;
}
.cadre-simple {
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align:center;
	margin-bottom: 30px;
	margin-top: 10px;
}
.cadre-simple img {
	width: 100%
}
.segment-1 {
	background-color:var(--bleu2);
	margin-top: 10px;
	margin-bottom: 5px;
}
.segment-1 p {
	color: #FFF;
	font-size: 0.6em;
	font-weight: 600;
	padding: 0px 0px;
}
.name {
	width: 100%;
	height: 31px;
	padding-bottom: 5px;
	display: table;
}
.cadre-simple h4, .cadre-double h4 {
	text-align:center;
	display: table-cell;
    vertical-align: middle;
	color: var(--bleuf);
	font-size: 0.6em;
	line-height: 1.4em;
	font-weight: 600;
	padding: 0px 10px;
}
.cadre-simple:after, .cadre-double:after {
	content:'';
	display: block;
	height: 1px;
	margin: 0px;
	background-color:var(--bleuf);
}




/* -----------------------  + 500px  -------------------------------------------------------------------------------  */

@media screen and (min-width: 500px) {
	
/* --------------------------- MAIN ---------------------------------------------------  */

.main{
	max-width: 1500px;
	margin: 0 auto;
	margin-top: 20px;
}

/* ----------------------- COLLECTION ---------------------------------------------------  */

.collection {
	grid-template-columns: 140px 140px 140px;
}

}

/* -------------------  + 600px  -------------------------------------------------------------------------------  */

@media screen and (min-width: 600px) {
	
/* ------------------------ MAIN ---------------------------------------------------  */
	
.main{
	max-width: 1500px;
	margin: 0 auto;
	margin-top: 20px;
}

/* --------------------- PRESENTATION ---------------------------------------------------  */

.presentation h3 {
	font-size: 2.2em;
}

/* -----------------  COLLECTION  -------------------------------------------------- */
	
.collection {
	grid-template-columns: 160px 160px 160px;
	padding-top: 20px;
}
.name {
	height: 35px;
}


}

/* -------------------  + 700px  -------------------------------------------------------------------------------  */

@media screen and (min-width: 700px) {

/* ----------------- SOUS MENU -------------------------------------------------  */

.sous-menu-tel{
	display:none;
}
.niveau2 li:nth-child(2){
	background-color: var(--bleu2);
	font-weight: 600;
}
/* ----------------- PRESENTATION ---------------------------------------------------  */

.presentation h3 {
	font-size: 2.2em;
	padding: 10px 15px 0px 15px;
}

/* --------------------  COLLECTION  ---------------------------------------------------- */
	
.collection {
	grid-template-columns: 180px 180px 180px;
	margin: 20px 30px 20px 30px;
}
.segment-1 p {
	font-size: 0.7em;
}

}

/* ---------------------  + 800px  -------------------------------------------------------------------------------  */

@media screen and (min-width: 800px) {



/* ---------------------  COLLECTION  ----------------------------------------------------- */
		
.collection {
	grid-template-columns: 170px 170px 170px 170px;
}


}

/* ----------------------  + 900px  -------------------------------------------------------------------------------  */

@media screen and (min-width: 900px) {

/* ------------------ PRESENTATION ---------------------------------------------------  */

.presentation h3 {
	font-size: 2.2em;
	margin-left: 20px;
	text-align: left;
}
.presentation h3:after {
	margin-left: 0px;
}


/* -----------------  COLLECTION  ----------------------------------------------------- */


.cadre-simple h4, .cadre-double h4 {
	font-size: 0.7em;
}

}


/* ------------------------  + 1100px  -------------------------------------------------------------------------------  */

@media screen and (min-width: 1100px) {

/* ---------------------  COLLECTION  --------------------------------------------------------- */
	
.collection {
	grid-template-columns: 220px 220px 220px 220px;
}

.name {
	height: 40px;
}
.cadre-simple h4, .cadre-double h4  {
	font-size: 0.8em;
}

}

/* -----------------------  + 1200px  -------------------------------------------------------------------------------  */

@media screen and (min-width: 1200px) {

/* -------------------- PRESENTATION ---------------------------------------------------  */

.presentation h3 {
	font-size: 2.5em;
}

/* ----------------------  COLLECTION  -----------------------------------------------------  */
	
.collection {
	grid-template-columns: 200px 200px 200px 200px 200px ;
}

	
}
	
/* ---------------------------  + 1300px  -------------------------------------------------------------------------------  */

@media screen and (min-width: 1300px) {

/* ---------------------  COLLECTION  -----------------------------------------------------  */

.collection {
	grid-template-columns: 220px 220px 220px 220px 220px;
}

}
