﻿@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latob';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latol';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
	height: 100%;
} 
input[type="text"], input[type="email"] {
	outline: none !important
}
#sub_nav li:nth-child(2){
	margin: 0px 60px
}
#shadow {
    width: 0vw;
    height: 100vh;
    position: fixed;
    background: rgba(255,255,255,0.5);
    right: 0;
    opacity: 0;
    transition: 0.5s;
    top: 0;
	display: inline-block;
	z-index: 50
}
body {
	margin: 0;
	padding: 0;
}
*{
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
	padding: 3px 0;
	margin: 0;
	line-height: 1.2;
	font-weight: bold;
	font-style: normal;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 2em;
	font-family: 'lato';
	margin: 20px auto 15px auto
}
h4 {
	font-size: 1em;
}
ul, ol {
	padding: .75em 0 .75em 0;
	margin: 0 0 0 35px;
}
p {
	font-size: 15px;
    padding: 5px 0;
    line-height: 20px;
    font-family: 'lato';
	color: #565656;
	word-break: break-word; 
	overflow-wrap: break-word;
} 
#top p, #top h3 {
	color:white;
}
address {
	margin: .75em 0;
	font-style: normal;
}
a:focus {
	outline: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, button, select {
	vertical-align: middle;
}
li, ul:not(.flex-direction-nav):not(.seance_form):not(.liste_not_connected){
	list-style: none;
	display: inline-block;
	width: auto;
}
.clr {
	clear : both;
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	zoom: 1;
}

/* Styles généraux */
body {
	color: #2b2b2b;
	line-height: 27px;
	font-size: 14px;
	overflow-x:hidden;
	font-family: 'lato', sans-serif 
}
a, a:visited {
	color: #565656; 
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	color: #565656;
}
h3 {
    font-size: 2.9em;
    font-family: 'lato';
    font-weight: 300;
    color:black;
	margin:27px auto 22px auto
}
/****************** modif slider ********************/
.metaslider {
	width: 100% !important;
/*	min-height: 100vh !important;*/
	box-sizing: border-box;
} 
.first_plan {
    display: inline-block;
    width: 50vw;
    height: 20vh;
    /*background: white;*/
    position: absolute;
    top: 40vh;
    z-index: 100000;
    right: 25vw;
    padding: 50px;
    text-align: center;	   
}
#sample_slider {
}
.owl-item.active{
	width: 100vw !important
}
.metaslider .flexslider {
	position: relative;
    margin: 0 0 0px !important;
}
.metaslider .flexslider .flex-direction-nav li a.flex-prev {
    width: 40px;
    height: 40px;
    border: 0;
    margin: -50px 0 0 20px;
    display: block;
    background-image: url(../images/arrow_bef.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all .3s ease;
    -moz-transition: opacity .25s ease-in-out;
    transition: all .3s ease;
}
.metaslider .flexslider .flex-direction-nav li a.flex-next {
    width: 40px;
    height: 40px;
    margin: -50px 20px 0;
    box-shadow: none!important;
    display: block;
    background-color: transparent;
    background-image: url(../images/arrow_next.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all .3s ease;
    -moz-transition: opacity .25s ease-in-out;
    transition: all .3s ease;
}
#temoignage .metaslider .flexslider .flex-direction-nav li a.flex-prev {
    width: 40px;
    height: 40px;
    border: 0;
    margin: -50px 0 0 20px;
    display: block;
    background-image: url(../images/arrow_bef_gold.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all .3s ease;
    -moz-transition: opacity .25s ease-in-out;
    transition: all .3s ease;
}
#temoignage .metaslider .flexslider .flex-direction-nav li a.flex-next {
    width: 40px;
    height: 40px;
    margin: -50px 20px 0;
    box-shadow: none!important;
    display: block;
    background-color: transparent;
    background-image: url(../images/arrow_next_gold.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all .3s ease;
    -moz-transition: opacity .25s ease-in-out;
    transition: all .3s ease;
}
/********************************************* contenu du slider ******************************************/
#header {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}
#header h3, #header h1, #header p {
	color: black;
}
body[data-aos-duration='225'] [data-aos],
[data-aos][data-aos][data-aos-duration='225'], [data-aos]{
  transition-duration: 1000ms !important;
  transition-delay: 1000ms !important;
}
.metaslider .caption-wrap {
	cursor: pointer;
    background-color: rgba(255,255,255,0.6) !important;
    width: 40vw !important;
    opacity: 1 !important;
    text-align: center;
    padding: 20px 50px;
    box-sizing: border-box;
    transition: 0.5s;
    top: 9vw !important;
	left: calc(50% - 20vw) !important;
	bottom: unset !important;
	transition: 0.5 ease;
}
#header .metaslider .caption-wrap {
    padding: 40px 50px;
}
#header .slides {
    overflow:  hidden;
    margin-bottom: 7px;
    max-height: 790px;
}
.metaslider .caption-wrap:hover {
    background-color: rgba(255,255,255,0.8) !important;
	transition: 0.5 ease;
}
.metaslider .caption-wrap h1, 
.metaslider .caption-wrap h3, 
.metaslider .caption-wrap p {
	color: #565656;
	font-family: 'lato';
}
.metaslider .caption-wrap .more {
	display: inline-block;
        width: 35px;
    height: 35px;
    background: url(../images/more_form_red.png) no-repeat;
    background-size: cover;
    bottom: 30px;
    margin-left: auto;
    left: 44%;
    margin-right: auto;
    right: 44%;
    cursor: pointer;
    border:0px solid white;
    transition: 0.5s ease;
    box-sizing: border-box;
    transition: 0.2s ease	
} 
#ancre{
    display: inline-block;
    left: calc(50% - 12px);
    z-index: 15;
    top: -150px;
    width: 24px;
    scroll-behavior: smooth;
    height: 40px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}
#ancre, #ancre:before {
  position: absolute;
}

#ancre:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll
}

