@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
  background-color: #F7F7F7;
}
p, a, span, li{
  font-size: 20px;
  font-weight: 400;
  font-family: "Inter", serif;
  color: #1C294C;
}
h1{
  font-size: 32px;
  font-weight: 600;
  font-family: "Inter", serif;
  color: #1C294C;
}
h2{
  font-size: 32px;
  font-weight: 600;
  font-family: "Inter", serif;
  color: #1C294C;
}
h2 span{
  font-size: 32px;
  font-weight: 600;
  font-family: "Inter", serif;
  color: #1C294C;
  background-color: #C3A408;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 5px 5px 5px 5px;
}
h3{
  font-family: "Inter", serif;
  font-weight: 600;
  color: #1C294C;
}
a:focus, a:active{
  outline: none;
}
p, li{
  font-size: 17px !important;
}
/*
.wp-block-button__link{
  color: #F7F7F7;
  background-color: #C3A408;
  padding: 12px 17px;
  border-radius: 0px;
  border: 1px solid #C3A408;
  transition: ease 0.3s all;
}
.wp-block-button{
  padding: 7px;
  border: 1px solid #C3A408;
}
.wp-block-button__link:hover{
  color: #C3A408;
  background-color: #F7F7F7;
  padding: 12px 17px;
  border-radius: 0px;
}
*/

/*
.wp-block-button__link{
  color: #C3A408;
  background-color: rgba(0,0,0,0);
  padding: 12px 50px 12px 5px;
  border-radius: 0px;
  transition: ease 0.3s all;
  position: relative;
}
.wp-block-button{
  padding: 7px;
}
.wp-block-button__link:hover{
  color: #C3A408;
  background-color: rgba(0,0,0,0);
  border-radius: 0px;
}
.wp-block-button__link::before{
  content: '';
  display: block;
  position: absolute;
  background-image: url(/wp-content/themes/twentytwentyfive/assets/webeol/grand-d2.svg);
  transform: translate(-100%, -50%);
  top: 50%;
  left: 100%;
  width: 20px;
  height: 20px;
}
.wp-block-button__link::after{
  content: '';
  display: block;
  position: absolute;
  background-color: #C3A408;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: ease 0.3s all;
}
.wp-block-button__link:hover::after{
  right: 30px;
  width: 10px;
  height: 10px;
}
*/
.dft .wp-block-button__link{
  color: #C3A408;
  background-color: #F7F7F7;
  padding: 12px 60px 12px 60px;
  border-radius: 25px;
  border: 1px solid #C3A408;
  transition: ease 0.3s all;
  position: relative;
}
.dft .wp-block-button__link::after{
  content: '';
  display: block;
  position: absolute;
  background-image: url(/wp-content/themes/twentytwentyfive/assets/webeol/grand-d2.svg);
  transform: translate(0%, -50%) rotate(-90deg);
  background-repeat: no-repeat;
  top: 50%;
  left: 5px;
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: ease 0.3s all;
}
.dft .wp-block-button__link:hover::after{
  transform: translate(-100%, -50%) rotate(0deg);
  left: calc(100% - 5px);
  opacity: 1;
}




