html {
  scroll-behavior: smooth;
}

a {
outline:none;
color: inherit;
}

a:active{
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

#logo{
  transition: all 0.2s;
}

#logo:active{
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.btn{
  transition: all 0.2s;
}

.btn:active{
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.dropdown-toggle:hover .dropdown-menu{
display: block;
}

.dropdown-menu{
  padding-top: 10px; 
  padding-bottom: 10px; 
  margin-left: 100px; 
  margin-top: 10px;
  font-family: Maven Pro;
}

.dropdown-menu a{
  text-decoration: none;
}

.demForm input{
  border-top: none;
  border-right: none;
  border-radius: 0%; 
  box-shadow: none !important
}

.demForm select{
  border-top: none;
  border-right: none;
  border-radius: 0%; 
  box-shadow: none !important; 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.demForm .input-group{
  margin-top: 25px
}

.newAccountForm input{
  border-top: none;
  border-right: none;
  border-radius: 0%; 
  box-shadow: none !important
}

.newAccountForm select{
  border-top: none;
  border-right: none;
  border-radius: 0%; 
  box-shadow: none !important; 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.newAccountForm .input-group{
  margin-top: 25px
}


.selectdiv:after{
  content: '\f338';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 50px;
    top: 6px;
    height: 34px;
    color: #1a365d;
    z-index: 999999;
    position: absolute;
    pointer-events: none;
}



.demForm .input-group-addon{
  background: none; 
  border-top: none;
  border-radius: 0%; 
  color: #bbb
}

.newAccountForm .input-group-addon{
  background: none; 
  border-top: none;
  border-radius: 0%; 
  color: #bbb
}

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

.demForm select::-ms-expand {
display: none;
}

.newAccountForm select::-ms-expand {
display: none;
}


.formLg input{
  border: none; 
  border-bottom: solid 1px #ccc;
  border-radius: 0%;
  margin-top: 20px; 
  box-shadow: none !important; 
}

.formLg .input-group-addon{
  background: none; 
  border: none;
  border-bottom: solid 1px #ccc; 
  border-radius: 0%; 
  color: #1a365d; 
  font-size: 20px
}

#conts1{
  min-height: 300px; 
  background-image: url(../images/fnd10.png);
  background-size: cover; 
  margin-top: 50px; 
  -webkit-clip-path: polygon(50% 100%, 100% 76%, 100% 0, 0 0, 0 74%);
clip-path: polygon(50% 100%, 100% 76%, 100% 0, 0 0, 0 74%);
border-radius: 5px 5px 0px 0px
}

#contc1{
  min-height: 300px; 
  background-image: url(../images/fndc1.png);
  background-size: cover; 
  margin-top: 50px; 
  -webkit-clip-path: polygon(50% 100%, 100% 76%, 100% 0, 0 0, 0 74%);
clip-path: polygon(50% 100%, 100% 76%, 100% 0, 0 0, 0 74%);
border-radius: 5px 5px 0px 0px
}


#contcb1{
  min-height: 300px; 
  background-image: url(../images/fndcb1.png);
  background-size: cover; 
  margin-top: 50px; 
  -webkit-clip-path: polygon(50% 100%, 100% 76%, 100% 0, 0 0, 0 74%);
clip-path: polygon(50% 100%, 100% 76%, 100% 0, 0 0, 0 74%);
border-radius: 5px 5px 0px 0px
}

.dropdown-menu li{
  float: none !important;
  color: #666;
  font-family: Nunito !important;
  padding-top: 10px; 
  padding-bottom: 10px;
}


.bubble:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 8px 10px;
border-color: #ccc transparent;
display: block;
width: 0;
z-index: 1;
top: -10px;
left: 20px;
}



.navbar{
  border: 5px;
  background: #fff; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none; 
  margin-top: 20px; 
  padding: 10px; 
  padding-left: 30px; 
  padding-right: 30px; 
  transition: all 0.5s;
}

#cont0{
  min-height: 600px; 
  -webkit-clip-path: polygon(50% 100%, 100% 76%, 100% 0, 0 0, 0 74%);
clip-path: polygon(50% 100%, 100% 76%, 100% 0, 0 0, 0 74%);
background-image: url(../images/fnd6.png);
background-size: cover; 
border-radius: 5px 5px 0px 0px; 
margin-top: 50px
}

#contlg{
  position: absolute;
  margin-top: 70px;
  height: 92%;
  background-image: url(../images/flg.png);
  background-size: cover; 
}

