@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
*, ::before, ::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

body {
  width: 100%;
  height: 100vh;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  /*background: url(../images/structure/background/baywatch.jpg) no-repeat fixed;*/
  background-size: cover;
  display: flex;
  flex-direction: column;
}

#clear {
  clear: both;
}

footer {
  flex-shrink: 0;
  width: 100%;
}

.mainMenu {
  align-items: center;
  /*position: absolute;*/
  height: 10vh;
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  transition: all 0.2s;
  background-color: #fff;
}
.mainMenu a {
  color: #bbb;
}
.mainMenu .logo {
  font-size: 2em;
  padding: 5px 0;
  justify-content: center;
  align-items: center;
  z-index: 6;
}
.mainMenu .logo img {
  width: 100%;
  max-width: 350px;
  height: 100%;
  max-height: 70px;
}
@media screen and (max-width: 500px) {
  .mainMenu .logo img {
    max-width: 300px;
  }
}
@media screen and (max-width: 380px) {
  .mainMenu .logo img {
    max-width: 230px;
  }
}
.mainMenu .menu-reduit {
  display: none;
  width: 35px;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 4;
}
.mainMenu .mainMenu-links ul {
  display: flex;
  width: 100%;
  margin-right: 25px;
}
.mainMenu .mainMenu-links ul li {
  display: flex;
  margin: 0 5px;
  padding: 10px 15px;
  text-align: center;
  align-items: center;
}
.mainMenu .mainMenu-links ul li.active {
  font-weight: 600;
}

.btn-eleve {
  /*padding:0 25px;*/
  border-radius: 25px;
  background-color: #045398;
}
.btn-eleve:hover {
  background-color: #5dbaed;
}
.btn-eleve a {
  color: #fff;
}
.btn-eleve a:hover {
  text-decoration: none;
}

@media screen and (max-width: 970px) {
  .mainMenu {
    margin: 0;
    padding: 20px;
  }
  .mainMenu a {
    color: #fff;
  }
  .mainMenu .mainMenu-links {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cccccc;
    backdrop-filter: blur 7px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -100%;
    transition: all 0.5s ease;
    z-index: 2;
  }
  .mainMenu .mainMenu-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .mainMenu .mainMenu-links ul li {
    margin: 15px 0;
    display: block;
    font-size: 0.9em;
  }
  .mainMenu .mainMenu-links ul li:hover {
    /*background-color: #fff;*/
  }
  .mainMenu .menu-reduit {
    display: block;
  }

  .mainMenu-links.mobile-menu {
    margin-left: 0;
  }

  .wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 1300px) {
  .mainMenu .mainMenu-links ul li {
    padding: 10px 10px;
    font-size: 0.9em;
  }
}
section {
  flex: 1 0 auto;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  background-color: #fff;
}

.content {
  margin: 0 auto;
  max-width: 1280px;
  line-height: 25px;
  padding: 25px 15px;
  overflow: hidden;
  position: relative;
}
.content h1 {
  font-size: 2.6em;
  margin: 0 0 30px 0;
}
.content h3 {
  color: #045398;
  margin: 10px 0 30px 0;
  font-size: 2em;
  line-height: 1.4em;
  font-family: "Arvo", serif;
  display: block;
}

