@font-face {
	font-family: 'gridnikregular';
	src: url('../fonts/gridnik-webfont.eot');
	src: url('../fonts/gridnik-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gridnik-webfont.woff2') format('woff2'), url('../fonts/gridnik-webfont.woff') format('woff'), url('../fonts/gridnik-webfont.ttf') format('truetype'), url('../fonts/gridnik-webfont.svg#gridnikregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
header, footer, section, hgroup, aside, nav, article, figure, figcaption, time, dialog {
	display: block;
}
img, object, embed, video, iframe {
	max-width: 100%;
}
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	width: 100%;
	color: #FFF;
	background: url(../images/fd.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 1.5em;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
img {
	border: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
/***************************************
	STRUCTURE
***************************************/
footer {
	min-width: 100%;
}
header {
	min-width: 100%;
	max-height: 107px;
}
section {
	min-width: 100%;
	background-repeat: repeat;
	overflow: hidden;
}
.centrage, .centrage-header {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.centrage-content {
	max-width: 1060px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	overflow: hidden;
}
.centrage-news {
	max-width: 710px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	overflow: hidden;
}
img.image-contenu {
	min-width: 100%;
}
.centrage-footer {
	max-width: 1060px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
 @media screen and (max-width: 820px) {
.centrage-header {
	padding: 0;
}
.centrage {
	padding: 0 5px 0 10px;
}
.centrage-content {
	padding: 10px;
}
.centrage-news {
	padding: 10px;
}
.centrage-footer {
	padding: 10px;
}
}
/***************************************
	COULEURS
***************************************/
.text-gray-dark {
	color: #393939;
}
.text-gray {
	color: #c2c2c2;
}
.text-white {
	color: #FFF;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.texture_bleu {
	background: url(../images/texture.png) no-repeat top left #00aeef;
}
.texture_grey-dark {
	background-color: #000;
	color: #FFF;
}
.texture_grey {
	background-color: #2a2a2a;
	color: #FFF;
}
.texture_grey a {
	color: #FFF;
}
.texture_grey a:hover {
	color: #00aeef;
}
.texture_blanc {
	background-color: #FFF;
	color: #000;
}
.texture_blanc a {
	color: #000;
}
.texture_blanc a:hover {
	color: #696868;
}
.text-intro {
	letter-spacing: 0.015em;
	line-height: 1.5em;
	font-size: 22px;
	margin: 0 0 10px 0;
}
.mentions {
	font-size: 10px;
}
/***************************************
	COLONNES
***************************************/

.col1of2 {
	width: 66%;
	margin: 0;
	padding: 0 2% 0 0;
	float: left;
	border-right: solid #c6c6c6 1px;
}
.texture_blanc .col1of2 h3, .col2of2 h3, .texture_blanc h3 {
	font-size: 16px;
	letter-spacing: 0.12em;
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.texture_blanc .col1of2 h4, .texture_blanc h4 {
	font-size: 14px;
	letter-spacing: 0.12em;
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.col2of2 {
	width: 32%;
	padding: 0;
	margin: 0;
	float: right;
}
.col2of2 iframe {
	width: 100%;
	height: 192px;
}
 @media screen and (max-width: 820px) {
.col1of2, .col2of2 {
	width: 100%;
	border-right: none;
	padding: 0;
}
.col2of2 iframe {
	display: none;
}
.col1of2 img, .col2of2 img {
	width: 100%;
	padding: 10px 0 0 0;
}

iframe.video-youtube{
	display: block !important;
}
}
/***************************************
	FICHES
***************************************/

.link-fiche {
	padding: 10px 0 20px 0;
	border-top: solid 1px #333333;
}
.link-fiche ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.link-fiche li a, a.link-fiche {
	text-transform: uppercase;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.25em;
	line-height: 3em;
	padding-left: 18px;
	text-decoration: none;
	background: url(../images/puce-list.png) no-repeat left;
}
.link-fiche li a:hover {
	color: #696868;
}

a.lien-cta-noir {
	color: #000;
	background: url(../images/puce-list.png) no-repeat left;
}
a:hover.lien-cta-noir {
	color: #393939;
}
/***************************************
	PAGINATION
***************************************/
.pagination {
	margin: 10px 0 40px 0;
	text-align: center;
	font-size: 16px;
	width: 150px;
	margin: 0 auto;
	position: relative;
}
.pagination a.previous {
	display: block;
	background: url(../images/pagination-previous.png) no-repeat left center;
	width: 11px;
	height: 24px;
	float: left;
}
.pagination a.next {
	display: block;
	background: url(../images/pagination-next.png) no-repeat;
	width: 11px;
	height: 24px;
	float: right;
}
/***************************************
	BOUTONS
***************************************/

button.cta_bouton-transB {

}

.cta_bouton-black a, a.cta_bouton-black, .cta_bouton-white a, a.cta_bouton-white, .cta_bouton-transW a, a.cta_bouton-transW, .cta_bouton-transB a, a.cta_bouton-transB, button.cta_bouton-transB {
	border: medium none;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.3em;
	line-height: 1.4em;
	min-width: 125px;
	overflow: hidden;
	padding: 13px 23px 11px;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	text-transform: uppercase;
}
.cta_bouton-black a, a.cta_bouton-black {
	background-color: #000;
	color: #FFF;
	border: solid 1px #000;
}
.cta_bouton-white a, a.cta_bouton-white {
	background-color: #FFF;
	color: #000;
	border: solid 1px #FFF;
}
.cta_bouton-transW a, a.cta_bouton-transW {
	color: #FFF;
	border: solid 1px #FFFFFF;
}
.cta_bouton-transB a, a.cta_bouton-transB, button.cta_bouton-transB {
	color: #000;
	border: solid 1px #000;
}
.cta_bouton-black a:hover, a:hover.cta_bouton-black {
	background-color: #FFF;
	color: #000;
	border: solid 1px #000;
}
.cta_bouton-white a:hover, a:hover.cta_bouton-white, button.cta_bouton-transB:hover {
	background-color: #000;
	color: #FFF;
	border: solid 1px #000;
}
.cta_bouton-transW a:hover, a:hover.cta_bouton-transW {
	background-color: #FFF;
	color: #000;
}
.cta_bouton-transB a:hover, a:hover.cta_bouton-transB {
	color: #FFF;
	background-color: #000;
}

button.cta_bouton-transB {
    background: none;
}
/***************************************
	COUNTRIES
***************************************/
ul.countries li {
	padding: 0 10px 0 22px;
}
/***************************************
	HIGHLIGHTS
***************************************/	
.blocs_list-x4, .blocs_list-x3, .blocs_list-x2 {
	padding: 10px 0 0 0;
	margin: 0;
	max-width: 1060px;
	margin: 0 auto;
	overflow: hidden;
}
.blocs_list-item-x4 ul, .blocs_list-item-x3 ul, .blocs_list-item-x2 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.blocs_list-item-x4 li, .blocs_list-item-x3 li, .blocs_list-item-x2 li {
	margin: 10px 1% 10px 0;
	padding: 0;
	float: left;
}
.blocs_list-item-x4 li:nth-child(4), .blocs_list-item-x4 li:nth-child(8), .blocs_list-item-x4 li:nth-child(12) {
	margin: 10px 0 10px 0;
}
.blocs_list-item-x2 li:nth-child(2), .blocs_list-item-x2 li:nth-child(4), .blocs_list-item-x2 li:nth-child(6), .blocs_list-item-x2 li:nth-child(8), .blocs_list-item-x2 li:nth-child(10), .blocs_list-item-x2 li:nth-child(12), {
 margin: 10px 0 10px 0;
}
.blocs_list-item-x3 li:nth-child(3), .blocs_list-item-x3 li:nth-child(6), .blocs_list-item-x3 li:nth-child(9), .blocs_list-item-x3 li:nth-child(12) {
	margin: 10px 0 10px 0;
}
.blocs_list-item-heightXS li {
	min-height: 250px;
}
.blocs_list-item-heightS li {
	min-height: 300px;
}
.blocs_list-item-heightM li {
	min-height: 400px;
}
.blocs_list-item-heightXL li {
	min-height: 545px;
}
.blocs_list-item-x4 li {
	width: 24.2%;
}
.blocs_list-item-x3 li {
	width: 32%;
}
.blocs_list-item-x2 li {
	width: 49%;
}
.blocs_list-x4 h2, .blocs_list-x3 h2, .blocs_list-x2 h2, .blocs_list-x4 h1, .blocs_list-x3 h1, .blocs_list-x2 h1 {
	font-family: 'gridnikregular';
	font-size: 30px;
	font-weight: 100;
	letter-spacing: 0.15em;
	line-height: 1.1em;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}
.blocs_list-x4 h2, .blocs_list-x3 h2, .blocs_list-x2 h2 {
	margin: 0 0 40px 0;
}
.blocs_list-x4 h1, .blocs_list-x3 h1, .blocs_list-x2 h1 {
	margin: 0 0 20px 0;
}
.blocs_list-item-x4 h3, .blocs_list-item-x3 h3, .blocs_list-item-x2 h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.blocs_list-item-x4 img, .blocs_list-item-x3 img, .blocs_list-item-x2 img {
	margin: 0 0 10px 0;
	max-height: 220px;
}
.blocs_list-x4 li p, .blocs_list-x3 li p, .blocs_list-x2 li p {
	clear: both;
	padding: 0 0 10px 0;
	text-align: left;
}
.blocs_list-x4 p, .blocs_list-x3 p, .blocs_list-x2 p {
	padding: 0 0 20px 0;
	text-align: center;
}
 @media screen and (max-width: 900px) {
.blocs_list-item-x4 li, .blocs_list-item-x3 li, .blocs_list-item-x2 li {
	margin: 10px 2% 10px 0;
	padding: 0;
	width: 48%;
	float: left;
}
.blocs_list-item-x3 li:nth-child(3), .blocs_list-item-x3 li:nth-child(6), .blocs_list-item-x3 li:nth-child(9), .blocs_list-item-x3 li:nth-child(12) {
	margin: 10px 2% 10px 0;
}
.blocs_list-x4, .blocs_list-x3, .blocs_list-x2 {
	padding: 40px 0 0 0;
}
.blocs_list-item-x4 img, .blocs_list-item-x3 img, .blocs_list-item-x2 img {
	max-height: 140px;
}
}
 @media screen and (max-width: 420px) {
.blocs_list-x4 h2, .blocs_list-x3 h2, .blocs_list-x2 h2, .blocs_list-x4 h1, .blocs_list-x3 h1, .blocs_list-x2 h1 {
	font-size: 20px;
}
.blocs_list-item-x4 li, .blocs_list-item-x3 li, .blocs_list-item-x2 li {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 100%;
	float: left;
}
.blocs_list-x4, .blocs_list-x3, .blocs_list-x2 {
	padding: 40px 0 0 0;
}
.blocs_list-item-heightXS li, .blocs_list-item-heightS li, .blocs_list-item-heightM li, .blocs_list-item-heightXL li {
	min-height: 200px;
}
.blocs_list-item-x4 img, .blocs_list-item-x3 img, .blocs_list-item-x2 img {
	max-height: 220px;
}
}
/***************************************
	CHAPEAU RUBRIQUES
***************************************/
.header_rubriques {
	min-height: 120px;
	padding: 0;
	margin: 0;
	text-align: center;
}
.header_rubriques h1 {
	color: #fff;
	padding: 40px 10% 20px 10%;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	font-family: 'gridnikregular';
	font-size: 32px;
	letter-spacing: 0.15em;
	line-height: 1.1em;
	text-transform: uppercase;
}
.chapeau_rubrique {
	max-width: 1280px;
	position: relative;
	border-bottom: 5px #FFFFFF solid;
	border-top: 5px #FFFFFF solid;
}
.chapeau_rubrique-content {
	max-width: 1280px;
	margin: 0 auto;
}
.chapeau_rubrique-contenu {
	max-width: 490px;
	position: absolute;
	z-index: 2;
	padding: 20px;
}
.chapeau_rubrique-contenu-left {
	top: 10%;
	left: 2%;
}
.chapeau_rubrique-contenu-right {
	top: 10%;
	right: 2%;
}
.chapeau_rubrique-contenu-with-background {
	background-image: url(../images/white-80.png);
}
.chapeau_rubrique-contenu chapeau_rubrique-contenu-left text-gray-dark chapeau_rubrique-contenu-with-background {
	position: absolute;
	top: 25%;
	text-align: center;
	width: 100%;
	padding: 0 20% 0 20%;
	z-index: 2;
}
.chapeau_rubrique-contenu h2, .chapeau_rubrique-contenu chapeau_rubrique-contenu-left text-gray-dark chapeau_rubrique-contenu-with-background h2 {
	font-family: 'gridnikregular';
	font-size: 32px;
	letter-spacing: 0.15em;
	line-height: 1.1em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.chapeau_rubrique-contenu p, .chapeau_rubrique-contenu chapeau_rubrique-contenu-left text-gray-dark chapeau_rubrique-contenu-with-background p {
	padding: 0 0 15px 0;
	margin: 0;
}
 @media screen and (min-width: 820px) {
.chapeau_rubrique {
	width: 100%;
	background-color:#FFF;
}
.chapeau_rubrique-content {
	width: 100%;
}
}

 @media screen and (max-width: 820px) {
.chapeau_rubrique-contenu-with-background {
	background-image: none;
}

.chapeau_rubrique {
	background-color:#FFF;
}
.chapeau_rubrique-contenu, .chapeau_rubrique-contenu chapeau_rubrique-contenu-left text-gray-dark chapeau_rubrique-contenu-with-background {
	position: relative;
	left: 0;
	min-width: 100%;
	padding: 10px;
	color: #393939;
	text-align: left;
	text-shadow: none;
}
.chapeau_rubrique-contenu h2, .chapeau_rubrique-contenu chapeau_rubrique-contenu-left text-gray-dark chapeau_rubrique-contenu-with-background h1, .header_rubriques h2 {
	font-size: 20px;
}
.chapeau_rubrique-contenu p, .chapeau_rubrique-contenu chapeau_rubrique-contenu-left text-gray-dark chapeau_rubrique-contenu-with-background p {
	font-size: 14px;
}
.chapeau_rubrique {
	padding: 0 0 10px 0;
}
.header_rubriques {
	padding: 0 0 20px 0;
}
}


/***************************************
	FOOTER
***************************************/


 @media screen and (min-width: 820px) {
.desktop {
	display: none;
}
}
 @media screen and (max-width: 820px) {
.mobile {
	display: none;
}
.bloc-footer {
	min-width: 100%;
	padding: 40px 0 40px 0;
	margin: 0;
}
.bloc-footer ul {
	text-align: center;
}
.bloc-footer h2 {
	text-align: center;
}
.bloc-footer li {
	display: inline-block;
	width: 40px;
	text-indent: -5000px;
}
}
/*FOOTER YCF*/

.bloc-footer.ycf li {
	display: inline-block;
	width: 40px;
	text-indent: -5000px;
}
.bloc-footer.ycf {
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0;
	float: left;
}
.bloc-footer.ycf h2 {
	text-align: center;
}
.bloc-footer.ycf ul {
	text-align: center;
}
/*FOOTER*/

.bloc-footer {
	width: 25%;
	padding: 40px 0 40px 0;
	margin: 0;
	float: left;
}
.bloc-footer ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 15px 0;
}
.bloc-footer li {
	margin-right: 20px;
}
.bloc-footer li a {
	display: block;
}
.bloc-footer li#ico-facebook a, .bloc-footer li#ico-twitter a, .bloc-footer li#ico-instagram a, .bloc-footer li#ico-youtube a {
	padding: 0 0 0 44px;
	margin: 0;
	line-height: 44px;
}
.bloc-footer li#ico-facebook a {
	background: url(../images/ico-facebook_on.png) no-repeat left;
}
.bloc-footer li#ico-twitter a {
	background: url(../images/ico-twitter_on.png) no-repeat left;
}
.bloc-footer li#ico-instagram a {
	background: url(../images/ico-instagram_on.png) no-repeat left;
}
.bloc-footer li#ico-youtube a {
	background: url(../images/ico-youtube_on.png) no-repeat left;
}
.FooterLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 15px 0;
	text-align: center;
}
.FooterLinks li {
	display: inline-block;
	padding: 0 20px 0 0;
}
.FooterLinks li a, .FooterLinks li {
	color: #000;
	font-size: 9px;
	letter-spacing: 0.3em;
	text-decoration: none;
	transition: all 400ms ease-out 0s;
	text-transform: uppercase;
}
.FooterLinks li a:hover {
	color: #626262;
}
 @media screen and (max-width: 820px) {
.FooterLinks li {
	display: list-item;
	padding: 5px 0 0 0;
	text-align: center;
}
}
/***************************************
	TABLEAUX
***************************************/

.data thead {
	line-height: 1.2em;
}
.data thead td {
	padding: 0 0 15px 0;
}
.data tbody td {
	border-bottom: solid 1px #bbbbbb;
	border-collapse: collapse;
	padding: 5px 0 5px 0;
}
/***************************************
	BACK TOP
***************************************/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10%;
	right: 0;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: 100%;
	background: url(../images/top.png) no-repeat left top;
}
#toTopHover {
	background: url(../images/top.png) no-repeat left -51px;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}