#logo{
  max-height: 80px; 

}

#bouton1{
  background: #236dae; 
  border-radius: 30px; 
  border: none;
  padding: 8px;
  padding-bottom: 10px;
  padding-left: 15px; 
  padding-right: 15px; 
  color: #fff;
  font-family: Maven Pro
}


#bouton2{
  background: #fff; 
  border-radius: 30px; 
  border: none;
  padding: 8px;
  padding-left: 15px; 
  padding-right: 15px; 
  color: #444;
  font-family: Maven Pro
}

#menu
{
  list-style-type: none; 
  margin-top: 32px
}

#menu li{
  float: left; 
  font-family: Maven Pro; 
  margin-right: 15px; 
  margin-left: 15px; 
  cursor: pointer;
  transition: all 0.3s;
}

#menu li:hover{
  color: #1a365d;
}

.active{
  color: #236dae
}

#badgeT1{
  background: #1a365d; 
  border-radius: 5px; 
  -webkit-clip-path: polygon(50% 100%, 100% 76%, 100% 0, 0 0, 0 74%);
clip-path: polygon(50% 100%, 100% 76%, 100% 0, 0 0, 0 74%);
padding-top: 15px;
}

#badgeT2{
  background: #1a365d; 
  color: #fff; 
  border-radius: 100%; 
  border: none;
  padding-top: 22px; 
  height: 70px; 
  width: 70px; 
  margin-top: 15px; 
  font-size: 20px;
  transition: all 0.2s;
  cursor: pointer;
}

#badgeT2:active{
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.connectForm input{
  background: none; 
  color: #fff; 
  border-radius: 0%; 
  padding: 20px;
  border: solid 1px #fff; 
  margin-top: 30px; 
  box-shadow: none
}

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

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

.affix{
  width: 100%; 
  margin-top: 0px; 
  transition: all 0.5s;
}

.affix .col-lg-12{
  width: 73%; 
  float: none;
  margin: 0 auto; 
}

.bubble2
{
position: relative;

}

.bubble2:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 11px 13px 0;
border-color: #1a365d transparent;
display: block;
width: 0;
z-index: 1;
bottom: -10px;
left: 50%;
transform: translateX(-50%)
}

#badgeType1{
  background: #fff; 
  border-radius: 100%; 
  width: 100px; 
  height: 100px; 
  padding: 10px;
  padding-top: 20px
}


#badgeType2{
  background: #fff; 
  border-radius: 100%; 
  width: 50px; 
  height: 50px; 
  padding: 10px;
  padding-top: 11px;
  border: solid 1px #ccc;
}

#badgeType3{
  background: #1a365d; 
  border-radius: 100%; 
  width: 100px; 
  height: 100px; 
  padding: 25px;
  border: solid 1px #ccc;
  border: none;
}

#badgeType4{
  position: absolute;
  margin-top: -35px; 
  margin-right: -65px;
  background: #12bc00; 
  border-radius: 100%; 
  width: 30px; 
  height: 30px; 
  padding: 5px;
  padding-top: 8px;
  border: solid 1px #ccc;
  color: #fff;
  font-size: 15px; 
  border: none;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.2);
}

.formMessage input{
  margin-top: 20px;
  border-radius: 0%; 
  border: solid 1px #1a365d;
  box-shadow: none !important;
}

.formMessage textarea{
  margin-top: 20px; 
  border-radius: 0%; 
  border: solid 1px #1a365d;
  box-shadow: none !important;
}

.formMessage button{
  margin-top: 20px
}

.formMessage input::-moz-placeholder{
    color: #666 !important;
}

.formMessage input::-webkit-input-placeholder{
    color: #666 !important;
}

.formMessage textarea::-moz-placeholder{
    color: #666 !important;
}

.formMessage textarea::-webkit-input-placeholder{
    color: #666 !important;
}

@media (min-width: 1280px){

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

#moddconn{
  width: 300px !important;
}

}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #236dae;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }

#badgeTypeLangue{
  background: none; 
  border-radius: 30px;
  border: solid 1px #236dae;
  padding: 7px;
  margin-top: 23px;
  margin-left: 15px
}


/*For mobile view*/

