@charset "UTF-8";
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/
/* CFTO - Site web 2019 */
/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/

/*################################*/
/* CSS : MAIN */
/*################################*/

@import "reset.css";
@import "normalize.css";
@import "cfto_plugins_custom.css";

/* Couleurs */
/*---------------------*/
/*

Bleu CFTO 2019 foncé
#27334b / 39,51,75

Bleu CFTO 2019
#2e7fab / 46,127,171

Bleu CFTO 2019 : Page background
#1972a3 / 25,114,163

Bleu CFTO 2019 : Clair 
#b2d0e0 / 178,208,224

*/

/*******************************************/
/* HTML BASE */
/*******************************************/

/* Main */
/*---------------------*/

* {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
	behavior: url(scripts/boxsizing.htc);
}
html, body {
	width: 100%; 
	/*height: 100%;*/ 
	-webkit-font-smoothing: antialiased !important;
	background-color: #1972a3;
}
body {
	background: #1972a3 url(../images/global/page_bg.jpg) no-repeat center top;
	font-family: Arial, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	font-size: 62.5%; /* Browser defaut 16px = 10px */
	line-height: 1.3;
	color: black;
	-webkit-backface-visibility: hidden;
}

/* Fontes */
/*---------------------*/

@font-face {
	font-family: 'texgyreadventorregular';
	src: url('../fonts/texgyreadventor-regular-webfont.eot'); /* IE9 Compat Modes */
	src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'), /* Modern Browsers */
		url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'texgyreadventorbold';
		src: url('../fonts/texgyreadventor-bold-webfont.eot'); /* IE9 Compat Modes */
		src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'), /* Modern Browsers */
			url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
			url('../fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

/* Titles */
/*---------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .5em 0;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
	font-family: 'texgyreadventorbold'; 
	color: #2e7fab;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { 
	font-family: 'texgyreadventorbold'; 
}
h2, h3, h4, h5, h6 {
	margin-bottom: 1em;
}
h1 {
	font-size: 3.5em;
/*	color: #27334b;*/
	text-transform: uppercase;
}
h2 {
	margin-bottom: .75em;
	font-size: 2.8em;
}
h3 {
	font-size: 2em;
	text-transform: uppercase;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.3em;
	line-height: 1.2em;
}
p+h1, p+h2, p+h3, p+h4, p+h5, p+h6, 
ul+h1, ul+h2, ul+h3, ul+h4, ul+h5, ul+h6, 
ol+h1, ol+h2, ol+h3, ol+h4, ol+h5, ol+h6 {
	margin-top: 1em;
}

/* Text */
/*---------------------*/

p {
	margin: 0 0 1em 0;
}
p, li, figcaption, button {
  font-size: 1.4em;
}
address {
	margin: 0 0 .75em 0;
  font-style: normal;
}
small {
	font-size: 75%;
	line-height: 75%;
}
.big {
	font-size: 120%;
}
sup { 
	vertical-align: middle; 
	font-size: 60%; 
	line-height: 80%; 
} 
sub { 
	vertical-align: sub; 
	font-size: 70%; 
	line-height: 80%; 
} 
blockquote {
	margin: 1.5em 0;
	font-family: 'texgyreadventorbold'; 
	font-size: 2.1em;
	line-height: 1.3em;
	color: #27334b;
}

/* Images */
/*---------------------*/

.autoDim {
	width: 100%; 
	height: auto;
}
.imgLine img {
	vertical-align: middle;
}
.imgLine img:not(:last-child) {
	margin-right: 30px;
}

/* Figures */
/*---------------------*/

figure {
	margin: 30px 0;
	line-height: 0;
	text-align: center;
}
figcaption {
	margin-top: 1em;
	line-height: 1.3em;
	text-align: left;
}
a figcaption  {
	clear: both;
	position: relative;
	display: block;
	margin-top: 0;
	padding-top: .75em;
	background-color: white;
}

/* Links */
/*---------------------*/

a, a:link, a:visited {
	text-decoration: underline;
	color: inherit;
}
a, a:link, a:visited {
	-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
			-o-transition: all 300ms ease-in-out;
				transition: all 300ms ease-in-out;
}
h1 a, h1 a:link, h1 a:visited, 
h2 a, h2 a:link, h2 a:visited, 
h3 a, h3 a:link, h3 a:visited, 
h4 a, h4 a:link, h4 a:visited, 
h5 a, h5 a:link, h5 a:visited, 
h6 a, h6 a:link, h6 a:visited {
	/*text-decoration: none;*/
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
a img {
  border: none;
}

/* Lists */
/*---------------------*/

ul, ol {
	margin: 0 0 1em 0;
  padding: 0 0 0 3em;
}
ol {
  padding-left: 3.5em;
}
li {
	padding: 0 0 .5em 0;
}
ul ul, 
ul ol, 
ol ul, 
ol ol {
	margin-top: .5em;
	margin-bottom: .5em;
}
ul ul, 
ol ul {
	padding-left: 1.1em;
}
ul ol, 
ol ol {
	padding-left: 1.5em;
}
ol li {
	list-style: decimal;
}
ul li {
	list-style: none;
}
ul li:before {
	content: "";
	line-height: 1em;
	width: .45em;
	height: .45em;
	background-color: #84B19C;
	float: left;
	margin: .55em .5em 0 -1em;
	border-radius: 50%;
}
li li {
	font-size: 100%;
}

/* Forms */

form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, button, select {
	vertical-align: top; 
}
label, input, textarea, select, option {
	font-size: 1.3em;
}
label input, label textarea, label option {
	font-size: 100%;
}
label, select, option {
	color: #27334b;
}
label {
	display: inline-block;
	color: #27334b;
}
input, textarea {
	background-color: #FFF;
	border: 1px solid #b2d0e0;
	-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
			border-radius: 4px;
	color: black;
}
input, textarea, button, select, label {
	margin: 0; 
	padding: 0;
}
input, textarea, select {
	margin-bottom: .5em;
	padding: .5em;
}
input:focus, textarea:focus {
	background-color: #E5F0F3;
	outline: none;
}
select {
	font-size: 1em;
	border-color: #2e7fab;
}
input[type="radio"], 
input[type="checkbox"] { 
	display: inline-block;
	margin-right: .5em;
	vertical-align: initial;
}
input[type=submit], 
input[type=button] {
	background-color: #27334b;
	margin-top: 1.5em;
	padding: .25em 1em .5em 1em;
	border: none;
	font-family: 'texgyreadventorregular'; 
	font-size: 2em;
	color: #FFF;
	-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
			-o-transition: all 300ms ease-in-out;
				transition: all 300ms ease-in-out;
}
input[type=submit].small, 
input[type=button].small {
	font-size: 1.2em;
}
input[type=submit]:hover, 
input[type=button]:hover {
	background-color: #2e7fab;
}
::-webkit-input-placeholder { color:#CCC; }
::-moz-placeholder { color:#CCC; } /* firefox 19+ */
:-ms-input-placeholder { color:#CCC; } /* ie */
input:-moz-placeholder { color:#CCC; }

.stdForm .highlight h3 {
	margin-bottom: .7em;	
}
.highlight label {
	font-size: 1.8em;
	font-weight: bold;
	color: #2e7fab;
}
.marinOnly, 
.autreOnly, 
.stdForm label.marinOnly, 
.stdForm label.autreOnly {
	display: none;
}

/* Divers éléments de type en-ligne */
/*---------------------*/

em {
  font-style: italic;
}
strong {
  font-weight: bold;
}


/*******************************************/
/* NAVIGATION */
/*******************************************/

/* Nav global */
/*---------------------*/

nav a, 
nav a:link, 
nav a:visited {
	display: block;
  text-decoration: none;
}
nav li:before, 
.menu-local li:before, 
.menu-lang li:before {
	content: none;
}
nav ul ul {
	margin-top: 0;
}

/* Nav : Main */
/*---------------------*/

#nav-main {
	position: absolute;
	left: 210px;
	top: 140px;
	z-index: 100;
	padding-bottom: 10px;
	font-family: 'texgyreadventorregular';
	line-height: 1em;
}
#nav-main ul {
	padding: 0;
}
#nav-main li {
	float: left;
	padding: 0;
	list-style: none;
}
#nav-main li li {
	float: none;
	border: none;
	line-height: 1.2em;
}
#nav-main li ul {
	display: none;
	position:absolute;
	overflow:hidden;
	-moz-box-shadow: 0px 5px 20px 0px rgba(46,127,171,0.5);
		-webkit-box-shadow: 0px 5px 20px 0px rgba(46,127,171,0.5);
			-o-box-shadow: 0px 5px 20px 0px rgba(46,127,171,0.5);
				box-shadow: 0px 5px 20px 0px rgba(46,127,171,0.5);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#27334b, Direction=180, Strength=20);
}
#nav-main li, 
#nav-main a {
	color: #27334b;
}
#nav-main .noLink {
	display: block;
}
#nav-main .noLink,
#nav-main a {
	padding: 10px 8px;
}
#nav-main > ul > li a, 
#nav-main > ul > li .noLink {
	padding-bottom: 13px;
}
#nav-main > ul > li > .noLink,
#nav-main > ul > li > a {
	border-left: 1px solid #2e7fab;
}
#nav-main a:hover, 
#nav-main .noLink:hover, 
#nav-main li:hover a, 
#nav-main li:hover .noLink, 
#rub-home #menu-main > li:nth-child(1) > a, 
#rub-co #menu-main > li:nth-child(2) > span, 
#rub-activ #menu-main > li:nth-child(3) > span, 
#rub-peche #menu-main > li:nth-child(4) > span, 
#rub-actu #menu-main > li:nth-child(5) > a, 
#rub-vente #menu-main > li:nth-child(6) > span, 
#rub-recrut #menu-main > li:nth-child(7) > span, 
#rub-contact #menu-main > li:nth-child(8) > a {
	background-color: #2e7fab;
	color: #FFF;
}
#rub-co #menu-main > li:nth-child(2) > span, 
#rub-activ #menu-main > li:nth-child(3) > span, 
#rub-peche #menu-main > li:nth-child(4) > span, 
#rub-actu #menu-main > li:nth-child(5) > a, 
#rub-vente #menu-main > li:nth-child(6) > span, 
#rub-recrut #menu-main > li:nth-child(7) > span, 
#rub-contact #menu-main > li:nth-child(8) > a {
	font-family: 'texgyreadventorbold';
}
#nav-main .noLink:hover {
	cursor: default;
}
#nav-main li li a, 
#nav-main li:hover li a {
	padding: 10px 20px 10px 15px;
	background-color: #d9e8f0;
	color: #27334b;
}
#nav-main li li:first-child a {
	padding-top: 15px;
}
#nav-main li li:last-child a {
	padding-bottom: 20px;
}
#nav-main li li a:hover {
	background-color: #84B19C;
	background-color: #F9FBFC;
	border-color: #FFF;
}

