@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
body{
    transition: 0.5s;
    background-color: rgb(78, 181, 181);
}
.surf{
  font-weight: 900;
  color: wheat;
}
a{
    text-decoration: 0;
}
/* header de web */
.header_home{
    background-color: #FAF8F4;
    background-color: rgb(78, 181, 181);
    position: relative;
    margin-top: 70px;
}

/* css nav début */
nav {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  /* margin-top: -50px; */
  background: #fafafa;
  box-shadow: inset 0px -1px 0px #c5c5c6;
  z-index: 1000;
}

.nav-icon {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 20px;
}

.nav-icon span {
  font-family: Roboto Flex, sans-serif;
  font-size: 25px;
  margin-left: 10px;
  font-weight: 400;
  color: #333;
}
.nav-icon img {
  width: 40px;
  transform: rotate(-17deg) translateX(5px);
}
.hamburger {
  display: none;
}
.navlinks-container a {
  margin: 0 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #414141;
  display: inline-block;
  position: relative;
}
.navlinks-container a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: #333;
  transition: transform 0.3s ease-out;
}

.navlinks-container a:hover::after {
  transform: scaleX(1)
}

.nav-authentication {
  margin-left: auto;
}

.sign-btns button {
  font-family: Roboto Flex, sans-serif;
  font-size: 16px;
  min-width: 90px;
  padding: 10px 5px;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
  border: none; 
}

.sign-btns button:nth-child(2) {
  border: none;
  background: #92c3eeb7;
}
.sign-user {
  display: none;
}
/* css nav fin */



.orange_link {
    color: #fff;
    padding: 8px 30px;
    /* background-color: #f26440; */
    /* background-color: aqua; */
    background-color: #03a9f4;
    border-radius: 4px;
    text-transform: capitalize;
} 
.img1{
    display: none;
}




/* decoration */
.decoration {
    padding: 20px 10%;
    width: 100%;
    /* background: #ff00e0; */
}
.deco-list{
    width: 100%;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill,31.11%);
    grid-template-columns: repeat(auto-fill,25.11%);
    gap: 40px;
}
.deco-list .deco img {
    width: 100%;
    object-fit: cover;
}
.deco-list .deco{
    text-align: center;
    cursor: pointer;
    padding: 10px;
    transition: 0.5s;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    background: wheat;
}
.deco-list .deco:hover {
    transform: scale(1.1);
}
.deco-list .deco p {
    margin: 5px 0;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #23abff;
}
.decoration .deco-list .deco .prg{
    color: #fff;
    color: blue;
}
.decoration .deco-list .deco .prg2{
  color: rgb(2, 2, 57);
}
.deco-list .deco span {
    font-size: 15px;
    color: #333;
    
}
.deco-list .deco .orange_link {
    margin-top: 5px;
    border: 1px solid #03a9f4;
    letter-spacing: 1px;
    width: 100%;
    transition: 0.5s;
    cursor: pointer;
}
.deco-list .deco .orange_link:hover {
    background-color: transparent;
    color: #043655;

}


