/*For general view*/

html {
  scroll-behavior: smooth;
}

a {
outline:none;
color: inherit;
}

a:hover{
	text-decoration: none;
}

button {
  outline: none !important;
}

.navbar{
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.menu{
	list-style-type: none;
	margin-top: 17px;
}

.menu li{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
}

.menu li a{
	transition: all .2s;
}

.menu li a:hover{
	color: inherit;
	opacity: 0.5;
}

#menu2{
	list-style-type: none;
	margin-top: 30px;
}

#menu2 li{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	color: #fff;
	font-size: 16px;
}

.btn{
	transition: all .2s;
}

.btn-1{
	background: #fff !important;
	border: solid 2px #666;
	border-radius: 3px;
	height: 45px;
	font-weight: bold;
	font-size: 16px;
}

.btn-1:hover{
	border: solid 2px #FA9513;
	color: #FA9513;
}

.btn-2{
	border: none;
	background: #2A2E55 !important;
	color: #fff !important;
	border-radius: 3px;
	height: 45px;
	font-weight: bold;
	font-size: 16px;
	padding-left: 50px;
	padding-right: 50px;
}

.btn-2:hover{
	background: #fff !important;
	color: #222 !important
}

.btn-3{
	border: none;
	background: #FA9513 !important;
	color: #222 !important;
	border-radius: 3px;
	height: 45px;
	font-weight: bold;
	font-size: 16px;
	padding-left: 50px;
	padding-right: 50px;
}

.btn-3:hover{
	background: #fff !important;
	color: #fff :!important;
}

.btn-4{
	border: none;
	background: #2A2E55 !important;
	color: #fff !important;
	border-radius: 3px;
	height: 45px;
	font-weight: bold;
	font-size: 16px;
	padding-left: 50px;
	padding-right: 50px;
}

.btn-4:hover{
	background: #FA9513 !important;
	color: #222 !important;
}

.btn-5{
	border: none;
	background: #FA9513 !important;
	color: #222 !important;
	border-radius: 3px;
	height: 45px;
	font-weight: bold;
	font-size: 16px;
	padding-left: 50px;
	padding-right: 50px;
}

.btn-5:hover{
	background: #2A2E55 !important;
	color: #fff !important;
}

.btn-6{
	height: 45px;
	font-weight: bold;
	font-size: 16px;
	color: #fff !important;
	border: none;
	transition: all .2s;
}

.btn-6:hover{
	opacity: .8;
}

.btn-7{
	background: none !important;
	border: solid 2px #fff;
	color: #fff;
	border-radius: 3px;
	height: 45px;
	font-weight: bold;
	font-size: 16px;
}

.btn-7:hover{
	border: solid 2px #FA9513;
	color: #FA9513;
}

.current-menu a{
	color: #FA9513 !important;
	opacity: 1 !important;
	font-weight: bold;
}

button i{
	position: absolute;
	margin-top: 4px;
	margin-left: -15px;
}

.row{
	padding-left: 20px; 
	padding-right: 20px;
}

.filtre-bas-1{
	position: absolute; 
	margin-left: 0;
	width: 100%;
	bottom: 0; 
	padding-top: 50px; 
	padding-bottom: 30px;
	background: rgb(12,12,13);
	background: linear-gradient(0deg, rgba(12,12,13,1) 0%, rgba(9,9,9,0.8015581232492998) 35%, rgba(10,10,10,0) 100%);
}

.badge-1{
	width: 65px;
	height: 65px;
	background: #fff;
	border-radius: 100%;
	border: none;
}

.badge-2{
	border: none;
	border-radius: 5px;
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #ccc;
	color: #222;
	font-size: 18px;
	margin-bottom: 5px;
}

.wall-column {
  display: block;
  position: relative;
  width: 33.33%;
  float: left;
  padding: 0 5px;
  box-sizing: border-box;
}

.wall-item {
  float: left;
  margin-top: 10px;
  transition: all 220ms;
  background: #fff;
  padding: 0px;
}

.wall-item:hover{
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1) !important;
}

.wall-item img{ 
	margin: 0 !important;
	border-radius: 0px !important; 
	box-shadow: none !important;
	transition: all .3s;
}

.wall-item img:hover{
  transform: none !important;  
  filter: brightness(.5);
}

.form-part input{
	border: solid 1px #999;
	box-shadow: none !important;
	height: 40px;
}

.form-part input:focus{
	border: solid 1px #FA9513;
}

.nav-tabs{
	margin-top: 5px; 
	background: #ddd; 
	border-radius: 5px; 
	padding: 5px; 
	padding-bottom: 6.2px; 
	border: none
}

.nav-tabs li{
	border-radius: 5px 5px 5px 5px !important;
	width: 50%;
	text-align: center;
}

.nav-tabs li a{
	background: none !important;
	border: none !important;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #222 !important;
}

.nav-tabs .active{
	background: #fff;
}

.contbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.contbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: none;
  border: solid 2px #bbb;
  border-radius: 7px;
}

.contbox:hover input ~ .checkmark {
  background-color: none;
}

.contbox input:checked ~ .checkmark {
  background-color: #2196F3;
  border: solid 2px #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.contbox input:checked ~ .checkmark:after {
  display: block;
}

.contbox .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal {
 text-align: center;

}

.modal:before {
 content: '';
 display: inline-block;
 height: 100%;
 vertical-align: middle;
 horizontal-align: middle;
 margin-right: -0.25em;
}

.modal-dialog {
 display: inline-block;
 vertical-align: middle;
 horizontal-align: middle;
 text-align:left;
}

.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%;
    box-shadow: none;
    -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;
  }


.badgeNotif{
  position: absolute;
  font-weight: normal;
  border-radius: 3px;
  padding: 7px;
  margin-top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(64,64,64,1);
  z-index: -1;
  opacity: 1;
  transition: all .1s;
}

.badgeNotif:after{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 8px 7px 0;
	border-color: rgba(64,64,64,1) transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
}

.port-part::-webkit-scrollbar {
  width: 5px;
}

.port-part::-webkit-scrollbar-track {
  background: rgba(102, 102, 102, .2);
  border-radius: 100px;
}

.port-part::-webkit-scrollbar-thumb {
  background: rgba(102, 102, 102, .5);
  border-radius: 100px;
}

.port-part::-webkit-scrollbar-thumb:hover {
  background: rgba(102, 102, 102, .7);
}

/* Create the loading spinner */
.loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #3498db;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite; /* Use the 'spin' animation */
}

/* Define the 'spin' animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* ]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) {

	.navbar{
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.mobcontfl-1{
		margin-top: 65px !important;
	}
	
	.mobteltop{
		display: none !important;
	}

	.mobmenu{
		display: none !important;
	}

	.mobmenu-icon{
		display: inline-block !important;
		margin-right: 10px !important;
		margin-top: 17px !important;
	}

	.mobcol-1{
		padding: 0 !important;
	}

	.mobcol-2{
		padding-bottom: 15px !important;
	}

	.mobcol-3{
		margin-top: -5px !important;
	}

	.mobrow-1{
		padding-bottom: 20px !important;
	}

	.mobnvb-0{
		display: inline-block !important;
	}

	.mobnvb-1{
		margin-left: -20px !important;
	}

	.mobh1-1{
		font-size: 40px !important;
	}

	.mobh3-1{
		margin-left: 15px !important;
	}

	#targetDiv{
		display: block !important;
	}

	.divcont-sourceDiv{
		display: none !important;
	}

	.mobpadlr-0{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.mobpadlr-10{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.mob-modalshare{
		width: auto !important;
	}
	
}