/***************************************
	FORMULAIRE
***************************************/



form > div {
	clear: both;
	overflow: hidden;
	padding: 1px;
	margin: 0 0 10px 0;
	-webkit-appearance: none;
	font-size: 13px;
	font-weight: normal;
}
form > div > fieldset > div > div {
	margin: 0 0 5px 0;
}
form > div > label, legend {
	width: 20%;
	float: left;
	padding: 5px 10px 0 0;
	font-weight: bold;
}
form > div > div, form > div > fieldset > div {
	width: 80%;
	float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
	padding: 0;
}
input[type=text], input[type=email], input[type=url], input[type=password], textarea {
	width: 100%;
	-webkit-appearance: none;
	font-size: 13px;
	color: #484848;
	padding: 0 15px;
	height: 40px;
	border: solid 1px #adadad;
}
textarea {
	width: 100%;
	-webkit-appearance: none;
	font-size: 13px;
	color: #484848;
	padding: 0 15px;
	height: 100px;
	border: solid 1px #adadad;
}
/* aspect dÃ©sactivÃ©e */  
[type="checkbox"]:disabled:not(:checked) + label:before,  [type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
/* styles de la coche (si cochÃ©e/dÃ©sactivÃ©e) */  
[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
/* on style aussi le label quand dÃ©sactivÃ© */  
[type="checkbox"]:disabled + label {
	color: #aaa;
}
/* aspect au focus de l'Ã©lÃ©ment */  
[type="checkbox"]:checked:focus + label:before,  [type="checkbox"]:not(:checked):focus + label:before {
	border: 1px dotted blue;
}
.select-style {
	padding: 0;
	margin: 0;
	border: solid 1px #adadad;
	line-height: 31px;
	height: 40px;
	text-decoration: none;
	text-align: left;
	outline: none;
	vertical-align: middle;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	background: #fff url(../images/select.png) no-repeat 95% 50%;
	color: #484848;
	font-size: 13px;
}
.select-style select {
	padding: 6px;
	width: 120%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #484848;
	font-size: 13px;
}
.select-style select:focus {
	outline: none;
}
input[type=text], input[type=email], input[type=url], input[type=password] {
	width: 60%;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, textarea:focus {
	outline: 0;
	border-color: #000;
}
 @media (max-width: 768px) {
form > div {
	margin: 0 0 15px 0;
}
form > div > label, legend {
	width: 100%;
	float: none;
	margin: 0 0 5px 0;
}
form > div > div, form > div > fieldset > div {
	width: 100%;
	float: none;
}
input[type=text], input[type=email], input[type=url], input[type=password], textarea, select, .select-style {
	width: 100%;
}
}
 @media (min-width: 767px) {
form > div > label, legend {
	text-align: right;
}
}

img.epuise{
   position: absolute;
    z-index: 99;
}

.blocs_list-item-x4 li:nth-child(4), .blocs_list-item-x4 li:nth-child(8), .blocs_list-item-x4 li:nth-child(12), .blocs_list-item-x4 li:nth-child(16), .blocs_list-item-x4 li:nth-child(20), .blocs_list-item-x4 li:nth-child(24), .blocs_list-item-x4 li:nth-child(26), .blocs_list-item-x4 li:nth-child(30) {
    margin: 10px 0 10px 0;
}

