*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /* palette */
  --main-white: #dddddd;
  --shade-white: #d3d3d3;
  --main-black: #181818;
  --main-yellow: #e6d28c;
  --dark-yellow: #f4cb38;

  /* Fonts */
  --base-font:  'Open sans' , sans-serif;
  --title-font: 'Roboto Condensed', 'Source Sans 3';

  /* Font-size */
  --fs-14: 0.875rem;
  --fs-16: 1rem;
  --fs-18: 1.125rem;
  --fs-20: 1.25rem;
  --fs-24: 1.5rem;
  --fs-30: 1.875rem;
  --fs-36: 2.25rem;
  --fs-42: 2.625rem;
  --fs-50: 3.125rem;
  --fs-72: 4.5rem;

}
h1, h2, h3{
  font-family: var(--title-font);
}
body {
  font-family: var(--base-font);
}


    /* ---- RESET & BASE ---- */
 
    body {
      font-size: 19px;
      background-color: #f7f9fb;
      color: #222;
      line-height: 1.6;
    }

    

    a {
      text-decoration: none;
    }

    /* ---- HEADER ---- */
    header {
      background-color: #001f3f;
      color: white;
      padding: 0px 20px;
      text-align: center;
      height: 90px;
      line-height: 90px;
    }
    header .bloc-marque a {
      height: 90px;
      display: block;
      display: flex;
    }

    .bandeau{
      display: flex;
      justify-content: space-between;
      align-items: center;
      ;
    }

    .bloc-marque{
      display: flex;
      line-height: auto;
      align-items: center;
    }

    .nom-et-sous-titre{
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 15px;
      
    }

    .nom-et-sous-titre p{
      margin: 0;
      line-height: normal;
    }
    .nom-et-sous-titre h1{
      margin: 0;
      line-height: normal;
      font-size: 26px;
      font-weight: 600;
      font-style: italic;
      letter-spacing: 1.5px;
    }
    .bloc-marque img {
      width: 68px;
     
    }

    /*nav*/

    .liste-nav .btn{
      padding: 7px 20px;
      margin-top: 0;
      line-height: normal;
    }

    .accueil .liste-nav :nth-child(1){
      display: none;
    }

    .transportpage .liste-nav :nth-child(2){
      display: none;
    }
    .industrie .liste-nav :nth-child(3){
      display: none;
    }
    .habitat .liste-nav :nth-child(4){
      display: none;
    }

    .groupe .liste-nav :nth-child(5){
      display: none;
    }
    nav img{
      height: 60px;
      display: none;
    }

    nav a{
      color: #ffffff;
      padding-right: 60px;
      
    }

    .btn-toggle-container{
      display: none;
    }

    .tel-sous-bandeau{
      display: none;
    }
    

    .bandeau h2{
      color: #ffcc00;
      margin-bottom: 0px;
      border-left: none;
      padding-left: 0px;
      font-size: inherit;
      margin-block-start: 0;
    margin-block-end: 0;
    font-weight: 400;
    line-height: normal;
    }

    header h1 {
      font-size: 2.2em;
      margin-bottom: 5px;
      letter-spacing: 1px;
    }

    header p {
      color: #ffcc00;
      font-weight: 500;
      font-size: 1.1em;
    }

    /* ---- SECTIONS ---- */
    section {
      max-width: 1400px;
      margin: 50px auto;
      background: white;
      padding: 40px 30px;
      border-radius: 12px;
      /* box-shadow: 0 4px 10px rgba(0,0,0,0.08); */
    }

    h2 {
      color: #001f3f;
      margin-bottom: 15px;
      border-left: 6px solid #ffcc00;
      padding-left: 10px;
      font-size: 1.8em;
    }

    h3 {
      color: #003366;
      margin-top: 25px;
      font-size: 1.3em;
    }

    p {
      margin: 10px 0;
      
    }

    ul {
      list-style: none;
      margin-top: 15px;
    }

    ul li {
      padding: 6px 0;
      
    }

    ul li::before {
      content: "⚡ ";
      color: #ffcc00;
    }

    /*section texte seul*/

    .texte-seul{
      padding: 50px 8%;
      
    }

    /*---domaines d'intervention*/

    .domaines-intervention{
 
      display: flex;
      justify-content: center;
      
    }

     .bloc-domaine .btn{
   color: white;
   font-size: 30px;
   background-color: rgba(255, 255, 255, 0.087);
   box-shadow: 0px 15px 17px 0px rgba(0, 0, 0, 0.7);
   padding: 10px 25px;
  }
     .bloc-domaine h3{
    color: #ffcc00;
    text-transform: uppercase ;
  }
    .domaines-intervention .bloc-domaine{
    color: white;
    background-image: url(./ressources/transport/metro-bleute.jpg);  
    background-repeat: no-repeat;
    background-size: cover;
    width: 30%;
    margin-right: 40px;
    min-width: 300px;   
    padding: 40px; 
    display: flex;
    height: 35vh;
    border-radius: 3px;
   
    justify-content: space-between;
      align-items: center;
    }

    .bloc-domaine .btn{
      width: max-content;
    }



    .domaines-intervention .bloc-domaine-industrie{
    background-image: url(./ressources/industrie/bureaux-jbp-bleutés.jpg);  
    }
    .domaines-intervention .bloc-domaine-habitat{
    background-image: url(./ressources/habitat/refectoire-stadium-bleute.jpg);  
    }

    .domaines-intervention .bloc-domaine:nth-child(3){
      margin-right: 0;
    }
    .domaines-intervention .bloc-domaine h3{
      color: #ffffff;

    }

    /*section avantages*/

    .section-face-to-face{
      display: flex;
      justify-content: space-between;
    }
    .face-to-face {
      display: flex;
      flex-direction: column;
      justify-content: center;
     
    }
 
    .avantages .left{
      padding-left: 100px;
    }

    .avantages{
      height: 800px;
      
    }

    .avantages .right img{
      object-fit: cover;
      height: 100%;
      width: 32vw;
      max-width: 700px;


    }

    .avantages .right{
      padding-top: 0;
      padding-bottom: 0;
    }

    /*bloc presentation clients*/

    .bloc-presentation-clients-haut-pc{
  display: flex;

  margin: 0 auto;
  justify-content: center;
}
.bloc-presentation-clients-bas-pc{
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.bloc-presentation-clients .client{
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  z-index: 2;
}
.bloc-presentation-clients .client-vertical,
.bloc-presentation-clients .client-horizontal{
  height: 200px;
  width: 220px;
  margin: 20px 35px;
}
/* .bloc-presentation-clients .client-horizontal{
  height: 250px ;
  width: 300px;
  margin-top: 100px;
} */

.clientCerel{
  margin: 0 100px;
}

.bloc-presentation-clients .client img{
  width: 100%;
  
}

.bloc-presentation-clients .client:nth-child(7) img{
  height: 100%;
  object-fit: cover;
  padding: 50px;
  
}
.bloc-presentation-clients .client:nth-child(4) img{
  width: 200%;
}
.bloc-presentation-clients .client:nth-child(3) img{
  padding: 25px;
}
.bloc-presentation-clients .client img,
.bloc-presentation-clients .client:nth-child(6) img{
  padding: 45px;
  
}


.bloc-presentation-clients .clientParis 
{
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  
}
.bloc-presentation-clients .clientRatp
{
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  
}
.bloc-presentation-clients .clientNeuilly
{
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  
}
.bloc-presentation-clients .clientAeroport
{
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  
}
.bloc-presentation-clients .clientOph
{
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  
}
.bloc-presentation-clients .clientCerel
{
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  
}
.bloc-presentation-clients .clientJpb
{
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  
}
.bloc-presentation-clients .clientSpec-idf
{
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  
}
.bloc-presentation-clients .clientVinci
{
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  
}
.bloc-presentation-clients .clientBiospring
{
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  
}
.bloc-presentation-clients .clientEtt
{
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  
}
.bloc-presentation-clients .clientEiffage
{
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  
}


.bloc-presentation-clients .clientParis.active,
.bloc-presentation-clients .clientRatp.active, 
.bloc-presentation-clients .clientNeuilly.active, 
.clientAeroport.active, 
  .bloc-presentation-clients .clientOph.active, 
.clientCerel.active, 
.clientJpb.active,
.clientSpec-idf.active, .clientEtt.active, .clientEiffage.active,
.clientVinci.active, .clientBiospring.active
{
  transform: translateX(0%);
  opacity: 1;
  overflow: hidden;
  }


    /*section avis*/

    .image-sous-avis{
      display: none;
    }

    .slide-avis{
      
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: url(./ressources/industrie/livraison-bobines-haute.jpg);
      ;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50%  70%;
      border-radius: 12px;
    }


    .section-avis{
      
      height: 500px;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      
      
    }

    .avis{
      position: relative;
      background-color: white ;
      padding:  100px 70px ;
      text-align: center;
      border-radius: 7px;
    }

    .avis span{
      font-size: 80px;
      
    }


    .guillemet-entrant{
      position: absolute;
      top: 25px;
      left: 35px;
    }
    .guillemet-sortant{
      position: absolute;
      bottom: 5px;
      right: 35px;
      

    }

    /*contact*/

    #contact :nth-child(3){
      text-align: center;
      width: 50%;
      margin: 20px auto 0;
    }

    #contact :nth-child(4){
      display: block;
      margin: 0 auto;
      width: max-content;
      margin-top: 30px;
    }

    #contact :nth-child(3){
      line-height: 50px;
    }

    #contact a{
      color: #181818;
      padding: 7px 17px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }


    /* ---- BUTTON ---- */
    .btn {
      display: inline-block;
      background-color: #ffcc00;
      color: #001f3f;
      padding: 14px 28px;
      border-radius: 6px;
      font-weight: bold;
      transition: 0.3s;
      margin-top: 20px;
    }

    .btn:hover {
      background-color: #ffd633;
      transform: scale(1.03);
    }

    /* ---- FOOTER ---- */
    footer {
      background-color: #001f3f;
      color: white;
      text-align: center;
      padding: 20px ;
      margin-top: 40px;
    }

  .title-footer{
      color: #ffcc00;
    }

    .haut-footer{
      width: 90%;
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 40px auto;
      
    }

    
    .haut-footer li{
      list-style-type: none ;
    }

    .haut-footer a{
      text-decoration: none;
      color: #ffffff;
    }
    
    .haut-footer ul li::before {
      content: none ;
      
    }

    /*marque footer*/
    .navigation, .contact-footer {
      width: 300px;
    }




    footer .marque-en-footer a{
      display: block;
      display: flex;
    }

    .marque-en-footer .bloc-marque{
      flex-direction: column;
   
    }
    .marque-en-footer .bloc-marque a img{
      width: 120px;
    }

    .marque-en-footer .bloc-marque .nom-et-sous-titre{
      padding: 0;
    }
    .marque-en-footer .bloc-marque h3{
      color: #ffffff;
      line-height: normal;
      font-size: 26px;
      font-weight: 600;
      font-style: italic;
      letter-spacing: 1.5px;
    }
    .marque-en-footer .bloc-marque {
      font-family: var(--title-font);
      color: #ffcc00;
      
    line-height: normal;
    }
    
    

    .contact-footer ul li{
      line-height: 1.6;
    }

    .reseaux-sociaux {
      padding-top: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 70px;
      color: white;
      font-style: italic;
    }

    .reseaux-sociaux a{
      padding-left: 15px;
      height: 30px;
      width: 30px;
      cursor: pointer;
  
    }
    .reseaux-sociaux a img{
      object-fit: cover;
    }


    /*pied de footer*/

    .bas-footer{
      padding-top: 50px;
      font-size: 13px;
      line-height: normal;
      color: #d0cbcb;
      text-align: right;
    }

    .bas-footer a{
      color: #d0cbcb;
      text-decoration: none;
      
    }

    /* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    PAGE transport
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

    /*premiere section -transport*/

    .transport .avantages .left{
      padding-left: 0;
      padding: 0 30px;
    }

    /*deuxieme section*/

    
