@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html, body {
    overflow-x: hidden; /* Utilisez-le temporairement si nécessaire */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    scroll-behavior: smooth;
   
}
*{
    text-decoration: none;
    outline: none;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;


}

:root{
--secondary-color: rgb(24, 24, 24);
--quinary-color: rgb(56, 56, 56);
--white-3: rgb(134, 134, 134);
--white-4: rgb(116, 116, 116);
--primary-color:rgb(255, 255, 255);
--intermediate:  #431598;
--white-2:rgb(212, 212, 212);
--ladingColor: #159895;
--mainColor :#1A5F7A;
--progressiveColor :#57C5B6;
--error : rgb(192, 8, 8);
--4: #2C3E50;
--a:  green;
--y: rgb(255, 187, 0);

}



body {
    position: relative;

}


.erreur-succes {
  height: 60px;
  min-width: 425px;
  background-color: rgba(223, 0, 0); 
  position: fixed; 
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%); 
  z-index: 1001;
  border-radius: 10px;
 display: flex;
 justify-content: center;
 align-items: center;
}

.succes{
  background-color: rgb(0, 151, 50);
}
.erreur-succes p {
  color: var(--primary-color);
  font-size: 16px;
  padding: 0 10px;
  text-align: center;
}

@media only screen and (max-width:864px){

  .erreur-succes {
    height: 60px;
    width: 500px;
    top: 13%;
    left: 50%;

  }
}
@media only screen and (max-width:508px){
  .erreur-succes {
    height: 60px;
    min-width: 100px;
  }
  .erreur-succes p {
    font-size: 14px;
  }
}
@media only screen and (max-width:442px){
  .erreur-succes {
    min-height: 70px;
    min-width: 200px;
  }
}

@media only screen and (max-width:411px){
  .erreur-succes {
    min-height: 70px;
    width: 331px;
  }
}



nav{
    height: 12vh;
    width: 100vw;
    background-color:var(--secondary-color);
    display: flex;
position: fixed;
z-index: 1000;
}
.navleft{
    height: 100%;
    width: 30%;
    /* background-color: rgb(31, 30, 29); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.navleft img{
    height:  70px;
    width: 70px;

}

.navleft h1{
color: var(--primary-color) ;
font-size: 20px;
}




.navright{
    height: 100%;
    width: 70%;
    /* background-color: blueviolet; */
    display: flex;
    justify-content: right;
    align-items: center;
}

.navright a{
 margin: 0 20px; 
 color: var(--primary-color);
}

#user{
    margin-right: 105px;
}
.navright a:nth-child(6){
  margin-right: 60px;
   }

   .navright a:hover{
color: var(--intermediate);
}

.burger{
    display: none;
}
@media only screen and (max-width:1142px){
    .navright {
        height: 100%;
        width: 70%;
        /* background-color: blueviolet; */
        display: flex;
        justify-content: center;
        align-items: center;
      }
      #user {
        margin-right: 0;
      }
}

@media only screen and (max-width:996px){
    .navright a {
        margin: 0 10px;
          margin-right: 10px;
      }
      .navleft h1 {
        color: var(--primary-color);
        font-size: 16px;
      }
      .navleft img {
        height: 50px;
        width: 50px;
      }
}
@media only screen and (max-width:864px){
    nav {
        display: none;
      }
.burger{
    height: 4rem;
    width: 100vw;
    background-color: var(--primary-color);
   display: flex;
   position: absolute;
   justify-content: space-between;
   position: fixed;
   z-index: 9999;
}
.burgerRight, .burgerLeft{
height: 100%;
width: 49.5%;
/* background-color: #ff2600; */
display: flex;

}
.burgerLeft{
align-items: center;
justify-content: left;
}
#closeBurger{
    display:none;
}
.burgerLeft h1{
    color: var(--secondary-color);
    font-size: 18px;
}
.burgerLeft img{
    height: 45px;
    width: 45px;
}
.burgerRight{
    justify-content: right;
    align-items: center;
}

.burgerRight i{
    font-size: 27px;
    color: var(--secondary-color);
  /* background-color: #431598; */
  height: 100%;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menuListe{
    height: 20rem;
    width: 100vw;
    background-color: var(--primary-color);
    position: fixed;
    z-index: 9999;
    margin-top: 63px;
    display: none;
    flex-direction: column;
    border-bottom: 3px solid var(--intermediate);
    
}
#ListeOne{
    margin-top: 30px;
}


.listeMain{
    height: 70%;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* background-color: #ff2600; */
    justify-content: space-around;
}

.listeMain a{
    color: var(--secondary-color);
    font-size: 16px;
    margin-left: 10px;
}
.reseauxSo{
    height: 30%;
    width: 100%;
    /* background-color:  rgba(67, 21, 152, 0.308); */
    display: flex;
    flex-direction: column;
}

.reseauxSo h4{
    color: var(--quinary-color);
    font-size: 15px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    height: 30%;
    width: 100%;
    /* background-color: #ffcc00; */
}
.netContainer{
    height: 70%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* background-color: #ff2600; */
}
.netContainer a{
color: var(--intermediate);
font-size: 17px;
}
}












main{
    height: 100vh;
    width: 100vw;
background-image: url(../img/site/back1.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;

    display: flex;
    align-items: flex-end;
}
main .mainLeft{
    height: 800px;
    width: 650px;
    /* background-color: aliceblue; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mainLeft h1, .mainLeft p{
color: var(--primary-color);
line-height: 0;
}
.mainLeft p{
    color: var(--white-2);
    line-height: 0;
    margin-top: 40px;
    }


    .mainLeft a{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 65px;
        border-radius: 7px;
        width: 400px;
        margin-top: 50px;
        background-color: var(--intermediate);
        color: var(--primary-color);
        font-size: 20px;
        }
        .mainLeft a:hover{
    opacity: 0.8;
    color: var(--primary-color);
            }
.projetTitle{
    height: 100px;
    width: 100vw;
    top: 130px;
    background-color: rgb(165, 93, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}
.projetTitle h2{
color: var(--quinary-color);
}
@media only screen and (max-width:864px){
    main .mainLeft {
        height: 800px;
        width: 100%;
        /* background-color: #214564; */
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        padding-bottom: 100px;
      }


      main {
        height: 80vh;
      border-bottom-right-radius: 25%;
      border-bottom-left-radius: 25%;
      }
}

@media only screen and (max-width:572px){
    .mainLeft h1, .mainLeft p {
        color: var(--primary-color);
        line-height: 0;
      }
      .mainLeft h1{
        font-size: 25px;
      }

      .mainLeft a {
        height: 60px;
        width: 304px;
        font-size: 20px;
      }
      .mainLeft p{
        margin-top: 20px;
        text-align: center;
        line-height: 1.7;
      }

      
      main {
        height: 60vh;
      border-bottom-right-radius: 20%;
      border-bottom-left-radius: 20%;
      }
}

@media only screen and (max-width:500px){
    main {
      border-bottom-right-radius: 20%;
      border-bottom-left-radius: 20%;
      }
      main .mainLeft {
       padding-bottom: 30px;
      }
}
@media only screen and (max-width:488px){
    .burgerLeft h1 {
        color: var(--secondary-color);
        font-size: 13px;
      }
      .burgerLeft img {
        height: 40px;
        width: 40px;
      }

      .burgerRight i {
        font-size: 22px;

      }

      .mainLeft a {
        height: 60px;
        width: 250px;
        font-size: 17px;
      }
  }

  @media only screen and (max-width:366px){
    .burgerLeft h1 {
        color: var(--secondary-color);
        font-size: 11.2px;
      }
      .burgerLeft img {
        height: 35px;
        width: 35px;
      }
  }



  @media only screen and (max-width:343px){
    .mainLeft h1 {
        font-size: 19px;
      }
      .mainLeft p {
        margin-top: 20px;
        text-align: center;
        line-height: 1.7;
        font-size: 13px;
      }
  }


/* PROJET OU DEMAMNDE DE DEVIS PROJE PROJET OU DEMAMNDE DE DEVIS PROJE */

.ContainerProjet{
    min-height: 400px;
    width: 100vw;
    /* background-color: aqua; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 10rem;
    margin-bottom: 5rem;
}
.ContainerMainProjet{
    min-height: 400px;
    width: 900px;
    background-color: rgb(247, 247, 247);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-bottom: 15rem; */
}
.zone{
    min-height: 500px;
    width: 100%;
    /* background-color: brown; */
    display: flex;
    flex-direction: column;
   justify-content: space-between;
    
}
.thematiqueTitle{
    height: 90px;
    width: 100%;
    /* background-color: rgb(228, 228, 228); */
    display: flex;
    justify-content: center;
    align-items: center;
}
.thematiqueTitle h2{
color: var(--quinary-color);

}
.erreur1{
    height: 35px;
    width: 100%;
    /* background-color: beige; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.erreur1 span{
color: brown;
}
.submit, .next-1{
    height: 90px;
    width: 100%;
    /* background-color: rgb(55, 153, 192); */
    display: flex;
    justify-content: center;
    align-items: center;
}
.submit{
    display: none;
}
.submit button[type="submit"], .next-1 i{
    height: 60px;
    width: 250px;
    background-color: var(--intermediate);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 7px;
    font-size: 18px;
    color: var(--primary-color);
    cursor: pointer;

}


.zone2, .zone3, .zone4{
    min-height: 200px;
    width: 100%;
    /* background-color: brown; */
    display: flex;
    /* position: relative; */
    flex-direction: column;
   justify-content: space-between;
    /* background-color: rgb(43, 137, 226); */
    display: none;
}
.next-1 i {
    height: 60px;
    width: 250px;
    display: flex;
}
.zone3{
    display: none;
}

.submit button[type="submit"]:hover{
 opacity: 0.8;
}
.dematiquedetails input[type="checkbox"]{
display: none;
}
.dematiquedetails{
    min-height: 166px;
    width: 100%;
    /* background-color: antiquewhite; */
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
.dematiquedetails label{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 50px;
    width: 93%;
  border: solid 0.7px var(--intermediate);
  color: var(--intermediate);
    border-radius: 7px;
    cursor: pointer;
    margin: 20px 0;
}
.dematiquedetails label i{
    margin: 0 20px;
}

.dematiquedetails input[type="checkbox"]:checked + label{
background-color: var(--intermediate);
color: var(--primary-color);
    }



.cardZone2{
    min-height: 265px;
    width: 100%;
    /* background-color: blueviolet; */
    display: flex;
    align-items: center;
    flex-direction: column;
}
.btnPlus{
  display: none;
}




.cardZone2 input[type="radio"]{
display: none;
}


.cardZone2 label{
    height: 50px;
    width: 93%;
    border:  solid 0.5px var(--intermediate);
    display: flex;
    align-items: center;
    margin:  20px 0;
    border-radius: 7px;
    padding-left: 10px;
    color: var(--secondary-color);
    cursor: pointer;
}

.cardZone2 input[type="radio"]:checked + label{
color: var(--primary-color);
background-color: var(--intermediate);
    }



#next10{
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
}
.zone10 label {
    height: 50px;
    width: 93%;
    border: solid 0.5px var(--intermediate);
    display: flex;
    align-items: center;
    margin: 20px 0;
    border-radius: 7px;
    padding-left: 10px;
    color: var(--secondary-color);
    cursor: pointer;
  }
.cardZone2 input[type="checkbox"]{
    display: none;
}


.cardZone2 input[type="checkbox"]:checked + label{
color: var(--primary-color);
background-color: var(--intermediate);

}


    .cardZone3{
        min-height: 204px;
        width: 100%;
        top: -400px;
        /* background-color: rgb(186, 226, 43); */
        display: flex;
        align-items: center;
        flex-direction: column;
    }


.nameChurch{
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* background-color: aquamarine; */
}
.nameChurch .nameC, .nameChurch .paysC{
    height: 100%;
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.nameC input[type="text"],
.paysC input[type="text"]
{
    height: 60px;
    width: 370px;
    border: solid 0.5px var(--intermediate);
    border-radius: 7px;
    padding-left: 10px;
    font-size: 15px;
}
.nameC label,
.paysC label
{
display: flex;
height: 19%;
width: 100%;
justify-content: left;
margin-bottom: 12px;
margin-left: 58px;
color: var(--secondary-color);
}
#next4{
    margin-top: 30px;
}
.nc2, #next5, #next6,#next7, .nc3, #nc5, #next9, #next10, #title10, .zone10{
    display: none;
    margin-top: 30px;
}



.description{
    height:250px;
    width: 100%;
    /* background-color: brown; */
    display: flex;
    justify-content: center;
    align-items: center;
}


.description textarea{
    height:220px;
    width: 95%;
    border-radius: 10px;
    border: solid 0.5px var(--intermediate);
    padding: 10px;
    color: var(--secondary-color);
    font-size: 15px;
    resize: none;
}

.arrange{
    height: 300px;
    width: 100px;
    /* background-color: blueviolet; */
    display: none;
}

.You{
    height: 150px;
    width: 100%;
    background-color: blueviolet;
}

























 .bandColor{
    background-color: rgba(49, 10, 156, 0.616);
    display: flex;
    align-items: center;
    justify-content: space-between;
 }

 .logo{
    /* background-color: blue; */
    height: 100%;
    width: 30%;
    display:flex;
    align-items: center;
 }

.lettercolor{
    height: 100%;
    width: 70%;
    /* background-color: rgb(43, 226, 217); */
    display: flex;
    align-items: center;
    justify-content: left;
}

.lettercolor a{
    margin: 0 35px;
    color: white;
}

 .bandColor .logo h4{
    font-size: 20px;
    margin-left: 40px;
    color:white;
 }

 .bandColor .logo h4 i{
    color: rgb(224, 42, 230);
 }

 .lettercolor a:nth-child(6){
    display: flex;
    margin-left: 350px;
}

.newBand{
    position: absolute;
    top: 200px;
}

.warning{
    min-height: 69px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #57C5B6; */
    display: none;
}


.warning p{
color: var(--white-4);
font-size: 16px;
line-height: 1.6;
text-align: left;
min-height: 35px;
width: auto;
background-color: #ffcc00;
display: flex;
align-items: center;
padding: 5px 5px;
border-radius: 10px;
}
.warning i{
    color: var(--error);
    font-size: 40px;
  
    }