/* Menu : Local */
/*---------------------*/

.menu-local {
	display: block;
	width: 700px;
	margin: 10px 0 0 210px;
	padding: 0 30px 20px 0;
	font-size: 0.85em;
}
.menu-local li {
	display: inline-block; 
	list-style: none;
	margin: 0;
}
.menu-local, 
.menu-local a, 
.menu-local a:link, 
.menu-local a:visited {
	color: #27334b;
	text-decoration: none;
}
.menu-local a {
	padding: .25em .5em;
}
.menu-local a:hover, 
.menu-local a:focus {
	border-bottom: 1px solid #27334b;
	color: #27334b;
}
.menu-local li {
	line-height: 1em;
}
.menu-local .activePage a {
	cursor: default;
	border: 1px solid #27334b;
	color: #27334b;
}

/* Menu : Lang */
/*---------------------*/

#pageHeader .menu-lang {
	position: absolute; 
	left: 770px; 
	top: 24px;
	padding: 0;
}
#pageHeader .menu-lang li {
	display: block;
	float: left;
	padding: 0;
	font-family: 'texgyreadventorbold'; 
	font-size: 2.8em;
	line-height: 1;
	list-style: none;
}
#pageHeader .menu-lang a, 
#pageHeader .menu-lang a:link, 
#pageHeader .menu-lang a:visited {
	display: block;
	padding: 0 10px;
	border-left: 2px solid #b2d0e0;
	text-decoration : none;
	color: #b2d0e0;
}
#pageHeader .menu-lang li:first-child a {
	border: none;
}
#pageHeader .menu-lang a:hover, 
#pageHeader .menu-lang a:focus, 
#pageHeader .menu-lang a:active, 
#pageHeader .menu-lang li.active a {
	color: #27334b;
}
#pageHeader .menu-lang li.active a, 
#pageHeader .menu-lang li.active a:hover, 
#pageHeader .menu-lang li.active a:focus, 
#pageHeader .menu-lang li.active a:active {
	cursor: default;
}