.transport .section-face-to-face-2{
    display: flex
;
flex-direction: row-reverse;
    
}

.transport .section-face-to-face-2 .left{
  padding-left: 70px;
}

/*realisations*/

.transport .realisation a{
  display: none;
}
.transport .texte-seul {
    padding: 50px 30px;
}
    .bloc-realisations{
      display: flex;
      flex-wrap: wrap;
      flex-shrink: 0;
      gap: 46px;
      margin-top: 50px;
      
    }

    .realisation{
      background-color: #001f3f;
      border-radius: 7px;
      padding: 30px;
      width: 31%;
      
      
      
      
      
    }
    .realisation img{
      background-repeat: no-repeat;
      object-fit: cover;   
      width: 100%;   
      height: 420px;
      
      
    }

    .realisation .titre{
      color: white;
      font-weight: bold;
      text-transform: uppercase;
      font-family: var(--title-font);
      padding-top: 20px;
      height: 80px;
    }
    .realisation .sous-titre{
      color: white;
      padding-top: 10px;
      
    }
    .realisation .btn{
      margin: 0 auto;
      display: block;
      width: max-content;  
      padding: 7px 28px ;
      
       
    }

    .realisation .contenu-fiche{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 40%;
     
    }
   


    /* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    PAGE groupe
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

    .groupe ul li {
      text-align: center;
    }
    .groupe ul li .titre{
      font-weight: bold;
    }
    .groupe ul li .titre::before{
        content: "⚡ ";
      color: #ffcc00;
    }

    .groupe ul li::before {
      content: none;
      
    }

    body .groupe .section-face-to-face-2 {
        height: 990px;
    }
   
    
    
    /* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    PAGE mentions légales
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

    /* index-2 mentions légales -------------------------------------------------------------------*/