@media screen and (max-width: 700px) {
  .content-tableau {
    overflow-x: auto;
    scrollbar-width: auto;
  }
}
.entete-page {
  background-size: cover;
  background-position: center;
  height: 320px;
  display: flex;
  /*justify-content: space-around;
  align-content: center;
  flex-wrap: wrap;*/
  margin: 0 0 25px 0;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.entete-page h1 {
  color: #fff;
  font-size: 2.6em;
  margin: 50px 0 15px 0;
}
.entete-page .sous-titre {
  font-size: 1em !important;
  margin: 5px 0 15px 0;
}
.entete-page button {
  padding: 15px 35px;
  border: none;
  margin: 15px 15px;
  background: none;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 0.9em;
  color: #fff;
  cursor: pointer;
}
.entete-page button:hover {
  background-color: #5dbaed;
}
.entete-page button a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .entete-page {
    min-height: 400px;
  }
  .entete-page h1 {
    text-align: center;
  }
  .entete-page p {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .btn-contact-section {
    display: none;
  }
}
.share_facebook, .share_twitter, .share_linkedin {
  border: none;
}

/* partie Ariane ============================ */
.ariane {
  display: block;
  margin: 25px 0 50px 90px;
  font-size: 0.9em;
}
.ariane a {
  text-decoration: none;
  margin: 0 15px;
  color: #55acee;
}

@media screen and (max-width: 900px) {
  .ariane {
    margin-left: 10px;
  }
}
/* Partie Construction Page ===============  */
.prelude-element {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 35px 0;
  /*background: url(../images/structure/label_qualite.jpg) top left no-repeat;*/
}

.prelude-element-text {
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
.prelude-element-text h1 {
  font-size: 2em;
  margin: 30px 0;
}
.prelude-element-text h2 {
  font-size: 1.2em;
  margin: 30px 0;
}
.prelude-element-text ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.prelude-element-text ul li {
  display: flex;
  flex-direction: column;
  padding: 0 80px;
  flex: 1 1 0;
  /*align-items: center;*/
}
.prelude-element-text ul li img {
  width: 100%;
  max-width: 700px;
  align-items: center;
}
.prelude-element-text ul li a {
  background-color: #5dbaed;
  padding: 10px 15px;
  border-radius: 25px;
  color: #fff;
  margin: 15px 0;
  transition: all 0.3s;
  text-align: left;
}
.prelude-element-text ul li a:hover {
  background-color: #045398;
  padding: 10px 35px;
}

@media screen and (max-width: 900px) {
  .prelude-element-text ul {
    flex-direction: column;
  }
  .prelude-element-text ul li {
    padding: 0 15px;
    align-items: center;
  }
  .prelude-element-text ul li img {
    width: 60%;
  }
}
.choix-permis {
  margin: 15px 0;
}
.choix-permis ul {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.choix-permis ul li {
  margin: 5px;
  background-color: #55595d;
  color: #fff;
  padding: 15px;
  font-size: 0.9em;
  border-radius: 5px;
  flex: 1 1;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  align-content: center;
  justify-content: center;
}
.choix-permis ul li:hover {
  background-color: #5dbaed;
}
.choix-permis ul li a {
  color: #fff;
}

@media screen and (max-width: 900px) {
  .choix-permis ul {
    flex-direction: column;
  }
}
.carte-element {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 55px 0 85px 0;
  background: url(../images/structure/bg_carte.png) bottom center no-repeat, linear-gradient(#5ebcee, #045398);
  background-size: contain;
}

.carte-element-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
  align-items: center;
  color: #fff;
}
.carte-element-text h3 {
  font-size: 1.6em;
  margin: 15px 0;
}
.carte-element-text ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.carte-element-text ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 35px;
  flex: 1 0;
}

@media screen and (max-width: 900px) {
  .carte-element-text {
    padding: 25px 15px;
  }
  .carte-element-text ul {
    flex-direction: column;
  }
}
.equipe-element {
  display: flex;
  flex-direction: row;
  width: 100%;
  background: #fee89d;
  margin: 0;
  padding: 0;
}

.equipe-element-text {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
}
.equipe-element-text ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  padding: 0 15px;
  margin: 0;
}
.equipe-element-text ul li {
  display: flex;
  flex-direction: column;
  line-height: 30px;
  font-size: 1em;
  justify-content: center;
  align-items: flex-start;
}
.equipe-element-text ul li a {
  display: block;
  margin: 15px 0;
  background-color: #f3c865;
  padding: 5px 20px;
  color: #fff;
  border-radius: 25px;
}
.equipe-element-text ul li h3 {
  font-size: 1.4em;
  margin: 0 0 15px 0;
}
.equipe-element-text img {
  max-width: 550px;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .equipe-element-text {
    padding: 25px 15px 0 15px;
  }
  .equipe-element-text ul {
    flex-direction: column;
  }
}
.label-element {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #fff;
  margin: 0;
  padding: 35px 0;
}

.label-element-text {
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
}
.label-element-text ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}
.label-element-text ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.label-element-text ul li img {
  max-width: 200px;
}

