@import url('https://fonts.googleapis.com/css2?family=Lora:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*{
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

.header{
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-family: 'Montserrat';
    padding-top: 2%;
    padding-bottom: 2%
}

.main-logo {
    height: 72px;
}

.nav-ul {
    display: flex;
    align-items: center;
    font-size: 15px;
}


@media only screen and (max-width: 600px) {
    .nav-ul {
        display: none;
    }
  }

#menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }
  .menu__btn {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 2;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #ECEFF1;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
    z-index: 1;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
  }
  .menu__item:hover {
    background-color: #CFD8DC;
  }

  .menu-icon-container {
      display: flex;
      padding-top: 5%;
  }

  @media only screen and (min-width: 600px) {
    .hamburger-menu {
        display: none;
    }
  }

.nav-li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 56px;
    margin-right: 57px;
}

.nav-li:after {
    content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #E96548;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  margin-top: 3px;
}

.nav-li:hover:after{
  transform: scaleX(1);
  transform-origin: bottom left;
}


.ligne-orange {
  border-top: #E96548 solid 1px;
}

.img-container {
    padding-top: 15px;
}

.home-img {
  width: 820px;
  height: 411px;
    display: block;
    margin-left: auto;
    margin-right: 100px;
    margin-top: 90px;
}

@media only screen and (max-width: 600px) {
  .home-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
     width: 100%;
      height: auto;
      margin-top: 25px;
  }
}

.mouse-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    padding-top: 7%;
}

.prestation {
  padding-bottom: 100px;
}

.prestation_title{
    padding-top: 6%;
    padding-left: 90px;
    font-family: 'Lora';
    font-size: 32px;
}

@media only screen and (max-width: 600px) {
  .prestation_title{
    padding-top: 18%;
    font-family: 'Lora';
    font-size: 20px;
    padding-left: 0px;
    text-align: center;
}
}

.prestation_title_line{
    border-top: #E96548 solid 3px;
    width: 84px;
    margin-left: 90px;
    margin-top: 16px;
}

@media only screen and (max-width: 600px) {
  .prestation_title_line{
    display: block;
    border-top: #E96548 solid 3px;
    width: 84px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}
}

.orange {
   color: #E96548 ;
}

.title_home {
    position: absolute;
    left: 100px;
    top: 276px;  
      font-size: 42px;
    color: black;
    font-family: 'Lora', serif;
}

@media only screen and (max-width: 600px) {
  .title_home {
      display: block;
      font-size: 30px;
      color: black;
      font-family: 'Lora', serif;
      position: inherit;
      text-align: center;
      padding-top: 50px;
  }
}

.home_blueLine {
    border-top: #E96548 solid 4px;
    width: 5%;
    position: absolute;
    top: 401px;
    left: 100px;
}

@media only screen and (max-width: 600px) {
  .home_blueLine {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-top: #E96548 solid 2px;
    width: 50%;
    position: inherit;
    margin-top: 20px;
  }
}

.home_text {
  color: #222222;
  max-width: 28%;
  position: absolute;
  top: 441px;
  left: 100px;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Montserrat';
}

@media only screen and (max-width: 600px) {
  .home_text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position:inherit;
  color: #222222;
  max-width:72%;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 25px;
  padding-top: 20px;
  font-family: 'Montserrat';
  }
}

.home_button {
    bottom: 0;
    width: 238px;
    height: 50px;
    border: 1px solid;
    border-color: #E96548;
    border-width: 1px;
    border-radius: 50px;
    justify-content: center;
     align-items: center;
     display: inline-flex;
    color: white;
    margin-top: 20px;
    background-color: #E96548;
    cursor: pointer;
    position: absolute;
    left: 100px;
    top: 586px;
    font-family: 'Montserrat';
}

@media only screen and (max-width: 600px) {
  .home_button {
    width: 190px;
    height: 50px;
    border: 1px solid;
    border-color: #E96548;
    border-width: 1px;
    border-radius: 50px;
    justify-content: center;
     align-items: center;
     display: inline-flex;
    color: white;
    margin-top: 20px;
    background-color: #E96548;
    cursor: pointer;
    font-family: 'Montserrat';
    position:inherit;
    font-size: 12px;
}
}

.home_button_low {
  bottom: 0;
  width: 238px;
  height: 50px;
  border: 1px solid;
  border-color: #E96548;
  border-width: 1px;
  border-radius: 50px;
  justify-content: center;
   align-items: center;
   display: inline-flex;
  color: white;
  margin-top: 20px;
  background-color: #E96548;
  cursor: pointer;
  position: absolute;
  left: 100px;
  top: 650px;
  font-family: 'Montserrat';
}

