/****CSS spécifiques à une page****/
/******/
/******/

/* page accueil */

#accueil_login {
  float: right;
  width: 48px;
}

#accueil_lien {
  margin-bottom: 0;
}

/* page menu_parcours */
#menu_parcours_fd {
  padding-bottom: 130px;
}

.menu_parcours_texteBlanc {
  margin-top: 130px;
}

#menu_parcours_titreBlanc {
  font-size: 64px;
}

#menu_parcours_traitBlanc {
  margin-top: 30px;
  border-top: 3px solid white;
  width: 195px;
  z-index: 100;
  position: relative;
}

#menu_parcours_nbSites {
  color: white;
  font-family: "HelveticaNeueUltraLight";
  /* font-weight: 100; */
  top: 0px;
  left: 210px;
  font-size: 180px;
  opacity: .4;
  /* text-align: left; */
  position: absolute;
}

#menu_parcours_nbParcours {
  color: white;
  font-family: "HelveticaNeueUltraLight";
  font-weight: 100;
  top: 113px;
  left: 198px;
  font-size: 30px;
  opacity: 1;
  text-align: left;
  position: absolute;
}

/* @media only screen and (max-width:430px) { */
/* #menu_parcours_nbSites { */
/* left: 300px; */
/* width: 430px; */
/* } */
/* } */

#menu_parcours_vignette_bloc {
  margin: -45px auto;
}

.menu_parcours_vignette {
  padding: 0px 10px;
  font-size: 15px;
}

.menu_parcours_vignette_img {
  cursor: pointer;
  width: 90px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.menu_parcours_vignette_img {
  cursor: pointer;
  width: 90px;
  border-radius: 50%;
}

#menu_parcours_etoile {
  width: 44px;
  margin: 70px auto 0px;
}

#menu_parcours_liste {
  margin-bottom: 25px;
}

#menu_parcours_next {
  color: var(--grisF);
}

/* page preview */

#preview_fd {
  height: 260px;
}

#preview_diapo {
  margin: -105px;
}

#imgChange {
  width: 210px;
  border-radius: 50%;
}

#preview_desc {
  margin: 135px auto 0px;
  text-align: center;
  width: 90%;
}

#preview_parcours_vignette_bloc {
  text-align: center;
}

#preview_cart_spec {
  text-align: center;
  margin: 40px auto 10px;
}

.preview_icone {
  padding: 15px 5px;
  width: 40px;
}

#preview_prix {
  cursor: pointer;
}

#preview_image_on {
  border-color: var(--orange);
  border-style: solid;
  border-width: 3px;
}

#preview_image_off {
  filter: grayscale(100%);
  border-color: var(--grisC);
  border-style: solid;
  border-width: 3px;
}

.preview_choix_off {
  color: var(--grisM);
}

/* page menu */

#menu_gl {
  margin-top: 20%;
  margin-bottom: 60px;
  text-align: left;
}

.menu_bande {
  margin-bottom: 30px;
  cursor: pointer;
}

.menu_texte {
  margin-left: 66px;
  font-size: 18px;
}

.menu_traitNoir {
  margin-top: 6px;
  border-top: 1.5px solid black;
  width: 195px;
}

.menu_valide {
  float: right;
  margin-top: -40px;
}

/* page connexion */

#connexion_cart_main {
  margin: 10px auto;
}

#connexion_mdp_lost {
  top: 5px;
  display: block;
  width: 42.3%;
}

#connexion_create {
  width: 94%;
  position: revert;
  margin: 80px auto 20px;
}

/* page mon compte */

#account_menu_parcours {
  margin: 10px 0px 30px;
  width: 50%;
  left: 0%;
  cursor: pointer;
}

.frOnly {
  width: 28px;
  top: 10px;
  left: 5px;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
}

#account_parcours_vignette_bloc {
  text-align: left;
}

.account_vignette {
  margin: 20px 1.7%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  width: 25%;
}

.account_mini {
  cursor: pointer;
  width: 80%;
  border-radius: 50%;
  margin: 20px auto 10px;
}

.account_cart_main {
  margin: 10px auto;
}

#account_deco {
  margin-top: 40px;
  margin-bottom: 25px;
}

.account_valide {
  float: right;
  margin-top: -8px;
}

.account_panel {
  margin: 0px 20px 0px 20px;
  max-height: 0;
  overflow: hidden;
  font-size: 15px;
  transition: max-height 0.2s ease-out;
  position: relative;
}

#deco_valide {
  float: right;
  margin-right: 3%;
  margin-top: -20px;
  vertical-align: middle;
  cursor: pointer;
}

/* page paiement */

#paiement_cgu {
  left: -11px;
}


