/* CLASS BACKGROUND PADDING ET FONT */
body {
  padding-top: 81px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 900 !important;
  background: white !important;
}

/* PADDING-NAV */
header nav {
  padding-top: 0 !important;
}

/* CLASS DRAPEU */
.flag {
  display: none;
}

.carousel {
  max-height: 100%;
}

.min-w-null {
  min-width: 0 !important;
}

/* TEXT-SERIF-GOLD */
.textSerifGold {
  color: #e7b718;
  font-family: "Aboreto", cursive;
}

/* TEXT-SERIF-WHITE */
.textSerifWhite {
  color: white;
  font-family: "Aboreto", cursive;
}

/* TEXT-SERIF-BLACK */
.textSerifBlack {
  font-family: "Aboreto", cursive;
  font-weight: bold;
}

/* DIV SEPARATION */
.separationAvecDiv {
  margin-top: 25px !important;
  margin-bottom: 25px;
  border: 1px solid gray;
}

/* CLASS CONTROL MARGIN */
.control-margin-import {
  margin: 20px 10px !important;
}

/* CLASS CONTROL VIDEO */
.scrollopcty {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.titresCentre {
  width: 100%;
  height: 150px;
  position: absolute;
  top: 15%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}

.imgLogo {
  width: 75px;
  height: 70px;
}

.justifyParagraphe {
  text-align: justify;
}

/* MODIF TEXTE */
.reglageText {
  font-size: 20px;
  text-transform: uppercase;
  margin: 10px 0 10px 20px;
  font-family: "Aboreto", cursive;
}

/* CONTROL TAILLE ICON */
.iconControlLoc {
  width: 20px;
  height: 20px;
  margin: auto 0 auto 20px;
}

.controlMargin {
  margin-top: 20px;
}

.buttonGeneralW {
  width: 300px !important;
  margin: auto;
  padding: 10px;
  background-color: rgb(0, 0, 0);
  color: white;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Aboreto", cursive;
  text-decoration: none;
}

/************************ FOOTER ************************/
footer {
  background-color: rgb(10, 10, 10);
}

.buttonFooter {
  width: 180px;
  margin-top: 10px;
  padding: 10px;
  background-color: rgb(112, 110, 110);
  color: black;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  font-family: "Aboreto", cursive;
}

.controlFooter {
  padding: 20px 0;
}

/* LOGO FOOTER */
.imgFooterControl {
  padding-bottom: 20px;
}

/* LARGEUR INPUT NEWSLETTER */
#myNewsletter {
  width: 50%;
}

/* TAILLE TEXT */
#monJaccepte {
  font-size: 80%;
  color: white;
}
.iconesPartage {
  width: 50px !important;
  height: 50px !important;
}

.partageRss {
  width: 247px;
}
/************************ FORMAT SMARPHONE MAX ************************/
@media screen and (max-width: 990px) {
  .xtrSmall {
    width: 80px !important;
  }
}

/************************ FORMAT IPAD ************************/
@media screen and (min-width: 768px) {
  /* TITRES-VIDEO */
  .xtrSmall {
    width: 150px !important;
  }

  .titresCentre h1 {
    font-size: 75px;
  }

  .titresCentre h6 {
    font-size: 25px;
  }
}

/************************ FORMAT DESTOK ************************/
@media screen and (min-width: 990px) {
  /* CAROUSEL-CONTROL */
  .carouselControlSize {
    max-width: 70% !important;
    margin: auto;
  }

  .xtrSmall {
    width: 200px !important;
  }

  .titresCentre h1 {
    font-size: 120px;
  }

  .titresCentre h6 {
    font-size: 55px;
  }

  .reglageText {
    font-size: 40px;
  }
}

/************************ FORMAT DESTOK XXL************************/
@media screen and (min-width: 1320px) {
  .textSerifBlack {
    font-size: 20px !important;
  }

  /* TEXT-PARA-1 */
  .reglageText {
    font-size: 80px;
    margin: 50px 0;
  }
}
