/*#ta {
  background: url("https://www.anaf.fr/wp-content/uploads/2023/08/Background_TA_BLEU.svg"),
    url("https://www.anaf.fr/wp-content/uploads/2023/08/Background_TA-Vague_BLEUE.svg"),
    url("https://www.anaf.fr/wp-content/uploads/2023/08/Background_TA-Vague_VERTE.svg"),
    url("../images/backgrounds/Parcours-Bleu-clair.svg");
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position-y: 2%, 62.5%, 45%, 26%;
  background-position-x: center, center, center, 700px;
  background-size: 100%, 100%, 100%, 60%;
}*/

/*#ta {
  background: url("https://www.anaf.fr/wp-content/uploads/2023/08/Background_TA_BLEU.svg");
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position-y: 2%;
  background-position-x: center;
  background-size: 100%;
}*/

main.floutage {
  filter: blur(5px);
}

#ta {
  overflow-x: hidden;
}

#ta .background {
  width: 100%;
}

#ta .background-0 {
  position: relative;
  left: -1px;
}

#ta .background-1 {
  position: relative;
  top: 6px;
}

#ta .background-2 {
  position: relative;
  top: -1px;
}

#ta .background-3 {
  position: relative;
  top: -8px;
}

/*********** SOUTENIR L'ANAF ***********/

#soutenir-anaf {
  margin-top: 83px;
}

#soutenir-anaf .container {
  display: flex;
}

#soutenir-anaf .col-1 {
  width: 47%;
  background-image: url("/images/photos/ANAF-11.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#soutenir-anaf .col-2 {
  width: 53%;
  background-color: #0a2c7a;
  color: white;
  padding: 70px 50px 70px 130px;
}

#soutenir-anaf .col-2 .contenu {
  max-width: 710px;
}

#soutenir-anaf .col-2 p {
  margin-top: 0px;
}

#soutenir-anaf .container-boutons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.objectifs-ctn {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.objectif {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1 1 0;
  padding: 1.25rem 1.75rem;
  border-radius: 1rem;
  gap: 0.5rem;
}

.objectif img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.objectif-titre {
  color: white !important;
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0;
}

.objectif-description {
  color: black !important;
  font-size: 0.875rem;
  margin: 0;
}

#popup-ta {
  position: fixed;
  width: 50%;
  top: 20%;
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

#popup-ta img {
  max-width: 100%;
}

.popup #croix {
  position: absolute;
  right: 3px;
  top: 4px;
  background-color: white;
  padding: 10px;
  border-radius: 99px;
  width: 20px;
  transition: transform 0.4s cubic-bezier(0.23, 1.83, 0.42, 1.19);
  -webkit-transition: transform 0.4s cubic-bezier(0.23, 1.83, 0.42, 1.19);
}

.popup #croix:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: transform 0.4s cubic-bezier(0.23, 1.83, 0.42, 1.19);
  -webkit-transition: transform 0.4s cubic-bezier(0.23, 1.83, 0.42, 1.19);
}

@media (min-width: 801px) and (max-width: 1000px) {
  #soutenir-anaf .col-1 {
    min-height: auto !important;
  }

  #soutenir-anaf .col-2 .contenu {
    width: 100%;
  }

  #soutenir-anaf .col-2 {
    min-height: 264px !important;
  }

  #soutenir-anaf .slick-prev,
  #soutenir-anaf .slick-next {
    top: 6%;
  }
}

@media (min-width: 601px) and (max-width: 800px) {
  #soutenir-anaf .container {
    flex-direction: column;
  }

  #soutenir-anaf .col {
    width: 100%;
  }

  #soutenir-anaf .col-1 {
    min-height: 350px;
  }

  #soutenir-anaf .col-2 {
    width: 100%;
    min-height: auto !important;
  }

  #soutenir-anaf .slick-prev,
  #soutenir-anaf .slick-next {
    top: 55%;
  }
}

@media (max-width: 600px) {
  #soutenir-anaf {
    margin-top: 0px;
  }

  #soutenir-anaf .col {
    width: 100%;
  }

  #soutenir-anaf .col-1 {
    display: none;
  }

  #soutenir-anaf .col-2 {
    padding: 150px 20px 70px 20px;
    width: 100%;
    box-sizing: border-box;
  }

  #soutenir-anaf .col-2 .contenu {
    width: 100%;
  }

  .objectifs-ctn {
    flex-direction: column;
  }
}

/*********** CONTRIBUTEURS ***********/

#contributeurs {
  background-color: #C6DCFF;
  padding: 90px 0px;
}

#contributeurs .container {
  display: flex;
  align-items: center;
  gap: 40px;
}

#contributeurs .col-1,
#contributeurs .col-2 {
  width: 50%;
}

#contributeurs .col-1 ul {
  list-style: none;
  padding: 1.25rem 1.5rem;
  margin: 0;
  background-color: #0A2C7A;
  border-radius: 1rem;
  color: #F8CC46;
  display: inline-block;
}

#contributeurs .col-1 ul li {
  color: #F8CC46;
}

