body {
  font-family: 'Great Vibes', cursive;
  font-family: 'Lora', serif;
}
.custom-margin-top {
  margin-top: 230px !important;
}

.bg-image {
  background-image: url(../img/animaux.jfif);
  background-repeat: no-repeat;
  background-size: 1500px;
}
.alert-border-radius {
  border-radius: 150px;
}
.bg-alert {
  background-color: #FFC138 !important
}
.text-strong-black {
  color: #000 !important;
}

.navbar-background-color {
    background-color: #FFC138 !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #0d6efd !important;
}

.sos-img{
    width: 70%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
   
}

#images {
    color: #FFC138;
    text-align: center;
    font-weight: bold;
    padding-top: 10%;
    padding-bottom: 3%;
    text-shadow: 2px 4px 3px #000;
}

footer {  
    background: #FFC138;  
     color: white;  
     margin-top:100px;  
   }  
   footer a {  
     color: #fff;  
     font-size: 14px;  
     transition-duration: 0.2s;  
   }  
   footer a:hover {  
     color: #FA944B;  
     text-decoration: none;  
   }  
   .copy {  
     font-size: 12px;  
     padding: 10px;  
     border-top: 1px solid #FFFFFF;  
   }  
   .footer-middle {  
     padding-top: 2em;  
     color: white;  
   }  
   ul.social-network {  
     list-style: none;  
     display: inline;  
     margin-left: 0 !important;  
     padding: 0;  
   }  
   ul.social-network li {  
     display: inline;  
     margin: 0 5px;  
   }  
     
   .social-network a.icoFacebook:hover {  
     background-color: #FA944B;  
   }  
   .social-network a.icoLinkedin:hover {  
     background-color: #007bb7;  
   }  
   .social-network a.icoFacebook:hover i  
   {  
     color: #fff;  
   }
   .social-network a.icoYoutube:hover i  
   {  
     color: rgb(228, 64, 64);  
   } 
   
   .social-network a.icoLinkedin:hover i {  
     color: #fff;  
   }  
   .social-network a.socialIcon:hover {  
     color: #44BCDD;  
   }  
   .socialHoverClass {  
     color: #44BCDD;  
   }  
   .social-circle li a {  
     display: inline-block;  
     position: relative;  
     margin: 0 auto 0 auto;  
     -moz-border-radius: 50%;  
     -webkit-border-radius: 50%;  
     border-radius: 50%;  
     text-align: center;  
     width: 30px;  
     height: 30px;  
     font-size: 15px;  
   }  
   .social-circle li i {  
     margin: 0;  
     line-height: 30px;  
     text-align: center;  
   }  
   .social-circle li a:hover i  
   {  
     -moz-transform: rotate(360deg);  
     -webkit-transform: rotate(360deg);  
     -ms--transform: rotate(360deg);  
     transform: rotate(360deg);  
     -webkit-transition: all 0.2s;  
     -moz-transition: all 0.2s;  
     -o-transition: all 0.2s;  
     -ms-transition: all 0.2s;  
     transition: all 0.2s;  
   }  
   .triggeredHover {  
     -moz-transform: rotate(360deg);  
     -webkit-transform: rotate(360deg);  
     -ms--transform: rotate(360deg);  
     transform: rotate(360deg);  
     -webkit-transition: all 0.2s;  
     -moz-transition: all 0.2s;  
     -o-transition: all 0.2s;  
     -ms-transition: all 0.2s;  
     transition: all 0.2s;  
   }  
   .social-circle i {  
     color: #595959;  
     -webkit-transition: all 0.8s;  
     -moz-transition: all 0.8s;  
     -o-transition: all 0.8s;  
     -ms-transition: all 0.8s;  
     transition: all 0.8s;  
   }  
   .social-network a {  
     background-color: #F9F9F9;  
   }  
   ..social-network a:hover {  
   background: #ff304d;  
   }

@media screen and (min-width: 1214px) {
    .navbar-pull-right-brand {
        margin-left: 18rem !important;
    }
}