* {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  margin: auto;
  width: auto;
}
@font-face {
  font-family: "Antique";
  src: url("Antique-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Bergen";
  src: url("BergenText-Regular.otf") format("opentype");
}
body {
  margin: auto;
  max-width: 1920px;
}
a {
  text-decoration: none;
}
img {
  object-fit: cover;
}

/*disposition des liens dans le menu*/
.menus {
  display: flex;
  justify-content: center;
  background-color: white;
  letter-spacing: 0.15rem;
}
.formateur-texte {
  background-color: white;
  padding-top: 10%;
  padding-right: 10%;
  padding-bottom: 30px;
  padding-left: 10%;
  font-size: 21px;
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
  line-height: 1.8rem;
  text-align: justify;
}

.educattitude {
  color: rgba(115, 109, 109, 0.777);
  margin: auto;
  position: relative;
  left: 2%;
}
.calendrier {
  color: rgba(115, 109, 109, 0.777);
  margin: auto;
  position: relative;
  left: 7%;
}
.contact {
  color: rgba(115, 109, 109, 0.777);
  margin-left: auto;
  margin-bottom: auto;
  margin-top: auto;
  position: relative;
  left: 59%;
}
.formateurs {
  color: black;
  margin: auto;
  position: relative;
  left: 45%;
}
.formations {
  color: #ff6710;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
  position: relative;
  left: 23%;
}
.logo-entete {
  width: 150px;
  position: relative;
  left: 55%;
}
/*disposition des liens dans le menu*/

/* effet underline des liens du menu*/
.educattitude:hover,
.calendrier:hover,
.contact:hover {
  transform: scale(1.03);
  transition: 0.2ms;
  text-decoration: underline;
}

.formateurs:hover {
  transform: scale(1.03);
  transition: 0.2ms;
  text-decoration: underline;
  color: black;
}
.formations:hover {
  transform: scale(1.03);
  transition: 0.2ms;
  text-decoration: underline;
  color: #ff6710;
}
/* effet underline des liens du menu*/

/* menu déroulant */
nav ul {
  list-style-type: none;
  width: 95%;
  padding: 1%;
}

.colonne {
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin: 0 10px;
}

.colonne-formation {
  display: flex;
  flex-direction: inherit;
  padding: 10px;
}

.ligne {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

nav ul li {
  float: left;
  text-align: center;
  width: 16%;
}

nav ul::after {
  content: "";
  display: table;
  clear: both;
}

nav a {
  display: flex;
  text-decoration: none;
  color: white;
  border-bottom: 2px solid transparent;
  padding: 10px 0px;
}

.menu-deroulant {
  display: none;
  background-color: black;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 100;
}

.menu-deroulant ul.ligne:not(:first-child) {
  margin-top: 20px; /* Espace entre les lignes */
}

.sous-titre {
  float: left;
  color: #a3a3a3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-sous-titre {
  display: none;
}

nav > ul li:hover .menu-deroulant {
  display: flex;
  float: left;
}

.menu-deroulant li {
  float: left;
  width: 100%;
  text-align: left;
}

.menu-deroulant a {
  padding: 10px;
  border-bottom: none;
}

.menu-deroulant a:hover {
  border-bottom: none;
  background-color: RGBa (200, 200, 200, 0.1);
}

.voir-tous {
  display: block;
  text-align: right;
  color: #fcfcfc;
}

.voir-toutes-formations {
  display: block;
  text-align: right;
  color: #fcfcfc;
  margin-top: 140px;
}

.voir-tous:hover {
  text-decoration: underline;
}

.voir-toutes-formations:hover {
  text-decoration: underline;
}

.voir-tous-formateurs:hover {
  text-decoration: underline;
}

/* menu déroulant */

/* Menu Sandwich */
@media screen and (min-width: 960px) {
  span.sandwich-icon {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .menus {
    display: none;
  }

  .menu-deroulant {
    width: 200px;
  }

  .page-sous-titre {
    display: none;
  }

  nav ul li {
    float: none;
    width: 2%;
  }

  .menus ul li.educattitude-order {
    order: 3;
  }

  .menus ul li.calendrier-order {
    order: 1;
  }

  .menus ul li.contact-order {
    order: 2;
  }

  .sandwich-icon {
    display: block;
    cursor: pointer;
    font-size: 30px;
    padding: 10px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1000;
    color: white;
  }

  .menus.open {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    overflow-y: auto;
    padding: 20px;
  }

  .menus.open ul li {
    margin: 5px 0;
  }

  .menus ul {
    display: block;
  }

  .menus ul li {
    display: block;
  }

  .menus ul li a {
    display: block;
  }

  .menus ul li ul,
  .menus ul li div.menu-deroulant {
    display: block !important;
    position: static;
  }

  .menus ul li ul li,
  .menus ul li div.menu-deroulant ul li {
    display: block;
  }

  .menus ul li ul li ul,
  .menus ul li div.menu-deroulant ul li ul {
    display: block;
    position: static;
  }
  .menus ul .menu-deroulant,
  .menus ul li div.menu-deroulant {
    display: block !important;
    flex-direction: column;
  }

  .menus ul .menu-deroulant .colonne,
  .menus ul li div.menu-deroulant .colonne {
    display: block;
  }
  .logo-entete {
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .menus a.educattitude,
  .menus a.calendrier,
  .menus a.contact,
  .menus a.formateurs,
  .menus a.formations {
    color: #ff6710;
    width: 20%;
  }

  .voir-toutes-formations {
    margin-top: 0px;
  }

  .educattitude {
    margin-top: 30px;
  }
}
/* Menu Sandwich */

/*partie accueil*/
.accueil {
  position: relative;
  text-align: left;
  font-family: "Antique";
  height: 1040px;
  overflow: hidden;
}
.photo_accueil {
  object-fit: cover;
}
.text-accueil {
  position: absolute;
  top: 35%;
  left: 10%;
  color: white;
  font-size: x-large;
}
.titre-accueil {
  color: #ff6710;
  font-size: 60px;
  letter-spacing: 0.3rem;
}
.bouton-orange {
  background-color: transparent;
  border: #ff6710, solid;
  border-color: #ff6710;
  color: #ff6710;
  margin-top: 20px;
}
.bouton-orange:hover {
  background: linear-gradient(to bottom right, #f5d08b, #ff6710);
  transition: 400ms;
  color: white;
}
.lien-bouton-orange {
  color: #ff6710;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-top: 5px;
  padding-right: 5px;
  display: block;
  border-color: #ff6710;
  border: solid;
  width: 400px;
  font-family: "bergen";
}
.lien-bouton-orange:hover {
  color: white;
  border-color: #ff6710;
  background-color: #ff6710;
}
/*partie accueil*/
/*partie accueil responsive*/

@media (max-width: 960px) {
  .accueil {
    position: relative;
    text-align: left;
    font-family: "Antique";
    height: 1040px;
    max-width: 960px;
    overflow: hidden;
  }
  .mosaique {
    display: none;
  }
  .photo_accueil {
    object-fit: cover;
  }
  .text-accueil {
    position: absolute;
    top: 35%;
    left: 10%;
    color: white;
    font-size: x-large;
  }
  .titre-accueil {
    color: #ff6710;
    font-size: 60px;
    letter-spacing: 0.3rem;
  }
  .bouton-orange {
    background-color: transparent;
    border: #ff6710, solid;
    border-color: #ff6710;
    color: #ff6710;
    margin-top: 20px;
  }
  .bouton-orange:hover {
    background: linear-gradient(to bottom right, #f5d08b, #ff6710);
    transition: 400ms;
    color: white;
  }
  .lien-bouton-orange {
    color: #ff6710;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-top: 5px;
    padding-right: 5px;
    display: block;
    border-color: #ff6710;
    border: solid;
    width: 400px;
    font-family: "bergen";
  }
  .lien-bouton-orange:hover {
    color: white;
    border-color: #ff6710;
    background-color: #ff6710;
  }
}

/*partie accueil responsive*/

/*chiffres Educattitude*/

.chiffres {
  background-color: black;
  color: white;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: 0px;
  font-family: "Antique";
  letter-spacing: 0.3rem;
  text-align: center;
}
.titre-educattitude {
  display: flex;
  justify-content: center;
  letter-spacing: 0.3rem;
  font-size: xx-large;
}
.chiffres-educattitude {
  display: grid;
  grid-template-rows: 100px 100px;
}
.chiffres-educattitude1 {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 2;
  grid-row: 1;
  font-size: 60px;
}
.chiffres-educattitude2 {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 3;
  grid-row: 1;
  font-size: 60px;
}
.chiffres-educattitude3 {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 4;
  grid-row: 1;
  font-size: 60px;
}
.chiffres-educattitude4 {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 2;
  grid-row: 2;
  font-family: "bergen";
}
.chiffres-educattitude5 {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 3;
  grid-row: 2;
  font-family: "bergen";
}
.chiffres-educattitude6 {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 4;
  grid-row: 2;
  font-family: "bergen";
}
/*chiffres Educattitude*/

/*mosaique avec liens*/

.lien-tuile1 {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 4;
  position: relative;
  text-align: left;
  z-index: 1;
}
.lien-tuile1:hover {
  transform: scale(1.02);
  transition: 500ms;
}
.image-tuile1 {
  position: absolute;
  z-index: -1;
  margin: auto;
  width: 100%;
  object-fit: cover;
}
.lien-tuile1 > img {
  width: 100%;
  height: 100%;
}
.texte-tuile1 {
  left: 10%;
  top: 85%;
  position: absolute;
  text-align: center;
  color: white;
}
.texte-tuile1 > p {
  margin-bottom: 0px;
}
.texte-tuile1 > h1 {
  margin-top: 0px;
  font-size: 40px;
  font-weight: lighter;
}
.lien-tuile2 {
  grid-row: 1;
  grid-column-start: 4;
  grid-column-end: 7;
  color: white;
  background-color: #ff6710;
}
.lien-tuile2:hover {
  transform: scale(1.1);
  transition: 500ms;
}
.texte-tuile2 {
  text-align: center;
  color: white;
  position: relative;
  top: 40%;
}
.texte-tuile2 > p {
  margin-bottom: 0px;
}
.texte-tuile2 > h1 {
  margin-top: 0px;
  font-size: 40px;
  font-weight: lighter;
}
.lien-tuile3 {
  display: flex;
  grid-row: 1;
  grid-column-start: 7;
  grid-column-end: 13;
  position: relative;
  text-align: right;
  font-family: "Antique";
  z-index: 1;
  overflow: hidden;
}
.lien-tuile3:hover {
  transform: scale(1.03);
  transition: 500ms;
}
.image-tuile3 {
  position: absolute;
  z-index: -99;
  object-fit: cover;
  overflow-y: hidden;
}
.lien-tuile3 > img {
  width: 100%;
  height: 130%;
}
.texte-tuile3 {
  right: 10%;
  top: 70%;
  position: absolute;
  text-align: center;
  color: white;
}
.texte-tuile3 > p {
  margin-bottom: 0px;
}
.texte-tuile3 > h1 {
  margin-top: 0px;
  font-size: 40px;
  font-weight: lighter;
}

.lien-tuile4 {
  display: flex;
  grid-row: 2;
  grid-column-start: 4;
  grid-column-end: 9;
  position: relative;
  text-align: right;
  font-family: "Antique";
  z-index: 1;
}
.lien-tuile4:hover {
  transform: scale(1.02);
  transition: 500ms;
}
.image-tuile4 {
  position: absolute;
  z-index: -1;
  margin: auto;
  width: 100%;
  object-fit: cover;
}
.lien-tuile4 > img {
  width: 100%;
  height: 100%;
}
.texte-tuile4 {
  right: 15%;
  top: 40%;
  position: absolute;
  text-align: center;
  color: white;
}
.texte-tuile4 > h1 {
  font-size: 40px;
  font-weight: lighter;
}
.lien-tuile5 {
  grid-row: 2;
  grid-column-start: 9;
  grid-column-end: 13;
  background-color: black;
  color: white;
  text-decoration: none;
}
.lien-tuile5:hover {
  transform: scale(1.1);
  transition: 500ms;
}
.texte-tuile5 {
  color: white;
  position: relative;
  top: 60%;
  right: 15%;
  text-align: right;
}
.texte-tuile5 > p {
  margin-bottom: 0px;
}
.texte-tuile5 > h1 {
  margin-top: 0px;
  font-size: 40px;
  font-weight: lighter;
}
/*mosaique avec liens*/

/*partie nos formations alias caroussel*/

.titre-formations {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 60px;
  font-family: "antique";
}
/*caroussel*/

/*caroussel*/
.nos-formations {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr;
  height: 1000px;
}
.nos-formations1 {
  display: flex;
  grid-column: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.texte-formations1,
.texte-formations2 {
  max-width: 672px;
  margin-left: 5%;
  margin-right: 5%;
  font-family: "antique";
  font-size: 20px;
}

.sous-titre-formation1,
.sous-titre-formation2 {
  font-family: "bergen";
  color: lightgrey;
  letter-spacing: 0.3rem;
}
.titre-formations1,
.titre-formations2 {
  font-size: 60px;
  max-width: 672px;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 1;
}
.titre-formations1 > p,
.titre-formations2 > p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-formation1 {
  width: 70%;
  height: 380px;
  object-fit: cover;
}
.image-formation2 {
  width: 70%;
  height: 380px;
  object-fit: cover;
}
.nos-formations2 {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: black;
  color: white;
}
.lien-nos-formations1,
.lien-nos-formations2 {
  text-decoration: none;
  color: #ff6710;
  border: #ff6710 solid;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-top: 10px;
  padding-right: 30px;
  font-family: "bergen";
  max-width: 300px;
  font-size: 20px;
  letter-spacing: 0.3rem;
}
.lien-nos-formations1:hover,
.lien-nos-formations2:hover,
.lien-reserve-formation:hover {
  color: white;
  border-color: #ff6710;
  background-color: #ff6710;
}
.consulter-formation {
  display: block;
  text-decoration: none;
  color: #ff6710;
  text-align: center;
  margin-top: 30px;
  font-family: "bergen";
  font-size: 30px;
  letter-spacing: 0.3rem;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}
.consulter-formation:hover {
  text-decoration: underline;
}

/*partie nos formations alias caroussel*/

/*partie nos formateurs*/

.nos-formateurs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
  font-family: "antique";
}
.img-formateur {
  width: 100%;
  height: 1000px;
}
.texte-nos-formateurs {
  margin-left: 20%;
  font-size: 20px;
  font-weight: lighter;
}
.texte-nos-formateurs > h1 {
  padding-top: 50%;
  font-size: 50px;
  font-weight: lighter;
}
.texte-nos-formateurs > p {
  font-weight: lighter;
}
.lien-nos-formateurs {
  color: #ff6710;
  width: 370px;
  text-decoration: underline;
  transform: scale(1.03);
  transition: 500ms;
  font-size: 20px;
  font-family: "bergen";
  font-weight: lighter;
  letter-spacing: 0.3rem;
}
.lien-nos-formateurs:hover {
  font-size: 21px;
  transition: 500ms;
}

/*partie nos formateurs*/

/*brochure et calendrier*/

.brochure {
  position: relative;
  height: 700px;
  overflow: hidden;
}

.img-brochure {
  object-fit: cover;
  width: 100%;
  z-index: -1;
  height: 130%;
  overflow-y: hidden;
}
.titre-brochure {
  position: absolute;
  color: white;
  font-size: x-large;
  text-align: center;
  width: 100%;
  top: 25%;
  font-family: "Antique";
  font-size: 50px;
  letter-spacing: 0.3rem;
}
.texte-brochure {
  position: absolute;
  top: 40%;
  color: white;
  font-size: large;
  font-family: "Antique";
  text-align: center;
  margin-left: 15%;
  margin-right: 15%;
}
.liens-brochure-et-calendrier {
  display: flex;
  justify-content: space-around;
  position: absolute;
  top: 55%;
  width: 100%;
  font-family: "bergen";
  font-weight: lighter;
  font-size: 20px;
}
.lien-brochure {
  color: white;
  border-color: white;
  border: solid;
  width: 380px;
  text-align: center;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: 20%;
}
.lien-calendrier {
  color: white;
  border-color: white;
  border: solid;
  width: 380px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: 20%;
  margin-left: 1%;
}
.lien-calendrier:hover,
.lien-brochure:hover {
  background-color: white;
  color: black;
  border-color: white;
}

/*brochure et calendrier*/

/*footer*/

.footer {
  background-color: black;
  height: 400px;
}

.logo-blanc {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 70px;
}

.Logo-Educattitude-blanc {
  width: 220px;
}
.icones {
  display: flex;
  width: 100%;
  justify-content: center;
  color: white;
  margin-top: 20px;
}
.icone-instagram {
  margin-left: 2%;
  text-decoration: none;
  color: white;
}
.icone-facebook {
  margin-right: 2%;
  text-decoration: none;
  color: white;
}
.liens-footer {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 60px;
  font-family: "Bergen";
  letter-spacing: 0.1rem;
  font-weight: lighter;
}
.liens-footer > a {
  color: white;
}
.liens-footer > a:hover {
  text-decoration: underline;
  transform: scale(1.02);
  transition: 500ms;
}
.icone-facebook:hover,
.icone-instagram:hover {
  transform: scale(1.2);
  transition: 300ms;
}
/*footer*/

/*page calendrier et brochure*/

.calendrier-et-brochure {
  position: relative;
  font-family: "Antique";
  height: 900px;
  margin-bottom: 30px;
}
.img-calendrier1 {
  object-fit: cover;
  width: 100%;
  height: 600px;
}
.text-brochure-et-calendrier {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ff6710;
  text-align: center;
  top: 15%;
  width: 100%;
  margin-right: 10%;
  letter-spacing: 0.3rem;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 100;
}

.text-brochure-et-calendrier > p {
  color: white;
}

.calendrier-et-brochure-grid {
  position: absolute;
  /*display: grid;*/
  display: block;
  grid-template-columns: 0.3fr 1fr 1fr 0.3fr;
  grid-template-rows: auto;
  top: 40%;
  width: 100%;
  z-index: 99;
}
.calendrier2,
.brochure2 {
  background-color: white;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.brochure2 > p,
.calendrier2 > p {
  margin-left: 20%;
  margin-right: 20%;
  font-size: 17px;
}
.brochure2 > h1,
.calendrier2 > h1 {
  margin-top: 40px;
  color: #ff6710;
  font-family: "bergen";
  font-weight: 100;
  font-size: 22px;
  letter-spacing: 0.2rem;
}
.brochure2 {
  grid-column: 2;
  padding-bottom: 20px;
}
.calendrier2 {
  grid-column: 3;
}
.lien-dl-brochure,
.lien-voir-calendrier {
  text-decoration: none;
  color: white;
  margin-top: 30px;
  margin-right: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-top: 20px;
  padding-right: 30px;
  font-family: "bergen";
  font-size: 15px;
  letter-spacing: 0.3rem;
  font-weight: lighter;
  text-align: center;
}
.lien-dl-brochure {
  background-color: #ff6710;
  border: #ff6710 solid;
}
.lien-voir-calendrier {
  background-color: black;
  border: black solid;
}
.lien-dl-brochure:hover {
  background-color: white;
  color: #ff6710;
}
.lien-voir-calendrier:hover {
  background-color: white;
  color: black;
}
.tarif-infos {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 8%;
  margin-left: 8%;
  text-align: justify;
}
.tarif-infos > h1 {
  margin-top: 10%;
  margin-bottom: 30px;
  color: #ff6710;
  font-family: "bergen";
  font-weight: 100;
  font-size: 22px;
  letter-spacing: 0.2rem;
}
.trouver-votre-formation {
  position: relative;
  font-family: "Antique";
  height: 500px;
  overflow: hidden;
  margin-bottom: 30px;
  margin-right: 8%;
  margin-left: 8%;
}
.text-trouver-formation {
  position: absolute;
  color: white;
  text-align: center;
  top: 10%;
  left: 10%;
  margin-right: 10%;
}
.text-trouver-formation > a {
  letter-spacing: 0.3rem;
  color: white;
}
.img-calendrier2 {
  object-fit: cover;
  width: 100%;
}
.texte-trouver-formation {
  margin-bottom: 60px;
}

.lien-decouvrir-formation {
  text-decoration: none;
  color: white;
  border: white solid;
  margin-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-top: 20px;
  padding-right: 30px;
  font-family: "bergen";
  font-size: 15px;
  letter-spacing: 0.3rem;
  font-weight: lighter;
}
.lien-decouvrir-formation:hover {
  color: black;
  background: white;
}

/*end page calendrier et brochure*/

/*page */

.contenu-page {
  text-align: center;
  margin-top: 10px;
  margin: 30px;
  font-size: 24px;
}

.texte-page {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-align: center;
  top: 170px;
  width: 100%;
  margin-right: 10%;
  letter-spacing: 0.3rem;
  font-size: 20px;
  font-weight: 100;
}

.texte-page h1 {
  color: #ff6710;
}

.page-complete {
  position: relative;
  font-family: "Antique";
  margin-bottom: 30px;
}

/* end page */

/*page mentions légales et confidentialité*/

.confidentialite {
  text-align: justify;
  margin: 40px;
  font-size: 18px;
}

.confidentialite p {
  padding-bottom: 20px;
}

.mentions-legales {
  text-align: center;
  font-size: 22px;
}

/*page mentions légales*/

/*page qui sommes nous*/

.nos-champs-daction-grid {
  position: absolute;
  display: grid;
  grid-template-columns: 0.37fr 1fr 1fr 1fr 0.37fr;
  grid-template-rows: repeat(3, auto);
  top: 40%;
  width: 100%;
  z-index: 1;
  justify-items: center;
  margin-bottom: 30px;
}
.texte-champs-daction {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row: 1;
  background-color: white;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 8%;
  text-align: center;
  padding-bottom: 30px;
  font-size: 18px;
}
.titre-champs-daction {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row: 2;
  background-color: white;
  width: 100%;
  letter-spacing: 0.2rem;
}
.titre-champs-daction > h1 {
  margin-top: 0%;
  margin-bottom: 0%;
  color: #ff6710;
}
.titre-champs-daction > p {
  margin-top: 0%;
  margin-bottom: 5%;
  font-size: 20px;
}
.aritistique {
  grid-column: 2;
  grid-row: 3;
  background-color: #ff6710;
}
.technique {
  grid-column: 3;
  grid-row: 3;
  background-color: black;
}

.relations-humaines {
  grid-column: 4;
  grid-row: 3;
  background-color: lightgrey;
}
.relations-humaines,
.technique,
.aritistique {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  font-family: "Bergen";
  font-weight: 100;
  height: 310px;
  width: 355px;
}
.relations-humaines > p,
.technique > p,
.aritistique > p {
  margin-left: 10%;
  margin-right: 10%;
}
.marge {
  height: 210px;
}
/*notre démarche*/

.img-acc-coiffure-orange {
  width: 100%;
  height: 1000px;
}

.demarche {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  height: 1000px;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 80px;
  text-align: left;
  font-family: "antique";
}

.img-formateur {
  width: 100%;
  height: 300px;
}

.titre-demarche {
  padding-top: 25%;
  margin-left: 20%;
  font-size: 20px;
  font-weight: lighter;
}

.titre-demarche > h1,
.titre-demarche > h2 {
  color: #ff6710;
}
.titre-demarche > h1 {
  font-size: 50px;
}
.sous-titre-adaptabilite > h2,
.sous-titre-proximite > h2,
.sous-titre-assistance > h2 {
  margin-bottom: 0px;
  margin-top: 0px;
  color: #ff6710;
}
.sous-titre-adaptabilite > p,
.sous-titre-proximite > p,
.sous-titre-assistance > p {
  margin-top: 0px;
  margin-bottom: 30px;
}

/*notre démarche*/

/*proposition de servives*/

.propositions-de-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  margin-top: 150px;
  font-family: "antique";
  font-weight: lighter;
}
.titre-proposition-service {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 1;
  background-color: white;
  width: 100%;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
}
.titre-proposition-service > h1 {
  color: #ff6710;
  margin-bottom: 0px;
  font-size: 50px;
}
.titre-proposition-service > p {
  margin-top: 0px;
  font-size: 20px;
  font-size: 20px;
}
.propositions-de-services-gauche {
  grid-row: 2;
  grid-column: 1;
  text-align: center;
  background-color: black;
}

.propositions-de-services-droite {
  grid-row: 2;
  grid-column: 2;
  text-align: center;
  background-color: #ff6710;
}
.propositions-de-services-gauche,
.propositions-de-services-droite {
  padding-top: 15%;
  padding-bottom: 15%;
}
.propositions-de-services-gauche > h2 {
  color: #ff6710;
}
.propositions-de-services-droite > h2,
.propositions-de-services-gauche > h2 {
  margin-left: 20%;
  margin-right: 20%;
  font-family: "Bergen";
}
.propositions-de-services-gauche > p,
.propositions-de-services-droite > p {
  color: white;
  margin-left: 18%;
  margin-right: 18%;
  font-size: 20px;
}
/*proposition de servives*/

/*page qui sommes nous*/

/*page certifications*/

.certifications {
  position: absolute;
  display: grid;
  grid-template-columns: 0.37fr 1fr 1fr 1fr 0.37fr;
  grid-template-rows: repeat(2, auto);
  top: 40%;
  width: 100%;
  justify-items: center;
  margin-bottom: 30px;
}
.texte-certifications {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row: 1;
  background-color: white;
  text-align: center;
  padding-top: 50px;
}
.texte-certifications > h1 {
  padding-left: 20%;
  padding-right: 20%;
  font-size: 40px;
}
.texte-certifications > p {
  padding-left: 12%;
  padding-right: 12%;
  font-size: 18px;
}
.logos-formation {
  display: flex;
  flex-flow: row nowrap;
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row: 2;
  padding-bottom: 50px;
}
.icone-certification1,
.icone-certification2 {
  height: 100px;
}
.icone-certification1 {
  margin-right: 50px;
  margin-left: 150px;
}
.separation {
  height: 200px;
}

/*page certifications*/

/*page formation*/

/*collection-automne*/

.collection-automne {
  background-color: black;
  color: white;
  font-family: "antique";
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 5%;
  font-weight: 100;
}
.collection-automne > h1 {
  color: #ff6710;
  font-size: 40px;
  line-height: 2.2rem;
  letter-spacing: 0.3rem;
  margin-top: 0px;
}
.collection-automne > h3 {
  margin-bottom: 0px;
  font-size: 15px;
  letter-spacing: 0.1rem;
}
.collection-automne > p {
  line-height: 1.2rem;
}
.info-formation {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: space-around;
  font-family: "bergen";
  font-size: 13px;
  letter-spacing: 0.1rem;
  margin-top: 60px;
  padding-bottom: 20px;
}
/*collection-automne*/

/* MODALITÉS DE SUIVI ET D’EXÉCUTION DE LA FORMATION*/

.modalites {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, auto);
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 80px;
  margin-bottom: 80px;
  column-gap: 60px;
}
.texte-modalites > h3 {
  color: lightgrey;
  letter-spacing: 0.2rem;
  font-size: 20px;
  font-family: "bergen";
}
.texte-modalites > p {
  letter-spacing: 0.05rem;
  font-size: 18px;
}
.img-formateur {
  width: 100%;
  grid-column: 1;
  grid-row: 1;
}
.taux-de-satifaction {
  grid-column: 1;
  grid-row: 2;
}
.taux-de-satifaction-chiffre {
  grid-column: 1;
  grid-row: 3;
  color: #ff6710;
  font-size: 25px;
}
.tarif {
  grid-column: 2;
  grid-row: 2;
}
.tarif,
.taux-de-satifaction {
  color: lightgray;
  font-size: 12px;
  margin-top: 80px;
}
.tarif-prix {
  grid-column: 2;
  grid-row: 3;
  font-size: 25px;
}
.tarif-prix,
.tarif,
.taux-de-satifaction-chiffre,
.taux-de-satifaction {
  text-align: center;
  letter-spacing: 0.2rem;
  font-family: "bergen";
}
.box-lien-reserve-formation {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.lien-reserve-formation {
  text-decoration: none;
  color: #ff6710;
  border: #ff6710 solid;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-top: 10px;
  padding-right: 30px;
  font-family: "bergen";
  font-size: 20px;
  letter-spacing: 0.3rem;
  margin-bottom: 70px;
}
/* MODALITÉS DE SUIVI ET D’EXÉCUTION DE LA FORMATION*/

/* le formateur */
.texte-le-formateur {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  top: 15%;
  width: 100%;
  margin-right: 10%;
  letter-spacing: 0.3rem;
  font-size: 20px;
  line-height: 0.3;
  font-weight: 100;
  color: white;
}
.texte-le-formateur > h3 {
  color: #ff6710;
}
.texte-le-formateur > h1 {
  font-size: 60px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.texte-le-formateur > p {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.formateur-cadre {
  position: absolute;
  top: 40%;
  display: grid;
  grid-template-columns: 0.37fr 1fr 1fr 1fr 0.37fr;
  grid-template-rows: repeat(4, auto);
}
.img-EricLeturgie {
  height: 180%;
  object-fit: cover;
  width: 100%;
}
.formateur-img {
  background-color: white;
  grid-column: 2;
  grid-row-start: 1;
  grid-row-end: 4;
  padding-top: 60px;
  padding-left: 100px;
  height: 300px;
}
.icone-enveloppe {
  grid-column: 3;
  grid-row: 3;
  padding-left: 60px;
}
.icone-telephone {
  grid-column: 4;
  grid-row: 3;
  padding-left: 0px;
}
.icone-telephone,
.icone-enveloppe {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background-color: white;
  color: gray;
  font-family: "bergen";
  letter-spacing: 0.2rem;
  font-size: 12px;
  width: fit-content;
}
.icone-telephone > p,
.icone-enveloppe > p {
  margin-left: 10px;
}

/* le formateur */

/*Ces formations peuvent vous intéresser*/

.formations-interet-titre {
  text-align: center;
  background-color: black;
  color: white;
  padding-top: 40px;
  padding-bottom: 30px;
  font-family: "antique";
  letter-spacing: 0.2rem;
  font-size: 40px;
  font-weight: lighter;
}
/*caroussel*/

.vignettes-nouvelle-collection {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  background-color: black;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 70px;
}
.img-vignettes-nouvelle-collection1 > img,
.img-vignettes-nouvelle-collection2 > img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}
.vignettes-nouvelle-collection1,
.vignettes-nouvelle-collection2 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  font-family: "antique";
  padding-bottom: 40px;
  width: 349px;
}
.vignettes-nouvelle-collection1 {
  margin: 2%;
}
.vignettes-nouvelle-collection2 {
  margin-right: 12%;
}
.texte-vignettes-nouvelle-collection1,
.texte-vignettes-nouvelle-collection2 {
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}
.lien-vignette-nouvelle-collection-1,
.lien-vignette-nouvelle-collection-2,
.liens-vers-profil {
  text-decoration: none;
  color: #ff6710;
  font-family: "bergen";
  font-weight: lighter;
}
.lien-vignette-nouvelle-collection-1:hover,
.lien-vignette-nouvelle-collection-2:hover,
.liens-vers-profil:hover {
  text-decoration: underline;
}
/*caroussel*/

/*Ces formations peuvent vous intéresser*/

/*page formation*/

/*page formateurs*/
.formations-du-formateur {
  color: #ff6710;
  text-align: center;
  padding-top: 8%;
  padding-bottom: 30px;
  font-family: "antique";
  letter-spacing: 0.2rem;
  font-size: 40px;
  font-weight: lighter;
}
.vignettes-formations-du-formateur {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 90px;
}
/*page formateurs*/

/*page tous les formateurs*/

.les-formateurs-texte {
  position: relative;
  font-family: "Antique";
  height: 300px;
  margin-bottom: 30px;
  background-color: black;
  color: white;
  text-align: center;
  padding-right: 20%;
  padding-left: 20%;
  padding-top: 8%;
  font-family: "antique";
  font-weight: 100;
  z-index: -2;
}
.les-formateurs-texte > h1 {
  color: #ff6710;
  font-size: 50px;
  letter-spacing: 0.5rem;
}
.les-formateurs-texte > p {
  font-size: 20px;
}
.vignettes-les-formateurs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  width: 80%;
  z-index: 1;
  background-color: white;
  margin-left: 10%;
  top: 60%;
  column-gap: 4%;
  text-align: center;
  padding-top: 80px;
}
.vignette-les-formateurs {
}
.vignette-les-formateurs {
  height: 450px;
}
.vignette-les-formateurs > img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-left: 2%;
}
.vignette-les-formateurs > h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "antique";
  letter-spacing: 0.2rem;
}
.vignette-les-formateurs > p {
  color: gray;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "antique";
}
.vignette-les-foramteurs-1 {
}
.vignette-les-foramteurs-1 {
  height: 450px;
}
.vignette-les-foramteurs-1 > img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-left: 2%;
}
.vignette-les-foramteurs-1 > h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "antique";
  letter-spacing: 0.2rem;
}
.vignette-les-foramteurs-1 > p {
  color: gray;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "antique";
}
.separation2 {
  height: 800px;
}
.liens-vers-profil {
  color: #ff6710;
}
.icones-contact-formateurs {
  margin-top: 0px;
  color: gray;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  padding-left: 45%;
  padding-right: 45%;
  margin-bottom: 10px;
}

/*page tous les formateurs*/

/*page toutes les formations*/
.toutes-les-formatitions-texte {
  background-color: black;
  position: relative;
  padding-top: 80px;
  padding-bottom: 200px;
}
.toutes-les-formatitions-texte > p,
.toutes-les-formatitions-texte > h3,
.toutes-les-formatitions-texte > h1 {
  text-align: center;
}
.toutes-les-formatitions-texte > p,
.toutes-les-formatitions-texte > h3 {
  color: white;
}
.toutes-les-formatitions-texte > p,
.toutes-les-formatitions-texte > h1 {
  font-weight: lighter;
  font-family: "antique";
}
.toutes-les-formatitions-texte > h1 {
  color: #ff6710;
  letter-spacing: 0.2rem;
  margin-top: 5px;
  line-height: 2.2rem;
  font-size: 40px;
}
.toutes-les-formatitions-texte > h3 {
  font-family: "bergen";
  font-size: 10px;
  letter-spacing: 0.2rem;
  margin-bottom: 0px;
  font-weight: lighter;
}
.toutes-les-formatitions-texte > p {
  margin-left: 35%;
  margin-right: 35%;
  font-size: 14px;
}

.vignettes-formations {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: auto auto auto auto;
  z-index: 1;
  background-color: white;
  margin-left: 10%;
  margin-right: 10%;
  top: 45%;
  column-gap: 4%;
  row-gap: 2%;
  text-align: center;
  /*padding-top: 100px;*/
  padding-left: 20px;
  padding-right: 20px;
}
.texte-trie {
  grid-column-start: 1;
  grid-column-end: 10;
  grid-row: 1;
  padding-top: 20px;
  color: lightgrey;
  font-family: "bergen";
  letter-spacing: 0.2rem;
}
select {
  text-decoration: none;
  border: none;
  border-bottom: 1px black solid;
  background-color: white;
  padding-bottom: 25px;
  appearance: none;
  letter-spacing: 0.2rem;
  font-size: 22px;
  font-family: "antique";
}
.form-select1 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row: 2;
}
.form-select2 {
  grid-column-start: 6;
  grid-column-end: 10;
  grid-row: 2;
}
.vignette-les-formations-1 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row: 3;
}
.vignette-les-formations-2 {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row: 3;
}
.vignette-les-formations-3 {
  grid-column-start: 7;
  grid-column-end: 10;
  grid-row: 3;
}
.vignette-les-formations-4 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row: 4;
}
.vignette-les-formations-5 {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row: 4;
}
.vignette-les-formations-6 {
  grid-column-start: 7;
  grid-column-end: 10;
  grid-row: 4;
}
.vignette-les-formations {
  height: auto;
}
.vignette-les-formations > img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.vignette-les-formations > h3 {
  font-family: "bergen";
  color: grey;
  margin-bottom: 0px;
  letter-spacing: 0.2rem;
}
.vignette-les-formations > h1 {
  font-family: "antique";
  line-height: 2rem;
  margin-top: 5px;
}
.vignette-les-formations > p {
  font-family: "antique";
  line-height: 1rem;
  margin-left: 3%;
  margin-right: 3%;
}
.lien-en-savoir-plus {
  font-family: "bergen";
  border: #ff6710 solid;
  color: #ff6710;
  font-size: 12px;
  padding: 15px 20px 15px 20px;
  display: inline-block;
}
.lien-en-savoir-plus:hover {
  color: white;
  background-color: #ff6710;
}
.separation3 {
  height: 1250px;
  z-index: 1;
}

