*{
  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*/
.group-h1{
  text-align: center;
  font-size: 30px;
  color: #070719;
  padding-top: 30px;
  margin-top: 60px;
  margin-bottom: 25px;
  text-shadow: 1px 1px 2px  rgba(7, 7, 25, .2);
}
.underh1{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background-color: #070719;
  opacity: 80%;
  height: 3px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.background1{
  width: 100%;
  background-color:#92A2B3;
  padding-bottom: 15vw;
  overflow: auto;
}

.container{
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;


}
.container .box{
  background-color: white;
  position: relative;
  width: 300px;
  height:300px;
  margin: 10px;
  box-sizing: border-box;
  display:inline-block ;
  border: #070719 solid 0.5px;
  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: 300px;
  height: 300px;
  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);
  border-radius: 20px;

}
.container .box .details{
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: rgba(1, 13, 38, 0.83);
  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: 15px;
  color: rgb(220,220,220) ;
}
.container .box .details .content .spons-title{
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: rgb(220,220,220) ;

}
.container .box .details .content .spons-title:hover{
  color: rgb(220,220,220) ;
  text-decoration: none;


}
.underh2{
  height: 1px;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
  background-color:  rgb(220,220,220);
  margin-bottom: 4px;
  margin-top: 6px;
  font: 20px bold ;


}

.container .box .details .content p{
  padding: 5px 10px 0 10px;
  margin: 0;
  font-size: 9px;
  text-align: justify;
  
}


/*devenir partenaire*/

.background2{
  background-color: rgb(7,7,25);
  width: 100%;
  clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0 100% );
  margin-top: -6vw;
  margin-bottom: -3px;
  padding-top: 6vw;
  overflow: auto;
}
.devenir-h1{
  text-align: center;
  font-size: 30px;
  color: rgb(220,220,220);
  padding-top: 30px;
  margin-top: 60px;
  margin-bottom: 45px;
  text-shadow: 1px 1px 2px  rgba(7, 7, 25, .2);

}
.devenir-partenaire-h3{
  color: rgb(220,220,220);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 7px;
  font-size: 23px;
}
.devenir-partenaire-p{
  color: rgb(220,220,220);
  margin-top: 6px;
  margin-bottom: 45px;
  margin-left: 18px;
  margin-right: 15px;
  font-size: 15px;
  text-align: justify;
}
.wrapper{
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.download-wrapper{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 30px 0;
}
.download-link{
  color: rgb(220,220,220);
  font-size: min(2.9vw,19px);
  background-color: #3B4754;
  padding: 13px 60px;
  border-radius: 30px;
  box-shadow: 2px 2px 4px 2px rgba(82,84,86,0.3);
  transition: background-color 0.2s linear;
}
.download-link:hover{
  color:rgb(220,220,220);
  background-color: #506072 ;
  text-decoration: none;

}

/*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{
  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;
}