@font-face {
    font-family: 'OverpassRegular';
    src: url('fonts_overpass/Overpass-Regular.woff2') format('woff2'),
        url('fonts_overpass/Overpass-Regular.woff') format('woff');
}
@font-face {
    font-family: 'OverpassExtraBold';
    src: url('fonts_overpass/Overpass-ExtraBold.woff2') format('woff2'),
        url('fonts_overpass/Overpass-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: 'OverpassBold';
    src: url('fonts_overpass/Overpass-Bold.woff2') format('woff2'),
        url('fonts_overpass/Overpass-Bold.woff') format('woff');
}
@font-face {
    font-family: 'OverpassLight';
    src: url('fonts_overpass/Overpass-Light.woff2') format('woff2'),
        url('fonts_overpass/Overpass-Light.woff') format('woff');
}

:root {
    --color1 : white ; 
    --color2 : black;
    --color3 :  #14cc14;
    --color4 : #14cc14;
    --color5 :  #14cc14;
    --color6 : #046eb1;
    --textcolor2 : #333333;
    --gradient1: #14cc14;
}
body {
    padding: 0;
    top: 0 !important;
    overflow-y: hidden;
}
.loader_div {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: var(--gradient1);
    background-size: cover !important;
}
.loader_div > div {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.ssp {
    margin-bottom: 0;
    text-align: right !important;
    padding-top: 5px;
    float: left;
}
.ssp span {
    margin-right: 10px;
    font-size: 22px;
    line-height: 35px;
    font-family: 'OverpassBold';
    opacity: .9;
}
.ssp button {
    padding: 15px 30px;
    background-color: var(--color4);
    color: white;
    border: none !important;
    font-size: 12px;
    font-family: 'OverpassBold';
    outline: none;
}
#sumit_btn, #sumit_btn2, #sumit_btn3 {
    font-size: 15px;
    padding: 10px;
    width: 100%;
    outline: none;
    background-color: var(--color4);
    color: white;
    border: none !important;
    font-family: 'OverpassBold';
}
ul li a {
    text-decoration: none !important;
    color: black !important;
    font-family: 'OverpassLight';
    font-weight: bold;
}
ul li {
    padding: 5px 50px 5px 0px;
}
.activenmenu {
    background: var(--color4);
    color: white !important;
}
.main_head {
    background: url('../img/background_.c1.jpg') center center fixed no-repeat;
    background-size: cover !important;
    width: 100%;
}
.description_div {
    color: var(--color1);
}
.description_div p {
    color: black;
}
.white_class {
    background: white !important;
}
.cerclou {
    border-radius: 50%;
    border: 2px solid white;
    width: 10px;
    height: 10px;
    float: left;
    margin: 15px 0px;
    padding: 5px;
    background: transparent;
    cursor: pointer;
}
.div_proccess {
    float: left;
    color: black;
    font-family: 'OverpassRegular';
}

.div_proc {
    float: left;
    color: black;
    position: relative;
    font-family: 'OverpassRegular';
}
.div_proc input, .div_proc textarea {
    position: relative;
    font-family: 'OverpassRegular';
    background: #f2f3f4 !important;
    text-transform: uppercase;
    border: none;
    font-size: 15px;
    padding: 15px 45px 15px 15px;
    margin-bottom: 10px;
    width: 100%;
    outline: none;
    font-weight: bold;
}
.icones {
    position: absolute;
    right: 25px;
    top: 45px;
    opacity: .8;
    z-index: 9;
    font-size: 25px;
    color: var(--color4);
}
.icones2 {
    position: absolute;
    right: 25px;
    top: 12px;
    opacity: .8;
    color: var(--color4) !important;
    z-index: 9;
    font-size: 27px;
}
.contact-list-2 i {
    font-size: 3rem;
    color: var(--color4);
}
.activep {
    background: #004d91 !important;
    color: white !important;
}
.nav-link {
    transition: .5s;
}
.nav-link:hover {
    box-shadow: inset 0px 10px 0px 30px var(--color4);
    color: white !important;
}

.comments, .comments2 {
    margin-bottom: 0;
    margin: 0px 0px 10px 0px;
    font-size: 15px;
    color: red;
    font-weight: 600;
}

.thank-you {
    color: var(--color3);
    font-weight: bold;
}
.img-patners {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.img-patners img {
    width: calc(100%/3);
    height: auto;
    float: left;
    box-sizing: border-box;
    border: 15px solid transparent;
    filter: grayscale(1);
    opacity: .6;
    padding: 5px 15px;
    transition: .4s;
    min-width: 50%;
}
.img-patners img:hover {
    filter: invert(0);
    opacity: 1;
}

/* Traduction Google */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
.ct-language img {
    margin: 0px 2px;
    cursor: pointer;
    padding: 2px 5px;
}
.ct-language img:hover {
    background-color: rgba(255, 255, 255, .7) !important;
}
.ct-topbar {
    text-align: center;
    background: #eee;
    position: relative;
  }
  .ct-topbar > button {
    display: none;
  }
  .tr-langage-left {
        position: absolute;
        top: 0;
        left: 0;
        color: var(--color1);
        padding: 11px 8px;
        border: none;
        background: var(--color5);
        z-index: 1;
        outline: none !important;
        -webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
    }
  .tr-langage-right {
        position: absolute;
        top: 0;
        right: 0;
        color: var(--color1);
        padding: 11px 8px;
        border: none;
        background: var(--color5);
        z-index: 1;
        outline: none !important;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    }
  .ct-topbar__list {
    margin-bottom: 0px;
  }
  .ct-language__dropdown{
      padding-top: 8px;
      max-height: 0;
      overflow: hidden;
      position: absolute;
      top: 110%;
      left: -3px;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      width: 100px;
      text-align: center;
      padding-top: 0;
    z-index:200;
  }
  .ct-language__dropdown li{
      background: #222;
      padding: 5px;
  }
  .ct-language__dropdown li a{
      display: block;
  }
  .ct-language__dropdown li:first-child{
      padding-top: 10px;
      border-radius: 3px 3px 0 0;
  }
  .ct-language__dropdown li:last-child{
      padding-bottom: 10px;
      border-radius: 0 0 3px 3px;
  }
  .ct-language__dropdown li:hover{
      background: #444 !important;
  }
  .ct-language__dropdown:before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 8px;
      height: 0;
      border: 0 solid transparent;
      border-right-width: 8px;
      border-left-width: 8px;
      border-bottom: 8px solid #222;
  }
  .ct-language{
      position: relative;
    background:var(--color5);
    font-family: 'OverpassBold';
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
  }
  .list-unstyled {
      padding-left: 0;
      list-style: none;
      width: 100%;
  }
  .pre-navs {
    padding: 15px;
    width: 100%;
    background: var(--color1);
    color: var(--color4);
  }

  .activez {
    border: 1px solid white !important;
    border-radius: 2px !important;
    background-color: white !important;
}

table {
    font-family: 'OverpassRegular' !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    font-size: 18px;
    border: none !important;
    color: #444;
}

table td:first-child {
    padding: 0;
    color: #004d91;
}
table tr:nth-child(2n-1) {
    padding: 0;
    background: #f2f3f4;
    color: #004d91;
}
#barra_div {
    background-color: rgba(0,0,0,.2);
    width: 96%;
    margin: 2%;
    border-radius:5px;
}
.stperr {
    opacity:.4;
    font-size: 16px;
    float: right;
    letter-spacing: 1px;
    padding-left: 5px;
}
#barra {
    background-color: #3194d8;
    width: 0;
    padding:0px 10px;
    border-radius:5px;
    background-image: url("../img/back_load.png");
}
#barra p {
    padding:0px !important;
    margin: 0px !important;
    color: white;
}
.menu-titre i {
    animation: lile 10s linear infinite;
}