.next-8  {
    height: 100px;
    width: 100%;
    /* background-color: rgb(55, 153, 192); */
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
@media only screen and (max-width:946px){
    .ContainerMainProjet {
        min-height: 400px;
        width: 95%;
        background-color: rgb(247, 247, 247);
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 15rem;
      }
}


@media only screen and (max-width:866px){
    .nameC input[type="text"], .paysC input[type="text"] {
        height: 60px;
        width: 90%;
      }
}
@media only screen and (max-width:864px){
    .ContainerProjet {
        margin-top: 10rem;
        margin-bottom: 5rem;
      }
      .ContainerMainProjet {
        margin-bottom: 0;
      }
}

@media only screen and (max-width:766px){
    .nameChurch {
        height: 218px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        /* background-color: aquamarine; */
        flex-direction: column;
      }
      .nameChurch .nameC, .nameChurch .paysC {
        height: 50%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
}

@media only screen and (max-width:596px){
    .thematiqueTitle h2 {
        font-size: 20px;
      }
}
@media only screen and (max-width:415px){
    .thematiqueTitle h2 {
        font-size: 17px;
        text-align: center;
      }

      .dematiquedetails label {
        font-size: 14px;
      }
      .cardZone2 label {
        font-size: 14px;
      }
}



/* LAPTOP ABOUT SECTION  LAPTOP ABOUT SECTION   LAPTOP ABOUT SECTION   */



.article{
    min-height: 30rem;
    width:100vw;
    /* background-color: antiquewhite; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article .entete{
    height: 200px;
    width: 100%;
    /* background-color: blueviolet; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.article .entete h2{
font-size: 30px;
color: var(--secondary-color);
}
.article .entete span{
    color: var(--secondary-color);
    }

.article .entete h2 span{
    color: var(--intermediate);
    }
    
.articleCenter{
    min-height: 500px;
    width: 1350px;
    /* background-color: rgb(143, 143, 130); */
}

.topCenter{
    min-height: 450px;
    width: 100%;
    /* background-color: brown; */
    display: flex;
    justify-content: space-between;
}
.lapTop, .textabout{
    height: 100%;
    width: 49%;
    /* background-color: rgb(184, 129, 58); */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.textabout{
    height: 500px;
}
.lapTop{
    display: flex;
    height: 400px;
    justify-content: center;
    align-items: center;
    /* background-color: rgb(255, 255, 255); */
}

.lapTop video{
width: 100%;
}

.about{
    height: 200px;
    width: 100%;
    /* background-color: rgb(255, 255, 255); */
}
.about p{
    font-size: 16px;
    color: var(--white-4);
    line-height: 1.5;
    padding: 0;
    text-align: justify;
}
.solution{
    height: 45px;
    width: 100%;
    /* background-color: blueviolet; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.solution h2{
color: var(--secondary-color);


}
.listSolution{
    min-height: 150px;
    width: 100%;
    /* background-color: blueviolet; */

}
.listSolution p{
padding: 0;
font-size: 15px;
color: var(--white-4);
line-height: 1.9;
}
.listSolution p b{
    color: var(--secondary-color);
    }
    .listSolution p i{
        color: var(--intermediate);
        }





        @media only screen and (max-width:600px){
            .article .entete h2 {
                font-size: 25px;
                color: var(--secondary-color);
              }
        }
    
@media only screen and (max-width: 1376px){
    .about {
        min-height: 200px;
        width: 100%;
        background-color: rgb(255, 255, 255);
      }
      .textabout {
        min-height: 500px;
      }
      .listSolution {
        min-height: 290px;
        width: 100%;
        /* background-color: blueviolet; */
      }
    .topCenter {
        min-height: 526px;
        width: 97%;
        /* background-color: brown; */
        display: flex;
        justify-content: space-between;
      }
      .articleCenter {
        min-height: 500px;
        width: 100%;
        /* background-color: rgb(143, 143, 130); */
        display: flex;
        justify-content: center;
      }  
      .lapTop video {
        width: 500px;
      }
}

@media only screen and (max-width: 1187px){
    .topCenter {
        min-height: 626px;
        width: 97%;
      }

      .lapTop, .textabout {
        height: 100%;
        width: 100%;
        /* background-color: rgb(184, 129, 58); */
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      /* .lapTop video {
        width: 54%;
      } */
}

@media only screen and (max-width: 905px){
    .topCenter {
        min-height: 626px;
        width: 100%;
        display: flex;
        flex-direction: column;
      }
      .about p {
        font-size: 16px;
        padding: 0 10px;
      }
      .listSolution p {
        padding: 0 10px;
        font-size: 15px;
      }

      .topCenter {
        height: 50%;
        width: 100%;
        display: flex;
        flex-direction: column;
      }
      .lapTop, .textabout {
        height: 70%;
        width: 100%;
        /* background-color: rgb(93, 15, 136); */
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .about {
        height: 30%;
        width: 100%;
        /* background-color: rgb(131, 151, 34); */
      }
}

@media only screen and (max-width: 459px){
    .article .entete h2 {
        font-size: 22px;
      }
      .article .entete span {
        text-align: center;
      }
      .article .entete {
        height: 170px;
      }
}

@media only screen and (max-width: 391px){
    .article .entete h2 {
        font-size: 20px;
        text-align: center;
      }
}


@media only screen and (max-width: 341px){
#span2{
    font-size: 12px;
}

}
#nc5{
  min-height: 295px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.zoneBudget{
  height: 120px;
  width: 100%;
  display: flex;

}

.zoneScreen{
  height: 220px;
  width: 100%;
  /* background-color: #ffcc00; */
  display: flex;
  flex-direction: column;
}
.zoneScreen h2{
  color: var(--quinary-color);
  display: flex;
  align-self: center;
  margin-top: 12px;
  height: auto;
  justify-content: center;
  align-items: center;
}
.zoneScreen h4{
  color: var(--quinary-color);
  display: flex;
  align-self: center;
  margin-top: 2px;
  font-size: 17px;
  font-weight: 400;
}
.infosDevisScreen{
  height: 250px;
  width: 100%;
  display: flex;
}

/* SECTION DEUX SECTION DEUX SECTION DEUX SECTION DEUX SECTION DEUX */

.section2{
    min-height: 25rem;
    width: 100vw;
    /* background-color: blueviolet; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.mainSection2{
    min-height: 370px;
    width: 1600px;
    /* background-color: antiquewhite; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 5rem;
}

.mainSection2 a{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 350px;
    width: 280px;
    background-color: blueviolet;
    border-radius: 7px;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mainSection2 a:nth-child(1){
    background-image:url(../img/site/r2.jpg) ;
}

.mainSection2 a:nth-child(2){
    background-image:url(../img/site/crowd-1056764_1920.jpg) ;
}
.mainSection2 a:nth-child(3){
    background-image:url(../img/site/formation.jpg) ;
}

.mainSection2 a:nth-child(4){
    background-image:url(../img/site/mixer-6857358_1920.jpg) ;
}
.mainSection2 a p{
  font-size: 20px;
  padding: 0;
  font-weight: bold;
}

/* SECTION3  SECTION3  SECTION3  SECTION3  SECTION3 */

.section3{
    min-height: 40rem;
    width: 100vw;
    /* background-color: blanchedalmond; */
    display: flex;
    justify-content:center;
    align-items: center;
    margin-top: 3rem;
}

.sec3-left, .sec3-right{
    min-height: 600px;
    width: 950px;
    /* background-color: aqua; */
}
.sec3-right{
    width: 650px;
    /* background-color: rgb(255, 255, 255); */
    display: flex;
    justify-content: left;
}

.sec3-right video{
    height: 600px;
    width: auto;

}
.sec3LeftTitle{
    height: 150px;
    width: 100%;
    /* background-color: bisque; */
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    line-height: 2.8;
}
.sec3LeftTitle h2{
color: var(--quinary-color);
margin: 0;
font-size: 30px;
}

.sec3LeftTitle span{
    color: var(--quinary-color);
    margin: 0;
    padding:0 ;
 color: var(--quinary-color);
    }

    .sec3Leftcenter{
        min-height: 260px;
        width: 100%;
        /* background-color: rgb(253, 253, 253); */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sec3Leftcenter p{
        margin: 0;
        padding:0 15px ;
        color: var(--white-3);
        text-align: justify;
        line-height: 2;
    }


.sec3Leftbot{
    height: 150px;
    width: 100%;
    /* background-color: brown; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec3Leftbot a{
color:  var(--quinary-color);
}

@media only screen and (max-width:745px){
    .section3 {
        min-height: 40rem;
        width: 100vw;
        /* background-color: blanchedalmond; */
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3rem;
        flex-direction: column-reverse;
      }
      .sec3-right {
        width: 100%;
        display: flex;
        justify-content: center;
        /* background-color: rgb(234, 0, 0); */
 
      }
      .sec3-left, .sec3-right {
        min-height: 600px;
        width: 99%;
        /* background-color: aqua; */
      }


}

@media only screen and (max-width:419px){
    .sec3LeftTitle span {
        text-align: center;
        line-height: 1.3;
        margin-top: 30px;
      }
      .sec3LeftTitle h2 {
        font-size: 24px;
      }
      .sec3Leftcenter p {
        margin: 0;
        padding: 0 15px;
        color: var(--white-3);
        text-align: justify;
        line-height: 2;
        font-size: 14px;
      }
}

/* SECTION-4  SECTION-4  SECTION-4  SECTION-4  SECTION-4  SECTION-4 */
.section-4{
    min-height: 20rem;
    width: 100vw;
    /* background-color: antiquewhite; */
    display: flex;
    justify-content: center;
    align-items: center;


}
.sec4top{
    margin-top: 3rem;
}
.sec4top2{
    margin-top: 3rem;
}

.sec4left{
    height: 300px;
    width: 700px;
    background-color: blueviolet;
    background-image: url(../img/site/dante.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;

}
.sec4right{
    background-color: rgb(255, 255, 255);
    height: 300px;
    width: 700px;
    box-shadow: 10px 10px 10px rgba(231, 231, 231, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec4autre{
    background-image: url(../img/site/all.png);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.sec4right h2{
color: var(--secondary-color);
margin-bottom: 20px;
text-align: center;
}

.sec4right p{
color: var(--white-4);
    line-height: 1.8;
 text-align: justify;
 padding: 0 10px;
    }



@media only screen and (max-width:1415px){
    .sec4right {
        min-height: 350px;
        width: 650px;
      }

      .sec4left {
        min-height: 350px;
        width: 650px;
      }
}
@media only screen and (max-width:1321px){
    .sec4right {
        min-height: 350px;
        width: 600px;
      }

      .sec4left {
        min-height: 350px;
        width: 600px;
      }
}
@media only screen and (max-width:1477px){
    .sec4top2 {
        margin-bottom: 50px;
      }
#screenDescript{
    margin-bottom: 75px;
}




}













@media only screen and (max-width:1229px){
    .sec4right {
        min-height: 350px;
        width: 550px;
      }

      .sec4left {
        min-height: 350px;
        width: 550px;
      }

      .sec4top2{
        margin-bottom: 40px;
      }
}
@media only screen and (max-width:1229px){
    .sec4right {
        min-height: 400px;
        width: 500px;
      }
      .sec4left {
        min-height: 400px;
        width: 500px;
      }

}

@media only screen and (max-width:1037px){
    .sec4right {
        min-height: 400px;
        width: 450px;
      }
      .sec4left {
        min-height: 400px;
        width: 450px;
      }
}

@media only screen and (max-width:1038px){
  
    .section-4 {
        min-height: 20rem;
        width: 100vw;
        /* background-color: rgb(46, 45, 44); */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        box-shadow: 1px 1px 1px rgb(216, 216, 216);
      }

      .sec4right {
        min-height: 300px;
        width: 95%;
        box-shadow: none;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
      }
      .sec4left{
        min-height: 300px;
        width: 95%;
    }
}


@media only screen and (max-width:738px){
    .sec4right {
        min-height: 350px;
      }
      .sec4right h2 {
        color: var(--secondary-color);
        margin: 20px 0;
        text-align: center;
        padding:  0 40px;
        font-size: 27px;
      }
      .sec4top {
        margin-top: 0;
      }
}

@media only screen and (max-width:634px){
    .sec4right {
        min-height: 370px;
      }

}
@media only screen and (max-width:606px){
    .sec4right {
        min-height: 390px;
      }

}
@media only screen and (max-width:601px){
    .sec4right {
        min-height: 430px;
      }

}

@media only screen and (max-width:572px){
    .sec4right {
        min-height: 440px;
      }

}
@media only screen and (max-width:540px){
    .sec4right {
        min-height: 480px;
      }
}
@media only screen and (max-width:476px){
    .sec4right {
        min-height: 500px;
      }
}
@media only screen and (max-width:454px){
    .sec4right {
        min-height: 530px;
      }
}

@media only screen and (max-width:438px){
    .sec4right {
        min-height: 560px;
      }
}







@media only screen and (max-width:416px){

    .sec4right {
        min-height: 550px;
      }
      .sec4right h2 {
        color: var(--secondary-color);
        margin: 20px 0;
        text-align: center;
        padding:  0 20px;
        font-size: 27px;
      }
}


@media only screen and (max-width:410px){
    .sec4right {
        min-height: 600px;
      }
}

@media only screen and (max-width:378px){
    .sec4right {
        min-height: 630px;
      }
}

@media only screen and (max-width:356px){
    .sec4right {
        min-height: 650px;
      }
}
@media only screen and (max-width:356px){
    .sec4right {
        min-height: 680px;
      }
}
@media only screen and (max-width:328px){
    .sec4right {
        min-height: 700px;
      }
}

@media only screen and (max-width:304px){
    .sec4right {
        min-height: 730px;
      }
}

@media only screen and (max-width:300px){
    .sec4right {
        min-height: 750px;
      }
}













/* SECTION INTER-1   SECTION INTER-1   SECTION INTER-1   SECTION INTER-1 */

.section-inter1{
    margin-top: 6rem;
    height: 10rem;
    width:100vw;
    /* background-color: antiquewhite; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-inter-main{
    height: 120px;
    width: 85%;
    /* background-color: aqua; */
    display: flex;
}
.sec-interMain-left{
    height: 100%;
    width: 20px;
    /* background-color: antiquewhite; */
    display: flex;
    justify-content: left;
    align-items: center;
}
.trait1{
    height: 90%;
    width: 5px;
    background-color: var(--intermediate);
}
.sec-interMain-right{
    height: 100%;
    width: 1550px;
    /* background-color: rgb(162, 0, 255); */
}

.sec-interMain-right h2{
color: var(--quinary-color);
}
.sec-interMain-right p{
    color: var(--white-3);
    font-size:16px;
    line-height: 1.6;
    }
/* SECTION-5  SECTION-5  SECTION-5  SECTION-5  SECTION-5  SECTION-5  */
.section-5{
    height: 25rem;
    width: 100vw;
    /* background-color: rgb(255, 211, 211); */
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    margin-bottom: 3rem;
}

.section-5 a{
display: flex;
flex-direction: column;
height: 100%;
width: 360px;
/* background-color: aqua; */
box-shadow: 5px 10px 10px  rgb(233, 233, 233, 0.9);
}


.section-5 a:hover .bopik{
background-color: var(--intermediate);
    }


    .section-5 a:hover .bopik p{
color: var(--primary-color);
            }
        





.topik{
    height: 80%;
    width: 100%;
    background-color: rgb(255, 211, 211);
    background-image: url(../img/site/mixer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.topik2{
    background-image: url(../img/site/streaming.jpg);
}
.topik3{
    background-image: url(../img/site/lum.png);
}



.bopik{
    height: 20%;
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.bopik p{
color: var(--quinary-color);
font-size: 20px;
}

.section-6{

    height: 45rem;
    width: 100vw;
    /* background-color: antiquewhite; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-6Main{
    height: 80%;
    width: 1600px;
    background-color: aqua;
    border-radius: 7px;
    background-image: url(../img/site/podcast4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
}
.sec6-left, .sec6-right{
    height: 100%;
    width: 50%;
}
.sec6-left{
/* background-color: rgb(238, 238, 238, 0.3); */
display: flex;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.sec6-left h2{
margin: 0;
font-size: 40px;
color: var(--primary-color);
    }
    .sec6-left p{
       color: var(--white-2);
       line-height: 1.8;
       padding-left: 15px;
       text-align: center;
            }
            .sec6-left a {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 50px;
                width: 200px;
                background-color: var(--intermediate);
                color: var(--primary-color);
                border-radius: 7px;
                font-size: 17px;
                margin-top: 30px;
            }
            .sec6-left a:hover {
                background-color: var(--primary-color);
                color: var(--intermediate);
            }



@media only screen and (max-width:1185px){
    .section-5 a {
        height: 358px;
        width: 308px;
      }
      .section-inter1 {
        margin-top: 2rem;
      } 
}

@media only screen and (max-width:1035px){
  .section-inter1 {
    margin-top: 7rem;
  }
}




@media only screen and (max-width:963px){
    .section-5 a {
        height: 283px;
        width: 261px;
      }
      .section-5 {
        height: 19rem;
        width: 100vw;
      }
     
}
@media only screen and (max-width:830px){
    .section-5 a {
        height: 213px;
        width: 213px;
      }
      .section-5 {
        height: 14rem;
        width: 100vw;
      }
      .sec-interMain-left {
        height: 80%;
        width: 25px;
        display: flex;
        justify-content: left;
        align-items: flex-start;
      }
      .sec-inter-main {
        height: 120px;
        width: 95%;
  
      }

      .bopik p {
        color: var(--quinary-color);
        font-size: 16px;
      }


     
}

@media only screen and (max-width:672px){
    .section-5 a {
        height: 168px;
        width: 165px;
      }
      .bopik p {
        color: var(--quinary-color);
        font-size: 14px;
      }
      .section-5 {
        height: 9rem;
        width: 100vw;
      }
}

@media only screen and (max-width:655px){
    .section-inter1 {
        margin-top: 17rem;
      }
}

@media only screen and (max-width:609px){
    .sec-interMain-right p {
        color: var(--white-3);
        font-size: 14px;
        line-height: 1.6;
      }
}
@media only screen and (max-width:549px){
 
}






/* Section screen install Section screen install */
.bcolor{
    color: var(--intermediate);
}
.screen-install{
    margin-top: 5rem;
    height: 40rem;
    width: 100vw;
    /* background-color: rgba(69, 5, 121, 0.116); */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.screen-install h2{
    font-size: 35px ;
    color: var(--secondary-color);
    margin-top: 30px;
    margin-bottom: 5px;
}
.screen-install h6{
    font-size: 16px ;
    color: var(--white-4);
    font-weight: 500;
    margin-top:0;
}
.ecrans{
    height: 500px;
    width: 1500px;
    /* background-color: #159895; */
    display: flex;
}
.ecranGauche{
    height: 100%;
    width: 40%;
    /* background-color: #431598; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.whyEcran{
    height: 30%;
    width: 100%;
    /* background-color: azure; */
    display: flex;
}
.whyleft{
    height: 100%;
    width: 20%;
    /* background-color: #431598; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.whyleft i{
    height: 80px;
    width: 80px;
    background: rgb(38,15,168);
    background: linear-gradient(339deg, rgba(38,15,168,1) 74%, rgba(88,122,213,1) 100%); 
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    color: var(--primary-color);
    font-size: 25px;
}
#ib2{
    background: rgb(93,5,140);
background: linear-gradient(339deg, rgba(93,5,140,1) 49%, rgba(233,0,196,1) 100%); 
}
.whyright{
    height: 100%;
    width: 80%;
    /* background-color: #981541; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.whyright h5{
margin-top: 5px;
margin-bottom: 12px;
color: var(--quinary-color);
font-size: 17px;
}
.whyright p{
    margin: 0;
    padding: 0;
    color: var(--white-3);
    font-size: 15px;
    line-height: 1.4;
    }
.ecranDroit{
    height: 100%;
    width: 60%;
    /* background-color: #988015; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.videoMur{
    height: 450px;
    width: 100%;
    /* background-color: #159895; */
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.videoMur video{
    height: 450px;
    width: 96%;
object-fit: cover;
border-radius: 10px;
/* border: solid 2px var(--intermediate); */
}

/* Ecran bouton plus  Ecran bouton plus  Ecran bouton plus  */
.ecranBtn{
    height: 10rem;
    width: 100vw;
    /* background-color: #159895; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.ecranBtn a{
    height: 60px;
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px var(--intermediate);
    border-radius: 7px;
    color: var(--quinary-color);
    font-weight: 500;
    font-size: 17px;
}

.ecranBtn a:hover{
background-color: var(--intermediate);
color: var(--primary-color);
}



@media only screen and (max-width:1477px){
    .screen-install {
        margin-top: 0;
        min-height: 70rem;
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .ecrans {
        min-height: 1000px;
        width: 99%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
      }
    

     .screenLumiere{
      min-height: 63rem;
     }




.ecranDroit {
  height: 60%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ecranGauche {
    height: 40%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .videoMur video {
    height: 550px;
    width: 1300px;
    object-fit: cover;
    border-radius: 10px;
    border: solid 2px var(--intermediate);
  }


}


@media only screen and (max-width:1333px){
    .videoMur video {
        height: 450px;
        width: 1000px;
      }

}
@media only screen and (max-width:1035px){
    .videoMur video {
        height: 350px;
        width: 800px;
      }
      .ecranDroit {
        height: 600px;
        width: 100%;
      }

      .ecranGauche {
        min-height: 350px;
        width: 100%;
        /* background-color: #431598; */
      }

      .ecrans {
        min-height: 800px;
        width: 99%;
      }

      .screen-install {
     min-height: 60rem;
      }

    }


    @media only screen and (max-width:833px){
        .videoMur video {
            height: 350px;
            width: 700px;
          }

          .ecranDroit {
            height: 400px;
            width: 100%;
          }
          
      .ecrans {
        min-height: 780px;
        width: 99%;
      }
      .screen-install {
        min-height: 60rem;
         }
         .screen-install h2 {
            font-size: 30px;
            color: var(--secondary-color);
            margin-top: 20px;
          }
          .screen-install h6 {
            font-size: 16px;
            color: var(--white-4);
            font-weight: 500;
            margin-top: 0;
            text-align: center;
          }


    }

    @media only screen and (max-width:655px){
        .screen-install h2 {
            font-size: 30px;
            color: var(--secondary-color);
            margin-top: 20px;
            text-align: center;
         
          }
          .screen-install h6 {
            font-size: 14px;
            color: var(--white-4);
            font-weight: 500;
            margin-top: 0;
            margin-bottom: 50px;
            text-align: center;
          }

          .videoMur video {
            height: 250px;
            width: 600px;
          }
          .ecranDroit {
            height: 300px;
            width: 100%;
          }
          .ecrans {
            min-height: 680px;
            width: 99%;
            /* background-color: #159895; */
          }
          .screen-install {
            min-height: 50rem;
             }
    }

    @media only screen and (max-width:619px){
        .videoMur video {
            height: 250px;
            width: 500px;
          }
          .screen-install h6 {
            font-size: 15px;
            margin-top: 0;
            margin-bottom: 0;
            padding: 0 10px;
          }
          .whyleft i {
            height: 50px;
            width: 50px;
            font-size: 20px;
          }
          .screen-install h2 {
            font-size: 20px;
            color: var(--secondary-color);
            margin-top: 43px;
          }
    }

    @media only screen and (max-width:537px){
        .ecranGauche {
            min-height: 500px;
            width: 100%;
          }
          .ecranDroit {
            height: 300px;
            width: 100%;
          }
          .ecrans {
            min-height: 780px;
            width: 99%;
          }
          .screen-install {
            min-height: 65rem;
             }
             .ecranBtn {
                display: flex;
                align-items: center;
              } 

              .screen-install h2 {
                font-size: 34px;
                color: var(--secondary-color);
                margin-top: 43px;
                text-align: center;
              }

              .solution {
                font-size: 25px;
                height: 72px;
                width: 100%;
                /* background-color: blueviolet; */
                display: flex;
                justify-content: center;
                align-items: center;
              }
              .screen-install h6 {
                margin-bottom: 20px;

              }
           
    }
    @media only screen and (max-width:521px){
        .videoMur video {
            height: 250px;
            width: 470px;
          }


    }
    @media only screen and (max-width:486px){
        .videoMur video {
            height: 230px;
            width: 440px;
          }

          .ecranDroit {
            height: 300px;
            width: 100%;
          }

          .ecrans {
            min-height: 720px;
            width: 99%;
       
          }
          .screen-install {
            min-height: 63rem;
             }
             .screen-install h6 {
                margin-bottom: 85px;

              }
              .screen-install h2 {
                font-size: 30px;
                color: var(--secondary-color);
                margin-top: 40px;
                text-align: center;
              }
              .solution h2 {
                color: var(--secondary-color);
                font-size: 27px;
              }
              .screen-install h6 {
                margin-bottom: 85px;
                text-align: center;
                padding: 0;
              }
    }

    @media only screen and (max-width:457px){

        .videoMur video {
            height: 230px;
            width: 420px;
          }

    }
    @media only screen and (max-width:430px){
        .videoMur video {
            height: 210px;
            width: 400px;
          }
          .ecranDroit {
            height: 250px;
            width: 100%;
            /* background-color: #988015; */
          }
          .ecranGauche {
            min-height: 550px;
            width: 100%;
            /* background-color: #431598; */
          }
          .solution h2 {
            color: var(--secondary-color);
            font-size: 21px;
          }
    }



    @media only screen and (max-width:417px){
        .screen-install h2 {
            font-size: 26px;
            color: var(--secondary-color);
            margin-top: 40px;
            text-align: center;
          }
          .videoMur video {
            height: 200px;
            width: 360px;
          }
    }
#noLive{
    display: none;
}
    
    @media only screen and (max-width:375px){
        .screen-install h2 {
            font-size: 20px;
            color: var(--secondary-color);
            margin-top: 40px;
            text-align: center;
          }
          .videoMur video {
            height: 200px;
            width: 350px;
          }
          .whyleft i {
            height: 40px;
            width: 40px;
            font-size: 16px;
          }
    }
    @media only screen and (max-width:357px){
        .videoMur video {
            height: 180px;
            width: 330px;
          }
    }

    @media only screen and (max-width:537px){
        .screenLumiere{
           min-height: 51rem;
        }

        .section-5 a {
            height: 145px;
            width: 151px;
          }

          #unlive{
            display: none;
          }
          #noLive{
            display: block;
          }
          .sec-interMain-left {
            height: 40%;
            width: 54px;
        
          }
       }




       

       @media only screen and (max-width:487px){
        .section-5 {
            min-height: 750px;
            width: 100vw;
            flex-direction: column;
            align-items: center;
            /* background-color: #ffcc00; */
          }
          .section-5 a {
            height: 238px;
            width: 90%;
          }

          .section-inter1 {
            height: 7rem;

          }
          .section-5 {
            margin-top: 20px;
          }
       }
       @media only screen and (max-width:386px){
        .sec-inter-main {
            height: 120px;
            width: 95%;
            margin-top: 38px;
          }
       }





/* FUTURS SECTION FUTURS SECTIONS FUTURS SECTION */

.futurs{
    min-height: 50rem;
    width: 100vw;
    background-color: rgba(80, 0, 155, 0.055);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    border-top-right-radius: 150px;
    border-top-left-radius: 150px;
}
.container-main{
    height: 100%;
    width: 1800px;
    /* background-color: #996363; */
}
.fututsTitles{
    height: 200px;
    width: 100%;
    /* background-color: antiquewhite; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fututsTitles h2{
color:var(--secondary-color);
margin-bottom: 20px;
font-size: 35px;
}

.fututsTitles p{
    margin: 0;
    padding: 0;
    color: var(--white-3);
    font-size: 15px;
    line-height: 1.4;
    }
    

    .futurs-card-main{
        height: 650px;
        width: 100%;
        /* background-color: #372be2; */
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: flex-end;
        
    }

.futurs-card{
    height: 260px;
    width: 500px;
    border-radius: 10px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    box-shadow: -5px -1px 5px 6px rgba(226, 226, 226, 0.5);
}
.futurs-card h2, .futurs-card h5{
    padding-left: 30px;
    margin: 0;
}
.futurs-card i{
   display: flex;
   justify-content: center;
   align-items: center;
   height: 60px;
   width: 65px;
   background-color: rgb(224, 42, 230, 0.2);
   color: rgb(224, 42, 230);
   font-size: 30px;
   border-radius: 7px;
   margin-top: 40px;
   margin-left: 30px;
   
  
}
#bi2{
    background-color: rgba(42, 139, 230, 0.2);
    color: rgba(42, 139, 230)
}
 
#bi3{
    background-color: rgba(189, 230, 42, 0.2);
    color:  rgba(189, 230, 42);
}
#bi4{
    background-color: rgba(42, 230, 167, 0.2);
    color:   rgba(42, 230, 167);
}
#bi5{
    background-color: rgba(34, 18, 255, 0.2);
    color:   rgba(34, 18, 255);
}

#bi6{
    background-color: rgba(247, 134, 69, 0.2);
    color:   rgba(247, 134, 69);
}



.futurs-card h2{
    color: var(--secondary-color);
    font-size: 20px;
  margin-top: 20px;
}

.futurs-card h5{
margin-top: 5px;
    color: var(--white-3);
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
}

@media only screen and (max-width:1621px){
    .futurs {
        min-height: 60rem;
        width: 100vw;
        background-color: rgba(80, 0, 155, 0.055);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5rem;
        border-top-right-radius: 150px;
        border-top-left-radius: 150px;

      }  
      .container-main {
        min-height: 1120px;
        width: 98%;
        /* background-color: #e6e6e6; */
      }
      .futurs-card-main {
        height: 100%;
        width: 100%;
        /* background-color: #372be2; */
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: flex-end;
      }
    
}

@media only screen and (max-width:1103px){
    .futurs-card {
        height: 260px;
        width: 443px;
      }
}

@media only screen and (max-width:988px){
    .futurs-card {
        height: 284px;
        width: 395px;
      }
}

@media only screen and (max-width:889px){
    .futurs-card {
        height: 322px;
        width: 349px;
      }
}

@media only screen and (max-width:795px){
    .futurs-card {
        height: 289px;
        width: 292px;
      }
}

@media only screen and (max-width:701px){
    .fututsTitles p {
        font-size: 15px;
        text-align: center;

      }

      .futurs {
        border-top-right-radius: 90px;
        border-top-left-radius: 90px;
      }



      .fututsTitles h2 {
        margin-bottom: 20px;
        font-size: 35px;
        text-align: center;
      }
}
@media only screen and (max-width:683px){
    .futurs-card {
        height: 320px;
        width: 43%;
      }
}

@media only screen and (max-width:583px){
    .futurs-card {
        height: 320px;
        width: 90%;
      }
      .fututsTitles h2 {
        font-size: 30px;
      }
}
@media only screen and (max-width:430px){
    .fututsTitles h2 {
        margin-bottom: 20px;
        font-size: 26px;
      }
}

/* Section footer  Section footer  Section footer Section footer  */

footer{
    margin-top: 5rem;
    min-height: 30rem;
    width: 100vw;
    background-color: var(--quinary-color);
    
}






.supportInfiniti{
    height: 90px;
    width: 100%;
    /* background-color: rgb(53, 54, 39); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.supportInfiniti h6{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 400;
    margin: 0 30px;
}






.footerBottom{
    height: 370px;
    width: 100%;
    background-color: var(--quinary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footerInfos{
    height: 75%;
    width: 100%;
    /* background-color: antiquewhite; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footerBottomCard{
    height: 100%;
    width: 500px;
    /* background-color: #11ffdb; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footerBottomCard h2{
    color: var(--primary-color);
    font-size: 20px;
    display: flex;
    align-items:  center;
    padding: 0;
}

.footerBottomCard h2 img{
 height: 50px;
 width: 50px;
}

.footerBottomCard h6 {
    color: var(--white-2);
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0;
  }
  .footerBottomCard h6 i{
color: var(--primary-color);
  }

.networkIcone{
    height: 80px;
    width: 100%;
    /* background-color: antiquewhite; */
    display: flex;
    justify-content: left;
    align-items: flex-start;
}

.networkIcone i{
color: var(--primary-color);
margin: 0 20px;
}
.networkIcone i:nth-child(1){
    margin-left: 0;
    }
    
.souscribtion{
    height: 80px;
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    justify-content: left;
}




.souscribtion input[type="text"]{
height: 50px;
width: 300px;
margin-right: 20px;
border-radius: 7px;
border: none;
padding-left: 7px;
background-color: transparent;
border: solid 1px var(--primary-color);
color: var(--primary-color);
font-weight: bold;
}

.souscribtion button[type="submit"]{
    height: 50px;
    width: 100px;
    border-radius: 7px;
    border: none;
    background-color: var(--intermediate);
    color: var(--primary-color);
    font-weight: bold;
    }
    



    .footerMentons{
        height: 35%;
        width: 100%;
        /* background-color: #74a9df; */
        background-color: var(--secondary-color);
    }
.fotterLine{
    height: 1px;
    width: 100%;
    background-color: var(--white-4);
}
.footerMentionTexte{
    height: 98%;
    width: 100%;
    /* background-color: antiquewhite; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerMentionTexte a{
margin: 0 40px;
color: var(--primary-color);
cursor: pointer;
}
.footerMentionTexte a:hover{
    color: var(--primary-color);
    }


    @media only screen and (max-width:1550px){
        .footerInfos {
            height: 75%;
            width: 99%;
          }
    }


    @media only screen and (max-width:1168px){
        .footerBottomCard h6 {
            font-size: 14px;
          }
          .souscribtion {
            display: none;
          }
          
    }

    
    @media only screen and (max-width:1088px){
        .footerInfos {
            height: 75%;
            width: 99%;
            flex-direction: column;
          }

          .footerBottom {
            min-height: 770px;
            width: 100%;
            background-color: var(--quinary-color);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
          }
          .footerInfos {
            height: 75%;
            width: 96%;
            flex-direction: column;
            align-items: flex-start;
          }

    }

    @media only screen and (max-width:1000px){
        .footerMentionTexte a {
            margin: 0 10px;
            color: var(--primary-color);
            cursor: pointer;
          }
    }

    @media only screen and (max-width:500px){
        .footerMentionTexte {
            height: 98%;
            width: 100%;
            display: flex;
            justify-content: space-around;
            align-items: flex-start;
            flex-direction: column;
          }

       

      
    }
    @media only screen and (max-width:380px){
        	#inscritBannis{
                display: none;
            }
    }



















/* SECTION NOS REALISATION SECTION NOS REALISATION SECTION NOS REALISATION  */
.realisations{
    margin-top: 12rem;
    min-height: 25rem;
    width: 100vw;
    /* background-color: #159895; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.realisations h2{
margin: 0;
color: var(--secondary-color);
font-size: 35px;
margin-bottom: 7px;
}
.realisations p{
    color: var(--white-3);
    line-height: 1.8;
    text-align: justify;
    margin: 0;
  }


.mainReal{
    margin-top: 80px;
    height: 500px;
    width: 1600px;
    /* background-color: rgba(80, 0, 155, 0.075); */
    display: flex;
    justify-content: center;
}
.cardReal{
    height: 400px;
    width: 350px;
    margin: 40px 40px;
    border-radius: 7px;
    /* background-color: var(--secondary-color); */
    box-shadow: 2px 2px  10px  rgba(216, 216, 216, 0.9);
}

.realimg{
    height: 40%;
    width: 100%;
    /* background-color: #8f9815; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.realimg h5{
margin-top: 5px;
padding-left: 10px;
color: var(--quinary-color);
font-size: 18px;
margin-bottom: 10px;
}


.realimg p{
    color: var(--white-4);
    line-height: 1.8;
    text-align: left;
    padding-left: 10px;
    }









.realText{
    height: 60%;
    width: 100%;
    /* background-color: #159895; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.realText img{
    height: 100%;
    width: 100%;
    object-fit: cover;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
}

.devis{
    height: 10rem;
    width: 100vw;

    display: flex;
    justify-content: center;
    align-items: center;
}

.devis a{
    height: 60px;
    width: 250px;
    background-color: var(--intermediate);
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border-radius: 7px;
}

@media only screen and (max-width:1566px){
    .realisations {
        margin-top: 7rem;
        /* background-color: rgba(0, 68, 255, 0.411); */
      }

    .mainReal {
        margin-top: 80px;
        min-height: 500px;
        width: 98%;
        /* background-color: rgba(132, 0, 255, 0.08); */
        display: flex;
        justify-content: center;
      }
}
@media only screen and (max-width:1552px){
    .mainReal {
        margin-top: 80px;
        height: 1000px;
        width: 98%;
        /* background-color: rgba(132, 0, 255, 0.08); */
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
      }
      .cardReal {
        height: 400px;
        width: 429px;
        margin: 40px 40px;

      }
}
@media only screen and (max-width:1038px){
    .cardReal {
        height: 400px;
        width: 367px;
        margin: 40px 20px;
      }
      .realisations p {
        text-align: center;
        padding: 0 20px;
      }

}
@media only screen and (max-width:830px){
    .cardReal {
        height: 400px;
        width: 267px;
        margin: 40px 20px;
      }
      .mainReal {
        margin-top: 80px;
        height: 900px;
        width: 98%;
        /* background-color: rgba(132, 0, 255, 0.08); */
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
      }

}

@media only screen and (max-width:786px){
    .realisations h2 {
        margin: 0;
          margin-bottom: 0px;
        color: var(--secondary-color);
        font-size: 35px;
        margin-bottom: 7px;
        text-align: center;
      }
      .mainReal {
        margin-top: 30px;
      }
}


@media only screen and (max-width:626px){
    .mainReal {
        height: 1917px;
      }

      .cardReal {
        height: 400px;
        width: 95%;
        margin: 40px 20px;
      }
}












/* SECTION HERO SCREEN   SECTION HERO SCREEN SECTION HERO SCREEN  */
.heros-sreen{
    height: 40rem;
    width: 100vw;
  background-image: url(../../assets/img/site/mur4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;

}
.heros-sreen h2{
    font-size: 35px;
    color: var(--primary-color);
    margin-bottom: 15px;
}
@media only screen and (max-width:350px){
  .heros-sreen h2 {
    font-size: 25px;
    color: var(--primary-color);
    margin-bottom: 15px;
  }
}











.heros-sreen p{
    font-size: 18px;
    color: var(--white-2);
    margin-bottom: 50px;
    letter-spacing: 2px;
}

.container-doc{
    min-height: 35rem;
    width: 100vw;
    /* background-color: #159895; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15rem;

   
}

.murMain{
    margin-top: 3rem;
    min-height: 500px;
    width: 1000px;
    /* box-shadow: 1px 5px 10px 10px  rgb(233, 233, 233, 0.9); */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.murMain h2{
    color: var(--secondary-color);
    font-size: 35px;
    margin-bottom: 5px;
    margin-top: 45px;
}
.fphone{
    display: none;
}
.murMain p{
    color: var(--quinary-color);
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    padding: 0 50px;
    line-height: 1.6;
}
.cardScreen{
    min-height: 300px;
    width: 100%;
    box-shadow: 1px 5px 10px 10px  rgb(233, 233, 233, 0.9);
    border-radius: 15px;
    margin-top: 3rem;
    display: flex;
    flex-direction:column ;
}
.screenTitle{
    height: 70px;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: var(--intermediate);
    display: flex;
    align-items: center;
}
.screenTitle h2{
    color: var(--primary-color);
    font-size: 20px;
    margin: 0;
    padding-left: 10px;
}
.screenTitle h2 i{
    color: var(--intermediate);
    font-size: 20px;
}
.cardScreen h4{
font-size: 15px;
color: var(--intermediate);
margin-top: 20px;
padding-left: 10px;
}
.cardScreen h3{
color: var(--quinary-color);
display: flex;
align-self: center;
margin-top: 20px;
height: 30px;
width: 100%;
/* background-color: #431598; */
display: flex;
justify-content: center;
align-items: center;

}
.cardScreen h3 i{
    color: var(--intermediate);
    font-size: 20px;
    text-align: center;
    }

.cardScreen p{
    font-size: 16px;
    color: var(--white-4);
    margin-top: 10px;
    padding-left: 10px;
    text-align: left;
    }

    .screnneMainImg{
        height: 250px;
        width: 100%;
        /* background-color: #159895; */
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        margin-top: 25px;
    }   
    
.screnneMainImg img{
        height: 200px;
        width: 300px;
        /* background-color: #fcf700; */
        display: flex;
        object-fit: cover;
        border-radius: 15px;
        margin-bottom: 15px;
        border: solid 2px var(--intermediate);
    }

    .screenComparate{
        min-height: 250px;
        width: 100%;
        /* background-color: #159895; */
        display: flex;
        flex-direction: column;
    }
.anotheH2 {
    border-radius: 0;
}

.screenComparate img{
    height: 400px;
    width: 90%;
    border-radius: 15px;
    object-fit: cover;
    display: flex;
    align-self: center;

}
#imgScrenn1{
    margin-top: 20px;
}
.resume{
    min-height: 80px;
    width: 100%;
    /* background-color: #159895; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}
.resume h3{
    min-height: 25px;
    width: 100%;
    /* background-color: #5d1598; */
    display: flex;
    align-items: center;
    color: var(--quinary-color);
    margin-bottom: 20px;
}
.resume h3 i{
    color: var(--intermediate);
}
.resume h6{
    color: var(--quinary-color);
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    width: 800px;
    display: flex;
    align-items: center;
}
#checkPerfect{
    color: green;
}
#checkNo{
    color: rgb(211, 17, 10);
}
#muli{
    margin-top: 30px;
}

.deviScrenn{
    height: 150px;
    width: 100%;
    /* background-color: #159895; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.deviScrenn a{
    height: 60px;
    width: 200px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--intermediate);
    color: var(--primary-color);
    font-size: 17px;
    margin: 0 50px;
}

#topReturn{
    width: 100px;
    border-radius: 7px;
    background-color: var(--white-3);
}

@media only screen and (max-width:1018px){
    .murMain h2 {
        text-align: center;
      }
      .murMain {
        margin-top: 3rem;
        min-height: 500px;
        width: 95%;
        box-shadow: 1px 5px 10px 10px rgb(233, 233, 233, 0.9);
        display: flex;
        flex-direction: column;
        align-items: center;
        /* background-color: #00ff99; */
      }
}


@media only screen and (max-width:994px){
    .screnneMainImg img {
        height: 162px;
        width: 246px;
      }
}
@media only screen and (max-width:920px){
    .resume {
        min-height: 80px;
        width: 100%;
        display: block;
        margin-bottom: 25px;
        margin-left: 10px;
      }
}



@media only screen and (max-width:818px){
    .screnneMainImg {
        min-height: 867px;
        width: 100%;
        /* background-color: #159895; */
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-top: 25px;
        flex-direction: column;
      }
      .screnneMainImg img {
        height: 261px;
        width: 556px;
      }
}
@media only screen and (max-width:812px){
    .screnneMainImg img {
        height: 261px;
        width: 95%;
      }
}


@media only screen and (max-width:750px){
    .screenComparate img {
        height: 265px;
        width: 95%;
      }
      .heros-sreen p {
        font-size: 18px;
        text-align: center;
        padding: 0 10px;
      }
      .murMain p {
        padding: 0;
      }
}


@media only screen and (max-width:610px){
    .murMain h2 {
        font-size: 17px;
      }
}

@media only screen and (max-width:500px){
    .murMain h2 {
        font-size: 15px;
      }
      .cardScreen h3 {
        font-size: 14px;
      }
      .deviScrenn a {
        height: 60px;
        width: 224px;
        font-size: 14px;
        margin: 0 10px;
      }
}

@media only screen and (max-width:400px){
    .resume h6 {
        font-size: 13px;
      }
}

@media only screen and (max-width:360px){
    .resume h6 {
        min-height: 50px;
        width: 320px;
      }
}
@media only screen and (max-width:750px){
  .cardScreen p {
    padding-left: 15px;
  }
  .cardScreen h4 {
    padding-left: 15px;
  }
}







/* DEVIS INSTALLATION ECRANS DEVIS INSTALLATION ECRANS */
.deviScreenTitle{
    height: 220px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-color: #431598; */
}
.deviScreenTitle h1{
color: var(--secondary-color);
font-size: 30px;
}
.deviScreenTitle p{
    color: var(--white-4);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 0 50px;
    margin-top: 15px;
}
.deviScreen{
    margin-top: 12rem;
    min-height: 25rem;
    width: 100vw;
    /* background-color: #159895; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.deviScreenMain{
    min-height: 300px;
    width: 1200px;
    border-radius: 15px;
    background-color: white;
    box-shadow:1px 5px 10px 10px  rgb(233, 233, 233, 0.9);
    margin-bottom: 7rem;
}

.informations{
    min-height: 250px;
    width: 100%;
    /* background-color: antiquewhite; */
    display: flex;
    flex-direction: column;
}
.lineCoupe{
    height: 1px;
    width: 500px;
  background-color: var(--intermediate);
  margin-top: 10px;
}
.general{
    min-height: 300px;
    inline-size: 100%;
}

.informations h2{
    height: 40px;
    width: 100%;
    /* background-color: #159895; */
    display: flex;
    align-items: center;
    padding-left: 10px;
    color: var(--quinary-color);
    font-size: 20px;

}
.nameCall{
    min-height: 100px;
    width: 100%;
    /* background-color: #431598; */
    display: flex;
    justify-content: space-between;
}
.nameOne{
    height: 150px;
    width: 47%;
    /* background-color: aquamarine; */
display: flex;
justify-content: center;
flex-direction: column;
padding-left: 10px;
}
.nameOne input[type="text"]{
    height: 65px;
    width: 500px;
    border-radius: 7px;
    border:  solid 1px var(--intermediate);
    margin-top: 2px;
    padding-left: 10px;
    color: var(--secondary-color);
    font-size: 16.5px;

}
.nameOne label{
    font-size: 16px;
    color: var(--quinary-color);
    font-weight: 400;
}
.nameOne span{
    color:var(--error);
    height: 25px;
    width: 90%;
display: flex;
justify-content: center;
    
}
.btnNext{
    height: 130px;
    width: 100%;
    /* background-color: #431598; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn1{
    height: 70px;
    width: 220px;
    background-color: var(--intermediate);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    font-size: 17px;
    cursor: pointer;
}
.checkMain{
    min-height: 150px;
    width: 100%;
    /* background-color: antiquewhite; */
}
.checkMain h5{
    min-height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: var(--quinary-color);
}
.erreurCheck1{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.erreurCheck1 span{
color: var(--error);
}
.checkCard{
    min-height: 90px;
    width: 100%;
    /* background-color: aquamarine; */
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.checkCard input[type="checkbox"]{
    display: none;
}
.checkCard input[type="radio"]{
    display: none;
}
.checkCard label{
    height: 60px;
    width: 250px;
    border: solid 1px var(--intermediate);
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    color: var(--intermediate);
    cursor: pointer;
    font-size: 17px;

}
.checkCard label i{
margin-bottom: 7px;
}

.checkCard input[type="checkbox"]:checked + label{
    background-color: var(--intermediate);
    color: white;

}

.checkCard input[type="radio"]:checked + label{
    background-color: var(--intermediate);
    color: white;

}
.groupMainInput{
    display: flex;
    justify-content: space-around;
    min-height: 90px;
    width: 100%;
}
.inGroup{
    height: 125px;
    width: 30%;
    /* background-color: #431598; */
    display:flex;
    flex-direction: column;
    justify-content: center;
align-items: center;
    padding: 0;
}

.inGroup p{
    font-size: 16px;
    color: var(--quinary-color);
    font-weight: 400;
   margin-bottom: 10px;
}

.inGroup input[type="text"]{
    height: 65px;
    width: 250px;
    border-radius: 7px;
    border:  solid 1px var(--intermediate);
    padding-left: 10px;
    color: var(--secondary-color);
    font-size: 16.5px;
}
.erreurCheck1 span{
    font-weight: normal;
}
.checkCard label{
    font-weight: 500;
}
.connectivity label{
    height: 60px;
    width: 150px;
}
.budgetPlage{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.budgetPlage label{
    width: 600px;
    margin: 10px 0;
}
.LastInput{
    display: flex;
    flex-direction: column;
    
}
.inGoup2{
    /* background-color: #431598; */
    width: 100%;
    min-height: 100px;
    margin: 25px 0;
    display: flex;
    align-items: flex-start;

}
.inGoup2 input[type="text"]{
    height: 65px;
    width: 550px;
    border-radius: 7px;
    border:  solid 1px var(--intermediate);
    padding-left: 10px;
    color: var(--secondary-color);
    font-size: 16.5px;
    margin-left: 20px;
 
}
.inGoup2 p{
    padding-left: 20px;
    align-self: flex-start;
}
.groupArea{
    height: 400px;
    /* background-color: #431598; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.inGoup2 textarea{
    height: 310px;
    width: 1140px;
    border-radius: 15px;
    resize: none;
    border: 1px solid var(--intermediate);
    padding: 20px;

}
.btnNext button[type="submit"]{
    width: 220px;
    height: 65px;
    background-color: var(--intermediate);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    font-size: 18px;
    border: none;
    cursor: pointer;
}

.returnPage{
    height: 20px;
    width: 100%;
    /* background-color: #159895; */
    display: flex;
    align-items: center;
}
.returnPage a{
 color: var(--quinary-color);
 padding-left: 10px;
}

/* Sonorisation Sonorisation Sonorisation Sonorisation  */

.mainSonoTitle{
    min-height: 35rem;
    width: 100vw;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../img/site/mixer2.jpg);
    background-size: cover;
    background-position: center;
}

.mainSonoTitle h1{
    color: var(--primary-color);
    font-size: 35px;
    padding: 0 50px;
    margin-top: 12rem;
}
.mainSonoTitle p{
    color: var(--primary-color);
    font-size: 18px;
    text-align: center;
    padding: 0 200px;
    margin-top: 20px;
}

.mainSolution{
    min-height: 35rem;
    width: 100vw;
    /* background-color: #159895; */
    display: flex;
    justify-content: center;
    align-items: center;

}
.mainCardSolution{
    min-height: 500px;
    width: 90%;
    border-radius: 15px;
    box-shadow: 2px 5px 10px 10px  rgb(233, 233, 233, 0.9);
    display: flex;
    flex-direction:column;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.mainCardSolution h2{
    color: var(--secondary-color);
    font-size: 30px;
    align-self: center;
    margin-top: 20px;
}

.mainCardSolution p{
    color: var(--white-4);
    font-size: 17px;
    align-self: center;
    margin-top: 5px;
}
.mainCardSalle{
    min-height: 600px;
    width: 100%;
    /* background-color: #159895; */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;

}
.salleCard{
    height: 550px;
    width: 90%;
    /* background-color: antiquewhite; */
    border-radius: 15px;
    display: flex;
}
.salleCardImg{
    height: 100%;
    width: 40%;
    /* background-color: aqua; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.losage{
    width: 500px; 
    height: 500px; 
    /* background-color: #ff2600; */
    overflow: hidden;
    clip-path: polygon(50% 0, 50% 0, 100% 20%, 100% 80%, 50% 100%, 50% 100%, 0% 80%, 0% 20%);
}
.losage img{
height: 100%;
width: 100%;
object-fit: cover;
cursor: pointer;
}





.salleCardText{
    height: 100%;
    width: 60%;
    /* background-color: rgb(111, 0, 255); */
    display: flex;
    flex-direction: column;
}
#h3top{
    margin-top: 15px;
}
.salleCardText h3{
    color: var(--quinary-color);
    font-size: 20px;
}
.salleCardText h3 span{
color: var(--white-4);
font-size: 16px;
font-weight: 400;
text-align: justify;
padding-right: 25px;
}
.salleCardText a {
    display: flex;
    align-self: center;
    margin-top: 15px;
    color: var(--primary-color);
    font-size: 17px;
    background-color: var(--intermediate);
    height: 50px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}

.cardPhotoEntrepriseSono{
    min-height: 550px;
    width: 100%;
    /* background-color: antiquewhite; */
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.cardPhotoEntrepriseSono .cardMic{
    height: 600px;
    width: 500px;
    border-radius: 15px;
    /* background-color: #159895; */
margin-top: 40px;
}
.cardMicLeft{
    height: 60%;
    width: 100%;
    /* background-color: #431598; */
}
.cardMicLeft img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}




.cardMicRight{
    height: 40%;
    width: 100%;
    /* background-color: #809815; */
    display: flex;
    flex-direction: column;
}
.cardMicRight h4{
    color: var(--secondary-color);
    padding-left: 5px;
    font-size: 20px;
    margin-top: 15px;
}

.cardMicRight h5{
    color: var(--quinary-color);
    padding-left: 5px;
    font-size: 16px;
    font-weight: 500;
}

.cardMicRight p{
    color: var(--white-4);
    margin-top: 15px;
    padding-left: 5px;
    font-size: 17px;
}
#sonoeglise{
    margin-top: 5rem;
}
.secFin{
    min-height: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.secInstruTop{
    height: 600px;
    width: 100%;
/* background-color: #431598; */
background-image: url(../img/site/musicien2.png);
background-position-y: -230px;
background-repeat: no-repeat;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-position: center;
}

.secInstruBot {
    min-height: 300px;
    width: 100%;
    /* background-color: #809815; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.secInstruBot h2{
    color: var(--secondary-color);
    font-size: 30px;
    align-self: center;
    display: flex;
    align-self: center;
    padding: 0 350px;
    text-align: center;
}

.secInstruBot  p{
    color: var(--white-4);
    margin-top: 15px;
    padding-left: 5px;
    font-size: 17px;
    padding: 0 200px;
    text-align: justify;
}

.secInstruBot a, .demander a{
    height: 75px;
    width: 250px;
    background-color: var(--intermediate);
    color: var(--primary-color);
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    margin: 100px 0;
    border-radius: 15px;
}
.demander{
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copy{
    height: 100px;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* background-color: #159895; */
}
.copy p{
color: var(--white-4);
}
.returnSon{
    height: 40px;
    width: 100%;
    /* background-color: #159895; */
    align-items: flex-end;
    display: flex;
}
.returnSon a {
    color: var(--quinary-color);
    padding-left: 15px;

 
}

@media only screen and (max-width:1298px){
    .mainSonoTitle h1 {
      text-align: center;
      padding: 0 15px;
      }

      .mainSonoTitle p {
        padding: 0 100px;
      }

}



@media only screen and (max-width:736px){
    .mainSonoTitle h1 {
        font-size: 30px;
      }
      .mainSonoTitle p {
        padding: 0 20px;
      }
}

@media only screen and (max-width:630px){
    .mainSonoTitle h1 {
        padding: 0 2px;
        }

        .mainSonoTitle p {
            padding: 0 5px;
            font-size: 15px;
          }
          .mainSonoTitle h1 {
            font-size: 26px;
          }
}

#sonoPphone{
    display: none;
}
@media only screen and (max-width:580px){
#sonoPordi{
    display: none;
}
#sonoPphone{
    display: block;
}

.mainSonoTitle {
border-bottom-right-radius: 100px;
border-bottom-left-radius: 100px;
height: 20rem;
  }
  .mainSonoTitle h1 {
    
    margin-top: 5rem;
  }




}

@media only screen and (max-width:434px){
    .mainSonoTitle h1 {
        font-size: 20px;
      }
}



@media only screen and (max-width:1580px){

    .salleCard {
        min-height: 1150px;
        width: 100%;
        /* background-color: antiquewhite; */
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .salleCardImg {
        height: 60%;
        width: 100%;
      }
      .salleCardText {
        height: 40%;
        width: 97%;
      }

}

@media only screen and (max-width:1108px){
    .salleCard {
        min-height: 1250px;
      }

      .salleCardImg {
        height: 55%;
        width: 100%;
      }
      .salleCardText {
        height: 45%;
        width: 100%;
      }
}

@media only screen and (max-width:866px){
    .salleCard {
        min-height: 1150px;
      }

      .salleCardImg {
        height: 45%;
        width: 100%;
      }
      .salleCardText {
        height: 55%;
        width: 100%;
      }
      .mainCardSolution p {
        text-align: center;
        padding: 0 10px;
      }
}

@media only screen and (max-width:774px){
    .salleCard {
        height: 1150px;
      }
      .mainCardSolution {
        width: 98%;
      }

      .salleCardText {
        height: 55%;
        width: 98%;
      }
      .salleCardText h3 span {
        padding-right: 0;
      }
}

@media only screen and (max-width:754px){
    .salleCard {
        height: 1300px;
      }
}


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

}

@media only screen and (max-width:558px){
    .salleCard {
        height: 1000px;
      }

      .losage {
        width: 481px;
        height: 200px;
        
      }
      .salleCardImg {
        height: 20%;
        width: 100%;
      }
      .salleCardText {
        height: 80%;
        width: 100%;
      }

      .mainCardSolution h2 {
        text-align: center;
        padding: 0 5px;
      }

      .salleCardText {
        height: 80%;
        width: 97%;
      }
}

@media only screen and (max-width:470px){

    .salleCard {
        height: 1200px;
      }


}

@media only screen and (max-width:440px){
    .salleCard {
        height: 1300px;
      }
}
@media only screen and (max-width:416px){
    .salleCard {
        height: 1400px;
      }
}
@media only screen and (max-width:382px){
    .salleCard {
        height: 1500px;
      }

      .salleCardImg {
        height: 15%;
        width: 100%;
      }
      .salleCardText {
        height: 85%;
        width: 100%;
      }
}

@media only screen and (max-width:1760px){
    .cardPhotoEntrepriseSono .cardMic {
        height: 529px;
        width: 461px;
      }
      .cardMicLeft {
        height: 40%;
        width: 100%;
      }
      .cardMicRight {
        height: 60%;
        width: 100%;
      }

}

@media only screen and (max-width:1588px){
    .cardPhotoEntrepriseSono .cardMic {
        height: 451px;
        width: 393px;

      }
}

@media only screen and (max-width:1336px){
    .cardPhotoEntrepriseSono {
        min-height: 550px;
        width: 100%;
        /* background-color: #53072e; */
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
      }
      .cardPhotoEntrepriseSono .cardMic {
        height: 850px;
        width: 90%;
      }

      .cardMicLeft {
        height: 80%;
        width: 100%;
      }

      .cardMicRight {
        height: 20%;
        width: 100%;
      }


}

@media only screen and (max-width:866px){
    .cardMicLeft {
        height: 60%;
        width: 100%;
      }

      .cardMicRight {
        height: 40%;
        width: 100%;
      }
      .cardPhotoEntrepriseSono .cardMic {
        height: 676px;
        background-color: var(--intermediate);
      }
#sonoPcolorCange{
    color: var(--white-2);
    text-align: left;
}

.cardMicRight h4 {
    color: var(--primary-color);

  }
  .cardMicRight h5 {
    color: var(--primary-color);
  }












}
@media only screen and (max-width:520px){
.salleCard2{
        height: 1214px;
}
}
@media only screen and (max-width:486px){
    .salleCard2{
            height: 1300px;
    }
}
    
    @media only screen and (max-width:454px){
        .salleCard2{
                height: 1400px;
        }
   }
        @media only screen and (max-width:416px){
            .salleCard2{
                    height: 1500px;
            }
}
@media only screen and (max-width:364px){
    .salleCard2{
            height: 1600px;
    }
}
@media only screen and (max-width:340px){
    .salleCard2{
            height: 1700px;
    }
}