@keyframes scroll {
  from{
    opacity: 1
	}
  to{
    opacity: 0;
    transform: translateY(20px)
	}
}
.metaslider .flex-control-nav{
	position: absolute;
	bottom: 30% !important;
}
@media screen and (max-width: 1320px) {
	#header .metaslider .flex-control-nav{
		bottom: 18% !important;
	}
}
@media screen and (max-width: 1200px) {
	#header .metaslider .flex-control-nav{
		bottom: 18% !important;
	}
}
.flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 0.8) !important;
}
.flex-control-paging li a {
    background: rgba(255, 255, 255, 0.6) !important;
    width: 8px !important;
    height: 8px !important;
} 
.metaslider .caption-wrap p {
	padding-top:20px;
}
.metaslider .caption-wrap strong, #top > .inner strong, .metaslider .caption-wrap h3, #top > .inner h3 {
	font-weight: 100;
    margin: 0;
    font-family: 'latol';
    font-size: 0.8em;
    display:block;
    padding: 0;
} 
 .metaslider .caption-wrap h3, #top > .inner h3 {
	font-weight: 100;
    margin: 0;
    font-family: 'latol';
    font-size: 2.5em;
    display:block;
    padding: 0;
}
.metaslider .caption-wrap h1,  #top > .inner h1, .metaslider .caption-wrap h2,  #top > .inner h2 {
	font-weight: 900;
	font-family: 'latob';	
	font-size: 3.5em;
	padding: 0;
    line-height: 59px;
}
#top > .inner h1, #top > .inner h2 {
	color: white;
}
/* largeur du theme */
.container {
	width: 99vw;
	margin: 0 auto;
	text-align:center
}
/* rangee de widget en haut */
#top > .inner > div {
	box-sizing: border-box;
	float: left;
	position: relative;
}
#top{
	padding: 30px 0px 0px 0px;
	box-sizing: border-box;
	width: 99vw;
	position: relative;
	scroll-behavior: smooth;
}
#top > .inner > div.animation > div.inner {
	background-color: #c19434;
	margin: 0px 0px 0px 15px;
	color:white;
	text-align: center;
	padding: 10% 15%;
	box-sizing: border-box;
	height: 470px;
	transition: 1s;
	position: relative;
}
#top > .inner > div.animation#sidebartop1 > div.inner, #top > .inner > div.animation#sidebartop2 > div.inner, #top > .inner > div.animation#sidebartop3 > div.inner {
	left:0;
	top:0;
	opacity: 1;
	right: 0;
}
#top > .inner > div.anime#sidebartop1 > div.inner {
	left:-300px;
	top:100px;
	opacity: 0;
	transition-delay: 0.5s

}
#top > .inner > div.anime#sidebartop2 > div.inner {
	left:0px;
	top:100px;
	opacity: 0;
	transition-delay: 0.5s

}
#top > .inner > div.anime#sidebartop3 > div.inner {
	left:300px;
	top:100px;
	transition-delay: 0.5s
	
	opacity: 0;
}
#top > .inner > div > div.inner{

}
#top > .inner > div > div.inner .widget-title {
	display: none;
}
/* titre de widget */
#top strong, #top h3 {
	font-weight: normal;
	font-size: 22px;
	padding: 10px 0;
}
#temoignage .metaslider .slides img {
    opacity: 0;
    height: 20px;
}
#top img {
	width: auto;
	height: 104px !important;
	max-width: unset !important
}
#top > .inner.n1 > div {
    width: 100%;
}
/* 2 widgets, premier widget */
#top > .inner.n2 > div {
    width: 44.45%;
}
/* 2 widgets, deuxieme widget */
#top > .inner.n2 > div + div {
    width: 55.55%;
}
/* 3 widgets, premier widget */
#top > .inner.n3 > div, #top > .inner.n3 > div + div, #top > .inner.n3 > div + div + div {
        width: 32.65vw;
}
@media screen and (max-width: 1240px) {
	#top > .inner.n3 > div, #top > .inner.n3 > div + div, #top > .inner.n3 > div + div + div {
    	    width: 32.4vw;
	}
}
/* add */
#add {
    display: inline-block;
    background: #f4efe3;
    width: 97vw;
    min-height: 250px;
    margin: 15px 15px;
    vertical-align: top;
    box-sizing: border-box;
}
#add img {
	display: inline-block;
	width: 20%
}
#add .connected_add p >img {
	display: inline-block;
	width: 25%;
	margin-top: 20px;
}
#add .connected_add > img {
    width: 35%;
    margin-left: 25px
}

