* {
    box-sizing: border-box;
  }
  
  .selector-for-some-widget {
    box-sizing: content-box;
  }
  
  body, html {
    margin : 0px;
    padding: 0px;
    font-family: 'open sans', sans-serif;
  }
  
  .block{
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 999;
  }
  
  
  .navbar-brand {
    min-height: 55px;
    padding: 0 15px 5px;
  }
  .navbar-link {
    color: black;
  }
  
  .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav  .dropdown-item{
    color : black;
  }
  
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav  .dropdown-item:hover{
    color : orange;
  }

/* section */
.cover{
  margin-top: 55px;
}
.inner {
    color: #000;
    margin-bottom: 50px;
    background-image: url("../img/bg1.png");
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    padding-top: 40px;
  }
  
  .whity{
    color : #fff;
  }
  
  .inner .lead {
    text-align: center;
    margin: 0 30px;
  }
  
  .btn{
    margin-top: 20px;
  }
  
  .cover-heading{
    text-transform: uppercase;
    font-size: 40px;
  }
  
  #ACI{
    color: rgba(23, 162, 184,0.7);
    text-decoration: underline;
  }
  
  /* FOOTER */
  .section-footer {
    padding-top: 60px;
    margin-top: 60px;
    background: darkgrey;
    box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
  }
  
  .section-footer ul {
    line-height: 2;
  }
  
  .section-footer .item-list-a i {
    font-size: 18px;
    padding-right: 4px;
    color: orange;
  }
  
  
  footer {
    background: #f3f3f3;
    text-align: center;
    padding-top: 10px;
  }
  
  footer .copyright-footer {
    border-top: 1px solid #000;
    padding-top: 20px;
    font-size: 20px;
  }
  
  footer .credits {
    font-size: 14px;
  }
  
  .color-a {
    color : #588DB3;
  }
  footer a, .section-footer a{
    color : #000;
  }
  
  footer a:hover, .section-footer a:hover{
    color : orange;
    text-decoration: none;
  }
  
  .col-md-6 li .ad{
    margin: 0;
  }
  
  .section-footer .lead-2 {
    margin: 0px;
  }
  
  .service_box:hover {
      background: orange;
      height: auto;
  }
  
  .service_box {
      margin: 20px 0;
      height: 290px;
      padding: 40px 20px;
      text-align: center;
      border-radius: 5px;
      background: rgba(23, 162, 184,0.7);
      transition: all 0.30s ease 0s;
  }
  
  .service_box:hover .service_icon {
      background-color: white;
      transform : translateY(-100%);
  }
  
  .service_box .service_icon {
      width: 70px;
      height: 70px;
      margin: 0 auto;
      font-size: 35px;
      background: #fff;
      background-color: rgb(255, 255, 255);
      line-height: 70px;
      border-radius: 50px;
      transform: translateY(0);
      transition: all 0.30s ease 0s;
  }
  
  .service_box:hover .service_icon i {
      color: black;
  }
  
  .fa, .fas {
      font-weight: 900;
  }
  
  .service_box:hover h3 {
      top: -40px;
  }
  
  .service_box h3 {
      position: relative;
      top: 40px;
      margin: 0;
      color: #fff;
      font-size: 16px;
      text-transform: uppercase;
      transform: translateY(0%);
      transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  }
  
  .service_box:hover p {
      opacity: 1;
  }
  .service_box p {
      color: #fff;
      margin: 0;
      opacity: 0;
      transition: all 0.30s linear 0s;
  }
  
  
  .btn-outline-warning:hover{
    color : #fff;
  }
  .fade #ref2 ul{
    font-size: 1.1rem;
  }
  .fade #ref2 h3{
    margin : 0 40px;
  }
  
  .title-single-box h1{
    font-size : 60px;
  }
  
  .intro{
    text-align: center;
  }
  
  .title-single-box h1{
    color: orange;
  }
  
  .nav{
  justify-content: center;
  }
  
  .tab-content{
    background-color: white;
    padding-bottom: 20px;
  }
  
  ul#pills-tab.nav.nav-pills.mb-3{
    margin: auto 1%;
    padding: 5px 0;
    border: 2px solid rgba(23, 162, 184,0.7);
    border-radius: 10px;
  }
  .section .nav-link{
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
  }
  
  .nav-link:hover{
    color: orange;
  }
  
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: orange;
  }
  
  .tab-content img {
      width: 100%;
  }
  
  .dom p, .dom ul, .dom h6{
    text-align: justify;
    margin: 20px 40px;
    font-size: 20px;
  }
  
  .dom h6{
    font-weight: bold;
  }
  
  .dom h3 , .dom h5{
    text-decoration: underline 1px;
    margin: 40px 40px;
    font-size: 25px;
  }
  
  .btn {
    text-align: center;
  }
  .btn-outline-warning:hover{
    color : #fff;
  }
  .article {
    text-align: center;
  }
  
  .article i, .col i{
    font-size: 50px;
    padding: 20px 0;
    color: orange;
  }
  .article p{
    text-align: justify;
  }
  
  .col {
    padding-top: 20px;
    text-align: center;
  }
  
  .btn-block{
    color: orange;
    margin : 0px;
  }
  
  h3.mb-4{
    text-decoration: underline 3px;
    font-weight: bold;
  }
  
  a {
    text-decoration: none;
    color: #000;
  }
  
  a:hover{
    color: orange;
    text-decoration: none;
  }
  
  
  .video{
    text-align: center;
  }
  
  .col-lg-6 p{
    margin: 0;
  }
  
  .center-div {
       margin: 0 auto;
       width: 500px;
  }
  
  @media (max-width: 767px){
    .center-div {
      margin: auto;
      width: auto;
    }
    .articles {
        text-align: center;
        padding-top: 30px;
    }
    
    .articles-items{
      display: block;
      flex-direction: row;
      justify-content: space-between;
    }
    
    
    /* SLIDER */
    .post-slider{
      border: 1px solid red;
    }
    
    .post-slider .post-wrapper{
      width: 84%;
      height: 350px;
      overflow: hiden;
      margin: 0 auto;
      border: 1px dashed red;
    }
    
    .post-slider .post-wrapper .post{
      height :350px;
      width: 300px;
      margin : 0 10px;
      display: inline-block;
      background: grey;
    }
    .carousel .carousel-inner .item{
        height : 100vh;
        min-height: 300px;
        background: no-repeat center scroll;
        -webkit-background-size : cover;
        background-size: cover;
      }
      
      .heading-site{
        text-align: center;
        font-size: 40px;
        text-transform: uppercase;
      }
      
      .carousel-inner img {
        width: 100%;
        height: 700px;
      }
      
      .carousel-caption {
        padding-bottom: 5%;
        position: absolute;
        text-transform: uppercase;
        width: 100%;
        right: 0;
        left: 0;
      }
      
      .carousel-caption h3 a {
        color: orange;
        text-decoration: none;
        font-weight: bold;
        font-size: 40px;
      }
      
      .carousel-caption h3 a:hover {
        color: #00d2d3;
      }
      
      .carousel-caption h3 {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 2px;
      }
      
      .carousel-caption h3 {
        text-shadow: 0px 0px 5px grey;
      }
      
      
      .btn-lg {
        border-width: medium;
        border-radius: 10px;
        font-size : 1rem;
      }
      
      
      @media (max-width: 767px){
        .carousel-caption h3 {
          font-size: 20px;
        }
      
        .btn-lg{
          font-size: 0.7rem;
        }
      
        .carousel-inner img {
          width: 100%;
          height: 400px;
        }

        .intro {
          height: 50vh;
          position: relative;
          color: #ffffff;
        }

        .intro .carousel-item-a {
          position: relative;
          height: 50vh;
        }

        .intro-carousel .intro-price {
          visibility: hidden;
        }
      }
      
      @media (max-width: 576px){
        .carousel-caption h3{
          font-size: 18px;
        }
      
        .btn-lg{
          display: none;
        }
        .carousel-inner img {
          width: 100%;
          height: 200px;
        }

        .intro-carousel .intro-price {
          visibility: hidden;
        } 
        .intro {
          height: 70vh;
          position: relative;
          color: #ffffff;
        }

        .intro .carousel-item-a {
          position: relative;
          height: 70vh;
        }
      }

      .slick-next {
        right: -40px;
      }
      .slick-prev {
        left: -40px;
      }
      
      
      * {
        box-sizing: border-box;
      }
      
      .slider {
          width: 100%;
          margin: 100px auto;
      }
      
      .slick-slide {
        margin: 0px 20px;
      }
      
      .slick-slide img {
        height: 100%;
      }
      
      .slick-prev:before,
      .slick-next:before {
        color: black;
      }
      
      
      .slick-slide {
        transition: all ease-in-out .1s;
      }
      
      
      .ref {
        font-size: 1.25rem;
        margin: 0 30px;
      }
      
      .ref h3{
      margin-left: 1%;
      }
     }
      


     .intro-carousel .intro-title {
      font-size: 1.5rem;
      position: absolute;
    }
    .intro-carousel .intro-price {
      font-size: 1.5rem;
      position: absolute;
    }
    .intro-carousel .price-a:hover {
      color: orange;
    }

