@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: 150px 1fr;
}
.cubes {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 11px;
}
.cubes img {
	width: 150px;
}
.texte {
	padding-top: 20px;
}
.texte h2 {
	color: var(--orange);
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 700;
	padding-left: 20px;
}
.texte h3 {
	color: var(--bleuf);
	padding-left: 20px;
	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: 20px;
	padding-top: 35px;
}
.nombre {
	width: 56px;
	margin-left: 20px;
	margin-top: 8px;
	background-color:var(--bleuf);
}
.texte h5 {
	color: #FFF;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: 600;
	text-align: center;
}
.nombre-1 {
	width: 80px;
	background-color:var(--bleuf);
	padding: 5px 0px;
	margin: 0 auto;
	margin-top: 0px;
}
.nombre-1 h3 {
	color: #FFF;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
}

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

.fond-1 {
	background-color:var(--gris1);
	margin: 20px 10px 20px 10px;
	display: flex;
	flex-wrap: wrap;	
	justify-content: space-around;
	padding-top: 20px;
}

.cadre-simple {
	/*background-color:var(--bleu1);*/
	width: 45%;
	display: flex;
	flex-direction: column;
	text-align:center;
	margin-bottom: 20px;
	/*background-color: darkgoldenrod;*/
}
.cadre-simple:after {
	content:'';
	display: block;
	height: 1px;
	margin: 0px;
	background-color:var(--bleuf);
}
.visuel{
	background-color: #FFF;
}
.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 {
	text-align:center;
	display: table-cell;
    vertical-align: middle;
	color: var(--bleuf);
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: 600;
}
.sous-dossier {
	width: 100%;
	/*background-color: var(--bleu2);*/
	margin-top: 25px;
	padding: 0px 10px 0px 0px;
	text-align:center;
}
.sous-dossier h2 {
	color: var(--bleuf);
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 400;
}
.sous-dossier h2:before {
	content:'';
	display: block;
	height: 1px;
	margin: 10px;
	background-color:var(--bleuf);
}
.sous-dossier  h2:after {
	content:'';
	display: block;
	height: 1px;
	margin: 10px;
	background-color:var(--bleuf);
}


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

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

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

.section p{
	font-size: 0.9em;
	line-height: 1.5em;
}

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


.fond-1 {
	margin: 30px 10px 20px 10px;
	padding-top: 30px;
}


.sous-dossier {
	margin-top: 40px;
}

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

.presentation {
	grid-template-columns: 180px 1fr;
}
.cubes {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 11px;
}
.texte h4 {
	font-size: 0.7em;
	line-height: 1.2em;
	font-weight: 400;
	padding-left: 20px;
	padding-top: 53px;
}

}

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

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

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

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

/* ------------------------------------------ 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;
	margin-bottom: 20px ;
}
.texte {
	display: grid;
	grid-template-columns: 130px 1fr 1fr 60px;
	padding: 0px 0px;
}
.texte h2 {
	color: var(--orange);
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 700;
	padding-left: 0px;
	margin-left: 5px;
}
.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;
}

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

.fond-1 {
	margin: 30px 10px 20px 10px;
	padding-top: 30px;
}
.cadre-simple {
	width: 30%;
}
.segment-1 p {
	font-size: 0.7em;
}
.sous-dossier h2 {
	font-size: 1.4em;
}
.sous-dossier  {
	padding: 0px 10px 0px 10px;
	/*background-color: var(--gris1);*/
	text-align:left;
	display: grid;
	grid-template-columns: 1fr 100px;
	margin-top: 50px;
}
.nombre-1 {
	width: 100px;
	background-color:var(--bleuf);
	padding: 5px 0px;
	margin: 9px 0px 9px 0px;
	text-align:center;
}
.nombre-1 h3  {
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.8em;
	font-weight: 400;
}

}


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

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


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

.texte {
	display: grid;
	grid-template-columns: 150px 1fr 1fr 70px;
	padding: 0px 0px;
}
.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 ---------------------------------------------------  */

.cadre-simple {
	width: 22%;
}
.segment-1 p {
	font-size: 0.8em;
}
.sous-dossier h2:before {
	margin: 5px;
}
.sous-dossier  h2:after {
	margin: 5px;
}
.nombre-1 {
	width: 100px;
	background-color:var(--bleuf);
	padding: 0px 0px;
	margin: 5px 0px 9px 0px;
	text-align:center;
}

}


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

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

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

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


.texte {
	display: grid;
	grid-template-columns: 180px 1fr 1fr 80px;
	padding: 0px 0px;
	margin-top: 15px;
}
.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;
}

	
}

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

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

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

.cadre-simple {
	margin-bottom: 20px;
	margin-top: 10px;
	/*background-color: darkblue;*/
}


}