@font-face {
  font-family: 'Raleway-Black';
  src: url('fonts/Raleway-Black.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Satisfy';
  src: url('fonts/Satisfy.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open-Sans';
  src: url('fonts/Open-Sans.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}
img {
  display: block;
  max-width: 100%;
}
.mobile,
.cacher {
  display: none;
}
body {
  font-family: "Open-Sans";
}
body>div {
  width:100%;
  overflow-x: hidden;
}
#nav_droite {
  position: fixed;
  z-index: 3;
  top: 0px;
  left: 0;
  width: 150px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
}
#nav_droite h2 {
  top: 8px;
  left: 7px;
  width: 100%;
  background: #FFF;
}
#nav_droite ul {
  height: calc(100vh + -158px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  list-style: none;
}
#nav_droite ul li{
  position: relative;
}
#nav_droite ul li a,
#nav_droite>ul>li>span {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  font-family: "Lato";
  font-weight: 900;
  cursor: pointer;
}
#nav_droite div h4 {
  color: #DC0B14;
  font-family: "Satisfy";
  font-size: 30px;
  padding: 10px 0 5px 10px;
}
#nav_droite a:hover,
#nav_droite>ul>li>span:hover,
#nav_droite .active,
#nav_droite .menus_nav a.active {
  color: #DC0B14;
}
#nav_droite li>div {
  display: none;
}
#nav_droite li:hover>div {
  display: block;
  position: absolute;
  left: 150px;
  top: -100%;
  width: 300px;
  height: 300px;
  padding: 20px;
  background: url(../images/background-ssmenu.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}
#nav_droite .menus_nav {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  height: 55%;
  padding: 20px 0px 5px 20px;
  list-style: none;
}
#nav_droite .menus_nav a {
  font-size: 12px;
  color: #000;
}
#nav_droite .menus_nav li {
  width: calc(100% + -50px);
  margin-bottom: 20px;
  display: flex;
  background-size: cover;
  background-position: center center;
}
header {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/background-lyceepabloneruda.webp);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
header h3 {
  padding-top: 25%;
  padding-right: 17%;
  text-align: right;
  font-family: "Satisfy";
  font-size: 50px;
  color: #FFF;
  text-shadow: 8px 8px 6px #000000;
}
header h1 {
  padding-right: 24%;
  text-align: right;
  font-family: "Raleway-Black";
  font-size: 57px;
  color: #FFF;
  text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 8px 8px 6px #000;
}
.descendre {
  width: 20px;
  height: 30px;
  position: absolute;
  bottom: 2.5vh;
  right: calc(50% + -10px);
  background: #FFF;
  border-radius: 30%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

section {
  position: relative;
}
/* Accueil */
.accueil header h3 {
  padding-top: 3%;
  padding-right: 23.8%;
  color: #193bba;
  text-shadow: 1px 0 0 #FFF, -1px 0 0 #FFF, 0 1px 0 #FFF, 0 -1px 0 #FFF, 1px 1px #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 8px 8px 6px #000;
}
#ariane {
  width: 98%;
  padding: 10px 1%;
  border-bottom: 1px solid #000;
  font-size: 12px;
  text-align: center;
}
#ariane a {
  color: inherit;
  text-decoration: none;
}
#ariane span {
  color: #DC0B14;
  font-weight: bold;
}
section article {
  padding: 5vw 5vw 5vw calc(150px + 5vw);
}
.presentation {
  padding: 5vw 0 5vw calc(150px + 5vw);
  display: flex;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}
