/*For computer view*/

html {
  scroll-behavior: smooth;
}

a {
outline:none;
color: inherit;
}

p{
  font-size: 13px
}

.navbar{
  background: #fff; 
  margin-bottom: 0; 
  border-radius: 0%;
  
}

.active{
  color: #243f6e;
}

.affix{
  width: 100%; 
  z-index: 999; 
  margin-top: 85px;
  top: -85px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

#menu li{
  float: left; 
  padding-left: 10px; 
  padding-right: 10px;
  font-family: Maven Pro; 
}

#menu a{
  transition: all 0.2s;
}

#menu a:hover{
  color: #666;
}

#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: rgb(52,88,158);
background: linear-gradient(90deg, rgb(22 11 152) 0%, rgb(132 119 211) 48%, rgb(4 1 10) 100%);  border: none;
  color: #fff; 
  padding-top: 8px;
  float: left;
  margin-right: 10px;
  
}

#bouton1{
     background: rgb(68 4 34);
    color: #fff;
    border: solid 1px #440422;
    min-height: 40px;
}

#bouton2{
background: rgb(52,88,158);
background: linear-gradient(90deg, rgba(52,88,158,1) 0%, rgba(121,63,227,1) 48%, rgba(193,76,239,1) 100%);
color: #fff;
border: none;
min-height: 40px
}

.formDem input{
  background: none; 
  background-image: url(../images/bw.png);
  border:none;
  border-radius: 3px; 
  box-shadow: none !important;
  color: #fff;
  min-height: 40px

}


.formDem select{
  background: none; 
  background-image: url(../images/bw.png);
  border:none;
  border-radius: 3px; 
  box-shadow: none !important;
  color: #fff;
  min-height: 40px
}

.opd{
  color: #fff !important
}

.formDem select option{
  color: #444 !important
}

.formDem input::-moz-placeholder{
    color: #fff !important;
}

.formDem input::-webkit-input-placeholder{
    color: #fff !important;
}

@media only screen and (min-width : 100px) and (max-width : 1200px) {
  #menu li {
    font-size: 11px;
    margin-top: 3px
  }
}

/* ---- particles.js container ---- */

#particles-js {
position: absolute;
width: 150%; 
left: -25%; 
height: 500px;
background: rgb(52,88,158);
background: linear-gradient(90deg, rgb(22 11 152) 0%, rgb(132 119 211) 48%, rgb(4 1 10) 100%);  border-bottom-left-radius: 100%;
-moz-border-radius-bottomleft: 100%;
-webkit-border-bottom-left-radius: 100%;
border-bottom-right-radius: 100%;
-moz-border-radius-bottomright: 100%;
-webkit-border-bottom-right-radius: 100%;
}

.footer{
  position: absolute;
  width: 150%; 
  left: -25%; 
  min-height: 400px; 
  margin-top: 50px; 
  background: rgb(52,88,158);
   border-top-left-radius: 100%;
-moz-border-radius-bottomleft: 100%;
-webkit-border-top-left-radius: 100%;
border-top-right-radius: 100%;
-moz-border-radius-bottomright: 100%;
-webkit-border-top-right-radius: 100%;
}


.divcont {
 text-align: center;

}

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

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

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

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

/* ---- stats.js ---- */

.count-particles{
  display: none;
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}

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

.input-lg{
  font-size: 14px
}

.btn-lg{
  font-size: 14px
}
/*For mobile view*/

@media only screen and (min-width : 100px) and (max-width : 1024px) {
 .mph{
  display: none !important;
 }

 #menu{
  border-top: solid 1px #666;
  padding-top: 15px;
  padding-bottom: 15px;
 }

 #menu li{
  float: none !important; 
  margin-top: 15px !important; 
 }

 .mtitre1{
  font-size: 18px !important;
 }

 .formDem input{
  margin-top: 20px !important;
  background-image: url(../images/bb.png); 

 }

 .formDem select{
  margin-top: 20px !important;
  background-image: url(../images/bb.png); 

 }

 .formDem .form-group .col-lg-4{
  padding: 0px !important
 }

 .mdiv1{
  position: relative !important;
 }

 .mdiv2{
  margin-bottom: 0 !important
 }

 .mdiv3{
  margin-top: 15px !important
 }

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

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

 .mdiv6{
  margin: 0 !important;
 }

 .mdiv7{
  text-align: left !important;
 }

 .mdiv8{
  padding: 30px !important;
 }

 .mdiv9{
  margin-left: auto !important;
 }

 .mdiv10{
  height: 230px !important;
 }

 .mdiv11{
  padding: 0 !important; 
  margin-top: 30px !important
 }

 .mdiv12{
  margin-top: 70px; 
 }


}

