@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;
	padding: 0px 17px 0px 17px;
}
.presentation h3:after {
	content:'';
	display: block;
	height: 1px;
	margin: 5px;
	background-color:var(--bleuf);
}

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

.collection {
	background-color:var(--gris1);
	margin: 15px 15px 20px 15px;
	display: grid;
	grid-template-columns: 95px 95px 95px;
	justify-content: center;
	grid-column-gap: 20px;
    padding-top: 30px;
}
.cadre-simple {
	width: 95px;
	display: flex;
	flex-direction: column;
	text-align:center;
	margin-bottom: 30px;
}
.cadre-double {
	width: 210px;
	grid-column: span 2;
	display: flex;
	flex-direction: column;
	text-align:center;
	margin-bottom: 30px;
}
.cadre-triple {
	width: 325px;
	grid-column: span 3;
	display: flex;
	flex-direction: column;
	text-align:center;
	margin-bottom: 30px;
}
.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, .cadre-triple 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, .cadre-triple:after {
	content:'';
	display: block;
	height: 1px;
	margin: 0px;
	background-color:var(--bleuf);
}
#placement {
	grid-row-start: 6;
	grid-column-start: 3;
}
#centrer {
	margin-left: 60px;
}



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

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

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



}

/* ------------------------------  + 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;
	padding: 10px 17px 0px 17px;
}

/* ------------------------------  COLLECTION  -------------------------------------------------- */
	
.collection {
	grid-template-columns: 160px 160px 160px;
	grid-column-gap: 30px;
	margin: 15px 15px 20px 15px;
	padding-top: 30px;
}
.cadre-simple {
	width: 160px;
}
.cadre-double {
	width: 350px;
}
.cadre-triple {
	width: 540px;
}
.name {
	height: 35px;
}
#centrer {
	margin-left: 0px;
}


}

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

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

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

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

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

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

/* --------------------------------  COLLECTION  ---------------------------------------------------- */
	
.collection {
	grid-template-columns: 170px 170px 170px;
	grid-column-gap: 30px;
	margin: 20px 30px 20px 30px;
	padding-top: 30px;
}
.cadre-simple {
	width: 170px;
}
.cadre-double {
	width: 370px;
}
.cadre-triple {
	width: 570px;
}
.segment-1 p {
	font-size: 0.7em;
}

}

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

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

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

/* ---------------------------------  COLLECTION  ----------------------------------------------------- */
		
.collection {
	grid-template-columns: 160px 160px 160px 160px;
	grid-column-gap: 30px;
	margin: 20px 30px 20px 30px;
	padding-top: 30px;
}
.cadre-simple {
	width: 160px;
}
.cadre-double {
	width: 350px;
}
.cadre-triple {
	width: 540px;
}
#placement {
	grid-row-start: 4;
	grid-column-start: 4;
}

}

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

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

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

.collection {
	grid-template-columns: 180px 180px 180px 180px ;
	grid-column-gap: 30px;
	margin: 20px 30px 20px 30px;
	padding-top: 35px;
}
.cadre-simple {
	width: 180px;
}
.cadre-double {
	width: 390px;
}
.cadre-triple {
	width: 600px;
}
.cadre-simple h4, .cadre-double h4, .cadre-triple h4 {
	font-size: 0.7em;
}


}

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

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

/* --------------------------------  COLLECTION  --------------------------------------------------------- */
	
.collection {
	grid-template-columns: 220px 220px 220px 220px;
	grid-column-gap: 30px;
	margin: 20px 30px 20px 30px;
	padding-top: 35px;
}
.cadre-simple {
	width: 220px;
}
.cadre-double {
	width: 470px;
}
.cadre-triple {
	width: 720px;
}
.name {
	height: 40px;
}
.cadre-simple h4, .cadre-double h4, .cadre-triple h4  {
	font-size: 0.8em;
}

}

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

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

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

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

/* ------------------------  COLLECTION  -----------------------------------------------------  */
	
.collection {
	grid-template-columns: 200px 200px 200px 200px 200px ;
	grid-column-gap: 30px;
	margin: 30px 15px 20px 15px;
	padding-top: 30px;
}
.cadre-simple {
	width: 200px;
}
.cadre-double {
	width: 430px;
}
.cadre-triple {
	width: 660px;
}
#placement {
	grid-row-start: auto;
	grid-column-start: auto;
}
	
}
	
/* -----------------------------  + 1300px  -------------------------------------------------------------------------------  */

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

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

.collection {
	grid-template-columns: 220px 220px 220px 220px 220px ;
	grid-column-gap: 30px;
	margin: 30px 15px 20px 15px;
	padding-top: 30px;
}
.cadre-simple {
    width: 220px;
}
.cadre-double {
    width: 470px;
}
.cadre-triple {
	width: 720px;
}

}
