@charset "UTF-8";
/**
 * Meyer's CSS Reset
 */
/* roboto-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../../../../fonts/roboto-v30-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../../../../fonts/roboto-v30-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../../../../fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../../../../fonts/roboto-v30-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../../../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../../../../fonts/roboto-v30-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../../../../fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../../../../fonts/roboto-v30-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../../../../fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../../../../fonts/roboto-v30-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../../../../fonts/roboto-v30-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../../../../fonts/roboto-v30-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
body {
  font-family: 'Roboto', sans-serif;
	font-weight: 400!important;
	line-height: 1.2em!important;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
/*Redimensionner videos*/
.embedresize {
  max-width: 853px;
  margin: auto;
}
.embedresize div {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.embedresize iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro #intro .embedresize iframe, .exit .quizz .embedresize iframe, .alreadyplayed #intro .embedresize iframe, .identityset #intro .embedresize iframe, #notabene .embedresize iframe, #message_intro .embedresize iframe, .fancybox_body .embedresize iframe, #comments .embedresize iframe, #description .embedresize iframe, .alreadyplayed .embedresize iframe, #adserver .embedresize iframe {
  max-width: none !important;
}
.containers {
    margin: 0;
    padding: 0;
     width: 100%;
    display: block;

}



.titre-video {
    font-weight: 400;
    font-size: 1.5em;
    color: #FFF;
    text-align: center;
    line-height: 1.3em;
    padding-top: 20px;
    padding-bottom: 15px;/*  text-shadow: 0.05em 0.05em 0.05em #000000;
*/}
@media screen and (max-width: 380px) {
  .titre-video {
    font-size: 1.8em;
  }
}
.plus-petit {
  font-size: 0.9em;
}
.plus-grand {
  font-size: 1.2em;
}
.logo {
    margin: auto;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.vert {
  color: #2dc62f;
}
.infos-legales {
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 0.6em;
  padding: 15px 0;
	color: #676767;
  background-color: #FFF;
}
.infos-legales a {
  color: #676767;
  text-decoration: none;
}
.semi-bold {
	font-weight: 600;
}

.left {
	text-align: left;
}

.reponse2 {
    max-width: 700px;
    margin: auto;
    padding: 15px 0;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.25em;
    font-weight: 600;
    color: #03808c;
}
.reponse {
    max-width: 700px;
    margin: auto;
    padding: 15px 0;
    font-size: 1.6em;
    text-align: center;
    line-height: 1.25em;
    font-weight: 600;
    color: #c1001a;
}

.grande-fleche {
	width: 100%;
	margin: auto;
	padding: 10px 0;
	text-align: center;
}

.box-oui {
	max-width: 450px;
	text-align: left;
	padding: 10px 0 25px 0;
	margin: auto;
	line-height: 1.2em;
	font-size: 0.9em;
}

.box-offre {
	background-color: #fef8f5;
    background-image: url(../images/petite-fleche.png);
    background-position: center top;
    padding-top: 25px;
    background-repeat: no-repeat;
	max-width: 550px;
	margin: auto;
	padding: 10px 0;
	line-height: 1.2em;
}
@media screen and (max-width: 550px) {
	.box-offre {
	max-width: 96%;
	margin: auto;
	padding: 2% 0;
}
}

.box-offre-vert {
	width: 530px;
	margin: auto;
	padding: 10px;
	background-color: #f2f9fa;
}
@media screen and (max-width: 550px) {
	.box-offre-vert {
	width: 96%;
	margin: auto;
	padding: 2%;
	background-color: #f2f9fa;
}
}

.box-offre-texte {
	width: 530px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 0.9em;
}
@media screen and (max-width: 550px) {
	.box-offre-texte {
	width: 100%;
	display: flex;
	flex-direction: row;
		flex-wrap: nowrap;
	justify-connt: space-between;
	align-items: flex-start;
	font-size: 0.9em;
}
}

.box-offre-ico {
	width: 50px;
	text-align: center;
}



.box-offre-texte-left {
	width: 380px;
}

.box-offre-texte-right {
	width: 100px;
	text-align: right;
	padding-top: 3px;
}

.bold {
	font-weight: 700;
}

.liste-offre {
    padding-left: 25px;
    list-style-image: url(../images/puce-carre.png);
	padding-bottom: 3px;
	padding-top: 3px;
	line-height: 1.2em;
}

em {
	font-style: italic;
}

.fond-blanc {
    background-color: #FFF;
    width: 100%;
    margin: auto;
    padding-top: 20px;
}

.box-valeur {
		max-width: 550px;
	text-align: center;
	padding: 20px 0 35px 0;
	margin: auto;
	font-size: 1.1em;
	line-height: 1.2em;
}

.barre {
	text-decoration: line-through;
}
strong {
	font-weight: 700;
}
.paiement {
    width: 100%;    
margin: auto;
    background-color: #fef8f5;
    background-image: url(../images/petite-fleche.png);
    background-position: center top;
    padding-top: 25px;
    background-repeat: no-repeat;
}

.txt-prix {
	text-align: center;
	padding: 15px 0;
	font-weight: 700;
	font-size: 1.4em;
}

.box-prix {
	max-width: 600px;
	margin: auto;
}

.rouge {
	color: #c11e30;
}

.btn-prix {
	width: 100%;
	margin: auto;
	text-align: center;
}

.paiement-tel {
	max-width: 600px;
	font-size: 0.9em;
	margin: auto;
	text-align: center;
	padding: 30px 0;
	line-height: 1.2em;
}

.plus-de-details {
	max-width: 600px;
	color: #676767;
	font-size: 0.7em;
	text-align: center;
	margin: auto;
	padding-bottom: 5px;
	padding-top: 35px;
}

.titre-fond-vert {
	width: 100%;
	padding: 25px 0;
	margin: auto;
	font-size: 1.7em;
	font-weight: 600;
	text-align: center;
	background-color: #008996;
	color: #FFF;
}

.valeur-totale-bonus {
	max-width: 600px;
	margin: auto;
	padding: 35px 0 35px 0;
	text-align: center;
}

.box-bonus {
	width: 600px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: auto;
	background-color: #f2f9fa;
	margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
	.box-bonus {
	width: 100%;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	}
}
	

.ico-bonus {
	width: 80px !important;
	text-align: center;
	padding: 0 10px;
}
@media screen and (max-width: 600px) {
	.ico-bonus {
	width: 100%;
		padding: 10px 0 0 0;
		margin: auto;
		order: -1;
	}
}
.txt-bonus {
	width: 460px;
	padding: 20px;
}
@media screen and (max-width: 600px) {
	.txt-bonus {
	width: 90%;
		padding: 5%;
	}
}
.valeur {
	text-align: right;
	color: #51ce54;
	font-weight: 700;
	padding-top: 8px;
}

.bleu-turquoise {
	color: #008996;
}

.titre-garantie {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-size: 1.2em;
	margin: auto;
	color: #000;
	padding: 15px 0;
	text-align: center;
	font-weight: 700;
}

.box-garantie {
    width: 540px;
    background-color: #fef8f5;
    padding: 20px 30px;
    border: 5px solid #008996;
	margin: auto;
}
@media screen and (max-width: 600px) {
	.box-garantie {
    width: 85%;
    background-color: #fef8f5;
    padding: 20px 5%;
    border: 5px solid #008996;
	margin: auto;
}
}
.ico-garantie {
	padding: 0 15px 0 0;
}

.legende-ml {
	text-align: right;
	font-size: 0.9em;
}

.txt-garantie {
	width: 100%;
	column-count: 2;
	column-gap: 50px;
	text-indent: 15px;
	font-size: 0.9em;
	line-height: 1.2em;
	font-family: "Times New Roman", "serif";
}
@media screen and (max-width: 450px) {
	.txt-garantie {
	column-count: 1;
	column-gap: 0;
}
}
.sgn-ml {
	margin-right: 0;
	margin-left: auto;
	display: block;
	width: 100%;
	text-align: right;
}

.li-garantie {
    list-style-image: url(../images/puce_bleu.png);
    text-indent: 0;
    padding-left: 30px;
}
.li-garantie li {
	padding-top: 8px;
	}

.intro-module {
	max-width: 600px;
	margin: auto;
	font-size: 0.9em;
	text-align: center;
	padding: 50px 0;
	line-height: 1.2em;
}

.box-module {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 720px) {
	.box-module {
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
}

.txt-module {
	text-align: left;
	width: 44%;
	padding: 25px 3%;
	font-size: 0.9em;
	line-height: 1.2em;
}
@media screen and (max-width: 720px) {
	.txt-module {
	width: 94%;
	padding: 25px 3%;
		order: 1;
}
}
.modules {
	max-width: 1050px;
	margin: auto;
}

.img-module {
	width: 44%;
	padding: 25px 3%;
	margin: auto;
}
@media screen and (max-width: 720px) {
	.img-module {
	width: 94%;
		order: 2;
		text-align: center;
}
}
.txt-module p {
	text-align: left;
	text-indent: 15px;
	padding: 8px 0;
}
.titre-module {
	width: 100%;
	text-align: center !important;
	margin: auto;
	padding: 0 0 15px 0 !important;
	font-weight: 700;
	color: #008996;
	font-size: 1.2em !important;
	text-indent: 0 !important;
}

.li-module {
    list-style-image: url(../images/puce-module.png);	
	padding-left: 25px;
}


.fond-vert-clair {

	width: 100%;
	padding: 0;
	margin: 0;
}

.suite-txt-module {
max-width: 600px;
	margin: auto;
	padding: 30px 0 15px 0;
	text-align: left;
	font-size: 0.9em;
	
}
.suite-txt-module p {
	padding: 8px 0;
	text-indent: 15px;
	line-height: 1.2em;
}


/*TEMOIGNAGES*/
.text-temoignages {
  font-size: 1.7em;
  color: #444850;
	text-align: center;
}

.asterisque-tem {
	padding-top: 50px;
	text-align: right;
	font-size: 0.5em;
}

.grille-tem {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex: 1 1 auto;
	justify-content: center;
	align-items: flex-start;
	max-width: 1150px;
	margin: auto;
	padding: 50px 0 0 0;
}


.calque-tem {
    width: 230px;
    padding: 25px 40px;
    margin: 25px 25px;
/*    border: 1px rgba(0,137,150,0.25) solid;
*/    box-shadow: 1px 1px 2px rgba(0,0,0,0.16);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.16);
    background-color: #f2f9fa;
}

.img-tem {
	float: left;
	padding-right: 15px;
}

.legende-tem {
	padding-top: 25px;
	font-size: 0.8em;
	text-align: right;
}

.gain {
	display: block;
	clear: both;
	font-weight: 600;
	text-align: center;
	padding: 8px 0 15px 0;
}

.tem-ecrit {
	font-size: 0.9em;
	line-height: 1.4em;
}

.cadre-bleu {
 background-color: rgba(0,137,150,1.00);
  width: 100%;
  margin: 0;
  padding: 50px 0 25px 0;
  text-align: center;	
}

.grille-colonne {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
strong {
	font-weight: 600;
}
.tem-ecrit p {
	text-indent: 15px;
	padding-top: 8px;
}

.asterisque-temoignage {
	padding: 15px 15px 15px 0;
	text-align: right;
	width: 90%;
	margin: auto;
	font-size: 0.8em;
}

.legende-magali {
	padding-right: 0;
	text-align: right;
	padding-top: 8px;
	font-size: 0.8em;
	font-style: italic;
	
}

.txt-ss-video-cache {
    max-width: 600px;
    margin: auto;
    font-size: 0.9em;
    line-height: 1.2em;
    text-align: center;
    padding: 25px 0;
    color: #666666;
}
.txt-ss-video-cache p {
	padding-bottom: 18px;
}




/*PROCHAINES VIDEOS*/
.prochaines-videos {
	width: 50%;
	margin-left: auto;
	margin-right: 0px;
	background-color: rgba(0,0,0,0.60);
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 0;
	font-weight: 400;
	padding-top: 0;
}
@media screen and (max-width: 1320px) {
.prochaines-videos {
	width: 78%;
	padding-left: 1%;
	padding-right: 1%;
}	
}
@media screen and (max-width: 860px) {
.prochaines-videos {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
}	
}
.trait {
	border-right: 1px solid transparent;
	-webkit-border-image: url(../images/menu-border.png) 1 stretch; /* Safari 3.1-5 */
	-o-border-image: url(../images/menu-border.png) 1 stretch; /* Opera 11-12.1 */
	border-image: url(../images/menu-border.png) 1 stretch;
}
@media screen and (max-width: 560px) {
	.trait {
	border-right: none;
	-webkit-border-image: none; /* Safari 3.1-5 */
	-o-border-image: none; /* Opera 11-12.1 */
	border-image: none;
}
}
.icone-pro-video {
	display: table-cell;
	max-width: 175px;
	width: 24%;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: 0.75em;
	text-align: center;
	color: rgba(255,255,255,0.9);
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 560px) {
	.icone-pro-video {
	display: block;
	max-width: 520px;
	width: 98%;
	padding: 1%;
	}
}
.icone-pro-video img {
	max-width: 20px;
}
header {

	width: 100%;
	padding-bottom: 0 0 40px 0;
	margin: 0;
}

/*CSS fORM*/

.checkcbpaypal {
	text-align: center;
	font-size: 1em;
		line-height: 1.2em;
	padding-top: 25px;

}
.checkcbpaypal p {
	padding-bottom: 15px;
}


/*#formulairebis {
	width: 410px;
	padding: 1% 20px 2% 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2%;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;

	}*/
#paiement_echelonne ul#choix ul {
	padding-left: 50px;
	list-style-type: disc;
	font-size: 0.9em;
}
@media screen and (max-width: 600px) {
#formulairebis {
	width:100%;
	padding:2% 0 2% 0;
	margin:0;
	font-size: 1em;
}
}
#formulaire {
	max-width:410px;
	padding: 1% 0px 2% 0px;
	margin: 2% auto;	
	}