.titre-mentions-legales h1{
  font-size: var(--fs-36);
  margin: 60px 60px 0;
  text-align: center;
}
.paragraphe-mentions-legales{
  padding: 60px 60px 0;
}
.paragraphe-mentions-legales:nth-last-child(1){
  padding-bottom: 200px ;
}

.paragraphe-mentions-legales .titre{
  font-family: var(--title-font);
  font-size: var(--fs-36);
}

.marque-en-mentions-legales{
  margin-top: 120px;
  position: relative;
  margin-bottom: 200px;
}

.marque-en-mentions-legales .logo-et-marque{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.marque-en-mentions-legales .logo-et-marque a{
  text-decoration: none;
}

.return-home{
 position: absolute;
  top: 20px;
  right: 20px;
}

.return-home img{
  width: 50px;
}

/*medias queries mentions legale*/


@media (max-width: 800px){
  .titre-mentions-legales h1{
    margin: 40px 40px 0;
  }
  .paragraphe-mentions-legales{
    padding: 40px 40px 0;
  }
  .paragraphe-mentions-legales:nth-last-child(1){
    padding: 40px ;
  }

  .paragraphe-mentions-legales .titre, .titre-mentions-legales h1{
    font-size: var(--fs-24);
  }

  .marque-en-mentions-legales{
    margin-top: 70px;
    margin-bottom: 140px;
    font-size: 18px;
  }

  .return-home img{
    width: 40px;
  }

}
@media (max-width: 400px){

  .titre-mentions-legales h1{
    margin: 60px 40px 0;
  }
  .paragraphe-mentions-legales{
    padding: 30px 40px 0;
  }
  .paragraphe-mentions-legales:nth-last-child(1){
    padding: 40px ;
  }

  .marque-en-mentions-legales{
  margin-top: 50px;
  margin-bottom: 80px;
  font-size: 14px;
}
.return-home{
  top: 10px;
  right: 10px;
}

.return-home img{
  width: 35px;
}
}




    /* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    PAGE transport
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

    /* ---- RESPONSIVE ---- */
    @media (max-width: 768px) {
      header h1 {
        font-size: 1.8em;
      }

      section {
        margin: 30px 15px;
        padding: 25px 20px;
      }
    }
  


    /*medias queries*/
;
    
@media (max-width: 1610px){
  .bloc-presentation-clients .client-vertical, .bloc-presentation-clients .client-horizontal {
    height: 260px;
    width: 215px;
    margin: 50px;
}

  .bloc-presentation-clients .client-vertical, .bloc-presentation-clients .client-horizontal {
    height: 220px;
    width: 180px;
    margin: 35px;
}

.bloc-presentation-clients .client img, .bloc-presentation-clients .client:nth-child(6) img {
  padding: 14px;
}


.bloc-presentation-clients .client:nth-child(3) img {
  padding: 13px;
}

.bloc-presentation-clients .client:nth-child(4) img {
  width: 243%;
}



footer{
  width: auto;
}

  .haut-footer{
      width: 100%;
  }


section {
    max-width: 1300px;
}
}
@media (max-width: 1460px){
  .avantages .right img {
    width: 39vw;
  }

  .realisation img {
    height: 310px;
  }

  .realisation .contenu-fiche {
   
    height: 45%;
  }

   body .groupe .section-face-to-face-2 img {
        width: 24vw;
    }
   body .groupe .section-face-to-face-2 .left {
        width: 76vw;
 

   }
}
@media (max-width: 1430px){


  section{
    max-width: 1100px;

  }

  .avantages{
    height: 680px;
  }
  .texte-seul {
    padding: 50px 50px;
}

.bloc-presentation-clients .client-vertical, .bloc-presentation-clients .client-horizontal {
    height: 180px;
    margin: 20px 13px;
}
.bloc-presentation-clients .client img, .bloc-presentation-clients .client:nth-child(6) img {
    padding: 5px;
}
  .titre-et-texte p{
    display: none;
  }

  

  .domaines-intervention{
    padding-top: 20px;
  }

 

  
  .avantages .left{
    padding-left: 0;
    padding: 0 40px 0 20px;
  }

  .marque-en-footer .bloc-marque a img {
    width: 80px;
}


/*transport*/
.bloc-realisations{
     
      gap: 35px;
     
      
    }
    .realisation .contenu-fiche {
    
    height: 47%;
    }

}
@media (max-width: 1250px){
body {
      
      line-height: 1.4;
    }





    .bloc-marque img {
    width: 59px;
}

.nom-et-sous-titre h1 {
    font-size: 25px;
  }

  nav a {
    padding-right: 50px;
}

.domaines-intervention .bloc-domaine {
  align-items: start;
  width: 27%;
}
.domaines-intervention .bloc-domaine .btn{
  align-self: end;
}

    .avantages {
        height: 620px;
    }

  .bloc-presentation-clients .client-vertical, .bloc-presentation-clients .client-horizontal {
    height: 160px;
    width: 135px;
    margin: 24px;
}
}



@media (max-width: 1160px){

header{
  height: auto;
  line-height: normal;
  padding-left: 0;
  padding-bottom: 0;
  padding: 0;
}

.marque-en-footer .bloc-marque img {
    width: 70px;
}
  .bandeau {
    display: flex;
    align-items: center;
    height: 75px;
    padding-left: 20px;
    
  }


  .tel-sous-bandeau{
    display: block;
    height: 26px;
    background-color: #ffcc00;
    text-align: left;
    padding-left: 133px;
  }

  .tel-sous-bandeau a{
    text-decoration: none;
    color: #181818;
    font-weight: bolder;
  }
  

.btn-toggle-container {
    display: block;
    cursor: pointer;
    position: fixed ;
    top: 14px;
        right: 29px;
    width: 48px;
    height: 48px;
    z-index: 11;
}
 nav img{
      display: block;
      width: 48px;
      height: 48px;
      object-fit: contain;
    }
.liste-nav{
    position: absolute;
    display: none; 

}

.liste-nav a{
  width: 100%;
  padding: 30px 20px;
}


.liste-nav.active{
  z-index: 90;
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 50vw;
    min-width: 300px;
    height: max-content;
            top: 122px;
    right: 0px;
    background-color: #ffffff;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.liste-nav.active a{
  color: #181818;
}
.liste-nav a{
  margin: 0;
    padding: 30px 20px;
    border-bottom: 1px solid #e2c98e;

}

.accueil .liste-nav :nth-child(1){
      display: block;
    }
.transportpage .liste-nav :nth-child(2){
      display: block;
    }
.industrie .liste-nav :nth-child(3){
      display: block;
    }
.habitat .liste-nav :nth-child(4){
      display: block;
    }
.groupe .liste-nav :nth-child(5){
      display: block;
    }


.liste-nav a:nth-last-child(1){
  border-bottom: none;
  padding: 30px 20px;
}

h2, h3{
  font-size: 26px;
}

body{
  font-size: 17px;
}

    section {
        max-width: 1000px;
    
    margin: 40px auto;
    background: white;
    padding: 5% 50px;
    border-radius: 12px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); */
}

.domaines-intervention .bloc-domaine{
  min-width: auto;
}

.domaines-intervention{
  padding: 5% 0
}

    .texte-seul {
        padding: 50px 50px 5px;
    }

    #contact :nth-child(4) {
    margin: 30px auto 50px;
  
}

