@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Damion&family=Roboto&display=swap");

/*generic*/

html {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  background-color: #9e9a93;
  text-align: left;
  height: auto;
  width: auto;
  min-height: 100%;
  color: #000;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  touch-action: pan-x pan-y;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img {
  border: none;
  image-rendering: auto;
  display: block;
}

input,
select,
textarea {
  font-family: "Roboto", sans-serif;
  padding: 5px;
  font-weight: normal;
  font-style: normal;
}

textarea:focus,
input:focus {
  outline: none;
}

.retour {
  clear: both;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.largeurMaxi {
  max-width: 1200px;
  margin: auto;
  padding-right: 100px;
  padding-left: 100px;
}

.wrap {
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

.justifyContentBetween {
  justify-content: space-between;
}

.justifyContentEnd {
  justify-content: flex-end;
}

.justifyContentCenter {
  justify-content: center;
}

.alignItemsBottom {
  align-items: flex-end;
}

.alignItemsCenter {
  align-items: center;
}

.typoVintage {
  font-family: "Damion", cursive;
  font-size: 34px;
  color: #a48a7b;
}

.typoBleue {
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  font-size: 46px;
  color: #432a2d;
  margin-bottom: 20px;
}

#contener {
  background-image: url("../img/fond-crfpa.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  margin: auto;
  padding-top: 40px;
  height: 100%;
}

.marginTop40px {
  margin-top: 40px;
}

marginBottom40px {
  margin-bottom: 40px;
}

.marginAuto {
  margin: auto;
}

.marginRight20px {
  margin-right: 20px;
}

.paddingTop40px {
  padding-top: 40px;
}

.largeur800px {
  max-width: 800px;
  margin: auto;
}

.marginBottom40px {
  margin-bottom: 40px;
}

.marginBottom160px {
  margin-bottom: 160px;
}

.boutonFlux {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  min-height: 45px;
}

.width193px {
  width: 193px;
}

.with244px {
  width: 244px;
}

.boutonFlux span {
  display: block;
}

.borderBleu {
  border: solid 2px #432a2d;
}

.colorBleu {
  color: #432a2d;
}

.colorBlanc {
  color: #fff;
}

.colorMarron {
  color: #a48a7b;
}

.fondBleu {
  background-color: #432a2d;
}

.fondBlanc {
  background-color: #fff;
}

.fondMarron {
  background-color: #a48a7b;
}

.lienBleu {
  text-decoration: none;
  color: #432a2d;
}

.lienBlanc {
  text-decoration: none;
  color: #fff;
}

.bouton {
  cursor: pointer;
}

.nonSouligne {
  text-decoration: none;
}

/*Personnalisation */

#header {
  color: #432a2d;
  font-family: "Bebas Neue", cursive;
  font-size: 19px;
  padding-top: 20px;
  margin-bottom: 20px;
}

#header .logo {
  width: 200px;
}

#rubrique {
  min-height: 706px;
}

#footer {
  color: #fff;
  font-family: "Bebas Neue", cursive;
  font-size: 19px;
  background-color: #6b6864;
}

#footer .design {
  text-align: center;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  padding: 20px;
}

#footer .design a {
  color: #fff;
}

#header .menuMobile {
  display: none;
}

#footer .adresse {
  text-align: center;
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  opacity: 0.7;
}

#simulateur {
  margin-top: 20px;
}

#simulateur .boutonCommencer,
#simulateur .boutonReCommencer,
#simulateur .boutonContinuerSimulation {
  width: 230px;
  background-color: #6b6864;
  padding: 20px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.limiterLargeur {
  max-width: 60%;
}

.intro {
  font-size: 20px;
}

.introEpreuveEcrite {
  margin-bottom: 20px;
}

.epreuveEcrite,
.epreuveOrale {
  margin-left: 20px;
}

.introEpreuveEcrite,
.epreuveEcrite,
.epreuveOrale {
  display: none;
}

