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


.bandeaux {
	display: none;
}
.cubes {
	display: block;
	margin-top: 50px;
}
#first-cubes {
	margin-top: 0px;
}
.cubes img {
	width: 50%;
	margin-left: 25%;
}
.texte {
	padding: 15px 3% 0px 3%;
}
.texte h3 {
	color: var(--bleuf);
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 700;
}
.texte h4 {
	color: var(--bleuf);
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: 400;
	margin-top: 4px;
}
.texte p {
	color: var(--bleuf);
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: 400;
	margin-top: 8px;
	text-align: justify;
}
.important {
	font-weight: 700;
}
.texte h4:after, .texte p:after {
	content:'';
	display: block;
	height: 1px;
	margin-top: 10px;
	background-color:var(--bleuf);
}


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

.collection {
	background-color:var(--grisc);
	width: 96%;
	margin: 20px 2% 20px 2%;
	display: grid;
	grid-template-columns: repeat(auto-fill, 160px);
	gap: 30px;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.cadre-simple, .cadre-double {
	display: flex;
	flex-direction: column;
	text-align:center;
	background-color: #cbe0e7;
}
.cadre-double {
	grid-column: span 2;
}

.cadre-simple img, .cadre-double img {
	width: 100%;
	height: 100%;
}
.segment-1 {
	background-color:var(--bleu2);
	color: #FFF;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 2px;
}

.cadre-simple h4, .cadre-double h4 {
	color: var(--bleuf);
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: 700;
	padding: 10px 5px 10px 5px;
}

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

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

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

.sous-menu-tel{
	display:none;
}

.niveau1 li:nth-child(1){
	background-color: var(--bleu2);
	font-weight: 600;
}

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


.cubes {
	display: none;
}
.bandeaux{
	display: block;
	margin-top: 35px;
}
.texte {
	padding: 15px 2% 0px 2%;
}
.texte h3 {
	font-size: 1.8em;
	line-height: 1.6em;
}
.texte h4 {
	font-size: 0.9em;
	line-height: 1.3em;
	margin-top: -20px;
	text-align: right;
}

}


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

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

/* ---------------------------------------------- PRESENTATION ---------------------------------------------------  */
	
.bandeaux{
	width: 100%;
}
.bandeaux img{
	width: 100%;
}


}

	