*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

body{
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;

   }

Header{
    background-color: #ececec    ;
    color: #313131;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    width: 100%;
    border-bottom: 2px solid #313131;

}

ul{
    list-style: none;
}

a{
    text-decoration: none;
    color: #4d4d4d;
    font-weight: 300;
}
.main-menu li {
    display: inline-block;
    margin-left: 40px;
    padding: 10px 16px;
    cursor: pointer;
}

.sub-menu{
    position:absolute;
:    z-index: 15;
    top: 98%;
    left: 0;
    background-color: #d6d1d1;
    max-height: 0px;
    transition: all 0.4s ease;
    width: 80%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  
   

}
.sub-menu-wrapper{
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;

}

.sub-menu-box{
    flex: 0 0 25%;
    border-left: 1px solid rgba(110,110,110,0.3);
    padding: 20px;


}

.sub-menu-box:first-child{
    border: none;

}

.sub-menu-box H2{
    font-size: 16px;
    padding: 10px 0;
    letter-spacing: 0.4px;
    font-weight: 800;
}
.sub-menu-box ul li{
    display: block;
    margin: 0;
    padding: 5px;
    margin-bottom: 5px;
}

.dropdown:hover .sub-menu{
    max-height: 900px;

}


  .container{
    width: 90%;
    padding: 20px;
    margin: 100px auto;	 
    display: flex;
    flex-direction: row;
    justify-content: center;
  
 
}


.box{
    width: 200px;
    margin: 0 10px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .1);
    transition: 1s;
    
}
.box img{
    display: block;
    width:100%;
    border-radius: 5px;
}
.box:hover{
    transform: scale(1.3);
    z-index: 2;
}

.presentation{

    text-align: center;
    width: 1200px;
    padding: 0;
    margin: 150 px;
  
   
}
.photo{
    text-align: center;
    width: 300px;
    padding: 0;
    margin: 10 px;
    
}

img.alignleft{
    margin: 0 15px 0 0;
    float: left;

}
img.alignright{
    margin: 0 0 0 15px;
    float: right;

}
p.alignleft{
   text-align: left;
  
}

p.alignright{
    text-align: right}

.conteneur{
width: 1100px;
margin-left: auto;
margin-right: auto;
border-radius: 2rem;
border-color: beige;
box-shadow: 0 0 20px 3px rgba(0, 0, 0, .1);
}


h1 {
    text-align: center;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 50px 0;
}

.grille {
    max-width: 1300px;
    width: 80%;
    height: auto;
    margin: 30px auto;
  
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px);
    justify-content: center;
    grid-gap: 10px;
}
.grid-item {
    width: 300px;
    height: 200px;
    box-shadow: 0 0 20px 3px rgba(29, 29, 29, 0.1);
    
    
}

.wrapper{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    color: rgb(88, 76, 119);
}


#contact{
    width: 80%;
    height: 70%;
    margin: 5% 10%;
    box-shadow: 3px 3px 15px grey;
    background: rgb(242, 226, 255);
}


.con-box{
    display: inline-block;
}

.info, .con-form{
    
    
    
}

.info{
    color: rgb(201, 192, 228);
    height: 100%;
    width: 39%;
   
    background: rgb(88, 76, 119);
}
.con-form{
    width: 60%;
   
    margin:5%;
    width: 90%;
    padding: 2%;
}
input, textarea{
    background: rgb(201, 192, 228);
}
::placeholder{
    color: rgb(88, 76, 119);
}

h2{
    text-transform: uppercase;
}
.con-form h2{
    color: rgb(88, 76, 119);
}
#sbmt-btn{
    padding: 1em 10em ;
    color: rgb(201, 192, 228);
    width: 94%;
    background: rgb(88, 76, 119);
 2%;
} 

@media (max-width:1024px){
    #contact{
        width: 100%;
        /* height: 70%; */
        margin: 0;
        background: none;
    }
    .info, .con-form{
        /* display: inline-block; */
        width: 100%;
        height: 80%;
        
    }
    .social-media{
        margin-top: 10%;
    }
}

.wrap{
    
    width: 720px;
    background: #fff;
    border-radius: 5px;
}

*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
h1 {
    text-align: center;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 50px 0;
}

.grille {
    max-width: 1300px;
    width: 80%;
    height: auto;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, 150px);
    justify-content: center;
    grid-gap: 10px;
}
.grid-item {
    width: 150px;
    height: 150px;
    background: #fff;
    box-shadow: 3px 3px 15px grey;
}

/*===================================================================*/

.intro{
    margin: 20px auto;
    width: 68%;
    padding: 15px;
    box-shadow: 3px 3px 15px rgb(53, 52, 52);

}


  