.home-banner{
  max-width: none;
  width: 100%;
  gap: 0;
  margin-block-start: 0;
  background-color: #1C294C;
  position: relative;
}
.home-banner-content{
  max-width: 1400px;
  height: 90vh;
}
.title-home, .content-home{
  color: #F7F7F7;
}
.title-home{
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.title-home::after{
  content: '';
  display: block;
  position: absolute;
  width: 110%;
  height: 1px;
  background-color: #C3A408;
  left: 0;
  bottom: -5px;
}
.btn-banner-except{
  padding: 0;
  border: 0;
  border-bottom: 1px solid #C3A408;
  margin-left: 30px !important;
}
.btn-banner-except a{
  color: #C3A408;
  background-color: rgba(0,0,0,0);
  padding: 0 0 2px;
  border: 0;
}
.btn-banner-except a:hover{
  background-color: rgba(0,0,0,0);
  padding: 0 0 5px;
}
.btn-banner-except a::after , .btn-banner-except a::before{
  display: none;
}
.home-img-part{
  min-height: 90vh;
  position: relative;
  margin-top: 200px !important;
}

/*
.home-banner::after{
  content: '';
  background: url(/wp-content/themes/twentytwentyfive/assets/webeol/banner3.webp);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  right: 0;
  bottom: 0px;
  position: absolute;
  display: block;
}
*/
.home-banner::before{
  content: '';
  background-color: #1C294C;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  position: absolute;
  display: block;
  opacity: 0.6;
  z-index: 1;
}
.text-content-banner{
  padding: 15px;
  z-index: 1;
  margin-bottom: 40px !important;
}
.entry-content{
  padding: 0;
}
.home-banner .wp-block-button__link{
  background-color: rgba(0, 0, 0, 0);
}
.filiere-bloc{
  max-width: none;
  width: 100%;
  gap: 0;
  margin-block-start: 0;
}
.filiere-img-side{
  background-color: #1C294C;
  align-content: center;
}
.filiere-deca{
  padding-left: 20px;
  padding-top: 50px;
}
.filiere-text-bloc{
  padding: 50px;
}
.filiere-img-side span{
  background-color: rgba(0, 0, 0, 0) !important;
}
.filiere-img-side .banner-bloc{
  width: 100%;
  height: 100%;
}

.bloc-central{
  max-width: none;
  width: 100%;
  gap: 0;
  margin-block-start: 0;
  padding-top: 100px;
}
.central-correct{
  max-width: none;
  width: 100%;
}
.central-home{
  position: relative;
}
.central-img-zone{
  height: 345px;
  margin-top: 25px;
  background-position: center center;
  background-attachment: fixed;
}
.prepare-central{
  position: relative;
  max-width: none;
  width: 100%;
  margin-bottom: 60px;
}
.prepare-central::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C3A408;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.central-text, .central-text p, .prepare-central h2{
  max-width: 1000px;
}

.empty-content{
  max-width: none;
  width: 100%;
  gap: 0;
  margin-block-start: 0;
  position: relative;
}
.content-default-left{
  max-width: 1420px;
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  border-right: 1px solid #C3A408;
  padding: 100px 0;
}
.def-left-title{
  max-width: 1000px;
  margin-right: 0 !important;
  padding: 0 50px;
}
.def-left-content{
  max-width: 1200px;
  margin-right: 0 !important;
  padding: 50px 50px 0 50px;
}
.subject-div-left{
  background-color: #C3A408;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-radius: 0 0 0 5px;
}
.subject-div p{
  font-size: 30px;
  font-weight: 600;
  font-family: "Inter", serif;
  color: #F7F7F7;
  padding: 20px 50px;
}

.content-default-right{
  max-width: 1420px;
  margin-right: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  border-left: 1px solid #C3A408;
  padding: 100px 0;
}
.def-right-title{
  max-width: 1000px;
  margin-left: 0 !important;
  padding: 0 50px;
}
.def-right-content{
  max-width: 1200px;
  margin-left: 0 !important;
  padding: 50px 50px 0 50px;
}
.subject-div-right{
  background-color: #C3A408;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.subject-div-right{
  border-radius: 0 0 5px 0;
}


.six-bloc-zone{
  max-width: none;
  width: 100%;
  gap: 0;
  margin-block-start: 0;
  background-color: #1C294C;
}
.six-bloc-grid{
  max-width: none;
  width: 100%;
  gap: 0;
  margin-block-start: 0;
}
.one-bloc-grid span{
  display: none;
}
.one-bloc-grid{
  height: 640px;
  border: 3px solid #F7F7F7;
}
.one-bloc-grid > div{
  position: unset !important;
}
.one-bloc-content{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  padding: 20px;
  background-color: #F7F7F7;
  border-radius: 0 5px 0 0;
}
.one-bloc-content h4{
  font-size: 24px;
  font-weight: 600;
  font-family: "Inter", serif;
  color: #1C294C;
}
.one-bloc-content p{
  color: #1C294C;
}

.one-bloc-number{
  background-color: #C3A408;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0 0 5px;
}
.one-bloc-number p{
  font-size: 30px;
  font-weight: 600;
  font-family: "Inter", serif;
  color: #F7F7F7;
  padding: 20px 50px;
  position: relative;
  z-index: 1;
}
.one-bloc-grid img{

}
.bloc1{
  border-left: 0px;
}
.bloc5{
  border-right: 0px;
}
.bloc1 img{
  top: 100% !important;
  height: auto !important;
  transform: translateY(-100%);
  width: 110% !important;
}
.bloc2 img{
  top: 100% !important;
  height: auto !important;
  transform: translateY(-100%);
  width: 118% !important;
  left: -30% !important;
}
.bloc3 img{
  top: 100% !important;
  height: auto !important;
  transform: translateY(-100%);
}
.bloc4 img{
  top: 90% !important;
  height: auto !important;
  transform: translateY(-100%);
  width: 90% !important;
}
.bloc5 img{
  top: 100% !important;
  height: auto !important;
  transform: translateY(-100%);
}
.bloc6 img{

}
.p-after-quad p{
  max-width: 100%;
}
.qs-content{
  max-width: 1000px;
}

.qs-single-content{
  padding: 20px;
  border-radius: 0px 10px 10px 0px;
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);*/
  display: flex;
  align-items: center;
  background-color: #1C294C;
  height: 100%;
}
/*
.qs-single{
  padding-left: 30px;
}
.qs-single::after{
  content: '';
  background: url(/wp-content/themes/twentytwentyfive/assets/webeol/circle2.svg);
  width: 20px;
  height: 100%;
  background-repeat: repeat;
  background-size: contain;
  left: 0;
  top: 0px;
  position: absolute;
  display: block;
  filter: brightness(0) saturate(100%) invert(13%) sepia(34%) saturate(1278%) hue-rotate(186deg) brightness(93%) contrast(92%);
  transition: all ease 0.3s;
}
.qs-single:hover::after{
  background-position: 0px 20px;
}*/
.qs-single::after{
  content: '';
  background: url(/wp-content/themes/twentytwentyfive/assets/webeol/half-hibou.svg);
  width: 99%;
  height: 99%;
  background-repeat: no-repeat;
  background-size: 68%;
  background-position: left;
  left: 0;
  top: 50%;
  position: absolute;
  display: block;
  /*filter: brightness(0) saturate(100%) invert(13%) sepia(34%) saturate(1278%) hue-rotate(186deg) brightness(93%) contrast(92%);*/
  transition: all ease 0.3s;
  z-index: 1;
  transform: translateY(-50%);
}

