/*For computer view*/

html {
  scroll-behavior: smooth;
}

a {
outline:none !important;
}

button{
  outline:none !important;
}



@media only screen and (min-width : 100px) and (max-width : 1500px) {
  #mytxt1{
    font-size: 30px !important
  }

  #mytxt2{
    font-size: 14px !important
  }
}

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

}

#menu
{
  list-style-type: none;
}

#menu li{
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 7px;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}

#menu li:hover{
 opacity: 0.7
}

.active{
  opacity: 1;
}

.active2{
  border-top: solid 2px #e60000;
  margin-top: -2px
}


#bouton1{
  border-radius: 5px;
  background: #b00000;
  border: none;
  color: #eee;
  font-weight: bold;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}

#bouton1:hover{
  opacity: 0.8
}

#mybouton1{
  border-radius: 5px;
  background: #b00000;
  border: none;
  color: #eee;
  font-weight: bold;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}

#mybouton1:hover{
  opacity: 0.8
}

#boutmc1{
  border-radius: 5px;
  background: #fff;
  border: none;
  color: #444;
  font-weight: bold;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}

#boutmc1:hover{
  opacity: 0.8
}

#boutmc2{
  border-radius: 5px;
  background: #fff;
  border: none;
  color: #444;
  font-weight: bold;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}

#boutmc2:hover{
  opacity: 0.8
}

#mybouton2{
  border-radius: 5px;
  background: #444;
  border: none;
  color: #eee;
  font-weight: bold;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}

#mybouton2:hover{
  opacity: 0.8
}


#bouton2{
  border-radius: 5px;
  background: #fff;
  border: none;
  color: #b00000;
  font-weight: bold;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}

#bouton2:hover{
 opacity: 0.8
}

#bouton3{
  border-radius: 5px;
  background: none;
  border: solid 1px #fff;
  color: #fff;
  font-weight: bold;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s;
}

#bouton3:hover{
 opacity: 0.8
}

#badgeType1{
  background: #fff;
  border: solid 3px #e60000;
  border-radius: 100%;
  height: 70px;
  width: 70px;
  padding: 15px;
}

#badgeType2{
  background: #b00000;
  border-radius: 100%;
  border: none;
  height: 50px;
  width: 50px;
  margin-top: 0px;
  padding: 15px;
  padding-top: 18px;
}

#badgeType2:hover{
  opacity: 0.7;
}

#badgeType3{
  background: #b00000;
  border: solid 3px #fff;
  border-radius: 100%;
  height: 70px;
  width: 70px;
  padding: 10px
}

#badgeType4{
  background: #ccc;
  border: none;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  padding: 15px
}

#badgeType5{
  background: #b00000;
  color: #fff;
  border-radius: 30px;
  padding: 10px;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.2);
}

.navbar{
  background: none;
  transition: all 0.3s;
}

.affix{
  background: #fff;
  padding-bottom: 10px;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.2)
}

.affix .col-lg-10{
  border: none !important;
  padding-bottom: 0 !important;
}

.affix .nvh1{
  margin-top: 10px !important;
}

.affix .logaff{
  display: block !important;
}

.affix .lognav{
  display: none;
}

.affix .nvh2{
  margin-top: 20px !important
}

.affix .nvh3{
  margin-top: 15px !important;
}

.affix #menu li{
  color: #444;
}

.affix #bouton2{
  background: #444 !important;
  color: #fff !important;
}

.affix #bouton3{
  border: solid 1px #444 !important;
  color: #444 !important;
}


@media (min-width: 1200px){

.modal {
 text-align: center;

}

/*Le pseudo-element qui met la div au centre*/
.modal:before {
 content: '';
 display: inline-block;
 height: 100%;
 vertical-align: middle;

}

.modal-dialog {
 display: inline-block;
 vertical-align: middle;
 text-align:left;
 width: 450px !important;
}


}

.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: #b00000;
  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: #b00000;
  fill: #b00000;
  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 rgb(52,88,158);
  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 rgb(52,88,158);
  }
}


.lds-dual-ring {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  margin: 0px;
  border-radius: 50%;
  border: 2px solid #eee;
  border-color: #fff transparent #eee transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*dot-flashing*/

.dot-flashing {
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background-color: #b00000;
  color: #b00000;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing::before {
  left: -10px;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background-color: #b00000;
  color: #b00000;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing::after {
  left: 10px;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background-color: #b00000;
  color: #b00000;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
    background-color: #b00000;
  }
  50%, 100% {
    background-color: rgba(176, 0, 0, 0.2);
  }
}


.responsive{
  padding: 0;
}

.responsiveFils img{
  border-radius: 10px;
}


 .slick-slide {
      margin: 0px 10px;

    }

    .slick-slide img {
      
    }

    .slick-prev:before,
    .slick-next:before {
  
      color: #666 !important;
      font-size: 30px !important; 

    }

    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    
      padding-bottom: 20px
      }

      
    .slick-current {
      opacity: 1; 


    }

  #recaptcha-container{
    width: 100%; 
    margin-bottom: 16px; 
    margin-top: 16px; 
    margin-left: 26px; 
    transform: scale(1.15);
  }


/*For mobile view*/

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

    #recaptcha-container{
      margin-left: 0 !important;
    transform: scale(1) !important;
  }

  .slick-prev,
    .slick-next {
  display: none !important;

    }

    .nmob1{
      margin-top: 0 !important;
    }

    .nmob2{
      position: inherit !important;
    }

    .nmob3{
      position: inherit !important;
      top: 0% !important;
    }

  .btnph{
    display: block !important;
    margin-top: 10px !important;
    margin-left: 30px !important;
    margin-bottom: 30px !important
  }

  .lognav{
    max-height: 40px !important;
    margin-left: 20px !important
  }

  .logaff{
    max-height: 40px !important;
    margin-left: 20px !important
  }

  .nvh1{
    margin-top: 20px !important
  }

  .nvh2{
    margin-top: 0 !important;
  }

  .affix{
    padding-bottom: 0 !important;
  }

  .affix .nvh1{
    margin-top: 15px !important
  }

  .affix .nvh2{
    margin-top: 0 !important;
  }

  .mdiv1{
    position: inherit !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .mdiv2{
    position: inherit !important;
    top: 0 !important;
    transform: none !important;
    margin-top: 150px !important
  }

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

  .nvh3{
   display: none !important
  }

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

  .navbar-toggle{
    margin-top: 15px !important
  }

  .affix #myMenu{
    width: 100% !important
  }

  #myMenu{
    width: 100% !important;
    background: #fff;
  }

  .nvh2{
    float: none !important
  }

  #menu{
    width: 100% !important;
    padding: 30px !important;
    padding-bottom: 0 !important
  }

  #menu a{
    text-decoration: none !important
  }

  #menu li{
    margin: 0 !important;
    margin-bottom: 15px !important;
    float: none !important;
    color: #444 !important;
  }

  .mdiv3{
    display: none !important;
  }

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

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

  .mdiv6{
    margin-top: 50px !important;
  }

  .mdiv7{
    position: inherit !important;
  }

  .mdiv8{
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mdiv9{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mbd1{
    margin-top: 30px !important;
  }

  #map-canvas{
    position: inherit !important;
    height: auto !important;
    min-height: 400px !important;
    border-radius: 0% !important;
    border: none !important;

  }

  .moddia{
    width: 85% !important;
    margin-left: 30px !important;
    margin-top: 100px !important
  }

  .nmod1{
    text-align: center !important;
    margin-left: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
  }

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

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

  .nmod4{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 15px !important;
  }

  .nmod5{
    margin-bottom: 0 !important;
  }

}
