html {

    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    font-family: sans-serif;
}

.body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    width: 100%;
}

/*.margauto {
   margin: auto;
    margin-bottom: 40px;
    padding-left: 0px;
    
}*/

.newbody {
    background-color: white;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    height: 100vh;
}

.newbody22 {
    background-color: white;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    height: 100vh;
}

.containerlax {

    background: url(images2496/hero.png) no-repeat 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
  
   
}

.grillecss {
    display: grid;
    grid-template:repeat(17,150px)/ 1fr repeat(10, 150px) 1fr;
}

img {
    height: auto;
    width: 100%;
}

.image1 {
    /* debut row / debut col / fin row / fin col */
    grid-area: 2 / 8 / 6 / 11;
}

.txt1 {
    position: relative;
    right: 200px;
    bottom: 100px;
    font-size: 25px;
    color: rgb(243, 165, 5);
}

.image2 {
    grid-area: 3 / 2 / 4 / 12;
    position: relative;
    right: 300px;
    bottom: 200px;
    transform: scale(0.65);
}

.image3 {
    grid-area: 7 / 3 / 11 / 6;
  
}

.thumbnail a {
    color: #FF5252;

}

.txt2 {
    position: relative;
    left: 200px;
    bottom: 600px;
    font-size: 25px;
    color: #e84918;
}

.image4 {
    grid-area: 8 / 2 / 9 / 12;
    position: relative;
    left: 200px;
    bottom: 300px;
}

.image5 {
    grid-area: 11 / 8 / 15/ 11;
 
}

.txt3 {
    position: relative;
    right: 200px;
    bottom: 600px;
    font-size: 25px;
    color: rgb(41, 49, 51);
}

.image6 {
    grid-area: 12 / 2 / 13 / 12;
    position: relative;
    right: 200px;
    bottom: 200px;
}

.accueil2 {
    height: 100%;
    width: 100%;
    background: url("images2496/signature1.jpg") no-repeat 0 0;
    background-size: cover;
    position: relative;
    background-attachment: fixed;

}

.traitementh1 {
    position: absolute;
    top:40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    text-align: center;
    color: rgb(255, 82, 82);
    width: 60%;
}

