@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Regular.otf");
	src:
		url("../fonts/Inter-Regular.otf") format("opentype"),
		url("../fonts/Inter-Regular.ttf") format("truetype"),
		url("../fonts/Inter-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Inter-SemiBold";
	src: url("../fonts/Inter-SemiBold.otf");
	src:
		url("../fonts/Inter-SemiBold.otf") format("opentype"),
		url("../fonts/Inter-SemiBold.ttf") format("truetype"),
		url("../fonts/Inter-SemiBold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "IntroHeadH-GBase";
	src: url("../fonts/IntroHeadH-GBase.otf");
	src:
		url("../fonts/IntroHeadH-GBase.otf") format("opentype"),
		url("../fonts/IntroHeadH-GBase.ttf") format("truetype"),
		url("../fonts/IntroHeadH-GBase.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

:root {
  --Rouge: #f5333f;
  --RougeFonce: #c42737;
  --Bleu: #004174;
  --Blanc: #ffffff;
  --GrisClair: #e8f0f2;
  --Jaune: #ffd631;
}




/* ******************************* */

html {font-size: 10px;}
body {margin: 0;font-size: 14px;line-height: 1.45; color: #000; background-color: var(--Rouge); font-family: "Inter", sans-serif; font-weight: 400;}

ul, table {font-size: 1em;margin-bottom:1em;}
p {font-size: 1em;margin-bottom:0;}
/*

.btn {padding: .6em 1.4em; font-family: 'Oswald-Medium'; font-size: 18px; text-transform: uppercase; text-align: center; background-color: transparent; color: #fff !important; border: 1px solid #fff; text-decoration: none !important; display: inline-block; background-image: none; white-space: nowrap; vertical-align: middle; cursor: pointer; -ms-touch-action: manipulation; touch-action: manipulation;-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.btn:hover {color: #464854 !important;background-color: #fff;text-decoration: none;}*/

@media (min-width: 420px) {
	/*body {font-size: 17px;}*/
}

.container-1200 {max-width: 992px; margin :0 auto; }
@media (min-width: 992px) {
	body {background: var(--Rouge);}
	.container-1200 {max-width: 1200px;}
}

h1, .h1 { font-family: "IntroHeadH-GBase", sans-serif; text-transform: uppercase; text-align: center; color: var(--Rouge); font-size: 30px; line-height: 1.5; letter-spacing: 1px;}
h1.gros { font-size: 45px; line-height: 1.5;}
h2 {text-align: center; color: var(--Rouge); font-size: 1.25em;}

.bt-action {background: var(--Rouge);font-family: "IntroHeadH-GBase", sans-serif; text-transform: uppercase; text-align: center; border: solid 5px #fff; border-radius: 40px; padding: 1rem 3rem; color: #fff; font-size: 28px; line-height: 1; display: block; margin: 0 auto; width: 210px; cursor: pointer;}
.bt-action:hover {text-decoration: none; background: var(--Bleu); color: #fff; }
.rouge {color: var(--Rouge);}
.noir {color: #000;}



/* ******************************* PROMOPRESTO et MENTIONS BAS */
#promopresto {background: url(../images/promopresto.svg); background-size: 100%; width: 14px; height: 91px; position: absolute;}
#mentions {width: 100%; text-align: center; letter-spacing:0.4px; font-family: "IntroHeadH-GBase", sans-serif; text-transform: uppercase; color: var(--Jaune); font-size: 18px; line-height: 1.4; /*background: #fff;*/ padding-left: 1.5rem; padding-right: 1.5rem; }
#mentions .ligne2 {display: block;}
.body-interieur #mentions {background: #fff; margin-top: 30px;}
@media (min-width: 992px) {
	.body-interieur #mentions {background: none; margin-top: 0;}
	#mentions {position: absolute; bottom: 6px; left:0; background: none; padding-left:0; padding-right: 0; }
	#mentions .ligne2 {display: inline;}
}
@media (min-width: 1240px) {
	#mentions {font-size: 20px;  bottom: 12px; }
}

/* ******************************* HOMEPAGE */
body.page-home {background: url(../images/home/bg-992.jpg) top center no-repeat var(--Rouge); background-size: cover;}
body.page-home header .container-1200 { padding: 3rem 0; text-align: center;}
body.page-home header .logo {padding:0 15px; width: 310px; }
body.page-home .main-content .container-1200 {position: relative;}
body.page-home .img-patate {width: 280px; display: block; margin: 0 auto; background: url(../images/home/vignettes.svg) top center no-repeat; aspect-ratio: 0.62;}
body.page-home .lots img {padding:0 15px; width: 220px; display: block; margin: 0 auto;}
body.page-home .bouton {position: absolute; bottom: 410px; left:0; width: 100%; height: 40px;}
body.page-home .bouton2 {position: absolute; bottom: 225px; }
body.page-home .bouton a {background: var(--Rouge); font-family: "IntroHeadH-GBase", sans-serif; text-transform: uppercase; border: solid 2px #fff; border-radius: 40px; padding: 0.3rem 0.7rem; color: #fff; font-size: 22px; letter-spacing: 1.3px; line-height: 1; display: block; margin: 0 auto; width: 210px;}
body.page-home .bouton2 a {padding: 0.3rem 0.7rem; font-size: 22px; letter-spacing: 1.3px; line-height: 1; width: 150px;}
body.page-home .bouton a:hover {text-decoration: none; background: var(--RougeFonce); color: #fff; }
body.page-home #promopresto {bottom: 265px; right: 7px;}
body.page-home #mentions {background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);}

@media (min-width: 480px) {
	body.page-home header .logo {padding:0 15px; width: 380px; }
	body.page-home .img-patate {padding:0 15px; width: 450px; display: block; margin: 0 auto;}
	body.page-home .bouton {position: absolute; bottom: 510px; }
	body.page-home .bouton a {border: solid 4px #fff; border-radius: 40px; padding: 0.6rem 1rem; font-size: 36px; letter-spacing: 2.1px; width: 340px;}
	body.page-home .bouton2 {bottom: 215px; }
	body.page-home .bouton2 a {padding: 0.6rem 1rem; font-size: 36px; letter-spacing: 2.1px; width: 240px;}
}
@media (min-width: 992px) {
	body.page-home {background: var(--Rouge);}
	body.page-home .main-content .container-1200 {background: #fff;}
	body.page-home header .logo {padding:0 15px; width: 350px; }
	body.page-home .main-content .container-1200 {background: url(../images/bg-home.jpg) top no-repeat var(--Rouge); background-size: 100%; min-height: 780px; width: 992px;}
	body.page-home .bouton {position: absolute; bottom: 370px; left:0; width: 100%; height: 70px;}
	body.page-home .bouton a {font-size: 30px; width: 290px; margin-left: 566px; letter-spacing: 2px; padding: 0.6rem 1rem;}
	body.page-home .bouton2 {bottom: 120px; height: 70px;}
	body.page-home .bouton2 a {width: 200px; margin-left: 602px; letter-spacing: 2px; padding: 0.6rem 1rem;}
	body.page-home #mentions {text-align: center; padding: 15px 5px!important;  bottom: 0px;   }
}
@media (min-width: 1240px) {
	body.page-home .main-content .container-1200 {min-height: 945px; width: 1200px;}
	body.page-home .bouton {position: absolute; bottom: 464px; left:0; width: 100%; height: 70px;}
	body.page-home .bouton a {font-size: 36px; width: 350px; margin-left: 685px; letter-spacing: 2px; }
	body.page-home .bouton2 {bottom: 160px; left:0; width: 100%; height: 70px;}
	body.page-home .bouton2 a {width: 240px; margin-left: 730px; letter-spacing: 2px; }
	body.page-home #mentions {}
}
@media (min-width: 1600px) {
	/*body.page-home .main-content .container-1200 {background: url(../images/bg-home-1600.jpg) top no-repeat var(--Rouge); background-size: 100%;width: 1600px; max-width: 1600px; min-height: 950px;}
	body.page-home .bouton a {font-size: 56px; width: 300px; margin-left: 1065px; letter-spacing: 2px;  padding-top: 1rem;}*/
	
}


/* ******************************* PAGE INTERIEURE */
.body-interieur .main-content .container-1200 {background: #fff; position: relative;}
.body-interieur header {text-align: center; /*background: var(--GrisClair);*/background: #fff;}
.body-interieur header .logo {padding-top: 40px; padding-bottom: 20px; width: 250px; }
.body-interieur .contenu {background: var(--Blanc); padding: 1.5rem; margin: 0 auto; max-width: 600px;}
.body-interieur .texte-gauche {display: none;}
.body-interieur #promopresto {margin-top: 1rem; left: 0.5rem; bottom: 20px;}
@media (min-width: 992px) {
	.body-interieur .main-content .container-1200 {background: url(../images/bg-interieur-md.jpg) top no-repeat var(--Rouge); background-size: 100%; min-height: 1100px; width: 992px; position : relative;}	
	.body-interieur .main-content.main-content-reduit .container-1200 {background: url(../images/bg-interieur-md.jpg) top no-repeat var(--Rouge); background-size: 100%; min-height: 948px; width: 992px; position : relative;}	
	.body-interieur header {background: none;}
	.body-interieur header .logo {padding-top: 20px; width: 350px; padding-bottom: 30px;}
	.body-interieur .contenu {margin: 0 auto; width: 580px; /*margin-top: 10px;*/ height: 982px; padding: 20px; padding-top: 20px; max-width: none;}
	.body-interieur .main-content-reduit .contenu {margin: 0 auto; width: 580px; /*margin-top: 10px;*/ height: 772px; padding: 20px; padding-top: 20px; max-width: none;}
	.body-interieur .texte-gauche {display: block; position: absolute; left:0; top: 80px; width: 190px; height: 550px; text-align: center;  }
	.body-interieur .texte-gauche .bloc1 {padding-top: 8rem; padding-left: 35px; font-size: 27px; line-height: 1.2;}
	/*.body-interieur .texte-gauche .bloc2 {padding-top: 5.5rem; font-size: 24px; line-height: 1.2;}
	.body-interieur .texte-gauche .bloc2 .cheerz {width: 135px; padding-top: 1.5rem;}*/
	.body-interieur .texte-droite {display: block; position: absolute; right:0; top: 182px; width: 214px; height: 612px; text-align: center;}
	.body-interieur #promopresto {bottom: 50px; margin-top:0;}
}
@media (min-width: 1240px) {
	.body-interieur .main-content .container-1200 {background: url(../images/bg-interieur-lg.jpg) top no-repeat var(--Rouge); background-size: 100%; min-height: 1146px; width: 1200px;}
	.body-interieur .main-content.main-content-reduit .container-1200 {background: url(../images/bg-interieur-lg-reduit.jpg) top no-repeat var(--Rouge); background-size: 100%; min-height: 942px; width: 1200px;}
	.body-interieur header {background: none;}
	.body-interieur header .logo {padding-top: 25px; width: 430px;}
	.body-interieur .contenu { margin: 0 auto; width: 700px; margin-top: 0px; height: 936px; padding-top: 20px;}
	.body-interieur .main-content-reduit .contenu {width: 700px; margin-top: 0px; height: 734px; padding-top: 20px;}
	.body-interieur .texte-gauche {display: block; position: absolute; left:0; top: 170px; width: 256px; height: 612px; text-align: center;}
	.body-interieur .texte-gauche .bloc1 {padding-top: 2rem; padding-left: 0;}
	.body-interieur .texte-gauche .bloc1 .dix-ans {display: block; width: 80%; margin-left: 12%;}
	/*.body-interieur .texte-gauche .bloc2 {padding-top: 6.5rem; font-size: 26px; line-height: 1.2;}
	.body-interieur .texte-gauche .bloc2 .cheerz {width: 150px; padding-top: 1.5rem;}*/
	.body-interieur .texte-droite {display: block; position: absolute; right:0; top: 218px; width: 261px; height: 612px; text-align: center;}
	.body-interieur #promopresto {bottom: 65px; left: 12px; margin-top:0;}
}

/* ******************************* ETAPES */
.contenu #etapes {margin: 0 auto; max-width: 330px; overflow: hidden; text-align: center; margin-bottom: 30px; padding-top: 6px;}
.contenu #etapes div {display: inline-block; text-align: center; color: var(--Blanc); margin-left: 5px; margin-right: 5px; padding-bottom: 6px;}
.contenu #etapes div .chiffre {background: var(--Bleu); border-radius: 50%; padding: 4px 8px; font-size: 16px; width: 28px; height: 28x; display: inline-block; line-height: 1; font-family: "Inter-SemiBold", sans-serif;}
.contenu #etapes div .legende {display: none;  }
.contenu #etapes div.current .chiffre {background: var(--Rouge); }
@media (min-width: 480px) {
	.contenu #etapes {padding-bottom: 5px;}
	.contenu #etapes div {margin-left: 15px; margin-right: 15px; padding-bottom: 0;}
	.contenu #etapes div .chiffre {font-size: 19px;}
}
@media (min-width: 768px) {
	.contenu #etapes {max-width: 254px;}
	.contenu #etapes.etapes-remboursement {max-width: 344px;}
	.contenu #etapes div {float: left; margin-left: 0px; margin-right: 0px; background: url(../images/bg-etapes.svg) left top 10px no-repeat, url(../images/bg-etapes.svg) right top 10px no-repeat; background-size: auto 4px;}
	.contenu #etapes div .legende {display: block; color: var(--Bleu); font-size: 12px; line-height: 1.1; margin-top: 4px; }
	.contenu #etapes div.current .legende {color: var(--Rouge);}
	.contenu #etapes div.etape1 {width: 76px; background: url(../images/bg-etapes-mini.svg) right top 10px no-repeat; background-size: 50px 4px;}
	.contenu #etapes div.etape2 {width: 92px; }
	/*.contenu #etapes div.etape3 {width: 70px; }*/
	.contenu #etapes div.etape3 {width: 86px; }
	.contenu #etapes div.etape4 {width: 90px; background: url(../images/bg-etapes-mini.svg) left top 10px no-repeat; background-size: auto 4px;}
	/*.contenu #etapes div.etape4 {width: 80px; }*/
}
@media (min-width: 992px) {
	.contenu #etapes {margin-bottom: 20px;}
}
@media (min-width: 1240px) {
	.contenu #etapes {margin-bottom: 30px;}
}



/* ******************************* ATTENTE */
.page-attente h1 {padding-top: 60px; padding-bottom: 60px;}
@media (min-width: 992px) {
	.page-attente h1 {padding-top: 220px; padding-bottom: 0;}
}


/* ******************************* MODALITES */
.page-modalites h1 {margin-top: 1rem; margin-bottom: 3rem; color: var(--Bleu);}
.page-modalites .liste-modalites li {padding-bottom: 11px; padding-left: 30px; margin-left: -25px; position: relative; list-style: none;}
.page-modalites .liste-modalites li::before {
  content: "•"; /* Ajoute une puce manuellement */
  font-size: 2em; /* Double la taille */
  color: var(--Rouge); /* Met la puce en rouge */
  position: absolute;
  left: 0;
  top: 0px; margin-top: -13px;
}
.page-modalites .ligne1 {margin-bottom: 10px;}
.page-modalites .contenu {color: var(--Bleu); margin: 0 auto; /*max-width: 600px;*/}
.page-modalites .boutons {text-align: center; margin-top: 3rem;}
.page-modalites .retour {text-align: center;}
.page-modalites .retour a {color: var(--Bleu); text-decoration: underline;}
div#captcha{
	/*width: 300px;*/
	text-align: center;
	font-size: 15px;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 0px; 
	max-width: 620px;
}
div#captcha .recopiez {font-size: 0.9em;}
div#captcha table{ display:block; width: 238px;  margin:0 auto; margin-top: 4px; }
div#captcha #captchaValeur {padding: 5px; height: 33px; background:#ffffff; border:solid 2px var(--Bleu); text-align: center; color:var(--Bleu); font-size: 14px; width: 99px;}




/* ******************************* INSCRIPTION */
.page-inscription .titre1 {color: var(--Bleu); line-height: 1; letter-spacing: inherit;}
.page-inscription .titre2 {color: var(--Rouge); font-weight: 700; font-size: 1.3em;}
.page-inscription form { margin:0 auto; max-width: 500px;}
.page-inscription h1 {line-height: 1; margin-bottom: 20px;}
.page-inscription .ligne {margin-top: 0.7rem; font-size: 1.2em; line-height: 1.1;}
.page-inscription .ligne.row { margin-left:0; margin-right: 0;}
.page-inscription .ligne.row > div {padding-left:0 ;padding-right: 0;}
.page-inscription .ligne .titre {font-size: 2.3rem; margin-bottom: 1.5rem;}
.page-inscription .ligne .info {color: var(--Rouge); font-size: 1.4rem;}
.page-inscription .ligne .info-banque {margin-top: 4px; text-align: right;}
.page-inscription .obligatoire {font-size: 1.4rem; text-align: right;}
.page-inscription input[type="text"], .page-inscription input[type="email"], .page-inscription input[type="date"] {width: 100%; padding: 7px 7px; background: #efefef; border: none; border-right: solid 1px #000; border-bottom: solid 1px #000;}
.page-inscription select {width: 100%; padding: 7px 7px; background: #efefef; border: none; border-right: solid 1px #000; border-bottom: solid 1px #000;}
.page-inscription .ligne label .special {display: none;}
.page-inscription .confirmer .ligne2 {width: 100%; overflow: hidden;}
.page-inscription .confirmer .ligne2 input {float: left; width: 20px;}
.page-inscription .confirmer .ligne2 label {float: left; width: calc(100% - 30px); margin-left: 10px; font-size: 1em; line-height: 1.2;}
.page-inscription .confirmer a {color: #000; text-decoration: underline;}
.page-inscription .bouton {text-align: center;}
.page-inscription #produit {text-align: center; font-style: italic; font-size: 1.2rem; margin-top: -0.4rem; line-height: 1.2;}
.page-inscription .bouton-2 .bt-action {font-size: 22px; padding: 1rem 2rem; width: 230px;}
.page-inscription .zone-retour a {display: block; width: 70px; background: var(--Rouge); color: #fff; padding: 3px 0; margin: 0 auto; margin-top: 3px; font-size: 0.98em;}
.page-inscription .explications p {margin-bottom: 15px;}
.page-inscription #motifs {height: 220px; width: 100%; border: solid 2px #000; padding: 10px;}
.page-inscription .textarea-obli {margin-top: 3px; font-size: 11px; padding: 0;}
@media (max-width: 991px) {
	.page-inscription .ligne label br {display: none;}
}
@media (min-width: 992px) and (max-width: 1239px) {	
	.page-inscription .ligne label .normal {display: none;}
	.page-inscription .ligne label .special {display: inline;}
	/*.body-interieur.page-inscription .main-content .container-1200 {background: url(../images/bg-interieur-grand-md.jpg) top no-repeat var(--Rouge); background-size: 100%; }*/
}
@media (min-width: 992px) {
	
	/*.body-interieur.page-inscription .contenu { height: 920px;}*/
	.page-inscription form {max-width: none;}
	.page-inscription form .col-lg-5 {-ms-flex: 0 0 49%; flex: 0 0 49%; max-width: 49%;}
	.page-inscription form .col-lg-7 {-ms-flex: 0 0 51%; flex: 0 0 51%; max-width: 51%;}
	.page-inscription form .colonne1 {border-right: solid 2px #000;}
	.page-inscription form .colonne1-noborder {border-right: 0;}
	.page-inscription .ligne {margin-top: 0.7rem; font-size: 0.92em; line-height: 1.1;}
	.page-inscription .ligne .info {font-size: 1.18rem;}
	.page-inscription .obligatoire {font-size: 1.18rem;}
	.page-inscription input[type="text"], .page-inscription input[type="email"], .page-inscription input[type="date"] {width: 100%; padding: 4px 5px;}
	.page-inscription #produit { margin-top: -1.4rem;}
	.page-inscription select {width: 100%; padding: 4px 5px;}
	.page-inscription form .colonne2 label {padding-right: 8px;}
	.page-inscription .confirmer .ligne2 label {font-size: 0.85em; line-height: 1.1;}
	.body-interieur.page-inscription .texte-droite { top: 362px; }
	.page-inscription #motifs {margin:0 40px; width: calc(100% - 80px);}
	.page-inscription .textarea-obli {margin-right: 40px;}
}
@media (min-width: 1240px) {
	.page-inscription form .col-lg-5 {-ms-flex: 0 0 45%; flex: 0 0 45%; max-width: 45%;}
	.page-inscription form .col-lg-7 {-ms-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%;}
	.page-inscription .form-type-1 .confirmer {margin-top: 3rem!important;}
	.page-inscription .form-type-2 .confirmer {margin-top: 1rem!important;}
	/*.page-inscription .bouton {margin-top: 5rem!important;}*/
	.page-inscription .confirmer .ligne2 label {font-size: 0.95em; line-height: 1.2;}
	/*.body-interieur.page-inscription .contenu { height: 940px; }*/
	.page-inscription #bloc_TC {font-size: 0.95em; line-height: 1.2;}
	.page-inscription .bouton-2 {margin-top: 3rem!important;}
	.body-interieur.page-inscription .texte-droite { top: 222px; }
	.page-inscription .bouton-2 .bt-action {font-size: 32px;}
}



/* ******************************* GAIN */
.page-gain .decouvrir {margin-top: 4rem;}
.page-gain .decouvrir h1 {color: var(--Rouge); margin-top: 5rem;}
.page-gain .zone-perso {}
.page-gain .decouvrir .zone-perso .bouton {text-align: center; margin-top: 4rem; padding-bottom: 4rem;}
.page-gain .decouvrir .zone-perso h1 {color: #000;}
.page-gain .decouvrir .zone-perso .bt-action {width: 290px;}

@media (min-width: 550px) {
	.page-gain .decouvrir {margin-top: 8rem;}
	.page-gain .zone-perso {background: url(../images/personnage.svg) top right no-repeat; background-size: 150px; padding-right: 150px; margin: 0 auto; max-width: 500px;}
}


/*.page-gain .reveal {text-align: center;}
.page-gain .reveal video {margin: 0 auto; width: 100%; max-width: 450px;}
@media (min-width: 992px) and (max-width: 1239px) {	
	.page-gain .reveal img {max-height: 450px;}
}
@media (min-width: 992px) {
	.page-gain .reveal video {height: 400px;}
}
@media (min-width: 1240px) {
	.page-gain .reveal video {height: 490px;}
}
*/

/* ******************************* PERDU */
.page-perdu .decouvrir img.perso {display: block; margin: 0 auto; max-width: 320px;}
.page-perdu .decouvrir p { text-align: center; }
.page-perdu .decouvrir .gras {font-weight: bold;}
.page-perdu .decouvrir .row {max-width: 500px; margin: 0 auto;}
.page-perdu .decouvrir .bouton {text-align: center; padding-left: 35px; margin-top: 20px;}
.page-perdu .decouvrir .bouton .bt-action { font-size: 18px; padding: 0.7rem 1.3rem; width: 185px;  }
.page-perdu .decouvrir .BR {width: 260px; max-width: 100%;}


.page-perdu .voir-aussi {margin-top: 60px; font-size: 1.15em; margin-bottom: 40px;}
.page-perdu .decouvrir .bouton2 .bt-action { font-size: 20px; padding: 0.7rem 1.3rem; width: 175px; text-align: center; }

@media (min-width: 768px) {
	.page-perdu .decouvrir .bouton {text-align: center; margin-top: 45px;  }
}
@media (min-width: 992px) {
	.page-perdu .BR-dispo-0 {margin-top: 55px;}
}
@media (min-width: 1240px) {
	.page-perdu .BR-dispo-0 {margin-top: 95px;}
}



/* ******************************* MERCI */
.page-merci .decouvrir {text-align: center;}
.page-merci .decouvrir h1.gros {line-height:1;}
.page-merci .decouvrir .email {margin:0 auto; max-width: 650px; font-size: 0.92em; line-height: 1.25; margin-top: 1rem;}
.page-merci .decouvrir p.intro-bt {font-size: 1.75rem; padding-top: 25px;}
.page-merci .decouvrir .bouton {text-align: center; margin-top: 0.25rem; padding-bottom: 5rem; }
.page-merci .decouvrir .bouton .bt-action {width: 195px; font-size: 20px;}
.page-merci .retrouvez {font-size: 1.7em; color: var(--Bleu); text-transform: uppercase; font-family: 'IntroHeadH-GBase';}
.page-merci .retrouvez a {padding: 0.5rem; padding-top: 0.65rem; width: 170px;}

.page-merci .titre1 {color: var(--Bleu); line-height: 1; font-size: 3.2em; letter-spacing: inherit;}
.page-merci .titre2 {color: var(--Rouge); font-weight: 700; font-size: 1.3em;}
.page-merci .cadre {margin-top: 40px; border: solid 1px #000; padding: 20px; color: var(--Rouge); text-align: center;}
.page-merci .retrouvez2 {}
.page-merci .retrouvez2 .bt-action {width: 270px; display:inline-block;}
.page-merci .retrouvez2 a {
    vertical-align: middle; 
}
.page-merci .retrouvez2 a.facebook {background: url(../images/facebook.svg) center center no-repeat; background-size: 100%; width: 21px; height: 40px;  display:inline-block; margin-left: 10px;}
.page-merci .retrouvez2 a.instagram {background: url(../images/instagram.svg) center center no-repeat; background-size: 100%; width: 40px; height: 40px;  display:inline-block; margin-left: 5px;}

@media (min-width: 992px) and (max-width: 1239px) {	
	.page-merci .decouvrir .email {font-size: 0.82em; }
	
	
}
@media (min-width: 992px) {	
	.page-merci .decouvrir .email { margin-bottom: 1rem;}
	.page-merci .decouvrir .row {margin-left:0; margin-right:0;}
	.page-merci .decouvrir .row > div {padding-left:0; padding-right:0;}
	.page-merci .decouvrir p.intro-bt {font-size: 1.65rem; padding-top: 15px; padding-left: 30px;}
	.page-merci .cadre {margin-left: 35px; margin-right: 35px;}
}
@media (min-width: 1200px)  {	
	/*.page-merci .decouvrir p.intro-bt {font-size: 1.75rem; padding-top: 25px;}*/
	.page-merci .decouvrir .row {max-width: 520px; margin: 0 auto;}
}


/* ******************************* PRODUITS */
.page-produits .titre {font-family: "IntroHeadH-GBase", sans-serif;
    text-transform: uppercase;
    color: var(--Bleu);
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0.6px; margin-bottom: 4px;}
.page-produits .texte {color: var(--Bleu); line-height: 1.3; font-size: 14.5px;}
.page-produits .row.row-mini {margin-right: -5px;     margin-left: -5px;}
.page-produits .row.row-mini > div {padding-right: 5px;     padding-left: 5px;}
@media (min-width: 992px) {	
	.page-produits .contenu {padding-left: 10px; padding-right: 10px;}
}


/* ******************************* DOTATIONS */
.page-dotations .ligne {text-align: center; margin-bottom: 50px;}
.page-dotations .ligne .photo {max-width: 100%;}
.page-dotations .ligne .titre {max-width: 100%; margin-bottom: 15px;}
.page-dotations .ligne1 {margin-top: 35px;}
.page-dotations .ligne1 .photo {width: 265px;}
.page-dotations .ligne1 .titre {width: 352px; }
.page-dotations .ligne2 .photo {width: 215px;}
/*.page-dotations .ligne2 .titre {width: 260px; padding-top: 35px;}*/
.page-dotations .ligne2 .titre1 {width: 130px; padding-top: 25px;}
.page-dotations .ligne2 .titre2 {width: 139px; padding-top: 25px;}
.page-dotations .ligne3 {margin-top: 20px;}
.page-dotations .ligne3 .photo {width: 280px;}
.page-dotations .ligne3 .titre {width: 300px; padding-top: 15px;}
.body-interieur.page-dotations .contenu-dotations {margin: 0 auto; max-width: 450px;}
.page-dotations .ligne .lot-titre {font-weight: bold; font-size: 1.15em; }
.page-dotations .ligne .lot-accroche {font-style: italic;}
.page-dotations .ligne .lot-texte {line-height: 1.2em;}

@media (min-width: 992px) and (max-width: 1239px) {	
	.body-interieur.page-dotations .main-content .container-1200 {background: url(../images/bg-interieur-immense-md.jpg) top no-repeat var(--Rouge); background-size: 100%; }	
	.page-dotations .ligne2 .titre1 {width: 110px; padding-top: 35px;}
	.page-dotations .ligne2 .titre2 {width: 120px; padding-top: 35px;}
	.page-dotations .ligne2 {margin-top: 20px;}
	.page-dotations .ligne2 {margin-top: 35px;}
	.page-dotations .ligne3 {margin-top: 55px;}
	.page-dotations .englobe-image {text-align: center;}
}
@media (min-width: 768px) {
	.body-interieur.page-dotations .contenu-dotations { max-width: 650px;}
	.page-dotations .ligne { }
}
@media (min-width: 992px) {
	.body-interieur.page-dotations .contenu { height: 1720px; background: url('../images/bg-dotations.jpg') bottom center no-repeat; background-size: 100%; width: 560px; padding-left: 20px; padding-right: 20px;}
	.body-interieur.page-dotations .texte-droite { top: 1262px; }
	.page-dotations .ligne {margin-bottom:0; text-align: left;}	
	
	
}
@media (min-width: 1240px) {
	.body-interieur.page-dotations .main-content .container-1200 {
		background: url(../images/bg-interieur-immense-lg.jpg) top no-repeat var(--Rouge);
		background-size: 100%;
		min-height: 1197px;
	}
	.page-dotations .ligne1 {margin-top: 0px;}
	.page-dotations .ligne2 .englobe {padding-left: 60px;}
	.page-dotations .ligne1 .titre { padding-top: 55px;}
	.body-interieur.page-dotations .contenu { height: 1100px; background: url('../images/bg-dotations.jpg') bottom center no-repeat; background-size: 100%; width: 670px; padding-left: 10px; padding-right: 20px;}	
	.body-interieur.page-dotations .texte-droite { top: 432px; }
	
}


/* ******************************* FIN */
.page-fin p.fin {margin-top: 10rem; text-align: center; font-size: 1.2em;}
.page-fin .decouvrir p {  text-align: center; font-size: 2rem; margin-top: 8rem;}
.page-fin .decouvrir .bouton {text-align: center; margin-top: 2rem; padding-bottom: 15rem; }
.page-fin .voir-aussi {margin-top: 60px; font-size: 1.15em; margin-bottom: 40px;}
.page-fin .decouvrir .bouton2 .bt-action { font-size: 20px; padding: 0.7rem 1.3rem; width: 175px; text-align: center; }
.page-fin .retrouvez {font-size: 1.7em; color: var(--Bleu); text-transform: uppercase; font-family: 'IntroHeadH-GBase';}
.page-fin .retrouvez a {padding: 0.5rem; padding-top: 0.65rem; width: 170px;}
@media (min-width: 992px) {
	.page-fin p.fin { margin-top: 18rem; }
	.page-fin .decouvrir {padding-top: 80px;}
}


/* ******************************* REGLEMENT */
.page-reglement h1 {color: var(--Rouge);  text-align: center; /*font-size: 2rem; */margin-top: 2rem;}
.page-reglement h2 {font-size: 1.15em; margin-top: 2.5rem; text-align: left; color: var(--Bleu); font-weight: 700; margin-bottom: 0.25rem;}
.page-reglement .texte {text-align: justify;}
.page-reglement .texte p {padding-bottom: 1.4rem;}
.page-reglement .bouton {text-align: center; margin-top: 2rem; }
@media (min-width: 992px) {
	.page-reglement .texte {height: 760px; overflow: auto; padding-right: 10px;}
}
@media (min-width: 1240px) {
	.page-reglement .texte {height: 700px; overflow: auto;}
}


/* ******************************* FIN DU JEU */
.page-fin .decouvrir img.perso {display: block; margin: 0 auto; max-width: 380px;}
.page-fin .decouvrir p { text-align: center; }




/* ******************************* FOOTER */
.page-footer {background: var(--Rouge); color: #fff; padding: 1rem 0; padding-bottom: 0.1rem;}
.page-footer li {padding-bottom: 10px; font-size: 19px;  font-family: "IntroHeadH-GBase"; text-transform: uppercase;}
.page-footer a {color: #fff; text-decoration: none; }
.page-footer a:hover {text-decoration: underline;}
.page-footer .barre-footer {width: calc(100% - 40px); margin : 0 auto; margin-top: 1rem; margin-bottom: 1rem; display: block; max-width: 400px; }
.footer-mentions {text-align: center; font-size: 0.85em;}
@media (min-width: 768px) {
	.page-footer ul {display: inline-block;}
	.page-footer li { float: left; padding: 0 2rem;}
	.page-footer .barre-footer {width: 500px; max-width: auto;}
}


/* ******************************* POPUP   */
.popup .cadre {padding:0px; /*box-shadow: 3px 3px 4px #000; */background: #fff; border: solid 5px var(--Rouge); border-radius: 25px; text-transform: uppercase; color: #000;}
.popup .cadre .filet {/*border: solid 4px #e5370d;*/ padding: 8px;}
.popup .cadre .filet .zone-fermer {width: 100%; overflow: hidden; margin-bottom: 20px;}
.popup .cadre .filet .zone-fermer img {width: 17px; height: 17px; float: right; display: block;}
.popup .cadre .filet .zone-contenu {padding: 0 12px; padding-top: 40px; text-align: center; font-size: 24px; line-height: 1.4; font-weight: 400;}
.popup .cadre .filet .zone-contenu.reduit {padding-top: 0; }
.popup .cadre .filet .zone-contenu .rouge {color: #2d3cff;}
@media (min-width:420px) {
	.popup { padding:5px;  }
	.popup .cadre .filet {padding: 18px;}
	.popup .cadre .filet .zone-fermer img {width: 34px; height: 34px; }
}

/* ******************************* POPUP BR  */
.popup-BR .cadre {text-transform: none;}
.popup-BR .cadre .filet .zone-contenu {padding-top:0; font-size: 17px;}
.popup-BR .cadre .bt-action {font-size: 18px;}