.qs-two, .qs-four{
  top: 40px;
}
.und-qs{
  margin-top: 40px !important;
}
.qs-ind p{
  color: #ffffff !important;
  z-index: 2;
}
.qs-ind {
  margin-bottom: 40px;
  /*width: 720px;*/
  margin-left: auto;
  margin-right: auto;
  gap: 2rem;
}
.qs-single-content{
  display: flex;
  transition: all ease 0.3s;
}
.qs-single-content::after{
  content: '';
  width: 10px;
  height: 100%;
  background-repeat: repeat;
  background-size: contain;
  right: 0;
  top: 0;
  position: absolute;
  display: block;
  transition: all ease 0.3s;
  border-radius: 0 10px 10px 0;
  background-color: #C3A408;
  transition: all ease 0.3s;
}
.qs-single:hover .qs-single-content::after{
  width: 100%;
}
.qs-single:hover .qs-single-content{
  padding: 30px 10px 10px 30px;
}

.content-trip{
  margin-bottom: 150px !important;
  max-width: 100%;
}
.grid-trip{
  max-width: 100%;
  margin-bottom: 140px;
  align-items: stretch;
  justify-content: space-evenly;
  gap: 5rem;
}
.grid-trip div{
  /*padding: 20px;
  /border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);*/
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 27%;
}
.grid-trip h3{
  padding-top: 20px;
}
.grid-trip p{
  margin-top: 5px;
}
.trip-single *{
  z-index: 1;
}
.trip-single{
  position: relative;
  background-position: top left !important;
  background-size: 50% 50% !important;
  border-right: 1px solid #C3A408;
  transition: all ease 0.3s;
  padding: 90px 20px 10px !important;
}
.trip-single::after{
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #f7f7f7;
  background: linear-gradient(90deg,rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 60%);
  width: 100%;
  height: 100%;
}
.trip-un{
  top: 40px;
}
.trip-deux{
  top: 80px;
}
.trip-trois{
  top: 120px;
}
.trip-quatre{
  top: 60px;
}
.trip-cinq{
  top: 100px;
}

.trip-un:hover{
  top: 0px
}
.trip-deux:hover{
  top: 40px;
}
.trip-trois:hover{
  top: 80px;
}
.trip-quatre:hover{
  top: 20px;
}
.trip-cinq:hover{
  top: 60px;
}

.column-pos{
  position: relative;
}
.column-pos::after{
  content: '"';
  position: absolute;
  display: block;
  right: 285px;
  top: 0;
  transform: translateY(-60%);
  font-size: 62px;
  font-weight: 600;
  font-family: "Inter", serif;
  color: #C3A408;
}
.r-content-alt{
  position: relative;
}
.tl-off{
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-20%);
  width: 300px;
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
}

.central-aft-alt::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C3A408;
  position: absolute;
  top: 0;
  left: 0;
}
.central-aft-alt .prepare-central::after{
  display: none;
}
.solo-img{
  max-width: 100%;
  margin-top: 0px !important;
}
.exception-def{
  border: 0px;
}