@media only screen and (max-width : 768px) and (max-width : 480px) {
  body{
    padding: 0 !important;
  }

  .navbar{
    margin-top: 0 !important; 
    padding-left: 10px !important; 
    padding-right: 10px !important
  }

  .affix .col-lg-12{
  width: auto !important; 
  }

  .navbar-header{
    display: inline-block
  }

  #logo{
    max-height: 50px !important
  }

  .boutE{
    margin-top: 10px !important; 
    font-size: 10px
  }

  #cont0{
    margin-top: 70px !important; 
    border-radius: 0%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
min-height: 100px !important
  }

  .rc1{
    margin-top: 0px !important; 
  }

  .rc1 h1{
    font-size: 25px !important; 
    margin-top: 30px !important
  }

  .rc1 p{
    margin-top: 10px !important
  }

  .rc2{
    min-height: 100px !important;
    margin-top: 10px 
  }

  .rc2 img{
    position: relative !important;
    top: 0 !important; 
    max-height: 200px !important; 
  }

  .rc3{
    display: none;
  }

  .rc4{
    padding: 0 !important; 
  }

  .rc4 p{
    margin-top: 0 !important
  }

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

  .rc4-2{
    padding: 0; 
    margin-top: 0 !important
  }

  .rc5{
    padding: 0; 
    margin-top: 20px;
  }

  .rc5 .col-lg-12{
    min-height: 100px !important
  }

  .rc6{
    -webkit-clip-path: polygon(51% 5%, 100% 0, 100% 100%, 0 100%, 0 0) !important;
clip-path: polygon(51% 5%, 100% 0, 100% 100%, 0 100%, 0 0) !important;
padding-top: 60px !important
  }

  .rcm10{
    margin-top: 10px !important
  }

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

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

  .rc7{
    min-height: 100px !important; 
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .rc8{
    background-image: url(../images/fnd9-1.png) !important;
    background-size: cover !important; 

  }

  .rc9{
    min-height: 100px !important
  }

  .imrc1{
    margin-top: -170px !important
  }

  .rc10{ 
    min-height: 180px !important; 
    border-radius: 0% !important
  }

  .rc10 .rcm10 .col-xs-6{
    margin-top: 10px
  }

  #badgeT2{
    height: 40px !important; 
    width: 40px !important; 
    padding-top: 12px !important; 
    font-size: 15px !important
  }

  #conts1{
    min-height: 100px !important; 
    margin-top: 70px !important; 
    padding-bottom: 30px; 
    border-radius: 0%;
  }

  #conts1 h1{
    margin-top: 40px !important;
    font-size: 30px !important
  }

  #contc1{
    min-height: 100px !important; 
    margin-top: 70px !important; 
    padding-bottom: 30px; 
    border-radius: 0%;
  }

  #contc1 h1{
    margin-top: 40px !important;
    font-size: 30px !important
  }

  #contcb1{
    min-height: 100px !important; 
    margin-top: 70px !important; 
    padding-bottom: 30px; 
    border-radius: 0%;
  }

  #contcb1 h1{
    margin-top: 40px !important;
    font-size: 30px !important
  }

  .rc11{
    min-height: 90px !important;
    border-radius: 0% !important; 
    margin-top: 20px !important
  }

  .rcp10{
    padding-top: 10px !important
  }

  .bdr0{
    border-radius: 0% !important
  }

  #nhmenu{
    width: 100%; 
  }

  #menu{
    margin-top: 10px !important;
    border-top: solid 1px #aaa;
    padding: 0 !important; 
    
  }

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

  .dropdown-menu{
  position: relative !important;
  padding-top: 10px; 
  padding-bottom: 10px; 
  margin-left: 40px; 
  margin-top: 15px; 
}

  .dropdown-menu li{
    margin-top: 0px !important; 
    padding-top: 5px !important;
    padding-bottom: 5px !important
  }

  .bubble:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 8px 10px;
border-color: #ccc transparent;
display: block;
width: 0;
z-index: 1;
top: -10px;
left: 50%;
transform: translateX(-50%)
}



.rc11{
  padding-top: 15px; 
  padding-bottom: 15px
}

.rc11 .col-lg-12 h5{
  font-size: 10px !important
}

.rc11 .col-lg-12 h1{
  font-size: 20px!important;
  margin-top: -20px !important
}

.rc11 .col-lg-12 h2{
  font-size: 20px!important;
  margin-top: -20px !important
}

#collapseLang{
  width: 100% !important; 
  border-top: solid 1px #ccc;
  padding: 0
}

#collapseLang span{
  margin-top: 7px !important
}

#pht{
  display: none;
}

#phantom{
  display: none;
}

#resst{
  display: block !important;
}

}