/*======================================
//--//-->   31/01/2023
            AJOUT DE STYLE CSS
            PARTIE PARTENAIRES FORMULAIRES
            Par Ikram GHAZALI
======================================*/

      /*------/ BORDURES /------*/
.bordure-orange {
  border: 2px solid #EB6B0A;
  border-radius: 5px;
  padding: 40px;
  margin: 20px;
}

.bordure-jaune {
  border: 2px solid #ffc107;
  border-radius: 5px;
  padding: 40px;
  margin: 20px;
}

.bordure-bleu {
  border: 2px solid #055987;
  border-radius: 5px;
  padding: 40px;
  margin: 20px;
}

    /*------/ BORDURES CHAMPS FORMULAIRES /------*/

.bordure-champ-o {
  border: 2px solid #EB6B0A;
  border-radius: 10px;
}

.bordure-champ-j {
  border: 2px solid #ffc107;
  border-radius: 10px;
}

.bordure-champ-b {
  border: 2px solid #055987;
  border-radius: 10px;
}

.bordure-champ-blanc {
  border: 1px solid white;
  border-radius: 10px;
}
      /*------/ BOUTONS /------*/
.btn-orange {
  background-color: #EB6B0A;
  border-color: #EB6B0A;
  border-radius: 5px;
}

.btn-orange:hover {
  color: #212529;
  background-color: rgb(238, 157, 6);
  border-color: rgb(238, 157, 6);
}

.btn-jaune {
  background-color: #ffc107;
  border-color: #ffc107;
  border-radius: 5px;
}

.btn-jaune:hover {
  color: #212529;
  background-color: #eeb31d;
  border-color: #eeb31d;
}

.btn-bleu {
  background-color: #055987;
  border-color: #055987;
  border-radius: 5px;
}

.btn-bleu:hover {
  color: #212529;
  background-color:#034b72;
  border-color:#034b72;
}
      /*------/ BACKGROUNDS/------*/
.bg-orange {
  background-color: #EB6B0A;
  border-radius: 10px;
  padding: 20px;
  margin: 20px;
}

.bg-jaune {
  background-color: #ffc107;
  border-radius: 10px;
  padding: 20px;
  margin: 20px;
}

.bg-bleu {
  background-color: #055987;
  border-radius: 20px;
  padding: 20px;
  margin: 20px;
}

      /*------/ COULEURS DE TEXTES/------*/
.text-orange {
  color: #EB6B0A;
}

.text-jaune {
  color: #ffc107;
}

.text-bleu {
  color: #055987;
}