
  body {
    font: 20px Montserrat, sans-serif;
    line-height: 1.8;
    color: #f5f6f7;
  }
  p {font-size: 16px;}

  h3 { margin-top: 0.5em ; margin-bottom: 0.5em;}
  h4 { margin-top: 0.5em ; margin-bottom: 0.5em;}
  .margin {margin-bottom: 45px;}
  
  .bg-1 { 
    background-color: #1abc9c; /* Green */
    color: #ffffff;
  }

  .bg-5 { 
    background-image: url("../img/bg_5.webp");
    background-repeat: no-repeat;
    background-size: cover;
   
  }

  .container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 5px;
    text-align: center;
  }
  .navbar-nav  li a:hover {
    color: skyblue !important;
  }

#loader {
    position:   absolute;
    top:        30%;
    left:       40%;
    width:      4.5em;
    height:     4.5em
}

@font-face {
  font-family: "Anton";
  src: url(../fonts/Anton-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Pacifico";
  src: url(../fonts/Pacifico-Regular.ttf) format("truetype");
}

.logo_blanc {
    font-family : "Anton";
    font-size   : 3.0em;
    font-weight : bolder;
    color : white
  }

.logo_bleu {
    font-family : "Pacifico";
    font-size   : 4.0em;
    font-weight : bolder;
    color : skyblue;
  }

.btn {

    width: 160px;
    border-radius: 25px;

}

.btn-transparent {
    background: transparent;
    
    color: white;
    width: 150px;
    text-transform: uppercase;

    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    border: 2px solid red;
}

.btn-transparent:hover {
    color: white;
    background-color: rgba(255,255,255,0.2);
}