.presentation>div {
  width: 52.5%;
  margin-right: 2.5%;
  color: #666;
  font-size: 13px;
}
.presentation p {
  margin-bottom: 1em;
}
.presentation li {
  list-style-position: inside;
  margin-bottom: 0.5em;
}
.presentation img {
  width: 45%;
}
section article h3 {
  font-family: "Satisfy";
  font-size: 45px;
  color: #98C21D;
}
section h2 {
  font-family: "Lato";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 1em;
}
section article:nth-of-type(even) h2,
section article:nth-of-type(even) h3 {
  text-align: center;
}
section h2 small {
  display: block;
  font-size: 16px;
}
.arrow-left,
.arrow-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  left: -35px;
  background: #C14191;
  top: calc(50% + -15px);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 5px 7.5px 5px 5px;
}
.arrow-right {
  left: unset;
  padding: 5px 5px 5px 7.5px;
  right: -35px;
}
.arrow-left img,
.arrow-right img {
  width: 15px;
  height: 15px;
}
#listeactualite {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 5vw auto;
}
#listeactualite li {
  flex: 0 0 calc(30vw + -70px);
  background: #FFF;
  margin-right: 20px;
  position: relative;
}
#listeactualite a {
  text-decoration: none;
  height: 100%;
}
#listeactualite span {
  display: block;
  margin: 5px;
  text-align: right;
  color: #C14191;
}
#listeactualite img:not(.oeil) {
  width: 100%;
}
.oeil {
  background: #C14191;
  border-radius: 100%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 7px;
  width: 15px;
}
#listeactualite h4 {
  font-weight: bold;
  color: #000;
  text-align: left;
  font-family: "Lato";
  font-size: 15px;
  background: #FFF;
  padding: 5px;
}
#listeactualite p {
  color: #666;
  text-align: left;
  font-size: 13px;
  margin-right: 35px;
  background: #FFF;
  padding: 5px;
}
#formations ul{
  margin: 5% auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style: none;
}
#formations li {
  width: 18%;
}
#formations h4 {
  text-align: center;
}
#formations li a h4 span {
  display: inline-block;
  width: auto;
  padding: 25px 25px 25px 40px;
  font-family: "Lato";
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  background: url(../images/background-fleches-couleur.webp);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: left center;
  text-align: center;
}
#chiffres {
  background: linear-gradient(180deg, #FFF 0% 10%, transparent 50%, #FFF 90% 100%), url(../images/background-ecole.webp);
  padding-bottom: 25px;
  background-size: cover;
  background-repeat: no-repeat;
}
#nombres {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  gap: 8%;
  padding-top: 58px;
  text-align: center;
  color: #DC0B14;
  font-family: "Lato";
  font-weight: 900;
  text-align: center;
}
#nombres li span {
  font-size: 40px;
}
#nombres h4 {
  font-size: 14px;
  text-transform: uppercase;
}
#lab {
  margin-top: 100px;
}
.labels {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
  gap: 20px;
  margin-top: 72px;
}
.labels li {
  max-width: 20%;
  border: 1px solid #707070;
}
.boutons {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.col2,
.col3 {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
.col2>* {
  width: 48%;
  box-sizing: border-box;
}
.col3>* {
  width: 31%;
  box-sizing: border-box;
}
.slider {
  margin: 0 auto;
  position: relative;
}
.slider-container {
  width: 100%;
  overflow: hidden;
}
.slider-content {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
}
section a:link,
section a:active,
section a:visited {
  color: inherit;
}
section a:hover {
  text-decoration: none;
}
/* Actualites */
.actualites #accueil_activites {
  background: #FFF;
}
.actualites h2 {
  text-align: center;
}
.actualites header,
.actualites_details header {
  background-image: url(../images/background-lyceepabloneruda.webp);
}
.actualites_details article {
  padding: 5vw 20vw 5vw calc(150px + 20vw);
}
.actualites_details section h2,
.actualites_details section h3 {
  text-align: center;
  margin-bottom: 20px;
}
.actualites_details article>img {
  width: 100%;
}
ul.photos {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  padding: 2% 0 5% 2%;
}
ul.photos>li {
  width: 12%;
  margin-left: 2%;
}
ul.photos li img {
  cursor: pointer;
}
.actualites_details p {
  color: #666;
  text-align: left;
  font-size: 13px;
  margin-bottom: 1em;
}
.actualites_details article p:last-of-type {
  border-top: 1px solid #DC0B14;
  padding-top: 1em;
}
.actualites_details .boutons {
  margin-top: 2em;
}
/* Seconde */
.formations_seconde header {
  background-image: url(../images/bg-seconde.webp);
}
header h1 {
  padding-right: 17%;
}
h3 {
  font-weight: 100;
}
.details {
  padding: 0 5vw 5vw calc(150px + 5vw);
}
.details>ul {
  align-items: stretch;
}
.details img {
  margin: 0 auto 10px;
}
.details h4 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-family: "Lato";
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}
.details>ul>li {
  list-style: none;
  padding: 10px;
  border: 2px solid #C14191;
  background: #FFF;
  color: #666;
  font-family: "Open-Sans";
  font-size: 12px;
}
.details>ul ul li::before {
  content: "> ";
}
.details>ul ul li {
  list-style: none;
}
.details p {
  color: #666;
  padding-bottom: 2em;
}
.details>p {
  text-align: center;
}
.formations_seconde #accueil_activites {
  padding-bottom: 5%;
}
.plus {
  padding: 5vw 5vw 5vw calc(150px + 5vw);
}
.plus h2 {
  text-align: center;
  line-height: 50px;
}
.formations_seconde .plus li {
  list-style: none;
}
.boutons a,
.boutons a:link,
.boutons a:active,
.boutons a:visited,
.boutons a:hover,
.boutons button,
.boutons input[type=submit] {
  text-decoration: none;
  color: #FFF;
  font-family: "Lato";
  font-weight: 900;
  text-transform: uppercase;
  background: #DC0B14;
  border: 1px solid #DC0B14;
  border-radius: 30px;
  padding: 10px;
  width: auto;
  cursor: pointer;
}
.formations_seconde .plus ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15%;
  padding-bottom: 10px;
}
/* Premiere */
.formations_premiere header {
  background-image: url(../images/bg-premiere.webp);
}
.formations_premiere .details>p {
  text-align: center;
  color: #666;
  width: 78%;
  padding-left: 5%;
}
.formations_premiere section h2 {
  margin-bottom: 20px;
}
.formations_premiere article span {
  color: #666;
  font-family: "Open-Sans";
  margin-bottom: 2px;
  font-weight: 600;
}
.formations_premiere .details>ul>li img {
  width: auto;
}
.formations_premiere .details>ul {
  margin-bottom: 20px;
}
/* Bac général */
.formations_bacgeneral header {
  background-image: url(../images/bg-bacgeneral.webp);
}
.formations_bacgeneral .details {
  padding-bottom: 0;
}
.specialites li {
  display: flex;
  margin-bottom: 4%;
  align-items: flex-start;
}
.specialites div {
  padding-left: 16px;
}
.specialites h4 {
  text-align: left;
}
.specialites>p {
  color: #666;
  font-size: 12.5px;
  text-align: center;
}
/* Bac Technologique */
.formations_bactechno header {
  background-image: url(../images/bg-bactechnologique.webp);
}
.formations_bactechno .details h2,
.formations_bactechno .details h3 {
  text-align: center;
}
/*BTS*/
.formations_bts header {
  background-image: url(../images/bg-bts.webp);
}
#danslapage {
  display: flex;
  list-style: none;
  gap: 50px;
  justify-content: center;
  padding: 5px 5vw 20px calc(150px + 5vw);
}
#danslapage a {
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: 900;
  font-family: "Lato";
  text-transform: uppercase;
  padding-top: 25px;
  text-align: center;
  font-size: 0.8em;
}
#danslapage a:hover {
  color: #DC0B14;
  background: url(../images/background-fleches-couleur.webp);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: top center;
}
.formations_bts>section>article>article h2 {
  text-align: center;
}
.formations_bts .col3 li {
  border: 2px solid #C14191;
}
#options li {
  list-style: none;
  color: #666;
  padding: 4px 0px;
  background: #FFF;
}
#options img {
  width: 30%;
  margin: 0 auto 10px;
}
#options h4 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-family: "Lato";
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}
#options p {
  color: #666;
  padding-bottom: 2em;
}
#options>ul {
  align-items: stretch;
}
.formations_bts section h2 {
  padding-top: 15px;
}
/* Nous contacter */
.contacts header{
  background-image: url(../images/bg-entree.webp);
}
p.contact {
  text-align: center;
}
.contacts section article:nth-of-type(even) h2 {
  text-align: left;
}
.contacts section h5 {
  font-size: 16px;
  font-weight: 900;
  font-family: "Lato";
  text-align: left;
}
.infos {
  border: 2px solid #C14191;
  padding: 10px 2.5vw;
  width: 80%;
  background: #FFF;
}
.infos li {
  list-style: none;
  padding-top: 10px;
}
.infos p {
  color: #666;
  font-size: 12px;
  margin-bottom: 1em;
}
.presentation2>img {
  order: -1;
}
.presentation2 {
  padding: 5vw 5vw 5vw 150px;
}
.presentation2>div {
  margin-left: 2.5%;
  margin-right: 0;
}
/* Formulaire */
.contact .col2 {
  justify-content: space-between;
}
.contact input[type=text],
.contact input[type=email],
.contact input[type=tel],
.contact textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #000;
  color: #000;
  font-weight: 900;
  font-family: "Lato";
}
.contact label {
  display: none;
}
#contact {
  padding: 5vw 5vw 5vw calc(150px + 5vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact h2 {
  font-family: "Open-Sans";
  color: #666;
  font-size: 15px;
  margin-bottom: 3%;
  text-align: center;
}
#contact>p {
  width: 100%;
  margin-bottom: 5vw;
  color: #666;
  font-size: 14px;
}
#contact>form {
  width: 60%;
}
#contact>form>* {
  margin-bottom: 1em;
}
#contact_informations {
  width: 35%;
  box-sizing: border-box;
  padding: 0 5vw;
}
#contact_informations img {
  margin-left: auto;
  margin-right: auto;
}
.contact iframe {
  width: calc(100% + -150px);
  height: 50vh;
  margin-left: 150px;
}
/* Vie Scolaire */
.viescolaire header {
  background-image: url(../images/bg-vie-scolaire-2.webp);
}
.viescolaire .boutons {
  margin-top: 2.5vw;
}
/* Partenaires */
.partenaires ul.labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
}
.partenaires .labels li {
  max-width: 15%;
  display: flex;
  align-items: center;
}
.partenaires article h2 {
  padding-top: 40px;
}
.partenaires p {
  color: #666;
  text-align: center;
}
.partenaires .labels {
  margin-top: 30px;
}
/*Blog */
.blog p {
  color: #666;
  text-align: left;
  font-size: 13px;
  margin-bottom: 1em;
}
.blog article:first-of-type>p {
  text-align: center;
}
#blog_nav_categories {
  position: -webkit-sticky;
  position: sticky;
  float: right;
  top: 0;
  right: 2.5vw;
  width: 15vw;
  box-sizing: border-box;
  padding: 20px;
}
#blog_nav_categories h3 {
  font-weight: 900;
  text-transform: uppercase;
}
#blog_nav_categories ul {
  list-style: none;
}
#blog_nav_categories a {
  text-decoration: none;
}
.blog_article {
  margin: 5vw 20vw 0 calc(150px + 20vw);
  padding: 20px;
  border: 1px solid #C14191;
}
.blog_article:last-of-type {
  margin-bottom: 5vw;
}
.blog_article>div:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.blog_article h2 {
  text-align: left;
  margin: 0;
}
.blog_article h5 {
  margin: 0;
  color: #666;
}
.blog_article>img {
  width: 100%;
}
.blog_article iframe {
  width: 100%;
}
.blog_article_footer {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #98C21D;
}
.blog_article_footer h6 {
  margin-right: 10%;
  text-align: left;
}
.blog_article_footer ul {
  display: flex;
  list-style: none;
  align-items: center;
  align-self: flex-end;
}
.blog_article_footer ul li {
  margin-left: 5px;
  display: flex;
}
/* Pied de page */
footer {
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  color: #666;
}
footer>div:first-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 5vw 5vw 5vw calc(150px + 5vw);
  position: relative;
}
footer>div>div {
  width: 40%;
}
footer h2 {
  color: #FFF;
  margin-bottom: 1em;
  font-size: 1em;
}
#logo {
  background: #FFF;
}
footer>div>div>div {
  display: flex;
  align-items: center;
}
footer p {
  color: #666;
  text-decoration: none;
}
#adresse,
#numeros {
  background: url(../images/icon-gps.png);
  background-size: 12px;
  background-position: left top 3px;
  background-repeat: no-repeat;
  padding-left: 17px;
  margin: 0 0 1em 1em;
  font-size: 14px;
}
#numeros {
  background-image: url(../images/icon-telephone.png);
  background-size: 15px;
}
footer nav {
  width: 40%;
  display: flex;
  align-items: flex-end;
}
#contacts {
  text-align: center;
  padding-left: 20%;
}
#contacts>a {
  display: block;
  padding: 2px 2px 2px 2px;
  border: 1px solid red;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Lato";
  font-weight: 900;
  color: #FFF;
}
#navigationfooter {
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-left: 5%;
}
#navigationfooter li, #reseauxsociaux li {
  list-style: none;
}
#navigationfooter a {
  text-transform: uppercase;
  color: #666;
  text-decoration: none;
  font-family: "Lato";
  font-weight: 900;
}
#reseauxsociaux img {
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
#logos{
  padding-left: 20%;
}
#logos ul:first-of-type li{
  margin:5px 0 ;
  list-style: none;
}
#logos ul:first-of-type li a{
  display: inline-block;
  background-color: #FFF;
  padding:5px;
  width: 75px;
}
#reseauxsociaux {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 30px;
}
#mentions {
  text-align: center;
  padding: 5px;
  border-top: 1px solid #666;
  font-size: 11px;
}
#mentions a {
  color: #666;
  text-decoration: none;
}
.monter {
  width: 17px;
  height: 30px;
  position: absolute;
  background: #FFF;
  border-radius: 30%;
  right: 5vw;
  bottom: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* RGPD */
@keyframes anim-rgpd {
  from {
    bottom: -100px;
  }
  to {
    bottom: 0;
  }
}
#rgpd {
  position: fixed;
  background: #000;
  color: #FFF;
  bottom: 0;
  width: 100%;
  min-height: 50px;
  z-index: 9999;
  animation-name: anim-rgpd;
  animation-duration: 1s;
}
#rgpd span.rgpd-fermer {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  margin: 5px;
  padding: 3px;
  width: auto;
  cursor: pointer;
}
#rgpd>div {
  max-width: 1200px;
  padding: 10px 20px 10px 10px;
  margin: 0 auto
}
#rgpd p a {
  color: inherit;
  text-decoration: underline;
}
#rgpd_f button {
  border: 1px solid #FFF;
  padding: 3px;
  font-family: inherit;
}
/*
Animations
*/
.animTranslateL {
  position: relative;
  left: -50%;
  opacity: 0;
  transition: 2s all ease;
}
.animTranslateR {
  position: relative;
  right: -50%;
  opacity: 0;
  transition: 2s all ease;
}
.animTranslateL.show {
  opacity: 1;
  left: 0;
}
.animTranslateR.show {
  opacity: 1;
  right: 0;
}
/* */
@media screen and (max-width: 1100px) {
  header h1 {
    font-size: 50px;
  }
  header h3 {
    padding-top: 10%;
    padding-right: 0;
    text-align: center;
  }
  .monter {
    right: 3vw;
  }
  section article h2, section article h3 {
    font-size: 40px;
  }
  footer h2 {
    font-size: 18px;
  }
  #adresse, #numeros {
    font-size: 12px;
  }
  #navigationfooter a {
    font-size: 11px;
  }
  #contacts>a {
    font-size: 14px;
  }
  #formations li a h4 span {
    font-size: 12px;
    background-size: 30px;
    background-position: left top 1em;
    padding-left: 25px;
  }
  #nombres li span {
    font-size: 30px;
  }
  #nombres h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .mobile {
    display: block;
  }
  .mobile_no {
    display: none !important;
  }
  #mobile_menu {
    position: absolute;
    z-index: 4;
    right: 10px;
    top: 10px;
  }
  header{
    background-position: center;
  }
  .accueil header{
    background-position: 85%;
  }
  header h1 {
    font-size: 40px;
  }
  #nav_droite {
    width: 100%;
  }
  #nav_droite ul {
    padding-top: 20px;
    justify-content: flex-start;
  }
  #nav_droite li>div {
    display: block;
  }
  #nav_droite #mobile_menu {
    z-index: 4;
  }
  #nav_droite .menus_nav a {
    color: #FFF;
    font-size: 12px;
  }
  #nav_droite .menus_nav li {
    width: auto;
    height: auto;
    margin: 5px;
  }
  #nav_droite ul li img {
    display: none;
  }
  #nav_droite ul li a:not(.menus_nav a),
  #nav_droite>ul>li>span {
    border-top: 1px solid #FFF;
    padding: 0;
    font-size: 16px;
  }
  #nav_droite h2 {
    width: 20%;
    margin: 0 auto;
  }
  #nav_droite li:hover>div {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
  }
  section article h2, section article h3 {
    font-size: 30px;
    padding-left: 5%;
  }
  #nav_droite .menus_nav {
    padding: 0;
    align-items: center;
    text-align: center;
  }
  #danslapage {
    padding: 5px 0 20px 2px;
    gap: 10px;
    flex-direction: column;
  }
  #danslapage a {
    padding-top: 15px;
  }
  #danslapage a:hover {
    background: none;
  }
  .boutons a {
    margin: 0 15px 20px;
    padding: 4px;
    text-align: center;
  }
  .actualites_details article {
    padding: 5vw;
  }
  .details {
    padding: 5vw;
  }
  .details>ul {
    flex-direction: column;
    gap: 20px;
  }
  .details li {
    width: 100%;
    box-sizing: border-box;
  }
  .plus {
    padding: 5vw;
  }
  .formations_premiere .details>p {
    padding-left: 0;
    width: 100%;
  }
  .col2>*,
  .col3>* {
    flex: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .contact .col2>*:last-child {
    margin: 0;
  }
  .specialites li {
    flex-direction: column;
  }
  .specialites h4 {
    text-align: center;
  }
  .presentation>div {
    width: 100%;
  }
  #contact {
    padding: 5vw;
    width: 90%;
  }
  #contact form {
    width: 90%;
  }
  #contact_informations {
    width: 90%;
    padding: 5vw;
  }
  #contact_informations p {
    padding-left: 50px;
    font-size: 14px;
  }
  .contact iframe {
    width: 100%;
    margin-left: 0;
  }
  .infos {
    padding: 2px;
    width: 100%;
  }
  .presentation2>img {
    order: 0;
  }
  .presentation2 {
    padding: 5vw 0 0 5vw
  }
  #listeactualite li {
    flex: 0 0 90vw;
  }
  #formations {
    flex-wrap: wrap;
  }
  #formations li {
    width: 35%;
  }
  #formations li a h4 span {
    font-size: 16px;
    background-size: 30px;
    background-position: left top 1em;
    padding-left: 25px;
  }
  .arrow-right {
    right: -15px;
  }
  .arrow-left {
    left: -15px;
  }
  section article {
    padding: 5vw 5vw 5vw 5vw;
  }
  footer>div:first-of-type {
    padding: 5vw 5vw 5vw 5vw;
    flex-direction: column;
  }
  footer>div>div, footer nav {
    width: 100%;
  }
  .presentation {
    padding: 5vw 0;
  }
  .presentation p,
  .presentation li {
    margin: 0 5vw 5vw;
  }
  .presentation img {
    margin-right: 2.5%;
    width: 100%;
  }
  #nombres {
    padding-top: 10px;
  }
  #nombres h4 {
    font-size: 11px;
  }
  #lab {
    margin-top: 60px;
  }
  .labels {
    width: 100%;
    gap: 5px;
    margin-top: 40px;
  }
  .partenaires .labels li {
    max-width: 30%;
  }
  .blog_article {
    margin: 5vw;
  }
  .blog_article_footer {
    flex-direction: column;
    align-items: flex-start;
  }
  #blog_nav_categories {
    position: static;
    float: none;
    width: 100vw;
  }
  #mentions p {
    font-size: 10px;
    white-space: pre-line;
  }
}