@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: #fff;
  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("../images/fond.png");
  background-position: top right;
  background-repeat: no-repeat;
  margin: auto;
  padding-top: 40px;
}

.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;
}

#header .col,
#footer .col {
  width: 33%;
  min-width: 33%;
}

#header .col:first-child {
  margin-bottom: 10px;
}

#header .colLogoCentral,
#footer .colLogoCentral {
  text-align: center;
}

#header .colLogoCentral img,
#footer .colLogoCentral img {
  margin: auto;
  max-width: 198px;
}

#header .boutonPrendreRdv {
  background-color: #432a2d;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  width: 156px;
  text-align: center;
}

#header .boutonPrendreRdv span,
#footer .boutonPrendreRdv span {
  display: block;
  margin-top: 8px;
}

#header .rs,
#footer .rs {
  margin-right: 15px;
  height: 30px;
}

#rubrique {
  margin-top: 60px;
  min-height: 505px;
}

#rubrique .col,
#bandeauQuiSuisJe .col {
  width: 50%;
  max-width: 50%;
  position: relative;
}

#rubrique .col:nth-child(1) {
  margin-top: 20px;
}

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

#rubrique .tampon {
  position: absolute;
  right: -50px;
  top: 60px;
}

#rubrique .photoLaura {
  position: absolute;
}

#rubrique .photoLaura img {
  border: solid 10px #fff;
  rotate: -5deg;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

#bandeauPrestations {
  background-color: #a48a7b;
  position: relative;
  height: 518px;
  text-align: center;
  background-image: url("../images/vintage.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}

#bandeauPrestations .prestations {
  margin: auto;
  margin-bottom: 40px;
  width: 100%;
  max-width: 820px;
}

#bandeauQuiSuisJe {
  padding-top: 80px;
  padding-bottom: 100px;
  background-image: url("../images/fond.png");
  background-position: top right;
  background-repeat: no-repeat;
}

#bandeauQuiSuisJe .tampon {
  position: absolute;
  right: 60px;
  top: 60px;
  opacity: 0.5;
}

#bandeauQuiSuisJe .photoLaura02,
#bandeauQuiSuisJe .photoLaura03 {
  position: absolute;
}

#bandeauQuiSuisJe .photoLaura02 {
  width: 216px;
  height: 229px;
  background-color: #fff;
  rotate: -10deg;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
  top: 160px;
  left: 110px;
}

#bandeauQuiSuisJe .photoLaura03 {
  width: 327px;
  height: 347px;
  background-color: #fff;
  rotate: 4.75deg;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 0;
  right: 0;
}

#bandeauQuiSuisJe .photoLaura02 img,
#bandeauQuiSuisJe .photoLaura03 img {
  margin: auto;
  padding-top: 10px;
}

#bandeauQuiSuisJe .photoLaura03Mobile {
  display: none;
}

#bandeauQuiSuisJe .contenu {
  padding-right: 20px;
}

#footer {
  padding-top: 50px;
  padding-bottom: 100px;
  color: #fff;
  font-family: "Bebas Neue", cursive;
  font-size: 19px;
  position: relative;
}

#footer .boutonPrendreRdv {
  background-color: #a48a7b;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  width: 156px;
  text-align: center;
}

#footer .design {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
}

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

#header .menuMobile {
  display: none;
}

.logoPlanity {
  width: 150px;
}

#tarifs .titreCategorie {
  margin-bottom: 5px;
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
}

#tarifs .titreCategorie:not(.titreCategorie:first-child) {
  margin-top: 20px;
}

#tarifs .resumeCategorie {
  font-style: italic;
  margin-bottom: 10px;
  color: #a48a7b;
}

#tarifs .prix {
  width: 70px;
  min-width: 70px;
  text-align: right;
  white-space: nowrap;
}

#tarifs .justifyContentBetween {
  margin-bottom: 0px;
}

#rubrique .coletendue {
  margin-top: 20px;
  width: 70%;
  max-width: 70%;
  position: relative;
}

#rubrique .colreduite {
  width: 30%;
  max-width: 30%;
  position: relative;
}

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

@media screen and (max-width: 1100px) {
  .largeurMaxi {
    max-width: 1100px;
    margin: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* ------------------------------------------------------------------------------------------- */
/* STYLES GO HERE Top menu 900px */
/* ------------------------------------------------------------------------------------------- */
@media screen and (max-width: 900px) {
  .marginBottom160px {
    margin-bottom: 60px;
  }

  #tarifs .justifyContentBetween {
    margin-bottom: 15px;
  }

  .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 {
    margin-top: 50px;
    min-height: auto;
  }

  #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%;
  }
}