/*orange_link début*/
.deco-list .deco .orange_link {
    margin-top: 5px;
    border: 1px solid #03a9f4;
    letter-spacing: 1px;
    width: 100%;
    transition: 0.5s;
    cursor: pointer;
}
.deco-list .deco .orange_link:hover {
    background-color: transparent;
    color: #03a9f4;

}
.decoration .deco-list .deco .prg{
    color: #fff;
    color: blue;
}
.h2{
    color: #23abff;
}
a{
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
/*orange_link fin*/



/* .sidebar , #main {

* debut des boutton */
/* html,body{
  display: grid;
  height: 100%;
  place-items: center;
  background: #17A2BB;
  font-family: 'Montserrat', sans-serif;

} */

.center{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
}

.outer{
  position: relative;
margin: 0 50px;
/* background: #111; */
background: linear-gradient(#f7f7f7, #111, #ffffff80);
}

.button{
  height: 70px;
  width: 220px;
  border-radius: 50px;
}

.circle{
  height: 200px;
  width: 200px;
  border-radius: 50%;
}
.outer button, .outer span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.outer button{
  background: #111;
  color: #f2f2f2;
  outline: none;
  border: none;
  font-size: 20px;
  z-index: 9;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.button button{
  height: 60px;
  width: 210px;
  border-radius: 50px;
}

.circle button{
  height: 180px;
  width: 180px;
  border-radius: 50%;
}
.outer span{
  height: 100%;
  width: 100%;
  background: inherit;
}
.button span{
  border-radius: 50px;
}
.circle span{
  border-radius: 50%;
}
.outer:hover span:nth-child(1){
  filter: blur(7px);
}

.outer:hover span:nth-child(2){
  filter: blur(14px);
}
.outer:hover{
background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
  animation: rotate 1.5s linear infinite;
}
@keyframes rotate {
  0%{
      filter: hue-rotate(0deg);
  }
  100%{
      filter: hue-rotate(360deg);
  }
}


/* fin des boutton */
.decoration .deco-list .deco .social-media   a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: #03a9f4;
  margin-top: 15px;
  border-radius: 20px;
  color: #fff;
  
  text-decoration: none;
  font-weight: 400;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);


}




/* debut div rectangle */
ul{
    
  list-style: none;
  /* width: 100%;
  float: calc(-50%, -50%);
  margin-left: 350px;
  margin-right: 350px;
  margin-bottom: 30px; */
  font-family: 'Montserrat', sans-serif;
  margin: 0px 500px;
  justify-content: center;
  text-align: center;
 
}
ul li a{
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 30px;
  color: hwb(203 1% 69%);
}
ul li{

font-size: 1.2rem;
background: hsl(0, 9%, 89%);
margin: 10px 0;
padding: 20px 30px;
/* cursor: pointer; */
position: relative;
transition: all .4s;
z-index: 5;
}

ul li::before {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 5px;
background: orange;
background: hsl(0, 9%, 89%);
transition: all .4s;
z-index: -1;
}


body ul li:hover{
transform: translateX(20px);
}
/* fin div rectangle */


/* responsive */

@media (max-width:1361px) {
    .home .left .titre{
        font-size: 48px;
    }
    ul{
      margin: 0 0;
    }
}
@media (max-width:1315px) {
    .home .left .titre{
        font-size: 30px;
    }
}
@media (max-width:1030px) {
    .img1{
    display: flex;
}
.img2{
    display: none;
}
.deco-list{
  grid-template-columns: repeat(auto-fill,31.11%);
}
}

@media (max-width:962px) {
    header{
        padding: 20px;
        margin: 0;
        height: auto;
    }
    .logo{
    font-size: 50px;

}
    /* .link_buttons {
        display: none;
    } */
    .menu_link {
        display: none;
    }
}


@media (max-width:987px){
    }
    .message{
        font-size: 15px;
    } 


    @media (max-width:929px) {
    .home .left .titre{
        font-size: 20px;
    }
    
    }

/* responsive de nav début*/

@media (max-width: 900px) {
.decoration{
  margin-top: 62px;
}
  .deco-list{
    grid-template-columns: repeat(auto-fill,41.11%);
    gap: 40px;
}
    .header_home{
    margin-top: 0px;
}
  nav {
    padding: 15px 20px;
    position: relative;
    position: fixed;
  }

  .nav-icon {
    order: 2;
    margin: 0 auto;
  }

  .nav-icon span {
    font-size: 22px;
  }

  .main-navlinks {
    order: 1;
  }
  .home .left .titre{
        font-size: 25px;
    }
  /* Hamburger */
  .hamburger {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: none;
    display: flex;
    background: #fafafa;
    align-items: center;
    position: relative;
  }
  .hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    pointer-events: none;
    transition: opacity 0.3s 0.15s ease-out;
  }
  .hamburger span:nth-child(1),
  .hamburger span:nth-child(3) {
    transition: transform 0.3s ease-out;
  }
  .hamburger span:nth-child(1) {
    transform: translateY(7px);
  }
  .hamburger span:nth-child(3) {
    transform: translateY(-7px);
  }
  .hamburger.open span:nth-child(1) {
    transform: translate(0) rotate(135deg);
  }
  .hamburger.open span:nth-child(2) {
    opacity: 0;
    transition: opacity 0s ease-out;
  }
  .hamburger.open span:nth-child(3) {
    transform: translate(0) rotate(-135deg);
  }

  .navlinks-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    background: #fafafa;
    background-color: rgb(78, 181, 181);

    top: 100%;
    left: 0;
    height: 100vh;
    width: 60%;
    padding: 15px 50px 15px 20px;
    border-right: 1px solid #c5c5c6;
    transform: translate(-100%);
  }
  .open {
    transform: translate(0%);
  }
  .navlinks-container a {
    font-size: 18px;
    margin: 10px 0
  }

  .nav-authentication {
    order: 3;
    margin-left: 0;
  }
  .sign-btns {
    display: none;
  }
  .sign-user {
    display: block;
    cursor: pointer;
    border: none;
  }
  .sign-user img {
    width: 20px;
  }
  /* .orange_link {
    display: none;
  } */

  .surf{
    margin-top: 60px;
    color: wheat;
  }
}