.transaction_div {
    background-color: white !important;
    position: fixed;
    border:3px solid #e6eff9;
    border-radius: 5px;
    top:50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 150px;
    z-index: 999;
}
/* Comment */
#quote {
    margin-top: 17rem;
}
.commenter {
    overflow: hidden;
    height: 250px;
}
.comment-pg1 {
    animation: Touho 15s ease-in-out infinite;
}
@keyframes Touho {
    from {
        transform: translateY(0);
    }
    20% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-275px);
    }
    60% {
        transform: translateY(-275px);
    }
    70% {
        transform: translateY(-600px);
    }
    90% {
        transform: translateY(-600px);
    }
    to {
        transform: translateY(0);
    }
}
.soutitre-quote {
    font-family: 'OverpassRegular';
    font-size: 22px;
    color: #717d94;
    margin-top: 0rem;
}
.temoins-photo {
    border: 7px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    -webkit-box-shadow: 5px 5px 20px -2px rgba(0,0,0,0.51); 
    box-shadow: 5px 5px 20px -2px rgba(0,0,0,0.51);
    
}
#img-temoin1 {
    left: 0;
    top: -12rem;   
}
#img-temoin2 {
    left: -17rem;
    top: 6.5rem;   
}
#img-temoin3 {
    left: 0;
    top: 25rem;   
}
#img-temoin4 {
    right: 0;
    top: -12rem; 
}
#img-temoin5 {
   right: -15rem;
    top: 3.5rem;  
}
#img-temoin6 {
    right: 0;
    top: 20rem;    
}
.imgbank {
    margin: 50px;
    filter: grayscale(1);
    opacity: .6;
    transition: .4s;
}
.imgbank:hover {
    filter: grayscale(0);
    opacity: 1;
}

