@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 */



/* ---------------------------------------------- HEADER -------------------------------------------------  */

.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;;
}

/* ----------------------------------------------- SECTION ---------------------------------------------------  */


.section{
	margin-top: 15px;
}
.section p{
	width: 85%;
	color: var(--bleuf);
	margin: 0 auto;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: 400;
}


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

.main{
	width: 100%;
	margin-top: 20px;
}
.collection-18-20 {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	padding: 0px 10px;
	/*background-color: var(--bleuf);	*/
}

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

.bandeaux{
	display: none;
}
.presentation {
	background-color: var(--grisc);
	display: grid;
	grid-template-columns: 125px 1fr;
}
.cubes {
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 11px;
}
.cubes img {
	width: 125px;
}
.texte {
	padding-top: 15px;
}
.texte h2 {
	color: var(--orange);
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 700;
	padding-left: 15px;
}
.texte h3 {
	color: var(--bleuf);
	padding-left: 15px;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 500;
}
.texte h4 {
	color: var(--bleuf);
	font-size: 0.7em;
	line-height: 1.2em;
	font-weight: 400;
	padding-left: 15px;
	padding-top: 10px;
}
.nombre {
	width: 56px;
	margin-left: 15px;
	margin-top: 10px;
	background-color:var(--bleuf);
}
.texte h5 {
	color: #FFF;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: 600;
	text-align: center;
}

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

.collection {
	background-color:var(--gris1);
	margin: 0px 0px 20px 0px;
	display: grid;
	grid-template-columns: 100px 100px 100px;
	justify-content: space-around;
	padding: 20px 10px 0px 10px;
}
.cadre-simple {
	/*background-color:var(--bleu1);*/
	width: 100px;
	display: flex;
	flex-direction: column;
	text-align:center;
	margin-bottom: 20px;
}
.cadre-simple img {
	width: 100%
}
.cadre-double {
	/*background-color:var(--bleu1);*/
	width: 200px;
	grid-column: span 2;
	display: flex;
	flex-direction: column;
	text-align:center;
	margin-bottom: 20px;
}
.cadre-triple {
	/*background-color:var(--bleu1);*/
	width: 300px;
	grid-column: span 3;
	display: flex;
	flex-direction: column;
	text-align:center;
	margin-bottom: 20px;
}
.cadre-simple:after, .cadre-double:after, .cadre-triple:after {
	content:'';
	display: block;
	height: 1px;
	margin: 0px;
	background-color:var(--bleuf);
}
.visuel{
	background-color: #FFF;
}
.visuel img{
	width: 100%;
}
.segment-1 {
	background-color:var(--bleu1);
	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: 37px;
	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.7em;
	line-height: 1.4em;
	font-weight: 600;
}
.petit {
	font-weight: 400;
}
.trait-1 {
	height: 1px;
	background-color:var(--bleuf);
	margin-bottom: 20px;
}



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

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

/* ----------------------------------------------- SECTION ---------------------------------------------------  */


.section{
	max-width: 1500px;
	margin: 0 auto;
	margin-top: 20px;
}
.section p{
	width: 70%;
	font-size: 0.9em;
}


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

.main{
	max-width: 1500px;
	margin: 0 auto;
	margin-top: 20px;
}
.collection-18-20 {
	width: 100%;
	display: grid;
	grid-template-rows: 1fr;
	padding: 0px 20px;
	/*background-color: var(--bleuf);	*/
}

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

.cubes{
	display: none;
}
.bandeaux{
	display: block;
	padding-bottom: 5px;
}
.presentation {
	display: flex;
	flex-direction: column;
	background-color: transparent;
}
.presentation::after {
	content: '';
	display: block;
	height: 1px;
	background-color: var(--bleuf);
}

