/* Import Font de Google Font */
@import url("https://fonts.googleapis.com/css?family=Lato|Roboto|Source+Sans+Pro");

@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500&family=Kaushan+Script&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans&family=Charm&family=Great+Vibes&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@500&display=swap');


/*
font-family: 'Cinzel', serif;
font-family: 'Kaushan Script', cursive;
font-family: 'Alegreya Sans', sans-serif;
font-family: 'Charm', sans-serif;
font-family: 'Great Vibes', cursive;
font-family: 'Cormorant SC', serif;
*/

@import url("template/navig.css");
@import url("template/header.css");
@import url("template/content.css");
@import url("template/footer.css");
@import url("template/form.css");
@import url("template/home.css");
@import url("template/agenda.css");
@import url("template/slick.css");
@import url("template/planchateau.css");

* {
  font-family: "Roboto", sans-serif;
}

html {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
  overflow-x: hidden;
}

body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
  z-index: 0;
  background-color: #f8f9fa;
}

img {
  max-width: 100%;
  height: auto;
}

/** vardump() **/
pre {
  position: relative;
  margin: 10px;
  padding: 10px;
  background-color: #fbf77ea2;
  border: solid 1px #c00;
  color: #000;
  z-index: 1500;
}

/** lignes de construction **/
.bd {
  border: dashed 1px #222;
  /** Grise **/
}

.bb {
  border: dashed 1px #fff;
  /** Blanche **/
}

.bx {
  border: dashed 1px #89201a;
  /** Rouge **/
}