#agree {
  margin: 10px auto;
  height: 180px;
  cursor: pointer;
}

#paiement_cart_main {
  margin: 10px auto;
  height: 180px;
}

#paiement_valide {
  float: right;
  margin-right: 3%;
  margin-top: -20px;
  vertical-align: middle;
  cursor: pointer;
}

#paiement_achat {
  margin-top: 50px;
}

#paiement_link {
  color: var(--orange);
  text-decoration: underline;
}

.checkbox-wrapper-31 {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  top: 13px;
}

.checkbox-wrapper-31 .background {
  fill: white;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.checkbox-wrapper-31 .stroke {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 4px;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}


.checkbox-wrapper-31 input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
}

.checkbox-wrapper-31 input[type=checkbox]:checked+svg .background {
  fill: var(--orange);
}

.checkbox-wrapper-31 input[type=checkbox]:checked+svg .stroke {
  stroke-dashoffset: 0;
}

/* page partner */

#partners_fd {
  height: 100vh;
}

#partner_gl {
  margin-top: 40px;
}

.partner_bande {
  margin-top: 5px;
  font-size: 18px;
  line-height: 0.9em;
}

.partner_logo {
  width: 130px;
}

.partner_img_logo {
  height: 42px;
  cursor: pointer;
}

.partner_nom {
  width: 200px;
  vertical-align: bottom;
  margin-bottom: -25px;
  text-align: left;
}

.partner_activite {
  color: var(--grisM);
  text-align: left;

}

.partner_traitNoir {
  border-top: 1.5px solid black;
  width: 195px;
}

/* page parcours */

#parcours_icones {
  margin: 10px auto 10px;
  padding: 0px 20px;
  width: 100%;
  font-size: 13px;
  /* margin-top;20 */
}

.parcours_vignette {
  text-align: center;
  width: 25%;
}

.parcours_vignette_img {
  width: 22px;
}



#parcours_fd {
  text-align: center;
  padding-bottom: 50px;
}

.parcours_texteBlanc {
  color: white;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  margin-top: 40px;
  margin-left: 25px;
  line-height: 0.9em;
  text-align: left;
  position: relative;
}

#parcours_widgets {
  margin-top: 20px;
}

.parcours_carte {
  width: 94%;
  margin: 10px auto 20px;
  padding: 1px 0;
  border-radius: 20px;
}

/* #map {
  height: 100%;
} */

.parcours_meteo {
  border-radius: 20px;
  width: 100%;
}

#parcours_savoir_point {
  top: 15px;
  left: 20px;
}

#parcours_reco {
  cursor: pointer;
  margin-bottom: 25px;
}

#parcours_ready {
  margin: 10px auto 30px;
  cursor: pointer;
}

/* page reco */

#reco_liste_main {
  margin: 10px 25px;
  text-align: left;
}

.reco_titre {
  font-size: 17px;
  margin: 40px auto 0px;
}

.reco_expli {
  /* font-size: 14px; */
  color: var(--grisF);
  /* font-style: italic; */
  margin: 0px auto 10px;
}

.reco_elt {
  line-height: 1.5em;
  /* font-size: 14px; */
  /* margin-bottom: 15px; */
  text-align: justify;
}

.reco_puce {
  margin: 5px 5px 7px;
  vertical-align: middle;
  width: 35px;
  padding: 10px
}

.reco_icone {
  vertical-align: middle;
  width: 25px;
}

/* page level */

#level_fd {
  padding-bottom: 40px;
}

#level_texte_choix {
  margin-top: 50px;
}

#level_mainChoix {
  min-height: 100%;
  width: 100%;
}

#level_fdChoix {
  position: relative;
  margin: -505px auto;
  border: none;
}

.level_boutChoix {
  margin: auto 4.5px;
}

/* page enigme */

#enigme_fd {
  height: 200px;
}

#animation_container,
#preloadGl {
  /* position: absolute; */
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 430px;
}

/* page answer */

#answer_fd {
  height: 280px;
}

#answerBravo {
  color: var(--orange);
  margin-top: 50px;
  font-size: 19px;
  font-weight: bolder;
}

#answer_dest {
  margin-top: 45px;
}

#answer_dest2 {
  font-size: 19px;
}

#answer_deplct1 {
  margin-top: 40px;
}

#answer_deplct2 {
  margin-top: -20px;
}

#answer_line1 {
  margin-top: 45px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 20px;
}

.answer_arrondi {
  border-radius: 100px;
  background-color: var(--bleu);
}

.answer_text {
  font-family: "HelveticaNeue Thin", "HelveticaNeue", sans-serif;
  font-size: 32px;
}

#answer_cell1_1 {
  width: 45px;
}