#contributeurs .col-1 ul a {
  color: #F8CC46;
}

#contributeurs .col-1 ul .chiffre-contributeur {
  font-size: 1.25em;
  font-weight: 700;
}

#contributeurs .slick-slide img {
  max-width: 95%;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.slick-slide.partenaire {
  display: flex !important;
  justify-content: center !important;
  align-content: center !important;
  align-items: center !important;
  min-height: 100px !important;
  margin-right: 10px;
  margin-left: 10px;
}

.slider-contributeurs .slick-arrow {
  top: 24%;
}

.slider-contributeurs .slick-next {
  right: -8%;
}

.slider-contributeurs .slick-prev {
  left: -8%;
}

.slider-anaf .slick-arrow {
  bottom: -16%;
  right: 0%;
}

.slider-anaf .slick-prev {
  transform: translateX(-55px);
}

#ta .slider-anaf .slide,
#ta .slider-anaf .slick-slide {
  height: 310px;
  border-radius: 20px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@media screen and (max-width: 500px) {
  #contributeurs .container {
    flex-direction: column;
    gap: 10px;
  }

  #contributeurs .col-1,
  #contributeurs .col-2 {
    width: 100%;
  }

  .slider-contributeurs .slick-prev {
    left: 0%;
  }

  .slider-contributeurs .slick-next {
    right: 0%;
  }

  #contributeurs .slick-slide img {
    max-width: 269px;
  }

  #contributeurs {
    padding: 60px 0px;
  }
}

/*********** COMMENT ? ***********/

#comment {
  margin-bottom: 60px;
  padding-top: 60px;
  color: #0a2c7a;
}

#comment h3 {
  margin-bottom: 0px;
}

#comment .container {
  display: flex;
  align-items: center;
}

#comment .container>.col-1 {
  width: 40%;
  position: relative;
}

#comment .col-1 p.special {
  background-color: #0a2c7a;
  color: white;
  padding: 10px 20px 10px 20px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 600;
  margin: 0px;
}

#comment>.col-2 {
  text-align: center;
  width: 60%;
}

#comment ul {
  background-color: #0a2c7a;
  color: white;
  padding: 14px 20px 14px 30px;
  border-radius: 9px;
  z-index: 2;
  position: relative;
}

#comment ul a {
  color: white;
}

#comment .ligne-2-1 {
  display: flex;
}

#comment .ligne-2-1 img {
  width: 18px;
  margin-right: 15px;
}

#comment .accordeon {
  position: relative;
  z-index: 1;
}

#comment .container-boutons {
  display: flex;
  margin-bottom: 10px;
  gap: 20px;
  flex-wrap: wrap;
}

#comment .mockup-soltea {
  width: 100%;
  max-width: 100%;
  padding-bottom: 20px;
}

#comment #mockup-soltea {
  transform: scale(110%);
}

#comment #mockup-soltea-2 {
  display: none;
  padding-bottom: 0px;
}

#comment #btn-soltea-2 {
  display: none;
}

#comment #fleche-soltea {
  position: absolute;
  bottom: -6%;
  width: 78%;
  left: 50%;
  z-index: 1;
}

@media screen and (min-width: 851px) and (max-width: 1000px) {
  #comment .container>.col-1 {
    width: 78%;
  }
}

@media screen and (max-width: 850px) {
  #comment {
    padding-top: 60px;
  }

  #comment .container {
    flex-direction: column;
  }

  #comment .container>.col-1,
  #comment .container>.col-2 {
    width: 100%;
  }

  #accordeon-2,
  #accordeon-3 {
    width: 100%;
  }

  #comment #fleche-soltea {
    display: none;
  }

  #comment #mockup-soltea {
    display: none;
  }

  #comment #btn-soltea-1 {
    display: none;
  }

  #comment #mockup-soltea-2 {
    display: inherit;
    max-width: 500px;
  }

  #comment #btn-soltea-2 {
    display: inherit;
  }
}

/*********** POURQUOI ? ***********/

#pourquoi {
  color: #0a2c7a;
  padding: 1rem;
}

#pourquoi .bloc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem;

}

#raisons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #0A5ADB;
  width: 75%;
}

.raison {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem;
  flex: 1;
  text-align: center;
}

.separator {
  width: 2px;
  background: white;
  height: 70px;
  /* barre plus courte */
  align-self: center;
  /* centre la barre entre le haut et le bas */
}

.raison img {
  width: 70px;
  height: 70px;
  /* hauteur fixe */
  object-fit: contain;
  margin-bottom: 1rem;
}

.raison p {
  color: white
}

.raison p span {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 600px) {
  #raisons {
    flex-direction: column;
    width: 100%;
  }

  .separator {
    width: 70px;
    height: 2px;
    align-self: center;
  }

  #statistiques {
    flex-direction: column;
  }

  #statistiques .encadre-stats {
    flex: none;
    width: 100%;
    box-sizing: border-box;
  }

  .boutton-stats {
    width: 100%;
    box-sizing: border-box;
  }
}