.avantages {
        height: 520px;
}




.slide-avis{
  height: 100%;
  width: 50%;
  margin-left: auto;
  display: flex;
  align-items: center;
  background-image: none;
  
}

.avis{
  height: max-content;
  margin-left: 20px;
  
}

.section-avis{
  height: 520px;
  display: flex;
  flex-direction: row-reverse;
          padding: 5% 50px;
}

.image-sous-avis{
  display: block;
  width: 50%;
  height: 100%;
}

.image-sous-avis img{
  
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: 50% 10%;
  
}

/*transport*/

.transport .avantages{
  height: 600px;
}
.transport section {
  padding: 0;
}


.bloc-realisations{  
      gap: 33px;
  
    }

    .realisation{
      width: 30%;
      
    }
        .realisation img {
        height: 240px;
    }
    .realisation .contenu-fiche {
   
    height: calc(100% - 235px);
    }

    .realisation .titre {
    height: auto;
    padding-bottom: 10px;
}

   /*le groupe*/

   body .groupe .section-face-to-face-2 .left {
    padding-left: 40px;
    padding: 40px;
}
  
}

@media (max-width: 1100px){
  .domaines-intervention .bloc-domaine {
    flex-direction: column;
  justify-content: space-between;
  align-items: center;

}
    .domaines-intervention .bloc-domaine .btn {
        align-self: center;
    }
}
@media (max-width: 1080px){
  section{max-width: 90vw;}

      .bloc-presentation-clients .client-vertical, .bloc-presentation-clients .client-horizontal {
        height: 110px;
        margin: 20px 10px;
    }
  .haut-footer{
    flex-direction: column ;
    align-items: start;
    padding-left: 50px;
  }

  .marque-en-footer{
    position:absolute;
    right : 17%;
  }

  .contact-footer{
    margin-top: 40px;
  }

  /*transport*/

  .realisation img {
        height: 200px;
    }

  .realisation .contenu-fiche {
        height: calc(100% - 200px);
    }

    .transport .texte-seul {
    padding: 50px;
}

/*realisation tablette*/

.realisation{
  height: auto;
  display: flex;
  flex-direction: row;
  width: 100%;
}

  .bloc-img-realisation{
    width: 50%;
    height: 35vw;
  }

  .bloc-img-realisation img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .realisation .contenu-fiche {
        height: 100%;
        padding: 30px;
        width: 60%;
        text-align: center;
        justify-content: space-around;
    }
}