#answer_rond_bleu {
  width: 45px;
  height: 45px;
}

#answer_text1 {
  width: 115px;
}

#answer_cartBlanc {
  border-radius: 100px;
  width: 100%;
  height: 58px;
  background-color: white;
  float: right;
}

#answer_bout {
  float: right;
}

#answer_line2 {
  margin: 0px 25px 20px;
}

#answer_cell2_1 {
  width: 100%;
}

#answer_gellule_bleu {
  width: 100%;
  height: 45px;
}

#answer_text2 {
  min-width: 215px;
}

#answer_lostBout {
  transform: rotate(90deg);
}

/* page site */

#site_fd {
  height: 87px;
}

#site_accordeon {
  margin: 30px 25px 0px 25px;
  text-align: left;
}

.plus a {
  color: var(--orange);
  font-weight: 700;
}

.site_elt {
  color: #333;
  font-family: "HelveticaNeue Thin", "HelveticaNeue", sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
}

.site_coche {
  float: right;
  position: relative;
  transform: rotate(90deg);
}

.site_panel {
  margin: 0px 40px 0px 20px;
  max-height: 0;
  overflow: hidden;
  font-size: 15px;
  transition: max-height 0.2s ease-out;
  position: relative;
  top: -15px;
}

.site_panel a {
  color: var(--orange);
  font-weight: 700;
}

.site_icone {
  margin: 0px 24px 0px 0px;
  cursor: pointer;
  width: 30px;
}

#site_quiz {
  opacity: 0;
}

.site_picto {
  width: 80%;
  max-width: 290px;
  /* height: 50px; */
  border-radius: 20px;
  background-color: white;
  display: none;
  position: absolute;
  margin-top: 30px;
  /* Centre verticalement */
  transform: translateY(-50%);
  padding: 10px;
  text-align: center;
  display: block;
}

/* page plus */

.plus {
  max-width: 430px;
  margin: 0px 25px;
}

.plus_image {
  border-radius: 30px;
  margin-bottom: 6px;
  position: relative;
}

.plus_desc {
  text-align: left;
  font-size: 13px;
  line-height: 1.6em;
  margin-bottom: 28px;
}

.plus_doc_cart {
  border-radius: 15px;
  margin: 0px 25px 28px;
  background-color: white;
  text-align: left;
}

.plus_savoir_point {
  top: 6px;
  left: 6px;
}

#bandeauPlus {
  height: 40px;
  /* width: 100%; */
}

.plus_doc_texte {
  padding: 10px 20px 24px;
}


#plus_header {
  z-index: 100;
  position: sticky;
  top: 0;
}


#doc_leg {
  padding: 10px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin: -15px 15px 0px;
  background: white;
  border-radius: 30px;
}

#doc_desc {
  font-size: 13px;
  margin: 20px 15px 0px;
}

#doc_expli {
  margin: 15px 15px 0px;
  text-align: left;
  font-size: 13px;
  line-height: 1.6em;
}

#doc_image {
  background: white;
  border-radius: 25px;
  font-size: 13px;
  padding: 15px;
  max-width: 430px;
  margin: 20px 15px 0px;
}

#doc_image_expli {
  background: white;
  border-radius: 25px;
  /* font-size: 13px; */
  padding: 20px 0px;
  max-width: 430px;
  margin: 20px 15px 0px;
}

#doc_resize {
  bottom: 37px;
  left: 88%;
}

/* page video */
#video {
  width: 100%;
  /* height: 100%; */
}

.video_embarquee {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  bottom: 20px;
}

.video_embarquee iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video_fd {
  height: 240px;
}

#video_obs {
  width: 70%;
  font-style: italic;
  margin: 20px auto;
}


/* page zoom */
#zoom_close {
  position: fixed;
  display: block;
  right: 0px;
}

#zoom_bandeau {
  height: 50px;
  display: block;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}

#zoom_container {
  margin: auto;
  padding-top: 50px;
  width: 100%;
}

/* page faq */

#faq_gl {
  /* margin-top: 20%; */
  /* margin-bottom: 60px; */
  margin: 30px 25px;
  text-align: left;
}

.faq_titre {
  font-size: 17px;
  margin: 20px auto 10px;
}

.faq_bande {
  /* margin-bottom: 20px; */
  cursor: pointer;
  /* width: 97%; */
}

.faq_puce {
  margin: 5px 5px 7px;
  vertical-align: middle;
  width: 12px;
}

.faq_texte {
  font-size: 14px;
}

.faq_valide {
  float: right;
  margin-top: -30px;
  margin-right: -30px;
  cursor: pointer;
}

.faq_reponse {
  /* text-align: justify; */
  margin-top: 10px;
  font-size: 13px;
  color: var(--grisF);
}

