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

body {
  margin: 0;
  padding: 0;
  background-color: white;
}
section .half {
  box-sizing: border-box;
  width: 50%;
  padding: 0 15px;
  float: left;
}
section input {
  width: 100%;
  padding: 6px 12px;
  font-size: 17px;
  display: block;
}
#input {
  padding-top: 10px;
}
#output {
  clear: both;
  padding: 5px 15px;
}
#output a {
  display: block;
  text-decoration: none;
  color: #4565ac;
  padding: 2px;
}
#output a:hover {
  background: #c5e5fc;
}


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

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

h3{
  font-weight: 100!important;
}

.notification{
  background-color: white;
  padding:10px;
  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;
}

.notification .fas{
  display:inline-block!important;
}

.bell_notif{
  height: 40px;
  margin-right:20px;
}

.bell{
  margin-right: 15px;
}

#close_notif{
  cursor:pointer;
}

.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; }

.step-content h5{
  margin-bottom:20px;
}

.displayNone{
  display
}

.has-error label{
  color:red;
}

.has-error input {
  background-color: #fce8e8;
}

.list-unstyled{
  margin: 0px 10px 0px 10px!important;
  font-size:12px;
}

.form-check-label{
  font-size:14px!important;
}

.mr-2, .mx-2{
  margin:0px!important;
}

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

form.registration-form fieldset {
  display: none;
}

[class*="col-"] {
  padding: 6px!important;
}


.btn-group{
  width:100%!important;
}

.form-group {
  margin-bottom: 0px!important;
}

.form-row {
  margin:0px !important;
}

.margin-auto{
  margin:0 auto !important;
}

.margin-bottom{
  margin-bottom: 20px!important;
}

.form-control{
  background-color: #f2f2f2;
  border:none;
  color:black;
}

.form-bg-blue{
  background-color: #e8f0fe!important;
  color:#333333!important;
}

.fas{
  display: grid!important;
  color:#8c8c8c;
}

.input-group-text{
  border:none!important;
  background-color: #f2f2f2!important;
}

.legend_range{
  width:100%;
}

.each_range{
  float:left;
  text-align:center;
  font-size:12px ;
}
.range1{
  width:15%;
}
.range2{
  width:25%;
}
.range3{
  width:20%;
}
.range4{
  width:25%;
}
.range5{
  width:15%;
}


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

.header{
  background-color: white !important;
  margin-bottom:20px;
}

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

.logo{
  height:40px!important;
}

.btn-submit{
  width:100%!important;
}

.btn-primary{
  background-color: #CF9714!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;
}

.btn-230-size{
  width:230px!important;
}

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

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

.btn-fourth:hover{
  color: #CF9714!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;
}

.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;
}

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

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

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

#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;
}


/*---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;
  }
  #navbarSupportedContent form{
    margin:0 auto!important;
  }
  .notification p {
    margin: 0 0 10px 0;
  }
}
@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;
  }
  .navbar-brand{
    margin: 0px auto 20px auto!important;
  }
  .navbar-nav{
    margin: 0 auto!important;
  }
  .nav-header{
    margin: 20px 0px 0px 0px !important;
  }

}
@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) { ... }
*/






