/*
** Privacy
*/
html body.privacy .fr, html body.privacy .en, html body.privacy .es {
	display: none;
}

html:lang(fr) body.privacy .fr {
	display: block;
}
html:lang(en) body.privacy .en {
	display: block;
}
html:lang(es) body.privacy .es {
	display: block;
}

body.privacy {
	text-align: left;
	color: #4a4a4a;
}

body.privacy #header {
	position: fixed;
	background: #FFFFFF;
	width: 100%;
	height: 60px;
	top: 0px;
	left: 0px;
	z-index: 100;
	font-size: 0;
	vertical-align: top;
}

body.privacy #privacy-logo {
	position: absolute;
	height: 60px;
	line-height: 60px;
	top: 0px;
	left: 0px;
	display: inline-block;
	z-index: 1;
}

body.privacy #privacy-logo a {
	width: 160px;
	margin-left: 80px;
	display: block;
}

body.privacy #privacy-logo a img {
	width: 100%;
	vertical-align: middle;
}

body.privacy #info-logo {
	position: absolute;
	height: 60px;
	line-height: 60px;
	top: 0px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: inline-block;
	z-index: 1;
}

body.privacy #info-logo a {
	width: 160px;
	margin-left: 0px;
	display: block;
}

body.privacy #info-logo a img {
	width: 100%;
	vertical-align: middle;
}

.logo {
	position: relative;
	height: 60px;
	line-height: 60px;
	top: 0px;
	left: 0px;
	display: inline-block;
	z-index: 1;
}

.logo a {
	display: block;
	width: 160px;
	margin-left: 80px;
}

.logo a img {
	vertical-align: middle;
}

#select-language {
	position: relative;
    width: 70px;
    display: inline-table;
    top: auto;
    transform: translate(0, 0);
    right: 0;
    margin: auto;
}
/* 

#select-language .select-value, #select-language li {
	text-transform: uppercase;
	display: block;
}

div.select-form {
	position: relative;
	width: 100%;
	z-index: 10;
	text-align: left;
	cursor: pointer;
}

div.select-form::before {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 34px;
	height: 34px;
	top: 0px;
	right: 0px;
	background: #89A19E;
	cursor: pointer;
}

div.select-form::after {
	content: "\25BC";
	position: absolute;
	pointer-events: none;
	width: 11px;
	text-align: center;
	top: 50%;
	right: 11px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 8px;
	color: #FFFFFF;
	margin-top: 2px;
	cursor: pointer;
}

div.select-value {
	display: block;
	padding-right: 35px;
	width: calc(100% - 35px);
	height: 34px;
	line-height: 34px;
	border: 0px;
	margin-bottom: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: #FFFFFF;
	color: #282f36;
	text-indent: 10px;
	font-family: "Lato", sans-serif;
	letter-spacing: 1px;
	font-size: 11px;
} */

body.privacy ul.select-ul {
	position: absolute;
	background: #FFFFFF;
	width: 100%;
	max-height: 100px;
	overflow-y: auto;
	display: none;
}

body.privacy ul.select-ul li {
	display: block;
	font-size: 11px;
	z-index: 100;
	padding: 10px;
	font-family: "Lato", sans-serif;
	letter-spacing: 1px;
	font-size: 11px;
}

body.privacy ul.select-ul li:hover {
	background: #282F36;
	color: #FFFFFF;
}

/*
*
*
MENU
*
*
*/

body.privacy #privacy-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 200;
	display: inline-block;
	padding: 0px;
	vertical-align: top;
}

#privacy-menu nav {
	background: #21BFAF;
	width: 100vw;
	max-width: 500px;
	height: 100vh;
	font-size: 0;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
}

#privacy-menu ul {
	width: 100vw;
	max-width: 500px;
	list-style: none;
	margin-top: 20px;
}

#privacy-menu ul li.big {
	margin: 0px 20px 20px 80px;
}

#privacy-menu ul li a {
	text-transform: uppercase;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	padding: 10px 20px 10px 80px;
}

#privacy-menu ul li a:hover {
	background: #29A38F;
}

#privacy-menu ul li.big a {
	background: #FFFFFF;
	color: #21BFAF;
	padding: 10px 20px;
	display: inline-block;
}

body.privacy #back-site {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
	display: none;
}