/* Nav : Alternative */
/*---------------------*/

#nav-alt {
	width: 100%;
	margin-bottom: 10px;
	padding: 20px 0 30px 20px;
	background-color: rgba(39,51,75, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C002D3E,endColorstr=#4C002D3E);   /* IE6 & 7 */
	line-height: 1;
	overflow: hidden;
}
#nav-alt ul {
	margin-bottom: 1em;
	padding: 0;
	padding-left: 15px;
	border-left: 1px dotted #FFF;
	font-weight: bold;
}
#nav-alt > ul {
	display: table-cell;
	padding-right: 15px;
}
#nav-alt ul:first-child {
	padding-left: 0;
	border: none;
}
#nav-alt ul:last-child {
	padding-right: 0;
}
#nav-alt li {
	font-size: 1.4em;
	list-style: none;
}
#nav-alt li li {
	font-size: 92.8%;
}
#nav-alt li ul {
	float: none;
	padding: 0;
	border: none;
	font-weight: normal;
}
#nav-alt li,
#nav-alt li li {
	padding-bottom: 0;
}
#nav-alt .noLink, 
#nav-alt a, 
#nav-alt a:link, 
#nav-alt a:visited {
	display: block;
  text-decoration: none;
	color: #FFF;
}
#nav-alt .noLink, 
#nav-alt li a, 
#nav-alt li a:link, 
#nav-alt li a:visited {
	padding: .5em 20px .5em 10px;
}
#nav-alt li li a, 
#nav-alt li li a:link, 
#nav-alt li li a:visited {
	padding-top: .2em;
	padding-bottom: .2em;
}
#nav-alt a:hover, 
#nav-alt a:focus, 
#nav-alt a:active {
	background-color: rgba(255, 255, 255, 0.2);
	color: #FFF;
	text-decoration: none;
}

/* Nav : Espace CFTO */
/*---------------------*/

#espcftoNav {
	margin-bottom: 60px;
	font-family: 'texgyreadventorregular';
	text-transform: uppercase;
}
#espcftoNav ul {
	padding: 0;
	border-bottom: 1px solid #27334b;
}
#espcftoNav li {
	padding: 0;
	list-style: none;
}
#espcftoNav li {
	padding: 0;
	list-style: none;
}
#espcftoNav li:nth-child(2) {
	display: none;
}
#espcftoNav a {
	color: #27334b;
	display: block;
	padding: 6px 12px;
	border-top: 1px solid #27334b;
}
#espcftoNav a:hover, 
#espcftoNav .active a {
	color: white;
	background-color: #27334b;
	border-color: white;
}
#espcftoNav .active a {
	cursor: default;
	font-family: 'texgyreadventorbold';
}