@media screen and (max-width: 900px) {
  .label-element-text {
    padding: 25px 15px;
  }
  .label-element-text ul {
    flex-direction: column;
  }

  img {
    width: 100%;
  }
}
.engagement-element {
  display: flex;
  width: 100%;
  /*background: url(../images/structure/bg_engagement.png) top center no-repeat, #e8f5ff;*/
  background-size: contain;
  margin: 0;
  padding: 75px 0;
}
.engagement-element h2, .engagement-element h3 {
  margin-bottom: 10px;
}

.engagement-element-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
}
.engagement-element-text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 25px 0;
}
.engagement-element-text ul li {
  /*width: 100%; */
  width: 540px;
  min-height: 120px;
  padding: 25px;
  color: #8d8b8b;
}
.engagement-element-text ul li h3 {
  color: #424242;
  margin-bottom: 15px;
}
.engagement-element-text ul li p {
  line-height: 1.6em;
}
.engagement-element-text ul li img {
  max-width: 100px;
  padding: 15px;
}

@media screen and (max-width: 900px) {
  .engagement-element-text {
    padding: 25px 15px;
  }
}
.introdution-page ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.forfait-etudiant {
  width: 100%;
}
.forfait-etudiant ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.forfait-etudiant ul li {
  margin: 15px;
  padding: 15px;
  background: linear-gradient(#8bcafa, #55acee);
  border-radius: 5px;
  text-align: center;
  font-size: 1em;
  transition: all 0.2s;
  flex: 1 1 0;
  /* &:hover{
     font-size: 1.2em;
     padding: 20px;
   }*/
}
.forfait-etudiant ul li ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.forfait-etudiant ul li ul li {
  text-align: left;
  background: none;
  margin: 0 0 5px 0;
  padding: 0 0 0 25px;
}
.forfait-etudiant ul li h4 {
  color: #fff;
  font-size: 1.8em;
  line-height: 1.6em;
  margin: 0 0 15px 0;
}

.tarif-element {
  font-size: 1.8em;
  color: #fff;
  font-weight: 400;
  margin: 15px 0;
}

.exception-element {
  font-size: 0.8m;
  color: #3B5998;
  font-style: italic;
}

.validite-element {
  font-size: 1em;
  color: #414141;
  font-weight: 400;
  margin: 15px 0;
}

.renseignement-element {
  font-size: 1.1em;
  color: #3B5998;
  margin: 15px 0;
}
.renseignement-element a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 25px;
}

.information-element {
  font-size: 1.8em;
  background-color: #f5efef;
  padding: 85px;
  margin: 25px 0;
  border-radius: 30px;
  border-left: 5px solid #4293f0;
  /*box-shadow: 5px 5px 17px -6px #4293f0;*/
}

@media screen and (max-width: 900px) {
  .forfait-etudiant ul {
    flex-direction: column;
  }

  .information-element {
    padding: 35px;
  }
}
.introduction-element {
  font-size: 1.6em;
  line-height: 1.4em;
  color: #576575;
  font-weight: 400;
  margin: 15px 0;
}

/* Tableau récapitulatif ======================*/
.tableau-recap {
  border-radius: 25px;
}
.tableau-recap tr {
  background: #fefefe;
}
.tableau-recap tr:nth-child(odd) {
  background: #ddd;
}
.tableau-recap tr td {
  padding: 12px;
  font-size: 1.1em;
  color: #555;
}

.link-information {
  background-color: #045398;
  color: #fff;
  padding: 10px 50px;
  border-radius: 35px;
  display: block;
  transition: all 0.3s;
  display: inline-block;
}
.link-information:hover {
  background-color: #51A9F7;
  padding: 10px 30px;
  border-radius: 55px;
  color: #fff;
}

