*{
  margin: 0px;
  padding: 0px;
  
  font-family: 'Poppins','Montserrat', sans-serif;
}
.navbar-brand{
width: 150px;
max-height: 80px;
display: flex !important;
align-items: center;
justify-content: space-around;
overflow: hidden;


}
.photologo{
position: relative;
top: 16px;
width: 190px;
height: auto;


}
nav{
background-color: #657B94 !important;
box-shadow: 0px 3px 3px 0px rgba(34, 44, 53, 0.15);
border-bottom: solid rgba(40,48,58,0.1) 1px;
}
.dropdown-menu{
background-color: #657B94 !important;
}
.navbar-nav{
margin-left: 30px;
}
  
  
  /*body*/
  .margin{
    height: 25px;
  }
  .background1{
    width: 100%;
    background-color:#92A2B3;
    padding-bottom: 15vw;
    overflow: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100%-6vw) );
    margin-bottom: -6vw;
  }
  h1{
    text-align: center;
    font-size: 30vw;
    font-weight: bold;
    color: rgb(7,7,25);
    padding-top: 30px;
    margin-top: 60px;
    text-shadow: 1px 1px 2px  rgba(1, 13, 38, .2);
  }
  .underh1{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(7,7,25);
    height: 2px;
    margin-top: 30px;
    margin-bottom: 40px;
    box-shadow: 2px 2px 5px 1px rgba(1, 13, 38, .2);
  }
  
  
  .container{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-around;
    align-items: stretch;
  
  }
  .container .box{
    background-color: white;
    position: relative;
    width: 200px;
    height:200px;
    margin: 10px;
    box-sizing: border-box;
    display:inline-block ;
    border: #022261 solid 1px;
    border-radius: 20px;
    box-shadow: 7px 7px 10px 4px rgba(1, 13, 38, .2);
  
  
  }
  .container .box .imgBox{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 200px;
    height: 200px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
  
  
  }
  .container .box .imgBox img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
  
    transition: transform 2s; 
    transform: scale(0.6);
  }
  .container .box:hover .imgBox img{
    transform: scale(0.9);
  
  }
  .container .box .details{
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background: rgba(1, 13, 38, 0.85);
    transform: scaleY(0);
    transition:.5s ;
    border-radius: 20px;
  
  }
  .container .box:hover .details{
    transform: scaleY(1);
  
  }
  .container .box .details .content{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 10px;
    color: #fff ;
    overflow: auto;

  }
  .container .box .details .content h2{
    padding: 0;
    margin: 0;
    font-size: 12px;
  
  }
  .underh2{
    height: 1px;
    width: 35%;
    margin-right: auto;
    margin-left: auto;
    background-color:  white;
    margin-bottom: 15px;
    margin-top: 6px;
  
  
  }
  
  .container .box .details .content p{
    padding: 5px 0 0;
    margin: 0;
    font-size: 10px;
    
  }
  .devenir-partenaire-h3{
    color: #022261;
    text-shadow: 1px 1px 2px  rgba(1, 13, 38, .2);
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 7px;
    font-size: 23vw;
    font-weight: bold;
  }

  .devenir-partenaire-p{
    color: #022261;
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 15vw;
  }
  .wrapper{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  

/* contact */
.wrapper{
    width: 40% !important;
    padding-top: 20px;
    border: 1px solid rgb(7,7,25);
    border-radius: 5px;
    color: white;
    padding-bottom: 2px;
    
  }
  form{
    width: 100%;
    padding-bottom: 10px;
  }
  .form-control{
    background-color: rgb(230,230,230) !important;
  }
  
  .background{
    padding-top: 20px;
    background-color: rgb(7,7,25);
    width: 100%;
    clip-path: polygon(0 0, 100% 6vw, 100% 100%, 0 100%);
    padding-top: 8vw;
  }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {   
    border-color: white;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.075);
    outline: 0 none;
  }
  textarea {
    height: 317px!important;

  }
  .form-control{
    border-color: white;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.075);
    outline: 0;
  }
  .titrecontact{
    color: white;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .cont{
    width: 100%;
    display: flex;
  }
  .button-grey{
    margin-top: 30px;
    border: 0;
    border-radius:25px;
    text-align:center;
    font-size:18px;
    color: black;
    background-color: rgb(230,230,230);
    margin-left: auto;
    margin-right: auto;
    padding: 7px 20px;
  }
  .button-grey:focus{
    background-color:#92A2B3;
  }
  .p_msg{
    color: white;
    text-align: center;
    font-size: 14px;
  }
  
/*socialmedia*/

.social-media{
  width: 100vw;
  height: 75px;
  display: flex;
  position: absolute;
  justify-content: flex-end; 
  right: 20px;

  
}
.social-media li{
  width: 30px;
  margin: 4px;
  list-style: none;
}
.social-media li a{
  width: 30px;
}

.ico{
  width: 100%;
  min-width: 20px;
}

.social-media-footer{
  width: 250px;
  height: 75px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around; 


}
.social-media-footer li{
  width: 30px;
  margin: 4px;
  list-style: none;
}
.social-media-footer li a{
  width: 30px;
}



  /* footer*/
  footer{
    margin-top: -2px;
  
    min-height:10vh;
    width: 100%;
    background-color:rgb(7,7,25);
    padding-top: 20px;
  }
  .icon{
    width: 40px;
  }
  .rights{
    margin: 0;
    color: rgb(220,220,220);
    font-size: 9px;
    position:relative;
    bottom: 3px;
    text-align: center;
  }
  
  
  .rightlink{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    text-align: center;
    font-size: 9px;
    color: rgb(220,220,220);
  
  }
  .rightlink:hover{
    color: rgb(220,220,220);
  
  }
  .logof{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .photologof{
    width: 300px;
  }