*[class^="col"] {
  padding-right: 0;
  padding-left: 0;
}

.btn:hover {
  color: #fff !important;
}

.center * {
  margin-left: auto;
  margin-right: auto;
}

.row {
  margin: 0 !important;
}

.logo {
  height: auto;
}

.opa80 {
  opacity: 0.8;
}

.btn-blueAdico {
  background: #0072B4;
  height: 60px !important;
  color: #fff;
}

.blueAdico {
  color: #0072B4 !important;
}

.sousligne {
  text-decoration: underline !important;
}

.traitVertical {
  border-right: 2px solid #c0c0ce;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
  height: 28px;
}

.mt-10 {
  margin-top: 10%;
}

.form-input {
  border-radius: 40px !important;
  border-color: #4D4F5C !important;
  margin-right: 0px !important;
}

.iconIdentifiant {
  background-image: url("../images/Coche_verte.svg");
  background-position: 95%;
  background-repeat: no-repeat;
}

.iconPass:hover,
.iconPass1:hover {
  cursor: pointer;
}

a {
  color: inherit;
}

a:hover {
  color: #0072B4;
}

@media (min-width: 991.98px) and (max-width: 6000px) {
  #espace {
      background-color: #0072B4;
  }
  .fs {
      font-size: larger;
  }
}

@media screen and (max-width: 991.98px) {
  body {
      background-color: #fff;
      padding-left: 0px !important;
      padding-right: 0px !important;
  }
  #userSpace {
      padding-left: 0px !important;
      padding-right: 0px !important;
  }
  .mt-10 {
      margin-top: 20%;
  }
  .btn-blueAdico {
      padding-left: 10px !important;
      padding-right: 10px !important;
  }
}

@media screen and (max-width: 1600px) {
  .logo {
      margin-top: 5%;
  }
  #userSpace {
      /* height: 100vh; */
      width: 100vw;
  }
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
  .logo {
      width: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .logo {
      width: 40%;
      height: auto;
  }
}

.inputInscription {
  display: flex;
}

.iconPass,
.iconPass1,
.iconPass4 {
  position: absolute;
  top: 12px;
  left: 86%;
}

input[type='checkbox'] {
  accent-color: #08453F;
}

.iconFeuilleSize {
  height: 30px;
}

.iconPassSize {
  height: 20px;
}

@media (min-width:400px) {
  .iconFeuille {
      position: absolute;
      top: 11px;
      left: 90%;
  }
  .iconPass,
  .iconPass1,
  .iconPass4 {
      position: absolute;
      top: 12px;
      left: 90%;
  }
}

@media (min-width: 576px) {
  .iconFeuilleSize {
      height: 34px;
  }
  .iconFeuille {
      position: absolute;
      top: 9px;
      left: 90.4%;
  }
  .iconPass,
  .iconPass1,
  .iconPass4 {
      position: absolute;
      top: 12px;
      left: 90%;
  }
}

@media (min-width: 768px) {
  .iconFeuilleSize {
      height: 40px;
  }
  .iconFeuille {
      position: absolute;
      top: 5px;
      left: 90%;
  }
  .iconPass,
  .iconPass1,
  .iconPass4 {
      position: absolute;
      top: 12px;
      left: 90%;
  }
}

.scroller {
  scrollbar-color: #4D4F5C grey;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
  background: #4D4F5C;
  border-radius: 10px;
}


/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #41434d;
}

#declic>img {
  width: 300px;
  height: auto;
}

#declic {
  text-align: center;
}

#buttonCo {
  background: #0072B4;
  height: 60px !important;
  color: #fff;
}

/* style for searchbar + animation */

.formRow {
  position: relative;
  width: 100%;
}
.formRow--item {
  display: block;
  width: 100%;
}
.formRow--input {
  position: relative;
  padding: 15px 20px 11px;
  width: 100%;
  outline: none;
  border: solid 1px #95989a;
  border-radius: 4px;
  color: #352c2c;
  letter-spacing: .2px;
  font-weight: 400;
  font-size: 16px;
  resize: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.formRow--input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