body.privacy #back-site a {
	background: #00A2BD;
	padding: 10px 20px;
	color: #ffffff;
	display: block;
}

body.privacy #block-header {
	position: relative;
	font-size: 0;
	padding: 60px 20px 0px;
	text-align: center;
	overflow: hidden;
	height: 400px;
}

#block-header .background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

#block-header .background::after {
	content: "";
	position: absolute;
	width: 200%;
	height: 200px;
	left: 0px;
	top: 100%;
	background: #F9F9F9;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}

#block-header .background-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/header_background_privacy.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

#block-header .background-gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #168E99;
	background: -webkit-linear-gradient(90deg, #000000 , transparent);
	background: linear-gradient(0deg, #000000 , transparent);
	opacity: 0.2;
	display: none;
}

body.gradient-1 #block-header .background-gradient {
	background: -webkit-linear-gradient(0deg, #617ea7 , #eb5aa1);
	background: linear-gradient(90deg, #617ea7 , #eb5aa1);
}
body.gradient-2 #block-header .background-gradient {
	background: -webkit-linear-gradient(0deg, #12fff7 , #b3ffab);
	background: linear-gradient(90deg, #12fff7 , #b3ffab);
	opacity: 0.6;
}
body.gradient-3 #block-header .background-gradient {
	background: -webkit-linear-gradient(0deg, #ff2a00 , #fff36a);
	background: linear-gradient(90deg, #ff2a00 , #fff36a);
	opacity: 0.7;
}
body.gradient-4 #block-header .background-gradient {
	background: -webkit-linear-gradient(0deg, #21BFAF , #d7a8fb);
	background: linear-gradient(90deg, #21BFAF , #d7a8fb);
}

#title {
	position: relative;
	/* width: 50%; */
	/* min-width: 1200px; */
	display: inline-block;
	vertical-align: middle;
	padding: 83px 0px;
	text-align: left;
	top: 85px;
}

#title #title-content {
	position: relative;
	text-align: left;
	display: inline-block;
}

#title h1 {
	font-family: 'lato', sans-serif;
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: 3px;
    text-shadow: 3px 4px 16px rgba(0, 0, 0, 0.95);
}

#title h1 span.title-display {
	display: block;
}

#title h1 span.title-background {
	display: inline;
	background: #282F36;
	opacity: 0.92;
}

body.privacy #block-header-gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.6;
	background: -webkit-linear-gradient(-225deg, #21BFAF , #d7a8fb);
	background: linear-gradient(-45deg, #21BFAF , #d7a8fb);
}

body.privacy #block-video {
	position: relative;
	height: 500px;
	min-height: 500px;
}

body.privacy #video {
	position: absolute;
}

body.privacy #block-video .overlay-video {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

body.privacy .block {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

body.privacy .block-margin {
	margin-top: 60px;
}

#block-title h1 {
	margin-top: 50px;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 2.5px;
	color: #282F36;
}

#block-privacy {}

body.privacy .block-padding {
	position: relative;
	padding: 20px 50px 0px;
}

body.privacy .block-padding ul li {
	display: block;
	list-style-type: none;
	padding: 8px 8px;
	font-weight: 400;
}

body.privacy .block-padding h2 {
	padding: 0 10px 15px 10px;
}

body.privacy .block-padding p {
	padding: 0 20px;
}

body.privacy .block-padding h4 {
	padding: 10px 35px 0px;
	color: #168E99;
}

body.privacy .block-padding h4 a {
	font-weight: 400;
}

body.privacy #wrapper-clear,
body.privacy #wrapper-optout,
body.privacy #wrapper-optout-2 {
	width: 0px;
	height: 0px;
}

body.privacy #wrapper-clear iframe,
body.privacy #wrapper-optout iframe,
body.privacy #wrapper-optout-2 iframe {
	width: 0px;
	height: 0px;
	border: none;
}

@media (max-width: 640px) {
	body.privacy .block .block-padding {
		padding: 20px 20px 0px;
	}
}

body.privacy #block-video .block-padding {
	top: 150px;
}

body.privacy #logo {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

body.privacy h1 {
	font-family: 'Oswald', sans-serif;
	/* text-transform: uppercase; */
	margin-bottom: 15px;


	font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.8px;
    color: #C1A364;
}