.faq_panel {
  /* margin: 0px 40px 0px 20px; */
  max-height: 0;
  overflow: hidden;
  font-size: 15px;
  transition: max-height 0.2s ease-out;
  /* position: relative; */
  /* top: -15px; */
}

.faq_traitNoir {
  margin-top: 6px;
  margin-bottom: 6px;
  border-top: 0.2px solid var(--orange);
  width: 195px;
}

/* page noBack */
#noBack {
  /* color: var(--orange); */
  font-weight: 500;
  font-size: 17px;
  margin: 40px auto;
  text-align: center;
}

/* page fin */
#end_texte1 {
  margin: 30px auto 70px;
  width: 80%;
}

#end_vignette_bloc {
  margin: -45px auto;
}

.end_vignette {
  width: 33%;
}

.end_vignette_img {
  cursor: pointer;
  width: 90px;
  border-radius: 50%;
}

#end_etoile {
  width: 44px;
  margin: 55px auto 0px;
}

#end_liste {
  margin-top: 10px;
  color: var(--grisF);
}

#end_rs {
  margin: 40px auto 10px;
  border-radius: 25px;
  width: 180px;
  background-color: white;
  height: 45px;
  padding: 0px 25px;
  position: relative;
  box-sizing: content-box;
}

.end_rs_img {
  float: left;
  margin: 0 4px;
  padding: 9px 0px;
  width: 28px;
}

/* end_titre */
#end_texte2 {
  margin: auto;
  width: 80%;
  color: var(--grisF);
}

.end_texte3 {
  margin: 40px auto 10px;
  width: 80%;
  color: var(--grisF);
  /* text-align: left; */
}

.end_texte3 a {
  font-weight: bold;
  text-decoration: underline;
}

.end_bold {
  /* color: 0; */
  color: var(--orange);
  /* color: white; */
  /* font-weight: 700; */
}

#end_partner_link {
  text-align: center;
  /* color: var(--orange); */
  /* color: white; */
  font-weight: bolder;
  /* font-weight: 500; */
  text-decoration: underline;
}

/* page landing */
#landing_body {
  background-color: #fff;
}

#landing_main_container {
  position: relative;
  top: 6vh;
  background-image: url("../images/landing.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
}

@media only screen and (min-width:430px) {
  #landing_main_container {
    width: 430px;
  }

  .img_larg {
    width: 430px;
  }
}

#landing_main_content {
  position: relative;
  z-index: 2;
}

#landing_slogan {
  top: 5%;
  left: 76%;
  width: 20%;
  position: absolute;
  text-align: left;
  font-size: 1em;
  font-family: "HelveticaNeueMedium", "HelveticaNeue", sans-serif;
}

.landing_bloc {
  position: absolute;
  width: 45%;
}

#landing_explorer {
  top: 12%;
  left: 17%;
}

#landing_logo {
  position: absolute;
  top: 29%;
}

#landing_apprendre {
  top: 45%;
  left: 4%;
}

#landing_amuser {
  top: 56%;
  left: 55%;
}

.landing_titre {
  color: #fff;
  font-size: 14px;
  font-family: "HelveticaNeueBold", sans-serif;
  text-align: left;
}

.landing_texte {
  font-size: .78em;
  font-family: "Helvetica", sans-serif;
  margin: 5px 0px 0px 2%;
  text-align: left;
}

#landing_tel {
  position: relative;
  width: 24%;
  top: 86%;
  left: -33%;
}

#landing_vignette_bloc {
  top: 80%;
  left: 29%;
  position: absolute;
  max-width: 68%;
}

.landing_vignette {
  font-size: 10px;
  width: 20%;
  font-family: Helvetica;
}

.landing_vignette_img {
  border: 2px solid white;
  border-radius: 50%;
  width: 86%;
  cursor: pointer;
  margin-bottom: 5px;
}

#landing_bout {
  margin: 0% 10%;
  width: 100%;
  margin-top: -10px;
  cursor: pointer;
}

#landing_texte_bas {
  margin-left: 33%;
  margin-top: 8vh;
  margin-bottom: 5vh;
}

#landing_texte_bas2 {
  margin: auto;
  color: var(--orange);
  font-size: 1em;
  line-height: 1.5em;
  font-family: "HelveticaNeueBold", sans-serif;
}

#landing_bandeau {
  top: 0%
}

#landing_picto {
  width: 10%;
  margin: 2vh auto;
}

/* page landing */
.spy_titre {
  color: var(--bleu);
  background-color: var(--grisF);
}

.spy_texte {
  font-size: 12px;
  font-family: "Helvetica", sans-serif;
}