/* SITE Constructys RA19 */

/* oooooooooooooooo Début de "Base" oooooooooooooooo */

/* Reset & Bases
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border-style: none;
	vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
/* Bases
================================================== */
body {
	background: #FFF;
	-webkit-font-smoothing: antialiased;

/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
/* Typos
================================================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px 0px 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
p {
	margin: 0px 0px 20px 0px;
	line-height: 1.25em;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
}
sup {
	bottom: .2ex;
}
sub {
	top: .3ex;
}
big {
	font-size: 120%;
}
small {
	font-size: 80%;
}
/*	Blockquotes  */
blockquote {
	margin: 0px 0px 20px;
	padding: 0px 10px 0px 15px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	display: block;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
	color: #555;
}
hr {
	clear: both;
	margin: 15px 0px;
	height: 1px;
	background-color: #DADADA;
	border-style: none;
}
/* Liens
================================================== */
a {
	color: #C62825;
	outline: 0;
}
p a {
	line-height: inherit;
}
/* Listes
================================================== */
ul, ol {
	margin: 0px 0px 30px 0px;
}
ul {
	list-style-type: none;
}
ol {
	list-style: decimal;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 0px 0px 5px 20px;
	font-size: 90%;
}
li {
	margin: 0px 0px 12px;
	padding-left: 15px;
	background-image: url(../images/puce_li.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	list-style-type: none;
}
li li {}
/* Images
================================================== */
a img {
	border-style: none;
}
img.redimensionnable, .redimensionnable img {
	max-width: 100%;
	height: auto;
}
/* Boutons - IMPORTANT : pour annuler "linear-gradient", mettre un "background-image: none;"
================================================== */
button, input[type="submit"], input[type="reset"], input[type="button"] {
	color: #444;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	line-height: normal;
	margin: 0px;
	padding: 5px 15px 7px;
	border: 1px solid #CCC;
	border-radius: 7px;
	width: auto;
	background: #FFF;
}
button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color: #222;
	background: #DDD;
}
button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	background: #CCC;
}
.fancybox-container button, .fancybox-container button:hover, .fancybox-container button:active {
	box-shadow: none;
	background-color: transparent;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0px;
 padding: 0px;
}
/* Formulaires
================================================== */
form * {
	box-sizing: border-box;
}
form {
	margin-bottom: 0px;
}
fieldset {
	margin-bottom: 0px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], textarea, select:not([multiple]) {
	border: 1px solid #CCC;
	padding: 0px 10px;
	margin: 0px 0px 10px 0px;
	outline: none;
	border-radius: 0px;
	color: #003C5D;
	width: 100%;
	height: 20px;
	display: inline-block;
	background: #FFF;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="date"]:focus, input[type="number"]:focus, textarea:focus {
	background: #F0FAFA;
}
textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px;
	min-height: 100px;
}
select {}
/*select[multiple]{ /* Pour un select multiple qui s'ouvre sur le focus
	height: 30px;
}
select[multiple]:focus{
	height: auto;
}*/
label, legend {
	display: block;
}
input[type="checkbox"] {
	display: inline;
	cursor: pointer;	
}
input[type="radio"] {
	cursor: pointer;	
}
/* enlève le jaune en fond d'input autofill sur chrome */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* Autres
================================================== */
.add-top {
	margin-top: 40px !important;
}
.half-top {
	margin-top: 20px !important;
}
.remove-top {
	margin-top: 0px !important;
}
.add-bottom {
	margin-bottom: 40px !important;
}
.half-bottom {
	margin-bottom: 20px !important;
}
.remove-bottom {
	margin-bottom: 0px !important;
}
.add-left {
	margin-left: 40px !important;
}
.half-left {
	margin-left: 20px !important;
}
.add-right {
	margin-right: 40px !important;
}
.bloc_clear:after {
	content: "";
	display: block;
	clear: both;
}
.bloc_espace_petit {
	clear: both;
	height: 20px;
	position: relative;
}
.bloc_espace_grand {
	clear: both;
	height: 40px;
	position: relative;
}
.ombre {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.simili_table {
	display: table;
	width: 100%;
}
.simili_tr {
	display: table-row;
}
.simili_td {
	display: table-cell;
}
a.no_link, .no_link a {
	color: inherit;
	text-decoration: none;
}
/* ======= Pour WordPress et CKEditor ======= */
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	text-align: center;
}
.aligncenter img, .aligncenter video {
	margin: 10px;
}
img.alignright, video.alignright {
	margin: 0 0 10px 10px
}
img.alignleft, video.alignleft {
	margin: 0 10px 10px 0
}
img.aligncenter, video.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.screen-reader-text { /* Pour rendre invisible les titres de navigation des articles (numérotation des pages en cas de nombreux articles sur plusieurs pages) ajoutés par Word Press */
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
/* oooooooooooooooo Fin de "Base" oooooooooooooooo */

/* oooooooooooooooo Début de "Structure" oooooooooooooooo */
.bande {}
.container {
	position: relative;
	width: 980px;
	margin: 0px auto;
	padding: 0px;
}
/* ============== Clearing ============== */
/* Auto clear */
.container:after {
	content: "\0020";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* On peut aussi utiliser <br class="clear" /> */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
	height: 0px;
}
/* oooooooooooooooo Fin de "Structure" oooooooooooooooo */

/* oooooooooooooooo Début de "Styles" oooooooooooooooo */

/* ============== Général ============== */
/* Personnalisation du placeholder 
::-webkit-input-placeholder { /* WebKit browsers 
	color: #666 !important;
	opacity: 1 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 
    color: #666 !important;
    opacity: 1 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ 
    color: #666 !important;
    opacity: 1 !important;
}
[placeholder]:-ms-input-placeholder { /* Internet Explorer 10+ 
    color: #666 !important;
    opacity: 1 !important;
}
.placeholdersjs { /* Anciens navigateurs 
    color: #666 !important;
}*/
/* Fonts */
@font-face {
	font-family: "font_lato";
	src: url('../fonts/lato-regular.woff') format('woff'), url('../fonts/lato-regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "font_lato";
	src: url('../fonts/lato-bold.woff') format('woff'), url('../fonts/lato-bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "font_lato";
	src: url('../fonts/lato-black.woff') format('woff'), url('../fonts/lato-black.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
/*  */
body {
	background-color: #FFF;
	background-image: url(../images/pattern_fond.svg);
	background-repeat: repeat-y;
	background-position: center 270px;
	font-family: "font_lato", Arial;
	color: #3C363E;
	font-size: 18px;
	line-height: 1.25em;
}
#haut_page {
	position: relative;
}
.bouton_ouvrir, .bouton_fermer {
	cursor: pointer;
}
.jq_hide div:first-child {
	margin-top: 0px;
}
/* ============== Tête ============== */
header {
	margin: 0px;
	padding: 0px;
	height: 190px;
	width: 100%;
	background-color: rgb(225,105,13);
	background-image: -moz-linear-gradient(top, rgba(208,73,26,1) 0%, rgba(241,135,0,1) 100%);
	background-image: -webkit-linear-gradient(top, rgba(208,73,26,1) 0%, rgba(241,135,0,1) 100%);
	background-image: linear-gradient(top, rgba(208,73,26,1) 0%, rgba(241,135,0,1) 100%);
	position: relative;
}
#logo img {
	height: auto;
	width: 175px;
}
.pastille_tete {
	background-image: url(../images/pastille_tete.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	width: 314px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-size: 313px 172px;
	margin-left: -157px;
}
.telecharger_tete, .telecharger {
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/picto_telecharger_blanc.svg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-align: left;
	padding: 0px 0px 0px 60px;
	position: absolute;
	top: 55px;
	right: 0px;
	min-height: 50px;
}
.telecharger {
	color: #D0491A;
	background-image: url(../images/picto_telecharger.svg);
	position: static;
	float: left;
	width: 310px;
	margin: 30px 30px 30px 0px;
}
/* ============== Accueil ============== */
body.accueil {
	background-position: center 645px;
	padding-top: 0px;
}
.accueil header {
	height: auto;
}
.accueil header .container {
	height: 560px;
}
.accueil #logo img {
	width: auto;
}
.accueil .pastille_tete {
	height: 220px;
	width: 400px;
	background-size: auto;
	margin-left: -200px;
}
.groupe_photos_accueil {
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
/* - */
.accueil h1 {
	font-size: 34px;
	line-height: 1.4em;
	font-weight: 700;
	text-align: center;
	margin: 40px 0px;
}
.accueil h2 {
	font-size: 34px;
	line-height: 1.1em;
	font-weight: 800;
	text-align: center;
	margin: 60px 0px;
	position: relative;
}
.accueil h2::after {
	content: "";
	display: block;
	width: 50px;
	height: 10px;
	border-radius: 5px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -25px;
}
.accueil h2.bleu {
	color: #4CBDCC;
}
.accueil h2.bleu::after {
	background-color: #4CBDCC;
}
.accueil h2.rouge {
	color: #D4451D;
}
.accueil h2.rouge::after {
	background-color: #D4451D;
}
.accueil h2.orange {
	color: #F18700;
}
.accueil h2.orange::after {
	background-color: #F18700;
}
/* - */
.bande_bleue, .bande_orange {
	min-height: 410px;
	padding: 50px 0;
}
.bande_bleue {
	color: #FFF;
	background-color:	rgba(0,120,130,.7);
	-webkit-filter: saturate(250%);
	filter: saturate(250%);
}
.bande_bleue .container {
	-webkit-filter: saturate(40%);
	filter: saturate(40%);
}
.bande_orange {
	color: #FFF;
	background-color: rgba(241,135,0,.7);
	-webkit-filter: saturate(300%);
	filter: saturate(300%);
}
.bande_orange .container {
	-webkit-filter: saturate(34%);
	filter: saturate(34%);
}
.bande_bleue .img-a {
	width: 400px;
	float: left;
}
.bande_bleue .img-b, .bande_orange .img-b {
	width: 360px;
	float: left;
}
.bande_bleue .liens-a {
	text-align: center;
	margin: -15px 0px 20px;
}
.bande_bleue .liens-a a {
	font-size: 22px;
	line-height: 1.1em;
	color: #FFF;
	text-decoration: none;
	margin: 0px 20px;
}
.bande_bleue .liens-a a:hover {
	color: #000;
}
.bande_bleue .txt-a, .bande_bleue .txt-b, .bande_orange .txt-b {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
	margin: 40px 0 15px;
}
.accueil .lire_suite, .lire_suite {
	line-height: 1.2em;
	margin: 15px 0 0;
	color: #FFF;
	text-decoration: none;
}
.lire_suite {
	color: #F18700;
	margin: 10px 0 25px;
}
.lire_suite:hover {
	color: #000;
}
.bouton_ouvrir.open .lire_suite::before {
	content: "// Masquer la suite";
	display: block;
	position: absolute;
	background-color: #FFF;
	padding-right: 50px;
}
.accueil #chiffres .telecharger {
	float: none;
	width: 150px;
	margin: 30px auto;
}
#chiffres .aligncenter img {
	margin: 0px;
}
#chiffres {
	padding-top: 1px;
}
#identifier, #conseiller, #developper {
	overflow: hidden;
}
/* ============== Carrousel accueil ============== */
.bande_carrousel {
	background-image: url(../images/carrousel_fd.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
	padding: 60px 0px;
	margin-top: 60px;
	height: 510px;
}
#carrousel_accueil {
	box-sizing: border-box;
	width: 100%;
	height: 510px;
	position: relative;
	overflow: hidden;
	background-image: url(../images/carrousel_carnet.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 30px 0 0 80px;
}
#carrousel_accueil img {}
.carrousel_message {
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 40px;
	font-size: 34px;
	line-height: 1.1em;
	color: #F18700;
	font-weight: 800;
	text-align: center;
	margin-left: 50px;
}
.carrousel_message::after {
	content: "";
	display: block;
	width: 50px;
	height: 10px;
	border-radius: 5px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -25px;
	background-color: #F18700;
}
.carrousel_message p {
	margin: 0;
}
.carrousel_nav {
	box-sizing: border-box;
	position: relative;
	text-align: center;
	width: 100%;
	height: 22px;
	padding-left: 27px;
	margin-top: -45px;
}
.carrousel_bouton_nav {
	background-color: #FFF;
	border: 1px solid #000;
	border-radius: 9px;
	display: inline-block;
	margin: 0px 10px;
	height: 15px;
	width: 15px;
	cursor: pointer;
}
.carrousel_bouton_nav.carrousel_slide_actuel {
	background-color: #F18700;
}
.carrousel_fleche_precedent, .carrousel_fleche_suivant {
	background-image: url(../images/carrousel_fleches.svg);
	background-repeat: no-repeat;
	background-position: 0px center;
	height: 31px;
	width: 43px;
	position: absolute;
	left: 90px;
	bottom: 0px;
	cursor: pointer;
}
.carrousel_fleche_suivant {
	background-position: -100px center;
	left: auto;
	right: 40px;
}
/* ============== Fin carrousel ============== */
/* ============== Page ============== */
.nav_principale {
	background-color: #FFF;
	z-index: 999;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	width: 100%;
}
.accueil .nav_principale {
	position: relative;
	top: auto;
}
.contenu_principal {
	padding: 40px 0;
}
.contenu_principal img, .accueil img {
	max-width: 100%;
	height: auto;
}
.picto_accueil {
	background-image: url(../images/picto_accueil.svg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 40px;
	width: 40px;
	position: absolute;
}
.contenu_principal section {
	padding: 0px 0px 0px 165px;
}
.lienPicto a[href^="http://"]:after, a.lienPicto[href^="http://"]:after, .lienPicto a:after, a.lienPicto:after {
	content: url(../images/lien_externe.gif);
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: middle;
}
.lienPicto a:after, a.lienPicto:after {
	content: url(../images/lien_interne.gif);
}
.nopicto a:after, .nopicto a:before, a.nopicto:after, a.nopicto:before {
	content: none !important;
	padding: 0px !important;
}
section li:not(.clean_li) {
	font-size: 1em;
	font-weight: normal;
}
section li li:first-child:not(.clean_li) {
	margin-top: 5px;
}
section th, section td {
	padding: 5px;
}
.groupe_photos {
	text-align: center;
	margin: 0px 0px 40px;
}
.chapo {
	font-size: 22px;
	line-height: 1.25em;
	font-weight: 700;
	margin: 30px 0px;
}
.titre1 {
	font-size: 28px;
	font-weight: 700;
	margin: 40px 0px 30px;
	padding: 0px;
	position: relative;
	line-height: 1.1em;
}
.titre1::before {
	content: "";
	display: block;
	width: 81px;
	height: 23px;
	background-image: url(../images/picto_pois.svg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 5px;
	left: -105px;
}
.titre1 #vocation, .titre1 #engagement, .titre1 #entreprise {
	position: absolute;
	top: -125px;
}
.titre2 {
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 700;
	color: #F18700;
	margin: 40px 0px 30px;
}
#tiroir_a_ouvrir-2 .titre2:first-child {
	margin-top: 0;
}
.titre3 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 30px 0px 20px;
	padding-left: 38px;
	position: relative;
}
.titre3::before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 6px;
	width: 25px;
	height: 10px;
	background-color: #F18700;
	border-radius: 5px;
}
.titre_engagement {
	margin: 40px 0px;
	padding: 0px 0px 0px 100px;
	position: relative;
	min-height: 45px;
}
.titre_engagement span {
	font-weight: 700;
	text-transform: uppercase;
	color: #4CBDCC;
	display: block;
}
.titre_engagement::before {
	content: "";
	display: block;
	position: absolute;
	top 0px;
	left: 0px;
	background-image: url(../images/pictos_engagements.svg);
	background-repeat: no-repeat;
	height: 85px;
	width: 80px;
}
.expertise.titre_engagement::before {
	background-position: 0px 0px;	
}
.ecoute.titre_engagement::before {
	background-position: 0px -150px;	
}
.agilite.titre_engagement::before {
	background-position: 0px -300px;	
}
.pro.titre_engagement::before {
	background-position: 0px -450px;	
}
.affichage_video {
	margin: 40px 0px;
	text-align: center;
}
.mosaique_etudes th, .mosaique_etudes td {
	padding: 0px;
}
.mosaique_etudes img {
	max-width: 100%;
	width: auto;
}
.mosaique_etudes .telecharger {
	margin-top: 10px;
}
.encadre1 {
	font-weight: 700;
	background-color: rgba(255, 251, 200, 0.5);
	margin: 20px 0px 30px;
	padding: 15px;
}
.encadre1 big {
	font-size: 32px;
	line-height: 1.1em;
	font-weight: 800;
	color: #F18700;
	display: block;
}
.encadre1 big + br {
	display: none;
}
.encadre1 span.texte_orange br {
	display: none;
}
.encadre2 {
	background-color: #E9F3FF;
	display: block;
	margin: 20px 0px;
	padding: 10px;
	border: 1px solid #001C9B;
}
.enveloppe_engagements {
	overflow: hidden;
}
.bloc_engagement {
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 700;
	background-color: #4CBDCC;
	text-align: center;
	margin: 0px 30px 30px 0px;
	padding: 25px;
	float: left;
	height: 240px;
	width: 392px;
}
.bloc_engagement:nth-child(even) {
	margin-right: 0px;
}
.bloc_engagement big {
	font-size: 28px;
	color: #FFF;
	display: block;
	margin-bottom: 20px;
}
.bouton_contacts {
	font-size: 25px;
	line-height: 25px;
	font-weight: 800;
	color: #FFF;
	text-decoration: none;
	background-color: #F18700;
	display: inline-block;
	margin: 30px 0px;
	padding: 15px;
}
.rs {
	font-size: 21px;
	text-align: center;
	margin: 40px auto;
	width: 300px;
}
.picto_rs {
	background-image: url(../images/pictos_rs.svg);
	background-repeat: no-repeat;
	margin: 10px;
	height: 54px;
	width: 54px;
	display: inline-block;
}
.picto_rs.facebook {
	background-position: 0px 0px;
}
.picto_rs.twitter {
	background-position: 0px -100px;
}
.picto_rs.linkedin {
	background-position: 0px -200px;
}
.retour_haut_page {
	color: #C62825;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 20px 0 30px;
	position: fixed;
	bottom: 0px;
	right: 20px;
	background-color: #FFF;
	padding: 10px;
	border-radius: 7px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.3);
	z-index: 49;
}
/* ============== Bloc pied ============== */
footer {}
footer a {
	color: #8F878D;
	text-decoration: none;
}
footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.bande_footer {
	padding: 30px 0px 50px;
	color: #8F878D;
	font-size: 20px;
	line-height: 1.2em;
	background-color: #4A434B;
	clear: both;
	overflow: hidden;
}
.logo_footer {
	float: left;
}
.logo_footer img {
	height: auto;
	width: 224px;
}
.menu_footer {
	float: right;
}
.menu_footer a, .rgpd_ouvrir_banniere {
	display: block;
	float: left;
	margin-left: 30px;
	padding-bottom: 7px;
}
.menu_footer a:hover, .rgpd_ouvrir_banniere:hover {
	border-bottom: 2px solid #FFF;
	color: #FFF;
}
.baseline_footer {
	position: absolute;
	left: 280px;
	bottom: 0px;
}
/* ============== iframe fancybox ============== */
.fancybox-slide--iframe .fancybox-content {
	background: transparent !important;
}
/* oooooooooooooooo Fin de "Styles" oooooooooooooooo */

