

/* promo tel ---------------------------------------------------------*/
@media (min-width: 402px){
.promo{
    font-family: "Raleway", serif;
    font-size: 16px;
    line-height: 140%;
    color: black;
    background-color: #fff;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 0%;
    padding: 0%;

    background-image: url(../images/en-tete-vague.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: flex;
    margin-top: 0%;
    margin-left: 0%;
}
.promo .p{
    margin-left: 20px;
    margin-right: 20px;
}
.promo .section{
    border-bottom: 1px solid transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    width: 100%;
    height: 500px;
}
.promo .section2{
    border-bottom: 1px solid transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    width: 100%;
    height: 600px;
}
.promo .section3{
    border-bottom: 1px solid transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    width: 100%;
    height: 400px;
}


.promo .section--color2{
    background-color: rgba(251, 225, 102, 1);
    margin-top: 0%;
}
.promo .section--color{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/fond-biege-promo-tel.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0%;
}

.promo .section--header{
    width: 100%;
    height: 150px;
}
.promo .section--footer{
    padding-top: 45px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.promo .title{
    font-size: 19px;
    line-height: 140%;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-top: 0%;
}
.promo .title--section{
    font-size: 19px;
    line-height: 140%;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-top: 0%;
}
.promo .enlever{
    display: none;
}
.promo .title-vlogs{
    display: none;
}
.promo .title-footer{
    font-family: "Playfair Display", serif;
    font-size: 14px;
    line-height: 10%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.promo .grand-titre{
    position: absolute;
    width: 50%;
    top: 20%;
    left: 70%;
    transform: translateX(-50%);
}
.promo .position-grand-titre{
    position: absolute;
    top: 57%;
    left: 52%;
    transform: translateX(-50%);
}

.promo .title-Nav{
    font-family: "Playfair Display", serif;
    font-size: 28px;
    line-height: 140%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-left: 5%;
}
.promo .menu__liste{
    list-style: none;
     margin: 0;
     background-color: rgba(239, 210, 212, 1);
     position: absolute;
     top: 100%;
     left: 0%;
     width: 100%;
     height: 33px;
     margin-left: 0%;
     padding: 0%;
     transform: translateY(-100%);
     transition: transform .3s ease-out, opacity .3s ease-out;
     display: flex;
     opacity: 0%;
}
.promo .menu__btn{
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 5%;
    right: 10%;
}
.promo .circle{
    display: none;
}
.promo .menu__liste2{
    display: none;
}
.promo .menu--open .menu__liste{
    transform: translate(0);
    opacity: 1;
}
.promo .NavNav{
    background-color: rgba(239, 210, 212, 1);
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0%;
    padding: 0%;
    display: flex;
    color: rgba(131, 166, 134, 1);
    position: relative;
    
}
 .promo .NavNav__el1 a {
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 16px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 10px;
    padding-left: 15px;
    text-decoration: none;
}
.promo .NavNav__el2 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 16px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 10px;
    padding-left: 15px;
    text-decoration: none;
}
.promo .NavNav__el3 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 16px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 10px;
    padding-left: 15px;
    text-decoration: none;
}

.promo .NavNav__el a:hover{
    opacity: 50%;
}
.promo.NavNav__el a:focus{
    opacity: 100%;
}

.promo .footerNav{
    content: "";
    width: 100%;
    height: 100px;
    background-image: url(../images/footer.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0%;
    padding: 0%;
    
}
.promo .footerNav__el a{
    font-weight: normal;
    font-size: 10px;
    border: none;
    color: black;
    list-style: none;
    top: 0;
    left: 0%;
    margin-left: 14px;
    text-decoration: none;
    
    
}
.promo .footer-info{
   margin-bottom: 0%;
   padding-top: 40px;
   margin-left: 20px;
}
.promo .box6{
    width: 162px;
    height: 57px;
    flex: auto;
    position: relative ;
    float: left;
}
.promo .g{
    list-style: none;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 16px;
    border: none;
    display: flex;
    flex-direction: row;
    float: right;
    margin: 0 20px 0  0;
    padding: 0%;
    padding-top: 40px;


}
.promo .footerNav__el a:hover{
    opacity: 50%;
}
.promo.footerNav__el a:focus{
    opacity: 100%;
}

.promo .copy a{ 
    font-weight: normal;
    text-transform: uppercase;
    border: none;
    opacity: 50%;
    margin-bottom: 15px;
    font-size: 8px;
}
.promo .copy:hover{
    opacity: 100%;
}
.promo .copy:focus{
    opacity: 50%;
}
.promo .p-big{
    font-weight: bold;
    font-size: 16px;
    display: flex;
}

.promo .a{
    text-decoration: none;
    border-bottom: 3px solid ;
    color: black;
    font-weight: bolder;
    margin: 20px;

  }
.promo.a:hover,
.promo .a:focus{
    border-color: black;
  }

.promo .position--texte{
    text-align: center;
    justify-content: center;
    
    flex-direction: row;
}

.promo .alignement--texte{
    text-align: left;
}
.promo .position--image{ 
    width: 95px;
    height: 119px;
    border-radius: 37px;
    display: flex;
    margin: auto;
    padding: auto;
  }

.promo .taille-image-vlogs{
    width: 165px;
    height: 84px;
    flex: auto;
    position: relative ;
    float: right;
    border-radius: 5px;
    margin-right: 30px;
  }
.promo .taille-image-hotel{
    width: 174px;
    height: 168px;
    position: flex ;
    border-radius: 37px;
    margin-left: 20px;
  }
.promo .taille-image-hotel2{
    width: 107px;
    height: 133px;
    position: flex ;
    border-radius: 37px;
    margin-right: 20px;
    flex: auto;
    margin-left: 54px;
  }
.promo .taille-image-livre{
    width: 131px;
    height: 179px;
    border-radius: 37px;
    margin-right: 20px;
    flex: auto;
    position: relative ;
    float: right;
    
  }
.promo.block{
    width: 362px;
    margin-left: 20px;
    display: flex;
  }
.promo .box2{
    width: 174px;
  }

.promo .box{
    width: 228px;
}
.promo.box3{
    width: 100%;
    margin-left: 20px;
  }
.promo .box4{
    display: flex;
    list-style: none;
  }
.promo .carousel-container {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    display: none;
}

.promo .carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.promo .carousel-item {
    position: relative;
    min-width: 150px;
    height: 500px;
    margin: 0 10px;
    border-radius: 130px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s;
}
.promo .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promo .carousel-item:hover {
    transform: scale(1.1);
}





  /* page critique tel--------------------------------------------------------*/


.critique{
    background-color: rgba(37, 70, 124, 1);
    color: #fff;
    font-family: "harfang-pro", serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    font-style: normal;
    padding: 0%;
    margin: 0%;

    background-image: url(../images/header-critique-tab2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: flex;
}
.critique .title-Nav{
    font-family: "Playfair Display", serif;
    font-size: 28px;
    line-height: 140%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-left: 20px;
}
.critique .menu__liste{
    list-style: none;
    margin: 0;
    background-color: rgba(124, 121, 250, 1);
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    height: 33px;
    margin-left: 0px;
    padding: 0%;
    transform: translateY(-100%);
    transition: transform .3s ease-out, opacity .3s ease-out;
    display: flex;
    opacity: 0%;
}
.critique .menu__btn{
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
}
.critique .circle{
    display: none;
}
.critique .menu__liste2{
    display: none;
}
.critique .menu--open .menu__liste{
    transform: translate(0);
    opacity: 1;
}
.critique .NavNav{
    background-color:rgba(124, 121, 250, 1);
    width: 100%;
    height: 100px;
    list-style: none;
    margin: 0%;
    padding: 0%;
    display: flex;
    color: #fff;
    position: relative;
        
}
.critique .NavNav__el1 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 16px;
    border: none;
    flex-direction: row;
    display: flex;
    color: #fff;
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 10px;
    padding-left: 15px; 
    text-decoration: none;
}
.critique .NavNav__el2 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 16px;
    border: none;
    flex-direction: row;
    display: flex;
    color: #fff;
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 10px;
    padding-left: 15px;  
    text-decoration: none;
}
.critique .NavNav__el3 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 16px;
    border: none;
    flex-direction: row;
    display: flex;
    color: #fff;
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 10px;
    padding-left: 15px;
    text-decoration: none;
}
.critique .NavNav__el a:hover{
    opacity: 50%;
}
.critique .NavNav__el a:focus{
    opacity: 100%;
}
.critique .section-header{
    width: 100%;
    height: 400px;
}
.carousel2 {
    display: flex;
    gap: 10px;
    align-items: center;
    display: none;
}
.image-carousel2 {
    width: 158px;
    height: 596px;
    object-fit: cover;
    transition: width 0.3s ease-in-out;
    flex-shrink: 0;
    border-radius: 64px;
}
.image-carousel2:hover {
    width: 417px;
}

.critique .taille-image-livre{
    width: 132px;
    height: 174px;
    flex: auto;
    position: relative ;
    float: right;
    margin-top: 110px;
}
.critique .taille-image-livre2{
    width: 128px;
    height: 124px;
    flex: auto;
    position: relative ;
    float: right;
    margin-top: 20px;
}
.critique .taille-image-canne{
    width: 104px;
    height: 130px;
    flex: auto;
    position: relative ;
    float: right;
    margin-top: 18px;
}
.critique .taille-image-canne2{
    width: 126px;
    height: 185px;
    flex: auto;
    position: relative ;
    float: right;
    margin-top: 18px;
}
.critique .taille-image-privi{
    width: 140px;
    height: 197px;
    flex: auto;
    position: absolute ;
    float: right;
    margin-top: 0px;
}
.critique .taille-image-privi2{
    width: 125px;
    height: 150px;
    flex: auto;
    position: relative ;
    margin-top: 40px;
    float: right;
}
.critique .position--title{
    margin-top: 50px;
}
.critique .position--p{
    margin: 0%;
    padding: 0%;
}
.critique .position--texte{
    position: absolute;
    width: 212px;
    margin-top: 250px;
}
.critique .position--texte2{
    position: absolute;
    width: 212px;
    margin-top: 100px;
}
.critique .taille-image-hunted{
    width: 130px;
    height: 102px;
    flex: auto;
    position: relative ;
    float: right;
    margin-top: 40px;
    margin-bottom: 40px;
}
.critique .taille-image-hunted2{
    width: 80px;
    height: 110px;
    flex: auto;
    position: relative ;
    float: right;
    margin-top: 20px;
}
.critique .grid{
    display: grid;
    grid-template-columns: 
    20px 10px
    20px 10px
    20px 10px
    20px 10px
    20px 40px
    30px 20px
    30px 20px
    30px 20px
    30px ;
    padding-left: 20px;
    padding-right: 20px;
}
.critique .section{
   margin-bottom: 40px;
   margin-top: 40px;
}
.critique .ligne--separ{
    width: 100%;
}
.critique .ligne--separ-hed{
    width: 100%;
    margin-top: 0%;
}
.grid > *{
    grid-column: -18 / -1;
}
.dgrid--16-7{
    grid-column: -16/ -7;
}
.dgrid--8-1{
    grid-column: -8 / -1;
}
.dgrid--18-7{
    grid-column: -18 / -7;
}
.dgrid--18-12{
    grid-column: -18 / -12;
}
.dgrid--18-3{
    grid-column: -18 / -3;
}
.dgrid--10-1{
    grid-column: -10 / -1;
}
.dgrid--18-7{
    grid-column: -18 / -7;
}
.dgrid--6-1{
    grid-column: -6 / -1;
}
.dgrid--18-11{
    grid-column: -18 / -11;
}
.dgrid--18-13{
    grid-column: -18 / -13;
}
.critique .grand-titre{
    width: 40%;
    margin-left: 10%;
    margin-top: 10%;
    position: absolute;
}
.critique .p-big{
    font-size: 16px;
    display: flex;
    font-weight: 700;
    font-style: normal;
}
.critique .title{
    font-size: 19px;
    line-height: 140%;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-style: normal;
}
.critique .footerNav{
    content: "";
    width: 100%;
    height: 100px;
    background-image: url(../images/footer-critique.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0%;
    padding: 0%;
    
}
.critique .copy a{ 
    font-weight: normal;
    text-transform: uppercase;
    border: none;
    opacity: 50%;
    margin-bottom: 15px;
    font-size: 8px;
}
.critique .footerNav__el a{
    font-weight: normal;
    font-size: 10px;
    border: none;
    color: #fff;
    list-style: none;
    top: 0;
    left: 20%;
    margin-left: 14px;
    text-decoration: none;
    
    
}
.critique .footer-info{
   margin-bottom: 0%;
   padding-top: 40px;
   margin-left: 20px;
}
.critique .box6{
    width: 162px;
    height: 57px;
    flex: auto;
    position: relative ;
    float: left;
}
.critique .g{
    list-style: none;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 16px;
    border: none;
    display: flex;
    flex-direction: row;
    float: right;
    margin: 0 20px 0  0;
    padding: 0%;
    padding-top: 40px;
}
.critique .footerNav__el a:hover{
    opacity: 50%;
}
.critique .footerNav__el a:focus{
    opacity: 100%;
}
.critique .title-footer{
    font-family: "Playfair Display", serif;
    font-size: 14px;
    line-height: 10%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.critique .enlever2{
    display: none;
}




/* page info tel ---------------------------------------------------------------*/


.info{
    font-family: "Raleway", serif;
    font-size: 16px;
    line-height: 140%;
    color: black;
    background-color: #fff;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 0%;
    padding: 0%;
    width: 100%;
    height: 100%;
}

.info .title-Nav{
    font-family: "Playfair Display", serif;
    font-size: 28px;
    line-height: 140%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-left: 20px;
}
.info .menu__liste{
    list-style: none;
    margin: 0;
    background-color: rgba(239, 210, 212, 1);
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    height: 33px;
    margin-left: 0px;
    padding: 0%;
    transform: translateY(-100%);
    transition: transform .3s ease-out, opacity .3s ease-out;
    display: flex;
    opacity: 0%;
}
.info .menu__btn{
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
}
.info .circle{
    display: none;
}
.info .menu__liste2{
    display: none;
}
.info .menu--open .menu__liste{
    transform: translate(0);
    opacity: 1;
}
.info .NavNav{
    background-color: rgba(239, 210, 212, 1);
    width: 100%;
    height: 100px;
    list-style: none;
    margin: 0%;
    padding: 0%;
    display: flex;
    color: rgba(131, 166, 134, 1);
    position: relative;
        
}
.info .NavNav__el1 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 16px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 10px;
    padding-left: 15px;
    text-decoration: none;
}
.info .NavNav__el2 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 16px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 10px;
    padding-left: 15px;
    text-decoration: none;
}
.info .NavNav__el3 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 16px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 10px;
    padding-left: 15px;
    text-decoration: none;
}
.info .NavNav__el a:hover{
    opacity: 50%;
}
.info .NavNav__el a:focus{
    opacity: 100%;
}
.info .section-header:before{
    content: "";
    width: 178px;
    height: 200px;
    background-image: url(../images/info-header.jpg);   
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0%;
    margin-right: 20px;
    display: block;
    float: right;
    margin-top: 25%;
    border-radius: 100px;
 }
 .info .taille--grand-titre{
    background-image: url(../images/grend-titre-info-ordi.svg);   
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 45px;
    width: 200px;
    height: 60px;
 }
