:root {
  /* --color1: #67bbbd; */
  --color1: #96ccbd;
  /* --color2: #f1823b; */
}

/* Sur les écrans, quand la largeur de la fenêtre fait au maximum 1280px */

@media screen and (max-width: 800px) {
  .coeur-page {
    margin: 1.5rem 0rem 0rem !important;
    padding: 1rem 0.8rem !important;
    font-size: 1rem !important;
    width: 93.5%;
  }

  .coeur-page-title {
    font-size: 2rem !important;
  }

  .nom-site {
    width: 208px !important;
    font-size: 1.25rem !important;
    margin: 0px !important;
  }

  .sous-nom-site {
    margin-top: 0.5rem !important;
    font-size: 0.8rem !important;
    margin-bottom: 0.5rem !important;
  }

  .titres-container {
    height: 4rem;
    padding-top: 1rem;
  }

  li a.dropbtn {
    padding: 14px 10px !important;
  }

  .logo {
    width: 45px !important;
    height: 45px !important;
  }

  .logo-asso {
    width: 30px !important;
    height: 30px !important;
  }

  .corps-page {
    padding: 0rem 0.4rem !important;
    /* margin-bottom: 4rem !important;
    margin-top: 0rem !important; */
    margin: 0rem 0rem 4rem !important;
  }

  .actu {
    margin: 0rem !important;
    width: 96% !important;
  }

  .text11 {
    font-size: 1.3rem !important;
  }

  .image-enseignant {
    height: 6rem !important;
    margin-left: 2.4rem !important;
  }

  video,
  .video-youtube {
    width: 100% !important;
    height: 200px !important;
    margin: 0px !important;
  }

  .menu {
    font-size: 0.85rem;
  }

  .testimony_content {
    padding-left: 1rem !important;
  }

  table {
    font-size: 0.56rem !important;
  }

  .site-name {
    text-align: center;
    margin: 0.3rem 0rem 0rem;
    color: white;
    font-size: 3rem;
    width: 11rem;
  }

  .fa-bars {
    font-size: 2rem;
    padding: 0.5rem 1rem;
    display: block !important;
    background-color: #333;
    text-align: right;
    color: white;
  }

  .close-menu {
    display: block;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    display: none;
    background-color: #333;
    text-align: right;
    color: white;
  }

  .menu {
    align-items: flex-start !important;
    width: 60% !important;
    height: 70%;
    background-color: #333;
    position: absolute;
    right: 0;
    z-index: 1000;
    display: none !important;
    animation-name: menu;
    animation-duration: 0.5s;
    margin-top: 7.9rem;
  }

  .menu-none {
    align-items: flex-start !important;
    width: 60% !important;
    height: 70%;
    background-color: #333;
    position: fixed;
    right: 0;
    z-index: 1000;
    display: none !important;
    animation-name: menu-none;
    animation-duration: 1s;
    margin-top: 7.9rem;
    color: #333;
  }

  .menu-category-chevron {
    display: block !important;
  }

  .menu-category-chevron:hover .dropdown-content {
    display: block !important;
  }

  .menu ul {
    width: 100%;
  }

  ul {
    flex-direction: column;
    font-size: 1rem;
    text-align: center;
    height: 62%;
  }

  #quit-mobile-menu {
    position: fixed;
    height: 100%;
    width: 40%;
    display: none;
  }

  @keyframes menu {
    0% {
      right: -30rem;
    }

    100% {
      right: 0rem;
    }
  }

  @keyframes menu-none {
    0% {
      right: 0rem;
    }

    100% {
      right: -50rem;
      display: none;
    }
  }

  .none-lt-screen {
    display: none !important;
  }

  .photo-top-page {
    width: 17rem !important;
    height: 11rem !important;
  }

  .div-rectangle--container {
    margin: 1% !important;
  }

  .container-text-image--image {
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 800px) {
  .coeur-page {
    margin: 0rem 4rem 3rem !important;
    width: 75%;
  }

  .corps-page-inherit {
    flex-direction: inherit !important;
  }

  .image-enseignant {
    height: 10rem !important;
    margin-left: 2.4rem !important;
  }

  .menu .dropdown:hover .dropdown-content {
    display: block;
  }
}

@media screen and (min-width: 950px) {
  .coeur-page {
    margin: 0rem 0rem 3rem !important;
    width: 775px;
  }

  .image-enseignant {
    margin-left: 14rem !important;
  }
}

@media screen and (min-width: 500px) and (max-width: 800px) {

  video,
  .video-youtube {
    width: 100% !important;
    height: 350px !important;
    margin: 0px !important;
  }
}

/* Sur tous types d'écran, quand la largeur de la fenêtre est comprise entre 1024px et 1280px */

/* @media all and (min-width: 1024px) and (max-width: 1280px) {

} */

/* Sur les téléviseurs */