.connected_add, .no_connected_add {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 280px;
	padding: 15px;
	vertical-align: top
}
.connected_add {
	height: 330px;
	text-align: left;
	padding-left: 80px
}
.no_connected_add {
	padding: 25px 15px;
    box-sizing: border-box;
}
.connected_add p {
	vertical-align: top;
	width: 50%;
	margin-left: 25px;
	display: inline-block;
	font-weight: bold;
	text-align: left
}
.connected_add p img:first-child {
	margin-bottom: 25px
}
.connected_add p a {
	margin-top: 25px
}
#id_c:before{
	content:"Campusmenicon utilise des cookies sur ce site. Avec votre consentement, nous les utiliserons pour mesurer et analyser l'utilisation du site (cookies analytiques)";
}
.discover_bt {
	margin-top: 40px !important
}
.connected_add a, #div_article article a, input[name='validerNote'], input[name='validerNoteVideo'], #lien, #lien2,.note,.connexion, .no_connected_add a, a.more_article, #form_contact input[type="submit"], #form_inscription input[type="submit"], #bt_submit {
	/*background-color: #d52631;*/
    border: 0px;
    display: inline-block;
    width: 30%;
    text-decoration: none;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    font-family: lato;
    font-weight: 500;
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    transition: .8s;
    color: white;
    width: auto;
	border: 1px solid #d52631;
    padding: 0px 20px !important;
    background: linear-gradient(120deg, #d52631 28%, #ed5b64 28%,#ed5b64 40%,#d52631 40%,#d52631 45%, #ed5b64 45%, #ed5b64 50%,#d52631 50%,#d52631 62%, #ed5b64 62%,#ed5b64 69%, #d52631 69%, #d52631 100%);
    background-size: 400% 400%;
    overflow: hidden;
    background-position: 100% 50%;
}
nav ul li.connexion:hover a{
	color: white !important;
}
nav ul li.connexion:hover, input[name='validerNote']:hover, a.more_article:hover, #form_contact input[type="submit"]:hover, .connected_add a:hover, .note:hover, .connexion:hover, .no_connected_add a:hover, a.more_article:hover, #form_contact input[type="submit"]:hover, #form_inscription input[type="submit"]:hover, #form_inscription input[type="submit"]:hover, #newsletter input[type="submit"]:hover, #send_formation a:hover, .all_prog:hover{
    background-position: 0% 50%;		
	color: white !important;
	border: 1px solid #d52631 !important;
}
.note {
	display: block;
	margin: 0 auto 30px 15%;
    width: 160px !important;
    cursor:pointer;
}
.div_notation.see input[name='validerNote'] {
	margin-right: auto;
	margin-left: auto;
}
.connexion {
	padding: 0px 0px !important;
	height: 40px !important;
    line-height: 40px !important;
}
nav ul#choice_formation > li > a:before, nav ul#choice_formation > li > a:after {
    height: 0px;
}
.no_connected_add a {
	margin-left:15%;
	margin-right: 49%;
	vertical-align: top;
}
#main p {
	color:black;
}
input[type="submit"] {
	width: auto !important;
}
#nav_footer li {
    width: 22%;
}
.no_connected_add .liste a {
	    margin-left: 34%;
    margin-top: 20px;
    margin-right: 44%;
}
.discover_bt {
	position: relative;
	bottom: 20px;
	width: 50% !important;
	margin-left:-15px;
} 
#add .no_connected_add img {
	display: inline-block;
	width: 31.6vw;
	height:100%;
	position: absolute;
	top:0px;
	left:0px;
    border-right: 15px solid white;
}
@media screen and (max-width: 1300px) {
	#add .no_connected_add img {
		width: 31.5vw;
	}
	@media screen and (max-width: 1250px) {
		#add .no_connected_add img {
			width: 31.1vw;
		}
		#add {
		    width: 96vw;
		    float: left;
		}
		@media screen and (max-width: 1200px) {
			#add .no_connected_add img {
				width: 31vw;
				border-right:16px solid white;
			}
		}
	}
}
.no_connected_add .liste {
	display: inline-block;
	width: 65%;
	    box-sizing: border-box;
    padding-left: 48px;
}
.no_connected_add .first_list {
	display: inline-block;
	width: 30%;
	font-size: 15px;
    text-align: left;
	height: 100%;
}
.no_connected_add ul  {
	display: inline-block;
	box-sizing: border-box;
	width: 49%;
	vertical-align: top;
	font-size: 15px;
    text-align: left;
}
.no_connected_add ul li {
	display: inline-block;
    width: 88%;
    font-size: 15px;
    font-weight: 600;
    line-height: 51px;
    vertical-align: middle;
	display: inline-block;
        line-height: 21px;
    margin-bottom: 20px;
    font-weight: 100;
    font-family: 'latob';
}
.no_connected_add ul span {
	display: inline-block;
	content: " ";
	width:25px;
vertical-align: top;
	height:25px;
	background:url(../images/valid.png) no-repeat;
	background-size:contain;
	margin-right:10px;
	margin-top: -5px;
    position: relative;
    top: 3px;
}
option {
	min-height: 40px
}
.InputCheck, .star, .full_starstar {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #bf8e1a;
	border-radius: 5px;
	background-color: white;
	margin-top: -7px;
	cursor:pointer;
	box-sizing: border-box;
	color: white;
	text-align: center;
	padding: 0 !important;
	transition: 1s
}
.full_starstar, .star{
	margin: 10px;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}
.shadow.see {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top:0;
	display: inline-block;
	z-index: 100;
	left:0;
	transition: 0.5s;
	background-color: rgba(0,0,0,0.5);
}
.shadow.none{
	position: fixed;
	width: 100vw;
	height: 0vh;
	top:0;
	display: none;
	z-index: 100;
	left:0;
	transition: 0.5s;
	background-color: rgba(0,0,0,0.5);
}
.div_notation form{
	text-align: center;
	vertical-align: middle;
	padding:30px;
}
.div_notation form h4 {
	padding-bottom: 30px
}
.div_notation {
	vertical-align: middle
}
.star {
	margin-top:5px;
	margin-bottom: 0px;
	background-color: unset;
	background:url(../images/star0.png) no-repeat;
	background-size:contain;
	border:unset;
} 
input[name="note"],input[name="noteAnim"],input[name="noteInt"], input[name="noteSup"],input[name="noteAcc"]{
	/*display: none*/
	opacity: 0;
	margin:0 !important;
	width: 0 !important 
}
.full_starstar {    border: none;
    background-color: none;
    background:url(../images/star1.png) no-repeat;
	background-size:contain;
}
input[type="checkbox"] + label span {
	display: none
}
input[type="checkbox"] {
	display: inline-block;
	position: absolute;
	left:-1000px;
}
input:checked + label.InputCheck  {
	border: 1px solid white;
	background-color: #bf8e1a;
}
input:checked + label span {
	display: inline-block;
}
.div_notation.see textarea{
	width: 80%;
	border-radius: 5px;
	border: 1px solid #c19434;
	min-height: 50px;
}
.sg_comment.invalid label{
	color: #d52631;
}
.div_notation.see textarea.invalid{
	border: 1px solid #d52631;
}
/* newsletter */
#newsletter.animation{
	text-align:center;
	width:100vw;
	height: unset;
	border-bottom:2px solid #a27b35;
	transition: 1s;
	opacity: 1;
	transition-delay: 0.5s;
	padding:90px 0 !important;
}
#newsletter.anime {
	height: 0px;
	overflow: hidden;
	transition: 1s;
	opacity: 0;
	transition-delay: .5s;
	padding:0px 0  !important;
}
#newsletter h4 {
	font-size:25px;
	margin-bottom:30px;
	color:#a27b35;
	font-weight: 300;
}
#newsletter p {
		font-size:16px;
		line-height:26px;
		display: inline-block;
		width: 100%;
		color:#565656;
}
#newsletter input {
	margin-top:20px;
	height:50px;
	border-radius:10px;
	box-sizing:border-box
}
#newsletter input[type="email"]::placeholder , #newsletter input[type="text"]::placeholder  {
	color: #a27b35
}
#newsletter input[type="email"],  #newsletter input[type="text"], #nav_formation input {
	border: 1px solid #a27b35;
	width: 350px;
	padding-left:15px;
	color: #a27b35;