@media screen and (max-width: 600px) {
#formulaire {
	width:100%;
	padding:2% 0 2% 0;
	margin:0;
	font-size: 1em;
}
}

#liste-civilite li {
	width: 100%;
	display: inline;
	margin-top: 0%;
	margin-right: 2%;
	margin-bottom: 0%;
	margin-left: 0%;
	font-size: 1em;
}
@media screen and (max-width: 600px) {
	#liste-civilite li {
	width: 100%;
	display: block;
	float:none;
}
}



.asterisq {
	font-weight: bold;
	color: #9E9E9E;
	font-size: 0.9em;
}

#titre-form {
	color: #339;
	margin-left: 10%;
	font-size: 1.2em;
	text-align:left;
	margin-bottom:5%;
	margin-top:3%;
}
@media screen and (max-width: 600px) {
	#titre-form {
		text-align:center;
		margin-top:5%;
		}
		}
#txt-re-email {
	font-style: italic;
	color: #333;
	margin-top:2%;
	font-size:0.8em;
	margin-left:10%;
	text-align: center;
}
@media screen and (max-width: 600px) {
#txt-re-email {
	width: 60%;
	padding-right: 20%;
	padding-left: 20%;
	margin-left:0;
	}
}
@media screen and (max-width: 368px) {
#txt-re-email {
	width:80%;
		padding-right: 10%;
	padding-left: 10%;
}
}
#champs-obli {
	text-align: right;
	font-size: 0.7em;
	color: #333;
	margin-top: 1%;
	margin-bottom: 1%;
}
#btn-valider {
	text-align: center;
}
#prenom, #prenom-input, #nom, #nom-input, #adresse, #adresse-input, #cp, #cp-input, #commune, #commune-input, #email1, #email1-input, #email2, #email2-input, #pays-input, #pays, #adresse2, #adresse2-input {
	float: left;
	margin-top:1%;
	font-size: 0.9em;
}
@media screen and (max-width: 600px) {
	#prenom, #prenom-input, #nom, #nom-input, #adresse, #adresse-input, #cp, #cp-input, #commune, #commune-input, #email1, #email1-input, #email2, #email2-input, #pays-input, #pays, #adresse2 , #adresse2-input {
	float: none;
}
}
#prenom, #nom, #adresse, #cp, #commune, #email1, #email2, #pays, #adresse2 {
	width:35%;
	text-align:left;
	margin-left:10%;
	
}
#paiement_echelonne ul#choix li {
	padding-top: 7px;
}
#paiement_echelonne ul#choix ul li {
	padding-top: 2px;
}
#paiement_echelonne {
	display: block;
	clear: both;
	margin-left:10%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 0.9em;
}

