.swiper-button-next {
  color:#40C3F4 !important;

}

.swiper-button-prev {
  color:#40C3F4 !important;
}

.swiper-pagination-bullet {
  color:#40C3F4 !important;
  background-color:#40C3F4 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: #282e3f;
  font-weight: bold;
}

p {
  font-family: 'Roboto', sans-serif;
}

@media screen and (min-width: 900px) and (max-width: 5000px) {
  .responsive-card {
    margin-left:3%;
    margin-right:3%;
  }
}

.padding-section {
  padding-bottom:100px;
  padding-top:100px;
}

.padding-section-2 {
  padding-bottom:50px;
  padding-top:50px;
}

.padding-section-3 {
  padding-top:100px;
}

.color-grey-section {
  background-color:#F7F7F7;
}

.color-white-section {
  background-color:#fff;
}

.color-blue-section {
  background-color:#2C3454;
}



.hr-1 {
  content: "";
  height: 4px;
  width: 100px;
  background-color: #EE1B24;
}


.text-blanc {
  color:#fff;
}

.card {
  background: #01AEF0;
  border-width: 0px !important;
  box-shadow: 0 5px 14px 0 rgba(0,0,0,0.55);
  min-height:550px;
}

.card-title {
  color : #fff;
}

.card-text {
  color:#fff;
}

.hrcolor {
  background-color: white;
  height: 1px;
}

.font-roboto {
  font-family:'Roboto';
}


.encadre {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-top:20px;
  padding-bottom:10px;
}

.footer {
  background-color:#2C3454;
  padding-top:50px;
  padding-bottom:50px;
}

.footer-titre-colonne {
  color:#EE1B24;
  font-family:'Montserrat';
  font-weight:600;
}

.list-unstyled quick-links {
  color:#FFFFFF;
}

ul {
  list-style-type: none;
}

.footer-body-colonne {
  color:#FFFFFF !important;
  font-family:'Roboto';
}

a:link
{
 text-decoration:none;
}

#scroll_to_top {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 100;
}

#bouton-perso {
  color:#AFD9FF !important;
  font-weight:bold !important;
}

.police-nous-contacter {
  font-family:'Montserrat';
  font-size:2rem;
  font-weight:600;
  color:#ffffff;
/* text-transform: uppercase; */
}

.color-black-section {
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(121,9,9,1) 35%, rgba(0,212,255,1) 100%);
}

.padding-nous-contacter-section {
  padding-top:60px;
  padding-bottom:60px;
}

@media screen and (min-width: 200px) and (max-width: 640px) {
  .btn-responsive {
    font-size:10px !important;
  }
  .phrase-responsive {
    font-size:1.0rem !important;
  }
  #responsive-logo {
    display:none !important;
  }
  .img-responsive {
    width:300px;
    height:240px;
  }

}

@media screen and (min-width: 100px) and (max-width: 991px) {
  .reseaux-nav {
    margin-top:15px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 8000px) {
  #responsive-bloc {
    margin-bottom:14%;
  }
}

@media screen and (min-width: 200px) and (max-width: 1000px) {
  #swiper-responsive {
    width:300px !important;
    height:240px !important;
  }
  .swiper-responsive-image {
    width:300px !important;
    height:240px !important;
  }
}

h1 {
  font-size:2rem;
}


.navbar-dark .navbar-toggler-icon {
    background-color: #00AEF0;
}

.cbp-l-caption-body:hover {
background-color: rgba(1, 74, 240,0.4);
}


/* CENTRER VERTICALEMENT et horizontal */
.center {
  display: flex;
justify-content: center;
align-items: center;
}

.center-2 {
  display: block;
margin-left: auto;
margin-right: auto;
}

.marge-contenu {
  padding-top:100px;
  padding-bottom:100px;
}

.responsive-icon-pro {
  width:90px;
  height:90px;
}

.bold-police {
  font-weight:bold;
}

.color-input {
  border-color:#96001E !important;
}

.custom-message {
  color:green;
  font-weight:bold;
  margin-top:50px;
}

.encadre-bleu {
  background-color:blue;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
}


.promotion-title {
  font-size:2rem;

}

.promotion-title-2 {
  font-size:1rem;

}


.section-promotion {
  padding-top:20px;
  padding-bottom:20px;
  background-color:#FF6767;
}

@media screen and (min-width: 200px) and (max-width: 700px) {
  .promotion-title-2 {
    font-size:12px !important;
  }
}

#bond{
	animation: bounce 0.65s ease infinite alternate;
}
@keyframes bounce{ from {transform: translateY(0);} to {transform: translateY(-20px);
}