/*page toutes les formations*/

@media screen and (min-width: 960px) {
  .mosaique {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: repeat(12, 1fr);
    max-width: 1920px;
    height: 900px;
    font-family: "Antique";
    overflow: hidden;
    line-height: 1;
    text-decoration: none;
  }

  .formateur-texte {
    grid-column-start: 3;
  }
}

@media (max-width: 480px) {
  body,
  html {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .accueil,
  .chiffres,
  .mosaique,
  .nos-formations,
  .nos-formateurs,
  .brochure {
    width: 100%;
  }

  .formateur-img {
    display: none;
  }
  .formateur-texte {
    grid-column-start: 2;
  }

  .texte-le-formateur {
    line-height: 1;
  }

  .page-sous-titre > a {
    display: none;
  }

  .accueil {
    flex-direction: column;
    align-items: center;
  }

  .text-accueil {
    font-size: 14px;
    text-align: center;
  }

  .titre-accueil p {
    font-size: 24px;
  }

  .lien-bouton-orange p {
    font-size: 14px;
  }

  .chiffres-educattitude {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .chiffres-educattitude div {
    font-size: 14px;
    text-align: center;
  }

  .mosaique {
    display: none;
    flex-direction: column;
  }

  .texte-trouver-formation {
    display: none;
  }

  .lien-decouvrir-formation {
    display: none;
  }

  .lien-tuile1,
  .lien-tuile2,
  .lien-tuile3,
  .lien-tuile4,
  .lien-tuile5 {
    width: 100%;
    height: auto;
  }

  .titre-formations p {
    font-size: 24px;
  }

  .nos-formations {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nos-formations1,
  .nos-formations2 {
    width: 100%;
  }

  .titre-formations1,
  .titre-formations2 {
    font-size: 18px;
  }

  .texte-formations1,
  .texte-formations2 {
    font-size: 14px;
  }

  .lien-nos-formations1,
  .lien-nos-formations2 {
    font-size: 14px;
  }

  .consulter-formation {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
  }

  .nos-formateurs {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .texte-nos-formateurs h1 {
    font-size: 24px;
  }

  .texte-nos-formateurs p {
    font-size: 14px;
  }

  .lien-nos-formateurs {
    font-size: 14px;
  }

  .titre-brochure {
    font-size: 24px;
  }

  .texte-brochure {
    font-size: 14px;
  }

  .liens-brochure-et-calendrier {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .lien-brochure,
  .lien-calendrier {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}
/* cancun */

.banniere-img {
  position: relative;
  font-family: "Antique";
  margin: 0 auto;
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
}
#banner {
  position: relative;
  overflow: hidden;
}
.banner-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 385px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 35px;
  cursor: pointer;
  z-index: 2;
}

.prev-arrow {
  left: 20px;
}

.next-arrow {
  right: 20px;
}
#banner .arrow {
  position: absolute;
}
#banner .arrow_left {
  left: 10px;
}
#banner .arrow_right {
  right: 10px;
}
.dots {
  position: absolute;
  bottom: 40px;
  display: flex;
  z-index: 2;
  transform: translateX(-50%);
  left: 50%;
}
.dot {
  margin-inline: 5px;
  width: 13px;
  height: 13px;
  background-color: #ffffff00;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.dot.active {
  background-color: #fff;
}

/* canet */
.img-canet {
  position: relative;
  font-family: "Antique";
  overflow: hidden;
  margin-bottom: 30px;
  margin-right: 8%;
  margin-left: 8%;
}
.banner-canet-img {
  display: block;
  margin: 0 auto;
}
.audio-image {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  margin-top: 20px;
  background-image: url('../images/canet/bande-sonore.png');
  cursor: pointer;
  background-size: cover;
}
.texte-page-canet {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-align: center;
  top: 170px;
  width: 100%;
  margin-right: 10%;
  letter-spacing: 0.3rem;
  font-size: 20px;
  font-weight: 100;
}
.texte-page-canet h1 {
  color: #ff6710;
}
@media (max-width: 480px) {
  .texte-page-canet {
    top: 70px;
  }
  .dots {
    bottom: 6px;
  }
}
