/**

  frontend main css

**/

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #1C2434;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}




a{
  text-decoration: none !important;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.img_listings_overlay{
  z-index: 0 !important;
}
.carousel-control-next, .carousel-control-prev{
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 1 !important;
  border: 25px !important;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; 
}
/*! CSS Used from: Embedded */
body{font-family:'Archivo', sans-serif!important;}
/*! CSS Used fontfaces */
@font-face{font-family:'Barlow';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s52Hs.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;}
/* @font-face{font-family:'Barlow';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass52Hs.woff2) format('woff2');unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Barlow';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;} */
/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
} 
.main_wrapper{
  margin : 0px !important;
}
.header_phone{
  display: flex !important;
  align-items: center !important;
}

.header_phone a{
 margin-left: 10px !important;
}
.select2-container--default .select2-selection--multiple {
  background-color: transparent !important;
  border: 0px !important;}

  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border : 0px !important;
  }
  #btn-cont-submit_sh{
    background-color: #73BFE5;
      color: white;
  }
  
  #footer_latest_widget-6{
    margin-bottom : 0px !important;
  }
  #footer_latest_widget-7{
    margin-bottom : 0px !important;
  }
/* h5:after {
  color: #60A5C5;
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #60A5C5;
  content: " ";
  width: 50px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
} */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: white !important;
  color: black !important;

  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border : 1px solid #dbdbdb !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  outline: none;
  transition: 0.4s;
}
@import url('https://fonts.googleapis.com/css?family=Archivo');
 
body{
  font-family: 'Archivo', sans-serif !important;
}

.input_border{
  
  border: 1px solid #666 !important;

}
.select2-selection__arrow{
 /* height: 100% !important;*/
}

.select2-selection--single{
  border: 1px solid #666 !important;
  /*height: 100% !important;*/

}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active-accordion{
  background-color: #dbdbdb !important;
  border:none !important;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #f5f5f5 !important;
  display: none;
  overflow: hidden;
  transition: 0.2s ease-out;
}
.accordion h3:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
  margin-top : 10px;
}

.active-accordion h3:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.d-none{
  transition: .4s;
}
.mgb-police{
	font-family : 'Archivo'
}
.mgb-section .rounded-t-5 {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.mgb-section .rounded-t-5 {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.mgb .validate, .mgb-section .validate{
  color: red !important;
  padding: 5px 15px !important;
  font-size: 10px !important;
}

.mgb .mgb-separator-5{
  margin: 50px 0px;
}

.mgb .mgb-cut-text { 
  text-overflow: ellipsis;
  overflow: hidden; 
  white-space: nowrap;
}


.mgb .mgb-success-ing { 
  width: 75px;
  height: 75px;
}

.mgb .mgb-separator-3{
  margin: 35px 0px;
}

/* remove input number arrow */

/* Chrome, Safari, Edge, Opera */
.mgb input::-webkit-outer-spin-button,
.mgb input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.mgb input[type=number] {
  -moz-appearance: textfield;
}

.mgb .btn-danger{
  color: #fff !important;
  background-color: #9A1026 !important;
}

.mgb .btn-danger:hover {
  background-color: #570614 !important;
}

.mgb .m-menu .active-switcher{
  border-bottom: 3px solid #000 !important;
}

#signature{
  height: 345px;
  border: 2px dashed #E8E8E8;
  cursor: url("../img/pen.png")15 15, auto;
}

#signature .jSignature{
  height: 335px !important;
}

.mgb .mgb-price{
  color: #9A1026 !important;
}


/**
Dashboard sidebar
**/

.mgb .mgb-nav{
  min-height: 55vh;
  list-style-type: none !important;
  font-size: 18px;
  text-transform: uppercase;
}
.border-r{
  border:1px solid white;
  border-top:0px;
  border-left:0px;
  border-bottom:0px;
}
.mgb .mgb-nav li.item {
  padding: 20px 10px;
  border-bottom: 1px solid #E8E8E8;
}

.mgb .mgb-nav li.item:last-child{
  border-bottom: 1px solid #E8E8E8;
}

.mgb .mgb-nav li.item a{
  cursor: pointer;
  color: #000 !important;
}

.mgb .mgb-nav li.item a i{
  font-style: 16px !important;
  margin-right: 10px;
}

.mgb .mgb-nav li.item a:hover{
  text-decoration: none !important;
  color: #9A1026 !important;
  font-weight: bold;
}

.mgb .mgb-nav li.item.active{
  border-right-color: #fff;
  border-left: 2px solid #9A1026;
}

.mgb .mgb-nav li.item.active a{
  color: #9A1026 !important;
  font-weight: bold;
}

/**
end Dashboard sidebar
**/

/**
Dashboard content 

**/
.mgb .mgb-card-link {
  text-decoration: none !important;
  cursor: pointer;
}

.mgb .mgb-card-link .mgb-card{
  background-color: #F5F5F5;
  border: none !important;
  border-radius: 15px;
}

.mgb .mgb-card-link .mgb-card .card-body img{
  margin-top: 20px;
}

.mgb .mgb-card-link .mgb-card .card-body h4.title{
  font-size: 18px;
  color: #9A1026;
  margin: 10px 0px;
}

/**
  end Dashboard content 

**/


/**

Etablissement
**/

.mgb .isofuide-form-sub-title{
  padding: 15px 0px;
  border-bottom: 1px solid #e8e8e8;
  margin: 15px 0px;
}

.mgb .isofuilde-checkbox-list {
  list-style-type: none;
  padding: 0px !important;
}

.mgb .isofuilde-checkbox-list li{
  display: inline-block;
  margin: 0px 15px;
  position: relative;
}

.mgb .isofuilde-checkbox-list li div{
  display: inline-block;
  position: absolute;
  top: 7px;
  min-width: 50px;
}


/* The switch - the box around the slider */
.mgb .switch {
  text-align: right;
  position: relative;
  display: inline-block;
  width: 55px;
  height: 27px;
  padding: 10px 0px;
}

/* Hide default HTML checkbox */
.mgb .switch input {
  display: none;
}

/* The slider */
.mgb .mgb-slider {
  width: 50px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.mgb .mgb-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.mgb input:checked + .mgb-slider {
  background-color: #9A1026;
}

.mgb input:focus + .mgb-slider {
  box-shadow: 0 0 1px #9A1026;
}

.mgb input:checked + .mgb-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.mgb .mgb-slider.round {
  border-radius: 34px;
}

.mgb .mgb-slider.round:before {
  border-radius: 50%;
}

/**
end etablissemnent
**/


/**
 file input
**/
.mgb .files-list span{
  background-color: #9A1026 !important;
  color: #fff !important;
  margin: 0px 10px;
}

.mgb .file-loader.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.mgb .file-loader.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.mgb .file-loader.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.mgb .file-loader.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.mgb .file-loader.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.mgb .file-loader.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


@media (min-width: 992px) {
  .mgb-section .rounded-tr-lg-0 {
    border-top-right-radius: 0;
  }

  .mgb-section .rounded-bl-lg-5 {
    border-bottom-left-radius: 0.5rem;
  }
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /**
Dashboard sidebar
**/
.mgb .mgb-nav{
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 35px;
}


/**
end Dashboard sidebar
**/




  

}