.texte {
	display: grid;
	grid-template-columns: 60px 1fr 1fr 60px;
	padding: 0px 0px;
	/*background-color: var(--bleu2);	*/
}
.texte h2 {
	color: var(--orange);
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 700;
	padding-left: 0px;
}
.texte h3 {
	color: var(--bleuf);
	padding-left: 0px;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 500;
}
.texte h4 {
	color: var(--bleuf);
	font-size: 0.7em;
	line-height: 1em;
	font-weight: 400;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 9px;
	text-align: end;
}
.nombre {
	width: 60px;
	height: 20px;
	margin-left: 0px;
	margin-top: 0px;
	background-color:var(--bleuf);
}
.texte h5 {
	color: #FFF;
	font-size: 0.9em;
	line-height: 0.9em;
	font-weight: 600;
	padding: 0px 0px;
	padding-top: 4px;
	text-align: center;
}
.trait-1 {
	display: none;
}


}

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

@media screen and (min-width: 600px) {
	
/* ------------------------------------------- PRESENTATION ---------------------------------------------------  */

.bandeaux{
	margin-top: 15px;
}

/* ---------------------------------------------  COLLECTION  -------------------------------------------------- */
	
.collection {
	grid-template-columns: 130px 130px 130px 130px;
	margin: 40px 0px;
}
.cadre-simple { 
	width: 130px;
}
.cadre-double {
	width: 260px;
	grid-column: span 2;
}
.cadre-triple {
	width: 390px;
	grid-column: span 3;
}
			
}

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

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

/* ---------------------------------------------- HEADER -------------------------------------------------  */

.sous-menu-tel{
	display:none;
}
.sous-menu-ordi li:nth-child(4){
	background-color: var(--bleu1);
	color: var(--bleuf);
	font-weight: 600;
}

/* -------------------------------------------- SECTION ---------------------------------------------------  */

.section hr{
	margin-top: 30px;
}

}

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

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

/* ----------------------------------------- HEADER -------------------------------------------------  */


.sous-menu-ordi li{
	font-size: 1.3em;
	line-height: 2em;
	letter-spacing: 2px;
}

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


.texte {
	display: grid;
	grid-template-columns: 70px 1fr 1fr 70px;
	padding: 0px 0px;
	/*background-color: var(--bleu2);	*/
}
.texte h2 {
	font-size: 1.5em;
}
.texte h3 {
	font-size: 1.5em;
}
.texte h4 {
	font-size: 0.85em;
	line-height: 1.2em;
}
.nombre {
	width: 70px;
	height: 25px;
}
.texte h5 {
	font-size: 1em;
	padding-top: 5px;
}

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

}

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

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


/* ----------------------------------------  COLLECTION  -------------------------------------------------- */
	
.collection {
	grid-template-columns: 150px 150px 150px 150px 150px;
}
.cadre-simple { 
	width: 150px;
}
.cadre-double {
	width: 300px;
	grid-column: span 2;
}
.cadre-triple {
	width: 450px;
	grid-column: span 3;
}


}

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

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

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

.bandeaux{
	width: 100%;
}
.bandeaux img{
	width: 100%;
}

.presentation::after {
	margin-top: 4px;
}
.texte {
	display: grid;
	grid-template-columns: 90px 1fr 1fr 80px;
	padding: 0px 0px;
	margin-top: 10px;
	/*background-color: var(--bleu2);	*/
}
.texte h2 {
	font-size: 1.9em;
	line-height: 1.2em;
}
.texte h3 {
	font-size: 1.9em;
}
.texte h4 {
	font-size: 1em;
	line-height: 1.7em;
}
.nombre {
	width: 80px;
	height: 30px;
}
.texte h5 {
	font-size: 1.2em;
	padding-top: 6px;
}

/* ---------------------------------------  COLLECTION  -------------------------------------------------- */
		
.collection {
	grid-template-columns: 170px 170px 170px 170px 170px 170px;
}
.cadre-simple { 
	width: 170px;
}
.cadre-double {
	width: 340px;
	grid-column: span 2;
}
.cadre-triple {
	width: 510px;
	grid-column: span 3;
}

	
	
}