@media screen and (max-width: 600px) {
#prenom, #nom, #adresse, #cp, #commune, #email1, #email2, #pays, #adresse2 {
	width:60%;
	margin-right:20%;
	margin-left:20%;
}
	#paiement_echelonne {
		width:60%;
	margin-right:20%;
	margin-left:20%;
}
}
@media screen and (max-width: 368px) {
#prenom, #nom, #adresse, #cp, #commune, #email1, #email2, #pays, #adresse2 {
	width:80%;
	margin-right:10%;
	margin-left:10%;
}
	#paiement_echelonne {
	width:80%;
	margin-right:10%;
	margin-left:10%;
}
}
#prenom-input, #nom-input, #adresse-input, #cp-input, #commune-input, #email1-input, #email2-input, #pays-input, #adresse2-input {
	width:40%;
	text-align:left;
	
}

@media screen and (max-width: 600px) {
#prenom-input, #nom-input, #adresse-input, #cp-input, #commune-input, #email1-input, #email2-input, #pays-input, #adresse2-input {
	width:60%;
	margin-right:20%;
	margin-left:20%;	
}
}
@media screen and (max-width: 368px) {
#prenom-input, #nom-input, #adresse-input, #cp-input, #commune-input, #email1-input, #email2-input, #pays-input, #adresse2-input {
	width:80%;
	margin-right:10%;
	margin-left:10%;	
}
}
#calq-civilite {
	width:240px;
	text-align:left;
	margin-left:10%;
	
}

