body {
	
	font-family:Optima;
  font-size: 1vw;
 	background:#fff;
  height: 100%;
  width: 100vw;
  color:#000;
  
}
table tr td {
	font-size:16px;
}
.fright {
	background:linear-gradient(to right, #eee, #fff);
}
.fleft {
	background:linear-gradient(to right, #fff, #eee);
}
/*
bleu foncé #00468C
bleu clair #009BE1
blanc 
noir
Optima Regular
*/
a:link {
	color:#00468C;
}
a:visited {
	color:#00468C;
}
a:hover {
	color:#009BE1;
}
a:active {
	color:#00468C;
}

.title-actu {
	color:#00468C;
	border-bottom:solid 1px #00468C;
	padding-bottom:5px;
}



.banniere-cp {
	padding-top:5%;
	background-image: url('./img/banniere-cp.png');
	background-size: cover;
	position:center center;
	height:40vh;

}
.banniere-smart {
	background-image: url('./img/banniere-smart.jpg');
	background-size: cover;
	background-position:center center;
	height:40%;
	font-size:20vh;
}
h4 {
	margin:0px 0px 10px 0px;
	color:#00468C;
}
.next-column {
	break-after:column;
}

.col2 {
	column-count:2;
	column-gap:3vw;
	margin-top:15px;
	column-fill:balanced;
	column-rule : 1px solid #009BE1;
	vertical-align:top;
}
.menu {
	background:#00468C;
	color:#fff;
	
}
.menu a {
	color:#fff;
	text-decoration:none;
}
.menu-title {
	display:inline-block;
	text-align:left;
	font-size:1.3vw;
}
.menu-title a {
	text-decoration:none;
	line-height:1.8em;

}
.menu-title a:link {
  color: #fff;
}
.menu-title a:visited {
  color: #fff;
}
.menu-title a:hover {
	color:#009BE1;
}
.menu-title a:active {
  color: #fff;
}
.menu-content {
	background:#00468C;
	padding-bottom:3vw;
	font-size:1vw;
	text-align:left;
}
.menu-list {
	list-style:none;
	font-size:4.5vw;
}
.menu-list a {
	text-decoration:none;
	line-height:1.8em;
}
.menu-list a:link {
  color: #fff;
}
.menu-list a:visited {
  color: #fff;
}
.menu-list a:hover {
	color:#009BE1;
}
.menu-list a:active {
  color: #fff;
}


/* computer version */

.texte-cp {
	text-align:justify;
	padding:0px 11% 10px 11%;
	min-height:200px;
	height:500px;
	overflow:auto;
	font-size:1.15vw;
}
.texte-cp b {
	color:#00468C;
}
.text-title-cp {
	font-size:1.35vw;
	color:#00468C;
	font-weight:bold;
	padding:20px 11% 0px 11%;
}
.outlined-cp {
	font-size:1.25vw;
	color:#fff;
	font-weight:bold;
	background:#00468C;
	padding:8px 8px 8px 28px;
	border-radius:20px;
	margin-top:20px;
}



/* smart version */

.texte-smart {
	text-align:justify;
	padding:0px 11% 10px 11%;
	height:500px;
	overflow:auto;
	font-size:4vw;
}
.texte-smart b {
	color:#00468C;
}
.text-title-smart {
	font-size:6.5vw;
	color:#00468C;
	font-weight:bold;
	padding:20px 11% 0px 11%;
}
.outlined-smart {
	font-size:4.7vw;
	color:#fff;
	font-weight:bold;
	background:#00468C;
	padding:8px 12px 8px 28px;
	border-radius:4px;
	margin-top:20px;
}




li {
	text-align:left;
	padding-left:10px;
	margin-bottom:1vw;
}

fieldset {
	border-radius:10px;
	border-style:solid;
	border-color:#009BE1;
}
.temoignage {
	border : solid 1px #009BE1;
	
	font-style:italic;
	/* offset-x | offset-y | blur-radius | color */
	/*box-shadow: 5px 5px 5px #009BE1;*/
	padding:10px 15px 10px 15px;
	margin-bottom:15px;
	text-align:justify;
	border-radius:5px;
	width:90%;
}
.author-cp {
	font-style:italic;
	font-size:12px;
	color:#34495E;
	text-align:right;
	margin:30px 40px 20px 0px;
}
.author-smart {
	font-style:italic;
	font-size:3vw;
	color:#34495E;
	text-align:right;
	margin:30px 40px 20px 0px;
}
.sign {
	
	color:#1B4B65;
	font-style:italic
}

.footer {
	background : #00468C;
	color:#fff;
	width:100%;
	padding:10px 0px 10px 0px;

}
.footer-elt {
	display:inline-block;
	font-size:1.2vw;
	padding:0.8vw;
}

.footer a {
	text-decoration:none;
}
.footer a:link {
	color: #fff;
}
.footer a:visited {
	color: #fff;
}
.footer a:hover {
  color:#009BE1;
}
.footer a:active {
	color: #fff;
}
.boxed {
	border:solid 1px #009BE1;
	margin:5px 10px 5px 0px;

}

.img-cadre {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.lang-FR {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	
	
	display:inline-block;
	
	width:26px;
	height:26px;
	border-radius:15px;
	background-image: url('./img/FR.png');
	background-size:100%;
	background-position:center;
	cursor:pointer;
	
}

.lang-GB {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	
	
	display:inline-block;
	width:26px;
	height:26px;
	border-radius:15px;
	background-image: url('./img/GB.png');
	background-size:100%;
	background-position:center;
	cursor:pointer;
	
}