@media only screen and (max-width:586px){
    .cardPhotoEntrepriseSono .cardMic {
        height: 550px;
      }

      .cardMicLeft {
        height: 47%;
        width: 100%;
      }

      .cardMicRight {
        height: 53%;
        width: 100%;
      }
}

@media only screen and (max-width:436px){
    .cardMicLeft {
        height: 40%;
        width: 100%;
      }

      .cardMicRight {
        height: 60%;
        width: 100%;
      }
}


@media only screen and (max-width:360px){
    .cardMicLeft {
        height: 30%;
        width: 100%;
      }

      .cardMicRight {
        height: 60%;
        width: 100%;
      }
}
@media only screen and (max-width:332px){

}


@media only screen and (max-width:1742px){
    .secInstruBot p {
        padding: 0 50px;

      }
#hconf{
        padding: 0 70px;
        text-align: center;
}
}

@media only screen and (max-width:806px){
    .secInstruBot p {
        padding: 0 10px;
      }
      #hconf {
        padding: 0 20px;
        text-align: center;
      }

}

@media only screen and (max-width:556px){
    #hconf {
        padding: 0 5px;
        text-align: center;
        font-size: 25px;
      }
      .salleCardText {
        height: 80%;
        width: 95%;
      }
      .secInstruBot p {
        text-align: justify;
      }
}