display:inline-block;
}
#nav_formation input {
	width: 200px;
	height: 50px;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	box-sizing: border-box;
}
input[type='submit'], select
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}
#newsletter input[type="submit"], #send_formation a, .all_prog {
	position:relative;
	left:-23px;
	color: white;
	margin: 20px 0 0 0 !important;
	display: inline-block;
	height: 50px;
	cursor:pointer;
    border-radius: 10px;
    box-sizing: border-box;
	width: 150px !important;
	border: 0px solid #d62631;
    background: linear-gradient(120deg, #d52631 28%, #ed5b64 28%,#ed5b64 40%,#d52631 40%,#d52631 45%, #ed5b64 45%, #ed5b64 50%,#d52631 50%,#d52631 62%, #ed5b64 62%,#ed5b64 69%, #d52631 69%, #d52631 100%);
    background-size: 400% 400%;
    overflow: hidden;
    background-position: 100% 50%;
    transition: .5s
}
#newsletter input[type="submit"]{
	border:1px solid #d52631;
	-webkit-background: #d62631;
	position:relative;
	left:-23px;
	-webkit-color: white;
	margin: 20px 0 0 0 !important;
	display: inline-block;
	height: 50px;
    -webkit-border-radius: 10px;
    box-sizing: border-box;
	-webkit-width: 150px !important;
	-webkit-border: 0px solid #d62631;
}
.all_prog {
	display: block;
	margin: 20px auto 50px auto !important;
	width: 50vw !important;
	text-align: center;
	line-height: 50px;
	color: white !important
}
.cal_bt {
	color:white !important;
	top:20%;
	padding: 5px 20px;
	right: 150px;
}
#footer_about {
	background: #f7f2e6;
	width:100vw;
	vertical-align:top;
	text-align:left;
	padding:30px 50px;
	box-sizing:border-box
}
#footer_about ul li {
	display:inline-block;
	color: #565656;
	width: 28%;
	vertical-align:top
}
#footer_about ul > li:first-child {
	display:inline-block;
	box-sizing:border-box;
	padding-right:30px;
}
#footer_about ul li h5 {
	color: #565656;
	font-size:1.2em;
	text-transform: capitalize;
	margin-bottom: 10px;
}
#nav_footer {
	color: #565656;
	display:inline-block;
	width:100vw;
	height:80px;
	background: #1c1509;
	color: white;
	font-size:12px;
		padding:18px 50px;
	box-sizing:border-box;
	scroll-behavior: smooth;
}
#footer_about ul{
	width: 100%
}
#footer_about ul li:last-child{
	width: 14%
}
#nav_footer li {
	display:inline-block;
	width:15%;
	float:left;
	vertical-align:top
}
#nav_footer li:last-child {
	float:right;
	width:15%;
}
#nav_footer ul {
	display:inline-block;
	width:100%;
}
	/* Gestion des colonnes */
#main {
	margin-bottom: 20px;
}

#left {
	float: left;
}
#right {
	float: right;
}
#left.animation, #right.animation{
	width: 48vw;
	height:320px;
	position:relative;
	background:#f4efe3;
	text-align:left;
	display:inline-block;
	box-sizing:border-box;
	color:black;
	font-size:2em;
	font-family:'latol';
	font-weight: 100; 
	position: relative;
	top:0;
	left: 0;
	right: 0;
	opacity: 1;
	transition: 1s;
		transition-delay: 0.5s
}
#left.anime, #right.anime {
	opacity: 0;
	top: 50px
}
 #right.anime {
	left: 100px
}
#left.anime{
	left: -	100px
}
#right {
	padding-top: 40px
}
#left span, #right span {
	color:#c19434;
	font-family:'latob';
	font-weight: 900;
	font-size:60px
}
#left p, #right p {
	display: inline-block;
    width: 72%;
    margin-left: 25%;
    font-weight: 400;
    font-family: 'latol';
    font-size: 44px;
    line-height: 52px;
}
#left p:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 5%;
    top: 115px;
    background: url(../images/right.png) no-repeat;
    background-size: 100%;
}
#right p:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 7%;
    top: 115px;
    background: url(../images/left.png) no-repeat;
    background-size: 100%;
}
#left p:after, #right p:after, #top .more {
	content:"";
	display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/more_form_red.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 30px;
    margin-left: auto;
    left: 44%;
    margin-right: auto;
    right: 44%;
    cursor: pointer;
    transition: 0.2s ease;
    box-sizing: border-box;
}
#left p:hover:after, #right p:hover:after, #top .more:hover {
	width: 40px;
    height: 40px;
}
#top .more {
    background: url(../images/more_form.png) no-repeat;	
    background-size: contain;
    bottom:50px
}
#top #sidebartop1:hover .more {
    transition: 0.2s ease;	
    width: 40px;
    height: 40px;
}
#top #sidebartop2:hover .more {
    transition: 0.2s ease;	
    width: 40px;
    height: 40px;
}
#top #sidebartop3:hover .more {
    transition: 0.2s ease;	
    width: 40px;
    height: 40px;
}
#main {
	display:inline-block;
	width:97vw;
}
.block .answer {
	/*display:none;*/
	height:0px;
	overflow:hidden;
	opacity:0;
	transition:1s ease all;
}
.read .answer {
	height:auto;
	opacity:1;
	display:inline-block;
	transition:.5s ease all;
}
#faq h3 {
	text-align:center
}
#faq {
	display:inline-block;
	width:80vw;
	text-align:left;
	margin-bottom:50px;
}
#faq article header{
	font-family:'latob';
	cursor: pointer;
	
}
#faq .block .fa {
	position: relative;
    top: -3px;
	transition:1s ease all;
}
#faq .read .fa {
	position: relative;
    top: -3px;
	transform: rotate(180deg);
	transition:1s ease all;
}
#faq .fa:hover {
	position: relative;
    top: -4px;
	transform: rotate(180deg);
}
#faq article {
	padding:15px 20px;
	position:relative;
	border-bottom: 1px solid #c19434;
	
}
#faq article span {
	transition: 0.5s;
	color: #c19434;
	display:inline-block;
	width:20px;
	text-align:center;
	right: 15px;
	height:20px;
	position:absolute;
	border-radius:50%;
	border:2px solid #c19434;
	background: url(../images/arrow.png);
	background-position: 50% 50%;
	background-size: 100%;
	top:20px; 
}
#faq article.read span {
	background: url(../images/arrow.png);
	transform: rotate(180deg);
	    background-size: 100%;
}
#newsletter  {
	width:100vw;
	border-top: 1px solid #c19434;
}
#newsletter p {
	margin:0;
}
/* pied de page */
#footer {
	color: #565656;
	text-align: center;
}
#footer > p {
	display: none
}
#footer a {
	color: #565656;
}
input[type="radio"]{
	border: 1px solid #565656;
}
/* Responsive design */
@media screen and (max-width: 758px) {

	#topmenu ul.menu > li {
		float: none;
	}
	#sidebartop1, #sidebartop2, #sidebartop3, #sidebartop4, #left, #center, #right {
		float: none !important;
		width: 100% !important;
		margin-top: 20px
	}
	#sidebartop1 > div.inner, #sidebartop2 > div.inner, #sidebartop3 > div.inner, #sidebartop4 > div.inner, #left > div.inner, #center > div.inner, #right > div.inner {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