@media screen and (max-width: 600px) {
#calq-civilite {
	width:60%;
	margin-right:20%;
	margin-left:20%;	
}
}
@media screen and (max-width: 368px) {
#calq-civilite {
	width:80%;
	margin-right:10%;
	margin-left:10%;	
}
}
#prenom-input input, #nom-input input, #adresse-input input, #cp-input input, #commune-input input, #email1-input input, #email2-input input, #pays-input select, #adresse2-input input {
	width:100%;	
}
.clear {
	clear:both;
}

#mlle, #mme, #m {
	float: left;
	width: 70px;
	text-align:left;
	margin-bottom: 5px;	
	font-size: 0.9em;
}
@media screen and (max-width: 368px) {
#mlle, #mme, #m {
	float: none;
	}
	}
#adresse-input input, #adresse2-input input {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#cb {
	font-weight: bold;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
#visa {
	color: #666;
	padding-left: 21px;
	width:86.3%;
	margin-left:auto;
	margin-right:auto;
}




.cgv {
	font-size: 0.9em;
	text-align: left;
	padding-left: 60px;
	text-indent: -20px;
	line-height: 1.2em;
	padding-top: 15px;
	padding-bottom: 8px;
}

.validation {
	max-width: 550px;
	margin: auto;
	padding: 25px;
	text-align: left;
	font-size: 0.9em;
	
}
.validation p {
	text-indent: 15px;
	padding: 4px 0;
}

.right {
	text-align: right !important;
	text-indent: 0;
}

.ps {
text-indent: -32px !important;	
	padding-left: 50px !important;
}

.blk {
	font-weight: 700;
}
.box-video {
    width: 100%;
    display: block;
    margin: auto;
    background-image: url(../images/fond-fos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	padding-bottom: 15px;
}

.texte-merci p {
	text-indent: 15px;
	padding: 8px 0 ;
	
	
}

.texte-merci {
	max-width: 500px;
	margin: auto;
	width: 90%;
	font-size: 0.95em;
	padding-top: 25px;
}
.titre p {
  text-align: center;
  color: #FFF;
  font-style: italic;
  font-size: 1.2em;
  padding: 25px 0 10px 0;
}
.titre h1 {
  text-align: center;
  color: #FFF;
  font-weight: 900;
  font-size: 2em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2em;
  text-shadow: -3px 3px 0px #000000;
}
.titre p.souscription {
  text-align: center;
  color: #FFF;
  font-style: italic;
  font-size: 1em!important;
  padding: 10px 0 0 0!important;
}