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


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

.main{
	width: 100%;
	margin-top: 20px;
	/*background-color: var(--bleu1);*/
	padding: 0px 20px 0px 20px;
}

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

.section h1{
	color: var(--bleuf);
	font-size: 1.3em;
	line-height: 1em;
	font-weight: 700;
}
.section p{
	color: var(--bleuf);
	font-size: 0.6em;
	line-height: 1.4em;
	font-weight: 400;
	margin-top: 5px;
	text-align: justify;
}
.section h1:after, .section p:after {
	content:'';
	display: block;
	height: 1px;
	margin-top: 5px;
	background-color:var(--bleuf);
}

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

.collection, .collection-1 {
	background-color:var(--gris1);
	margin: 20px 0px 30px 0px;
	display: grid;
	grid-template-columns: 145px 145px;
	justify-content: space-around;
	padding: 20px 10px 0px 10px;
}
.cadre-simple {
	/*background-color:var(--bleu1);*/
	width: 145px;
	display: flex;
	flex-direction: column;
	text-align:center;
	margin-bottom: 20px;
}
.cadre-double {
	/*background-color:var(--bleu1);*/
	width: 300px;
	grid-column: span 2;
	display: flex;
	flex-direction: column;
	text-align:center;
	margin-bottom: 20px;
}
.cadre-hors {
	/*background-color:var(--bleu1);*/
	width: 300px;
	display: flex;
	flex-direction: column;
	text-align:center;
	margin-bottom: 20px;
}
.cadre-simple:after, .cadre-double:after, .cadre-hors: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: 30px;
	padding-bottom: 5px;
	display: table;
}
.cadre-simple h4, .cadre-double h4, .cadre-hors h4{
	text-align:center;
	display: table-cell;
    vertical-align: middle;
	color: var(--bleuf);
	font-size: 0.65em;
	line-height: 1.2em;
	font-weight: 600;
}



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

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


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

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

.interactive, .diamond , .playschool{
	margin-top: 30px;
}

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

.collection, .collection-1{
	grid-template-columns: 180px 180px;
}
.cadre-simple {
	width: 180px;
}
.cadre-double {
	width: 360px;
}


}

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

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

.collection, .collection {
	grid-template-columns: 220px 220px;
}
.cadre-simple {
	width: 220px;
}
.cadre-double {
	width: 440px;
}
	
}

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

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

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

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

.main{
	margin-top: 30px;
	padding: 0px 25px 0px 25px;
}

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

.section h1{
	font-size: 1.4em;
	line-height: 1em;
	padding-left: 10px;
	padding-right: 10px;
}
.section p{
	font-size: 0.7em;
	line-height: 1.4em;
	padding-left: 10px;
	padding-right: 10px;
}
.section h1:after, .section p:after {
	margin-top: 7px;
	margin-left: -10px;
	margin-right: -10px;
}

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

.collection, .collection-1  {
	grid-template-columns: 180px 180px 180px;
}
.collection-1  {
	margin-top: 15px;
}
.cadre-simple {
	width: 180px;
}
.cadre-double {
	width: 360px;
}


}

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

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


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

.section p{
	font-size: 0.8em;
	line-height: 1.4em;
}

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

.collection, .collection-1 {
	grid-template-columns: 250px 250px 250px;
}
.cadre-simple {
	width: 250px;
}
.cadre-double {
	width: 500px;
}

}

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

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

.interactive{
		margin-top: 40px;
}
	

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

.section h1{
	font-size: 1.6em;
	line-height: 1em;
}
.section p{
	font-size: 0.9em;
	line-height: 1.5em;
}
.section h1:after, .section p:after {
	margin-top: 7px;
}

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

.collection, .collection-1 {
	grid-template-columns: 300px 300px 300px;
	margin: 30px 0px 20px 0px;
}
.collection-1  {
	margin-top: 15px;
}
.cadre-simple {
	width: 300px;
}
.cadre-double {
	width: 600px;
}
	

}