/***********************************  footer **************************/
#footer {
	text-align: center
}
#footer_about img {
	display: inline-block;
	margin: 0 0 0 11%; 
}
/************************************temoignage*******************************/
#temoignage .metaslider .caption-wrap {
	margin: 0 0% 0 0 !important;
    width: 50% !important;
    text-align: left;
    background-color: unset !important;
    color: #565656;
	top: 0px !important;
	padding:0px
}
#temoignage ul  {
	width:90vw;
}
#temoignage .metaslider .flexslider .slides p {
	color:#565656;
	margin-bottom:0px !important
}
#temoignage .metaslider .flexslider .slides > li {
	height: 180px
}
#temoignage .metaslider .flexslider .flex-control-nav a {
    background-color: #ecdfc2 !important;
    width: 8px;
    height: 8px;
}
#temoignage .metaslider .flexslider .flex-control-nav a.flex-active {
    background-color: #c19434 !important;
}

.picto_temoignage {
	display:inline-block;
	width:65px;
	height:65px;
	background:url(../images/temoignage.png) no-repeat;
	background-size:100%;
	position:absolute;
    top: 45px;
    left: 25%;
	z-index:150
}
#temoignage.animation {
    width: 100vw;
    opacity: 1;
    background-color: #f7f2e6;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-left: 0vw;
    padding: 10px;
    transition: 1s;
    margin-top: 50px;
    box-sizing: border-box;
}
#temoignage.anime {
    background-color: #f7f2e6;
    width: 0vw;
    opacity: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-left: 0vw;
    padding: 10px;
    transition: 1s;
    margin-top: 50px;
    box-sizing: border-box;
}

#temoignage .metaslider .flex-control-nav li {
    width: 11px;
    box-sizing: border-box;
}
#temoignage span {
	float: right;
}
#temoignage .metaslider .flex-control-nav {
    bottom: 12% !important;
}
#nav_footer ul li:last-child {
	background: url(../images/logo_white.png) no-repeat;
	background-size: 99%;
	display: inline-block;
	width:220px;
	height: 50px;
	position: relative;
    top: -7px;
}
a.more_article {
	width: auto;
    padding: 0px 20px !important;
    box-sizing: border-box;
}
#formation_validation_seance input[type="submit"]#bt_delete_form{
	    all: unset;
    display: inline-block;
    color:#c19334;
    text-decoration: underline;
    cursor: pointer;
	padding: 0!important;
    
}
#formation_validation_seance input[type="submit"]#bt_delete_form:hover{
	background-position: 0% 50%;
    color:#c19334 !important;
    border: 0px solid #d52631 !important;
}
@media screen and (max-width: 1380px) {
  .metaslider .caption-wrap h1, #top > .inner h1, .metaslider .caption-wrap h2, #top > .inner h2 {
    font-size: 3em;
	}
	#top > .inner > div > div.inner {
    	height: 440px;
	}
	#left p, #right p {
	    font-size: 39px;
	}
	#left p span, #right p span{
	    font-size: 43px;
	}
}
@media screen and (max-width: 1250px) {
	#add .connected_add > img {
   		width: 35%;
    	margin-left: 25px
	}
	.connected_add p {
		vertical-align: top;
		width: 50%;
	}
	.metaslider .caption-wrap h1, #top > .inner h1,.metaslider .caption-wrap h2, #top > .inner h2 {
    	font-size: 2.6em;
	}
	#ancre {top: -120px;}
}
@media screen and (max-width: 1040px) {
	#top > .inner > div > div.inner {
	    padding: 10% 13%;
	}
	#ancre {top: -130px;}
}



