@import url("https://fonts.googleapis.com/css?family=Exo+2:900");
h1 {
  font-family: "Exo 2", sans-serif;
  font-size: 5vw;
  color: black;
  padding: 5rem 0;
  text-shadow: 0px 4px 48px rgba(255, 255, 255, 0.2);
}

.centreVerticalement {
 display: inline-block;
 vertical-align: middle;
 float: none;
}


.navbar-custom {
    background-color: rgb(114,183,229);
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgb(255,255,255);
}


.navbar-custom .navbar-brand:hover{
    color: rgb(85,85,153);
    font-weight: none;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgb(255,255,255);
    font-weight: bold;
}


/* change the color of active links */
.navbar-custom .nav-item.active .nav-link {
    color: rgb(85,85,153);
    font-weight: bold;
}

/* change the color of hovered links */
.navbar-custom .nav-item:hover .nav-link {
    color: rgb(85,85,153);
    font-weight: bold;
}


a {
  color: white;
  font-weight: bold;
}

a:hover {
  color:rgb(85,85,153);
  font-weight: bold;
}



a.horsMenu {
    color: black;
    font-weight: none;
    text-decoration: none;
}

a.horsMenu:hover {
    color:rgb(93,162,40);
    font-weight: none;
    text-decoration: none;
}

.btn-link {
    font-weight: bold;
    color: rgb(85,85,153);
    text-decoration: none;
}

.btn-link:visited {
    font-weight: bold;
    color: rgb(85,85,153);
    text-decoration: none;
}

.btn-link:hover {
    font-weight: bold;
    color: rgb(93,162,40);
    text-decoration: none;
}


.btn-outline-success{
    font-weight: bold;
    background-color: rgb(93,162,40);
    color : white;
}

.btn-outline-success:hover{
    font-weight: bold;
    background-color: white;
    color : rgb(93,162,40);
}

.container2 {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  background-image: url(../img/bandeau.png);
  background-blend-mode: normal;
  background-size: contain;
  background-repeat:no-repeat;
  background-position:center center;
  overflow: hidden;
}