body.privacy h2 {
	letter-spacing: 0.15em;
	/* text-transform: uppercase; */
	font-family: "Lato", sans-serif;
	margin-top: 15px;

	font-size: 1.2rem;
	font-weight: 400;
	text-transform: uppercase;
}

body.privacy p {
	font-size: 15px;
	font-weight: 400;
	margin-top: 0px;
}

body.privacy p:last-child {
	margin-bottom: 0px;
}

body.privacy p span#wrapper_optout, body.privacy p span#wrapper_optin {
	margin-left: 5px;
}

body.privacy span#wrapper_optout span, body.privacy span#wrapper_optin span {
	vertical-align: bottom;
	display: inline-block;
}
body.privacy span#optout_results_img, body.privacy span#optin_results_img {
	font-size: 0;
	margin-right: 5px;
}

body.privacy p.icon-check {
	background: url("../images/ic_check_black_48px.svg") no-repeat 0 0;
	background-size: 20px 20px;
	text-indent: 25px;
}

body.privacy ul li {
	font-size: 15px;
	display: inline-block;
}

body.privacy nav ul li {
	font-size: 15px;
	display: block;
}

/* body.privacy a {
	color: #168E99;
} */

body.privacy .gold {
	color: #c1a364;
}

body.privacy label {
	display: block;
	position: relative;
	margin-bottom: -4px;
}

body.privacy label span {
	color: #282F36;
	cursor: default;
	vertical-align: middle;
	display: inline-block;
	text-indent: 5px;
	font-size: 11px;
	text-transform: uppercase;
}

body.privacy label .fake-checkbox {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	vertical-align: middle;
}

body.privacy label .fake-box {
	position: absolute;
	width: 6px;
	height: 6px;
	top: 5px;
	left: 11px;
	border: 2px solid #80918F;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

body.privacy label .fake-check {
	position: absolute;
	width: 7px;
	height: 7px;
	top: 2px;
	left: 11px;
	border-left: 2px solid #80918F;
	border-bottom: 4px solid #80918F;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	-webkit-transform: rotate(315deg) scale(0);
	transform: rotate(315deg) scale(0);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

body.privacy .is-checked .fake-box {
	-webkit-transform: scale(0);
	transform: scale(0);
}

body.privacy .is-checked .fake-check {
	-webkit-transform: rotate(-45deg) scaleY(0.5);
	transform: rotate(-45deg) scaleY(0.5);
}

body.privacy .text-center {
	text-align: center;
}

/*
** Footer
*/
#footer {
	position: relative;
	background: #282f36;
	width: 100%;
	top: 0px;
	left: 0px;
	padding: 20px 0px;
	overflow: hidden;
	z-index: 50;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.16em;
}

body.tablet #footer, body.mobile #footer {
	letter-spacing: 0.08em;
}

#footer .block-padding {
	padding: 0 10px;
}

body.mobile #footer .block-padding {
	padding: 0 10px;
}

#footer #logo {
	position: relative;
	width: 130px;
	margin-right: 15px;
	display: inline-block;
}

#footer #logo img {
	width: 100%;
	height: 100%;
}

#footer span {
	line-height: 30px;
}
/*
** End Footer
*/

body.privacy #footer {
	margin-top: 50px;
	color: #ffffff;
}

body.privacy #footer a, body.privacy #footer span {
	color: #ffffff;
}

#cookie {
	position: fixed;
	background: #32c4b5;
	width: 100%;
	padding: 15px 0;
	bottom: 0px;
	left: 0px;
	font-size: 10px;
	text-transform: uppercase;
	z-index: 999999;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	display: none;
}
body.cookie #cookie {
	display: block;
}
body.mobile #cookie {
	font-size: 8px;
}

#text-cookie {
	padding: 0px 30px;
	top: 0px;
	left: 0px;
}

#close-cookie {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px 15px;
}

body.privacy #text-cookie {
	text-align: center;
	color: #ffffff;
}

button img {
	width: auto;
}

button.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px 20px;
	background: transparent;
	display: block;
	z-index: 100;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	border: #ffffff 0px solid;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

body.mobile button.close-button {
	top: 0px;
	right: 0px;
}

/*
** Iframe Info
*/
#overlay-info {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000000;
	display: none;
}