@media only screen and (max-width:424px){
    #hconf {
        font-size: 22px;
      }
}


















/* Section Operateur  Section Operateur  Section Operateur Section Operateur */

.operateurMain{
    min-height: 100vh;
    width: 100vw;
    background-color: #159895;
    background-image: url(../img/site/b3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.secOpera-gauche{
    height: 680px;
    width: 700px;
    /* background-color: rgba(255, 0, 0, 0.2); */
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: center;
}
.secOpera-gauche h1{
    color: var(--primary-color);
    font-size: 35px;
    padding: 0 30px;
    text-align: center;
}

.secOpera-gauche p{
    color: var(--white-2);
    font-size: 16px;
    padding: 0 30px;
    text-align: center;
    margin-top: 10px;
}
.secOpera-gauche i{
    font-size: 35px;
    margin-top: 20px;
    animation: colorChange 10s infinite, moveUpDown 3s infinite ease-in-out;
}
@keyframes colorChange {
    0% {
        color: #ff2600;
    }
    25% {
        color: #00ff99;
    }
    50% {
        color: #0044ff; 
    }
    75% {
        color: #ffcc00; 
    }
    100% {
        color: #ff2600; 
    }
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-10%);
    }
    50% {
        transform: translateY(0); 
    }
    75% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0);
    }
}

