/*********** PRÉSENTATION (SECTION 1) ***********/
#ancre-missions,
#ancre-histoire,
#ancre-antennes,
#ancre-equipe,
#ancre-services {
  position: absolute;
  transform: translateY(-80px);
  height: 10px;
  display: block;
  background-color: red;
}

#ancre-services {
  transform: translateY(-140px);
}

.background {
  width: 100%;
}

#presentation {
  background-image: url("/images/backgrounds/background_grand-parcours-G_Bleu-50_2.svg");
  background-size: 101%;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: center;
}

#a-propos #presentation .container:first-child {
  padding: 142px 0px 60px 0px;
  display: flex;
  gap: 84px;
  align-items: center;
}

#presentation p {
  color: #0a2c7a;
}

#a-propos #presentation .col-1 {
  width: 45%;
}

#a-propos #presentation .col-1 > a {
  margin-right: 10px;
}

#a-propos #presentation .col-2 {
  width: 55%;
  position: relative;
}

#a-propos #presentation .col-2 img:last-child {
  width: 100%;
}

#a-propos #presentation .col-2 img:first-child {
  position: absolute;
  z-index: 1;
  width: 106%;
  transform: translate(-4%, -5%);
}

#a-propos #presentation .col-2 img:last-child {
  position: relative;
  z-index: 2;
}

#a-propos #chiffres {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  margin-top: 40px;
}

#a-propos .titre {
  font-weight: 800;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Apparat !important;
}

@media (min-width: 601px) and (max-width: 1000px) {
  #a-propos #presentation .col-2 img {
    max-width: 72%;
  }
}

@media (max-width: 1000px) {
  #a-propos #presentation .container {
    flex-direction: column-reverse;
    gap: 20px;
  }

  #a-propos #presentation .col {
    width: 100%;
  }
}

/*********** MISSIONS (SECTION 2) ***********/
#missions {
  background-color: #0a2c7a;
  color: white;
}

.background-0 {
  position: relative;
  left: -2px;
  top: -1px;
  width: 100.2%;
}

#missions .container {
  padding: 80px 0px 40px 0px;
  display: flex;
  gap: 50px;
}

#missions .col {
  width: 100%;
}

#missions h2 {
  color: white;
}

#missions ul {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  list-style: none;
}

#missions ul li::before {
  content: "➜";
  font-size: 15px;
  position: relative;
  margin-right: 7px;
}

#missions .col-1 ul li::before {
  color: #f8cc46;
}

#missions .col-2 ul li::before {
  color: #52d59d;
}

#missions .col-3 ul li::before {
  color: #f77129;
}

#missions .col-1 .bouton {
  margin-top: 10px;
}

@media (max-width: 900px) {
  #missions .container {
    flex-direction: column;
    gap: 40px;
    padding: 60px 0px 40px 0px;
  }

  #missions ul {
    margin-bottom: 0px;
  }

  #missions .bouton {
    margin-top: 20px;
  }
}

/*********** SERVICES (SECTION 3) ***********/
#services .container {
  padding: 0px 0px 60px 0px;
}

@media (max-width: 900px) {
  #services {
    margin-top: 60px;
  }
}

/*********** HISTOIRE (SECTION 4) ***********/
#histoire {
  background-color: #0a2c7a;
  background-image: url("/images/backgrounds/background_parcours-1_Bleu-50.svg");
  background-size: 106%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#histoire .container {
  padding: 60px 0px 90px 0px;
}

#histoire,
#histoire h2,
#histoire h4 {
  color: white;
}

#titre-histoire {
  margin-bottom: 59px;
}

#histoire .ligne-1 {
  display: flex;
  gap: 50px;
  align-items: center;
}

#histoire .ligne-1-1 h2 {
  font-size: 104px !important;
  margin-bottom: 0px;
  line-height: 1;
  color: #5493f7;
}

#histoire .col-1 {
  width: 50%;
  position: relative;
}

#histoire .col-2 {
  width: 50%;
}

