@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

.footer a{
  color: white;
}

.menu-list li{
  list-style: none;
  display: inline-flex;
}

.menu-list li a{
  color: #fff;
  text-decoration: none;
}

/***************************** For a page whole ******************************/
html, body {
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #222;
}

.content{
  max-width: 1250px;
  margin: auto;
  padding: 0px 30px;
}
/*****************************************************************************/

/****************************** Generic classes ******************************/
.no-padding{
  padding: 0px !important;
}

.no-paddingB{
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.padding-side{
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.padding-all{
  padding: 0.5em 0.5em 0.5em 0.5em;
}

.card {
  border-radius: 5px;
  box-shadow: 3px 3px 8px #144173; 
  transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.card:hover{
  background: #144173;
  color: #fff;
  box-shadow: 5px 5px 10px #144173;
}

.no-shadow{
  box-shadow: none;
}

.no-shadow:hover{
  box-shadow: none;
}

.icon {
  height: 100px !important;
  width: 100px !important;
}
/*****************************************************************************/

/********************************** Navbar ***********************************/
.navbar-just{
  position: fixed;
  z-index: 5;
  width: 100%;
  padding: 10px 0;
  background: red;
}

.navbar-just .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar a {
  color : white ;
}

.navbar {
  min-height: 35px;
  align-content: center;

  transition: 0.7s;
}

.navbar-toggler-icon {
  background-image: fa-bars;
}

.navbar.scrolled {
  padding-top: 0px;
  padding-bottom: 0px;
}

.fixed-top {
  padding: 0px;
}

.bg-dark{
  background: rgba(0, 0, 0, 0.4) !important;
}

.bg-dark.scrolled{
  background: rgba(0, 0, 0, 0.8) !important;
}

.navbar-brand {
  margin: 0px;
  padding: 0px;
}

.logo-nav {
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  background: rgba(0, 0, 0, 0.65);
  padding: 1vh 10vw 1vh 3vw;
  float: left;
  width: auto;
  min-height: 35px;
  max-height: 10vh;

  transition: 0.7s;
}

.logo-nav:hover {
  background: rgba(0, 0, 0, 0.65);

  transition: none;
}

.logo-nav.scrolled {
  background: inherit;
  border-style: none;
  max-height: 7vh;
}

.navbar-expand-md .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  text-align: center;
  padding-right: 1.5vw;
  padding-left: 1.5vw;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.65);
  color: rgb(25, 115, 190);
  height: 7.5vh;

  transition: 0.4s;
}

.navbar-expand-md .navbar-nav .nav-link.scrolled {
  background: inherit;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px;
  height: 7vh;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
  background: rgba(0, 0, 0, 0.9);
  color: white;

  transition: none;
}

.navbar .dropdown .btn {
  box-shadow: none;
}

.navbar .dropdown .btn img {
  max-width: 20px;
  max-height: 20px;
}

.nav-item .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.8);
  margin-top: 1.25vh;
}

.nav-item .dropdown-menu .dropdown-item {
  color: rgb(25, 115, 190);
  background-color: transparent;
}

.nav-item .dropdown-menu .dropdown-item:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
}

/* Must be after the elements it redefines to take effect */
@media (max-width: 767px) {
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .bg-dark{
    background: rgba(0, 0, 0, 0.8) !important;
  }

  .logo-nav {
    background: inherit;
    border-style: none;
    max-height: 7vh;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    background: inherit;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0px;
    height: 7vh;
  }
}
/*****************************************************************************/

.min-text-height {
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  min-height: 150px;
}

.min-text-height-2 {
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  min-height: 220px;
}

.img-centered-text {
  position: relative;
  text-align: center;
  color: white;
}

.img-header {
  width: 100%;
  height: 10%;
}

.carousel-img-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cover-caption{
  bottom: 0%;
  padding-top: 10%;
  padding-bottom: 5%;
}

.carousel-img-caption h1 {
  font-size: 500%;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px #000;
  white-space:nowrap;
}

.carousel-img-caption h3 {
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  white-space:nowrap;
}

.paddingT {
  padding-top: 2rem;
}

.paddingB {
  padding-bottom: 1rem;
}

.paddingS {
  padding-left: 2rem;
  padding-right: 2rem;
}

.welcome {
  margin: 0;
}

.welcome hr {
  border-top: 2px solid #b4b4b4;
  width: 75%;
}

/****************************** Identity styles ******************************/
.bg-card-dark{
  background-color: #1b1b1b !important;
  border-color: black !important;
}

.text-on-card {
  color: white;
  position: absolute;
  font-size: 43px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0.1em 0.1em 0.1em black;
}

.card-slider{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffa515b2;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s cubic-bezier(0.5,1.6,0.4,0.7);
}