/* @media tv {

} */

/* Sur tous types d'écrans orientés verticalement */

/* @media all and (orientation: portrait){

} */

/* Windows Phone */
/* @media screen and (max-width: 1024px){ */

/* IPhone Safari */
/* @media screen and (max-width: 980px){ */

/* Opera Mobile */
/* @media screen and (max-width: 850px){

} */

/* Android */
/* @media screen and (max-width: 800px){

} */

body {
  /* background-image: url("../images/fleurs.webp"); */
  background-color: #ffa500de;
  background-repeat: repeat;
  background-size: cover;
  /* margin: 0px; */
  /* font-family: "Martel", serif; */
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 100vw;
  margin: 0px;
}

header {
  /* background-color: #63cdda; */
  background-color: var(--color1);
  display: flex;
  flex-direction: column;
}

@font-face {
  font-family: "Jokerman";
  src: url("../assets/Jokerman.TTF");
}

.titres-container {
  display: flex;
  flex-direction: column;
}

.title-site {
  font-family: "Jokerman";
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0px;
}

.sous-nom-site {
  text-align: center;
  font-family: Arial;
  margin-top: 0px;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.logo {
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-asso {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 3.5%;
}

.nom-site {
  text-align: center;
  width: 650px;
  margin-right: 3%;
  margin-left: 3%;
  margin-bottom: 0px;
  font-size: 3rem;
  margin-top: 0.5rem;
  margin-left: 0rem;
}

/* Barre nav */

ul {
  list-style-type: none;
  list-style: none;
  display: flex;
  margin: 0%;
  padding: 0%;
  justify-content: space-around;
}

.btn-menu {
  display: inline;
  text-decoration: none;
  list-style: none;
  color: black;
  padding-right: 1.1rem;
  padding-left: 1.1rem;
}

.btn-menu:hover {
  background-color: var(--color1);
  color: white;
  display: block;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.menu li {
  float: left;
}

.menu li a,
.dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
}

.menu li a:hover,
.dropdown:hover .dropbtn {
  background-color: var(--color1);
}

.menu li.dropdown {
  display: inline-block;
}

.menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.menu .dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.menu .dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* .menu .dropdown:hover .dropdown-content {
  display: block;
} */

.menu-none ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.menu-none li {
  float: left;
}

.menu-none li a,
.dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
}

.menu-none li a:hover,
.dropdown:hover .dropbtn {
  background-color: var(--color1);
}

.menu-none li.dropdown {
  display: inline-block;
}

.menu-none .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.menu-none .dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.menu-none .dropdown-content a:hover {
  background-color: #f1f1f1;
}

.menu-none .dropdown:hover .dropdown-content {
  display: block;
}

.menu-category-chevron {
  display: none;
}

/* Sections */

.corps-page {
  margin: 5% 10%;
  display: flex;
  flex-direction: column;
}

/* a:link, a:visited {
    color: red;
    padding: 20px 40px 4 px 10px;
    width: auto;
    float: left;

} */

section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.actu {
  background-color: var(--color1);
  width: 30%;
  margin-right: 3%;
  padding: 1%;
  border-radius: 10px;
  box-shadow: 3px 3px 3px #222;
}

.actualites {
  width: 100%;
}

.actu-title {
  text-align: center;
}

.date-title {
  margin-bottom: 0px;
}

.actualite {
  margin-top: 0px;
  font-size: 13px;
}

#icons {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}

.fa-youtube {
  color: red;
}

.fa-facebook {
  color: #4a69bd;
}

a {
  text-decoration: none;
  color: black;
}

.fa-phone-square {
  color: #44bd32;
}

.icon {
  background-color: white;
  width: 46px;
  height: 46px;
  border-radius: 23px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.icon:hover {
  cursor: pointer;
}

/* Modal */

#modal--container {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}

#modal--content {
  width: 550px;
  height: 250px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  border: solid black 1px;
  box-shadow: 3px 3px 3px #222;
  margin: 0.5rem;
}

.icon-close {
  position: absolute;
  right: 0;
  height: 0px;
  margin: 0.8rem;
}

.icon-close:hover i {
  cursor: pointer;
  transform: rotate(360deg);
  transition: all 0.6s;
}

.title-modal {
  margin: 2.2rem;
  color: black;
  margin: 0px;
  font-size: 1.6rem;
}

#container--title-modal {
  margin: 30px;
}

#container--text-modal {
  margin-top: 40px;
}

.text-modal {
  text-align: center;
  font-size: 2rem;
  margin-top: 20px;
}

.mail-modal {
  text-align: center;
}

.btn-merci-modal {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 1.5rem;
}

footer {
  background-color: grey;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}

#footer-title {
  margin: 0px;
}

#footer-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#mention-leg {
  margin: 5px;
}

#modal--localisation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}