@media (max-width: 910px){
      .avantages {
        height: 440px;
    }

        .avantages .left {
        padding-left: 0;
        padding: 0 30px 0 0px;
    }

        .section-avis  {
        height: 440px;
    }
}



@media (max-width: 850px){
  .bloc-img-realisation {
        width: 40%;
    }

 .realisation .contenu-fiche {
        height: 100%;
        padding: 0px 0 0 20px;
 }
 .realisation .btn {
    padding: 0px 28px;
}
}

@media (max-width: 820px){
      .marque-en-footer {
        right: 12%;
    }
  .bloc-presentation-clients .client-vertical, .bloc-presentation-clients .client-horizontal {
    height: 115px;
    width: 118px;
    margin: 10px;
}


.bloc-presentation-clients .client:nth-child(1) img{
  padding: 0;
}
.bloc-presentation-clients .client:nth-child(2) img{
  padding: 0;
  width: 120%;
}
.bloc-presentation-clients .client:nth-child(3) img{
  padding: 3px;
}
.bloc-presentation-clients .client:nth-child(4) img{
  padding: 0;
  margin: 0;
}
.bloc-presentation-clients .client-horizontal:nth-child(1) img{
  padding: 5px;
}
.bloc-presentation-clients .client-horizontal:nth-child(2) img{
  width: 100%;
  padding: 5px;
}
.bloc-presentation-clients .client-horizontal:nth-child(3) img{
  padding: 2px;
}
.bloc-presentation-clients .client-horizontal:nth-child(4) img{
  padding: 0px;

  }  
  .bloc-presentation-clients .client {
    box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.4);
    z-index: 2;
}



