* {
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: 0;
}

.traduction {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #fafafa;
}

.header_ondule {
  margin-top: 80px;
  width: 100%;
  height: 700px;
  background-size: contain;
  background-position: bottom;
  background-image: url(../select/logo/Mosaik/ondule2fa_inverse.png),
    linear-gradient(170deg, #22436a 0%, #040214 100%) !important;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  /*border: yellow solid 3px;*/
}

.intro_titre {
  width: 100%;
  min-width: 300px;
  height: auto;
  font-size: 3em;
  color: white;
  text-align: left;
  margin-top: 150px;
  margin-left: 25%;
  margin-bottom: 25px;
  /*border: yellow solid 3px;*/
}

#intropP {
  width: 40%;
  height: auto;
  color: white;
  text-align: left;
  opacity: 1;
  font-size: 1em;
  margin-left: 25%;
  /*border: yellow solid 3px;*/
}

.devistradu {
  margin-left: 25%;
  margin-top: 60px;
}

#slide100 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: auto;
  margin: 3vh auto 5vh auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* background-color: #fafafa;*/
  /*border: 4px navy solid;*/
}

#slide100 a:link {
  color: white;
  text-decoration: none;
}

#slide100 a:visited {
  color: white;
}

#slide100 a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  min-width: 230px;
  height: auto;
  margin: 20px 20px 0 20px;
  padding: 25px;
  /*border: 1px green solid;*/
}

#slide100 a img {
  width: 60px;
  height: 60px;
  /* border: 4px green solid;*/
}

#slide100 a h1 {
  color: #151515;
  width: auto;
  height: 40px;
  margin-top: 30px;
  font-size: 1.5em;
  /* border: 1px red solid; */
}

#slide100 a h3 {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #777777;
  text-align: left;
  width: 100%;
  height: 220px;
  margin-bottom: auto;
  /* border: 1px navy solid; */
}

#slide100 a h3 span {
  color: #bb1111;
}

.ligneBasse {
  width: 90%;
  height: 1px;
  margin-top: 10px;
  background-color: #c0c0c0;
  opacity: 0.7;
}

.ligneCote {
  width: 1px;
  height: 450px;
  margin-top: 20px;
  background-color: #c0c0c0;
  opacity: 0.7;
}

.img1 img,
.img2 img,
.img3 img,
.img4 img,
.img5 img,
.img6 img,
.img7 img,
.img8 img,
.img9 img {
  transition-property: transform;
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  /*filter: hue-rotate(300deg);*/
  /*border: 4px red solid;*/
}

.img1:hover img,
.img2:hover img,
.img3:hover img,
.img4:hover img,
.img5:hover img,
.img6:hover img,
.img7:hover img,
.img8:hover img,
.img9:hover img {
  transform: scale(1.3);
  /* filter: hue-rotate(0deg);*/
}

.page_footer {
  width: 70%;
  height: auto;
  box-sizing: border-box;
  padding: 40px;
  margin: 50px auto 150px auto;
  text-align: center;
  background-color: #0c132b;
  border-radius: 20px;
}

.page_footer p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  text-align: center;
  color: white;
}

/*-----------------responsive------------------------------*/

@media (max-width: 1630px) {
  #intropP,
  .intro_titre {
    width: 50%;
  }

  div#loca_slide2 {
    padding: 70px 10% 0 10%;
  }

  div#localMiddle {
    text-align: center;
    padding: 0;
  }
  

}

@media (max-width: 1575px) {
  #slide100 {
    width: 100%;
    margin-top: 70px;
  }

  .ligneCote,
  .ligneBasse {
    display: none;
  }

  #slide100 a {
    width: 90%;
    height: auto;
    margin: 5px 0 30px 0;
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*border: 1px green solid;*/
  }

  #slide100 a h1 {
    height: auto;
    margin: 10px 0;
  }

  #slide100 a h3 {
    height: auto;
    margin-bottom: 40px;
  }

  .page_footer {
    width: 95%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px;
  }

  .page_footer p{
    width: 95%;
  }
}