/* oooooooooooooooo Début de RWD (sauf Smartmenu) oooooooooooooooo */
/* ============== Tablettes ============== */
@media only screen and (min-width: 600px) and (max-width: 979px) {
html {
	width:133.333%;
	-webkit-transform: scale(.75,.75);
	-ms-transform: scale(.75,.75); 
	-moz-transform: scale(.75,.75);
	-webkit-transform-origin: 0px top;
	-ms-transform-origin: 0px top;
	-moz-transform-origin: 0px top;
	transform: scale(.75);
	transform-origin: 0px top;
}
}

@media only screen and (max-width: 599px) {
body {
	font-size: 14px;
	background-size: contain;
}
.container {
	width: 320px;
}
header {
	height: 100px;
}
.accueil header .container {
	height: 190px;
}
.accueil #logo img, #logo img {
	width: 100px;
}
.accueil .pastille_tete, .pastille_tete {
	background-size: 150px 82px;
	width: 150px;
	height: 82px;
	margin-left: -50px;
}
.telecharger_tete {
	display: none;
}
.accueil h1 {
	line-height: 1.2em;
	font-size: 20px;
	margin: 20px 0;
}
.accueil h2 {
	font-size: 24px;
	margin: 30px 0 40px;
}
.accueil h2::after {
	bottom: -20px;
	height: 7px;
}
.affichage_video {
	margin: 20px 0;
}
.affichage_video video {
	width: 320px;
	height: 180px;
}
.bande_bleue, .bande_orange {
	min-height: auto;
	padding: 20px 0;
}
.bande_bleue .img-a, .bande_bleue .img-b, .bande_orange .img-b {
	display: none;
}
.bande_bleue .liens-a {
	margin: 0 0 20px;
}
.bande_bleue .liens-a a {
	font-size: 18px;
	text-decoration: underline;
	display: block;
	margin: 0 0 7px;
}
.bande_bleue .txt-a, .bande_bleue .txt-b, .bande_orange .txt-b {
	font-size: 14px;
	margin: 20px 0 10px;
}
.accueil .lire_suite {
	display: inline-block;
	background-color: #285aa8;
	margin: 0;
	padding: 3px 7px 5px;
}
.bande_carrousel {
	padding: 30px 0;
	margin-top: 30px;
	height: 167px;
}
#carrousel_accueil {
	height: 167px;
	background-size: 320px 167px;
	padding: 7px 0 0 25px;
}
.carrousel_message {
	font-size: 18px;
	top: 7px;
	margin-left: 25px;
}
.carrousel_message::after {
	height: 5px;
	bottom: -10px;
}
.carrousel_nav {
	height: 22px;
	padding-left: 27px;
	margin-top: -22px;
}
.carrousel_bouton_nav {
	margin: 0 5px;
	width: 10px;
	height: 10px;
}
.carrousel_fleche_precedent, .carrousel_fleche_suivant {
	background-size: 71.5px 15.5px;
	width: 21.5px;
	height: 15.5px;
	left: 30px;
	bottom: 4px;
}
.carrousel_fleche_suivant {
	background-position: -50px center;
	left: auto;
	right: 10px;
}
.telecharger_tete, .telecharger {
	font-size: 14px;
}
.accueil #chiffres .telecharger {
	width: 100px;
	margin: 20px auto;
}
/* - */
.picto_accueil {
	top: -30px;
}
.contenu_principal {
	padding: 40px 0 20px;
}
.contenu_principal section {
	padding: 1px 0 0 0;
}
.groupe_photos {
	margin: 0 0 20px;
}
.chapo {
	font-size: 16px;
	margin: 15px 0;
}
.titre1 {
	font-size: 22px;
	margin: 20px 0 15px;
	padding-left: 50px;
}
.titre1::before {
	left: -20px;
	background-size: 60px 16px;
}
.titre2 {
	font-size: 17px;
}
.telecharger {
	width: 120px;
	margin: 15px;
}
.mosaique_etudes .telecharger {
	margin: 7px 0 12px;
	font-size: 12px;
	width: 100px;
	padding: 0 0 0 42px;
	background-size: 34px;
	line-height: 1.1em;
}
.mosaique_etudes img {
	margin: 0 20px 0 0;
	width: 140px;
}
.bloc_engagement {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
}
.titre1 #vocation, .titre1 #engagement, .titre1 #entreprise {
	top: -15px;
}