.bloc-presentation-clients .client img, .bloc-presentation-clients .client:nth-child(6) img {
  padding: 0px;
}
.bloc-presentation-clients .client:nth-child(6) ,
.bloc-presentation-clients .client:nth-child(7) {
  padding: 10px;
}
}

@media (max-width: 760px){
  section{
    margin: 0;
    max-width: none;
    border-radius: 0%;
  }

  footer{
    margin-top: 0;
  }

      .haut-footer {
        padding-left: 0px;
    }



.domaines-intervention .bloc-domaine {
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    width: 31%;
    margin-right: 15px;}

    #contact :nth-child(3) {
   
    width: 100%;
}
}
    

@media (max-width: 660px){


  body{
    font-size: 16px
  }
h1,
      h2, h3 {
        font-size: 23px;
    }
/*bandeau*/

.bandeau{
  justify-content: center;
  position: relative;
  padding-left: 0;
}

.bandeau .bloc-marque img{
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%)
}


   .bandeau .btn-toggle-container {
        display: block;
        cursor: pointer;
        position: fixed;
        top: 9px;
        right: 20px;
      
        width: 48px;
        height: 48px;
        z-index: 11;
    }

    .bandeau .btn-toggle-container img {
        
        width: 100%;
       
    }
    .tel-sous-bandeau {
        
        text-align: center;
        padding-left: 0px;
    }

    .bandeau .nom-et-sous-titre{
      padding-left: 0;
    }

    .bandeau nav img {
    height: 55px;
}


    /*passage portable domaines d'intervention*/
  .domaines-intervention{
    flex-direction: column;
  }

  .domaines-intervention .bloc-domaine {
        width: 100%;
        height: auto;
        flex-direction: row;
        margin-bottom: 2px;
        margin-right: 0;
        padding: 30px 40px;
        background-position-y: center;
}
  .domaines-intervention .bloc-domaine:nth-last-child(1) {
        margin-bottom: 0px;
}