#overlay-info-background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000000;
	opacity: 0;
}

#overlay-info #overlay-info-container {
	position: absolute;
	width: 100%;
	max-width: 710px;
	height: 100%;
	max-height: 710px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 0;
	transition: all 1s ease-in-out;
	background: #F6F6F6;
	text-align: center;
	overflow-y: auto;
}

#overlay-info #close-cookie {
	padding: 10px 9px 10px 10px;
	cursor: pointer;
	font-size: 0;
	border-radius: 0px;
	top: 0px;
	right: 0px;
}

#overlay-info #overlay-info-padding {
	/*padding: 15px 46px 10px;*/
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 0;
}

body.privacy.mobile #overlay-info #overlay-info-padding {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}

#overlay-info #overlay-info-padding iframe {
	position: relative;
	width: 100%;
	height: 100%;
}

#overlay-info .block-info {
	padding: 15px 50px 0px;
}

#overlay-info .block-label {
	position: relative;
	width: 100%;
	max-width: 130px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

#overlay-info .block-label:nth-child(3) {
	margin-left: 16px;
}

#overlay-info .block-icon-check {
	width: 100%;
	max-width: 335px;
	margin: 10px auto 0px;
}

#block-info-logo {
	width: 100%;
	max-width: 260px;
	margin: 10px auto 10px;
}

#block-info-logo a {
	display: block;
}

#block-info-message {
	margin-bottom: 12px;
}

#overlay-info h1 {
	margin-top: 0px;
}

#overlay-info h1.h1-big {
	font-size: 20px;
	letter-spacing: 2.5px;
}

#overlay-info p {
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
}

#overlay-info p.icon-check {
	display: block;
	text-align: left;
	margin: 0px 0px 2px 0px;
	background-size: 12px 12px;
	text-indent: 18px;
	background-position: -2px;
}

#overlay-info p.text-justify {
	text-align: justify;
	text-align-last: center;
}

.main-title {
	font-size: 50px !important;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 200 !important;
    /* letter-spacing: 2.5px; */
    letter-spacing: 1.5px !important;
    color: #282F36 !important;
}



.onoffswitch {
	position: relative; 
	width: 110px;
	padding: 20px 30px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #89A19E; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Lato, Arial, sans-serif; font-weight: bold;
	box-sizing: border-box;
	text-transform: none;
}

html:lang(fr) .onoffswitch-inner:before {
	content: "Vider";
	padding-left: 10px;
    background-color: #89A19E; color: #FFFFFF;
}

html:lang(fr) .onoffswitch-inner:after {
	content: "Supprimé";
	padding-left: 10px;
    background-color: #89A19E; color: #FFFFFF;
}

.onoffswitch-inner:before {
    content: "Clear now";
    padding-left: 10px;
    background-color: #89A19E; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Deleted";
    padding-right: 10px;
    background-color: #EEEEEE; color: #89A19E;
    text-align: right;
}
.onoffswitch-switch {
	display: block; 
	width: 18px; 
	height: 18px;
	margin: 4px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 72px;
    border: 2px solid #89A19E; border-radius: 20px;
	transition: all 0.3s ease-in 0s; 
	cursor: pointer;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

@media (max-width: 500px) {
	#overlay-info .block-label {
		width: auto;
		max-width: none;
	}
	
	#overlay-info .block-label:nth-child(3) {
		margin-left: auto;
	}
}

@media (max-width: 450px) {
	#overlay-info .block-label {
		width: 100%;
		max-width: 120px;
		display: block;
		margin: 0 auto;
	}
	
	body.privacy #title {
		padding: 50px 0px;
	}
	body.privacy #title h1 {
		font-size: 45px;
		line-height: 36px;
	}
	#block-title h1 {
		font-size: 22px;
	}
	
	body.privacy h1 {
		font-size: 16px;
	}
	
	body.privacy h2 {
		font-size: 14px;
	}
	body.privacy p {
		font-size: 12px;
	}
}

@media (max-width: 360px) {
	#overlay-info p {
		font-size: 11px;
	}
	
	#overlay-info p.icon-check {
		text-indent: 14px;
	}
	
	#overlay-info .block-info {
		padding: 15px 10px 0px;
	}
}
/*
** End Privacy
*/