/* responsive de nav fin*/


@media (max-width:750px){

  .deco-list{
    grid-template-columns: repeat(auto-fill,41.11%);
    gap: 40px;
}
    .home .left .titre{
        font-size: 40px;
    }
    h2{
        font-size: 30px;
    }
    .home{
        margin: 25px;
        flex-direction: column-reverse;
        height: auto;
        padding-bottom: 25px;
    }
    .home p , .home h2 {
        margin: 0;
    }
    .list_box .box:hover {
    transform: scale(1.1);
   

}
 }



/*responsive button debut*/

@media (max-width:640px){
  .center{
      flex-wrap: wrap;
      flex-direction: column;
  }
  .outer{
      margin: 15px 0px;
  }
}

/*responsive button fin*/



 @media (max-width:560px){
   .deco-list{
    grid-template-columns: repeat(auto-fill,41.11%);
    gap: 30px;
}
 }


 @media (max-width: 538px){
  .decoration .surf{
    font-size: 15px;
  }
  }


@media (max-width:500px){
    .home .left , .home .right {
        width: 100%;
        height: fit-content;
    }
    .home .right {
        height: auto;
    }
    .statistiques{
        bottom: -100px;
    }
    .statistiques h2 {
        font-size: 15px;
    }
    .statistiques p {
        font-size: 12px;
    }
    .about {
        flex-direction: column;
    }
    .about .image , .about .content {
        width: 100%;
    }
    /* why us */
    .list_box , .deco-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .box , .deco {
        width: 100%;
    }

    .deco-list{
      grid-template-columns: repeat(auto-fill,21.11%);
      gap: 30px;
  }
}
/* responsive de nav début */
@media (max-width: 500px) {
  .nav-icon img {
    width: 30px;
  }
  .nav-icon span {
    font-size: 20px;
  }
}
/* responsive de nav  fin*/



/* responsive de decoration début */
@media (max-width: 432px) {
   
    .container{
     display: none;
    }
 
 .list_box , .deco-list {
     display: flex;
     flex-direction: column;
     align-items: center;
 }
 .box , .deco {
     width: 100%;
 }


.nav-icon img {
 width: 30px;
}
.nav-icon span {
 font-size: 20px;
}
nav{
    margin-bottom: 90px;
}
}

/* responsive de decoration fin */
@media (max-width:312px){
  .decoration .deco-list .deco .social-media   a {
      padding: 8px 15px;
      margin-top: 15px;
  }
}
@media (max-width:270px){
  .decoration .deco-list .deco .social-media   a {
      padding: 8px 9px;
      margin-top: 15px;
  }
}