#modal--content-localisation {
  width: 500px;
  height: 250px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  border: solid black 1px;
  box-shadow: 3px 3px 3px #222;
  margin: 0.5rem;
  padding-right: 1rem;
}

iframe {
  margin: 30px;
}

/* Définition des liens */

button {
  height: 40px;
  background-color: grey;
  border-radius: 3px;
  border: solid 1px grey;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: white;
  padding-right: 15px;
  padding-left: 15px;
}

button:hover {
  cursor: pointer;
}

.info-bold {
  font-weight: bold;
  color: #ffa500de;
}

.bold {
  font-weight: bold;
}

.margin-side {
  margin-right: 3rem;
  margin-left: 3rem;
}

.coeur-page {
  background-color: white;
  padding: 1%;
  /* border: solid black 1px; */
  /* border-radius: 10px; */
  /* box-shadow: 3px 3px 3px #222; */
  font-size: 1.2rem;
  padding: 1rem 2rem;
  margin: 0rem 0rem 3rem;
  border-radius: 1rem;
}

.justify {
  text-align: justify;
}

.centrage-central {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.asterisque {
  text-align: center;
  font-size: 1rem;
}

.coeur-page-title {
  border-bottom: 1px solid #596275;
  padding-bottom: 0.5rem;
  font-size: 2.2rem;
}

.header-enseignant {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.image-enseignant {
  border-radius: 50%;
  height: 12rem;
  margin-left: 14rem;
}

.name-enseignant {
  flex: 1;
  text-align: center;
}

.mentions-legales {
  font-size: 0.7rem;
}

.citation-text {
  font-style: italic;
}

.align-column {
  display: flex;
  flex-direction: column;
}

.padding-bottom {
  padding-bottom: 1rem;
}

video,
.video-youtube {
  width: 600px;
  height: 330px;
  margin: 30px 5.5rem;
}

.text-center {
  text-align: center;
}

.btn-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 3.5rem;
  z-index: 10000;
  background-color: var(--color1);
  height: 3rem;
  width: 3rem;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
}

.centrage-vertical {
  display: flex;
  align-items: center;
}

.title-testimony {
  display: flex;
  position: relative;
  padding-right: 2.7rem;
  align-items: center;
}

.btn-arrow-temoignage {
  color: #ffa500de;
  font-size: 1.5rem;
  position: absolute;
  right: 0px;
}

.btn-arrow-temoignage:hover {
  cursor: pointer;
}

.testimony_content {
  display: none;
  padding-left: 2rem;
  font-style: italic;
  text-align: justify;
}

.dp-flex {
  display: flex;
}

tr {
  background-color: #ffa500de;
}

.table-title {
  background-color: var(--color1);
}

.none {
  display: none !important;
}

.block {
  display: block !important;
}

.div-square--container {
  height: 15rem;
  width: 15rem;
  margin: 1%;
  background-color: var(--color1);
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
}

.div-square--container2 {
  height: 6rem;
  width: 15rem;
  margin: 1%;
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
  border: 1px solid #3333334d;
}

.div-square--content {
  background-color: white;
  height: 3rem;
  width: 10rem;
  position: absolute;
  bottom: 1rem;
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 0.3rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
}

.div-square--title {
  background-color: white;
  height: 2rem;
  width: 10rem;
  position: absolute;
  display: flex;
  align-items: center;
  border: 1px #3333334d solid;
  padding: 0.3rem;
  border-radius: 0.3rem;
  font-size: 1rem;
  top: -1rem;
  display: flex;
  justify-content: center;
  text-align: center;
}

.div-square--text {
  background-color: white;
  height: 4rem;
  width: 15rem;
  margin-top: 1.8rem;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.3rem;
  font-size: 0.8rem;
  text-align: center;
  justify-content: center;
}

.div-rectangle--container {
  width: 15rem;
  margin: 1%;
  background-color: var(--color1);
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 0.3rem;
  flex-direction: column;
  align-items: center;
}

.div-rectangle--content {
  background-color: white;
  height: 5rem;
  width: 10rem;
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 0.3rem;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  margin: 1rem;
  flex-direction: column;
}

.photo-top-page {
  width: 28rem;
  height: 18rem;
  border-radius: 0.3rem;
}

.marc-vella-block {
  background-image: url("../images/marc_vella.jpg");
  background-size: 23rem;
  background-position-x: center;
}

.site-little-name {
  font-weight: bold;
  font-family: "Jokerman";
  margin: 0px;
}

.container-text-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
}

.container-text-image--image {
  margin-left: 2.9rem;
}

.activity_content {
  display: none;
}

.btn-arrow-activity {
  color: #ffa500de;
  font-size: 2rem;
  position: absolute;
  right: 0px;
  bottom: .13rem;
}

.btn-arrow-activity:hover {
  cursor: pointer;
}