/* Nav : Page count */
/*---------------------*/

.nav-pageCount {
	display: block;
	float: right;
	clear: both;
	margin: 0 0 20px 0; 
	padding: 0;
	text-align: right;
	list-style: none;
}
.nav-pageCount li {
	float: left;
	margin: 0; 
	padding: 0;
	font-family: "texgyreadventorregular", sans-serif;
	font-size: 16px; 
	line-height: 1em;
	list-style: none;
}
.nav-pageCount li:before {
	content: none;
}
.nav-pageCount li:last-child {
	border: none;
}
.nav-pageCount li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #27334b;
}
.nav-pageCount li.active a {
	border: 1px solid #27334b;
	font-family: "texgyreadventorbold", sans-serif;
	color: #27334b;
}
.nav-pageCount li a:hover {
	color: #27334b;
}


/*******************************************/
/* LAYOUT */
/*******************************************/

/* Main */
/*---------------------*/

#main {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/* Page header */
/*---------------------*/

#pageHeader {
	position: relative;
	background-color: white;
	min-height: 210px;
}

/* Main content + Grid */
/*---------------------*/

#mainContent {
	overflow: hidden;
}
#mainContent, 
#mainContent section {
	background-color: white;
}
#mainContent .grid article {
	clear: both;
}
#mainContent.grid {
	padding: 50px 25px 60px 60px;
}
.grid .col1, 
.grid aside {
	float: left;
}
.grid .col1.paddingBottom {
	padding-bottom: 40px;
}
.grid .intro {
	/*padding-bottom: 10px;*/
}
.grid1 .col1 {
	width: 604px;
	margin-right: 60px;
}
.grid1 aside {
	overflow: hidden;
	width: 200px;
}
.grid1 .grid-2col-stackedItems {
	clear: both;
	overflow: hidden;
}
.grid1 .grid-2col-stackedItems article {
	width: 47%;
}
.grid1 .grid-2col-stackedItems article:nth-child(odd) {
	float: left;
	margin-right: 6%;
}
.grid1 .grid-2col-stackedItems article:nth-child(even) {
	float: right;
}

/* Page footer */
/*---------------------*/

#pageFooter {
	clear: both;
	padding-bottom: 10px;
	background-color: none;
}

/* Divers */
/*---------------------*/

.marginT {
	margin-top: 30px;
}
.marginB {
	margin-bottom: 30px;
}


/*******************************************/
/* PAGE HEADER */
/*******************************************/

#pageHeader a, #pageHeader a:link, #pageHeader a:visited {
	transition: none;
	-webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
		-moz-transition: background 300ms ease-in-out, color 300ms ease-in-out;
			-o-transition: background 300ms ease-in-out, color 300ms ease-in-out;
				transition: background 300ms ease-in-out, color 300ms ease-in-out;
}

/* Logo */
/*---------------------*/

#pageHeader .logo {
	position:relative;
	width: 180px; 
	-moz-box-shadow: 10px -10px 15px -10px rgba(46,127,171,0.5);
		-webkit-box-shadow: 10px -10px 15px -10px rgba(46,127,171,1);
			-o-box-shadow: 10px -10px 15px -10px rgba(46,127,171,1);
				box-shadow: 10px -10px 15px -10px rgba(46,127,171,1);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#27334b, Direction=90, Strength=15);
}
#pageHeader .logo a {
	display: block;
	padding: 31px 26px 51px 26px;
	background-color: white;
}
#pageHeader .logo a img {
	-webkit-transition: transform 600ms ease-in-out;
		-moz-transition: transform 600ms ease-in-out;
			-o-transition: transform 600ms ease-in-out;
				transition: transform 600ms ease-in-out;
}
#pageHeader .logo a:hover img {
	-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
			-o-transform: rotate(-5deg);
				transform: rotate(-5deg);
}

/* Claim */
/*---------------------*/

.claim {
	display: inline-block;
	position: absolute; 
	left: 210px; 
	top: 24px;
	line-height: 1.1em;
	font-family: 'texgyreadventorregular'; 
	font-size: 3.8em;
	color: #27334b;
}
.claim strong {
	font-family: 'texgyreadventorbold'; 
}
.claim .highlight {
	font-size: 1.32em;
}
.claim .color {
	color: #b2d0e0;
}
.FR .claim .line2 {
	padding-left: 148px;
}
.EN .claim .line2 {
	/*padding-left: 162px;*/
	padding-left: 223px;
}

/* Espace CFTO */
/*---------------------*/

#pageHeader .espcftoLog {
	position: absolute; 
	left: 780px; 
	top: 70px;
	width: 135px;
	font-family: 'texgyreadventorregular';
	font-size: 1.45em;
	text-transform: uppercase;
}
#pageHeader .espcftoLog, 
#pageHeader .espcftoLog:link, 
#pageHeader .espcftoLog:visited {
	display: block;
	text-decoration : none;
	color: #27334b;
}
#pageHeader .espcftoLog span {
	display: block;
	margin-top: .5em;
	padding: .4em .5em .5em .5em;
	background-color: #d9e8f0;
	font-size: .75em;
	line-height: 1em;
}
#pageHeader .espcftoLog:hover span {
	background-color: #27334b;
	color: white;
}