/* condition-access-forfait ===================*/
.condition-access-forfait {
  width: 100%;
  background: url(../images/structure/bg_condition.jpg) bottom right no-repeat;
  padding: 15px;
  color: #414141 !important;
}
.condition-access-forfait h2 {
  margin: 15px 0;
}
.condition-access-forfait ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 15px 0;
}
.condition-access-forfait ul li {
  padding: 0 0 12px 25px;
}

@media screen and (max-width: 900px) {
  .condition-access-forfait {
    background: none;
  }
}
/* listing Element =========================== */
.listing-element ul {
  /*display: flex;
  flex-direction: column;*/
  width: 100%;
}
.listing-element ul li {
  width: 100%;
  background: url(../images/icones/icon-arrow_gris_13x13_002.png) 5px 5px no-repeat;
  padding: 0 0 0 25px;
  margin: 5px 0 5px 5px;
}

/* listing Element pièces justificatives =========================== */
.justificative-element {
  background-color: #ffd738;
  border-radius: 5px;
  color: #414141;
  padding: 30px;
  margin-bottom: 15px;
}
.justificative-element ul {
  /*display: flex;
  flex-direction: column;*/
  width: 100%;
  padding-left: 30px;
}
.justificative-element ul li {
  width: 100%;
  background: url(../images/icones/icon-arrow_gris_13x13_002.png) 5px 5px no-repeat;
  padding: 0 0 0 25px;
  margin: 5px 0 5px 5px;
}

@media screen and (max-width: 700px) {
  .justificative-element {
    padding: 0 18px 18px 18px;
  }
  .justificative-element ul {
    padding-left: 10px;
  }
  .justificative-element ul li {
    margin: 5px 0 5px 0;
  }
}
/* more-element =========================== */
.more-element {
  width: 100%;
  padding: 25px 0;
}