.infos-operateurs{
    min-height: 20rem;
    width: 100vw;
    margin-bottom: 5rem;
    display: flex;
flex-direction: column;
align-items: center;
    /* background-color: rgb(23, 145, 175); */
}

.infos-operateurs h2{
    color: var(--secondary-color);
    margin-top: 50px;
}

 .p1op {
    color: var(--quinary-color);
    font-size: 16px;
    padding: 0 300px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 100px;
}

.cardOperateur{
    margin-top: 50px;
    min-height: 500px;
    width: 1200px;
    /* background-color: #00ff00; */
    display: flex;
    border-radius: 15px;
    box-shadow: 2PX 5px 10px 10px  rgb(233, 233, 233, 0.9);
}


.cardMainLeft{
    height: 500px;
    width: 50%;
    /* background-color: #bbb815; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.cardMainLeft img{
    height: 100%;
    width: 100%;
    object-fit: cover;

}

.cardMainRight{
    height: 500px;
    width: 50%;
    /* background-color: #57C5B6; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.cardMainRight h3{
   color: var(--quinary-color);
   font-size: 20px; 
   display: flex;
   align-self: center;
}
.cardMainRight p{
    color: var(--white-4);
    font-size: 16px;
    text-align: justify;
    margin-top: 35px;
    padding: 0 15px;
 }
 #imgOp2{
    height: 70%;
    width: 70%;
 }
 .fomationOp{
    display: flex;
align-items: center;
    flex-direction:column ;
 }
 .fomationOp h3{
  color: var(--secondary-color);
  margin-top: 20px;
 }

 .fomationOp h5{
    color: var(--quinary-color);
    font-weight: 500;
    padding: 0 200px;
    text-align: center;
    margin-top: 7px;
    font-size: 17px;
   }
   .fomationOp h4{
    font-size: 16px;
    height: 35px;
    width: 100%;
    align-items: center;
    color: var(--quinary-color);
    display: flex;
    align-self: self-start;
    margin-top: 20px;
    margin-left: 10px;
   }
   .fomationOp h4 i{
    color: var(--intermediate);
   }
   .fomationOp p{
    color: var(--white-4);
    font-size: 16px;
    display: flex;
    align-self: self-start;
    margin-left: 10px;
}


@media only screen and (max-width:1244px){
    .p1op {
        padding: 0 200px;
      }
      .cardOperateur {
        width: 95%;
        flex-direction: column;
        display: flex;
        align-items: center;

      }
      .infos-operateurs{
        margin-bottom: 0;
      }
      .cardMainRight {
        height: 200px;
        width: 100%;
      }
      .cardMainLeft {
        height: 358px;
        width: 100%;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
      }
   
      .cardMainLeft img {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
      }
      .p1op {
        margin-bottom: 15px;
      }

}
@media only screen and (max-width:1146px){
    .p1op {
        padding: 0 100px;
      }

    
}


@media only screen and (max-width:1053px){
      .cardMainRight {
        height: 282px;
        width: 100%;
      }
}

@media only screen and (max-width:1031px){

}





@media only screen and (max-width:900px){
    .p1op {
        padding: 0 20px;
      }

      .secOpera-gauche {
        height: 680px;
        width: 100%;
      }
}



@media only screen and (max-width:615px){
    .secOpera-gauche h1 {
        font-size: 27px;
        padding: 0 30px;

      }
}

@media only screen and (max-width:477px){
    .secOpera-gauche h1 {
        font-size: 27px;
        padding: 0px;

      }
      .secOpera-gauche p {
        padding: 0 10px;
      }
}


@media only screen and (max-width:427px){
    .secOpera-gauche h1 {
        font-size: 24px;
        padding: 0px;
      }
}



@media only screen and (max-width:708px){
#imgOp2{
    height: 70%;
    width: 70%;
    object-fit: cover;
}

}







@media only screen and (max-width:636px){
    .cardMainRight {
        height: 342px;
        width: 100%;
      }

  
}

@media only screen and (max-width:556px){
    .cardMainRight {
        height: 425px;
        width: 100%;
      }
}
@media only screen and (max-width:490px){
    .infos-operateurs h2 {
        color: var(--secondary-color);
        margin-top: 50px;
        text-align: center;
        padding: 10px;
      }
      .p1op {
        padding: 0 5px;
      }
}

@media only screen and (max-width:430px){
    .cardOperateur {
        height: 604px;
      }


}

@media only screen and (max-width:388px){
    .cardMainRight p {
        margin-top: 10px;
      }

}








/* SECTION NOS FORMATION  SECTION NOS FORMATION  SECTION NOS FORMATION */
.formationTitle{
    height: 200px;
    width: 100vw;
    /* background-color: #0044ff; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.formationTitle h2{
  color: var(--secondary-color);
    font-size: 30px;
}
.formationTitle p {
    color: var(--quinary-color);
    font-size: 17px;
    padding: 0 450px;
    text-align: center;
    margin-top: 10px;
}

.nosFormation {
    min-height: 300px;
    width: 100vw;
    /* background-color: #57C5B6; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.cardFormation{
    height: 500px;
    width: 400px;
    /* background-color: #ffcc00; */
    margin: 0 40px;
    border-radius: 10px;
    box-shadow: 2px 5px 10px 10px  rgb(233, 233, 233, 0.9);
}
.cardFormationLeft{
    height: 60%;
    width: 100%;
    /* background-color: #431598; */
}
.cardFormationLeft img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}





.cardFormationRight{
    height: 40%;
    width: 100%;
    /* background-color: #981515; */
}

.cardFormationRight h3{
color: var(--quinary-color);
font-size: 17px;
padding: 0 7px;
padding-top: 5px;
text-align: center;
}
.cardFormationRight p{
    color: var(--white-4);
    font-size: 16px;
    padding-left: 7px;
    padding-top: 15px;
}