/** Couleur de base **/
.bgt {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px;
  border-radius: 8px;
  border: solid 1px #dac273;
  background: linear-gradient(0deg, #111 0%, #000 30%, #111 100%);
  color: #dac273;
  box-shadow: 0px 0px 3px #333;
}

.bgt:hover {
  background: linear-gradient(0deg, #000 0%, #111 30%, #000 100%);
  color: #fff;
  box-shadow: 0px 0px 1px #333;
}


.bgk {
  background-color: #000;
  color: #fff;
}

.bgo {
  background-color: #000;
  color: #dac273;
}

.bgw {
  background-color: #fff;
  color: #222;
}

/** Objet en animation 1s **/
.anim {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#DETAIL {
  position: relative;
  transition: all 1.3s ease;
  height: auto;
  max-height: 350px;
  overflow: hidden;
}

#BtnSuite {
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  width: 100%;
  background-color: #f6ede3;
  display: none;
}

.coins {
  padding: 8%;
  background-image: url("/assets/img/chg.png"), url("/assets/img/chd.png"),
    url("/assets/img/cbg.png"), url("/assets/img/cbd.png");
  background-position: top left, top right, bottom left, bottom right;
  background-size: 10%;
  background-repeat: no-repeat;
  background-color: #f6ede3;
  border-radius: 5px;
}

/** Image en mode cover **/
.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fixer {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

@media (max-width: 600px) {
  .fixer {
    background-position: center;
  }
}

/** Image en mode Contain **/
.contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/** Photo de profil **/
.avatar {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin: 10px;
}

.cases {
  padding: 15px;
  border-radius: 20px;
  border: solid 1px #8a8a8aa3;
}

/** Pagination de tableau **/
.tablepgn {
  margin-top: 20px;
  width: 100%;
  color: #6b0000;
}

.ligne1 {
  width: 100%;
  height: 25px;
  margin-bottom: 10px;
  background-size: 150px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("elem/ligne-1.png");
}

.ligne4 {
  width: 100%;
  height: 25px;
  background-size: 150px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("elem/ligne-4.png");
}

/** Typo Chateau **/
@font-face {
  font-family: "Chateau";
  src: url("fonts/Chateau.ttf");
}

.cha {
  font-family: "Chateau", sans-serif;
}

/** Typo Clos Bellefond **/
@font-face {
  font-family: "ClosBellefond";
  src: url("fonts/ClosBellefond.otf");
}

.clo {
  font-family: "ClosBellefond", sans-serif;
}

/** Typo Louis Nié **/
@font-face {
  font-family: "LouisNie";
  src: url("fonts/LouisNie.ttf");
}

.lou {
  font-family: "LouisNie", sans-serif;
}

/** Typo Marquise **/
@font-face {
  font-family: "Marquise";
  src: url("fonts/Marquise.ttf");
}

.mar {
  font-family: "Marquise", sans-serif;
}

/** Typo Medieval pour les dates **/
@font-face {
  font-family: "Medieval";
  src: url("fonts/Medieval.ttf");
}

.med {
  font-family: "Medieval", sans-serif;
}

@media (max-width: 988px) {
  .container {
    min-width: 100%;
  }
}

/* Grand livre autre  */
.lvrcnt1 {
  padding-left: 70px;
  padding-right: 60px;
  padding-top: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("/assets/css/elem/livre.png");
  min-height: 600px;
  text-decoration: none;
}

.lvrcnt1 p {
  font-size: 16px;
  font-family: "Charm", sans-serif;
  padding-bottom: 40px;
}

.lvrcnt1 .col-lg-6 {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 975px) {
  .lvrcnt1 {
    padding-left: 30px;
    padding-right: 30px;
    background-image: url("/assets/css/elem/page1.png");
  }

  .lvrcnt1 p {
    font-size: 14px;
    padding-bottom: 30px;
  }

  .lvrcnt1 .col-lg-6 {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* Grand livre Ecole  */
.lvrcnt2 {
  padding-left: 80px;
  padding-right: 60px;
  padding-top: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("/assets/css/elem/livre2.png");
  min-height: 600px;
  text-decoration: none;
}

.lvrcnt2 p {
  font-size: 16px;
  padding-bottom: 40px;
}

.lvrcnt2 .col-lg-6 {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 975px) {
  .lvrcnt2 {
    padding-left: 30px;
    padding-right: 30px;
    background-image: url("/assets/css/elem/pglivre3.png");
  }

  .lvrcnt2 p {
    font-size: 14px;
    padding-bottom: 30px;
  }

  .lvrcnt2 .col-lg-6 {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 60px;
    padding-right: 40px;
  }
}

@media (max-width: 700px) {
  .lvrcnt2 .col-lg-6 {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 20px;
  }
}

/* Parchemin  */
.scartes {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("/assets/css/elem/scartes.png");
  min-height: 600px;
  text-decoration: none;
}

.scartes p {
  font-size: 16px;
  padding-bottom: 40px;
}

.scartes p img {
  max-width: 50% !important;
}

.scartes .col-lg-6 {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 975px) {
  .scartes {
    padding-left: 20px;
    padding-right: 20px;
    background-image: url("/assets/css/elem/page1.png");
  }

  .scartes p {
    font-size: 14px;
    padding-bottom: 30px;
  }

  .scartes .col-lg-6 {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.FiltreImg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  mix-blend-mode: multiply;
}

.fndclo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/css/visites/fond.png");
}

.cloche {
  position: relative;
  max-width: 300px;
}

.ClTrt {
  text-decoration: none;
  color: #dac273;
  text-align: center;
  font-family: "Cinzel", serif;
  font-size: 18px;
}

.cloche .calk {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.cloche .bell {
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0.2;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.cloche .bell:hover {
  bottom: 50px;
}



.autocoul {
  --rouge: 255;
  --vert: 255;
  --bleu: 255;
  background: rgb(var(--rouge), var(--vert), var(--bleu));
  --luminosite: calc((var(--rouge)*299 + var(--vert)*587 + var(--bleu)*114) / 1000);
  --couleur: calc((var(--luminosite) - 128) * -255000);
  color: rgb(var(--couleur), var(--couleur), var(--couleur));
}




.mini-livre {
  width: 100%;
  height: 800px;
  display: block;
  padding: 0;
  position: relative;
  overflow: hidden;


}

.mini-book {

  border: none;
  width: 1320px;
  height: 1080px;
  transform: scale(1);
  transform-origin: 0 0;
}


/* ************ RESPONSIVE ************** */
/* *** 1200 * 1000 * 800 * 600 * 350 **** */
/* Pour Macbook height */

@media (max-width: 1200px) {
  .mini-livre {
    height: 700px;
  }

  .mini-book {
    width: 1200px;
    transform: scale(0.8);
  }
}


@media (max-width: 1000px) {
  .mini-livre {
    height: 600px;
  }

  .mini-book {
    width: 1250px;
    transform: scale(0.7);
  }
}



@media (max-width: 600px) {
  .mini-livre {
    height: 400px;

  }

  .mini-book {
    width: 1000px;
    transform: scale(0.39);
  }
}

@media (max-width: 500px) {
  .mini-livre {
    height: 300px;

  }

  .mini-book {
    width: 1160px;
    transform: scale(0.39);
  }
}



@media (max-width: 400px) {
  .mini-livre {
    height: 300px;

  }

  .mini-book {
    width: 1100px;
    transform: scale(0.36);
  }
}



.prods {
  background-color: #ffffffb9;
  border: solid 1px transparent;
  text-align: center;
  border-radius: 8px;
  padding: 0px;

}

.prods:hover {
  background-color: #ffffffef;
  border: solid 1px #bfafb3;
  color: #80011e;
}

.prods img {
  width: 100%;
  border-radius: 5px;
  background-color: #ffffffb9;
}

.prods h5 {
  width: 100%;
  font-size: 25px;
  font-family: 'Alegreya Sans', sans-serif;
}


.prods .tarif {
  font-size: 60px;
  font-family: 'Verdana', sans-serif;
  text-align: center;

}