.section_histoire
{
  position: relative;
  height: 50vw;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.section_histoire .apercu_histoire
{
  position: absolute;
  width: 700px;
  right: 15%;
  background-color: rgba(255,255,255,0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 7px;
  height: 350px;
  top: calc(50% - 50px);
}
.section_histoire .contenu_histoire
{
  display: flex;
  flex-direction: column;
  padding: 35px 30px 30px 46px;
  position: absolute;
  width: calc(700px - 76px);
  right: 15%;
  z-index: 6;
  align-items: center;
  height: calc(350px - 65px);
  top: calc(50% - 50px);
  justify-content: center;
}
.section_histoire .histoire_haut
{
  height: 26vw;
  display: flex;
  padding-left: 10%;
  background-position: center;
  background-size: 100%;
}
.section_histoire .histoire_bas
{
  height: 24vw;
  background-position: center;
  background-size: 100%;
}

.section_histoire .histoire_haut .histoire_haut_gauche {
  padding-top: 6vw;
  padding-right: 30px;
}

.section_histoire .histoire_haut .histoire_haut_gauche img {
  height: 115px;
}

.section_histoire .histoire_haut .histoire_haut_droite {
  display: flex;
  flex-direction: column;
  color: ;
  padding-top: 6vw;
}

.section_histoire .histoire_haut .histoire_haut_droite h3 {
  color: white;
  font-family: var(--police-Oswald-Medium);
  font-weight: lighter;
  line-height: 40px;
  margin-top: -6.5px;
  font-size: 25px;
}

.section_histoire .histoire_haut .histoire_haut_droite p {
  color: white;
  font-family: var(--police-Roboto-Light);
  font-style: italic;
  font-size: 15px;
  line-height: 30px;
  margin: 20px 0px 0px 0px;
}

.section_histoire .histoire_haut .histoire_haut_droite .histoire_savoir_plus {
  display: flex;
  align-items: center;
  margin-top: 30px;
  width: max-content;
  cursor: pointer;
}

.section_histoire .histoire_haut .histoire_haut_droite .histoire_savoir_plus p {
  line-height: 1;
  margin: 0;
  color: var(--couleur-11);
  font-family: var(--police-Roboto-Black);
  text-transform: uppercase;
  font-style: inherit;
  margin-right: 15px;
}

.section_histoire .histoire_haut .histoire_haut_droite .histoire_savoir_plus img {
  height: 17px;
}


.section_histoire .contenu_histoire .haut_contenu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_histoire .contenu_histoire .haut_contenu img {
  height: 45px;
  margin-bottom: 25px;
}

.section_histoire .contenu_histoire .haut_contenu h3 {
  color: white;
  font-weight: ;
  font-family: var(--police-Oswald-Medium);
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
}

.section_histoire .contenu_histoire .milieu_contenu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_histoire .contenu_histoire .milieu_contenu p {
  text-align: center;
  color: white;
  margin-bottom: 30px;
  font-family: var(--police-Roboto-Regular);
}

.section_histoire .contenu_histoire .bas_contenu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_histoire .contenu_histoire .bas_contenu a {
  box-shadow: 0px 3px 6px #00000029;
  background-color: var(--couleur-1);
  color: white;
  padding: 15px 80px;
  font-family: var(--police-Roboto-Regular);
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 7px;
  cursor: pointer;
  font-size: 15px;
}


.section_histoire .contenu_histoire .bas_contenu a:hover {
  background-color: var(--couleur-11);
}


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


  .section_histoire .histoire_haut .histoire_haut_gauche img {
    height: 90px;
  }

  .section_histoire .histoire_haut .histoire_haut_droite h3 {
    line-height: 34px;
    margin-top: -10.5px;
    font-size: 20px;
  }

  .section_histoire .histoire_haut .histoire_haut_droite p {
    font-size: 13px;
    line-height: 25px;
    margin: 4px 0px 0px 0px;
  }

  .section_histoire .histoire_haut .histoire_haut_droite .histoire_savoir_plus {
    margin-top: 19px;
  }

  .section_histoire .histoire_haut .histoire_haut_droite .histoire_savoir_plus img {
    height: 15px;
  }

  .section_histoire .contenu_histoire .haut_contenu h3 {
    font-size: 22px;
  }

  .section_histoire .contenu_histoire .milieu_contenu p {
    font-size: 14px;
  }

  .section_histoire .contenu_histoire .haut_contenu img {
    height: 41px;
  }

  .section_histoire .contenu_histoire .bas_contenu a {
    font-size: 14px;
  }



  .section_histoire .apercu_histoire {
    width: 650px;
    height: 300px;
  }

  .section_histoire .contenu_histoire {
    width: calc(650px - 76px);
    height: calc(300px - 65px);
  }

}

@media screen and (max-width:1200px)
{
  .section_histoire .histoire_haut .histoire_haut_gauche {
    padding-top: 0;
    margin-top: -105px;
  }

  .section_histoire .histoire_haut .histoire_haut_droite {
    padding-top: 0;
  }

  .section_histoire .histoire_haut .histoire_haut_droite h3 {
    margin-top: 0px;
  }



  .section_histoire {
    height: 100vw;
  }

  .section_histoire .histoire_haut {
    height: 52vw;
    padding-left: 5%;
    background-size: cover;
    align-items: center;
  }

  .section_histoire .histoire_bas {
    height: 48vw;
    background-size: cover;
  }

}


@media screen and (max-width:930px)
{
  .section_histoire .apercu_histoire,
  .section_histoire .contenu_histoire
  {
    right: calc(50% - 325px);
  }
}

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

  .section_histoire {
    height: 100vh;
  }
  .section_histoire .histoire_bas {
    height: 48vh;
  }
  .section_histoire .histoire_haut {
    height: 56vh;
    padding-left: 0;
    align-items: flex-start;
    justify-content: center;
    padding-top: 6vh;
  }
  .section_histoire .histoire_haut .histoire_haut_gauche {
    margin-top: 7px;
  }


  .section_histoire .apercu_histoire {
    width: 85%;
    height: unset;
    min-height: 340px;
  }
  .section_histoire .contenu_histoire {
    width: calc(85% - 76px);
    min-height: calc(340px - 65px);
    height: unset;
  }


  .section_histoire .apercu_histoire, .section_histoire .contenu_histoire {
    right: calc(7.5%);
  }
  .section_histoire .histoire_haut .histoire_haut_gauche img {
    height: 60px;
  }
  .section_histoire .histoire_haut .histoire_haut_droite h3 {
    line-height: 29px;
    font-size: 16px;
    width: 90%;
  }
  .section_histoire .histoire_haut .histoire_haut_droite p {
    font-size: 11px;
    line-height: 17px;
    width: 90%;
  }

}

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

  .section_histoire .apercu_histoire, .section_histoire .contenu_histoire {
    right: calc(2.55%);
  }
  .section_histoire .apercu_histoire {
    width: 95%;
    height: unset;
    min-height: 320px;
  }
  .section_histoire .contenu_histoire {
    height: unset;
    justify-content: flex-start;
    padding: 35px 20px;

      width: calc(95% - 40px);
      min-height: calc(320px - 70px);
  }


.section_histoire .contenu_histoire .haut_contenu h3 {
  font-size: 17px;
  text-align: center;
}


  .section_histoire .contenu_histoire .milieu_contenu p {
    font-size: 11px;
  }
  .section_histoire .contenu_histoire .bas_contenu a {
    font-size: 12px;
  text-align: center;
  padding: 0;
  height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_histoire .contenu_histoire .bas_contenu {
  width: 90%;
}
.section_histoire .contenu_histoire .bas_contenu {
margin-top: auto;
}
}
@media screen and (max-width:450px)
{


  .section_histoire .histoire_haut {
    height: 58vh;
    padding-top: 4vh;
  }



    .section_histoire .histoire_haut .histoire_haut_gauche {
      margin-left: auto;
    }

    .section_histoire .histoire_haut .histoire_haut_droite {
      margin-right: auto;
      width: 60%;
    }


}