@media (max-width: 1310px) {
  .intro_traduct {
    margin-left: 10%;
  }
  #intropP,
  .intro_titre {
    width: 90%;
  }

  .intro_titre {
    font-size: 1.7em;
  }

  .img1 img,
  .img2 img,
  .img3 img,
  .img4 img,
  .img5 img,
  .img6 img,
  .img7 img,
  .img8 img,
  .img9 img {
    width: 95%;
  }
}

@media (max-width: 1090px) {
  #intropP,
  .intro_titre {
    width: 80%;
  }

  #slide100 a {
    margin-top: 10px;
  }

  .slide_footer p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  #loca_slide2 {
    padding: 0;
  }

  #loca_slide2 p {
    width: 90%;
    margin: 0;
    /* border: tomato solid 3px;*/
  }
}

@media (max-width: 940px) {
  .intro_traduct {
    margin-top: 50px;
  }

  .intro_traduct {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }



  .page_footer {
    width: 95%;
  }
}

/*--------------------slider défilement automatique traduction-----------------------------------------*/

/*-----------------------------------LOCALISATION-------------------------------------------------*/

#loca_slide2 {
  width: 100%;
  height: auto;
  min-height: 200px;
  padding: 70px 20% 0 20%;
  background-color: #fafafa;
}

#loca_slide2 p {
  width: 100%;
  height: auto;
  color: #0d0d0d;
  text-align: left;
  opacity: 0.6;
  font-size: 1em;
  line-height: 1.7em;
  box-sizing: border-box;
  margin: 0 auto;
}

#localMiddle {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding: 0 15%;
  background-color: #fafafa;
}

#localMiddle a:link {
  text-decoration: none;
}

.loca_etiquettes {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  height: 300px;
  margin: 30px;
  padding-top: 50px;
  box-sizing: border-box;
  background-color: #fdfdfd;
  border-radius: 20px;
  box-shadow: 0 2px 3px 0 rgba(204, 204, 204, 0.2);
  transition: 0.5s ease-out;
}

.loca_etiquettes:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 60px 0 rgba(165, 165, 165, 0.274);
}

.loca_etiquettes:hover img {
  transform: scale(1.1);
}

.loca_etiquettes h2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 180px;
  margin: 0 auto;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  padding: 10px;
  color: rgba(5, 5, 5, 0.822);
}

.loca_etiquettes img {
  margin-bottom: 30px;
  transition: 0.5s ease-out;
}

@media (max-width: 1300px) {
  .header_ondule{
    justify-content: center;
    align-items: center;
    padding:0 20px 40px 20px;
  }


  #intropP, .intro_titre {
    width: 90%;
    margin: 15px auto;
    /*border: yellow solid 3px;*/
  }
  
  .intro_titre {
    font-size: 1.3em;
  }

  .devistradu{
    margin: 25px auto;
  }
  
  #localMiddle {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0 20px;
  }

  #localMiddle a{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .loca_etiquettes{
    width: 80%;
    margin: 10px auto;
    background-image: linear-gradient(170deg, #22436a 0%,#040214 100%)!important;
  }

  .loca_etiquettes h2 {
    color: white;
    font-weight: 300;
  }

  .loca_etiquettes img {
    margin-bottom: 30px;
    height: 110px;
    width: auto;
    transition: 0.5s ease-out;
  }
}

/*---------------------------REDACTION-----------------------------------------*/

.bodyreda {
  padding-bottom: 10vh;
  background-color: #fafafa;
}

#reda_h3 {
  font-style: normal;
  color: #1a1a1a;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
  width: 70%;
  margin: 100px auto 2vh auto;
  text-align: left;
}

#pk {
  width: 70%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto 10vh auto;
  text-align: left;
  /* border: navy 1px solid;*/
}

