/*For computer view*/

html {
  scroll-behavior: smooth;
}

a {
outline:none;
color: inherit;
    text-decoration: none!important;
}

a:focus, a:hover {
    color: unset;
    text-decoration: none;
}

button {
outline:none;
}

p{
  font-size: 14px
}

#bouton1{
  background: #174E77;
  color: #fff;
  border: solid 2px #174E77;
  border-radius: 30px;
  padding: 15px;
  transition: all .2s;
}

#bouton1:hover{
  background: none;
  color: #174E77;
}

#menu{
  list-style-type: none;
}
#menu li{
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  color: #174E77;
  font-weight: bold;
  min-height: 70px;
  padding-top: 25px;
  cursor: pointer;
}

#menu li:hover{
  border-bottom: solid 1px rgba(255, 255, 255, .5);
}

#menu .active{
  border-bottom: solid 3px #174E77 !important;

}

#badgeType1{
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: none;
  border: solid 2px #444;
  color: #444;
  padding-top: 7px;
}

#badgeType2{
  height: 40px;
  width: 40px;
  border-radius: 100%;
   background: #174E77;
  border: none;
  color: #fff;
  padding-top: 8px;
  float: left;
  margin-right: 10px;

}

input{
  height: 60px !important;
  border: solid 1px #888 !important;
}

select{
  height: 60px !important;
  border: solid 1px #888 !important;
}

textarea{
  border: solid 1px #888 !important
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.modal {
 text-align: center;

}

/*Le pseudo-element qui met la div au centre*/
.modal:before {
 content: '';
 display: inline-block;
 height: 100%;
 vertical-align: middle;
 margin-right: -0.25em; /*Changez cette valeur si besoin*/
 background-color:#174E77;
}

.modal-dialog {
 display: inline-block;
 vertical-align: middle;
 text-align:left;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #174E77;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #00864f;
  fill: #174E77;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #174E77;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #174E77;
  }
}

.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.3);
  z-index:100;
}

.my-float{
  margin-top:15px;
}

/* ]100px ; 1500px], +100% */

@media only screen and (min-width : 100px) and (max-width : 1500px) {

}

/* ] -- ; 1200px], 133% | +133% */

@media only screen and (max-width : 1200px) {

}

/* ]1700px ; 3000px], -100% */

@media only screen and (min-width : 1700px) and (max-width : 3000px) {

}

/*For mobile view*/

@media only screen and (min-width : 100px) and (max-width : 1199px) {

  a {
  outline: none !important;
  }

  button {
  outline: none !important;
  }

  #menu li{
    float: none !important;
    text-align: center !important;
    min-height: 50px !important;
    padding-top: 15px !important;
  }

  #menu li:hover{
    border: none !important;
  }

  #menu li img{
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #menu .active{
    border: none !important;
  }

  .modal-dialog{
    width: 90% !important;
  }

  .float{
    bottom: 20px!important;
    right: 20px !important
  }

  .mob0{
    padding: inherit !important;
  }

  .mob1{
    display: none !important;
  }

  .mob3{
    margin-left: 30px !important;
  }

  .mob4{
    padding: inherit !important;
  }

  .mob5{
    padding-left: 15px !important;
    padding-right: 10px !important;
  }

  .mob6{
    display: none !important
  }

  .mob7{
    float: inherit !important;
  }

  .mob8{
    display: none !important;
  }

  .mob9{
    font-size: 30px !important
  }

  .mob10{
    position: absolute;
    width: auto !important;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -15px;
    z-index: 999 !important
  }

  .mob11{
    padding: 0;
  }

  .mob12{
    margin-top: 50px !important
  }

  .mob13{
    margin-top: 80px !important
  }

  .mob14{
    margin-top: 30px !important
  }

  .mob15{
    margin-left: 0 !important;
    margin-bottom: 30px !important
  }

  .mob16{
    max-width: 120px !important;
    margin-left: -10px !important
  }

  .mob17{
    width: 30% !important;
  }

  .mob18{
    font-size: 22px !important
  }

  .mob19{
    padding: 0 !important;
  }

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

  .mob21{
    margin-top: 30px !important
  }

  .mob22{
    padding-left: 30px !important;
    padding-right: 30px !important
  }

}
