@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

.encart_animation {
  opacity: 0;
  -webkit-transition: opacity .5s .25s ease-out;
  transition: opacity .5s .25s ease-out;
}

.encart_animation.is-visible {
  opacity: 1;
}

.encart_notif {
  -webkit-transition: opacity .5s .25s ease-out;
  transition: opacity .5s .25s ease-out;
}

.encart_animation_left {
  opacity: 0;
  -webkit-transition: opacity .5s .25s ease-out;
  transition: left, opacity .5s .25s ease-out;
  transform: translate(10px);
}

.encart_animation_left.is-visible {
  opacity: 1;
}

#close_notif{
  cursor:pointer;
}

.notification{
  background-color: #1D3752;
  padding:10px;
  color:white;
  position: fixed;
  z-index: 2;
  display: flex;
  left:0;
  right:0;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.notification p{
    margin: 0 auto 0 0;
    text-align: center;
}

.bell{
margin-right: 15px;
}


html,body{
  height:100%;
  width:100%;
  font-family:'Poppins', sans-serif;
  color:#707070;
}

p{
  font-size: 14px!important;
}

h3{
  font-weight: 100!important;
}

.languages{
  font-size:14px;
  text-decoration: none;
  text-align: right;
}

.flag-icon{
margin-right: 10px!important;
}

.right{
  text-align:right!important;
}

.header{
  background-color: white !important;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  margin-bottom:50px;
}

.nav-header{
  background-color: white !important;
  font-size:15px!important;
  padding:0px !important;
}

.btn-primary{
  background-color: #EB9C27!important;
  border: 0px!important;
  font-size:14px;
  padding:10px!important;
  width:230px!important;
}

.btn-primary:hover{
  background-color: #B76006!important;
}

.btn-secondary{
  background-color: #235D99;
  font-size: 14px;
  border: 0px!important;
  padding:10px!important;
  width:230px!important;
}

.btn-secondary:hover{
  background-color: #0B3763;
}

.btn-third{
  color:white;
  background-color: #1D3752;
  font-size: 14px;
  border: 0px!important;
  padding:10px!important;
  width:230px!important;
}

.btn-third:hover{
  color:white;
  background-color: #091F35;
}

.btn-fourth{
  font-size:14px;
  padding-right:0px!important;
}

.btn-fourth:hover{
  color: #EB9C27!important;
}

.btn-fifth{
  color:white;
  background-color: #368A1E;
  font-size: 14px;
  border: 0px!important;
  padding:10px!important;
  width:230px!important;
}

.btn-fifth:hover{
  color:white;
  background-color: #1A5A0A;
}

.btn-margin-right{
  margin-right:20px!important;
}

.btn-margin-all{
  margin:10px!important;
}

.RGPD{
  font-size: 14px;
  color:#6AB554;
}

.icon-right{
  margin-right:10px;
}

.plateforme{
  background-image: url("../ressources/img-background-top-v2.png");
  background-repeat: no-repeat;
  background-color: white;
  background-position: right;
  z-index: -1;
  margin-bottom:50px;
  color:white!important;
}

.plateforme h3{
  font-size:28px;
  word–wrap: break–word;
  hyphens: none;
  overflow: auto;
  line-height: 1.5;
}

.connecter{
  padding-bottom:20px;
  font-weight: 500;
  font-size: 18px;
}

.connexion{
  color:#1D3752!important;
  background-color: #F8F8F8;
  width:350px;
  padding: 25px 50px 25px 50px;
  border-top: inset 10px #1D3752;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.mdp a{
  color:#1D3752!important;
  text-decoration: underline;
  font-size: 13px;
}

.ou-top{
  margin: 15px 0 15px 0 !important;
}

.margin-p{
  margin: 25px 0 25px 0 !important;
}

.margin-bottom{
    margin-bottom:100px;
}

.img_navigateurs{
height:60px;
padding:0px 20px 0px 20px;
}

.img_levier{
height:70px;
padding:0px 20px 20px 20px;
}

.savoir_plus{
  background-image: url("../ressources/rappeler.jpg");
  background-color: white;
  background-position: center;
  z-index: -1;
  margin-bottom:50px;
  color:white;
}

.savoir_plus .row{
  margin: 20px 0 20px 0;
}

.img_phone{
height:390px;
}

#temoignages{
padding:0px !important;
  color:white;
}

.carousel-inner{
width: 100%;
position:relative;
}

.carousel-item{
  background-color: #1D3752;
  margin-top:35px;
  position: relative;
}

#slides p{
  width:50%;
  margin:25px auto 50px auto;

}

.img_avis{
  height:70px !important;
}

.img_avis_chevauche{
  position:absolute;
  top:-35px;
  display:inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.avis_texte{
  margin-top:50px;
}

#footer{
  background-color: #1D3752;
  color:white!important;
}

#footer a{
  font-size:13px;
  text-decoration: none;
  margin:10px;
  color:white;
}

#footer a:hover{
  color:#235D99;
}

#footer p{
  font-size: 12px!important;
}

.img_padding_right{
  padding-right:50px;
}

.img_padding_left{
  padding-left:50px;
}

#navbarSupportedContent{
  text-align: center;
}

.encart_notif .toggle{
margin:0px 100px;
}

.btn-notif_on{
  color:white;
  background-color: #EB9C27;
}

.btn-notif_on:hover{
  color:white;
  background-color: #B76006;
}

.btn-notif_off{
  color:white;
  background-color: #235D99;
}

.btn-notif_off:hover{
  color:white;
  background-color: #305173 ;
}

  .toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20rem; }
  .toggle.ios .toggle-handle { border-radius: 20rem; }

/*---Media Queries --*/
@media (max-width: 992px) {
  #slides p{
  width:70%;
  }
    .img_padding_cancel{
    padding:0px!important;
  }
  .plateforme{
    text-align: center;
  }
  .plateforme{
    background-image: url("../ressources/img-background-top.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:50px 0px 50px 0px!important;
  }
  .header{
    margin:0px!important;
  }
  .notification p {
    margin: 0 0 10px 0;
  }
#navbarSupportedContent form{
  margin:0 auto!important;
}
  }
@media (max-width: 768px) {
  #slides p{
  width:90%;
  }
  .center{
    text-align: center!important;
  }
  .img_padding_cancel{
    padding:0px!important;
  }

  .img_navigateurs{
      height: 80px;
    padding: 10px 20px 10px 20px;
  }

}
@media (max-width: 576px) {
.logo_mobile{
  width:80%!important;
}
.btn-margin-all-mobile{
  margin:10px!important;
}
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