#pk li {
  margin-bottom: 20px;
  /* border: navy 1px solid;*/
}

@media (max-width: 1300px){
  #reda_h3 {
    font-style: normal;
    color: #1a1a1a;
    font-size: 1.2em;
    line-height: 1.5em;
    width: 70%;
    margin: 100px auto 2vh auto;
    text-align: left;
  }
}

/*---------------------------REVISION-----------------------------------------*/

#revi{
  width: 70%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 200px auto;
  /* border: red 1px solid; */
}

#reviTxt {
  width: 40%;
  margin-top: 50px;
  padding-top: 50px;
  /* border: navy 1px solid; */
}

#revi h2{
  width: 100%;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 1px;
  /* border: navy 1px solid; */
}


#revi h3{
  width: 100%;
  font-size: 1em;
  line-height: 1.8em;
  letter-spacing: 1px;
  /* border: navy 1px solid; */
}

#revi #reviImage{
  width: 40%;
  margin-top: 100px;
  /* border: navy 1px solid; */
}



/*------------------------------------Tradu_Fiches---------------------------------------------------*/
.header-fiches {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding-right: 10%;
  overflow-x: hidden;
  overflow-y: hidden;
  background-size: contain;
  background-position: bottom;
  background-image: url(../select/logo/Mosaik/ondule2fa.png),
    linear-gradient(170deg, #22436a 0%, #040214 100%) !important;
  background-repeat: no-repeat;
}

h1.titre_fiches {
  width: 50%;
  position: relative;
  left: 200px;
  height: auto;
  font-size: 2em;
  padding: 3px 0;
  text-align: right;
  color: white;
  opacity: 0.9;
}


.contenairFiche {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding: 0 0 50px 0;
 /* border: navy 1px solid;*/
}

#TraduFiches_slide {
  width: 70%;
  height: auto;
 /* border: red 1px solid;*/
 
}


#TraduFiches_slide #img_fiches {
  float: left;
  width: 30%;
  height: auto;
  margin-right: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#TraduFiches_slide p {
  width: 100%;
  text-align: left;
  opacity: 0.7;
}

.fct{
  white-space: nowrap;
}

.devisTraduct {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 70px;
  margin: 30px 0 60px 0;
  background-color: #AD6C02;
  border-radius: 10px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 1000;
  transition: .3s ease;
}

.devisTraduct {
  animation-name: FadeHeadeBouton;
  animation-duration: 3s;
}

.devisTraduct{
  background-color: #455bd5;
}

.devisTraduct i{
  font-size: 1.5em;
  margin-left: 20px;
  transition: .3s ease;
}

.devisTraduct:hover {
  background-color: #2a2783;
}

.devisTraduct:hover i{
  transform: translateX(10px);
}

.devisTraduct a:link {
  color: white;
  letter-spacing: 2px;
  text-decoration: none;
  opacity: 1;
  Font-Weight: bold;
}

.devisTraduct a:visited {
  letter-spacing: 2px;
  color: white;
}






@media (max-width:1100px){
  h1.titre_fiches {
    width: 90%;
    font-size: 1.4em;
    line-height: 1.2em;
    margin-right: 0;
    text-align: center;
    left: 10px;
  }

  #TraduFiches_slide {
    width: 90%;
    height: auto;
  }

  #TraduFiches_slide #img_fiches {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .contenairFiche p {
    width: 90%;
    margin: 35px auto 0 auto;
  }

 #TraduFiches_slide .devisTraduct{
    margin-left: 50px;
    /* border: red 1px solid; */
  }
}

@media (max-width: 360px){
  #slide100 a:nth-of-type(5){
    display: none;
  }
}

@media (max-width:290px){
  .intro_titre {
    width: 90%;
    margin: 150px auto;
    /*border: yellow solid 3px;*/
  }

  #slide100 h1{
    font-size: 1em;
    margin-top: 10px 0;
    letter-spacing: 0;
    width: 100%;
    padding: 5px;
  }
}