.introEpreuveEcrite {
  width: 400px;
  background-color: #6b6864;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

.note {
  width: 110px;
  margin-right: 10px;
}

.note input {
  padding: 10px;
  border-radius: 5px;
  border: solid 2px #6b6864;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
}

.blocNoteOk {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.boutonOk {
  display: none;
}

.boutonOk button {
  background-color: #6b6864;
  border: solid 2px #6b6864;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.blocResultats {
  padding: 20px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 20px;
  width: max-content;
  border: solid 2px #6b6864;
  font-size: 20px;
}

.duree {
  font-size: 12px;
}

.des {
  font-size: 14px;
  margin-top: 10px;
}

#mentions {
  width: 600px;
}

#mentions .titre {
  margin-bottom: 20px;
  font-weight: bold;
}

#mentions .titreBig {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.boutonDon {
  background-color: #6b6864;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  padding: 10px;
}

.share-buttons {
  display: flex;
  margin-top: 10px;
}

.share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: transform 0.2s ease;
  margin-right: 10px;
  background-color: #6b6864;
}

.share-button svg {
  width: 20px;
  height: 20px;
}

.share-button:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 1100px) {
  .limiterLargeur {
    width: 100%;
    max-width: 100%;
  }

  .largeurMaxi {
    max-width: 1100px;
    margin: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  #contener {
    background-image: url("../img/fond-crfpa-mob.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    padding-top: 0px;
    height: 100%;
  }
}

/* ------------------------------------------------------------------------------------------- */
/* STYLES GO HERE Top menu 900px */
/* ------------------------------------------------------------------------------------------- */
@media screen and (max-width: 900px) {
  #mentions {
    width: 100%;
    margin-bottom: 20px;
  }

  #rubrique {
    min-height: 800px;
  }
  .blocResultats {
    text-align: center;
    width: calc(100% - 40px);
  }

  .epreuveEcrite,
  .epreuveOrale {
    margin-left: 0px;
  }

  .introEpreuveEcrite {
    width: calc(100% - 20px);
  }

  #simulateur .boutonCommencer,
  #simulateur .boutonReCommencer,
  #simulateur .boutonContinuerSimulation {
    width: calc(100% - 40px);
  }

  #contener {
    background-image: url("../img/fond-crfpa-mob.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    padding-top: 0px;
    height: 100%;
  }

  .largeurMaxi {
    max-width: 900px;
    margin: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  #header .desktop {
    display: none;
  }

  #header .colLogoCentral,
  #footer .colLogoCentral {
    width: 100%;
  }

  #header .colLogoCentral img {
    width: 80%;
    max-width: 396px;
  }

  #footer .col:first-child {
    display: none;
  }

  #footer .col:last-child {
    width: 100%;
    margin-top: 20px;
  }

  #footer .boutonPrendreRdv {
    display: none;
  }

  #footer .justifyContentEnd {
    justify-content: center;
  }

  #footer .rs {
    margin-right: 0px;
  }

  #footer .rs:nth-child(1) {
    margin-right: 10px;
  }

  #header .menuMobile {
    margin-top: 20px;
    text-align: center;
  }

  #header .menuMobile {
    margin-top: 20px;
    text-align: center;
    display: block;
    font-size: 25px;
  }

  #rubrique .contenu {
    padding-right: 100px;
    margin-bottom: 60px;
  }

  #rubrique .col,
  #bandeauQuiSuisJe .col {
    width: 100%;
    min-width: 100%;
  }

  #bandeauQuiSuisJe .col:nth-child(2) {
    display: none;
  }

  #rubrique .coletendue {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  #rubrique .colreduite {
    display: none;
  }

  #rubrique .contenu {
    padding-right: 0px;
  }

  #rubrique .col:nth-child(2) {
    display: none;
  }

  #header .menuMobileDiv {
    margin-right: 10px;
  }

  .typoBleue {
    font-size: 30px;
  }

  #bandeauQuiSuisJe {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .typoVintage {
    font-family: "Damion", cursive;
    font-size: 25px;
    color: #a48a7b;
  }

  #footer .adresse {
    text-align: center;
    margin-top: 30px;
    color: #fff;
  }

  #bandeauQuiSuisJe .photoLaura03Mobile {
    display: block;
    float: left;
    padding: 5px;
    background-color: #fff;
    rotate: 1.8deg;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    max-width: 180px;
    margin-right: 30px;
  }

  #bandeauQuiSuisJe .photoLaura03Mobile img {
    margin: auto;
    width: 100%;
  }
}