.bloc-statistiques {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  border: 3px solid #5493F7;
  border-radius: 1rem;
  background-image: url('/images/backgrounds/parcours-ta-stats.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}



#statistiques {
  display: flex;
  gap: 1rem;
}

.encadre-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid #5493F7;
  gap: 1rem;
  flex: 1;
  text-align: center;
  padding: 1rem;
  border-radius: 1rem;
  justify-content: center;
  background-color: white;
}

.encadre-stats p {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
}

.encadre-stats p span {
  font-size: 2.25rem;
  font-weight: 600;
}


.encadre-stats:nth-child(1) {
  border-color: #0A5ADB;
}

.encadre-stats:nth-child(1) span {
  color: #0A5ADB;
}

.encadre-stats:nth-child(2) {
  border-color: #F77129;
}

.encadre-stats:nth-child(2) span {
  color: #F77129;
}

.encadre-stats:nth-child(3) {
  border-color: #F77129;
}

.encadre-stats:nth-child(3) span {
  color: #F77129;
}

.encadre-stats:nth-child(4) {
  border-color: #52D59D;
}

.encadre-stats:nth-child(4) span {
  color: #52D59D;
}

.encadre-stats:nth-child(5) {
  border-color: #F8CC46;
}

.encadre-stats:nth-child(5) span {
  color: #F8CC46;
}

#bouttons-stats {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

@media (max-width: 600px) {
  #bouttons-stats {
    flex-direction: column;
    width: 100%;
  }
}

.boutton-stats {
  text-decoration: none;
  display: flex;
  padding: 12px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: white;
  border: 2px solid #0A2C7A;
  color: #0A2C7A;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.boutton-stats:hover {
  background: #0A2C7A;
  color: white;
}

/*********** ACTIONS ***********/
#services {
  padding: 60px 0px 60px 0px;
  color: #0a2c7a;
  position: relative;
  top: -7px;
}

#services .ligne-2 {
  padding-top: 20px;
  width: 100%;
  overflow: hidden;
}

#services .slider-services {
  width: 100%;
}

#services .slider-services h5 {
  font-size: 18px;
}

#services .slider-services h5,
#services .slider-services b {
  color: #5493f7;
}

#services .slider-services .bloc-service#sos h5,
#services .slider-services .bloc-service#sos .chiffre-service,
#services .slider-services .bloc-service#maa h5,
#services .slider-services .bloc-service#maa .chiffre-service {
  color: #52D59D;
  font-weight: 700;
}

#services .slider-services .bloc-service#ftj h5,
#services .slider-services .bloc-service#ftj .chiffre-service,
#services .slider-services .bloc-service#ftj-2 h5,
#services .slider-services .bloc-service#ftj-2 .chiffre-service {
  color: #F77129;
  font-weight: 700;
}

#services .slider-services .bloc-service#mentorat h5,
#services .slider-services .bloc-service#mentorat .chiffre-service,
#services .slider-services .bloc-service#tdf h5,
#services .slider-services .bloc-service#tdf .chiffre-service,
#services .slider-services .bloc-service#ftp h5,
#services .slider-services .bloc-service#ftp .chiffre-service,
#services .slider-services .bloc-service#ac h5,
#services .slider-services .bloc-service#ac .chiffre-service {
  color: #F8CC46;
  font-weight: 700;
}

#services .slider-services .slick-track {
  display: flex;
  padding-bottom: 1rem;
}

#services .slider-services .slick-slide {
  height: auto;
  display: flex !important;
}

#services .slider-services .slick-slide>div {
  display: flex;
  width: 100%;
}

#services .slider-services .bloc-service {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 3px 10.5px 0 rgba(0, 0, 0, 0.15);
}

#services .slider-services .bloc-service .service-img {
  width: 100%;
  display: block;
}

#services .slider-services .bloc-service .col-2 {
  width: 100%;
  background-color: white;
}

#services .slider-services .bloc-service .contenu {
  padding: 20px;
}




.bloc-service h5 {
  margin-bottom: 10px;
}

#services .slick-arrow {
  top: 35%;
}

#services .slick-next {
  right: -1%;
}

#services .slick-prev {
  left: -1%;
}

@media screen and (max-width: 1000px) {
  #ta #services .slider-services .bloc-service {
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 600px) {}

/*********** FAQ ***********/
#ta #faq-TA {
  margin-top: 60px;
  color: #0a2c7a;
}

#ta #faq-TA h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {}

/*********** CONTACT ***********/
#contacts {
  margin-top: 120px;
  margin-bottom: 120px;
  color: #0a2c7a;
}

#contacts .ligne-2 {
  display: flex;
  gap: 30px;
}

#contacts .ligne-2>.col {
  width: 50%;
}

#contacts .col-1 .contact .tel {
  display: none;
}

@media screen and (max-width: 600px) {
  #ta #contacts .ligne-2 {
    flex-direction: column;
  }

  #ta #contacts .ligne-2>.col {
    width: 100%;
  }
}