/*******************************************/
/* MAIN CONTENT */
/*******************************************/

/* Eléments grid */
/*---------------------*/

.main.col1 .intro p, 
.main.col1 .intro li {
	font-family: 'texgyreadventorregular'; 
	font-size: 1.6em;
	line-height: 1.5em;
	color: #27334b;
}
.main.col1 .intro li {
	padding-bottom: 0;
	margin-bottom: 0;
}
.main.col1 p {
	text-align: justify;
}
.grid aside .mod-mainTopic {
	margin-bottom: 30px;
}


/*******************************************/
/* PAGE FOOTER */
/*******************************************/

#pageFooter {
	color: #FFF;
}
#pageFooter .mentions {
	text-align: right;
	font-weight: bold;
	color: #b2d0e0;
}


/*******************************************/
/* MODULES */
/*******************************************/

/* Module main topics */
/*---------------------*/

.mod-mainTopic {
	position: relative;
	background-color: #2e7fab;
	color: #CCE2E7;
	-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
			-o-transition: all 300ms ease-in-out;
				transition: all 300ms ease-in-out;
	-moz-box-shadow: 0px 20px 20px -20px rgba(46,127,171,1);
		-webkit-box-shadow: 0px 20px 20px -20px rgba(46,127,171,1);
			-o-box-shadow: 0px 20px 20px -20px rgba(46,127,171,1);
				box-shadow: 0px 20px 20px -20px rgba(46,127,171,1);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#27334b, Direction=180, Strength=20);
}
.mod-mainTopic:hover {
	background-color: #2e7fab;
	-moz-box-shadow: 0 0 5px #27334b;
		-webkit-box-shadow: 0 0 5px #27334b;
			-o-box-shadow: 0 0 5px #27334b;
				box-shadow: 0 0 5px #27334b;
}
/*
.mod-mainTopic .title a {
	display: block;
	text-decoration: none;
	color: #CCE2E7;
}
*/
.mod-mainTopic .title {
	margin-bottom: 0;
	font-family: 'texgyreadventorbold'; 
	font-size: 1.8em;
	line-height: 1em;
	text-align: center;
}
.mod-mainTopic .title a {
	display: block;
	padding: .3em 0 .5em 0;
	text-decoration: none;
	color: #CCE2E7;
}
.mod-mainTopic img {
	display: block;
}

/* Module main topics : Documents qualité */
/*---------------------*/

.mod-mainTopic.docQualite .title {
	padding: .5em .5em .7em .5em;
	font-size: 1.6em;
}
.mod-mainTopic.docQualite ul {
	padding: 2em 0 2em 20px;
	background-color: #d9e8f0;
}
.mod-mainTopic.docQualite ul li:before {
	content: none;
}
.mod-mainTopic.docQualite ul a {
	font-size: 13px;
	font-family: 'texgyreadventorbold';
	text-decoration: none;
	color: #27334b;
}
.mod-mainTopic.docQualite ul a span {
    display: inline-block;
}
.mod-mainTopic.docQualite ul a::before {
/*	content: '\f15b';*/
	content: '\f1c1';
	margin-right: .5em;
	font-family: 'Font Awesome 5 Free';
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	vertical-align: top;
}
.mod-mainTopic.docQualite ul a:hover span {
	text-decoration: underline;
}

/* Module figure */
/*---------------------*/

.mod-fig.intext {
	float: left;
	margin: 0 30px 20px 0;
}
.mod-fig.alignL {
	display: inline-block;
}
.mod-fig.wrapper {
	vertical-align: bottom;
	margin-bottom: 20px;
	text-align: center;
}
.mod-fig.wrapper > * {
	display: inline-block;
}
.mod-fig.wrapper > figure {
	margin-bottom: 0;
}
.mod-fig.multi, 
.mod-fig.multi figure {
	overflow: hidden; 
}
.mod-fig.multi > a, 
.mod-fig.multi figure {
	float: left;
}
.mod-fig.multi > a, 
.mod-fig.multi figure > a {
	text-decoration: none;
}
.mod-fig.spacer1 > * {
	margin-right: 1px; 
}
.mod-fig.spacer2 > * {
	margin-right: 5px; 
}
.mod-fig.spacer3 > * {
	margin-right: 17px; 
}
.mod-fig.spacer4 > * {
	margin-right: 20px; 
}
.mod-fig.wrapper > *:last-child, 
.mod-fig.multi > *:last-child {
	margin-right: 0; 
}

/* Module : Main slider */
/*---------------------*/

#mainSlider {
	width: 100%;
	overflow: hidden;
}
#mainSlider.royalSlider .rsNav.rsBullets {
	position: absolute;
	top: 10px;
	right: 30px;
	left: auto;
	bottom: auto;
	width: auto;
	height: 16px;
	padding-right: 4px;
	text-align: right;
}

/* Module : Actu slider */
/*---------------------*/

/* Global */