/* - */
.retour_haut_page {
	color: transparent;
	padding: 5px;
	font-size: 0;
	line-height: 0;
}
/* Bloc pied */
.rs {
	margin: 0px auto 10px;
}
.accueil .rs {
	margin-top: 20px;
}
.bande_footer {
	font-size: 10px;
	padding: 15px 0px 15px;
}
.logo_footer img {
	width: 85px;
}
.menu_footer {
	position: absolute;
	top: 0;
	right: 0;
}
.menu_footer a, .rgpd_ouvrir_banniere {
	margin-left: 10px;
	color: #FFF;
}
.baseline_footer {
	left: auto;
	right: 0;
	width: 200px;
}
}
/* oooooooooooooooo Fin de RWD (sauf Smartmenu) oooooooooooooooo */

/* oooooooooooooooo Début de SmartMenu oooooooooooooooo */

/* ============== Base de SmartMenu (à ne pas éditer) ============== */
.sm {
	position: relative;
	z-index: 999;
}
.sm, .sm ul, .sm li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	direction: ltr;
	text-align: left;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sm-rtl, .sm-rtl ul, .sm-rtl li {
	direction: rtl;
	text-align: right;
}
.sm>li>h1, .sm>li>h2, .sm>li>h3, .sm>li>h4, .sm>li>h5, .sm>li>h6 {
	margin: 0;
	padding: 0;
}
.sm ul {
	display: none;
}
.sm li, .sm a {
	position: relative;
}
.sm a {
	display: block;
}
.sm a.disabled {
	cursor: not-allowed;
}
.sm:after {
	content: "\00a0";
	display: block;
	height: 0;
	font: 0px/0 serif;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.sm, .sm *, .sm *:before, .sm *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* ============== Partie éditable ============== */
/* ============== Smartphones ============== */
@media only screen and (max-width: 599px) {

.nav_principale, .accueil .nav_principale {
	position: absolute;
	top: 0;
	background-color: transparent;
}
.nav_principale.ombre {
	box-shadow: none;
}
/* ========== Bouton bascule (toggle) pour mobile ========== */
.main-menu-btn {
	position: absolute;
	display: inline-block;
	width: 28px;
	height: 28px;
	text-indent: 29px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 15px;
	left: auto;
	right: 10px;
	z-index: 1000;
}
/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 0px;
	height: 3px;
	width: 28px;
	background: #FFF;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	border-radius: 2px;
}
.main-menu-btn-icon:before {
	content: '';
	top: -10px;
	left: 0;
}
.main-menu-btn-icon:after {
	content: '';
	top: 10px;
	left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
	display: none;
}
#main-menu-state:checked ~ #main-menu {
	display: block;
}
/* ========== Fin du bouton bascule ========== */
#main-menu {
	width: 320px;
	padding: 65px 15px 20px 20px;
	background: rgba(31, 38, 73, 1);
	float: none;
}
#main-menu a, #main-menu a:hover, #main-menu a:focus, #main-menu a:active {}
#main-menu a.current {}
#main-menu a.disabled {}
#main-menu li a span.sub-arrow {
	display: inline;
	position: absolute;
	top: -10px;
	left: auto;
	right: 0px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	text-align: center;
	text-shadow: none;
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 17px;
}
#main-menu li li a span.sub-arrow {
	top: 2px;
	height: 18px;
	border-radius: 9px;
	line-height: 18px;
}
#main-menu a.highlighted span.sub-arrow:before {
	display: block;
	content: '--';
	line-height: 1.9em;
	letter-spacing: -1.5px;
}
#main-nav {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	margin: 0px;
	float: none;
	z-index: 998;
}
#main-nav ul {} /* le premier niveau d'ul correspond à #main-menu */
#main-nav li {
	float: none;
	color: #CBE7FF;
	background-image: none;
}
#main-nav li a {
	margin: 15px 0px 0px;
	text-align: left;
	height: auto;
	min-height: 25px;
	float: none;
	width: auto;
	line-height: 1.2em;
	border-bottom: none;
	color: rgba(154,199,229,.7);
	text-transform: uppercase;
	text-decoration: none;
}
#main-nav li a br {
	display: none;
}
#main-menu li a {}
#main-menu li:hover > a, #main-menu li.current-menu-item > a, #main-menu li.current-menu-parent > a, #main-menu li.current-menu-ancestor > a {
	color: rgba(154,199,229,1);
}
#main-nav li a.has-submenu {
	padding-right: 40px;
}
#main-nav ul ul {}
#main-nav li li a {
	color: rgba(255,255,255,.7);
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	min-height: 1px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#main-nav li li:hover > a, #main-nav li li.current-menu-item > a, #main-nav li li.current-menu-parent > a {
	color: rgba(255,255,255,1);
}
#main-nav ul ul ul {
	margin-left: 10px;
}
#main-nav li li li:hover a, #main-nav li li li.current-menu-item a {}
}