#histoire .col-1 img {
  width: 100%;
}

#icon-exclamation {
  position: absolute;
  top: -18%;
  right: -5%;
  width: 24% !important;
}

#histoire .col-1 img:first-child {
  position: relative;
  z-index: 2;
}

#Background-image-histoire {
  position: absolute;
  z-index: 1;
  width: 106% !important;
  transform: translate(-100%, -5%);
}

/* Onglets */

#histoire .onglets {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

#histoire .onglets a:hover {
  cursor: pointer;
}

#histoire .onglets a.actif,
#histoire .onglets a:hover {
  color: white;
  border: 1px solid #0a5adb;
  background-color: #0a5adb;
}

#histoire .contenus {
  display: grid;
  grid-template-rows: min-content 1fr;
  align-items: start;
}

#histoire .contenus p {
  margin-top: 0px;
}

#histoire .onglet-contenu h2 {
  margin-bottom: 0px;
  font-size: 80px;
  font-weight: 700;
}

#histoire .onglet-contenu {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: 2/1/3/2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#histoire .onglet-contenu.actif {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out 0.4s;
}

#histoire .onglet-contenu p:last-child {
  margin-bottom: 0px;
}

@media (min-width: 601px) and (max-width: 1000px) {
  #histoire .col-1 img {
    max-width: 72%;
  }
}

@media (max-width: 1000px) {
  #histoire .ligne-1 {
    flex-direction: column;
  }
  #histoire .col {
    width: 100%;
  }
}

@media (max-width: 500px) {
  #histoire .col-2 {
    flex-direction: column-reverse;
    display: flex;
    gap: 31px;
  }
  #histoire .onglets {
    margin-top: 0px;
  }
}
/*********** ANTENNES (SECTION 5) ***********/
#antennes .container {
  padding: 60px 0px 60px 0px;
}

#antennes .ligne-1 {
  display: flex;
  gap: 50px;
}

#antennes .col-1 {
  width: 40%;
}

#antennes .col-2 {
  width: 60%;
}

#antennes .responsables .bouton {
  display: none;
}

#antennes .responsables p {
  margin-top: 0px;
  margin-bottom: 5px;
}

#antennes .contenus p,
#antennes .contenus li {
  color: #0a2c7a;
}

#antennes .tel {
  display: none;
}

/* Onglets */

#antennes .onglets {
  margin-top: 20px;
  margin-bottom: 15px;
}

#antennes .onglets a {
  margin-right: 10px;
  margin-bottom: 10px;
}

#antennes .onglets a:hover {
  cursor: pointer;
}

#antennes .onglets a.actif,
#antennes .onglets a:hover {
  color: white;
  border: 1px solid #0a5adb;
  background-color: #0a5adb;
}

#antennes .onglet:hover {
  cursor: pointer;
}

#antennes .contenus {
  display: grid;
  grid-template-rows: min-content 1fr;
}

#antennes .onglet-contenu {
  display: grid;
  grid-template-columns: 1fr;
  grid-area: 2/1/3/2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  align-content: start;
}

#antennes .onglet-contenu.actif {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out 0.4s;
}

/* Carte Antennes */

.container-carte {
  position: relative;
}

.container-carte path {
  fill: #fafafa;
  stroke: #b0b9bd;
}

/*
.container-carte .actif path {
  fill: #0a5adb;
  stroke: #0a5adb;
}
*/
.antenne {
  display: inline-flex;
  align-items: center;
  position: absolute;
}

.antenne:hover {
  cursor: pointer;
}

.antenne .col-texte p {
  margin: 0px;
}

.antenne .col-icon img {
  position: relative;
  top: -2px;
  width: 33px;
}

/* Positions Antennes */

/*.antenne .col-texte {
  position: absolute;
  width: 129px;
}

.antenne.actif .col-texte {
  color: white;
}*/

#antenne-ARA {
  top: 58%;
  left: 60%;
}

#antenne-HDF {
  top: 2%;
  left: 49%;
}

