/*For computer view*/

html {
  scroll-behavior: smooth;
}

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

button {
  outline: none
}

p{
  font-size: 14px;
  font-weight: 100;
}

h4{
	font-weight: 500;
}

.lds-spinner {
  color: #e82c1a;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #4EB531;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}




#badgeNull{
	border: none;
	background: none;
	border-radius: 0%;
	font-weight: normal;
	padding: 0;
	color: inherit;
	font-size: inherit;
}

#badgeTypeAvatar{
	border: none;
	background: none;
	border-radius: 0%;
	font-weight: normal;
	padding: 0;
	color: inherit;
	font-size: inherit;
}

.bav{
	border: none;
	background: none;
	border-radius: 0%;
	font-weight: normal;
	padding: 0;
	color: inherit;
	font-size: inherit;
}


.modal.left .modal-dialog,
  .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    z-index: 9999999 !important;
    width: 60% !important;
    border-radius: 0px;
    background: #eeeeee;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }

  .modal.left .modal-content,
  .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
  }
  
  .modal.left .modal-body,
  .modal.right .modal-body {
    padding: 15px 15px 80px;
  }

/*Left*/
  .modal.left.fade .modal-dialog{
    left: -220px;
    -webkit-transition: opacity 0.1s linear, left 0.1s ease-out;
       -moz-transition: opacity 0.1s linear, left 0.1s ease-out;
         -o-transition: opacity 0.1s linear, left 0.1s ease-out;
            transition: opacity 0.1s linear, left 0.1s ease-out;
  }
  
  .modal.left.fade.in .modal-dialog{
    left: 0;
  }

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

.navbar{
    border-bottom: solid 1px #ccc;
    margin-bottom: 0;
}

.affix{
    width: 100%;
    z-index: 999;
    background: #fff;
    margin-top: -33px;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.2);
    border-top: solid 5px #4FB832;
}

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

#menu li{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px;
    border-radius: 3px;
    color: #666;
    transition: all .4s;
}

#menu li:hover{
    background: #eee;
}

#menu2 li{
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.active{
    background: #F25423 !important;
    color: #fff !important;
}

.btn:hover{
    opacity: .7;
}

#bouton1{
    background: #4FB832;
    padding: 15px;
    border: none;
    color: #fff;
    transition: all .4s;
}

#bouton2{
    background: #F25423;
    padding: 15px;
    border: none;
    color: #fff;
    transition: all .4s;
}

#bouton3{
    background: #DEF248;
    padding: 15px;
    border: none;
    color: #222;
    transition: all .4s;
}

#badgeType1{
    height: 70px; 
    width: 70px;
    border-radius: 100%;
    background: #4FB832;
    border: none;
    padding-top: 20px;
}

#badgeType2{
    background: #F25423;
    color: #fff;
    font-weight: normal;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
}

#badgeType3{
    background: #4FB832;
    color: #fff;
    font-weight: normal;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
}

.form-carr input{
    min-height: 50px;
    font-size: 16px;
}

.form-mail input{
    min-height: 50px;
    font-size: 16px;
}

.form-carr textarea{
    min-height: 200px;
    font-size: 16px;
}

/* ]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{
        text-decoration: none !important;
    }
    
    .navbar{
        border-top: solid 2px #4FB832 !important; 
    }
    
    .affix{
        margin-top: 0 !important;
    }
    
    .navbar-header{
        display: inline-block !important;
    }
    
    .container-fluid{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .topcont{
        margin-top: 20px !important;
    }

    .modal{
        width: 100% !important;
        padding: 0 !important;
    }
    
    .modal-dialog{
        width: auto !important;
        padding: 0 !important;
    }
    
    .modal-content{
        padding: 0 !important;
    }
    
    .modal-body{
        padding: 0 !important;
    }

    .mob1{
	    display: none !important;
	}
	
	.mob2{
	    display: none !important;
	}
	
	.mob3{
	    max-height: 70px !important;
	    float: left !important;
	    
	}
	
	.mob4{
	    padding-left: 25px !important;
	    padding-right: 25px !important;
	}
	
	.mob5{
	    display: inline-block !important;

	}
	
	.mob6{
	    font-size: 20px !important;
	}
	
	.mob7{
	    margin-top: -100px !important;
	    margin-left: 15px !important;
	}
	
	.mob8{
	    margin-top: 30px !important;
	    margin-left: 15px !important;
	}
	
	.mob9{
	    margin-bottom: -130px !important;
	    margin-left: 15px !important;
	}
	
	.mob10{
	    margin-top: 0px !important;
	}
	
	.mob11{
	    display: none !important;
	}
	
	.mob12{
	    display: block !important;
	    margin-top: 30px !important;
	}
	
	.mob13{
	    margin-top: 30px !important;
	}
	
	.mob14{
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	    margin-top: 70px !important;
	}
	
	.mob15{
	    min-height: 100px !important;
	}
	
	.mob16{
	    margin-top: 30px !important;
	}
	
	.mob17{
	    padding: inherit !important;
	    margin-top: 30px !important;
	}
	
	.mob18{
	    display: none !important;
	}
	
	.mob19{
	    display: block !important;
	    margin-top: 30px;
	}
	
	.mob20{
	    width: 20% !important;
	}
	
	.mob21{
	    padding: 0 !important;
	}
	
	.mob22{
	    text-align: left !important;
	    margin-top: 50px !important;
	}
	
	.mob23{
	    width: 20% !important;
	    float: left !important;
	    margin-right: inherit !important;
	    margin-left: 0 !important;
	}
	
	.mob24{
	    margin-top: 30px !important;
	}
	
	.mob25{
	    padding: 0 !important;
	}
	
	.mob26{
	    padding: inherit !important;
	    margin-top: 70px !important;
	}
	
	.mob27{
	    min-height: 100px !important;
	}
	
	.mob28{
	    margin-top: 30px !important;
	}
	
	.mob29{
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}
	
	.mob30{
	    margin-top: 50px !important;
	}
	
	.mob31{
	    margin-top: 50px !important;
	}
	
	.mob32{
	    margin-top: 50px !important;
	}
	
	.mob33{
	    font-size: 16px !important;
	}
	
	.mob34{
	    display: none !important;
	}
	
	.mob35{
	    position: absolute !important;
	    display: inline-block !important;
	    margin-top: 15px !important;
	    margin-left: 20px !important;
	   
	}
	
	.mob36{
	    display: inline-block !important;
	    margin-top: 20px !important;
	}
	
	.mob37{
	    float: none !important;
	    margin-top: 15px !important;
	}
	
	.mob38{
	    text-align: center !important;
	}
	
	.mob39{
	    margin-top: 30px !important;
	}
}

