    a:not(.btn){
    color: #ff5a00;
    }
        .btn.btn-primary{
    background-color: #ff5a00;
    border-color: #ff5a00;
    }
    .btn.btn-primary:hover{
    background-color: #ff5a00;
    border-color: #e65100;
    }
    .btn.btn-primary.focus, .btn.btn-primary:focus{
    box-shadow: 0 0 0 0.2rem rgba(230,81,0,.5);
    }
    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color: #ff5a00;
    border-color: #e65100    }
    .loading-container .ball-pulse > div{
    background-color: #ff5a00;
    }
body {
    color: #373a3c;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

img {
    max-width:100%;
}

.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/media/9ced70a3-e57f-4137-9a5b-051ed8b2979e.png');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
    box-shadow: 0px 5px 5px grey;
    padding-top: 0px!important;
    min-height: 400px;
}

.introduction-container:lang(fr) {
      background-image: url('/media/84a9bb66-9f98-46fb-810a-fb3da73f2271.png');
  }

@media (min-width:500px) {
    .introduction-container {
      background-position: center center;
      background-image: url('/media/69c69ec1-7a0a-4c3e-8d28-de6f93869e10.png');
      min-height: 550px;
  }
  .introduction-container:lang(fr) {
      background-image: url('/media/0facd6d8-480e-4eba-a17d-1855c572dcef.png');
  }
}

.introduction-container .card {
  opacity:0;
}

.introduction-container h1 {
      font-size: 60px;
      font-weight: bold;
  	  color: #000;
      text-align: center;
   }

.introduction-container > .container {
    max-width: 1170px;
}

.introduction-container .col {
    padding: 0;
}

.introduction-container .card {
    padding: 20px 20px;
}

h1, h2, h3, h4 {
    font-weight: lighter;
}

@media (min-width: 500px) {
.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  	}
}

@media (min-width: 768px) {
    .introduction-container .card {
        width: 100%;
        float: left;
        min-height: 200px;
    }

    .introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

@media (min-width: 992px) {
    .introduction-container .card {
        width: 100%;
        float: left;
        min-height: 200px;
    }
    .introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.navbar {
    background-color: #fff !important;
    padding: 0;
}

.navbar > .container {
    max-width: 1170px;
    background-image: url('');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.navbar .navbar-brand {
  	text-indent: -999999px;
    background-image: url('/media/1bca44fa-20fe-4434-bbbb-9ebe8880f8ef.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
  	margin-top:20px;
  	margin-bottom:20px;
    height: 38px;
  	width:178px;
}

@media (max-width:1000px) {
  .navbar .navbar-brand {
    margin-left:20px;
  }
}

.navbar .navbar-collapse .d-md-block #navbar-locale {
    padding-top: 20px;
}

.navbar .navbar-collapse a {
    text-transform: lowercase;
    color: #000 !important;
    font-weight: 300;
}

.card {
    border: none;
    border-radius: 0;
}

footer {
    background: #fff;
    padding: 15px 0px;
}

footer:before{
  
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
}

footer .container {
    max-width: 1170px;
}

footer ul {
    text-align: right;
    margin: 0;
    padding: 0;
    width: 100%;
}

footer ul li {
    display: inline-block;
    list-style: none;
}

footer ul li a {
    color: #333 !important;
    font-family: 'Open Sans', sans-serif;
  	font-weight: lighter;
    font-size: 14px;
    padding: 15px 4px;
}

@media (min-width: 992px) {
    footer ul li a {
        font-size: 16px;
        padding: 15px 7.5px;
    }
}

footer ul li:after {
    content: '|';
}

footer ul li:last-child:after {
    content: '';
}

footer .footer-socials a {
    display: inline-block;
    color: #fff;
    background: #ff5a00;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;    
  	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

footer .footer-socials a.facebook {
    background: #ff5a00
}

footer .footer-socials a.twitter {
    background: #ff5a00
}

footer .footer-socials a.instagram {
    background: #ff5a00
}

footer .footer-socials a.pinterest {
    background: #ff5a00
}

footer .footer-socials a.youtube {
    background: #ff5a00
}

a:hover, a:focus {
    text-decoration: none;
}

.campaign-list-container .card {
    background-color: #fafafa;
  	color: #000;
    text-align: center;	
  	border-radius: 0px;
}

.campaign-list-container .card .btn.float-right {
    float: none !important;
}

.campaign-list-container .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

@media (min-width: 768px) {
    .campaign-list-container .col-sm-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}