@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;
	margin-top: 20px;
}

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

.main{
	width: 100%;
	margin-top: 20px;
}
.collection-3-6 {
	display: grid;
	grid-template-columns: 150px 150px;
	justify-content: center;
	grid-column-gap: 25px;
	background-color: var(--gris1);
	padding-bottom:50px;	 
	padding-top:30px;
}
.cubes {
	width: 100%;
	margin-bottom: 20px;
}
.cubes img {
	width: 100%;
}
.barre-n {
	width: 100%;
	display: flex;
	background-color: red;
}
.barre-o {
	width: 100%;
	display: flex;
	background-color: green;
}
.barre-n h2, .barre-o h2{
	width: 40%;
	color: #fff;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: 0px;
	font-weight: 700;
	margin-left: 7px;
}
.barre-n h3, .barre-o h3{
	width: 60%;
	color: #fff;
	text-align: right;
	font-size: 0.8em;
	letter-spacing: 1px;
	font-weight: 400;
	margin-right: 7px;
}
.light{
	font-weight: 400;
}


/* ------------------------------------  + 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-11-12 {
	grid-column-gap: 50px;
}
.barre-n {
	width: 100%;
	display: flex;
	background-color: red;
}
.barre-o {
	width: 100%;
	display: flex;
	background-color: green;
}
.barre-n h2, .barre-o h2{
	width: 40%;
	color: #fff;
	text-align: left;
	font-size: 0.9em;
	letter-spacing: 0px;
	font-weight: 700;
	margin-left: 7px;
}
.barre-n h3, .barre-o h3{
	width: 60%;
	color: #fff;
	text-align: right;
	font-size: 0.9em;
	letter-spacing: 1px;
	font-weight: 400;
	margin-right: 7px;
}
.light{
	font-weight: 400;
}


}

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

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

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

.collection-3-6 {
	grid-template-columns: 180px 180px;
	grid-column-gap: 70px;
}
		
}

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

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

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

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

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


.collection-3-6 {
	grid-template-columns: 170px 170px 170px;
	grid-column-gap: 50px;	 
	padding-top:40px;
}
.cubes {
	margin-bottom: 30px;
}


}

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

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


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

.collection-3-6 {
	grid-template-columns: 200px 200px 200px;
	grid-column-gap: 70px;	 
}

}

/* ---------------------------------------------  + 1000px  -------------------------------------------------------------------------------  */

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

/* ------------------------------------------------- MAIN ---------------------------------------------------  */	
	
.collection-3-6 {
	grid-template-columns: 200px 200px 200px 200px;
	grid-column-gap: 50px;	 
}

}

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

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


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


.main{
	margin-top: 25px;
}
.collection-3-6 {
	grid-template-columns: 200px 200px 200px 200px;
	grid-column-gap: 70px;	 
}

}

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

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


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

.collection-3-6 {
	grid-template-columns: 200px 200px 200px 200px 200px;
	grid-column-gap: 40px;	 
}

		
}

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

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


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


.collection-3-6 {
	grid-column-gap: 55px;	 
}

	
}

/* -----------------------------------  + 1400px  -------------------------------------------------------------------------------  */

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

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

.collection-3-6 {
	grid-template-columns: 200px 200px 200px 200px 200px 200px;
	grid-column-gap: 30px;	 
}

}

/* -------------------------------------  + 1500px  -------------------------------------------------------------------------------  */

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

	/* ------------------------------------------------- MAIN ---------------------------------------------------  */	
	
	.collection-3-6 {
		grid-column-gap: 40px;	 
	}
	
	}