#actuSlider {
	overflow: hidden;
}
#actuSlider .mod-actuSlider {
	position: relative;
	overflow: hidden;
	height: 100%; 
	background-color: #d9e8f0;
}
#actuSlider.royalSlider,
#actuSlider.royalSlider .rsOverflow {
	background-color: #d9e8f0;
}
#actuSlider .rsArrow {
	width: 32px;
}
#actuSlider .rsArrowIcn {
	left: 0;
	margin-left: 0;
	background-color: #27334b;
}
#actuSlider .mod-actuSlider > a {
	display: block;
	position: absolute;
	left: -75px;
	top: 16px;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#actuSlider .mod-actuSlider img, 
#actuSlider .mod-actuSlider .wrapper {
	float: left;
}
#actuSlider .mod-actuSlider img {
	width: 150px;
	height: 110px;
}
#actuSlider .mod-actuSlider .wrapper {
	width: 150px;
	padding: 15px 10px 10px 10px;
}
#actuSlider .mod-actuSlider p {
	margin-bottom: 0.25em;
	font-family: 'texgyreadventorbold'; 
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #27334b;
}
#actuSlider .mod-actuSlider p.actuDate {
	color: black;
}
#actuSlider .mod-actuSlider .readMore {
	margin-top: 0.75em;
} 

/* Grid aside */

.grid aside #actuSlider {
	width: 200px;
}
.grid aside #actuSlider .mod-actuSlider {
	padding: 15px 25px 10px 25px;
}
.grid aside #actuSlider .mod-actuSlider img, 
.grid aside #actuSlider .mod-actuSlider .wrapper {
	float: none;
}
.grid aside #actuSlider .mod-actuSlider .wrapper {
	padding-left: 0;
	padding-right: 0;
}

/* Module actu */
/*---------------------*/

.mod-actu {
	/*margin-bottom: 20px;*/
	overflow: hidden;
	clear: both;
	padding: 30px 0 60px 0;
	border-top: 1px solid #27334b;
}
.mod-actu .actu-date {
	margin-bottom: .5em;
	font-family: 'texgyreadventorregular'; 
	text-transform: uppercase;
	color: #27334b;
}
.mod-actu h2 {
	text-transform: uppercase;
	font-size: 2.1em;
}
.mod-actu p+h2 {
	margin-top: 0;
}
.mod-actu figure {
	float: left;
	margin: 0 30px 10px 0;
}
.mod-actu figure img {
	display: block;
	margin-bottom: 20px;
}
.mod-actu figcaption {
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 1.2em;
}
.mod-actu figure img+figcaption, 
.mod-actu figure a+figcaption {
	margin-top: 0;
}
.mod-actu figure *:last-child {
	margin-bottom: 0;
}

/* Module métiers / offres d'emploi */
/*---------------------*/

.mod-metiers.offres-emploi {
	width: 80%;
}
.mod-metiers article, 
.mod-metiers-selected {
	background-color: #F1F7F8;
}
.mod-metiers article {
	position: relative;
	margin-bottom: 20px;
	padding: 2.5em 5em 4em 1.5em;
	border: 1px dotted #27334b;
}
.main.col1 .mod-metiers p {
	text-align: left;
}
.mod-metiers h3, 
.mod-metiers h4 {
	margin-bottom: .75em;
	padding: .25em .75em .45em .75em;
	background-color: #2e7fab;
	color: white;
	text-transform: uppercase;
}
.mod-metiers h4 {
	display: inline-block;
}
.mod-metiers ul {
	margin-left: 0;
	padding-left: 1.5em;
}
.mod-metiers li {
	padding-bottom: .35em;
}

/* Module galerie */
/*---------------------*/

.mod-fig.multi.mod-galerie {
	overflow: visible;
}
.mod-fig.mod-galerie > *:nth-child(3) {
	margin-right: 0; 
}
.mod-galerie figure {
	margin-bottom: 30px;
	padding: 15px 10px 15px 10px;
	background-color: white;
	text-align: left;
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
		-webkit-box-shadow: 2px 2px 10px rgba(255,255,255,0.5);
			-o-box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
				box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666, Direction=45, Strength=8);
	-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
			-o-border-radius: 4px;
				border-radius: 4px;
}
.mod-galerie.galerie-video figure {
	padding: 20px 15px 20px 15px;
}
.mod-galerie figure:nth-child(even) {
	-moz-transform: rotate(-2deg);
		-webkit-transform: rotate(-2deg);
			-o-transform: rotate(-2deg);
				transform: rotate(-2deg);
}
.mod-galerie figure a img {
	width: 168px;
	height: 115px;
}
.mod-galerie figcaption .title {
	display: inline-block;
	margin-bottom: .35em;
	padding-bottom: .25em;
	border-bottom: 4px solid #27334b;
	font-size: 16px;
}
.mod-galerie a:hover figcaption .title {
	padding-right: 2em;
}
.mod-galerie figcaption .mention {
	display: block;
	font-size: 13px;
}
.gallerySlider, 
.gallerySlider.royalSlider {
	width: 100%; 
	height: 100%; 
	margin: 0 auto;
}


/*******************************************/
/* DIVERS */
/*******************************************/

/* Frames */
/*---------------------*/

.frame1 {
	margin-bottom: 15px;
	padding: 20px 30px 30px 20px;
	border: 1px dotted #27334b;
}
.mod-metiers p {
	color: black;
}
.frame1 > h3:first-child {
	display: inline-block;
	margin-top: -21px;
	padding-top: .75em;
	border-top: 8px solid #d9e8f0;
	white-space:nowrap;
}