.info .title{
    font-family: "Raleway", serif;
    font-size: 16px;
    line-height: 140%;
    color: black;
    font-weight: 700;
    font-style: normal;
 }
.info .grand-title{
    font-family: "Playfair Display", serif;
    font-size: 19px;
    line-height: 140%;
    color: rgba(131, 166, 134, 1);
    font-weight: 600;
    font-style: normal;
 }
 .info .marge{
    padding-left: 20px;
    padding-right: 20px;
 }

.info .position--texte{
    text-align: center;
    justify-content: center;
    flex-direction: row;
}
.info .p-big{
    font-family: "Raleway", serif;
    font-size: 16px;
    line-height: 140%;
    color: black;
    font-weight: 600;
    font-style: normal;
 }
.info .section--color{
    content: "";
    width: 100%;
    height: 500px;
    background-image: url(../images/fon-rose-info-tel1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0%;
}
.info .section--color2{
    content: "";
    width: 100%;
    height: 200px;
    background-image: url(../images/fond-rose-info-tel2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0%;
}
.info .section--footer{
    padding-top: 45px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.info .title-footer{
    font-family: "Raleway", serif;
    font-size: 14px;
    line-height: 10%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.info .footerNav{
    content: "";
    width: 100%;
    height: 100px;
    background-image: url(../images/footer.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0%;
    padding: 0%;
}
.info .footerNav__el a{
    font-weight: normal;
    font-size: 10px;
    border: none;
    color: black;
    list-style: none;
    top: 0;
    left: 0%;
    margin-left: 14px;
    text-decoration: none;
}
.info .footer-info{
   margin-bottom: 0%;
   padding-top: 40px;
   margin-left: 20px;
}
.info .box6{
    width: 162px;
    height: 57px;
    flex: auto;
    position: relative ;
    float: left;
}
.info .g{
    list-style: none;
    font-family: "Raleway", serif;
    font-weight: normal;
    font-size: 16px;
    border: none;
    display: flex;
    flex-direction: row;
    float: right;
    margin: 0 20px 0  0;
    padding: 0%;
    padding-top: 40px;
}
.info .footerNav__el a:hover{
    opacity: 50%;
}
.info .footerNav__el a:focus{
    opacity: 100%;
}
.info .ligne-deco::after{
    content: "";
    width: 362px;
    height: 3px ;
    display: block;
    position: absolute;
    background-color: rgba(239, 211, 212, 1);
    line-height:1px ;
}
}



@media (min-width: 834px){

/* page info tab -------------------------------------------------*/
.info{
    font-family: "Raleway", serif;
    font-size: 18px;
    line-height: 140%;
    color: black;
    background-color: #fff;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 0%;
    padding: 0%;
}
    
.info .title-Nav{
    font-family: "Playfair Display", serif;
    font-size: 22px;
    line-height: 140%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-left: 40px;
    padding-top: 20px;
}
.info .menu__liste{
    list-style: none;
    margin: 0;
    background-color: transparent;
    position: absolute;
    top: 20%;
    left: 0%;
    width: 400px;
    height: 33px;
    margin-left: 280px;
    padding: 0%;
    transform: translateY(0%);
    display: flex;
    opacity: 1; 
}
.info .menu__social{
    display: flex;
    gap: 30px;
}
.info .circle {
    width: 30px; 
    height: 30px;
    background-color: rgba(131, 166, 134, 1); 
    border-radius: 50%;
    margin-left: 5px;
    display: block !important;
        
}
.info .menu__liste2{
    list-style: none;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 300px;
    width: 100%;
    height: 33px;
    margin-left: 380px;
    padding: 0%;
    transform: translateY(0%);
    display: flex;
    opacity: 1; 
}
.info .menu__btn{
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    display: none;
}
.info .menu--open .menu__liste{
    transform: translate(0);
    opacity: 1;
}
.info .NavNav{
    background-color: rgba(239, 210, 212, 1);
    width: 100%;
    height: 100px;
    list-style: none;
    margin: 0%;
    padding: 0%;
    display: flex;
    color: rgba(131, 166, 134, 1);
    position: relative;    
}
.info .NavNav__el1 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 18px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 30px;
    padding-left: 20px;
    text-decoration: none;
}
.info .NavNav__el2 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 18px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 30px;
    padding-left: 20px;
    text-decoration: none;
}
.info .NavNav__el3 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 18px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 30px;
    margin-top: 40px;
    text-decoration: none;
}
.info .NavNav__el a:hover{
    opacity: 50%;
}
.info .NavNav__el a:focus{
    opacity: 100%;

}
.info .ligne-deco-nav{
    content: "";
    width: 400px;
    height: 5px ;
    display: block;
    position: absolute;
    background-color: #fff;
    line-height:1px;
    margin-top: 50px;
    border-radius: 5px;
    margin-left: 150px;
}
.info .icon{
    width: 20px;
    margin-left: 5px;
    margin-top: 5px;
}
.info .section-header:before{
    content: "";
    width: 240px;
    height: 307px;
    background-image: url(../images/info-header.jpg);   
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0%;
    margin-right: 60px;
    display: block;
    float: right;
    margin-top: 10%;
    border-radius: 100px;
}
.info .taille--grand-titre{
    background-image: url(../images/grend-titre-info-ordi.svg);   
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 45px;
    width: 370px;
    height: 110px;
}
.info .fond-ordi{
    content: "";
    width: 100%;
    height: 1400px;
    background-image: url(../images/fond-info-tab.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0%;
}
.info .title{
    font-family: "Raleway", serif;
    font-size: 18px;
    line-height: 140%;
    color: black;
    font-weight: 700;
    font-style: normal;
}
.info .grand-title{
    font-family: "Playfair Display", serif;
    font-size: 37px;
    line-height: 140%;
    color: rgba(131, 166, 134, 1);
    font-weight: 600;
    font-style: normal;
}
.info .marge{
    padding-left: 60px;
    padding-right: 60px;
}
.info .marge2{
    padding-left: 0px;
    padding-right: 0px;
}
    
.info .position--texte{
    text-align: center;
    justify-content: center;
    flex-direction: row;
}
.info .p-big{
    font-family: "Raleway", serif;
    font-size: 26px;
    line-height: 140%;
    color: black;
    font-weight: 600;
    font-style: normal;
}
.info .box12{
    width: 714px;
    margin-left: 0px;
}
.info .section--color{
    content: "";
    width: 100%;
    height:300px;
    background-image: url(../images/fond-rose.svg);
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0%;
}
.info .section--color2{
    content: "";
    width: 100%;
    height: 200px;
    background-image: url(../images/fon-rose-info-tel1.svg);
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0%;
}
.info .section-position{
    position: static;
    margin-top: 15px;
}
.info .section-position2{
    position: static;
    margin-top: 170px;
}
.info .section-position3{
    position: static;
    margin-top: 15px;
}
.info .section--footer{
    padding-top: 45px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.info .title-footer{
    font-family: "Raleway", serif;
    font-size: 22px;
    line-height: 15%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.info .footerNav{
    content: "";
    width: 100%;
    height: 150px;
    background-image: url(../images/footer.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0%;
    padding: 0%;
    
}
.info .footerNav__el a{
    font-weight: normal;
    font-size: 18px;
    border: none;
    color: black;
    list-style: none;
    top: 0;
    left: 0%;
    margin-left: 20px;
    text-decoration: none;
}
.info .footer-info{
    margin-bottom: 0%;
    padding-top: 0px;
    margin-left: 60px;
}
.info .box6{
    width: 600px;
    margin-top: 50px;
    flex: auto;
    position: relative ;
    float: left;
}
.info .g{
    list-style: none;
    font-family: "Raleway", serif;
    font-weight: normal;
    font-size: 16px;
    border: none;
    display: flex;
    flex-direction: row;
    float: right;
    padding: 0%;
    padding-top: 10%;
    margin-left: 55%;
    position: absolute;
}
.info .footerNav__el a:hover{
    opacity: 50%;
}
.info .footerNav__el a:focus{
    opacity: 100%;
}
.info .ligne-deco::after{
    content: "";
    width: 362px;
    height: 3px ;
    display: block;
    position: absolute;
    background-color: rgba(239, 211, 212, 1);
    line-height:1px ;
    display: none;
}
    
.info .tabgrid{
    display: grid;
    grid-template-columns: 
    110px 40px
    30px 114px
    60px 30px
    60px 30px
    60px 30px
    60px 30px
    60px;
}
    .info .tabgrid > *{
        grid-column: 1 / 14;
    }
    .info .tabgrid--1-12{
        grid-column: 1 / 12;
    }
    .info .tabgrid--3-14{
        grid-column: 3 / 14;
    }
 

/* page critique tab -------------------------------------*/

 .critique{
    background-color: rgba(37, 70, 124, 1);
    color: #fff;
    font-family: "harfang-pro", serif;
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
    font-style: normal;
    padding: 0%;
    margin: 0%;

    background-image: url(../images/header-critique-tab2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: flex;
}
.critique .title-Nav{
    font-family: "Playfair Display", serif;
    font-size: 22px;
    line-height: 140%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-left: 40px;
    padding-top: 20px;
}
.critique .menu__liste{
    list-style: none;
    margin: 0;
    background-color: transparent;
    position: absolute;
    top: 20%;
    left: 0%;
    width: 400px;
    height: 33px;
    margin-left: 280px;
    padding: 0%;
    transform: translateY(0%);
    display: flex;
    opacity: 1; 
}
.critique .menu__social{
    display: flex;
    gap: 30px;
}
.critique .circle {
    width: 30px; 
    height: 30px;
    background-color: rgba(124, 121, 250, 1); 
    border-radius: 50%;
    margin-left: 5px;
    display: block !important;
        
}
.critique .menu__liste2{
    list-style: none;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 300px;
    width: 100%;
    height: 33px;
    margin-left: 380px;
    padding: 0%;
    transform: translateY(0%);
    display: flex;
    opacity: 1; 
}
.critique .menu__btn{
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    display: none;
}
.critique .menu--open .menu__liste{
    transform: translate(0);
    opacity: 1;
}
.critique .NavNav{
    background-color: transparent;
    width: 100%;
    height: 100px;
    list-style: none;
    margin: 0%;
    padding: 0%;
    display: flex;
    color: #fff;
    position: relative;    
}
.critique .NavNav__el1 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 18px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(124, 121, 250, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 30px;
    padding-left: 10px;
}
.critique .NavNav__el2 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 18px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(124, 121, 250, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 30px;
    margin-top: 40px;
}
.critique .NavNav__el3 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 18px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(124, 121, 250, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 30px;
    padding-left: 10px;
}
.critique .NavNav__el a:hover{
    opacity: 50%;
}
.critique .NavNav__el a:focus{
    opacity: 100%;
}
.critique .ligne-deco-nav{
    content: "";
    width: 400px;
    height: 5px ;
    display: block;
    position: absolute;
    background-color: #fff;
    line-height:1px;
    margin-top: 50px;
    border-radius: 5px;
    margin-left: 40px;
}
.critique .icon{
    width: 20px;
    margin-left: 5px;
    margin-top: 5px;
}

.critique .section-header{
    width: 100%;
    height: 600px;
}
.carousel2 {
    display: flex;
    gap: 10px;
    align-items: center;
    display: none;
}
.image-carousel2 {
    width: 158px;
    height:596px;
    object-fit: cover;
    transition: width 0.3s ease-in-out;
    flex-shrink: 0;
    border-radius: 64px;
}
.image-carousel2:hover {
    width: 417px;
}
.critique .taille-image-livre{
    width: 230px;
    height: 302px;
    flex: auto;
    position: absolute ;
    float: right;
    margin-top: 80px;
}
.critique .taille-image-livre2{
    width: 169px;
    height: 164px;
    flex: auto;
    position: relative ;
    float: right;
    margin-top: 0px;
}
.critique .taille-image-canne{
    width: 180px;
    height: 230px;
    flex: auto;
    position: absolute ;
    float: right;
    margin-top: 250px;
}
.critique .taille-image-canne2{
    width: 174px;
    height: 275px;
    flex: auto;
    position: absolute ;
    float: right;
    margin-top: 0px;
    margin-left: 435px;
}
.critique .taille-image-privi{
    width: 229px;
    height: 322px;
    flex: auto;
    position: relative ;
    float: right;
    margin-top: 0px;
}
.critique .taille-image-privi2{
    width: 169px;
    height: 203px;
    flex: auto;
    position: absolute ;
    margin-top: 400px;
    margin-left: 546px;
    float: right;
}
.critique .position--title{
    margin-top: 190px;
}
.critique .position--p{
    margin: 0%;
    padding: 0%;
    padding-top: 170px;
}
.critique .position--p2{
    margin: 0%;
    padding: 0%;
    padding-top: 0px;
}
.critique .position--texte{
    position: sticky;
    margin-top: 0px;
    width: 391px;
}
.critique .position--texte2{
    position: relative;
    width: 384px;
    margin-top: 0px;
}
.critique .taille-image-hunted{
    width: 279px;
    height: 220px;
    flex: auto;
    position: absolute ;
    float: right;
    margin-top: 0px;
    margin-left: 435px;
}
.critique .position--p3{
    margin: 0%;
    padding: 0%;
    padding-top: 20px;
}
.critique .taille-image-hunted2{
    width: 169px;
    height: 232px;
    flex: auto;
    position: absolute ;
    float: right;
    margin-top: 20px;
    margin-left: 496px;
}
.critique .section{
   margin-bottom: 40px;
   margin-top: 40px;
}
.critique .ligne--separ{
    width: 100%;
}
.critique .tabgrid{
    display: grid;
    grid-template-columns: 
    30px 20px
    30px 20px
    30px 20px
    30px 20px
    30px 94px
    60px 50px
    60px 50px
    60px 50px
    60px ;
    padding-left: 60px;
    padding-right: 60px;
}

.critique .tabgrid > *{
    grid-column: 1 / 18;
}
.critique .tabgrid--3-12{
    grid-column: 3 / 12 ;
}
.critique .tabgrid--11-18{
    grid-column: 11 / 18;
}
.critique .tabgrid--1-12{
    grid-column: 1 / 12;
}
.critique .tabgrid--13-16{
    grid-column: 13 / 16;
}
.critique .tabgrid--3-18{
    grid-column: 3 / 18;
}
.critique .tabgrid--1-10{
    grid-column: 1 / 10;
}
.critique .tabgrid--9-18{
    grid-column: 9 / 18;
}
.critique .tabgrid--1-8{
    grid-column: 1 / 8;
}
.critique .tabgrid--3-14{
    grid-column: 3 / 14;
}
.tabgrid--13-18{
    grid-column: 13 / 18;
}

.critique .grand-titre{
    width: 40%;
    margin-left: 10%;
    margin-top: 25%;
    position: absolute;
}
.critique .p-big{
    font-size: 16px;
    display: flex;
    font-weight: 700;
    font-style: normal;
}
.critique .title{
    font-size: 31px;
    line-height: 140%;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-style: normal;
}


.critique .title-footer{
    font-family: "Raleway", serif;
    font-size: 22px;
    line-height: 15%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.critique .footerNav{
    content: "";
    width: 100%;
    height: 150px;
    background-image: url(../images/footer-critique.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0%;
    padding: 0%;
    
}
.critique .footerNav__el a{
    font-weight: normal;
    font-size: 18px;
    border: none;
    color: #fff;
    list-style: none;
    top: 0;
    left: 0%;
    margin-left: 20px;
    text-decoration: none;
}
.critique .footer-info{
    margin-bottom: 0%;
    padding-top: 0px;
    margin-left: 60px;
}
.critique .box6{
    width: 600px;
    margin-top: 50px;
    flex: auto;
    position: relative ;
    float: left;
}
.critique .g{
    list-style: none;
    font-family: "Raleway", serif;
    font-weight: normal;
    font-size: 16px;
    border: none;
    display: flex;
    flex-direction: row;
    float: right;
    padding: 0%;
    padding-top: 10%;
    margin-left: 55%;
    margin-right: 0%;
    position: absolute;
}
.critique .footerNav__el a:hover{
    opacity: 50%;
}
.critique .footerNav__el a:focus{
    opacity: 100%;
}

/*page promo tab----------------------------------------------------------*/
.promo{
    font-family: "Raleway", serif;
    font-size: 18px;
    line-height: 140%;
    color: black;
    background-color: #fff;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 0%;
    padding: 0%;

    background-image: url(../images/en-tete-vague.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: flex;
    margin-top: 0%;
    margin-left: 0%;
}
.promo .p{
    margin-left: 0px;
    margin-right: 0px;
}
.promo .section{
    border-bottom: 1px solid transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    width: 100vw;
    height: 500px;
}
.promo .section2{
    border-bottom: 1px solid transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    width: 100vw;
    height: 500px;
}
.promo .section3{
    border-bottom: 1px solid transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    width: 100vw;
    height: 400px;
}


.promo .section--color2{
    background-color: rgba(251, 225, 102, 1);
    width: 100%;
    height: 600px;
    margin-top: 0%;
}
.promo .section--color{
    content: "";
    width: 100%;
    height: 500px;
    background-image: url(../images/fond-biege-promo-tab.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0%;
}

.promo .section--header{
    width: 100%;
    height: 520px;
}
.promo .section--footer{
    padding-top: 45px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.promo .title{
    font-size: 26px;
    line-height: auto;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-top: 0%;
}
.promo .position--title{
    text-align: center;
    
}
.promo .title--section{
    font-size: 31px;
    line-height: 140%;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-top: 0%;
}
.promo .enlever{
    display: block;
}
.promo .title-vlogs{
    display: none;
}
.promo .title-footer{
    font-family: "Playfair Display", serif;
    font-size: 22px;
    line-height: 10%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.promo .grand-titre{
    position: absolute;
    width: 50%;
    top: 30%;
    left: 70%;
    transform: translateX(-50%);
}
.promo .position-grand-titre{
    position: absolute;
    top: 57%;
    left: 52%;
    transform: translateX(-50%);
}

.promo .title-Nav{
    font-family: "Playfair Display", serif;
    font-size: 22px;
    line-height: 140%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-left: 20px;
}
.promo .menu__liste{
    list-style: none;
    margin: 0;
    background-color: transparent;
    position: absolute;
    top: 20%;
    left: 0%;
    width: 500px;
    height: 33px;
    margin-left: 280px;
    padding: 0%;
    transform: translateY(0%);
    display: flex;
    opacity: 1; 
}
.promo .menu__social{
    display: flex;
    gap: 30px;
}
.promo .circle {
    width: 30px; 
    height: 30px;
    background-color: rgba(131, 166, 134, 1); 
    border-radius: 50%;
    margin-left: 5px;
    display: block !important;
        
}
.promo .menu__liste2{
    list-style: none;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 300px;
    width: 100%;
    height: 33px;
    margin-left: 380px;
    padding: 0%;
    transform: translateY(0%);
    display: flex;
    opacity: 1; 
}
.promo .menu__btn{
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    display: none;
}
.promo .menu--open .menu__liste{
    transform: translate(0);
    opacity: 1;
}
.promo .NavNav{
    background-color: rgba(239, 210, 212, 1);
    width: 100%;
    height: 100px;
    list-style: none;
    margin: 0%;
    padding: 0%;
    display: flex;
    color: rgba(131, 166, 134, 1);
    position: relative;    
}
.promo .NavNav__el1 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 18px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 30px;
    margin-top: 40px;
    text-decoration: none;
}
.promo .NavNav__el2 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 18px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 30px;
    padding-left: 20px;
    text-decoration: none;
}
.promo .NavNav__el3 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 18px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 30px;
    padding-left: 20px;
    text-decoration: none;
}
.promo .NavNav__el a:hover{
    opacity: 50%;
}
.promo .NavNav__el a:focus{
    opacity: 100%;

}
.promo .ligne-deco-nav{
    content: "";
    width: 380px;
    height: 5px ;
    display: block;
    position: absolute;
    background-color: #fff;
    line-height:1px;
    margin-top: 50px;
    border-radius: 5px;
    margin-left: 120px;
}
.promo .icon{
    width: 20px;
    margin-left: 5px;
    margin-top: 5px;
}

.promo .section--footer{
    padding-top: 45px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.promo .title-footer{
    font-family: "Raleway", serif;
    font-size: 22px;
    line-height: 15%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.promo .footerNav{
    content: "";
    width: 100%;
    height: 150px;
    background-image: url(../images/footer.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0%;
    padding: 0%;
    margin-top: 10%;
    
}
.promo .footerNav__el a{
    font-weight: normal;
    font-size: 18px;
    border: none;
    color: black;
    list-style: none;
    top: 0;
    left: 0%;
    margin-left: 20px;
    text-decoration: none;
}
.promo .footer-info{
    margin-bottom: 0%;
    padding-top: 20px;
    margin-left: 60px;
}
.promo .box6{
    width: 300px;
    margin-top: 50px;
    flex: auto;
    position: relative ;
    float: left;
}
.promo .g{
    list-style: none;
    font-family: "Raleway", serif;
    font-weight: normal;
    font-size: 16px;
    border: none;
    display: flex;
    flex-direction: row;
    float: right;
    margin: 0 60px 0  0;
    padding: 0%;
    padding-top: 100px;
}
.promo .footerNav__el a:hover{
    opacity: 50%;
}
.promo .footerNav__el a:focus{
    opacity: 100%;
}

.promo .copy{ 
    font-weight: normal;
    text-transform: uppercase;
    border: none;
    opacity: 50%;
    margin-bottom: 15px;
    font-size: 18px;
}
.promo .copy:hover{
    opacity: 100%;
}
.promo .copy:focus{
    opacity: 50%;
}
.promo .p-big{
    font-weight: bold;
    font-size: 18px;
    display: flex;
}

.promo .a{
    text-decoration: none;
    border-bottom: 3px solid ;
    color: black;
    font-weight: bolder;
    margin: 20px;

  }
.promo.a:hover,
.promo .a:focus{
    border-color: black;
  }

.promo .position--texte{
    text-align: left;
    justify-content: left;
    flex-direction: row;
    position: relative;
}

.promo .alignement--texte{
    text-align: left;
}
.promo .alignement--texte2{
    text-align: left;
    margin-top: 80px;
}
.promo .position--image{ 
    width: 180px;
    height: 421px;
    border-radius: 37px;
    display: flex;
    margin: auto;
    padding: auto;
    object-fit: cover;
    position: absolute;
    margin-top: 60px;
}
.promo .position--image2{ 
    width: 180px;
    height: 421px;
    border-radius: 37px;
    display: flex;
    margin: auto;
    padding: auto;
    object-fit: cover;
    position: absolute;
    margin-left: 535px;
    margin-top: 0%;
}
.promo .taille-image-vlogs{
    width: 410px;
    height: 216px;
    flex: auto;
    position:absolute ;
    float: right;
    border-radius: 5px;
    margin-left: 305px;
    top: 30%;
  }
.promo .taille-image-hotel{
    width: 180px;
    height: 175px;
    position: absolute ;
    border-radius: 37px;
    margin-left: 0px;
    margin-top: 90px;
  }
.promo .taille-image-hotel2{
    width: 110px;
    height: 144px;
    position: absolute ;
    border-radius: 37px;
    margin-right: 20px;
    flex: auto;
    margin-left: 0px;
    margin-top: 290px;
  }
  .promo .position--title-hotel{
    position: absolute;
    width: 519px;
    margin-left: 195px;
    margin-top: 80px;
  }
.promo .taille-image-livre{
    width: 205px;
    height: 267px;
    border-radius: 37px;
    margin-right: 160px;
    flex: auto;
    position: relative ;
    float: right;
    
  }
.promo .texte--position-vlogs{
    position: absolute;
    width: 274px;
    margin-top: 40px;
}

.promo.block{
    width: 362px;
    margin-left: 20px;
    display: flex;
  }
.promo .box2{
    position: absolute;
    width: 410px;
    margin-left: 305px;
}
.promo .box{
    width: 385px;
    margin-left: 60px;
}
.promo.box3{
    width: 100%;
    margin-left: 20px;
  }
.promo .box4{
    display: flex;
    list-style: none;
  }
  
.promo .carousel-container {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    display: block;
}

.promo .carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.promo .carousel-item {
    position: relative;
    min-width: 150px;
    height: 500px;
    margin: 0 10px;
    border-radius: 130px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s;
}
.promo .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promo .carousel-item:hover {
    transform: scale(1.1);
}

.promo .section--ligne{
    content: "";
    width: 100%;
    height: 700px;
    background-image: url(../images/fond-lignée.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0%;
}
.promo .tabgrid{
    display: grid;
    grid-template-columns: 
    110px 40px
    30px 14px
    80px 30px
    80px 30px
    80px 30px
    80px 30px
    80px;
    padding-left: 60px;
    padding-right: 60px;
}
.promo .tabgrid> *{
    grid-column: 1 / 14;
}
.promo .tabgrid--5-14{
    grid-column: 5 / 14;
}
.promo .tabgrid--1-12{
    grid-column: 1 / 12;
}
.promo .tabgrid--1-6{
    grid-column: 1 / 6;
}
.promo .tabgrid--7-14{
    grid-column: 7 / 14;
}
.promo .tabgrid--5-14{
    grid-column: 5 / 14;
}
.promo .tabgrid--1-4{
    grid-column: 1 / 4;
}
.promo .tabgrid--1-10{
    grid-column: 1 / 10;
}
.promo .tabgrid--1-9{
    grid-column: 1 / 9;
}
}


/* page promo ordi-------------------------------------------*/

@media (min-width: 1280px){
.promo{
    font-family: "Raleway", serif;
    font-size: 22px;
    line-height: 140%;
    color: black;
    background-color: #fff;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 0%;
    padding: 0%;

    background-image: url(../images/en-tete-vague.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: flex;
    margin-top: 0%;
    margin-left: 0%;
}
.promo .p{
    margin-left: 0px;
    margin-right: 0px;
}
.promo .section{
    border-bottom: 1px solid transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    width: 100vw;
    height: 600px;
}
.promo .section2{
    border-bottom: 1px solid transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    width: 100vw;
    height: 750px;
    
}
.promo .section3{
    border-bottom: 1px solid transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    width: 100VW;
    height: 500px;
}
    
    
.promo .section--color2{
    background-color: rgba(251, 225, 102, 1);
    margin-top: 0%;
    width: 100%;
    height: 700px;
}
.promo .section--color{
    content: "";
    width: 100%;
    height: 800px;
    background-image: url(../images/fond-biege-promo-tab.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0%;
}
    
.promo .section--header{
    width: 100%;
    height: 800px;
}
.promo .section--footer{
    padding-top: 45px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}
    
.promo .title{
    font-size: 31px;
    line-height: auto;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-top: 0%;
}
.promo .position--title{
    margin-left: 0%;
    font-size: 31px;     
}
.promo .title--section{
    font-size: 37px;
    line-height: 140%;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-top: 0px;
}
.promo .enlever{
    display: block;
}
.promo .title-vlogs{
    display: none;
    position: absolute;
}
.promo .title-footer{
    font-family: "Playfair Display", serif;
    font-size: 45px;
    line-height: 10%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
    
.promo .grand-titre{
    position: absolute;
    width: 50%;
    top: 30%;
    left: 70%;
    transform: translateX(-50%);
}
.promo .position-grand-titre{
    position: absolute;
    top: 57%;
    left: 52%;
    transform: translateX(-50%);
}
    
.promo .title-Nav{
    font-family: "Playfair Display", serif;
    font-size: 28px;
    line-height: 140%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-left: 60px;
}
.promo .menu__liste{
    list-style: none;
    margin: 0;
    background-color: none;
    position: absolute;
    top: 20%;
    left: 0%;
    width: 500px;
    height: 33px;
    margin-left: 400px;
    padding: 0%;
    transform: translateY(0%);
    display: flex;
    opacity: 1; 
}
.promo .menu__social{
    display: flex;
    gap: 30px;
}
.promo .circle {
    width: 40px; 
    height: 40px;
    background-color: rgba(131, 166, 134, 1); 
    border-radius: 50%;
    margin-left: 10px;
    display: block !important;
    
}
.promo .menu__liste2{
    list-style: none;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 710px;
    width: 100%;
    height: 33px;
    margin-left: 310px;
    padding: 0%;
    transform: translateY(0%);
    display: flex;
    opacity: 1; 
}
.promo .menu__btn{
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    display: none;
}
.promo .menu--open .menu__liste{
    transform: translate(0);
    opacity: 1;
}
.promo .NavNav{
    background-color: rgba(239, 210, 212, 1);
    width: 100%;
    height: 100px;
    list-style: none;
    margin: 0%;
    padding: 0%;
    display: flex;
    color: rgba(131, 166, 134, 1);
    position: relative;    
}

.promo .NavNav__el1 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 26px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 30px;
    padding-left: 10px;
    text-decoration:  none;
}
.promo .NavNav__el2 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 26px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 30px;
    padding-left: 10px;
    text-decoration:  none;
}
.promo .NavNav__el3 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 26px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 10px;
    padding-left: 30px;
    text-decoration:  none;
}

.promo .NavNav__el a:hover{
    opacity: 50%;
}
.promo .NavNav__el a:focus{
    opacity: 100%;
}
.promo .ligne-deco-nav{
    content: "";
    width: 600px;
    height: 5px ;
    display: block;
    position: absolute;
    background-color: #fff;
    line-height:1px;
    margin-top: 50px;
    border-radius: 5px;
    margin-left: 110px;
}
.promo .icon{
    width: 25px;
    margin-left: 7px;
    margin-top: 7px;
}
    
.promo .section--footer{
    padding-top: 45px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.promo .title-footer{
    font-family: "Raleway", serif;
    font-size: 45px;
    line-height: 15%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.promo .footerNav{
    content: "";
    width: 100%;
    height: 200px;
    background-image: url(../images/footer.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0%;
    padding: 0%;

}
.promo .footerNav__el a{
    font-weight: normal;
    font-size: 22px;
    border: none;
    color: black;
    list-style: none;
    top: 0;
    left: 0%;
    margin-left: 30px;
}
.promo .footer-info{
   margin-bottom: 0%;
   padding-top: 20px;
   margin-left: 20px;
}
.promo .box6{
    width: 600px;
    margin-top: 50px;
    flex: auto;
    position: relative ;
    float: left;
}
.promo .g{
    list-style: none;
    font-family: "Raleway", serif;
    font-weight: normal;
    font-size: 16px;
    border: none;
    display: flex;
    flex-direction: row;
    float: right;
    margin: 0 60px 0  0;
    padding: 0%;
    padding-top: 150px;
}
.promo .footerNav__el a:hover{
    opacity: 50%;
}
.promo .footerNav__el a:focus{
    opacity: 100%;
}
    
.promo .copy{ 
    font-weight: normal;
    text-transform: uppercase;
    border: none;
    opacity: 50%;
    margin-bottom: 18px;
    font-size: 18px;
}
.promo .copy:hover{
    opacity: 100%;
}
.promo .copy:focus{
    opacity: 50%;
}
.promo .p-big{
    font-weight: bold;
    font-size: 22px;
    display: flex;
}
    
.promo .a{
    text-decoration: none;
    border-bottom: 3px solid ;
    color: black;
    font-weight: bolder;
    margin: 20px;
}
.promo.a:hover,
.promo .a:focus{
    border-color: black;
}
    
.promo .position--texte{
    text-align: left;
    justify-content: left;
    flex-direction: row;
    position: relative;
}
    
.promo .alignement--texte{
    text-align: left;
}
.promo .alignement--texte2{
    text-align: left;
    margin-top: 80px;
}
.promo .position--image{ 
    width: 300px;
    height: 500px;
    border-radius: 37px;
    display: flex;
    margin: auto;
    padding: auto;
    object-fit: cover;
    position: absolute;
    margin-top: 60px;
    object-fit: cover;
}
.promo .position--image2{ 
    width: 300px;
    height: 500px;
    border-radius: 37px;
    display: flex;
    margin: auto;
    padding: auto;
    object-fit: cover;
    position: absolute;
    margin-left: 680px;
    margin-top: 0%;
    object-fit: cover;
}
.promo .taille-image-vlogs{
    width: 846px;
    height: 455px;
    flex: auto;
    position:absolute ;
    float: right;
    border-radius: 37px;
    margin-left: 305px;
    top: 10%;
    object-fit: cover;
}
.promo .taille-image-hotel{
    width: 297px;
    height: 287px;
    position: absolute ;
    border-radius: 37px;
    margin-left: 0px;
    margin-top: 90px;
    object-fit: cover;
}
.promo .taille-image-hotel2{
    width: 221px;
    height: 291px;
    position: absolute ;
    border-radius: 37px;
    margin-right: 20px;
    flex: auto;
    margin-left: 0px;
    margin-top: 400px;
    object-fit: cover;
}
.promo .position--title-hotel{
    position: absolute;
    width: 660px;
    margin-left: 500px;
    margin-top: 180px;
}
.promo .taille-image-livre{
    width: 305px;
    height: 367px;
    border-radius: 37px;
    margin-right: 160px;
    flex: auto;
    position: relative ;
    float: right;  
    object-fit: cover;
}
.promo .texte--position-vlogs{
    position: absolute;
    width: 274px;
    margin-top: 40px;
}
    
.promo.block{
    width: 362px;
    margin-left: 20px;
    display: flex;
}
.promo .box2{
    position: absolute;
    width: 478px;
    margin-left: 505px;
    text-align: center;
}
.promo .box{
    width: 620px;
    margin-left: 60px;
    margin-top: 50px;
}
.promo.box3{
    width: 100%;
    margin-left: 20px;
}
.promo .box4{
    display: flex;
    list-style: none;
}
      
.promo .carousel-container {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    display: block;
}
    
.promo .carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.promo .carousel-item {
    position: relative;
    min-width: 150px;
    height: 500px;
    margin: 0 10px;
    border-radius: 130px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s;
}
.promo .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promo .carousel-item:hover {
    transform: scale(1.1);
}
    
.promo .section--ligne{
    content: "";
    width: 100%;
    height: 700px;
    background-image: url(../images/fond-lignée.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0%;
}
.promo .ogrid{
    display: grid;
    grid-template-columns: 
    220px 20px
    60px 20px
    120px 60px
    120px 60px
    120px 60px
    120px 60px
    120px;
    padding-left: 60px;
    padding-right: 60px;
}
.promo .ogrid > *{
        grid-column: 1 / 14;
    }
.promo .ogrid--5-12{
        grid-column: 5 / 12;
    }
.promo .ogrid--1-4{
        grid-column: 1 / 4;
    }
.promo .ogrid--1-7{
        grid-column: 1 / 7;
    }
.promo .ogrid--1-8{
        grid-column: 1 / 8;
    }
.promo .ogrid--5-14{
        grid-column: 5 / 14;
    }
.promo .ogrid--9-14{
        grid-column: 9 / 14;
    }
.promo .ogrid--8-14{
        grid-column: 8 / 14;
    }
 .promo .ogrid--1-8{
        grid-column: 1 / 8;
    }


/*page info ordi --------------------------------------------*/ 
.info{
    font-family: "Raleway", serif;
    font-size: 22px;
    line-height: 140%;
    color: black;
    background-color: #fff;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 0%;
    padding: 0%;
    }

.info .title-Nav{
    font-family: "Playfair Display", serif;
    font-size: 28px;
    line-height: 140%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-left: 60px;
}
.info .menu__liste{
    list-style: none;
    margin: 0;
    background-color: none;
    position: absolute;
    top: 20%;
    left: 0%;
    width: 600px;
    height: 33px;
    margin-left: 400px;
    padding: 0%;
    transform: translateY(0%);
    display: flex;
    opacity: 1; 
}
.info .menu__social{
    display: flex;
    gap: 30px;
}
.info .circle {
    width: 40px; 
    height: 40px;
    background-color: rgba(131, 166, 134, 1); 
    border-radius: 50%;
    margin-left: 10px;
    display: block !important;
    
}
.info .menu__liste2{
    list-style: none;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 710px;
    width: 100%;
    height: 33px;
    margin-left: 310px;
    padding: 0%;
    transform: translateY(0%);
    display: flex;
    opacity: 1; 
}
.info .menu__btn{
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    display: none;
}
.info .menu--open .menu__liste{
    transform: translate(0);
    opacity: 1;
}
.info .NavNav{
    background-color: rgba(239, 210, 212, 1);
    width: 100%;
    height: 100px;
    list-style: none;
    margin: 0%;
    padding: 0%;
    display: flex;
    color: rgba(131, 166, 134, 1);
    position: relative;    
}

.info .NavNav__el1 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 26px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 30px;
    padding-left: 30px;
    text-decoration: none;
}
.info .NavNav__el2 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 26px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 30px;
    padding-left: 10px;
    text-decoration: none;
}
.info .NavNav__el3 a{
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 26px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(131, 166, 134, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 20px;
    margin-top: 40px;
    text-decoration: none;
}

.info .NavNav__el a:hover{
    opacity: 50%;
}
.info .NavNav__el a:focus{
    opacity: 100%;
}
.info .ligne-deco-nav{
    content: "";
    width: 600px;
    height: 5px ;
    display: block;
    position: absolute;
    background-color: #fff;
    line-height:1px;
    margin-top: 50px;
    border-radius: 5px;
    margin-left: 190px;
}
.info .icon{
    width: 25px;
    margin-left: 7px;
    margin-top: 7px;
}
.info .section-header:before{
    content: "";
    width: 297px;
    height: 375px;
    background-image: url(../images/info-header.jpg);   
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0%;
    margin-right: 60px;
    display: block;
    float: right;
    margin-top: 10%;
    border-radius: 100px;
 }
.info .taille--grand-titre{
    background-image: url(../images/grend-titre-info-ordi.svg);   
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 45px;
    width: 450px;
    height: 135px;
 }
.info .fond-ordi{
    background-image: url(../images/fond-info-ordi.svg);   
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 45px;
    width: 100%;
    height: 1080px;
 }
.info .title{
    font-family: "Raleway", serif;
    font-size: 22px;
    line-height: 140%;
    color: black;
    font-weight: 700;
    font-style: normal;
 }
.info .grand-title{
    font-family: "Playfair Display", serif;
    font-size: 37px;
    line-height: 140%;
    color: rgba(131, 166, 134, 1);
    font-weight: 600;
    font-style: normal;
 }
.info .marge{
    padding-left: 60px;
    padding-right: 60px;
 }
 .info .marge2{
    padding-left: 0px;
    padding-right: 0px;
 }

.info .position--texte{
    text-align: center;
    justify-content: center;
    flex-direction: row;
}
.info .p-big{
    font-family: "Raleway", serif;
    font-size: 31px;
    line-height: 140%;
    color: black;
    font-weight: 600;
    font-style: normal;
    text-align: center;
 }
.info .box12{
    width: 919px;
    margin-left: 85px;
}
.info .section--color{
    content: "";
    width: 100%;
    height:301px;
    background-image: url(../images/fond-rose.svg);
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0%;
}
.info .section--color2{
    content: "";
    width: 100%;
    height:200px;
    background-image: url(../images/fon-rose-info-tel1.svg);
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0%;
}
.info .section-position{
    position: absolute;
    margin-top: 0px;
}
.info .section-position2{
    position: absolute;
    margin-top: 510px;
}
.info .section-position3{
    position: absolute;
    margin-top: 630px;
}
.info .section--footer{
    padding-top: 45px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.info .title-footer{
    font-family: "Raleway", serif;
    font-size: 45px;
    line-height: 15%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.info .footerNav{
    content: "";
    width: 100%;
    height: 200px;
    background-image: url(../images/footer.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0%;
    padding: 0%;

}
.info .footerNav__el a{
    font-weight: normal;
    font-size: 22px;
    border: none;
    color: black;
    list-style: none;
    top: 0;
    left: 0%;
    margin-left: 40px;
    text-decoration: none;
}
.info .footer-info{
   margin-bottom: 0%;
   padding-top: 20px;
   margin-left: 20px;
}
.info .box6{
    width: 600px;
    margin-top: 50px;
    flex: auto;
    position: relative ;
    float: left;
}
.info .g{
    list-style: none;
    font-family: "Raleway", serif;
    font-weight: normal;
    font-size: 22px;
    border: none;
    display: flex;
    flex-direction: row;
    float: right;
    padding: 0%;
    padding-top: 10%;
    margin-left: 60%;
    position: absolute;
}
.info .footerNav__el a:hover{
    opacity: 50%;
}
.info .footerNav__el a:focus{
    opacity: 100%;
}
.info .ligne-deco::after{
    content: "";
    width: 362px;
    height: 3px ;
    display: block;
    position: absolute;
    background-color: rgba(239, 211, 212, 1);
    line-height:1px ;
    display: none;
}

.info .grid{
    display: grid;
    grid-template-columns: 
    220px 20px
    60px 20px
    120px 60px
    120px 60px
    120px 60px
    120px 60px
    120px;
    
}
.info .grid > *{
    grid-column: 1 / 14;
}
.info .dgrid--1-6{
    grid-column: 1 / 6;
}
.info .dgrid--7-12{
    grid-column: 7 / 12;
}
.info .dgrid--1-4{
    grid-column: 1 / 4;
}
.info .dgrid--1-8{
    grid-column: 1 / 8;
}
.info .dgrid--5-14{
    grid-column: 5 / 14;
}
.info .dgrid--9-14{
    grid-column: 9 / 14;
}
.info .dgrid--8-14{
    grid-column: 8 / 14;
}
.info .dgrid--1-9{
    grid-column: 1 / 9;
}
  


/*page critique ordi------------------------------------------------------*/
 .critique{
    background-color: rgba(37, 70, 124, 1);
    color: #fff;
    font-family: "harfang-pro", serif;
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
    font-style: normal;
    padding: 0%;
    margin: 0%;

    background-image: url(../images/header-critique-tab2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: flex;
}
.critique .title-Nav{
    font-family: "harfang-pro", serif;
    font-size: 28px;
    line-height: 140%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding-left: 60px;
}
.critique .menu__liste{
    list-style: none;
    margin: 0;
    background-color: none;
    position: absolute;
    top: 20%;
    left: 0%;
    width: 600px;
    height: 33px;
    margin-left: 400px;
    padding: 0%;
    transform: translateY(0%);
    display: flex;
    opacity: 1; 
}
.critique .menu__social{
    display: flex;
    gap: 30px;
}
.critique .circle {
    width: 40px; 
    height: 40px;
    background-color: rgba(124, 121, 250, 1); 
    border-radius: 50%;
    margin-left: 10px;
    display: block !important;
    
}
.critique .menu__liste2{
    list-style: none;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 710px;
    width: 100%;
    height: 33px;
    margin-left: 310px;
    padding: 0%;
    transform: translateY(0%);
    display: flex;
    opacity: 1; 
}
.critique .menu__btn{
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    display: none;
}
.critique .menu--open .menu__liste{
    transform: translate(0);
    opacity: 1;
}
.critique .NavNav{
    background-color: transparent;
    width: 100%;
    height: 100px;
    list-style: none;
    margin: 0%;
    padding: 0%;
    display: flex;
    color: #fff;
    position: relative;    
}

.critique .NavNav__el1 a{
    font-family: "harfang-pro", serif;
    font-weight: normal;
    font-size: 26px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(124, 121, 250, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 30px;
    padding-left: 30px;
    text-decoration: none;
}
.critique .NavNav__el2 a{
    font-family: "harfang-pro", serif;
    font-weight: normal;
    font-size: 26px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(124, 121, 250, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 30px;
    padding-left: 10px;
    text-decoration: none;
}
.critique .NavNav__el3 a{
    font-family: "harfang-pro", serif;
    font-weight: normal;
    font-size: 26px;
    border: none;
    flex-direction: row;
    display: flex;
    color: rgba(124, 121, 250, 1);
    list-style: none;
    top: 0;
    left: 0%;
    margin-right: 30px;
    padding-left: 10px;
    text-decoration: none;
}

.critique .NavNav__el a:hover{
    opacity: 50%;
}
.critique .NavNav__el a:focus{
    opacity: 100%;
}
.critique .ligne-deco-nav{
    content: "";
    width: 600px;
    height: 5px ;
    display: block;
    position: absolute;
    background-color: #fff;
    line-height:1px;
    margin-top: 50px;
    border-radius: 5px;
    margin-left: 65px;
}
.critique .icon{
    width: 25px;
    margin-left: 7px;
    margin-top: 7px;
}

.critique .section-header{
    width: 100%;
    height: 800px;
}
.carousel2 {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: 300px;
}
.image-carousel2 {
    width: 158px;
    height:596px;
    object-fit: cover;
    transition: width 0.3s ease-in-out;
    flex-shrink: 0;
    border-radius: 64px;
}
.image-carousel2:hover {
    width: 417px;
}
.enlever2{
    display: block !important;
}
.critique .taille-image-livre{
    width: 416px;
    height: 547px;
    flex: auto;
    position: absolute ;
    float: right;
    margin-top: 150px;
}
.critique .taille-image-livre2{
    width: 297px;
    height: 289px;
    flex: auto;
    position: relative ;
    float: right;
    margin-top: 0px;
}
.critique .taille-image-canne{
    width: 250px;
    height: 318px;
    flex: auto;
    position: absolute ;
    float: right;
    margin-left: 90px;
    margin-top: 350px;
}
.critique .taille-image-canne2{
    width: 300px;
    height: 450px;
    flex: auto;
    position: absolute ;
    float: right;
    margin-top: 0px;
    margin-left: 680px;
}
.critique .taille-image-privi{
    width: 420px;
    height: 591px;
    flex: auto;
    position: relative ;
    float: right;
    margin-top: 0px;
}
.critique .taille-image-privi2{
    width: 299px;
    height: 360px;
    flex: auto;
    position: absolute ;
    margin-top: 500px;
    margin-left: 860px;
    float: right;
}
.critique .position--title{
    margin-top: 190px;
}
.critique .position--p{
    margin: 0%;
    padding: 0%;
    padding-top: 170px;
}
.critique .position--p2{
    margin: 0%;
    padding: 0%;
    padding-top: 0px;
}
.critique .position--texte{
    position: absolute;
    margin-top: 400px;
    width: 662px;
    margin-left: 500px;
}
.critique .position--texte2{
    position: relative;
    width: 384px;
    margin-top: 0px;
}
.critique .taille-image-hunted{
    width: 480px;
    height: 379px;
    flex: auto;
    position: absolute ;
    float: right;
    margin-top: 0px;
    margin-left: 680px;
}
.critique .position--p3{
    margin: 0%;
    padding: 0%;
    padding-top: 20px;
}
.critique .taille-image-hunted2{
    width: 300px;
    height: 411px;
    flex: auto;
    position: absolute ;
    float: right;
    margin-top: 20px;
    margin-left: 770px;
}
.critique .section{
   margin-bottom: 40px;
   margin-top: 40px;
   height: 950px;
}
.critique .ligne--separ{
    width: 100vw;
}
.critique .tabgrid{
    display: grid;
    grid-template-columns: 
    60px 30px
    60px 30px
    60px 30px
    60px 30px
    60px 80px
    120px 60px
    120px 60px
    120px 60px
    120px ;
    padding-left: 60px;
    padding-right: 60px;
}

.critique .tabgrid > *{
    grid-column: 1 / 18;
}
.critique .tabgrid--3-12{
    grid-column: 3 / 12 ;
}
.critique .tabgrid--11-18{
    grid-column: 11 / 18;
}
.critique .tabgrid--1-12{
    grid-column: 1 / 12;
}
.critique .tabgrid--13-16{
    grid-column: 13 / 16;
}
.critique .tabgrid--3-18{
    grid-column: 3 / 18;
}
.critique .tabgrid--1-10{
    grid-column: 1 / 10;
}
.critique .tabgrid--9-18{
    grid-column: 9 / 18;
}
.critique .tabgrid--1-8{
    grid-column: 1 / 8;
}
.critique .ogrid--3-14{
    grid-column: 3 / 14;
}
.critique .tabgrid--13-18{
    grid-column: 13 / 18;
}

.critique .grand-titre{
    width: 40%;
    margin-left: 10%;
    margin-top: 25%;
    position: absolute;
}
.critique .p-big{
    font-size: 24px;
    display: flex;
    font-weight: 700;
    font-style: normal;
}
.critique .p-p{
    margin-top: 180px;
}
.critique .p-p2{
    margin-top: 30px;
}
.critique .title{
    font-size: 60px;
    line-height: 140%;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-style: normal;
}

.critique .section--footer{
    padding-top: 45px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.critique .title-footer{
    font-family: "Raleway", serif;
    font-size: 45px;
    line-height: 15%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.critique .footerNav{
    content: "";
    width: 100%;
    height: 200px;
    background-image: url(../images/footer-critique.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0%;
    padding: 0%;

}
.critique .footerNav__el a{
    font-weight: normal;
    font-size: 22px;
    border: none;
    color: #fff;
    list-style: none;
    top: 0;
    left: 0%;
    margin-left: 40px;
    text-decoration: none;
}
.critique .footer-info{
   margin-bottom: 0%;
   padding-top: 20px;
   margin-left: 20px;
}
.critique .box6{
    width: 600px;
    margin-top: 50px;
    flex: auto;
    position: relative ;
    float: left;
    margin-left: 20px;
}
.critique .g{
    list-style: none;
    font-family: "Raleway", serif;
    font-weight: normal;
    font-size: 22px;
    border: none;
    display: flex;
    flex-direction: row;
    float: right;
    padding: 0%;
    padding-top: 12%;
    margin-left: 60%;
    position: absolute;
}
.critique .footerNav__el a:hover{
    opacity: 50%;
}
.critique .footerNav__el a:focus{
    opacity: 100%;
}
.critisue .copy{
    font-size: 22px;
}

}  