.bloc-domaine .btn, .bloc-domaine h3{
  margin-top: 0px;
}

/*passage portable avantages pourquoi nous choisir*/

.avantages{
  flex-direction: column;
  height: auto;
  max-width: 100%;
  padding: 0;
  
}

.avantages .left{
  padding: 20px 50px 0;

}

.avantages .right img{
  height: 350px;
  margin-top: 40px;
  width: 100%;
}



.section-avis-clients{
  padding-top: 50px;
}

/*passage portable footer*/

.marque-en-footer{
  position: relative;
  right: 0;
  margin: 50px 0 20px;;
}

.haut-footer{
  align-items: center;
}

.bas-footer{
  text-align: center;
}

/*image sous avis*/

    .slide-avis {
      width: auto;
      margin-left: 0;
    
    }

    .avis{
      margin-left: 0;
    }
    
      .section-avis{
        background: none;
        margin: 0;
        padding: 0;
        flex-direction: column;
        height: auto;
        width: 100%;
        background-color: white;
       
      }

.image-sous-avis{
  display: block;
         margin: 0;
         padding: 0;
        margin-top: 0px;
        width: 100%;
        
    }

.image-sous-avis img{
         height: 350px;
        margin-top: 40px;
        width: 100%;
         
           }


           /*passage portable transports*/

     .transport .avantages .right img {
        width: 100%;
    }

    .transport .avantages .left {
    padding-left: 0;
    padding: 50px 50px;
    height: auto;

}

.transport .avantages .right img {
       
        margin-top: 0px;
    }

    .transport .section-face-to-face {
    display: flex
;
    flex-direction: column;
    height: auto;
}

.transport .texte-seul {
    padding: 50px;
} 

/*passage portable fiches réalisations*/

  .realisation{
    flex-direction: column;
    padding: 0;
    margin: 0 20px;
  }

    .bloc-img-realisation {
        width: 100%;
        height: 350px;
    }
    .bloc-img-realisation img {
        border-radius: 7px 7px 0 0 ;
    }
    
        .realisation .contenu-fiche {
          width: 100%;
          padding: 20px;
        }

        .realisation .btn{
          margin-top: 15px;
        }

      .realisation .titre{
            padding-top: 7px;
    height: 40px;
}