.more-element-text {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.more-element-text h3 {
  font-size: 1.2em;
  margin: 0 0 20px 0;
}
.more-element-text ul {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.more-element-text ul li {
  /*background: url(../images/icones/icon-arrow_gris_13x13_002.png) 5px 5px no-repeat;*/
  padding-left: 25px;
  margin: 5px 0 5px 5px;
  display: flex;
  flex-direction: column;
}
.more-element-text ul li a {
  color: #045398;
}
.more-element-text ul li img {
  width: 100%;
  min-width: 170px;
  height: 150px;
  object-fit: cover;
  margin: 0 0 15px 0;
  border: 1px solid #ccc;
  border-radius: 2px;
}

@media screen and (max-width: 900px) {
  .more-element-text {
    padding: 25px 15px;
  }
  .more-element-text ul {
    flex-direction: column;
  }
  .more-element-text ul li {
    margin: 0 0 25px 0;
    padding: 0 0 15px 0 !important;
    border-bottom: 1px solid #8d8d8d;
  }
}
/*Partie best-offer =========================== */
/* Partie Inscription element ================ */
.inscription-element {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  /*background: url(../images/structure/bg_inscription.jpg) left no-repeat;
  background-size: cover;*/
  background-color: #045398;
  padding: 100px 0;
  color: #fff;
  font-weight: 400;
}

.inscription-element-text {
  width: 100%;
  max-width: 1080px;
  padding: 25px 15px;
  margin: 0 auto;
  font-size: 1.8em;
  line-height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.inscription-element-text a {
  background-color: #fff;
  color: #045398;
  padding: 2px 50px;
  border-radius: 35px;
  display: block;
  transition: all 0.3s;
}
.inscription-element-text a:hover {
  background-color: #51A9F7;
  padding: 2px 30px;
  border-radius: 55px;
  color: #fff;
}

/* Partie Footer ============================= */
.footer-widget {
  /*background: linear-gradient(#f3efe6, #c7a98d);*/
  background-color: #066AC2;
  min-height: 300px;
  margin: 0 auto;
  width: 100%;
}

.bottom-wdiget-text {
  margin: 0 auto;
  padding: 25px 0;
  max-width: 1280px;
  color: #fff;
  font-size: 0.9em;
  line-height: 25px;
}
.bottom-wdiget-text ul {
  display: flex;
  justify-content: space-around;
}
.bottom-wdiget-text ul li {
  padding: 15px;
  color: #fff;
}
.bottom-wdiget-text ul li a {
  color: #fff;
  text-decoration: none;
}
.bottom-wdiget-text ul li a:hover {
  text-decoration: underline;
}
.bottom-wdiget-text ul li h5 {
  font-size: 1.3em;
  color: #fff;
  margin: 5px 0 15px 0;
}
.bottom-wdiget-text ul li ul {
  display: flex;
  flex-direction: column;
}
.bottom-wdiget-text ul li ul li {
  /* background: url(../images/icones/icon-arrow_gris_13x13_002.png) 0 5px no-repeat;*/
  padding: 0 0 5px 20px;
}

@media screen and (max-width: 900px) {
  .bottom-wdiget-text ul {
    flex-direction: column;
  }
  .bottom-wdiget-text ul li ul li {
    padding: 0 0 0 15px;
  }
}
.bottom-site {
  background-color: hwb(218 10% 84%);
  flex-shrink: 0;
  width: 100%;
  /*height: 10vh;*/
  color: #fff;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 0.9em;
}

.bottom-site-text {
  max-width: 1024px;
  width: 100%;
}
.bottom-site-text a {
  color: #fff;
}

/* Concept element ================== */
.concept-element {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0 0;
  background-color: #5dbfd8;
}

.concept-element-text {
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
.concept-element-text h1 {
  font-size: 2em;
  margin: 30px 0;
}
.concept-element-text h2 {
  font-size: 1.2em;
  margin: 30px 0;
}
.concept-element-text ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.concept-element-text ul li {
  display: flex;
  flex-direction: column;
  padding: 0 80px;
  flex: 1 1 0;
  align-items: flex-start;
}
.concept-element-text ul li img {
  max-width: 550px;
}
.concept-element-text ul li h3 {
  color: #fff;
  font-size: 1.8em;
  margin: 30px 0 30px 0;
}
.concept-element-text ul li a {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 25px;
  color: #5dbaed;
  margin: 25px 0;
  display: block;
  transition: all 0.3s;
}
.concept-element-text ul li a:hover {
  background-color: #045398;
  padding: 10px 35px;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .concept-element-text ul {
    flex-direction: column;
  }
  .concept-element-text ul li {
    padding: 0 25px;
  }
}
/* code element ================== */
.offre-code-element,
.offre-route-element {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 35px 0;
  margin: 20px 0;
}

.offre-code-element-text,
.offre-route-element-text {
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
.offre-code-element-text h1,
.offre-route-element-text h1 {
  font-size: 2em;
  margin: 30px 0;
}
.offre-code-element-text h2,
.offre-route-element-text h2 {
  font-size: 1.2em;
  margin: 30px 0;
}
.offre-code-element-text ul,
.offre-route-element-text ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.offre-code-element-text ul li,
.offre-route-element-text ul li {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  flex: 1 1 0;
  align-items: flex-start;
}
.offre-code-element-text ul li img,
.offre-route-element-text ul li img {
  max-width: 550px;
  margin: 15px 0;
}
.offre-code-element-text ul li h3,
.offre-route-element-text ul li h3 {
  color: #5dbaed;
  font-size: 1.8em;
  margin: 0 0 30px 0;
}
.offre-code-element-text ul li a,
.offre-route-element-text ul li a {
  background-color: #5dbaed;
  padding: 10px 15px;
  border-radius: 25px;
  color: #fff;
  display: block;
  margin: 15px 0;
  transition: all 0.3s;
}
.offre-code-element-text ul li a:hover,
.offre-route-element-text ul li a:hover {
  background-color: #045398;
  padding: 10px 35px;
}
.offre-code-element-text ul li ul,
.offre-route-element-text ul li ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 20px 0;
}
.offre-code-element-text ul li ul li,
.offre-route-element-text ul li ul li {
  align-items: flex-start;
  padding: 5px 0 10px 50px;
  background: url(../images/icones/check_bleu_50x50.png) 15px 3px no-repeat;
}

@media screen and (max-width: 900px) {
  .offre-code-element-text ul,
.offre-route-element-text ul {
    flex-direction: column;
  }
  .offre-code-element-text ul li,
.offre-route-element-text ul li {
    padding: 0 10px;
    align-items: center;
  }
  .offre-code-element-text ul li ul li,
.offre-route-element-text ul li ul li {
    padding: 5px 0 10px 50px;
  }
}
/* Succès Element =================== */
.succes-element {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 75px 0;
}

.succes-element-text {
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
}
.succes-element-text ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  font-size: 2em;
}
.succes-element-text ul li {
  text-align: center;
}

/* Slider ============================ */
.slider {
  height: 70vh;
  position: relative;
  z-index: 0;
  width: 100%;
}

.img__slider {
  opacity: 0;
  transition: opacity 0.5s;
  background-size: cover;
  background-position: center;
  /*height: 60vh;*/
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
}
.img__slider h2 {
  padding-left: 80px;
  font-size: 2.4em;
  color: #fff;
}
.img__slider p {
  padding-left: 80px;
  width: 100%;
  max-width: 640px;
  font-size: 1.4em;
  line-height: 1.4em;
  color: #fff;
}
.img__slider p.middle {
  position: absolute;
  top: 70%;
}
.img__slider p a {
  background-color: #3B5998;
  padding: 7px 35px;
  color: #fff;
  border-radius: 25px;
  margin: 45px 20px 0 0;
  font-size: 0.8em !important;
  display: inline-block;
}
.img__slider ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 50;
}
.img__slider ul li {
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.img__slider ul li ul {
  display: flex;
  flex-direction: row;
}
.img__slider ul li ul li {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
  padding: 60px 55px;
  margin: 0 20px;
  transition: all 0.2s;
}
.img__slider ul li ul li a {
  background-color: #55ACEE;
  padding: 8px 20px;
  color: #fff;
  border-radius: 25px;
  margin-top: 25px;
  font-size: 1.2em;
}
.img__slider ul li ul li:hover {
  background-color: #fbca66;
  margin-top: -50px;
}
.img__slider ul li ul li:hover a {
  background-color: #fff;
  color: #fbca66;
}
.img__slider ul li ul li p {
  color: #000 !important;
}
.img__slider img {
  width: 100%;
  max-width: 350px;
}
.img__slider .white {
  background-color: #fff;
  color: #3B5998;
}
.img__slider.active {
  opacity: 1;
  z-index: 55;
}

@media screen and (max-width: 900px) {
  .img__slider ul {
    flex-direction: row;
  }
  .img__slider ul li ul {
    flex-direction: column;
  }
  .img__slider ul li ul li {
    margin: 10px 0;
  }
}
@media screen and (max-width: 500px) {
  .img__slider p a {
    padding: 7px 25px;
    margin: 0 5px;
  }
  .img__slider p.middle {
    display: flex;
    justify-content: center;
    top: 80%;
  }
}
.tarif-up-slider {
  font-size: 1.2em !important;
  margin: 10px 0;
}

.tarif-slider {
  font-size: 0.8em !important;
}

.titre-tarif-slider {
  font-size: 1.3em !important;
}

@media screen and (max-width: 900px) {
  .img__slider p {
    padding-left: 50px;
  }
  .img__slider p a {
    margin: 15px 2px 0 0;
  }
  .img__slider h2 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 500px) {
  .slider {
    height: 75vh;
  }

  .img__slider {
    padding: 10px;
  }
  .img__slider p {
    padding: 10px;
  }
  .img__slider h2 {
    padding: 10px;
  }
}
.suivant, .precedent {
  color: #fff;
  font-size: 1.6em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 60;
}

.suivant {
  right: 1.6rem;
}

.precedent {
  left: 1rem;
}

@media screen and (max-width: 500px) {
  .suivant, .precedent {
    top: 97%;
  }

  .suivant {
    right: 40%;
  }

  .precedent {
    left: 40%;
  }
}
.text-barre {
  text-decoration: line-through;
  font-size: 0.7em !important;
  color: #ccc;
}

.text-date {
  font-size: 0.9em !important;
}

.tarif-index {
  font-size: 1.4em !important;
}

.bandeau_index {
  width: 100%;
  max-width: 175px !important;
  margin: 0 5px;
}

@media screen and (max-width: 900px) {
  .bandeau_index {
    max-width: 140px !important;
  }
}
@media screen and (max-width: 550px) {
  .bandeau-paragraphe {
    display: flex;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
  }

  .bandeau_index {
    /*max-width: 92px!important;*/
  }
  .bandeau_index a {
    padding: 0 !important;
    margin: 0 !important;
  }

  .small-index {
    max-width: 100px !important;
  }
}
/* Carre offre element ======================= */
.carre-offre-element {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 35px 0;
  margin: 20px 0;
}

.carre-offre-element-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
.carre-offre-element-text ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  margin: 15px 0 30px 0;
}
.carre-offre-element-text ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 250px;
  padding: 15px 25px;
  margin: 25px;
  text-align: center;
  border: 2px solid #fbca66;
  border-radius: 15px;
  background-color: #fefefe;
  position: relative;
  z-index: 0;
}
.carre-offre-element-text ul li.etudiant {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
.carre-offre-element-text ul li:hover {
  margin-top: -50px;
}
.carre-offre-element-text ul li h3 {
  font-size: 1.4em;
  margin: 15px 0;
}
.carre-offre-element-text ul li a {
  position: absolute;
  bottom: -22px;
  z-index: 1;
  display: block;
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #fbca66;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .carre-offre-element-text {
    padding: 0 15px;
  }
  .carre-offre-element-text ul {
    flex-direction: column;
    align-items: center;
  }
}
.tarif-index-element {
  font-size: 1.8em;
  margin: 0 0 20px 0;
  color: #fbca66;
  display: block;
}

.validite-index-element {
  font-size: 1em;
  color: #fbca66;
  margin: 20px 0 0 0;
  display: block;
}

.box-phone {
  display: block;
  position: fixed;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: 10;
}

.box-phone-text {
  display: block;
  width: 120px;
  padding: 14px 10px 14px 6px;
  text-align: center;
  background-size: 400% 400%;
  background-repeat: no-repeat;
  font-size: 20px;
  color: #55595d;
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ebebe1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Style all font awesome icons */
.fa {
  /*padding: 10px;
  font-size: 30px;
  width: 50px;*/
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */
/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.ads-article-element {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  margin: 25px 0;
  float: right;
  /*top: 100px;
  right: 25px*/
}

.ads-article-element-text {
  background: #5dbaed;
  box-shadow: #555 1px 2px 10px;
  color: #fff;
  padding: 25px;
  margin: 0 auto;
  border-radius: 25px;
  font-size: 1.2em;
}
.ads-article-element-text ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.ads-article-element-text ul li {
  flex: 1 0;
  color: #fff;
}

.titre-ads {
  transform: rotate(-10deg);
  font-size: 1.6em;
}

#scrollUp {
  position: fixed;
  bottom: 10px;
  right: -100px;
  opacity: 0.5;
}

.ta-article-element {
  background: url(../images/structure/ta_background.jpg) top left no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 300px;
}

.ta-article-element-text {
  position: absolute;
  top: 30%;
  right: 5%;
  font-size: 1.2em;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .ta-article-element {
    visibility: hidden;
    height: 0;
  }
}
/* ============================= encart-objectif */
.encart-objectif {
  width: 100%;
  background-color: #fff;
  padding: 25px 0;
}

@media screen and (max-width: 900px) {
  .encart-objectif {
    padding: 25px 25px;
  }
}
.encart-objectif-contain {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.encart-objectif-contain h3 {
  text-align: center;
  color: #3B5998;
  margin: 15px 0;
}

.encart-objectif-contain-bulle {
  width: 100%;
  background: #dedede;
  border-radius: 20px;
  padding: 5px 30px 5px 10px;
  margin: 15px 0;
  text-align: left;
}
.encart-objectif-contain-bulle a {
  text-decoration: none;
}
.encart-objectif-contain-bulle h3 {
  color: #3B5998;
  text-align: left;
  margin: 0;
  padding: 15px 0 15px 10px;
  font-size: 1.1em;
  font-weight: 400;
}
.encart-objectif-contain-bulle p {
  line-height: 26px;
}

.encart-objectif-contain-bulle button {
  border: none;
  float: right;
}

.encart1, .encart2, .encart3 {
  padding: 15px;
}

.titre1, .titre2, .titre3 {
  background-color: #dedede;
  text-decoration: none;
}

/*   Formulaire d'inscription  ======================== */
.form-group ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.form-group ul li {
  width: 80% !important;
  flex: 1 0;
  margin: 0 0 0 10px;
}
.form-group ul li:nth-child(odd) {
  margin: 0 0 10px 0;
}
.form-group input, .form-group select {
  /*display: block;*/
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 2.1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #cbcdcf;
  border-radius: 0.6rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 2.1rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #cbcdcf;
  border-radius: 0.6rem;
  height: 200px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type=radio] {
  width: 20px;
  margin-left: 25px;
  line-height: 0;
  padding: 0 !important;
  height: 25px;
  font-size: 1.4rem;
}

input[type=checkbox] {
  width: 30px;
  margin-right: 10px;
  line-height: 0;
  padding: 0 !important;
  height: 25px;
  font-size: 1.4rem;
  border: 1px solid #cbcdcf;
  border-radius: 0.6rem;
}

.adresse {
  display: none;
  visibility: hidden;
  height: 0;
}

.rgpd-information-element {
  font-size: 0.8em;
  color: #bbb;
}

@media screen and (max-width: 500px) {
  .form-group input, .form-group select, .form-group textarea {
    padding: 1rem 1rem;
  }
}
/* Page validation et construction email*/
.validation-success {
  font-size: 1.1em;
  background-color: #77c11f;
  border: 1px solid #54a109;
  color: #fff;
  padding: 25px;
  border-radius: 5px;
  margin: 15px 0;
}

.btn-envoi {
  font-size: 1.1em;
  background-color: #77c11f;
  border: none;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  margin: 15px 0;
  cursor: pointer;
}

.btn-annulation {
  font-size: 1.1em;
  background-color: #c2c2c2;
  border: none;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  margin: 15px 5px;
  cursor: pointer;
}
.btn-annulation:hover {
  background-color: #414141;
}

/* Partie Equipe ================================= */
.listing-team-element ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.listing-team-element ul li {
  display: block;
  display: flex;
  flex-direction: row;
  margin: 10px 0;
  padding: 15px;
  border: 1px solid #045398;
  border-radius: 10px;
}

.listing-team-element-left {
  margin: 0;
  padding: 0;
}
.listing-team-element-left img {
  width: 100%;
  max-width: 150px;
  min-width: 100px;
}

.listing-team-element-right {
  margin-left: 15px;
  padding: 0;
}
.listing-team-element-right h3 {
  margin: 0 0 10px 0 !important;
}

@media screen and (max-width: 450px) {
  .listing-team-element ul li {
    display: flex;
    flex-direction: column;
  }

  .listing-team-element-left img {
    width: 100%;
    max-width: inherit;
    height: 150px;
  }

  .equipe-team {
    object-fit: cover;
  }
}
.video-container {
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.video-container iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=style.css.map */