/* Text */
/*---------------------*/

.upper {
	text-transform: uppercase;
}
.alignL {
	text-align: left;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}
.commentaire {
	color: #F0F;
}
.color1 {
	color: #27334b;
}

/* Links */
/*---------------------*/

/* Popup link zoom effect */

a.zoomFX, 
.zoomFX a {
	overflow: hidden;
	position: relative;
	display: block;
}
a.zoomFX:before, 
.zoomFX a:before {
	z-index: 1;
	content: url('../images/global/icon_plus_10.png');
	position: absolute; 
	left: 0;
	top: 0;
}
a.zoomFX img, 
.zoomFX a img {
	transition: all .25s;
}
a.zoomFX:hover img, 
.zoomFX a:hover img {
	-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
				-o-transform: scale(1.1);
					transform: scale(1.1);
	opacity: .7;
}

/* Read more */

.readMore, 
.readMore:link, 
.readMore:visited {
	display: inline-block;
	padding: .5em .75em;
	background-color: #2e7fab;
	font-family: Arial, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.2;
	color: #FFF;
	text-decoration: none;
}
p .readMore, 
p .readMore:link, 
p .readMore:visited {
	margin-left: 1em;
}
.readMore:hover, 
.readMore:focus, 
.readMore:active {
	background-color: #d9e8f0;
	color: #2e7fab;
}

/* Call to action */

.cta1, 
.cta1:link, 
.cta1:visited {
	display: inline-block;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 4px solid #b2d0e0;
	font-family: 'texgyreadventorbold'; 
	font-size: 1.5em;
	color: #2e7fab;
	text-decoration : none;
}
.cta1:before {
	content: "➤";
	margin-right: .5em;
}
.cta1:hover, 
.cta1:focus, 
.cta1:active {
	padding-right: 2em;
	opacity: .7;
}

/* Next Part */

.nextPart {
	margin-top: 70px;
	font-family: 'texgyreadventorregular';
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: right;
}
.nextPart .title {
	font-family: 'texgyreadventorbold';
}
.main.col1 p.nextPart {
	text-align: right;
}
.nextPart a, 
.nextPart a:link, 
.nextPart a:visited {
	display: inline-block;
	padding: .6em 1em;
	background-color: #d9e8f0;
	color: #27334b;
	text-decoration: none;
}
.nextPart a:after { 
	content: "➤";
	margin-left: .75em;
	color: white;
}
.nextPart a:hover, 
.nextPart a:focus, 
.nextPart a:active {
	background-color: #27334b;
	color: #FFF;
}

/* Forms */
/*---------------------*/

.stdForm { 
	width: 100%;
}
.stdForm h3 {
	margin-bottom: 1.2em;
}
.stdForm label, 
.stdForm select {
	display: block;
	margin-top: .25em;
}
.stdForm input[type=text],
.stdForm input[type=file],
.stdForm input[type=password],
.stdForm textarea {
	width: 100%;
	margin-top: .1em;
}
.stdForm label.radio {
	margin-right: 1em;
}
.stdForm .inline fieldset, 
.stdForm .inline label { 
	display: inline-block;
}
.stdForm .inline fieldset:not(:last-child), 
.stdForm .inline label:not(:last-child) {
	margin-right: 3%;
}
.stdForm input.date {
	display: inline-block;
	width: 3em;
	text-align: center;
}
.stdForm .width1 {
	width: 15%;
}
.stdForm .width2 {
	width: 24%;
}
.stdForm .width3 {
	width: 40%;
}
.stdForm .width4 {
	width: 44%;
}
.stdForm .width5 {
	width: 48%;
}
.stdForm .width6 {
	width: 53%;
}
.stdForm .width7 {
	width: 72%;
}
.stdForm .width8 {
	width: 81%;
}
.stdForm .required {
	color: red;
}
.stdForm .height1 {
	min-height: 5em;
}
.stdForm .height2 {
	min-height: 20em;
}

/* CSS Gradients */
/*---------------------*/

