@charset "UTF-8";
/*---Polices---*/
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
@font-face {
  font-family: "Edwardian Script ITC";
  src: url("Public/Font/EdwardianScriptITC.eot");
  src: url("Public/Font/EdwardianScriptITC.eot?#iefix") format("embedded-opentype"), url("Public/Font/EdwardianScriptITC.woff2") format("woff2"), url("Public/Font/EdwardianScriptITC.woff") format("woff"), url("Public/Font/EdwardianScriptITC.ttf") format("truetype"), url("Public/Font/EdwardianScriptITC.svg#EdwardianScriptITC") format("svg");
}
/*---Base SASS---*/
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Raleway", sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

li {
  list-style-type: none;
}

h2 {
  font-family: "Edwardian Script ITC", sans-serif;
}

@keyframes modalopen {
  from {
    opacity: 0;
    transform: translateY(-150px);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header__intro {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.header__intro h2 {
  margin-top: -75px;
  font-size: 150px;
  font-weight: 800;
  color: #800000;
}
@media screen and (max-width: 768px) {
  .header__intro h2 {
    font-size: 120px;
    font-weight: 600;
    margin-top: -55px;
  }
}
@media screen and (max-width: 599px) {
  .header__intro h2 {
    font-size: 60px;
    font-weight: 600;
    margin-top: -20px;
  }
}
@media screen and (max-width: 320px) {
  .header__intro h2 {
    font-size: 50px;
  }
}
.header__intro p {
  margin-top: -125px;
  font-size: 50px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .header__intro p {
    font-size: 40px;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .header__intro p {
    font-size: 35px;
    margin-top: -90px;
  }
}
@media screen and (max-width: 599px) {
  .header__intro p {
    font-size: 16px;
    font-weight: 600;
    margin-top: -50px;
  }
}
@media screen and (max-width: 320px) {
  .header__intro p {
    font-size: 14px;
    font-weight: 600;
    margin-top: -35px;
  }
}
.header__intro h4 {
  margin-top: 50px;
  margin-left: 320px;
  margin-bottom: 0;
  color: #fff;
  font-weight: bolder;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .header__intro h4 {
    margin-top: 50px;
    margin-left: 260px;
    font-size: 1.6rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 599px) {
  .header__intro h4 {
    font-size: 14px;
    font-weight: 600;
    margin-left: 135px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .header__intro h4 {
    font-size: 10px;
    margin-left: 115px;
  }
}

#inner__banner-btn {
  background: rgb(12, 98, 12);
}
#inner__banner-btn:hover {
  background-color: #00887e;
}

.ban {
  position: relative;
  width: 100%;
  background: -webkit-linear-gradient(#00887e, #dd6000, #d9000b);
  height: 380px;
}
@media screen and (max-width: 599px) {
  .ban {
    height: 180px;
  }
}

.inner__banner {
  position: absolute;
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 599px) {
  .inner__banner {
    height: 180px;
  }
}

.topnav {
  overflow: hidden;
  margin: auto;
  margin-top: 0;
  display: flex;
  justify-content: center;
  background-color: #eaeaea;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .topnav {
    flex-wrap: wrap;
    background-color: #00887e;
  }
}

.topnav a {
  display: inline-block;
  color: #d9000b;
  text-align: center;
  padding: 0.75rem 0.75rem;
  margin: 0.3125rem;
  margin-right: 50px;
  font-size: 20px;
  font-weight: 600;
}
.topnav a:hover {
  color: #00887e;
}
.topnav a span {
  margin-left: 2px;
}
@media screen and (max-width: 599px) {
  .topnav a span {
    margin-left: 15px;
  }
}
@media screen and (max-width: 599px) {
  .topnav a {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .topnav a {
    margin-right: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .topnav a {
    margin-right: 5px;
  }
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 599px) {
  .topnav a.icon {
    float: left;
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 7px;
    border-radius: 15px;
    color: #fff;
    background-color: #dd6000;
  }
}

@media screen and (max-width: 599px) {
  .topnav.responsive {
    position: relative;
  }
}

@media screen and (max-width: 599px) {
  .topnav.responsive .icon {
    position: absolute;
    left: 10px;
    top: 0px;
    background-color: #dd6000;
    border-radius: 8px;
  }
  .topnav.responsive .icon span {
    display: none;
  }
  .topnav.responsive .icon:hover i {
    color: #fff;
  }
}

@media screen and (max-width: 599px) {
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
  }
  .topnav.responsive a:hover span {
    background-color: #d9000b;
    padding: 10px;
    border-radius: 8px;
  }
  .topnav.responsive a:hover i {
    color: #d9000b;
  }
}

/*----------------------------------*\
    $ SECTIONS INTRO ET EVENT
\*----------------------------------*/
/*-----Section Intro-----*/
.container__intro-event, .intro_titre, .presentation_intro, .icon_event, .presentation_event {
  display: flex;
  margin: 30px 50px 50px;
}
@media screen and (max-width: 599px) {
  .container__intro-event, .intro_titre, .presentation_intro, .icon_event, .presentation_event {
    margin: auto;
  }
}

@media screen and (max-width: 1024px) {
  .container__intro-event {
    flex-direction: column;
    margin: 0;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
}

.intro {
  flex: 2;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .intro {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .intro {
    width: auto;
    margin-bottom: 30px;
  }
}

.intro, .event {
  background-color: #f2f2f2;
  border-radius: 1.5rem;
}

.presentation_intro {
  justify-content: center;
}
.presentation_intro img {
  margin-top: 15px;
  border: #800000 2px solid;
}
@media screen and (max-width: 599px) {
  .presentation_intro img {
    width: 82%;
    margin-bottom: 20px;
  }
}

/*-----Section Event-----*/
.event {
  flex: 1;
  margin-left: 3%;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .event {
    margin-top: 35px;
    margin-left: 0;
    margin-bottom: 35px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .event {
    padding: 45px;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.icon_event {
  justify-content: space-between;
  align-items: baseline;
}
.icon_event h3 {
  color: #000;
  margin-top: 0;
  font-size: 1.5rem;
}
.icon_event i {
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .icon_event h3, .icon_event i {
    padding-top: 25px;
    padding: 0;
  }
}

.presentation_event {
  margin-top: -50px;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 599px) {
  .presentation_event {
    margin: auto;
    padding: 3%;
  }
}

@media screen and (max-width: 1024px) {
  .elfsight-app-b1a4dd2a-e988-4c87-970b-d9f3aa106107 {
    width: 100%;
    margin: 0;
  }
}

/*----------------------------*\
    $ FOOTER
\*----------------------------*/
.foot {
  display: flex;
  padding: 10px 50px 15px;
  background-color: #00887e;
}
@media screen and (max-width: 768px) {
  .foot {
    display: flex;
    flex-direction: column;
  }
}

.foot div {
  flex: 1;
}

.foot li {
  margin-bottom: 15px;
  margin-left: -40px;
}
.foot li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.foot li a:hover {
  font-weight: bold;
  color: #d9000b;
}

h3 {
  color: #d9000b;
  font-size: 24px;
  font-weight: bold;
}

.logo-P img {
  margin-right: 5px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .logo-P img {
    margin-bottom: 20px;
  }
}

.footbloc_2 {
  margin-left: -250px;
}
@media screen and (max-width: 768px) {
  .footbloc_2 {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
}

/*----------------------------------*\
    $ MODAL
\*----------------------------------*/
:root {
  --modal-duration: 0.8s;
}

/*----------------------------------*\
    $ MODAL
\*----------------------------------*/
.modal-btn {
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  background: #d9000b;
  padding: 2em;
  color: #fff;
  padding: 10px 5px;
  margin: 0;
  border-radius: 1rem;
  cursor: pointer;
  display: flex;
  margin: auto;
}
.modal-btn:hover {
  background: #00887e;
}
@media screen and (max-width: 599px) {
  .modal-btn {
    display: inline-block;
  }
}

/* Modal form */
.btn-submit {
  background: #d9000b;
  margin-top: 0.5em;
  padding: 1em;
  color: #fff;
  border-radius: 15px;
  cursor: pointer;
  font-size: 18px;
}
.btn-submit:hover {
  background: #00887e;
}

.smFont {
  font-size: 16px;
}

.bground {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(26, 39, 156, 0.4);
}

.content {
  margin: 5% auto;
  width: 100%;
  max-width: 500px;
  animation-name: modalopen;
  animation-duration: var(--modal-duration);
  background: #232323;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding-top: 10px;
}

.modal-body {
  padding: 15px 8%;
  margin: 15px auto;
}

label {
  font-family: var(--font-default);
  font-size: 17px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 11px;
}

input {
  padding: 8px;
  border: 0.8px solid #ccc;
  outline: none;
}

.text-control {
  margin: 0;
  padding: 8px;
  width: 100%;
  border-radius: 8px;
  font-size: 20px;
  height: 48px;
}

.formData[data-error]::after {
  content: attr(data-error);
  /*--- Modification de la taille (0.4 en 0.5) ---*/
  font-size: 16px;
  font-weight: bold;
  color: #d9000b;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  /*--- Modification de l'alignement du texte (right en left) ---*/
  text-align: left;
  line-height: 0.3;
  opacity: 0;
  transition: 0.3s;
}

.formData[data-error-visible=true]::after {
  opacity: 1;
}

.formData[data-error-visible=true] .text-control {
  border: 2px solid #d9000b;
}

/*--- Activation de la balise qui control taille et de la couleurs des messages d'erreurs ---*/
input[data-error]::after {
  content: attr(data-error);
  font-size: 16px; /*--- changement de la taille du texte (0.4 en 0.6) ---*/
  color: red;
}

.checkbox-label,
.checkbox2-label {
  position: relative;
  margin-left: 36px;
  font-size: 12px;
  font-weight: normal;
}

.checkbox-label .checkbox-icon,
.checkbox2-label .checkbox-icon {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #00887e;
  border-radius: 50%;
  text-indent: 29px;
  white-space: nowrap;
  position: absolute;
  left: -30px;
  top: -1px;
  transition: 0.3s;
}

.checkbox-label .checkbox-icon::after,
.checkbox2-label .checkbox-icon::after {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #00887e;
  border-radius: 50%;
  text-indent: 29px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 0;
}

.checkbox-input {
  display: none;
}

.checkbox-input:checked + .checkbox-label .checkbox-icon::after,
.checkbox-input:checked + .checkbox2-label .checkbox-icon::after {
  opacity: 1;
}

.checkbox-input:checked + .checkbox2-label .checkbox-icon {
  background: #00887e;
}

.checkbox2-label .checkbox-icon {
  border-radius: 4px;
  border: 0;
  background: #c4c4c4;
}

.checkbox2-label .checkbox-icon::after {
  width: 7px;
  height: 4px;
  border-radius: 2px;
  background: transparent;
  border: 2px solid transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  transform: rotate(-55deg);
  left: 21%;
  top: 19%;
}

.close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
  opacity: 1;
  cursor: pointer;
  transform: scale(0.7);
}

.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: #fff;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.btn-submit,
.btn-signup {
  background: #d9000b;
  display: block;
  margin: 0 auto;
  border-radius: 7px;
  font-size: 1rem;
  margin-top: 70px;
  color: #fff;
  cursor: pointer;
  border: 0;
}
@media screen and (max-width: 599px) {
  .btn-submit,
.btn-signup {
    margin-top: 25px;
  }
}

/* custom select styles */
.custom-select {
  position: relative;
  font-family: Arial;
  font-size: 1.1rem;
  font-weight: normal;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #fff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 13px;
  width: 11px;
  height: 11px;
  border: 3px solid transparent;
  border-bottom-color: #f00;
  border-left-color: #f00;
  transform: rotate(-48deg);
  border-radius: 5px 0 5px 0;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  transform: rotate(135deg);
  top: 13px;
}

.select-items div,
.select-selected {
  color: #000;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  border-radius: 8px;
  height: 48px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 89%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* custom select end */
.text-label {
  font-weight: normal;
  font-size: 16px;
}

/* CONFIRMATION SUBMIT MODAL */
.container__confirmation-envoi {
  display: none;
  background-color: rgba(35, 35, 35, 0.5);
  width: 100%;
  height: 200vh;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.content-thank {
  margin: 5% auto;
  padding: 5%;
  width: 100%;
  max-width: 650px;
  height: 400px;
  background: #232323;
  border-radius: 10px;
  position: relative;
  color: #fff;
  padding-top: 15px;
}

.close-modal-submit {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 2rem;
  height: 2rem;
  opacity: 1;
  cursor: pointer;
  transform: scale(0.7);
  color: #FFFFFF;
}

.close-modal-submit :before,
.close-modal-submit :after {
  position: absolute;
  left: 0.9375rem;
  content: " ";
  height: 2.0625rem;
  width: 0.1875rem;
  background-color: #fff;
}

.close-modal-submit:before {
  transform: rotate(45deg);
}

.close-modal-submit:after {
  transform: rotate(-45deg);
}

.content-thank p {
  width: 100%;
  height: 100%;
  background-color: #232323;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
}

#close-btn-confirmation {
  position: relative;
  top: -165px;
  outline: none;
  border: none;
  font-size: 22px;
  background: #d9000b;
  display: flex;
  margin: auto;
  margin-top: 100px;
  padding: 2em;
  color: #fff;
  padding: 0.75rem 2.5rem;
  border-radius: 1rem;
  cursor: pointer;
}
#close-btn-confirmation:hover {
  background-color: #00887e;
}

/* FIN CONFIRMATION SUBMIT MODAL */
/*----------------------------------*\
    $ Fin MODALE
\*----------------------------------*/
.hero-section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  overflow: hidden;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.2);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .hero-section {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .hero-section {
    padding: 10px;
  }
}

.hero-content {
  padding: 40px 67px;
  margin-left: 20px;
  grid-column: span 1;
  height: 100%;
  background: #232323;
  color: #dd6000;
  position: relative;
  text-align: left;
  min-width: 424px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
@media screen and (max-width: 768px) {
  .hero-content {
    margin: auto;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
    padding: 10px 10px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .hero-content {
    margin-top: 10px;
    min-width: 340px;
    max-width: 540px;
  }
}
@media screen and (max-width: 320px) {
  .hero-content {
    min-width: 300px;
  }
}
.hero-content a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 20px;
}
.hero-content a:hover {
  color: #d9000b;
}
@media screen and (max-width: 768px) {
  .hero-content a {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .hero-content a {
    padding: 8px;
  }
}
.hero-content h1 {
  padding-left: 20px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .hero-content h1 {
    padding-bottom: 10px;
  }
}

.hero-content > * {
  position: relative;
  z-index: 1;
}

.hero-texte {
  grid-column: span 11;
  background-color: #eaeaea;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
@media screen and (max-width: 768px) {
  .hero-texte {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 30px;
  }
}

.texte_1,
.texte_2,
.texte_3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  padding: 0;
  text-align: justify;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .texte_1,
.texte_2,
.texte_3 {
    padding: 20px;
    padding-top: 0px;
  }
}
.texte_1 h2,
.texte_2 h2,
.texte_3 h2 {
  color: #d9000b;
  font-size: 3.5rem;
  text-align: center;
  text-decoration-line: underline;
}
@media screen and (max-width: 599px) {
  .texte_1 h2,
.texte_2 h2,
.texte_3 h2 {
    font-size: 2.9rem;
  }
}

.tab1 {
  animation: fadein 3s ease-in-out;
}

.tab2 {
  animation: fadein 6s ease-in-out;
}

.tab3 {
  animation: fadein 9s ease-in-out;
}

.tab4 {
  animation: fadein 12s ease-in-out;
}

.t1 {
  animation: fadein 3s ease-in-out;
}

.t2 {
  animation: fadein 6s ease-in-out;
}

.t3 {
  animation: fadein 9s ease-in-out;
}

.t4 {
  animation: fadein 12s ease-in-out;
}

.t5 {
  animation: fadein 15s ease-in-out;
}

.t6 {
  animation: fadein 18s ease-in-out;
}

.container__media-PV {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.container__media-PV img {
  width: 550px;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .container__media-PV img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .container__media-PV {
    flex-direction: column;
    width: 100%;
  }
}

.container-image-media, .container-video-media {
  background-color: #eaeaea;
  border-radius: 1.5rem;
  padding: 15px;
  padding-bottom: 20px;
  margin: 20px;
}
.container-image-media:hover, .container-video-media:hover {
  background-color: #00887e;
}
.container-image-media h3, .container-video-media h3 {
  text-align: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}

/*-----Section Images-----*/
/*-----Section Vidéos-----*/
.PDC {
  padding: 50px;
}
.PDC h1 {
  color: #dd6000;
  font-weight: bold;
  text-align: center;
}
.PDC hr {
  border: 1px solid #dd6000;
}
.PDC h3 {
  font-size: 20px;
}

.lien {
  font-weight: bold;
  color: #d9000b;
}
.lien:hover {
  color: #00887e;
}

.MO {
  margin-bottom: 60px;
}

.header-logo {
  margin-left: 50px;
  margin-top: 10px;
}
.header-logo img {
  width: 200px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .header-logo img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header-logo img {
    width: 100%;
    margin-left: -40px;
  }
}
@media screen and (max-width: 599px) {
  .header-logo img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
  }
}

.topnav-Pages {
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .topnav-Pages {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.nav-Pages {
  padding-right: 50px;
}
.nav-Pages a {
  margin: 10px;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .nav-Pages a {
    margin: 0;
    margin-top: 30px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .nav-Pages a {
    display: inline-block;
    color: #fff;
    background-color: #d9000b;
    margin: 7px;
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 30px;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
    justify-content: center;
  }
  .nav-Pages a:hover {
    background-color: #dd6000;
  }
}
@media screen and (max-width: 1024px) {
  .nav-Pages {
    padding: 0px;
    font-size: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-Pages span {
    display: none;
  }
}

.container {
  position: relative;
  min-height: 100vh;
  background: #eaeaea;
}

.container h1 {
  padding-top: 25px;
  font-size: 3rem;
  margin: 2rem 0;
  text-transform: capitalize;
  color: #d9000b;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.2rem;
  text-align: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}

.container .image-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 30px;
}

.container .image-container .image {
  height: 250px;
  width: 350px;
  border: 10px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}
.container .image-container .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.2s linear;
}
.container .image-container .image img:hover {
  transform: scale(1.1);
}

.container .popup-image {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
}
.container .popup-image span {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 60px;
  font-weight: bolder;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}
.container .popup-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #fff;
  border-radius: 5px;
  width: 900px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .container .popup-image img {
    width: 95%;
  }
}

.container .heading {
  padding-top: 25px;
  font-size: 3rem;
  margin: 2rem 0;
  text-transform: capitalize;
  color: #d9000b;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.2rem;
  text-align: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}

.video-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.video-container .video {
  height: 15rem;
  width: 25rem;
  margin: 3rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  overflow: hidden;
  border-radius: 1rem;
}

.video-container .video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  outline: none;
  border: none;
  cursor: pointer;
}
.video-container .video video:hover {
  transition: 0.2s linear;
  transform: scale(1.3);
}

.video-container .video .active {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 80%;
  box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.video-container .video .active:hover {
  transition: none;
  transform: translate(-50%, -50%) scale(1);
}

#tab {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  #tab {
    display: block;
    width: 300px;
  }
}

.tab1, .tab2, .tab3, .tab4 {
  margin: 2px;
}
@media screen and (max-width: 768px) {
  .tab1, .tab2, .tab3, .tab4 {
    margin-bottom: 15px;
  }
}

table {
  border-collapse: collapse;
  border: 1px solid #fff;
  font-size: 14px;
  text-align: center;
}

td, th {
  border: 1px solid #fff;
  width: 300px;
}

th {
  background-color: #000;
  color: #dd6000;
  font-size: 22px;
  height: 40px;
}

td {
  background-color: #c30c0e;
  color: #fff;
  height: 40px;
  border: 1px solid;
}

td:hover {
  background-color: #d84547;
  color: #000;
  font-weight: bold;
}

.texte_3 {
  padding-bottom: 400px;
}

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