#antenne-BFC {
  top: 41%;
  left: 66%;
}

/*
#antenne-HDF .col-texte {
  top: 106%;
  left: 0%;
}
*/
#antenne-IDF {
  top: 21%;
  left: 51%;
}

#antenne-PACA {
  top: 74%;
  left: 75%;
}

#antenne-MAY {
  top: 58%;
  left: 6%;
}

@media (min-width: 1201px) and (max-width: 1400px) {
  #antennes .col-2 {
    width: 56% !important;
  }
}

@media (min-width: 1001px) and (max-width: 1200px) {
  #antennes .col-2 {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 900px) and (max-width: 1000px) {
  #antennes .col-2 {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1100px) {
  #antennes .ligne-1 {
    flex-direction: column-reverse;
  }
  #antennes .col-1,
  #antennes .col-2 {
    width: 100%;
  }
  .antenne .col-icon img {
    max-width: 78% !important;
  }
}

@media (max-width: 700px) {
  #antennes .ligne-1 {
    gap: 20px;
  }
}

/*********** EQUIPE (SECTION 6) ***********/

#equipe {
  /*background-image: url("/images/backgrounds/background_petits-parcours-couleurs.svg");*/
  background-size: 100%;
  background-position-x: center;
  background-position-y: 281%;
  background-repeat: no-repeat;
}

#equipe .container {
  padding: 60px 0px 120px 0px;
}

/* Onglets */

#equipe .onglets {
  display: inline-flex;
  gap: 10px 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

#equipe .onglets a:hover {
  cursor: pointer;
}

#equipe .onglets a.actif,
#equipe .onglets a:hover {
  color: white;
  border: 1px solid #0a5adb;
  background-color: #0a5adb;
}

#equipe .onglet:hover {
  cursor: pointer;
}

#equipe .contenus {
  display: grid;
  /*grid-template-rows: min-content 1fr;*/
}

#equipe .container-onglet {
  /*display: grid;
  grid-area: 2/1/3/2;
  visibility: hidden;
  opacity: 0;*/
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#equipe .container-onglet.actif {
  display: inherit;
  /*visibility: visible;
  opacity: 1;*/
  -webkit-transition: all 0.4s ease-in-out 0.4s;
  transition: all 0.4s ease-in-out 0.4s;
}

#equipe .onglet-contenu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

/* Blocs */

#equipe .photo {
  display: none;
}

#equipe .bloc {
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.1) !important;
  background-color: white;
  border-radius: 16px;
}

#equipe .bloc .photo {
  /*box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.1) !important;*/
  min-height: 255px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 16px 16px 0px 0px;
}

#equipe .bloc .infos {
  /* box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.1) !important;
  background-color: white;
    border-radius: 16px;*/
  padding: 20px;
  /*border-radius: 0px 0px 16px 16px;*/
  color: #0a2c7a;
}

#equipe .bloc .prenom {
  font-weight: 500;
  font-family: Apparat !important;
}

#equipe .bloc p:first-child {
  margin-top: 0px;
}

#equipe .bloc p:last-child {
  margin-bottom: 0px;
}

#equipe .container > p {
  width: 50%;
}

/* Filtres */

#equipe .filtre:hover {
  cursor: pointer;
}

#equipe .filtres {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

#equipe .bouton.filtre {
  border-radius: 6px;
}

#equipe .filtre.actif {
  background-color: #0a5adb;
  border: 1px solid #0a5adb;
  color: white;
}

#filtres-region-container {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#filtres-region-container.actif {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}

@media (min-width: 901px) and (max-width: 1000px) {
  #equipe .onglet-contenu {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 900px) {
  #equipe .container > p {
    width: 100%;
  }
  #equipe .onglet-contenu {
    grid-template-columns: 1fr 1fr;
  }
  #equipe .bloc .photo {
    min-height: 120px;
  }
  #equipe .infos p {
    margin-top: 0px;
  }
  #equipe .infos p:last-child {
    margin-bottom: 0px;
  }
}