.gradient_color1_B_TtoB {
	background-image: -moz-linear-gradient(top,  rgba(46,127,171,0.2) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,127,171,0.2)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(46,127,171,0.2) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(46,127,171,0.2) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(46,127,171,0.2) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background-image: linear-gradient(to bottom,  rgba(46,127,171,0.2) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3327334b', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	background-size: 100% 20px; 
	background-repeat: no-repeat;
	background-position: bottom center; 
	padding-bottom: 30px;
}

/* CSS Shadow */
/*---------------------*/

.cssShadow_B_color1 {
	position: relative;
	-moz-box-shadow: 0px 20px 15px -20px rgba(46,127,171,0.5);
		-webkit-box-shadow: 0px 20px 15px -20px rgba(46,127,171,0.5);
			-o-box-shadow: 0px 20px 15px -20px rgba(46,127,171,0.5);
				box-shadow: 0px 20px 15px -20px rgba(46,127,171,0.5);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#27334b, Direction=180, Strength=15);
	-webkit-appearance: none;
}
.cssShadow_R_color1 {
	position: relative;
	-moz-box-shadow: 20px 0px 15px -20px rgba(46,127,171,0.5);
		-webkit-box-shadow: 20px 0px 15px -20px rgba(46,127,171,0.5);
			-o-box-shadow: 20px 0px 15px -20px rgba(46,127,171,0.5);
				box-shadow: 20px 0px 15px -20px rgba(46,127,171,0.5);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#27334b, Direction=90, Strength=15);
	-webkit-appearance: none;
}

/* Image shadow */
/*---------------------*/

.imgShadow_R_LtoR_color1 {
	background-image: url(../images/global/roundShadow_color1_LtoR.png);
	background-repeat: no-repeat;
	background-position: top right; 
	background-size: 25px 100%; 
	padding-right: 25px;
}

/* Drop shadows */
/*---------------------*/

.shadow:before, 
.shadow:after { /* Pseudo élément pour ombres spéciales */
	content: " ";
	position: absolute;
	width: 50%;
	height: 100px;
	z-index: -10;
}

/* Drop shadows : Horizontal */

.shad_h:before, 
.shad_h:after { /* Ombres horizontales */
	left: 5%;
	width: 90%;
	height: 50px;
	border-radius: 125px / 24px;
	box-shadow: 0 3px 20px #27334b;
}
.shad_h:before { /* Ombre horizontale top */
	top: 0;
}
.shad_h:after { /* Ombre horizontale bottom */
	bottom: 0;
}
.shad_hb:before { /* Masque l'ombre top */
	display: none;
}

/* Drop shadows : Vertical */

.shad_vr:before { /* Ombres verticales */
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	border-radius: 24px / 125px;
	box-shadow: 3px 0 20px #27334b;
}
.shad_vr:after { /* Masque l'ombre left */
	display: none;
}

/* Séparateurs */
/*---------------------*/

.separatorT {
	margin-top: 35px;
	padding-top: 15px;
	border-width: 1px 0px 0px 0px; 
	border-style: dotted;
	border-color: #27334b;
}
.separatorT.marginT {
	margin-top: 55px;
}
.separatorB {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-width: 0px 0px 1px 0px; 
	border-style: dotted;
	border-color: #27334b;
}
.separatorT.marginB {
	margin-bottom: 55px;
}

/* Clearfix */
/*---------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* Classe à mettre sur parent des flottants */
.clearfix { 
	display: block;
}

/* SPEC DEV  - WANERYS */
.mess_erreur {
	color:#F00;	
}

/* Divers */ 
/*---------------------*/

.hide {
	display: none;
}
.marginTop {
	margin-top: 20px;
}


/*******************************************/
/* RGPD */
/*******************************************/

/* Bandeau et popup cookies */
/*---------------------*/

a.rgpdPanelLink {
	display: inline-block;
	padding: .5em 1em;
	line-height: 1em;
	background-color: #d9e8f0;
	color:  #27334b;
	text-decoration: none;
}
a.rgpdPanelLink:hover {
	background-color: #27334b;
	color: white;
}
#tarteaucitronRoot button {
	outline: none;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert, 
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize, 
#tarteaucitronRoot #tarteaucitron #tarteaucitronPrivacyUrl {
	background-color: #27334b;
	font-size: 13px;
	color: white;
}
#tarteaucitronRoot #tarteaucitronPercentage {
	background-color: #d9e8f0 !important;
}
#tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronH1 {
	font-size: 2.5em;
}
#tarteaucitronRoot div#tarteaucitronInfo {
	border-color: #999;
	font-size: 1.3em !important;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, 
#tarteaucitronRoot .tac_activate .tarteaucitronAllow {
	background-color: #27334b  !important;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
	border-color: #27334b  !important;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, 
#tarteaucitronRoot .tac_activate .tarteaucitronDeny {
	background-color: red  !important;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
	border-color: #f33  !important;
}
body #tarteaucitronRoot button#tarteaucitronBack {
	background: black;
	opacity: 0.8;
}
#tarteaucitronRoot div#tarteaucitronServices {
	box-shadow: none;
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine, 
#tarteaucitronRoot #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, 
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, 
#tarteaucitronRoot #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails, 
#tarteaucitronRoot #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie, 
#tarteaucitronRoot #tarteaucitron #tarteaucitronClosePanel, 
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
	background-color: #666;	
}
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine, 
#tarteaucitronRoot #tarteaucitron .tarteaucitronBorder {
	border: none;	
}

/* Espace CFTO : consentement */
/*---------------------*/

#rub-espcfto #consentPopup {
	position: relative;
	width: auto;
	max-width: 600px;
	margin: 20px auto;
	padding: 40px;
	background-color: white;
}
#rub-espcfto #consentPopup .btnPartConsentYES, 
#rub-espcfto #consentPopup .btnPartConsentNO {
	margin-top: 20px;
	margin-right: 10px;
	padding: .5em 1em;
	background-color: #27334b;
	color: white;
	cursor: pointer;
}
#rub-espcfto #consentPopup .btnPartConsentNO {
	background-color: #f33;
}
	#rub-espcfto #consentPopup button, 
#rub-espcfto #consentPopup button:active, 
#rub-espcfto #consentPopup button:focus {
	outline:0;
	border: none;
	border-radius: 4px;
}