@media only screen and (max-width: 600px) {
  .home_button_container {
    text-align: center;
}
}

.infos {
  padding-top: 6%;
  display: flex;
  justify-content: space-evenly;
}

@media only screen and (max-width: 600px) {
  .infos {
    padding-top: 6%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.infos_container {
  width: 400px;
  height: 298px;
  background: #E96548;
  box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
  border-radius: 12px;
}

@media only screen and (max-width: 600px) {
  .infos_container {
    width: 325px;
    height: 254px;
    background: #E96548;
    box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
    border-radius: 12px;
  }
}

.infos_container_mid {
  width: 400px;
  height: 298px;
  background: #E96548;
  box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
  border-radius: 12px;
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 600px) {
  .infos_container_mid {
    width: 325px;
    height: 254px;
    background: #E96548;
    box-shadow: 10px 10px 50px 3px rgba(39, 92, 141, 0.1);
    border-radius: 12px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.infos_logo {
  padding-top: 32px;
  padding-left: 32px;
}

@media only screen and (max-width: 600px) {
  .infos_logo {
    height: 38px;
  }
}

.infos_title {
  color: white;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  padding-left: 32px;
  padding-top: 16px;
}

@media only screen and (max-width: 600px) {
  .infos_title {
    color: white;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    padding-left: 32px;
    padding-top: 16px;
  }
}

.infos_text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 21px;
  color: white;
  padding-left: 32px;
  padding-top: 25px;
  max-width: 82%;
}

@media only screen and (max-width: 600px) {
  .infos_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: white;
    padding-left: 32px;
    padding-top: 6px;
    max-width: 82%;
  }
}

.white_bold {
  color: white;
  font-family: 'Montserrat';
  font-weight: bold;
}


.card_container {
    display: flex;
    margin-left: 5%;
    flex-wrap: wrap;
}

@media only screen and (max-width: 600px) {
  .card_container {
    display: flex;
    margin-left: 0;
    flex-wrap: wrap;
    margin-top: 25px;
    justify-content: space-evenly;
}
}

.card {
    height: 275px;
    width: 300px;
    margin-left: 20px;
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    border-radius: 12px;
    margin-top: 3%;
    cursor: pointer;
}

.card_a {
  margin-top: 3%;
}
@media only screen and (max-width: 600px) {
  .card {
    height: 210px;
    width: 151px;
    margin-left: 0px;
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    border-radius: 12px;
    margin-top: 3%;
}
}

.card_img_container {
  height: 200px;
}

@media only screen and (max-width: 600px) {
  .card_img_container {
    height: 158px;
  }
}

.card_img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    object-fit: cover;
    height: 100%;
    
}
.card_line {
  border-top: #E96548 solid 3px;
  width: 20px;
  margin-left: 12px;
  margin-right: 12px;
}
.card_logo {
    height: 50px;
    padding-left: 16px;
}

@media only screen and (max-width: 600px) {
  .card_logo {
    height: 30px;
    padding-left: 10px;
}
}

.card_text_container {
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-right: 5%;
}

.card_text {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
  .card_text {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 8px;
  }
}

.avis {
  height: 540px;
  background: #E96548;
}

.avis_title {
  color: white;
  padding-top: 70px;
  padding-left: 100px;
  font-family: 'Lora';
  font-weight: 700;
  font-size: 32px;
}

@media only screen and (max-width: 600px) {
  .avis_title {
    color: white;
    padding-top: 70px;
    padding-left: 0px;
    font-family: 'Lora';
    font-weight: 700;
    font-size: 32px;
    text-align: center;
  }
}

.avis_white_line {
  border-top: #ffff solid 3px;
  width: 80px;
  margin-left: 100px;
  margin-top: 16px
}

@media only screen and (max-width: 600px) {
  .avis_white_line {
    border-top: #ffff solid 3px;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px
  }
}

.commentary_container {
  margin-top: 40px;
  display: flex;
  justify-content: space-evenly;
}

@media only screen and (max-width: 600px) {
  .commentary_container {
    margin-left: 0px;
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
  }
}

.commentary {
  background-color:#ffff;
  width: 609px;
  height: 220px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .commentary {
    background-color:#ffff;
    width: 175px;
    height: 220px;
    border-radius: 10px;
    text-align: center;
    margin-right: 0px;
  }
}

.commentary_img {
  padding-top: 16px;
}

.commentary_text {
  padding-top: 16px;
  font-family: 'Montserrat';
  font-size: 17px;
  font-weight: 300;
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 600px) {
  .commentary_text {
    padding-top: 16px;
    font-family: 'Montserrat';
    font-size: 10px;
    font-weight: 300;
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.triangle_container{
  display: flex;
  justify-content: center;
}

.triangle-invi {
  margin-right: 42%;
}

@media only screen and (max-width: 600px) {
  .triangle-invi {
    margin-right: 45%;
  }
}

.triangle-left{
  width: 0;
height: 0;
border-style: solid;
border-width: 11px 10px 0 10px;
border-color: #ffffff transparent transparent transparent;
position: absolute;
left: 50%;
bottom: -16px;
transform: translate(-50%, -50%);
}

.triangle-right{
  width: 0;
height: 0;
border-style: solid;
border-width: 11px 10px 0 10px;
border-color: #ffffff transparent transparent transparent;
}

.avis_user_container{
  display: flex;
  justify-content: space-around;
  padding-top: 16px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .avis_user_container{
    display: flex;
    justify-content: space-evenly;
    padding-top: 16px;
    text-align: center;
  }
}

.avis_user_title {
  color: white;
  font-weight: bold;
  font-size: 18;
  font-family: 'Montserrat';
  position: absolute;
  left: 50%;
bottom: -44px;
transform: translate(-50%, -50%);
}

.avis_user_date{
  color: white;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Montserrat';
  position: absolute;
  left: 50%;
bottom: -67px;
transform: translate(-50%, -50%);
}

.avis_user_left {
  margin-left: 233px;
}

@media only screen and (max-width: 600px) {
  .avis_user_left {
    margin-left: 0px;
  }
}

.avis_user_right {
  margin-right: 229px;
}


@media only screen and (max-width: 600px) {
  .avis_user_right {
    margin-right: 0px;
  }
}

.footer {
  background-color: #222222;
  height: 280px;
  width: 100%;
}

.footer_logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  height: 70px;
}

.footer_content {
  display: flex;
  justify-content: center;
  color: white;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
  padding-top: 16px;
}

.footer_number {
  display: flex;
  font-family: 'Montserrat';
  color: white;
  font-weight: 300;
}

@media only screen and (max-width: 600px) {
  .footer_number {
    display: flex;
    justify-content: center;
    font-family: 'Montserrat';
    color: white;
    font-weight: 300;
  }
}

.footer_content_text_mid{
margin-left: 32px;
margin-right: 32px;
}

.footer_line {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-top: #ffff solid 1px;
  opacity: 0.8;
  width: 86%;
  margin-top: 48px;
}

@media only screen and (max-width: 600px) {
  .footer_line {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-top: #ffff solid 1px;
    opacity: 0.8;
    width: 86%;
    margin-top: 32px;
  }
}

.footer_sub_line {
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  height: 20px;
}

.footer_link {
  color: white;
}

@media only screen and (max-width: 600px) {
  .footer_sub_line {
    margin-left: 0px;
    text-align: center;
    margin-top: 24px;
    display: block;
    justify-content: space-between;
    height: 20px;
    margin-right: 0px;
  }
}

.footer_sub_text {
  color: white;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 300;
}

.footer_logo_container{
  display: flex;
}

.footer_siret{
  color: white;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 300;
}


.product-main-content {
  display: flex;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 50px;
  padding-bottom: 8%;

}

.product-left-content{
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .product-left-content{
    width: 100%;
  }
}

.product-right-content {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .product-right-content {
    display: none;
  }
}

.product-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 13px;
}

.product-title{
  font-family: 'Lora';
  font-size: 32px;
}

@media only screen and (max-width: 600px) {
  .product-title{
    font-family: 'Lora';
    font-size: 27px;
    text-align: center;
    padding-bottom: 25px;
  }
}

.product-text {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  font-family: 'Montserrat';
  max-width: 75%;
  padding-top: 30px;
}

.product-text-bold {
  font-size: 15px;
  line-height: 25px;
  font-family: 'Montserrat';
  max-width: 75%;
  padding-top: 30px;
}

.product-warning {
  font-size: 16px;
  line-height: 25px;
  font-family: 'Montserrat';
  max-width: 75%;
  padding-top: 30px;
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .product-text {
    font-weight: 300;
    font-size: 12px;
    line-height: 25px;
    font-family: 'Montserrat';
    max-width: 100%;
    padding-top: 30px;
  }
}

.product-img-mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .product-img-mobile {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 21px;
    object-fit: cover;
    object-position: center;
  }
}