.text-on-slider{
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.button-slider-container{
  position: relative;
  padding: 0%;
}


.button-slider-container:hover .card-slider{
  width: 100%;
}

.button-slider-container .text-on-card{
  transition: 0.3s;
}
/*****************************************************************************/

.social a {
  font-size: 4.5em;
  padding: 3rem;
}

.fa-facebook {
  color: #3b5998;
}

.fa-instagram {
  color: #517fa8;
}

.fa-linkedin {
  color: #0077b5;
}

.fa-snapchat-ghost {
  color: 	#ffe000;
}

.fa-youtube {
  color: #bb0000;
}

.fa-facebook:hover,
.fa-instagram:hover,
.fa-linkedin:hover,
.fa-snapchat-ghost:hover,
.fa-youtube:hover {
  color: #d5d5d5;
}

.footer {
  background-color: #3f3f3f;
  color: #d5d5d5;
  padding-top: 2rem;
}

hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

hr.light-100 {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

.logo{
  width: auto;
  height: 100px;
  margin: 1rem;
}

.button{
  text-align: center;
}

.botn{
  background: none;
  padding: 8px 15px;
  min-width: 50px;
  margin: 5px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
}

.botn:hover{
  color: #fff;
}

.botn::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: transform 0.5s;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
}

.btn1{
  border: 2px solid #ffa615;
  color: #ffa615;
}

.btn1::before{
  background: #ffa615;
  transform: scaleX(0);
}

.btn1:hover::before{
  transform: scaleX(1);
}

.btn2{
  border: 2px solid #0071b9;
  color: #0071b9;
}

.btn2::before{
  background: #0071b9;
  transform: scaleX(0);
}

.btn2:hover::before{
  transform: scaleX(1);
}

.btn3{
  border: 2px solid #75bf1e;
  color: #75bf1e;
}

.btn3::before{
  background: #75bf1e;
  transform: scaleX(0);
}

.btn3:hover::before{
  transform: scaleX(1);
}

.btn4{
  border: 2px solid #EEA225;
  color: #EEA225;
  transition: 0.5s;
}

.btn4::before{
  background: #EEA225;
  transform: scaleX(0);
}

.btn4:hover::before{
  background: #EEA225;
  transform: scaleX(1);
}

.color1 {
  color: #ffa615;
}

.color2 {
  color: #0071b9;
}

.color3 {
  color: #75bf1e;
}

.sponsors img {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 100%;
  max-height: 200px;
  transition: all 0.1s ease-in-out;
  align-content:center;
  object-fit: contain;
}

.sponsors img:hover{
transform: scale(1.15);
}

.display-4 {
  padding-bottom: 0%;
  margin-bottom: 0%;
}

#team img{
  margin-top: -50px;
}


img_group{
      border-radius: 50%;

}
/*---Media Queries --*/

@media (max-width: 992px) {
  .social a {
    font-size: 4em;
    padding: 2rem;
  }

  .carousel-indicators {
    display: none;
  }

}

@media (max-width: 767px) {
  .carousel-img-caption {
    top: 55%;
  }

  .carousel-img-caption h1 {
    font-size: 430%;
    text-transform: uppercase;
    text-shadow: 1px 1px 15px #000;
    white-space:nowrap;
  }

  .carousel-img-caption h3 {
    font-size: 170%;
    font-weight: 400;
    text-shadow: 1px 1px 10px #000;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    white-space:nowrap;
  }

  .carousel-indicators {
    display: none;
  }

  .display-4 {
    font-size: 200%;
  }

  .social a {
    font-size: 2.5em;
    padding: 1.2rem;
  }

}

@media (max-width: 575px) {
  .carousel-img-caption {
    top: 60%;
  }

  .carousel-img-caption h1 {
    font-size: 200%;
    text-transform: uppercase;
    text-shadow: 1px 1px 15px #000;
    white-space:nowrap;
  }

  .carousel-img-caption h3 {
    font-size: 90%;
    font-weight: 400;
    text-shadow: 1px 1px 10px #000;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
    white-space:nowrap;
  }

  .carousel-indicators {
    display: none;
  }

  .display-4 {
    font-size: 160%;
  }

  .social a {
    font-size: 2em;
    padding: .7rem;
  }
}

.anciens-sponsors {
  max-width: 40%;
  height: auto
}

/********************************* Favicons **********************************/
.fa-bars{
  color: rgb(25, 115, 190);
}

.fa-bars:hover{
  color: white;
}

.fa-home{
  color: darkgrey;
}

.fa-home:hover{
  color:grey;
}

.fa-arrow-right{
  color: darkgrey;
}

.fa-arrow-right:hover{
  color: grey;
}

.fa-arrow-left{
  color: darkgrey;
}

.fa-arrow-left:hover{
  color: grey;
}
/*****************************************************************************/
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.card-group > .card {
  margin-bottom: 15px;
}

.card-group > .card > .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
  
.booklet{
  width: 100% !important; 
  height: 22.55em;
}
/*********************************** Fixes ***********************************/
/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}
/*****************************************************************************/

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