.section-ConclusionOp{
    height: 100px;
    width: 100vw;
    /* background-color: #0044ff; */
    margin-bottom: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-ConclusionOp p{
    color: var(--secondary-color);
    font-size: 17px;

}


@media only screen and (max-width:1649px){
    .formationTitle p {
        padding: 0 300px;
      }
      .section-ConclusionOp p {
        color: var(--secondary-color);
        font-size: 17px;
        text-align: center;
        padding: 0 30px;
      }
}
@media only screen and (max-width:1300px){
    .formationTitle p {
        padding: 0 150px;
      }
      .section-ConclusionOp {

        margin-bottom: 2rem;

      }
}


@media only screen and (max-width:1136px){
    .cardFormationLeft {
        height: 40%;
        width: 100%;
      }
      .cardFormation {
       height: 400px;
        width: 400px;
      }
}



@media only screen and (max-width:842px){
    .formationTitle p {
        padding: 0 20px;
      }
}

@media only screen and (max-width:764px){
    .formationTitle h2 {
        font-size: 30px;
        text-align: center;
        margin-top: 70px;
      }
}

@media only screen and (max-width:1006px){
    .nosFormation {
        min-height: 300px;
        width: 100vw;
        /* background-color: #57C5B6; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
      }

.cardFormation{
    margin: 40px 0;
}

.cardFormation {
    height: 574px;
    width: 73%;
  }

  .cardFormationLeft {
    height: 70%;
    width: 100%;
  }
  .cardFormationRight {
    height: 30%;
    width: 100%;
  }
}

@media only screen and (max-width:678px){
    .section-ConclusionOp p {
        padding: 0 10px;
      }
      .cardFormation {
        height: 449px;
        width: 90%;
      }
      .formationTitle h2 {
        font-size: 25px;
      }
}
@media only screen and (max-width:678px){
    .cardFormation {
        height: 500px;
        width: 90%;
      }
}

@media only screen and (max-width:578px){
    .cardFormationLeft {
        height: 60%;
        width: 100%;
      }
      .cardFormationRight {
        height: 40%;
        width: 100%;
      }
}

@media only screen and (max-width:578px){
    .cardFormation {
        height: 442px;
        width: 90%;
      } 
}

@media only screen and (max-width:578px){
    .formationTitle p {
        padding: 10px 5px;
      }
}

@media only screen and (max-width:364px){
    .cardOperateur {
        height: 702px;
      }
      .cardMainLeft {
        height: 209px;
      }
      .cardMainRight h3 {
        margin-top: 20px;
      }
}


/* MIXAGE AUDIO   MIXAGE AUDIO   MIXAGE AUDIO   MIXAGE AUDIO   MIXAGE AUDIO   MIXAGE AUDIO  */

.mixage{
    height: 45rem;
    inline-size: 100vw;
    background-color: #159895;
    background-image: url(../img/site/produit.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: left;
    align-items: center;
}
.mixage h1{
    color: var(--primary-color);
    font-size: 35px;
    height: auto;
    width: 700px;
    /* background-color: aliceblue; */
    text-align: center;
    margin-left: 20px;
}

.mixageMain{
    min-height: 500px;
    width: 100vw;
    /* background-color: #fff5a0; */
    display: flex;
    justify-content: center;
    margin-bottom: 15rem;

}

.mixageCard{
    min-height: 500px;
    width: 1200px;
    box-shadow: 2px 5px 10px 10px  rgb(233, 233, 233, 0.9);
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
    margin-bottom: 5rem;
    border-radius: 15px;
    padding-bottom: 30px;
}
.mixageCard h2{
    color: var(--secondary-color);
    display: flex;
    align-self: center;
    margin-top: 20px;
}

.mixageCard #pm1{
    color: var(--quinary-color);
    font-size: 16px;
    padding: 0 200px;
    text-align: center;
    margin-top: 10px;
}
.mixageCard h3{
    margin-top: 15px;
    color: var(--quinary-color);
    margin-left: 15px;
}
#pdef{
    color: var(--quinary-color);
    font-size: 16px;
    padding: 0 20px;
   
}
#h4micro{
    color: var(--intermediate);
    font-weight: 600;
    margin: 10px 20px;
}
#h4micro span{
    color: var(--white-4);
    font-weight: 400;
}

@media only screen and (max-width:1219px){
  .mixageCard {
    min-height: 500px;
    width: 95%;
  }
  .mixageCard #pm1 {
    padding: 0 50px;
  }
}
@media only screen and (max-width:864px){
  .mixageCard #pm1 {
    padding: 0 10px;
  }

  .mixageMain {
    margin-bottom: 0;
  }
}
@media only screen and (max-width:400px){
  .mixageCard h2 {
    color: var(--secondary-color);
    display: flex;
    align-self: center;
    margin-top: 20px;
    flex-direction: column;
    text-align: center;
    font-size: 25px;
  }
}





/* LUMIERE  LUMIERE LUMIERE LUMIERE LUMIERE LUMIERE LUMIERE LUMIERE  */









.lumiere{
    background-image: url(../img/site/lumiere.jpg);
}
.lumiere h1{
    display: flex;
    justify-self: center;
}

.ecranVideo{
    height: 100%;
  width: 40%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
/* background-color: #ffcc00; */
}

.ecranVideo h3{
color: var(--quinary-color);
margin-bottom: 30px;
}
.ecranVideo p{
    color: var(--white-4);
    font-size: 16px;
    padding: 0 10px;
    text-align: justify;
}

.ecranVideo a{
    height: 60px;
    width: 250px;
    background-color: var(--intermediate);
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border-radius: 7px;
}
.cardLumiere{
    min-height: 500px;
    width: 1200px;
    /* background-color: #f0e09b; */
    display: flex;
    flex-direction: column;
}
.cardLumiere h1{
    color: var(--secondary-color);
    display: flex;
    align-self: center;
    margin-top: 2rem;
}
#plum{
    color: var(--quinary-color);
    font-size: 16px;
    padding: 0 100px;
    text-align: center;
    margin-top: 10px;
}
.impactMain{
    margin-top: 5rem;
    min-height: 400px;
    width: 100%;
    border-radius: 10px;
    /* background-color: #57C5B6; */
    display: flex;
    box-shadow: 1px 5px 10px 10px  rgb(233, 233, 233, 0.9);
}

.impactGauche{
    height: 100%;
    width: 45%;
    /* background-color: #e2fc6e; */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.impactGauche img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


.impactDroit{
    height: 100%;
    width: 55%;
    /* background-color: #431598; */
    display: flex;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    flex-direction: column;
}

.impactDroit h3{
    color: var(--quinary-color);
    display: flex;
    align-self: center;
    margin: 40px 0;
}
.impactDroit p{
    color: var(--white-4);
    font-size: 16px;
    padding: 20px 10px;
    text-align: justify;
    line-height: 1.8;
}
.g1, .d1{
    width: 50%;
    height: 100%;
    /* background-color: #0044ff; */
}
.photolum{
    margin-bottom: 2rem;
}
.d1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.aretenir{
    height: 400px;
    width: 100%;
    background-color: var(--intermediate);
    margin: 25px 0;
    display: flex;
    flex-direction: column;
}
.aretenir h1{
    color: var(--primary-color);
  display: flex;
  align-self: center;
  margin-top: 5rem;
}
.aretenir p{
    color: var(--white-2);
  display: flex;
  align-self: center;
  margin-top: 15px;
  padding: 0 50px;
  text-align: center;
}

.aretenir a{
    background-color: var(--primary-color);
    color: var(--intermediate);
}

.bcolor2 {
    animation: dynamicColorChange 1s infinite;
}
@keyframes dynamicColorChange {
    0% {
        color: #ff2600;
    }
    20% {
        color: #00ff99;
    }
    40% {
        color: #0044ff;
    }
    60% {
        color: #ffcc00;
    }
    80% {
        color: #9900ff;
    }
    100% {
        color: #ff2600;
    }
}

@media only screen and (max-width:1477px){
  .ecranVideo {
    height: 400px;
    width: 92%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--intermediate);
    margin-top: 10px;
    border-radius: 25px;
  }
      .section-inter1 {
        margin-top: 155px;
      }
      #screenDescript{
        margin-bottom: 25px;
      }
      .ecranLumiere{
        min-height: 1000px;
        width: 99%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        /* background-color: #00ff99; */
      }
      .videoMur video {
        height: 540px;
        width: 1000px;
      }




      #eclairagePlus{
        font-size: 35px;
        margin-top: 40px;
        color: var(--primary-color);
      }
      .ecranVideo p {
        color: var(--white-2);
      }

      .ecranVideo a {
        background-color: var(--primary-color);
        color: var(--intermediate);
        margin-top: 7px;
      }



}



@media only screen and (max-width:1035px){
  .ecranSolo, .ecranSono{
      min-height: 950px;
      width: 99%;
    }
.ecranBtnOne, .btnSono{
margin-top: 100px;

}

.section-inter1 {
  margin-top: 100px;
}

  }

  @media only screen and (max-width:1023px){
  .videoMur video {
    height: 458px;
    width: 896px;
  }
  .ecranSolo, .ecranSono{
    min-height: 850px;
    width: 99%;
  }

  .ecranBtnOne, .btnSono{
    margin-top: 10px;
    
    }
  }


  @media only screen and (max-width:900px){
    .videoMur video {
      height: 400px;
      width: 767px;
    }


    .ecranSolo, .ecranSono{
      min-height: 800px;
      width: 99%;
    }

    .ecranBtnOne, .btnSono{
      margin-top:0;
      
      }

      .ecranLumiere {
        min-height: 792px;
        width: 99%;

      }
  }

  @media only screen and (max-width:778px){
    .videoMur video {
      height: 320px;
      width: 686px;
    }
    .ecranLumiere {
      min-height: 724px;
      width: 99%;

    }

    .ecranSolo, .ecranSono {
      min-height: 717px;
      width: 99%;
    }
    .screen-install {
      min-height: 51rem;
    }
  }

  @media only screen and (max-width:655px){
    .ecranSolo, .ecranSono {
      min-height: 668px;
      width: 99%;
      /* background-color: #0e9b9b; */
    }
    .fututsTitles h2 {
      padding: 0 20px;
    }

    .ecranVideo {
      height: 400px;
      width: 98%;
    }

    .videoMur video {
      height: 275px;
      width: 563px;
    }
    .screen-install h6 {
      margin-bottom: 0;
    }

    .videoMur {
      height: 310px;
      width: 100%;
      /* background-color: #981521; */
    }

    .ecranBtn {
      height: auto;
      width: 100vw;
      /* background-color: #159895; */

    }
    .btnSono{
      margin-bottom: 50px;
    }
  }


@media only screen and (max-width:730px){
    .lumiere {
 height: 30rem;
 border-bottom-right-radius: 100px;
 border-bottom-left-radius: 100px;
      }
      #plum {
        padding: 0 10px;
      }

      .cardLumiere h1 {
        display: block;
        text-align: center;
        padding: 0 10px;
      }

      .section-inter1 {
        margin-top: 70px;
      }
  
}

@media only screen and (max-width:582px){
  .ecranSolo, .ecranSono {
    min-height: 630px;
    width: 99%;
  }
  .videoMur video {
    height: 253px;
    width: 460px;
  }
  #eclairagePlus {
    font-size: 35px;
    margin-top: 0;
    color: var(--primary-color);
    text-align: center;
  }


}

@media only screen and (max-width:537px){
  .screen-install {
    height: 64rem;

  }

  .ecranSolo, .ecranSono {
    min-height: 800px;
    width: 99%;

  }
  .ecranLumiere {
    min-height: 807px;
    width: 99%;
  }

}
@media only screen and (max-width:477px){
  .videoMur video {
    height: 203px;
    width: 410px;
  }
  .ecranSolo, .ecranSono {
    min-height: 761px;
    width: 99%;
  }

  .screen-install {
    height: 60rem;
  }

  .section-inter1 {
    margin-top: 95px;
  }
}

@media only screen and (max-width:432px){
  .screen-install h2 {
    font-size: 25px;
  }
  .fututsTitles h2 {
    font-size: 25px;
  }
  .sec4right h2 {
    font-size: 25px;
  }
  #eclairagePlus {
    font-size: 25px;
  }
  .videoMur video {
    height: 201px;
    width: 378px;
  }
  .section-inter1 {
    margin-top: 40px;
  }
  .ecranSolo, .ecranSono {
    min-height: 800px;
    width: 99%;

  }
  .screen-install {
    height: 62rem;
  }
  .realisations h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width:394px){
  .videoMur video {
    height: 198px;
    width: 347px;
  }
  .screen-install {
    height: 64rem;
  }
}

@media only screen and (max-width:360px){
  .videoMur video {
    height: 189px;
    width: 318px;
  }
}


















@media only screen and (max-width:458px){
    .cardLumiere h1 {
  font-size: 20px;
      }

}

@media only screen and (max-width:458px){
    .cardLumiere h1 {
        font-size: 25px;
            }
            #plum {
                font-size: 15px;
                padding: 0 20px;
              }
}

@media only screen and (max-width:1236px){
    .impactMain {
        min-height: 400px;
        width: 95%;
        display: flex;
        align-self: center;
      }

      .aretenir {
        height: 400px;
        width: 95%;
        display: flex;
        flex-direction: column;
        align-self: center;
      }
}



@media only screen and (max-width:917px){
  #plum {
    padding: 0 30px;
    margin-top: 10px;
    text-align: center;
  }



}

@media only screen and (max-width:910px){
    .impactMain {
        min-height: 400px;
        width: 95%;
        display: flex;
        align-self: center;
        flex-direction: column;
        align-items: center;
      }
.imCorect{
    height: 700px;
    width: 95%;
}
.imCorect .impactGauche {
        height: 60%;
        width: 100%;
        border-radius: 0;
      }

      .imCorect  .impactDroit {
        height: 40%;
        border-radius: 0;
        width: 100%;
      }


      .impactDroit h3 {
        color: var(--quinary-color);
        display: flex;
        align-self: center;
        margin: 0;
        margin-top: 30px;
      }
      .g1, .d1 {
        width: 100%;
        height: 49%;
        /* background-color: #0044ff; */
        border-radius: 15px;
      }
  
      .impactMain {
        min-height: 400px;
        width: 95%;
        display: flex;
        align-self: center;
        flex-direction: column;
        align-items: center;
        /* background-color: aqua; */
        justify-content: space-around;
      }

      .impactGauche img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
      }
      .d1 img {
        border-radius: 20px;
      }
}










@media only screen and (max-width:812px){
    .imCorect .impactGauche {
        height: 40%;
        width: 100%;
      }

      .imCorect  .impactDroit {
        height: 60%;
        width: 100%;
      }

      .imCorect{
        height: 600px;
        width: 95%;
    }
}
@media only screen and (max-width:743px){
  #plum {
    padding: 0 10px;
  }

}

@media only screen and (max-width:509px){
    .imCorect{
        height: 700px;
        width: 95%;
    }
    .impactDroit h3 {
        font-size: 17px;
        text-align: center;
      }
}

@media only screen and (max-width:457px){

    .imCorect .impactGauche {
        height: 30%;
        width: 100%;
      }

      .imCorect  .impactDroit {
        height: 70%;
        width: 100%;
      }
}


@media only screen and (max-width:380px){
    .imCorect .impactGauche {
        height: 30%;
        width: 100%;
      }

      .imCorect  .impactDroit {
        height: 70%;
        width: 100%;
      }
      .imCorect{
        height: 800px;
        width: 90%;
    }

}

@media only screen and (max-width:600px){
  .aretenir p{
    padding: 0 8px;
    text-align: left;

  }

  .aretenir{
    height: 400px;
    width: 95%;
        
}
.cardLumiere h1 {
  font-size: 20px;
  margin-top: 20px;
}
}


@media only screen and (max-width:350px){
  .aretenir{
    height: 450px;
    width: 90%;
   
}




@media only screen and (max-width:1035px){
    #screenDescript{
        margin-bottom: 0;
      }
      .murLumiere{
        height: 397px;
        width: 100%;
      }
      #eclairagePlus{
        font-size: 35px;
        margin-top: 0;
      }
}
@media only screen and (max-width:695px){
    .screen-install h6 {
        font-size: 16px;
        color: var(--white-4);
        font-weight: 500;
        margin-top: 0;
        text-align: center;
        padding: 0 40px;
      }
}



@media only screen and (max-width:655px){
    .ecranLumiere {
        min-height: 700px;
        width: 99%;
      }
      .ecranGauche {
        min-height: 350px;
        width: 100%;
        /* background-color: #431598; */
        margin-bottom: 79px;
      }
      .screen-install h2 {
        font-size: 30px;
        color: var(--secondary-color);
        margin-top: 20px;
        text-align: center;
      }

      #eclairagePlus{
        font-size: 35px;
        margin-top: 0;
      }
}

@media only screen and (max-width:623px){
    #eclairagePlus{
        font-size: 35px;
        margin-top: 0;
        margin-bottom: 15px;
        text-align: center;
        padding: 0 15px;
      }
      #screenDescript{
        margin-bottom: 30px;
      }
}

@media only screen and (max-width:619px){
    .screen-install h6 {
        margin-bottom: 45px;
      }
}


@media only screen and (max-width:537px){
  #interaction{
    margin-bottom: 0;
  }
}
.btnPlus{
    display: none;
}

@media only screen and (max-width:504px){

    .ecranVideo a {
        display: none;
       }
 
       .btnPlus{
         height: 100px;
         inline-size: 100vw;
         /* background-color: #0044ff; */
         display: flex;
         justify-content: center;
         align-items: center;
       }
 
       .btnPlus a{
         height: 60px;
         width: 250px;
         color: var(--intermediate);
         border: solid 1px var(--intermediate);
         display: flex;
         justify-content: center;
         align-items: center;
         border-radius: 7px;
       }

       .screen-install {
        min-height: 51rem;
      }

      .ecranBtn {
        margin-top: 100px;
      }
      .btnSono{
        margin: 0;
      }
      .ecranCorect{
            min-height: 458px;
            width: 100%;
            /* background-color: #431598; */
            margin-bottom: 79px;
      }
      .whyright h5 {
        font-size: 14px;
      }
}

@media only screen and (max-width:468px){
    .ecranCorect{
        min-height: 458px;
        width: 100%;
        /* background-color: #431598; */
        margin-bottom: 0;
  }

  .screen-install h6 {
    padding: 0 0px;
  }
}




@media only screen and (max-width:512px){
   .MurVcorrect{
    margin-top: 30px;
}
   } 