.country-select{position:relative;display:block}.country-select *{-webkit-box-sizing:border-box;box-sizing:border-box}.country-select .hide{display:none}.country-select .v-hide{visibility:hidden}.country-select input,.country-select input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.country-select .flag-dropdown{position:absolute;top:0;bottom:0;right:0;padding:1px}.country-select .selected-flag{z-index:1;position:relative;width:36px;height:100%;padding:0 0 0 8px}.country-select .selected-flag .flag{position:absolute;top:0;bottom:0;margin:auto}.country-select .selected-flag .arrow{position:absolute;top:50%;margin-top:-2px;right:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.country-select .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.country-select .country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.2);box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll}.country-select .country-list .flag{display:inline-block;width:20px;margin-right:6px}@media (max-width:500px){.country-select .country-list{white-space:normal}}.country-select .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.country-select .country-list .country{padding:5px 10px}.country-select .country-list .country.highlight{background-color:rgba(0,0,0,.05)}.country-select .country-list .country-name,.country-select .country-list .flag{vertical-align:middle}.country-select.inside input,.country-select.inside input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.country-select.inside .flag-dropdown{right:auto;left:0}.country-select.inside .selected-flag{width:46px}.country-select.inside .flag-dropdown:hover{cursor:pointer}.country-select.inside .flag-dropdown:hover .selected-flag{background-color:rgba(0,0,0,.05)}.country-select.inside input[disabled]+.flag-dropdown:hover,.country-select.inside input[readonly]+.flag-dropdown:hover{cursor:default}.country-select.inside input[disabled]+.flag-dropdown:hover .selected-flag,.country-select.inside input[readonly]+.flag-dropdown:hover .selected-flag{background-color:transparent}.country-select .flag{height:15px;-webkit-box-shadow:0 0 1px 0 #888;box-shadow:0 0 1px 0 #888;background-image:url(../images/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0;width:20px}.country-select .flag.be{width:18px}.country-select .flag.ch{width:15px}.country-select .flag.mc{width:19px}.country-select .flag.ne{width:18px}.country-select .flag.np{width:13px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.country-select .flag{background-image:url(../images/flags@2x.png);background-size:5630px 15px}}.country-select .flag.ac{height:10px;background-position:0 0}.country-select .flag.ad{height:14px;background-position:-22px 0}.country-select .flag.ae{height:10px;background-position:-44px 0}.country-select .flag.af{height:14px;background-position:-66px 0}.country-select .flag.ag{height:14px;background-position:-88px 0}.country-select .flag.ai{height:10px;background-position:-110px 0}.country-select .flag.al{height:15px;background-position:-132px 0}.country-select .flag.am{height:10px;background-position:-154px 0}.country-select .flag.ao{height:14px;background-position:-176px 0}.country-select .flag.aq{height:14px;background-position:-198px 0}.country-select .flag.ar{height:13px;background-position:-220px 0}.country-select .flag.as{height:10px;background-position:-242px 0}.country-select .flag.at{height:14px;background-position:-264px 0}.country-select .flag.au{height:10px;background-position:-286px 0}.country-select .flag.aw{height:14px;background-position:-308px 0}.country-select .flag.ax{height:13px;background-position:-330px 0}.country-select .flag.az{height:10px;background-position:-352px 0}.country-select .flag.ba{height:10px;background-position:-374px 0}.country-select .flag.bb{height:14px;background-position:-396px 0}.country-select .flag.bd{height:12px;background-position:-418px 0}.country-select .flag.be{height:15px;background-position:-440px 0}.country-select .flag.bf{height:14px;background-position:-460px 0}.country-select .flag.bg{height:12px;background-position:-482px 0}.country-select .flag.bh{height:12px;background-position:-504px 0}.country-select .flag.bi{height:12px;background-position:-526px 0}.country-select .flag.bj{height:14px;background-position:-548px 0}.country-select .flag.bl{height:14px;background-position:-570px 0}.country-select .flag.bm{height:10px;background-position:-592px 0}.country-select .flag.bn{height:10px;background-position:-614px 0}.country-select .flag.bo{height:14px;background-position:-636px 0}.country-select .flag.bq{height:14px;background-position:-658px 0}.country-select .flag.br{height:14px;background-position:-680px 0}.country-select .flag.bs{height:10px;background-position:-702px 0}.country-select .flag.bt{height:14px;background-position:-724px 0}.country-select .flag.bv{height:15px;background-position:-746px 0}.country-select .flag.bw{height:14px;background-position:-768px 0}.country-select .flag.by{height:10px;background-position:-790px 0}.country-select .flag.bz{height:14px;background-position:-812px 0}.country-select .flag.ca{height:10px;background-position:-834px 0}.country-select .flag.cc{height:10px;background-position:-856px 0}.country-select .flag.cd{height:15px;background-position:-878px 0}.country-select .flag.cf{height:14px;background-position:-900px 0}.country-select .flag.cg{height:14px;background-position:-922px 0}.country-select .flag.ch{height:15px;background-position:-944px 0}.country-select .flag.ci{height:14px;background-position:-961px 0}.country-select .flag.ck{height:10px;background-position:-983px 0}.country-select .flag.cl{height:14px;background-position:-1005px 0}.country-select .flag.cm{height:14px;background-position:-1027px 0}.country-select .flag.cn{height:14px;background-position:-1049px 0}.country-select .flag.co{height:14px;background-position:-1071px 0}.country-select .flag.cp{height:14px;background-position:-1093px 0}.country-select .flag.cr{height:12px;background-position:-1115px 0}.country-select .flag.cu{height:10px;background-position:-1137px 0}.country-select .flag.cv{height:12px;background-position:-1159px 0}.country-select .flag.cw{height:14px;background-position:-1181px 0}.country-select .flag.cx{height:10px;background-position:-1203px 0}.country-select .flag.cy{height:13px;background-position:-1225px 0}.country-select .flag.cz{height:14px;background-position:-1247px 0}.country-select .flag.de{height:12px;background-position:-1269px 0}.country-select .flag.dg{height:10px;background-position:-1291px 0}.country-select .flag.dj{height:14px;background-position:-1313px 0}.country-select .flag.dk{height:15px;background-position:-1335px 0}.country-select .flag.dm{height:10px;background-position:-1357px 0}.country-select .flag.do{height:13px;background-position:-1379px 0}.country-select .flag.dz{height:14px;background-position:-1401px 0}.country-select .flag.ea{height:14px;background-position:-1423px 0}.country-select .flag.ec{height:14px;background-position:-1445px 0}.country-select .flag.ee{height:13px;background-position:-1467px 0}.country-select .flag.eg{height:14px;background-position:-1489px 0}.country-select .flag.eh{height:10px;background-position:-1511px 0}.country-select .flag.er{height:10px;background-position:-1533px 0}.country-select .flag.es{height:14px;background-position:-1555px 0}.country-select .flag.et{height:10px;background-position:-1577px 0}.country-select .flag.eu{height:14px;background-position:-1599px 0}.country-select .flag.fi{height:12px;background-position:-1621px 0}.country-select .flag.fj{height:10px;background-position:-1643px 0}.country-select .flag.fk{height:10px;background-position:-1665px 0}.country-select .flag.fm{height:11px;background-position:-1687px 0}.country-select .flag.fo{height:15px;background-position:-1709px 0}.country-select .flag.fr{height:14px;background-position:-1731px 0}.country-select .flag.ga{height:15px;background-position:-1753px 0}.country-select .flag.gb{height:10px;background-position:-1775px 0}.country-select .flag.gd{height:12px;background-position:-1797px 0}.country-select .flag.ge{height:14px;background-position:-1819px 0}.country-select .flag.gf{height:14px;background-position:-1841px 0}.country-select .flag.gg{height:14px;background-position:-1863px 0}.country-select .flag.gh{height:14px;background-position:-1885px 0}.country-select .flag.gi{height:10px;background-position:-1907px 0}.country-select .flag.gl{height:14px;background-position:-1929px 0}.country-select .flag.gm{height:14px;background-position:-1951px 0}.country-select .flag.gn{height:14px;background-position:-1973px 0}.country-select .flag.gp{height:14px;background-position:-1995px 0}.country-select .flag.gq{height:14px;background-position:-2017px 0}.country-select .flag.gr{height:14px;background-position:-2039px 0}.country-select .flag.gs{height:10px;background-position:-2061px 0}.country-select .flag.gt{height:13px;background-position:-2083px 0}.country-select .flag.gu{height:11px;background-position:-2105px 0}.country-select .flag.gw{height:10px;background-position:-2127px 0}.country-select .flag.gy{height:12px;background-position:-2149px 0}.country-select .flag.hk{height:14px;background-position:-2171px 0}.country-select .flag.hm{height:10px;background-position:-2193px 0}.country-select .flag.hn{height:10px;background-position:-2215px 0}.country-select .flag.hr{height:10px;background-position:-2237px 0}.country-select .flag.ht{height:12px;background-position:-2259px 0}.country-select .flag.hu{height:10px;background-position:-2281px 0}.country-select .flag.ic{height:14px;background-position:-2303px 0}.country-select .flag.id{height:14px;background-position:-2325px 0}.country-select .flag.ie{height:10px;background-position:-2347px 0}.country-select .flag.il{height:15px;background-position:-2369px 0}.country-select .flag.im{height:10px;background-position:-2391px 0}.country-select .flag.in{height:14px;background-position:-2413px 0}.country-select .flag.io{height:10px;background-position:-2435px 0}.country-select .flag.iq{height:14px;background-position:-2457px 0}.country-select .flag.ir{height:12px;background-position:-2479px 0}.country-select .flag.is{height:15px;background-position:-2501px 0}.country-select .flag.it{height:14px;background-position:-2523px 0}.country-select .flag.je{height:12px;background-position:-2545px 0}.country-select .flag.jm{height:10px;background-position:-2567px 0}.country-select .flag.jo{height:10px;background-position:-2589px 0}.country-select .flag.jp{height:14px;background-position:-2611px 0}.country-select .flag.ke{height:14px;background-position:-2633px 0}.country-select .flag.kg{height:12px;background-position:-2655px 0}.country-select .flag.kh{height:13px;background-position:-2677px 0}.country-select .flag.ki{height:10px;background-position:-2699px 0}.country-select .flag.km{height:12px;background-position:-2721px 0}.country-select .flag.kn{height:14px;background-position:-2743px 0}.country-select .flag.kp{height:10px;background-position:-2765px 0}.country-select .flag.kr{height:14px;background-position:-2787px 0}.country-select .flag.kw{height:10px;background-position:-2809px 0}.country-select .flag.ky{height:10px;background-position:-2831px 0}.country-select .flag.kz{height:10px;background-position:-2853px 0}.country-select .flag.la{height:14px;background-position:-2875px 0}.country-select .flag.lb{height:14px;background-position:-2897px 0}.country-select .flag.lc{height:10px;background-position:-2919px 0}.country-select .flag.li{height:12px;background-position:-2941px 0}.country-select .flag.lk{height:10px;background-position:-2963px 0}.country-select .flag.lr{height:11px;background-position:-2985px 0}.country-select .flag.ls{height:14px;background-position:-3007px 0}.country-select .flag.lt{height:12px;background-position:-3029px 0}.country-select .flag.lu{height:12px;background-position:-3051px 0}.country-select .flag.lv{height:10px;background-position:-3073px 0}.country-select .flag.ly{height:10px;background-position:-3095px 0}.country-select .flag.ma{height:14px;background-position:-3117px 0}.country-select .flag.mc{height:15px;background-position:-3139px 0}.country-select .flag.md{height:10px;background-position:-3160px 0}.country-select .flag.me{height:10px;background-position:-3182px 0}.country-select .flag.mf{height:14px;background-position:-3204px 0}.country-select .flag.mg{height:14px;background-position:-3226px 0}.country-select .flag.mh{height:11px;background-position:-3248px 0}.country-select .flag.mk{height:10px;background-position:-3270px 0}.country-select .flag.ml{height:14px;background-position:-3292px 0}.country-select .flag.mm{height:14px;background-position:-3314px 0}.country-select .flag.mn{height:10px;background-position:-3336px 0}.country-select .flag.mo{height:14px;background-position:-3358px 0}.country-select .flag.mp{height:10px;background-position:-3380px 0}.country-select .flag.mq{height:14px;background-position:-3402px 0}.country-select .flag.mr{height:14px;background-position:-3424px 0}.country-select .flag.ms{height:10px;background-position:-3446px 0}.country-select .flag.mt{height:14px;background-position:-3468px 0}.country-select .flag.mu{height:14px;background-position:-3490px 0}.country-select .flag.mv{height:14px;background-position:-3512px 0}.country-select .flag.mw{height:14px;background-position:-3534px 0}.country-select .flag.mx{height:12px;background-position:-3556px 0}.country-select .flag.my{height:10px;background-position:-3578px 0}.country-select .flag.mz{height:14px;background-position:-3600px 0}.country-select .flag.na{height:14px;background-position:-3622px 0}.country-select .flag.nc{height:10px;background-position:-3644px 0}.country-select .flag.ne{height:15px;background-position:-3666px 0}.country-select .flag.nf{height:10px;background-position:-3686px 0}.country-select .flag.ng{height:10px;background-position:-3708px 0}.country-select .flag.ni{height:12px;background-position:-3730px 0}.country-select .flag.nl{height:14px;background-position:-3752px 0}.country-select .flag.no{height:15px;background-position:-3774px 0}.country-select .flag.np{height:15px;background-position:-3796px 0;background-color:transparent}.country-select .flag.nr{height:10px;background-position:-3811px 0}.country-select .flag.nu{height:10px;background-position:-3833px 0}.country-select .flag.nz{height:10px;background-position:-3855px 0}.country-select .flag.om{height:10px;background-position:-3877px 0}.country-select .flag.pa{height:14px;background-position:-3899px 0}.country-select .flag.pe{height:14px;background-position:-3921px 0}.country-select .flag.pf{height:14px;background-position:-3943px 0}.country-select .flag.pg{height:15px;background-position:-3965px 0}.country-select .flag.ph{height:10px;background-position:-3987px 0}.country-select .flag.pk{height:14px;background-position:-4009px 0}.country-select .flag.pl{height:13px;background-position:-4031px 0}.country-select .flag.pm{height:14px;background-position:-4053px 0}.country-select .flag.pn{height:10px;background-position:-4075px 0}.country-select .flag.pr{height:14px;background-position:-4097px 0}.country-select .flag.ps{height:10px;background-position:-4119px 0}.country-select .flag.pt{height:14px;background-position:-4141px 0}.country-select .flag.pw{height:13px;background-position:-4163px 0}.country-select .flag.py{height:11px;background-position:-4185px 0}.country-select .flag.qa{height:8px;background-position:-4207px 0}.country-select .flag.re{height:14px;background-position:-4229px 0}.country-select .flag.ro{height:14px;background-position:-4251px 0}.country-select .flag.rs{height:14px;background-position:-4273px 0}.country-select .flag.ru{height:14px;background-position:-4295px 0}.country-select .flag.rw{height:14px;background-position:-4317px 0}.country-select .flag.sa{height:14px;background-position:-4339px 0}.country-select .flag.sb{height:10px;background-position:-4361px 0}.country-select .flag.sc{height:10px;background-position:-4383px 0}.country-select .flag.sd{height:10px;background-position:-4405px 0}.country-select .flag.se{height:13px;background-position:-4427px 0}.country-select .flag.sg{height:14px;background-position:-4449px 0}.country-select .flag.sh{height:10px;background-position:-4471px 0}.country-select .flag.si{height:10px;background-position:-4493px 0}.country-select .flag.sj{height:15px;background-position:-4515px 0}.country-select .flag.sk{height:14px;background-position:-4537px 0}.country-select .flag.sl{height:14px;background-position:-4559px 0}.country-select .flag.sm{height:15px;background-position:-4581px 0}.country-select .flag.sn{height:14px;background-position:-4603px 0}.country-select .flag.so{height:14px;background-position:-4625px 0}.country-select .flag.sr{height:14px;background-position:-4647px 0}.country-select .flag.ss{height:10px;background-position:-4669px 0}.country-select .flag.st{height:10px;background-position:-4691px 0}.country-select .flag.sv{height:12px;background-position:-4713px 0}.country-select .flag.sx{height:14px;background-position:-4735px 0}.country-select .flag.sy{height:14px;background-position:-4757px 0}.country-select .flag.sz{height:14px;background-position:-4779px 0}.country-select .flag.ta{height:10px;background-position:-4801px 0}.country-select .flag.tc{height:10px;background-position:-4823px 0}.country-select .flag.td{height:14px;background-position:-4845px 0}.country-select .flag.tf{height:14px;background-position:-4867px 0}.country-select .flag.tg{height:13px;background-position:-4889px 0}.country-select .flag.th{height:14px;background-position:-4911px 0}.country-select .flag.tj{height:10px;background-position:-4933px 0}.country-select .flag.tk{height:10px;background-position:-4955px 0}.country-select .flag.tl{height:10px;background-position:-4977px 0}.country-select .flag.tm{height:14px;background-position:-4999px 0}.country-select .flag.tn{height:14px;background-position:-5021px 0}.country-select .flag.to{height:10px;background-position:-5043px 0}.country-select .flag.tr{height:14px;background-position:-5065px 0}.country-select .flag.tt{height:12px;background-position:-5087px 0}.country-select .flag.tv{height:10px;background-position:-5109px 0}.country-select .flag.tw{height:14px;background-position:-5131px 0}.country-select .flag.tz{height:14px;background-position:-5153px 0}.country-select .flag.ua{height:14px;background-position:-5175px 0}.country-select .flag.ug{height:14px;background-position:-5197px 0}.country-select .flag.um{height:11px;background-position:-5219px 0}.country-select .flag.us{height:11px;background-position:-5241px 0}.country-select .flag.uy{height:14px;background-position:-5263px 0}.country-select .flag.uz{height:10px;background-position:-5285px 0}.country-select .flag.va{width:15px;height:15px;background-position:-5307px 0}.country-select .flag.vc{height:14px;background-position:-5324px 0}.country-select .flag.ve{height:14px;background-position:-5346px 0}.country-select .flag.vg{height:10px;background-position:-5368px 0}.country-select .flag.vi{height:14px;background-position:-5390px 0}.country-select .flag.vn{height:14px;background-position:-5412px 0}.country-select .flag.vu{height:12px;background-position:-5434px 0}.country-select .flag.wf{height:14px;background-position:-5456px 0}.country-select .flag.ws{height:10px;background-position:-5478px 0}.country-select .flag.xk{height:15px;background-position:-5500px 0}.country-select .flag.ye{height:14px;background-position:-5522px 0}.country-select .flag.yt{height:14px;background-position:-5544px 0}.country-select .flag.za{height:14px;background-position:-5566px 0}.country-select .flag.zm{height:14px;background-position:-5588px 0}.country-select .flag.zw{height:10px;background-position:-5610px 0}
.country-select input {
	float: none !important;
	padding-left: 50px !important;
	background-image: url(../images/arrow_white.png) !important;
	background-repeat: no-repeat !important;
	background-position: 98% 50% !important;
	}

.country-select .selected-flag .arrow {
	display: none;
	}

.country-select.inside .flag-dropdown,
.country-select.inside .selected-flag {
	width: 100%;
	}

.country-list li {
	display: block;
	}
.country-list.hide {
	display: none !important;
	}

.country-list.hide li {
	display: none;
	}


#newsletter .country-select {
	display:inline-block;
	position: relative;
	top: 10px;
	text-align: left;
	}

#newsletterFormPopup {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(255,255,255,0.8);
	z-index: 1000;
	}

#newsletterFormPopup > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 90vw;
	max-height: 90vh;
	width: 500px;
	height: 530px;
	box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.1);
	}


#newsletterFormPopup > div iframe {
	width: 100%;
	height: 100%;
	border: none;
	}

#newsletterFormPopup > div .close {
	position:absolute;
	cursor: pointer;
	top:-5px;
	right: 0px;
    font-size:30px
	}

#newsletterFormPopup > div .close:before {
	content: "×";	
	}
	