.rviwsdiv {
    text-align: center;
    padding: 2rem;
}
.avis-icon {
    padding: 0px 15px;
    text-align: center;
    float: left;
}
#reward {
    transform: translateY(15%);
}
#bg-reviews {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin-top: 8rem;
}
#bg-reviews1 {
    border-bottom: 2px solid #eee;
    margin-top: 3rem;
}
#backs-comments {
    background-color: #f7f9fc;
}
.comers {
    font-family:'OverpassRegular';
    background: white;
    color:black;
    display: inline-block;

}
.icon-comment {
    border-radius: 50%;
    width: 139px;
    height: 139px;
}
#icon-diver {
    width: 280px;
    margin: 0 auto;
    display: inline-block;
}
.ptstar {
    color: var(--color3);
}
.ptstarneu {
    color: #aaa;
}
/* Comment section */
.sect-comments {
    padding: 35px 0px;
}
.nom-quote {
    margin-bottom: 6rem; 
}

@keyframes lile {

    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Responsivité mobile */
@media only screen and (max-width: 991px) {
    .navbar-brand {
        display: block !important;
        background: var(--color5) !important;
        color: white !important;
        font-family: 'OverpassRegular' !important;
        padding: 5px 15px;
    }
    .activep {
        border-bottom: 2px solid var(--color4) !important;
        background: transparent !important;
        color: black !important;
    }
}
@media only screen and (max-width: 767px) {
    #backs-comments .titre2, #backs-comments .coment-align {
        text-align: center;
    }
    .ct-topbar > button {
        display: block;
      }
    .ct-language{
      width: 530px;
    }
    .list-unstyled {
        overflow-x: scroll;
    }
    .activep {
        background: none !important;
        color: black !important;
        border-bottom: none !important;
    }
    .activepp {
        border-bottom: 2px solid var(--color4) !important;
        background: transparent !important;
        color: black !important;
    }
    .ssp span {
        display: none !important;
    }
}

@media only screen and (max-width: 440px) {
    .ssp button {
        display: none !important;
    }
    .img-logos {
        width: 100% !important;
    }
}