@media only screen and (max-width:461px){
    .videoMur {
        height: 257px;
        width: 100%;
      }
      .ecranCorect{
        min-height: 550px;
    width: 100%;
    /* background-color: #431598; */
    margin-bottom: 79px;
      }

      .screen-install {
        min-height: 63rem;
        /* margin-top: 139px; */
      }
      .screen-install h6 {
        margin-bottom: 326px;
      }
      .screen-install h6 {
        font-size: 16px;
        color: var(--white-4);
        font-weight: 500;
        margin-top: 0;
        text-align: center;
        padding: 0 0px;
      }
      .screen-install {
        min-height: 51rem;
        margin-top: 139px;
      }
      .screen-install h6 {
        margin-bottom: 168px;
      }
      .ecranBtn {
        margin-top: 135px;
      }
      .btnSono{
        margin-top: 0;
      }
      .screen-install{
        margin-top: 20px;
      }
}

@media only screen and (max-width:403px){
    .secRcorect{
        min-height: 500px;
      }
      .screen-install h2 {
        font-size: 28px;
      }
      .sec3Leftbot {
        height: 60px;
        width: 100%;
      }
    
}
@media only screen and (max-width:350px){
  .ecranSolo, .ecranSono {
    min-height: 850px;
    width: 99%;
  }

  .screen-install {
    height: 67rem;
  }
  .screen-install h6 {
    margin-bottom: 6px;
  }
  .ecranBtn{
    margin-top: 0;
  }

}


@media only screen and (max-width:386px){
    .btnPlus a {
        margin-top: 85px;
      }
}

@media only screen and (max-width:358px){
    .btnSono {
        margin-top: 55px;
      }
      .ecranSono{
        /* background-color: #57C5B6; */
        height: 752px;
      }

      .screen-install h2 {
        font-size: 27px;
      }
      .sec4right h2 {
        color: var(--secondary-color);
        margin: 20px 0;
        text-align: center;
        padding: 0 10px;
        font-size: 27px;
      }
      .secRcorect {
        min-height: 540px;
      }
}
@media only screen and (max-width:350px){
  .btnSono {
    margin-top: 0;
  }
  #eclairagePlus {
    font-size: 25px;
  }
  .screen-install {
    height: 61rem;
  }
  .screenLumiere{
    height: 55rem;
  }
  .ecranGauche {
    margin-bottom: 10px;
  }

  .ecranSolo, .ecranSono {
    min-height: 768px;
    width: 99%;
    /* background-color: #f100a1; */
  }

  .ecranGcorrect{
    min-height: 519px;
    width: 99%;
    /* background-color: #00f1a1; */
  }
}



/* Nous contacter Nous contacter  Nous contacter  Nous contacter  */



.quiestu input[type="radio"] {
    display: none;
  }
.quiestu input[type="radio"]:checked + label {
    background-color: var(--intermediate);
    color: var(--primary-color);
  }

  .quiestu input[type="checkbox"] {
    display: none;
  }
.quiestu input[type="checkbox"]:checked + label {
    background-color: var(--intermediate);
    color: var(--primary-color);
  }


.quiestu label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 200px;
    border: solid 0.7px var(--intermediate);
    color: var(--intermediate);
    border-radius: 7px;
    cursor: pointer;
    margin: 20px 0;
  }


  .service-choix label{
    height: 50px;
    width: 140px;
}



.GroupInputContact{
    height:80px;
    width: 409px;
    /* background-color: blueviolet; */
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.GroupInputContact input[type="text"]{
    height: 55px;
    width: 380px;
    border-radius: 5px;
    border: 1px solid var(--intermediate);
    color: var(--quinary-color);
    padding-left: 10px;
}

.GroupInputContact label{
    color: var(--quinary-color);

}

.cardContact textarea {
    height: 220px;
    width: 775px;
    border-radius: 10px;
    border: solid 0.5px var(--intermediate);
    padding: 10px;
    color: var(--secondary-color);
    font-size: 15px;
    resize: none;
    display: flex;
    align-self: center;
    justify-items: center;
  }
  .formContact button[type="submit"]{
    display: flex;
    height: 65px;
    width: 230px;
    border: none;
    outline: none;
    background-color: var(--intermediate);
    color: var(--primary-color);
    justify-content: center;
    align-items: center;
    align-self: center;
    margin: 50px 0;
    font-size: 18px;
    border-radius: 7px;
  }  }

  /* CSS DOWNLAD   CSS DOWNLAD   CSS DOWNLAD */
  .TitleAppMain{
    height: 150px;
    width: 100vw;
    /* background-color: #0044ff; */
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    margin-top: 7rem;
}
  
  .TitleAppMain h1{
    color: var(--secondary-color);
    margin-bottom: 5px;
    font-size: 35px;
  }


  #adeA{
    color:var(--a);
  }
  #ydeY{
    color: var(--y);
  }
  .TitleAppMain p{
    color: var(--white-3);
    font-size: 17px;
  }
  .MainAppContainer{
    min-height: 500px;
    width: 100vw;
    /* background-color: #00ff99; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainCardApp{
    min-height: 400px;
    width: 1800px;
    /* background-color: #ffcc00; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .mainCardApp a {
    height: 341px;
    width: 446px;
    box-shadow: 2px 5px 5px 5px rgba(243, 243, 243, 0.8);
    margin: 15px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
  }
  .CardAppTop{
    height: 65%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #00ff99; */
  }
 
  .CardAppTop i {
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(67, 21, 152, 0.6);
    color: var(--primary-color);
    font-size: 20px;
    border-radius: 50%;
  }
  .CardAppBott{
    height: 35%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #2b2a69;
    border-radius: 10px;
  }
  #AmaIcon2, .bot2{
    background-color: rgba(0, 128, 0, 0.6);
  }

  #AmaIcon3, .bot3{
    background-color: rgba(128, 109, 0, 0.6);
  }
  #AmaIcon4, .bot4{
    background-color: rgba(170, 16, 111, 0.6);
  }
  #AmaIcon5, .bot5{
    background-color: #2b2a69;
  }
  .CardAppBott h2{
    font-size: 21px;
    color: var(--primary-color);
    display: flex;
    align-self: center;
  }
  .CardAppBott p{
    color: var(--white-2);
    font-size: 17px;
    text-align:center;
    padding: 0;
    font-weight: 500;
  }
  .bot1{
    background-color:  rgb(67, 21, 152, 0.6);
  }
  .copy2{
    height: auto;
    width: 100vw;
    /* background-color: #00ff99; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .copy2 p{
    color: var(--white-4);
    font-size: 15px;
  }

  @media only screen and (max-width:1025px){
    .mainCardApp a {
      height: 300px;
      width: 400px;
    }
    .TitleAppMain p {
      text-align: center;
      padding: 0 5px;
    }
    .mainCardApp {
      width: 95%;
    }
  }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .mainCardApp a {
      height: 253px;
      width: 290px;
      box-shadow: 2px 5px 5px 5px rgba(243, 243, 243, 0.8);
      border: solid 1px var(--intermediate);
      margin: 20px 0;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
    }
    .CardAppBott h2 {
      font-size: 20px;

    }
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .mainCardApp a {
    height: 240px;
    width: 248px;
  }

  .CardAppTop {
    height: 60%;
  }
  .CardAppBott {
    height: 40%;
  }

  .TitleAppMain {
    margin-top: 40px;
  
}
}
@media only screen and (max-width: 618px) {
  .TitleAppMain {
    margin-top: 80px;
  
}
}









.slogan {
  min-height: 250px;
  width: 100vw;
  /* background-color: aquamarine; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 8rem;
}
.title-slogan {
  height: 100px;
  width: 50%;
  /* background-color: blueviolet; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.slogan h1 {
  color: var(--quinary-color);
  font-size: 35px;
}
.title-slogan p{
  color: var(--white-3);
  font-size: 17px;
  text-align: center;
  padding: 0 7px;
  font-weight: 500;
}


.assurance {
  height: 138px;
  width: 819px;
  /* background-color: antiquewhite; */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.assu-card {
  height: 80%;
  width: 100px;
  /* background-color: var(--intermediate); */
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  line-height: 2;
  color: var(--intermediate);
  border-radius: 5px;
  box-shadow:-2px 10px 5px 5px rgba(240, 241, 245, 0.8);
}
.assu-card i {
  color: var(--intermediate);
}
.MainAmayoDownload{
  min-height: 20rem;
  width: 100vw;
  /* background-color: bisque; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.formAmaYo {
  height: 384px;
  width: 931px;
  /* background-color: aqua; */
}
.inputAmaYo {
  height: 90px;
  width: 100%;
  /* background-color: blueviolet; */
  position: relative;
  margin-top: 36px;
}

.inputAmaYo input[type="text"]{
  height: 70px;
  width: 98%;
  border: solid 1px var(--intermediate);
  border-radius: 5px;
  padding-left: 7px;
  color: var(--secondary-color);
  font-size: 15px;
  outline: none;
}

.inputAmaYo i {
  position: absolute;
  font-size: 35px;
  color: var(--intermediate);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 87px;
  top: 1px;
  right: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.errorAmaYo {
  height: 25px;
  width: 100%;
  /* background-color: aquamarine; */
  margin-bottom: 5px;
}

.errorAmaYo p {
  color: rgb(170, 49, 49);
  font-size: 15px;
  text-align: center;
}
.iconeAmaYo {
  height: 77px;
  width: 100%;
  /* background-color: aqua; */
  display: flex;
  justify-content: space-between;
}
.iconeAmaYo i {
  display: flex;
  height: 51px;
  width: 56px;
  background-color: var(--quinary-color);
  color: var(--primary-color);
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 17px;
  cursor: pointer;
  transition: 0.2x;
}

.bouton-sendAmaYo {
  height: 75px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}


.bouton-sendAmaYo button {
  height: 58px;
  width: 153px;
  border: none;
  border-radius: 5px;
  color: var(--primary-color);
  font-size: 17px;
  cursor: pointer;
}
.bouton-sendAmaYo button:nth-child(1) {
  background-color: rebeccapurple;
}
.bouton-sendAmaYo button:nth-child(2) {
  background-color: rgb(10, 151, 29);
}
.bouton-sendAmaYo button:nth-child(3) {
  background-color: rgb(117, 54, 35);
}

.condition-g {
  height: 3rem;
  width: 100%;
  /* background-color: #1f5ba8; */
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* .condition-g a, p {
  color: var(--white-3);
  font-size: 15px;
 
} */

.infos-videoAmaYo {
  height: 250px;
  width: 900px;
  /* background-color: #3498db; */
  box-shadow: 10px 10px 10px 5px rgba(223, 223, 223, 0.5);
  padding: 0 10px;
  border-radius: 7px;
}
.titre-infos-videoAmaYo{
  height: 65px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* background-color: yellow; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.titre-infos-videoAmaYo h3 {
  color: var(--intermediate);
  font-size: 25px;
}
.descVideoInfAmaYo h2 {
  color: var(--white-4);
  font-size: 17px;
}
.lien-next-stapeAmaYo {
  height: 150px;
  width: 100%;
  /* background-color: #d8db34; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.lien-next-stapeAmaYo a {
  display: flex;
  height: 60px;
  width: 250px;
  background-color: green;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
}

.lien-next-stapeAmaYo p a {
  background-color: #1f5ba8;
}


.CardAppBott p {
  color: var(--white-2);
  font-size: 17px;
  text-align: center;
  padding: 0 5px;
  margin: 0;
  font-weight: 500;
}

@media only screen and (max-width: 540px) {
  .mainCardApp a {
    height: 201px;
    width: 204px;
  }
  .CardAppBott h2 {
    font-size: 15px;
  }
  .TitleAppMain p {
    text-align: center;
    padding: 0 5px;
    margin: 0;
  }
  .CardAppBott p {
    font-size: 14px;
    padding: 0 5px;
    margin: 0;

  }
  .CardAppTop i {
    height: 40px;
    width: 40px;
    font-size: 15px;
  }
  .TitleAppMain p {
    text-align: center;
    padding: 0 5px;
    margin: 0;
    font-size: 15px;
  }
}

@media only screen and (max-width: 450px) {
  .mainCardApp a {
    height: 171px;
    width: 170px;
  }
  .CardAppTop {
    height: 55%;
  }
  .CardAppBott {
    height: 45%;
  }
  .CardAppBott p {
    font-size: 11px;
    padding: 0 5px;
    margin: 0;
  }
  .CardAppBott h2 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 384px) {
  .mainCardApp a {
    height: 171px;
    width: 136px;
  }
}
@media only screen and (max-width: 1140px){
  .title-slogan p {
    font-size: 17px;
    margin: 0;
  }
}

@media only screen and (max-width: 986px){
  .formAmaYo {
    height: 384px;
    width: 90%;
  }
  .assurance {
    height: 138px;
    width: 90%;
  }
  .title-slogan {
    height: 100px;
    width: 90%;
  }
}
@media only screen and (max-width: 855px){

  .assu-card {
    height: 70px;
    width: 70px;
    font-size: 14px;
  }
  .inputAmaYo i {
    top: 1px;
    right: -11px;
  }


}
@media only screen and (max-width: 528px){
 .inputAmaYo i {
    top: 1px;
    right: -20px;
  }

  .bouton-sendAmaYo button {
    height: 58px;
    width: 89px;
    font-size: 17px;
  }
  .slogan {
    margin-top: 4rem;
  }
  .title-slogan p {
    font-size: 14px;
    margin: 0;
  }
  .slogan h1 {
    color: var(--quinary-color);
    font-size: 25px;
  }
  .inputAmaYo input[type="text"] {
    height: 55px;
    width: 98%;
  }
}

@media only screen and (max-width: 411px){
  .iconeAmaYo i {
    display: flex;
    height: 41px;
    width: 37px;
    font-size: 11px;

  }
 
  .inputAmaYo i {
    top: -6px;
    right: -20px;
  }
  .inputAmaYo {
    height: 56px;
    width: 100%;
  }
  .title-slogan p {
    font-size: 11px;
    margin: 0;
  }
}
/* DEVI CONFIRM */

.devisConfirm{
  position: fixed;
    height: 100vh;
    width: 100vw;
    /* background-color: #00ff99; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .cardConfirm{
    min-height: 500px;
    width: 500px;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    box-shadow: -2px 3px 3px 3px rgba(231, 231, 231, 0.8);
  }
  
  #enveloppe{
    font-size: 50px;
    display: flex;
    align-self: center;
    margin-top: 60px;
    color: green;
    margin-bottom: 10px;
  }
  #mConfirm{
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    color: var(--secondary-color);
    font-size: 17px;
    font-weight: 500;
  }
  .cardConfirm p i{
    font-size: 17px;
    color: green;
  }
  #nConf{
    color: var(--quinary-color);
    font-size: 20px;
    padding-left: 15px;
    margin-top: 50px;
  
  }
  
  #mConf{
    color: var(--white-3);
    margin: 0;
    padding: 7px;
    margin-top: 5px;
  }
  
  #rAcc{
    height: 65px;
    width: 250px;
    background-color: var(--intermediate);
    color: var(--primary-color);
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-top: 80px;
    border-radius: 10px;
  }
  #By{
    color: var(--white-4);
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
  }
  @media only screen and (max-width:530px){
    .cardConfirm{
      min-height: 500px;
      width: 90%;
      margin-top: -108px;
    }
  }@media only screen and (max-width:488px){
    #enveloppe {
      font-size: 35px;
  
    }
    #nConf {
      color: var(--quinary-color);
      font-size: 17px;
    }
    #rAcc {
      height: 57px;
      width: 234px;
    }
  }


/* CSS ADMINISTRATEUR SPACE  CSS ADMINISTRATEUR SPACE */

.navBott {
  width: 100vw;
  /* background-color: rgba(0, 68, 255, 0.637);  */
  position: relative;
  z-index: 2; 
}

.navForm {
  height: 8vh; 
  width: 100%; 
  background-color: var(--intermediate); 
  position: fixed;
  bottom: 0;
  z-index: 9999;
}


  .hrMenus{
    height: 10px;
    width: 100%;
    color: var(--primary-color);
  }
  .allMenuB{
    height: 90%;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .itemsNav{
    height: 100%;
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    color: var(--primary-color);
  }
  .itemsNav i{
    margin-bottom: 2px;
  }

.containteNav {
  position: relative; 
  z-index: 1;
  width: 100%;
  /* background-color: #ff2600; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 8vh; 
}
.Tcontactphone{
  display: none;
}

.itemText {
  min-height: 828px;
  width: 100%;
  /* background-color: #ffcc00; */
  display: flex;
  flex-direction: column;
}

#imgProfilAdmin{
  height: 200px;
  width: 200px;
  object-fit: cover;
  display: flex;
  align-self: center;
  margin-top: 80px;
  border-radius: 15px;
}
#zeroMessage{
  color: var(--quinary-color);
  font-size: 17px;
  display: flex;
  align-self: center;
}
#nameAdmin{
  display: flex;
  align-self: center;
  margin-top: 10px;
  letter-spacing: 3px;
  color: var(--intermediate);
  height: 30px;
  width: auto;
  justify-content: center;
  align-items: center;
}

#roleAdmin{
  color: var(--white-3);
  display: flex;
  align-self: center;
  font-weight: 400;
}

#logoDash{
  height: 70px;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 20px;
  display: flex;
  align-self: center;
  margin-top: 10px;
}
#logoDash img{
  height: 50px;
  width: 50px;
  object-fit: cover;
}

.projet{
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  /* background-color: #00ff99; */
}
.AdminInfos{
  min-height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
  /* background-color: #00ff99; */
}

.AdminInfos a{
  height: 60px;
  width: 400px;
  box-shadow: 1px 4px 10px 0px rgba(231, 231, 231, 0.8);
  margin: 10px 0;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding-left: 10px;
  color: var(--white-4);
}

.AdminInfos a i{
  height: 100%;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--intermediate);
  color: var(--primary-color);
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.projet a{
  height: 90%;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center; 
  flex-direction: column;
  /* margin: 0 20px; */

  margin-top: 7px;
  border-radius: 10px;
  /* background-color: #ffcc00; */
  box-shadow: 0px 4px 10px 0px rgba(231, 231, 231, 0.8);
}

.projet a p{
  color: var(--intermediate);
  font-weight: 500;
}

.projet a span{
  color: var(--white-3);

  font-size: 16px;
}

#deconnex {
  height: 85px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--error);
  font-size: 15px;
  margin-top: 50px;
  align-self: center;
}