/* ============== PC ============== */
@media only screen and (min-width: 600px) {
	
/* ========== Bouton bascule (toggle) pour mobile ========== */
/* hide the button in desktop view */
.main-menu-btn {
	display: none;
}
#main-menu-state {
	display: none;
}
/* ========== Fin du bouton bascule ========== */

/* Masque le + des "a.has-submenu" */
#main-menu a span.sub-arrow {
	display: none;
}
/* --- */
#main-nav {
	padding: 20px 0 0;
	background-color: #FFF;
	clear: both;
}
#main-menu {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 96;
}
#main-menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	float: left;
	height: 85px;
	background-image: none;
}
#main-menu li a {
	color: #D0491A;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	margin: 0px 0px;
	padding: 0px 0px 0px 12px;
	text-align: left;
	height: 58px;
	width: 163px;
	line-height: 1.2em;
	border-left: solid 1px #1D1D1D;
	position: static;
}
#main-menu li:last-child a {
	border-right: solid 1px #1D1D1D;
}
#main-menu li:hover > a, #main-menu li.current-menu-item > a, #main-menu li.current-menu-parent > a, #main-menu li.current-menu-ancestor > a {
}
#main-menu li:hover > a::after, #main-menu li.current-menu-item > a::after, #main-menu li.current-menu-parent > a::after, #main-menu li.current-menu-ancestor > a::after {
	content:"";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 8px;
	background-color: #D0491A;
}
/* ============== Sous menu déroulant ============== */
#main-menu ul {
	padding: 0px;
	height: auto;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	float: none;
	z-index: 95;
	min-width: 150px;
}
#main-menu li li {
	display: block;
	list-style-type: none;
	float: none;
}
#main-menu li li a {
	color: #333;
	margin: 0px;
	padding: 3px 10px;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
	height: auto;
	width: auto;
	float: none;
	display: block;
	text-align: left;
	border-style: none;
}
#main-menu li li:hover > a, #main-menu li li.current-menu-item > a, #main-menu li li.current-menu-parent > a {
	color: #FFF;
	background: #BD1A7F;
	font-weight: normal;
}
#main-menu li li li:hover a, #main-menu li li li.current-menu-item a {
	background: #F66;
}
}
/* oooooooooooooooo Fin de SmartMenu oooooooooooooooo */