/*passage portable*/

    body .groupe .section-face-to-face-2 .left ul li {
        width: 82vw;
        padding: 6px 40px;
      }

    

    body .groupe .section-face-to-face-2 {
        height: auto;
    }

 .bloc-presentation-clients-haut-pc, 
  .bloc-presentation-clients-bas-pc
  {
    flex-wrap: wrap;
  }
  .bloc-presentation-clients .client-vertical, .bloc-presentation-clients .client-horizontal {
    height: 120px;
    width: 120px;
    margin: 10px 20px;
  }

  /* .bloc-presentation-clients{
    margin: 0 50px;
  } */

  .bloc-presentation-clients .clientParis 
{
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  
}
.bloc-presentation-clients .clientRatp
{
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
  
}
.bloc-presentation-clients .clientNeuilly
{
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  
}
.bloc-presentation-clients .clientAeroport
{
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  
}
.bloc-presentation-clients .clientOph
{
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
  
}
.bloc-presentation-clients .clientCerel
{
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  
}
.bloc-presentation-clients .clientJpb
{

  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  
}
.bloc-presentation-clients .clientSpec-idf
{
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  
}


 
  .bloc-presentation-clients .client-vertical, .bloc-presentation-clients .client-horizontal {
    height: 90px;
    width: 90px;
    margin: 10px;
  }
}

@media (max-width: 500px){
 
    .tel-sous-bandeau {
        
        height: 37px;

}

header{
  line-height: 37px;
}

    .transport .texte-seul {
        padding: 35px 35px 0;
    }
    .transport .avantages .left {
        padding: 35px;
}
#contact{
  padding-bottom: 35px;
}
}
@media (max-width: 460px){
  .bloc-img-realisation {
        height: 270px;
    }

     .transport .section-realisations{
      padding: 20px 20px 0;
     }
     .transport .section-realisations h2{
      margin: 20px 20px 0;
     }

     .bloc-realisations{
      margin-top: 35px;
     }

         #contact :nth-child(4) {
        margin: 25px auto 10px;
    }

    #contact .btn span{
      display: none;
    }

    .bas-footer{
      padding-top: 30px;
      padding: 30px 20px 0 ;
      font-size: 11px;
    }
    }

@media (max-width: 440px){
  .domaines-intervention .bloc-domaine {
        padding: 20px 40px;
}

    .texte-seul {
        padding: 30px 40px 5px;
    }

        .avantages .left {
        padding: 10px 40px 0;
    }

    .section-avis-clients {
        padding-top: 35px;
    }

    section {
        
        padding: 5% 40px;
    }

    .image-sous-avis {
       
        margin-top: 0px;
    }

    .haut-footer {
    
    margin: 30px auto 0;
}

    body .groupe .section-face-to-face-2 .left ul li {
        width: 82vw;
        padding: 6px 40px;
    }

}
@media (max-width: 420px){
  .bloc-presentation-clients .client-vertical, .bloc-presentation-clients .client-horizontal {
    height: 120px;
    width: 120px;
    margin: 10px;
  }

  .bloc-presentation-clients{
    margin: 0 ;
  }
}
@media (max-width: 370px){
  .bloc-presentation-clients .client-vertical, .bloc-presentation-clients .client-horizontal {
    height: 100px;
    width: 100px;
    margin: 10px;
  }

  .bloc-presentation-clients{
    margin: 0 ;
  }

      .bloc-img-realisation img {
        border-radius: 7px;
        padding: 20px 20px 0;
        height: 270px;
    }

    /* .transport .texte-seul {
        padding: 50px 40px;
    } */

        .transport .section-realisations {
        padding: 20px 20px 0;

    }

    .realisation{
      margin: 0;
    }

        #contact :nth-child(4) {
        padding: 15px 18px;
    }
/* 
        .transport .avantages .left {
   
        padding: 40px;
    } */

    /*le groupe*/

        body .groupe .section-face-to-face-2 .left ul li {
        width: 76vw;
        padding: 6px 10px;
    }

    
}

@media (max-width: 400px){
      .bandeau .bloc-marque img {
        width: 52px;
        left: 15px;
       
    }

        .bandeau .btn-toggle-container {
        right: 15px;
        width: 46px;
        top: 10px;
        }

        
.bandeau h2 {
  font-size: 14px;
}
}
@media (max-width: 357px){
      .bandeau .bloc-marque img {
        width: 52px;
        left: 10px;
       
    }

        .bandeau .btn-toggle-container {
        right: 10px;
        width: 46px;
        top: 10.5px;
        }

   
}
@media (max-width: 344px){
      .bandeau .bloc-marque img {
        width: 50px;
        left: 7px;
       
    }

        .bandeau .btn-toggle-container {
        right: 7px;
        width: 44px;
        top: 9px;
        }

   
}