.section {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.section2 {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.s1 {

    background: url("images2496/signature2.jpg") no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;      

}



.s2 {

    background: url("images2496/signature3.jpg") no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;

}

.s3 {

    background: url("images2496/signature4a.jpg") no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;

}

.s4 {

    background: url("images2496/signature4b.jpg") no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;

}


.s5 {

    background: url("images2496/signature5.jpg") no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;

}

.s6 {

    background: url("images2496/tablecafe.jpg") no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;

}

.s7 {

 
    /*background-size: cover;*/
    background-attachment: fixed;
    height: 700px;
    background-color:rgb(255, 82, 82) ;

}

.s8 {

    background: url("images2496/publicitesphenixmperia.jpg") no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;

}




.bloctxt {
   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 300px;
    background: rgba(255,255,255,0.6);
    border-radius: 5px;

 
opacity: 0;
-webkit-transform: translateY(4em) rotateZ(-5deg);
        transform: translateY(4em) rotateZ(-5deg);
-webkit-transition: opacity .3s .25s ease-out,
            -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
transition: opacity .3s .25s ease-out,
            -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
transition: transform 4s .25s cubic-bezier(0,1,.3,1),
            opacity .3s .25s ease-out;
transition: transform 4s .25s cubic-bezier(0,1,.3,1),
            opacity .3s .25s ease-out,
            -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
/*width: 90%;*/

will-change: transform, opacity;
}
      
      .bloctxt.is-visible {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
      }
      
  

.bloctxt2 {
   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 400px;
    background: rgba(255,255,255,0.6);
    border-radius: 5px;

    opacity: 0;
-webkit-transform: translateY(4em) rotateZ(-5deg);
        transform: translateY(4em) rotateZ(-5deg);
-webkit-transition: opacity .3s .25s ease-out,
            -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
transition: opacity .3s .25s ease-out,
            -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
transition: transform 4s .25s cubic-bezier(0,1,.3,1),
            opacity .3s .25s ease-out;
transition: transform 4s .25s cubic-bezier(0,1,.3,1),
            opacity .3s .25s ease-out,
            -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
/*width: 90%;*/

will-change: transform, opacity;
}

.bloctxt2.is-visible {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }


.soustitretxt {
    font-size: 45px;
    text-align: center;
    padding: 20px;

}

.txt {
    font-size: 18px;
    padding: 10px 40px;
}

.slideanim {visibility:hidden;}
.slide {
    z-index:1000;
    position: relative;
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

.bandeau3wrap {
    
    font-family: sans-serif;
    background-color: #FF5252;
   /*justify-content: center;*/
   padding-top: 30px;
   padding-bottom: 30px;

}

.bandeau3wrap h1 {
    font-family: sans-serif;
    font-size: 38px;
}

.bandeau4wrap {
    background-color: #FF5252;
    background-size: cover;
    overflow-x: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    width: 105vw;

}

    .bandeau5wrap {
        background-color:rgb(41, 49, 51);
        background-size: cover;
        overflow-x: hidden;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        width: 105vw;

}

.bandeau3wrap2 {
    
    font-family: sans-serif;
   background-color:white;
   padding-top: 40px;
   padding-left: 30px;
   padding-right: 30px;
   max-width: 1200px;
   
  margin: auto;
   /*margin-top: 0px;*/
   z-index: 0;
   position: relative;
  

}

.bandeau4wrap p {
    font-size: 20px;
}


 
  

   .sansmarge {
    margin: 0;
    width: 100vw;
 
   
   }
   
   .imgetoile {
    max-width: 40vw;
 
   
   }



   .suite {
    height: 600px;
    background-color: white;
   }

   /* fallback */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    src: url(materialsymbolsoutlined/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
  }



.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    color:white;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
      /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';

    -moz-osx-font-smoothing: grayscale;

    font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48,
  }
  
  
  /*font-size: 24px; /* Preferred icon size */
  
  .slideanim {visibility:visible;}

  .specfont2	{  
    text-align:left !important;
    text-transform: uppercase;
  line-height: 1.375em;
  color: #ffffff;
  font-weight: 400;
  padding-top: 19px;
  margin-bottom: 30px;
  font-size: 24px ;}
  
.specfont4	{
    text-align:left !important;
    padding-left: 0px; 
    color: #adadbc !important;
    font-weight: 300;
    font-size: 16px !important;}

 
.specfont5	{
    text-align: justify;
    /*padding-left: 5px;*/
    color: #333 !important;
    font-weight: 300;
    font-size: 13px !important;}


    
.monfooter	{height:auto; margin:auto; background-color:#3e4348; padding:20px 30px 10px 28px; overflow:auto; color:#aaa; font-size:13px;}
.fontpetit	{font-size:12px; text-align:center; color:#F33 !important;}


 @media (min-width: 1920px){
    .bandeau3wrap2 {
        margin-top: 40px;
    }

    .quote {
        height: 70em;
    }

  }


  /* If the screen size is wider than 1270 and smaller than 1919.99px, set the font-size */
  @media (min-width: 1270px) and (max-width:1919.99px){
    .bandeau3wrap2 {
        margin-top: 50px;
    }

    .quote {
        height: 50em;
    }

  }

/* Tablet view1 */
/* If the screen size is 830px wide or more, set the font-size to 2vw */
@media (min-width: 830px) {
    .responsive-font-example {
      font-size: 2vw;
     
    }
  /*  .logoclient {
        max-width: 20vw;
        justify-content: center;
        margin-bottom: 10px;
    }*/



  }

  /* If the screen size is smaller than 480px, set the font-size to 5vw */
  @media (max-width: 480px) {
    .responsive-font-example {
      font-size: 5vw;
    }

  /*  .logoclient {
        max-width: 40vw;
        margin-left: 120px;
        margin-bottom: 20px;
    }*/

  }

  /* If the screen size is wider than 481 and smaller than 829.98px, set the font-size to 3vw */
  @media (min-width: 481px) and (max-width:829.98px){
    .responsive-font-example {
      font-size: 3vw;
    }

  

    .bandeau3wrap2 {
        margin-top: 0px;
    }

  }

  @media (min-width: 830px) and (max-width:1269.99px){

    .quote {
        height: 50em;
    }
   

  }
 
/* Tablet view1 */
@media (max-width: 830px){

    .hide-tablet-mobile {

        display:none;
    }

    .bandeau3wrap2 {
        margin-top: 40px;
    }

      
.specfont4	{
    text-align:center !important;
}

.specfont2	{
    text-align:center !important;
    margin-top: 30px;
}

.quote {
    height: 70em;
}


}


/* Tablet view2 */
@media (max-width: 768px){

    .hide-tablet-mobile {
        display: none;
    }

    .bandeau3wrap2 {
        margin-top: 40px;
    }

          
.specfont4	{
    text-align:center !important;
}

.specfont2	{
    text-align:center !important;
    margin-top: 30px;
}
   
}




/* Mobile view */
@media (max-width: 360px){

    
    .hide-tablet-mobile {
        display: none;
    }

 

}



   