/* oooooooooooooooo Début de "Print" oooooooooooooooo */
@media print {
.container {
	width: 170mm;
}
#logo {}
}
/* oooooooooooooooo Fin de "Print" oooooooooooooooo */

/* oooooooooooooooo DEBUT BANDEAU COOKIE RGPD oooooooooooooooo */
/* afin de rendre le bandeau facilement portable d'un site à l'autre, certaines règles ont uniquement pour but d'annuler des règles éventuellement établies par le CSS général du site */ 
.rgpd_ouvrir_banniere {
	cursor: pointer;
}
#rgpd_ouvrir_banniere {
	display: inline-block;
	font-size: 1.3em;
	border: 1px solid #797979;
	padding: 10px 10px;
	line-height: 1.1em;
	height: 1.1em;
	text-align: center;
	/*
	color: #999;
	position: absolute;
	right: 19px;
	bottom: 20px;
	border-radius: 6px;
	height: 13px;
	width: 115px;
	*/
}
#rgpd_ouvrir_banniere:hover {
	background-color: #333;
	/* color: #333; */
}
#rgpd_main * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.4em;
}
#rgpd_main {
	z-index: 200;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	-moz-hyphens: none;
	hyphens: none;
}
#rgpd_main h1 {
	font-size: 1.7em;
}
#rgpd_main h2 {
	font-size: 1.5em;
}
#rgpd_main h3 {
	font-size: 1.2em;
}
#rgpd_main h4 {
	font-size: 1.1em;
}
#rgpd_main_content {
	font-size: 12px;
	display: inline-block;
	text-align: center;
	width: 100%;
	background: #23282d;
	color: white;
	margin-bottom: 3px;
}
#rgpd_texte_intro {
	padding: 1em;
}
#rgpd_texte_intro_titre {
	font-size: larger;
	font-weight: bold;
}
#rgpd_onglets {
	display: none;
}
#rgpd_choix {
	margin-top: 0.4em;
}
#rgpd_choix_ok, #rgpd_choix_reset, #rgpd_choix_fermer_reglage_cookies, #rgpd_choix_fermer_onglets {
	display: inline-block;
	background: #fff;
	color: #23282d;
	margin-bottom: 3px;
	margin-left: 7px;
	padding: 4px 10px;
	text-decoration: none;		
	cursor: pointer;
	border: none;
	border-radius: 3px;
	width: inherit;
	height: inherit;
	font-size: 1.3em;
	text-shadow: none;
	font-weight: normal;
}
#rgpd_choix_savoir_plus {
	display: inline-block;
	cursor: pointer;
	color: white;
	text-decoration: underline;
	font-size: 0.9em;
	margin-left: 3em;
}
#rgpd_choix_savoir_plus:hover {
	text-decoration: none;
}
#rgpd_choix_ok, #rgpd_choix_fermer_reglage_cookies {
	/* background: #008300; VERT */
	background: #00B5D3; /* BLEU */
	color: #fff;
	padding: 5px 10px;
}
#rgpd_choix_ok:hover, #rgpd_choix_fermer_reglage_cookies:hover {
	background: #fff;
	color: black;
}
#rgpd_choix_fermer_onglets {
	margin-top: 1em;
}
#rgpd_main .bouton_fermer {
	text-align: center;
}
#rgpd_onglets_titre {
	clear: both;
}
#rgpd_onglet1_titre, #rgpd_onglet2_titre {
	box-sizing: border-box;
	width: 50%;
	border: 1px solid #888;
	display: inline-block;
	cursor: pointer;
	padding: 2px 0;
	font-weight: bold;
	line-height: 1.3em;
}
#rgpd_onglet1_titre {
	float: left;
}
#rgpd_onglet2_titre {
	float: right;
}
#rgpd_onglet1_titre.open, #rgpd_onglet2_titre.open {
	background: #fff;
	color: black;
}
#rgpd_onglet1_content, #rgpd_onglet2_content {
	text-align: left;
	padding: 1em;
	clear: both;
}
#rgpd_onglet2_content {
	display: none;
	overflow: auto;
	height: 230px;
	/* width: 95%; */
}
#rgpd_onglet2_content p {
	margin: inherit;
}
#rgpd_onglet2_content ul {
	margin: 0.6em 2em;
	list-style: inherit;
}
#rgpd_onglet2_content li {
	margin: 0.2em 0;
}
#rgpd_onglet2_content a {
	color: white;
	text-decoration: underline;
}
#rgpd_onglet2_content a:hover {
	text-decoration: none;
}
.rgpd_choix_ligne {
	clear: both;
	border-top: 1px solid #999;
	padding-top: 1em;
	padding-bottom: 1em;
}
.rgpd_choix_explication {
	display: inline-block;
	width: 77%;
	float: left;
	margin-bottom: 1em;
}
.rgpd_choix_radios {
	display: inline-block;
	float: left;
	width: 23%;
	margin-top: -5px;
	margin-bottom: 0.5em;
}
.rgpd_choix_radios label {
	display: inline;
	white-space: pre;
	cursor: pointer;
}

/*
@media only screen and (min-width: 740px) and (max-width: 980px) {
}
*/

@media only screen and (min-width: 680px) {
	#rgpd_main_content {
		width: 600px;
	}
}
/* oooooooooooooooo FIN BANDEAU COOKIE RGPD oooooooooooooooo */