.nav-render{
  min-width: 100%;
  padding: 15px 0 !important;
}
.nav-render .wp-block-site-logo img{
  height: 70px !important;
  width: auto !important;
}
.nav-classic{
  margin-left: 30px;
}
.nav-all a{
  font-weight: 400;
  color: #1C294C !important;
  font-size: 22px;
}
.nav-classic a::after{
  content: '';
  display: block;
  width: calc(0% + 20px);
  height: 1px;
  background-color: #C3A408;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all ease 0.3s;
}
.deroulant{
  left: 0 !important;
}
.deroulant ul a span{
  font-size: 18px;
  color: #C3A408 !important;
  transition: all ease 0.3s;
}
.deroulant ul a:hover span{
  color: #1C294C !important;
}
.deroulant ul{
  padding-top: 18px;
  background-color: #F7F7F7 !important;
  border: 0px !important;
  text-align: left;
  left: -20px !important;
  border-radius: 5px;
  padding-bottom: 5px;
}
.deroulant ul li{
  background-color: rgba(0, 0, 0, 0) !important;
}
.deroulant ul a{
  justify-content: left;
}
.deroulant ul a::after{
  width: calc(0% + 0px);
}
.nav-classic a:hover::after{
  width: calc(100%);
}
.nav-all a span{
  font-weight: 400;
  color: #1C294C !important;
  font-size: 22px;
}
.contact-nav{
  margin-left: 100px;
}
.nav-all a:hover{
  text-decoration: none !important;
}
.contact-nav a{
  background-color: rgba(0,0,0,0);
  padding: 10px 30px 10px 30px;
  border-radius: 25px;
  border: 1px solid #C3A408;
  transition: ease 0.3s all;
  position: relative;
  z-index: 1;
}
.contact-nav a:hover{
    padding: 10px 50px 10px 10px;
}
.contact-nav a span{
  color: #C3A408 !important;
}
.contact-nav::after{
  content: '';
  display: block;
  position: absolute;
  background-image: url(/wp-content/themes/twentytwentyfive/assets/webeol/grand-d2.svg);
  transform: translate(0%, -50%) rotate(-90deg);
  background-repeat: no-repeat;
  top: 50%;
  left: 5px;
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: ease 0.3s all;
}
.contact-nav:hover::after{
  transform: translate(-100%, -50%) rotate(0deg);
  left: calc(100% - 5px);
  opacity: 1;
}
header{
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #F7F7F7;
  box-shadow: #0e0e0e9e 0px 1px 20px;
}



footer{
  margin-top: 0;
  background-color: #C3A408;
}
.footer-pre-grid{
  padding: 0 50px 40px !important;
}
.footer-grid{
  min-width: 100%;
  align-items: center !important;
}
.footer-centered{
  align-items: left !important;
}
.macaron p{
  border: 1px solid #1C294C;
  padding: 15px 70px;
}
.link-footer{
  border: 0;
}
.link-footer a{
  font-weight: 400;
  color: #1C294C !important;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  padding: 0;
}
.link-footer a:hover{
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}
.link-footer a::after{
  content: '';
  display: block;
  width: calc(0% + 60px);
  height: 1px;
  background-color: #1C294C;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all ease 0.3s;
}
.link-footer a:hover::after{
  width: calc(100%);
}
.footer-filiere{
  width: 100%;
}
.raw-filiere{
  margin-top: 0;
}
.copyright-section{
  display: block !important;
}
.copyright-text{
  display: inline !important;
}
.copyright-div{
  display: inline !important;
}
.copyright-btn{
  padding: 0;
}
.all-link-footer{
  padding-top: 20px;
}
.resp-pad{
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1650px){
  .def-right-title{
    padding-top: 90px;
  }
  .def-left-title{
    padding-top: 90px;
  }
  .one-bloc-content{
    width: 90%;
  }
  footer{
    margin-top: 0;
    background-color: #C3A408;
  }
  .footer-pre-grid{
    padding: 0 20px 40px !important;
  }
  .content-default-left{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .def-left-title{
    margin: auto !important;
  }
  .def-left-content{
    margin: auto !important;
  }
  .content-default-right{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .def-right-title{
    margin: auto !important;
  }
  .def-right-content{
    margin: auto !important;
  }
}
@media (max-width: 1800px) and (min-width: 1150px) {
  .one-bloc-grid{
    height: 490px;
  }
}
@media (max-width: 1470px) and (min-width: 1150px){
  .bloc1 img{
    transform: translate(-50%, -100%);
    left: 50% !important;
    width: 120% !important;
  }
}
@media (max-width: 1470px){
  .empty-content{
    padding: 0 50px;
  }
}
@media (max-width: 1206px){
  .contact-nav{
    margin-left: 10px;
  }
  .nav-classic{
    margin-left: 10px;
  }
}
@media (max-width: 1150px){
  .six-bloc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1024px){
  .qs-ind{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .trip-quatre{

  }
}
@media (max-width: 881px){
  .grid-trip div{
    width: 40%;
  }
  .trip-quatre{
    top: 120px;
  }
  .trip-trois{
    top: 80px;
  }
}
@media (max-width: 767px){
  .six-bloc-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .qs-ind{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-trip .trip-single{
    width: 100%;
    background-position: center top !important;
  }
  .trip-single::after{
    display: none;
  }
  .qs-two, .qs-four, .und-qs{
    top: 0px !important;
  }
  .qs-single::after{
    background-size: contain;
  }
}