#content_message{
  /* background-color: #f3f5fc; */
}
#content_devis{
  /* background-color: #acfadb; */
}
#content_corbeil{
  /* background-color: #f5de84; */
}

#content_message, #content_devis, #content_corbeil{
  display: none;
}




@media only screen and (max-width:500px){
  .projet a span {
    color: var(--white-3);
    font-size: 15px;
  }
  .itemsNav i,
  .itemsNav p
   {
    font-size: 15px;
  }

  #imgProfilAdmin {
    height: 160px;
    width: 160px;
  }
  #roleAdmin {
    font-size: 16px;
  }
}

@media only screen and (max-width:450px){
  #logoDash {
    font-size: 15px;
  }
  #logoDash img {
    height: 35px;
    width: 35px;
    object-fit: cover;
  }
}

@media only screen and (max-width:422px){
  .projet a {
    height: 90%;
    width: 170px;
  }
  #roleAdmin {
    font-size: 13px;
  }
  #nameAdmin {
    font-size: 16px;
  }
}

@media only screen and (max-width:366px){
  .projet a {
    height: 90%;
    width: 150px;
  }
  .itemsNav i,
  .itemsNav p
   {
    font-size: 12px;
  }
}
#chatList{
  height: 20px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: var(--quinary-color);
  font-size: 20px;
  margin-top: 20px;
}

.seachMessage {
  height: 108px;
  width: 59%;
  /* background-color: #00ff99; */
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.inputWrapper {
  position: relative;
  width: 95%; /* Largeur ajustable */
}

.inputWrapper input[type="search"] {
  height: 60px;
  width: 100%;
  color: var(--quinary-color);
  font-size: 16px;
  border-radius: 5px;
  border: 1px var(--intermediate) solid;
  outline: none;
  padding-left: 10px;
  padding-right: 35px; 
  box-sizing: border-box; 
}
.thema{
  padding: 20px auto;
  border: solid 1px var(--intermediate);
}
.inputWrapper button {
  position: absolute;
  top: 50%;
  right: -2px;
  height: 100%;
  width: 100px;
  transform: translateY(-50%);
  color: var(--primary-color);
  font-size: 22px;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--intermediate);
  cursor: pointer;
}
.cardListMessag{
  min-height: 200px;
  width: 100%;
  /* background-color: #00ff99; */
  margin-top: 10px;
  display: flex;
align-items: center;
flex-direction: column;
margin-bottom: 56px;
}
.cardListMessag a{
  display: flex;
  min-height: 143px;
  width: 95%;
  border: 0.5px solid var(--white-2);
  margin-top: 20px;
  border-radius: 7px;
}
.lefting{
  height: auto;
  width: 5%;
  /* background-color: #acfadb; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.lefting span{
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: var(--intermediate);
}
.lefting i {
 color: green;
 font-size: 16px;
}
.mDlap{
  color: var(--quinary-color);
  font-size: 17px;
  padding-right: 5px;
  text-align: justify;
}
.righting{
  height: 100%;
  width: 95%;
  /* background-color: #00ff99; */
  display: flex;
  flex-direction: column;
}
.mDphone,   .Tcontactphone{
  display: none !important;
}
.toping{
  height: 25px;
  width: 100%;
  /* background-color: #acfadb; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toping h4{
  color: var(--white-4);
  font-size: 20px;
  padding-right: 10px;
  font-weight: 400;
}

.toping h3{
  color: var(--quinary-color);
  font-size: 20px;
}
#titreContact{
display: flex;
align-self: center;
color: var(--secondary-color);
padding: 0 10px;
font-size: 20px;
}

#mDescDash{
color: var(--quinary-color);
font-size: 15px;
padding-top: 5px;
}
#ilya{
  color: var(--white-4);
  font-size: 15px;
  display: flex;
  align-self:self-end;
  padding-right: 10px;
margin-top: 12px;
}

@media only screen and (max-width: 1417px){
  .cardListMessag a{
    height: 158px;
  }
  #ilya {
    margin-top: 27px;
  }
}


@media only screen and (max-width: 1244px){
  .cardListMessag a{
    height: 168px;
  }
  .mDlap {
    font-size: 19px;
  }
}

@media only screen and (max-width: 1156px){
  .cardListMessag a{
    height: 178px;
  }
  #ilya {
    margin-top: 10px;
  }
}




@media only screen and (max-width:864px){
  .cardListMessag a{
    height: 128px !important;
  }
  .Tcontactphone{
    display: flex;
  }
  .Tcontactlap{
    display: none;
  }

  .toping h3{
    color: var(--quinary-color);
    font-size: 15px;
  }
  .toping h4{
    font-size: 15px;

  }
  #titreContact{
    display: flex;
    align-self: center;
    color: var(--secondary-color);
    padding: 0 10px;
    font-size: 16px;
    }
  .seachMessage {
    height: 70px;
    width: 100%;
    /* background-color: #00ff99; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  
  .inputWrapper input[type="search"] {
    height: 55px;
    width: 100%;
  }
  
  .mDlap{
    display: none;
  }
  .mDphone {
    color: var(--quinary-color);
    display: flex !important;
    text-align: left;
    padding-right: 5px;
  }


  #ilya{
    color: var(--white-4);
    font-size: 15px;
    display: flex;
    align-self:self-end;
    padding-right: 10px;
    padding-top: 12px;

  }

  #chatList{
    height: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--quinary-color);
    font-size: 16px;
    margin-top: 20px;
  }
  #chatList p{
    padding-left: 20px;
  }
  #chatList b{
    padding-right: 20px;
  }
}


@media only screen and (max-width:500px){
  .toping h3 {
    color: var(--quinary-color);
    font-size: 13px;
  }
  .toping h4 {
    font-size: 13px;
  }

  #titreContact {
    font-size: 15px;
  }
}
@media only screen and (max-width:474px){
  .mDphone {

    font-size: 15px;
  }
}
@media only screen and (max-width:444px){
  .cardListMessag a {
    height: 166px !important;
  }

  }
.retourHome{
  height: 40px;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.retourHome a{
  height: 100%;
  width: 1300px;
  display: flex;
  align-items: center;
  justify-content: left;;
  /* background-color: yellow ; */
  color: var(--quinary-color);
  margin-top:5px;
}


  .MainMessage{
    min-height: 500px;
    width: 100vw;
    /* background-color: #00ff99; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

.mainContainerMessage{
  min-height: 400px;
width: 1300px;
  /* background-color: #00ff99; */
  border-radius: 15px;
  box-shadow: 2px 5px 5px 5px rgba(231, 231, 231, 0.8);
  display: flex;

}
.leftUserInfos{
  min-height: 400px;
  width: 50%;
  /* background-color: #0044ff; */

}

#info{
  height: 1px;
  color: var(--quinary-color);
  font-size: 20px;
  text-align: center;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.leftUserInfos p {
  padding-left: 15px;
 font-size: 17px;
 margin: 10px 0;
 color: var(--quinary-color);
}
.leftUserInfos p i{
 color: var(--secondary-color);
}
.btnAction{
  height: 80px;
  width: 100%;
  /* background-color: #0044ff; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.btnAction a{
font-size: 25px;
}
.btnAction a:nth-child(1){
color: green;
  }
  .btnAction a:nth-child(2){
    color: var(--error);
      }




      .repondre{
        height: 90px;
        width: 100%;
        /* background-color: #f5de84; */
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .repondre a{
        height: 60px;
        width: 180px;
        background-color: var(--intermediate);
        color: var(--primary-color);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
      }

  .RightMessageContent{
        min-height: 400px;
        width: 50%;
        /* background-color: #9ad84a; */
      }
  #titreMessage{
    height: auto;
    width: 100%;
    color: var(--quinary-color);
    font-size: 17px;
    /* background-color: #f5de84; */
    padding-right: 10px;
    margin-bottom: 10px;

  }

  #ContentMessage{
    color: var(--quinary-color);
    font-size: 17px;
    height: auto;
    width: 98%;
    padding-right: 15px;
    padding-bottom: 10px;
    text-align: left;
  }
  @media only screen and (max-width:1324px){
    .mainContainerMessage{
      min-height: 400px;
    width: 95%;

    }
    
    .retourHome a{
      height: 100%;
      width: 95%;
      padding-left: 10px;
    }

  }
  @media only screen and (max-width:864px){

    .mainContainerMessage{
      min-height: 400px;
    width: 95%;
    flex-direction: column;
  }
  .leftUserInfos {
    min-height: 300px;
    width: 100%;
    /* background-color: #00ff99; */
  }
  .RightMessageContent {
    min-height: 400px;
    width: 100%;
  }

  .repondre {
    height: 70px;
    margin-bottom: 20px;
  }

  #ContentMessage {
    padding-left: 10px;
    width: 97.5%;
  }
  #titreMessage {
    height: auto;
    width: 100%;
    font-size: 17px;
    padding-left: 10px;
  }

  #info {
    font-size: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 17px;
    color: var(--intermediate);
  }

  }

  @media only screen and (max-width:596px){
    #ContentMessage {
      padding-left: 10px;
      width: 96.5%;
    }
  }
  @media only screen and (max-width:500px){
    .repondre a {
      height: 50px;
      width: 150px;
      font-size: 15px;
    }
    #info {
      font-size: 17px;
    }

    .leftUserInfos p {
      font-size: 15px;
    }

    #titreMessage {
      font-size: 15px;
    }
    #ContentMessage {
      font-size: 15px;
    }
    #ContentMessage {
      width: 95.5%;
    }
    .btnAction {
      justify-content: space-around;
      margin-bottom: 15px;
    }

  }
  #btnRestore{
    width: auto;
    padding: 0 10px;
  }

  /* INSCRIPTION ET CONNEXION    INSCRIPTION ET CONNEXION   INSCRIPTION ET CONNEXION */
  
  .inscriptionTitle{
    height: 50px;
    width: 100vw;
    /* background-color: #00ff99; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
  }
  .inscriptionTitle h1{
    color: var(--quinary-color);
    font-size: 22px;
  }
  .inscription{
    min-height: 300px;
    width: 100vw;
    /* background-color: #00ff99; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .cardInscription{
    margin-top: 50px;
    min-height: 300px;
    width: 800px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    padding: 30px 10px;
    box-shadow: 2px 5px 10px 10px  rgb(233, 233, 233, 0.9);
  }
  .cardInscription h2{
    color: var(--quinary-color);
    font-size: 17px;
    padding-left: 15px;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center; 
  }
  .inscriptNomGroup{
    min-height: 90px;
    width: 100%;
    /* background-color: #00ff99; */
    display: flex;
    justify-content: center;
  }
  .inscMain{
    height: 90px;
    width: 47%;
    /* background-color: #ffcc00; */
    margin: 0 10px;
    display: flex;
    flex-direction: column;
  }
  .inscMain label{
    height: 25px;
    width: 100%;
    /* background-color: #ff2600; */
    color: var(--white-4);
    font-size: 16px;
  }
  .inscMain input[type="text"]{
    height: 60px;
    width: 100%;
    color: var(--quinary-color);
    font-size: 16px;
    padding-left: 10px;
    border-radius: 5px;
    border: solid 1px var(--intermediate);
  }

  .inscMain input[type="password"]{
    height: 60px;
    width: 100%;
    color: var(--quinary-color);
    font-size: 16px;
    padding-left: 10px;
    border-radius: 5px;
    border: solid 1px var(--intermediate);
  }
  .inscMain select{
    height: 60px;
    width: 100%;
    background-color: var(--primary-color);
    color: var(--intermediate);
    appearance: none;
    border: solid 1px var(--intermediate);
    font-size: 17px;
    padding-left: 10px;
    border-radius: 5px; 
    cursor: pointer;
 }
 .selected{
  height: 70px;
  justify-content: center;
 }

 .inscMain input[type="file"]{
display: none;
 }
 .inscMain #label{
  height: 100%;
  width: 100%;
  background-color: var(--primary-color);
  border: 3px dotted var(--intermediate);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-4);
  cursor: pointer;
 }
 .inscMain #label i{
font-size: 20px;
color: var(--white-4);
cursor: pointer;
 }
 .btnSubt{
  align-items: flex-end;
  justify-content: flex-end;
 }
 .inscMain button[type="submit"]{
  height: 60px;
  width: 200px;
  border: none;
  outline: none;
  background-color: var(--intermediate);
  color: var(--primary-color);
  font-size: 17px;
  cursor: pointer;
  border-radius: 5px;
 }
 @media only screen and (max-width:840px){
  .inscriptionTitle h1 {
    font-size: 17px;
  }
  .inscMain label{
    height: 35px;
    width: 100%;
    color: var(--white-4);
    font-size: 16px;
    display: flex;
    align-items: flex-end;
    padding-left: 3px;
  }
  .cardInscription {
    width: 95%;
    margin-top: 5px;
    box-shadow: none;
  }
  .inscriptNomGroup {
    flex-direction: column;
    align-items: center;
  }
  .inscMain {
    height: 90px;
    width: 99%;
  }
  .btnSubt {
    align-items: center;
    justify-content: end;
    height: 100px;
  }
  .inscMain #label {
    width: 98.5%;
    margin-top: 20px;
  }
  .inscMain input[type="text"] {
    height: 60px;
    width: 99%;
  }
  .inscMain input[type="password"] {
    height: 60px;
    width: 99%;
  }
  .inscMain select {
    height: 60px;
    width: 99%;
  }
 }
 @media only screen and (max-width:550px){
  .inscMain #label {
    width: 94.5%;
  }
  
  .inscMain select {
    height: 60px;
    width: 97%;
  }
 }

.mdp_oublie{
  height: 50px;
  width: 100%;
  /* background-color: #ffcc00; */
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.mdp_oublie a{
color: var(--white-4);
font-size: 15px;
}

.formConnexion{
  box-shadow: none;
}
.connexionGroup{
  flex-direction: column;
  align-items: center;
  justify-content: center;
 
}
.inscMain{
  width: 100% ;

  align-items: center;
  }
  .mdpConn{
    display: flex;
   justify-content: space-between;
  }
  .btnSubt2{
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-top: 10px;
  }
  .btnSubt2 button[type="submit"]{
width: 97%;
  }
  .connInput{
    margin: 10px 0;
    height: 100px;
  }
  .connInput input[type="text"] {
    height: 76px;
    width: 97%;
  }
  .connInput label {
    height: 40px;
    width: 100%;
    padding-left: 20px;
    align-items: center;
    display: flex;
  }

  #inputCode{
    height: 65px;
    width: 90%;
    color: var(--white-4);
    padding-left: 10px;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 17px;
    border: 1px solid var(--intermediate);
    display: flex;
    align-self: center;
  }
  .cardConfirm button{
    border: none;
    outline: none;
    font-size: 17px;
    margin-top: 25px;
    height: 65px;
  width: 250px;
  background-color: var(--intermediate);
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  border-radius: 10px;
  color: var(--primary-color);
  cursor: pointer;
  }

  #By2 {
    color: var(--white-4);
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    height: 30px;
    width: 100%;
  }

  @media only screen and (max-width:450px){
    #imgProfilAdmin {
      margin-top: 39px;
    }
  }

  @media only screen and (max-width:425px){
    .AdminInfos a {
      height: 55px;
      width: 95%;
      font-size: 15px;
    }

    .AdminInfos {
      min-height: 100px;
      width: 100%;
      display: flex;
      justify-content: space-around;
      align-items: normal;
    }
  }