.header-holder
{
  padding-top: 0px;
  padding-bottom: 0px;
}
img.logow {
    background-color: #fff;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 5px 3px rgba(255, 255, 255, 0.75);
    width: 100%;
    position: absolute;
    top: 0;
}

#primary-menu a
{
  color: #fff;
}

.img-act
{
  border:1px solid #9671ce;
}
.fas.fa-comments
{
  color: #9671ce;
  font-size: 50px;
  margin-top: 30px;
}
.content-k:hover
{
box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.56);
}
.content-k
{
  transition: all .2s ease;
}
.timeline-block::after,.timeline-block::before {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #de5034;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    z-index: 1;
    margin-top: -5px;
}
.timeline-block::before
{
  top: 0;
}
.timeline-block::after
{
  bottom: 0;
}

.main-top {
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-top .overlay-top-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.7);
}
.main-top .overlay-top-header-destination {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.2);
}
.main-top .content {
    position: relative;
    z-index: 2;
}
.main-top .content .breadcrumbs {
    margin-top: 0;
}
.main-top .content .breadcrumbs li {
    display: inline-block;
    list-style: none;
    padding-right: 10px;
}
.page-title .breadcrumbs ul li a, .page-title .breadcrumbs ul li span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}
.main-top .content .breadcrumbs li a::after {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f105";
    margin-left: 10px;
}

.page-title .breadcrumbs ul li > span {
    color: #9671ce;
}

.main-top .content h1, .main-top .content h2 {
    font-size: 44px;
    line-height: 50px;
    color: #fff;
}
.main-top .content .banner-description {
    font-style: italic;
    color: #c8c8c8;
    font-size: 18px;
}



.atous-block {
  background-color: #f5f5f5;
  font-family: Helvetica, sans-serif;
  padding-top: 80px;
}

/* The actual timeline-k (the vertical ruler) */
.timeline-k {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline-k>div
{
  position: relative;
}
/* The actual timeline-k (the vertical ruler) */
.timeline-k::after {
  /*content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;*/
  content: '';
  position: absolute;
  width: 1px;
  background-color: #d0d0d0;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container-k {
  padding: 10px 25px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline-k */
.container-k::after {
  content: '';
position: absolute;
width: 1px;
height: 1px;
right: -5px;
background-color: #de5034;
border: 4px solid #fff;
top: 25px;
border-radius: 50%;
z-index: 1;
padding: 3px;
display: block;
}

/* Place the container-k to the left */
.left-k {
  left: 0;
  text-align: right;
}

/* Place the container-k to the right */
.right-k {
  left: 50%;
  text-align: left;
}

/* Add arrows to the left container-k (pointing right) */
.left-k::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 15px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #FCFCFC;
}

/* Add arrows to the right container-k (pointing left) */
.right-k::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 15px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #FCFCFC transparent transparent;
}

/* Fix the circle for container-ks on the right side */
.right-k::after {
  left: -9px;
}

/* The actual content */
.content-k {
  padding: 15px;
  background-color: #FCFCFC;
  position: relative;
  border-radius: 6px;
  font-size: 13px;
}
.content-k span
{
  font-size: 15px;
  line-height: 1.1;
  margin: 0 0 7px;
  display: block;
  color: #222222;
  font-weight: 700;
}
.content-k p
{
  margin: 0;
}


/* Media queries - Responsive timeline-k on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline-k::after {
    left: 50%;
  margin-left: -1px;
  z-index: 0;
  width: 2px;
  top: 10px;
  }
  
  /* Full-width container-ks */
  .container-k {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  z-index: 1;
  text-align: left;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container-k::before {
  left: 50%;
  border: medium solid white;
  border-width: 10px 10px 0px 10px;
  border-color: #FCFCFC transparent transparent transparent;
  top: 93%;
  margin-left: -10px;
  }

  /* Make sure all circles are at the same spot */
  .left-k::after, .right-k::after {
  left: 15px;
  display: none;
  }
  
  /* Make all right containers behave like the left ones */
  .right-k {
  left: 0%;
  }
}


.content-k .ii {

    width: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -30px;
    margin-left: -30px;
    height: 60px;
    text-align: center;
    line-height: 77px;

}
.content-k i
{
font-size: 34px;
border-radius: 50%;
color: #f5f5f5;
position: relative;
z-index: 1;
}
.pulse {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #9671ce;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(254,132,0,0.4);
  animation: pulse 2s infinite;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -30px !important;
  margin-left: -30px !important;
}
.right-k .pulse 
{
  right:0;
  margin-right: -30px;
  left: auto;
}
.right-k .ii 
{
  right:0;
  margin-right: -30px;
  left: auto;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 15px rgba(254,132,0,0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(254,132,0,0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(254,132,0,0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 15px rgba(254,132,0,0.4);
    box-shadow: 0 0 0 15px rgba(254,132,0,0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(254,132,0,0);
      box-shadow: 0 0 0 20px rgba(254,132,0,0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(254,132,0,0);
      box-shadow: 0 0 0 0 rgba(254,132,0,0);
  }
}

.bloc-service
{
  padding: 40px 15px;
  /*background-image: url(http://localhost/madevco/wp-content/themes/new/images/135.jpg);background-repeat: repeat;*/
  background-color: #fff;
}


.service-description
{
  position: relative;
  background: #f5f5f5;
padding-top: 35px;
display: block;
padding-bottom: 40px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
margin-top: 20px;
}
.service-description::before {
    left: 50%;
    border: solid;
    border-width: 18px;
    /*border-image: url(http://localhost/madevco/wp-content/themes/new/images/135.jpg) 100% round;*/
    border-color: #fff;
    margin-left: -18px;
    position: absolute;
    margin-bottom: -10px;
    top: 0;
    transform: rotate(45deg);
    margin-top: -18px;

}
h4
{
  color: #646464;
}
.bloc-service .list-ser ul
{
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
.bloc-service .list-ser li:hover {
    background-color: #fff;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.56);
}
.bloc-service .list-ser li {
    width: 100%;
    margin: auto;
    margin-bottom: auto;
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding: 5px 10px;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    background-color: #f5f5f5;
}
.bloc-service .list-ser li div{
  font-size: 15px;
    font-weight: 700;
    transform: scale(0.9);
    transition: all 0.7s;
    cursor: default;
  }
  .bloc-service .list-ser li:hover div
  {
    color: #000;
    transform: scale(1);
  }

.testf ul {
 list-style: none;
 margin-left: 0;
 padding-left: 1em;
 text-indent: -1em;
 }
 .testf ul li:before {
 content: "\0BB \020";
 color: #9671ce;
 font-weight: bold;
 }
 .service-description p
 {
  margin-bottom: 10px;
 }

 .btn-default
{
  border-color: #fff;
  background-color: #9671ce;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.btn-default:hover
{
   border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
 border-top-left-radius: 0px;
border-bottom-right-radius: 0px;
border-color: #9671ce;
  background-color: #fff;
  color: #9671ce;
  font-weight: bold;
}
/*.testf i
{
  margin-top: 10px;
  font-size: 30px;
  color: orange;
  padding: 10px;
  border: 2px solid;
  border-radius: 50%;
  box-shadow: 0 0 10px 5px;
}*/
/*.testf
{
  position: relative;
  display: block;
  padding-bottom: 40px;
}
.testf::before , .testf::after
{
    border: solid;
    border-width: 18px;
    border-image: url(http://localhost/madevco/wp-content/themes/new/images/135.jpg) 100% round;
    position: absolute;
    bottom: 0;
}
.testf::before
{
  left: 0
}
.testf::after
{
  right: 0
}
*/
.separation-image
{
  padding: 45px;
  background: #00000091;
}
.separation-image header
{
  padding: 20px;
}
.separation-image h2
{
  color: #f5f5f5;
  font-size: 20px;
  text-transform: none;
}


#demo-2
{
    padding-left: 20px;
}

#demo-2 input {
  outline: none;
}
#demo-2 input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}
#demo-2 input::-webkit-search-decoration,
#demo-2 input::-webkit-search-cancel-button {
  display: none; 
}


#demo-2 input[type=search] {
  /*background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;*/
  background: transparent url('../images/search.png') no-repeat 9px center;
  border: solid 1px transparent;
  /*padding: 9px 10px 9px 32px;*/
  width: 55px;
  
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#demo-2 input[type=search]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #9671ce;
  
  -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
  -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
  box-shadow: 0 0 5px rgba(109,207,246,.5);
}


#demo-2 input:-moz-placeholder {
  color: #999;
}
#demo-2 input::-webkit-input-placeholder {
  color: #999;
}

/* Demo 2 */
#demo-2 input[type=search] {
  width: 15px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
}
#demo-2 input[type=search]:hover {
  background-color: transparent;
}
#demo-2 input[type=search]:focus {
  width: 130px;
  padding-left: 32px;
  color: #fff;
  background-color: transparent;
  cursor: auto;
}
#demo-2 input:-moz-placeholder {
  color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
  color: transparent;
}


#menu-menu-principal li:hover .sub-menu
{
  display: block;
}
#menu-menu-principal .sub-menu
{
    list-style: none;
    /*margin-top: 7px;*/
    padding-left: 0;
    position: absolute;
    width: 225px;
    z-index: 9999;
    display: none;
    margin-left: 10px;
}
#menu-menu-principal .sub-menu li
{
  background: #8a1313;
}
#menu-menu-principal .sub-menu li.current-menu-item,#menu-menu-principal .sub-menu li:hover
{
  background: #5d0909;
}

#menu-menu-principal .sub-menu li a
{
  margin: 0;
    display: block;
    padding: 5px 10px !important;
  border-bottom: 1px solid #fff;
  padding-right: 0px;
}
#menu-menu-principal .sub-menu li:last-child a
{
  border-bottom: none;
}

#menu-menu-principal li.menu-item:hover ul
{
  opacity: 1;
  visibility: visible;
}
#menu-menu-principal li.menu-item a
{
  color: #fff;
  padding-bottom: 17px;
  display: block;
  padding-top: 8px;
}
#menu-menu-principal .dropdown-menu li a
{
  color: #000;
}
.menu-menu-principal-container
{
  float: left;
}
ul.dropdown-menu
{
  min-width: 234px !important;
  width: auto !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #9671ce;
    color: #fff !important;
}
@media (min-width: 992px) 
{
.equal-hight 
{
    display: table;
}

.equal-hight [class*="col-"] {
    float: none;
    display: table-cell;
}
.blok-top
{
  vertical-align: top;
}
.blok-center-vertical
{
  vertical-align: middle;
}
}

.after-h2 h2::after {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 70px;
    height: 3px;
    text-transform: uppercase;
    background-color: #9671ce;
}
.after-h2 h2.direction-arabic::after {
    right: 0;
    left: auto;
}
.after-h2 h2
{
font-size: 25px;
padding-bottom: 10px;
margin-bottom: 27px;
position: relative;
}
.after-h2 h2.direction-arabic
{
  direction: rtl;
}
.blok-pq-madevco
{
  border-bottom: 6px solid #9671ce;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.blok-text::before
{
  position: absolute;
  border-bottom: 2px solid #fff;
  left: 50%;
  z-index: 1;
  bottom: 0;
  margin-bottom: -16px;
  transform: rotate(45deg);
  margin-left: -15px;
  background: #222222;
  width: 30px;
  height: 30px;
  border-right: 2px solid #fff;
}
.blok-text
{
padding: 35px 20px 20px 20px;
background: #222222;
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
position: relative;
text-align: center;
}
.blok-text h2
{
color: #fff;
font-size: 26px;
line-height: 36px;
margin: 0;
text-transform: none;
}
.blok-text h3
{
font-size: 17px;
line-height: 24px;
color: #b1b1b1;
margin-top: 10px;
text-transform: none;
}
.blok-button
{
  padding: 100px 0 100px 0;
}
.blok-button a
{
font-size: 25px;
padding: 0px 34px;
}
.bg-orange
{
background: rgba(255,175,75,1);
background: -moz-linear-gradient(-45deg, rgba(255,175,75,1) 0%, rgba(255,175,75,1) 23%, rgba(255,175,75,1) 23%, rgba(254,132,0,1) 42%, rgba(254,132,0,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(23%, rgba(255,175,75,1)), color-stop(23%, rgba(255,175,75,1)), color-stop(42%, rgba(254,132,0,1)), color-stop(100%, rgba(254,132,0,1)));
background: -webkit-linear-gradient(-45deg, rgba(255,175,75,1) 0%, rgba(255,175,75,1) 23%, rgba(255,175,75,1) 23%, rgba(254,132,0,1) 42%, rgba(254,132,0,1) 100%);
background: -o-linear-gradient(-45deg, rgba(255,175,75,1) 0%, rgba(255,175,75,1) 23%, rgba(255,175,75,1) 23%, rgba(254,132,0,1) 42%, rgba(254,132,0,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,175,75,1) 0%, rgba(255,175,75,1) 23%, rgba(255,175,75,1) 23%, rgba(254,132,0,1) 42%, rgba(254,132,0,1) 100%);
background: linear-gradient(135deg, rgba(255,175,75,1) 0%, rgba(255,175,75,1) 23%, rgba(255,175,75,1) 23%, rgba(254,132,0,1) 42%, rgba(254,132,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#9671ce', GradientType=1 );

}


.btn-warning {
    color: #9671ce;
    background-color: #fff;
    border-color: #9671ce;
}

.btn-warning:hover {
    color: #fff;
    background-color: #feaa00;
    border-color: #fff;
}




/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Filter Partenaire xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
  font-size: 18px;
  border: 1px solid #9671ce;
  border-radius: 5px;
  text-align: center;
  color: #9671ce;
  margin-bottom: 30px;
  background: #fff;
}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #9671ce;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #9671ce;

}
.btn-default:active .filter-button:active
{
    background-color: #9671ce;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.gallery_product > div {

    border: 1px solid #c7c7c7;
    padding: 30px 0;
    box-sizing: border-box;
    -webkit-box-shadow: 5px 5px 5px 1px rgba(92,92,92,1);
    -moz-box-shadow: 5px 5px 5px 1px rgba(92,92,92,1);
    box-shadow: 5px 5px 5px 1px rgb(163, 163, 163);

}
.gallery_product img
{
  margin: auto;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx End Filter Partenaire xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.nos-partenaires
{
  position: relative;
  margin-bottom: 30px;
}
.block_partenaires
{
  margin-top: 30px;
}
.arrow-down
{
  position: absolute;
  left: 50%;
  bottom:0;
  margin-left: -20px;
  margin-bottom: -20px;
  animation: MoveUpDown 3s linear infinite;
}
.arrow-down img
{
  width:40px;
  height:40px;
}



@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
}



.why-panel-group .panel-heading, .why-panel-group.panel-group .panel-heading
{
  background-color: #9671ce;
}

.panel-heading a
{
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.panel-heading a:hover,.panel-heading a:focus,.panel-heading a:active
{
  color:#fff;
}
.why-panel-group .panel-body, .why-panel-group.panel-group .panel-body
{
  padding: 20px;
}




#fancyTabWidget {
  margin-top:30px;
  margin-bottom:40px;
}

#fancyTabWidget h1, #fancyTabWidget h2, #fancyTabWidget h3, #fancyTabWidget h4, #fancyTabWidget h5, #fancyTabWidget h6 {
  font-weight:700;
}

#fancyTabWidget .fancyTab {
  text-align: center;
  padding:15px 0;
  background-color: #eee;
  box-shadow: 0 0 0 1px #ddd;
  top:15px; 
  transition: top .2s;
}

#fancyTabWidget .fancyTab.active {
  top:0;
  transition:top .2s;
}

#fancyTabWidget .whiteBlock {
  display:none;
}

#fancyTabWidget .fancyTab.active .whiteBlock {
  display:block;
  height:2px;
  bottom:-2px;
  background-color:#fff;
  width:99%;
  position:absolute;
  z-index:1;
}

#fancyTabWidget .fancyTab a {
  font-size:1.65em;
  font-weight:300;
  transition:.2s;
  color:#333;
}

/*.fancyTab .hidden-xs {
  white-space:nowrap;
}*/

#fancyTabWidget .fancyTabs {
  border-bottom:2px solid #ddd;
  margin: 15px 0 0;
}

#fancyTabWidget li.fancyTab a {
  padding-top: 15px;
  top:-15px;
  padding-bottom:0;
}

#fancyTabWidget li.fancyTab.active a {
  padding-top: inherit;
}

#fancyTabWidget .fancyTab .fa {
  font-size: 40px;
  width:100%;
  padding: 15px 0 5px;
  color:#666;
}

#fancyTabWidget .fancyTab.active .fa {
  color: #9671ce;
}

#fancyTabWidget .fancyTab a:focus {
  outline:none;
}

#fancyTabWidget .fancyTabContent {
  border-color: transparent;
  box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
  padding: 30px 15px 15px;
  position:relative;
  background-color:#fff;
}

#fancyTabWidget .nav-tabs > li.fancyTab.active > a, 
#fancyTabWidget .nav-tabs > li.fancyTab.active > a:focus,
#fancyTabWidget .nav-tabs > li.fancyTab.active > a:hover {
  border-width:0;
}

#fancyTabWidget .nav-tabs > li.fancyTab:hover {
  background-color:#f9f9f9;
  box-shadow: 0 0 0 1px #ddd;
}

#fancyTabWidget .nav-tabs > li.fancyTab.active:hover {
  background-color:#fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

#fancyTabWidget .nav-tabs > li.fancyTab:hover a {
  border-color:transparent;
}

#fancyTabWidget .nav.nav-tabs .fancyTab a[data-toggle="tab"] {
  background-color:transparent;
  border-bottom:0;
}

.nav-tabs > li.fancyTab:hover a {
  border-right: 1px solid transparent;
}

#fancyTabWidget .nav-tabs > li.fancyTab > a {
  margin-right:0;
  border-top:0;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

#fancyTabWidget .nav-tabs > li.fancyTab {
  margin-right:0;
  margin-bottom:0;
}

#fancyTabWidget .nav-tabs > li.fancyTab:last-child a {
  border-right: 1px solid transparent;
}

#fancyTabWidget .nav-tabs > li.fancyTab.active:last-child {
  border-right: 0px solid #ddd;
  box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

#fancyTabWidget .fancyTab:last-child {
  box-shadow: 0 0 0 1px #ddd;
}

#fancyTabWidget .tabs .nav-tabs li.fancyTab.active a {
  box-shadow:none;
  top:0;
}


#fancyTabWidget .fancyTab.active {
  background: #fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
  padding-bottom:30px;
}

#fancyTabWidget .arrow-down {
  display:none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #9671ce;
  position: absolute;
  top: -1px;
  /*left: calc(50% - 20px);*/
  left: 50%;
}

#fancyTabWidget .arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px;
}

#fancyTabWidget .fancyTab.active .arrow-down {
  display: block;
}

.nav-tabs > li > a{
  color: #000;
  font-weight: bold;
}
.nav-tabs > li.active > a{
  color: #FFF;
  background-color: #c1129e;
}

@media (max-width: 1200px) {
  
  #fancyTabWidget .fancyTab .fa {
    font-size: 36px;
  }
  
  #fancyTabWidget .fancyTab .hidden-xs {
    font-size:22px;
  }
    
}
  
  
@media (max-width: 992px) {
    
  #fancyTabWidget .fancyTab .fa {
    font-size: 33px;
  }
    
  #fancyTabWidget .fancyTab .hidden-xs {
    font-size:18px;
    font-weight:normal;
  }
    
}
  
  
@media (max-width: 768px) {
    
  #fancyTabWidget .fancyTab > a {
    font-size:18px;
  }
    
  #fancyTabWidget .nav > li.fancyTab > a {
    padding:15px 0;
    margin-bottom:inherit;
  }
    
  #fancyTabWidget .fancyTab .fa {
    font-size:30px;
  }
    
  #fancyTabWidget .nav-tabs > li.fancyTab > a {
    border-right:1px solid transparent;
    padding-bottom:0;
  }
    
  #fancyTabWidget .fancyTab.active .fa {
    color: #333;
  }
  
}

    
.range-mobile {
    margin-bottom: 20px;
  }

.dropdown-toggle
{
  background: #fff;
border: 1px solid #e8e8e8;
color: #777777 !important;
font-size: 14px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #d96d03;
}

.bootstrap-select .dropdown-menu .selected{
    text-decoration: none;
    outline: 0;
    background-color: #d96d03;
    color : #fff !important;
}



/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx radio button style xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.buying-selling {
    width: 100%; 
    position: relative;
}

.buying-selling-word {
    font-size: 15px;
    font-weight: 600;
    margin-left: 22px;
}

.radio-dot:before, .radio-dot:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 100%;
}

.radio-dot:before {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    top: 12px;
    left: 16px;
}

.radio-dot:after {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 16px;
    left: 20px;
}

.buying-selling.active.buying-selling-word:hover{
    color: #fff;
}
.buying-selling.active.buying-selling-word,.btn.focus {
    color: #9671ce;
}

.buying-selling.active .radio-dot:after {
    background: #9671ce;
}

.buying-selling:hover .radio-dot:after {
    background: #e6e6e6;
}

.buying-selling.active:hover .radio-dot:after {
    background: #9671ce;
    
}
.btn-civiliter {
    color: #9671ce;
    background-color: #fff;
    border-color: #9671ce;
}
.btn-civiliter:hover{
    color: #fff;
    background-color: #9671ce;
    border-color: #d46904;
}
input[type="radio"] {

    display: none;

}
@media (max-width: 400px) {
    
    .mobile-br {
        display: none;   
    }

    .buying-selling {
        width: 100%;
        position: relative;
        margin-top: 5px
    }

}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx End radio button style xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/


.slider.slider-horizontal
{
  width: 100%;
}

.slider .tooltip.top {
margin-bottom: -30px;
bottom: 0;
position: absolute;
margin-left: 0;
font-size: 14px;
background: #9671ce;
color: #fff;
font-weight: bold;
padding: 0 10px;
left: auto !important;
right: 0;
}
.slider.slider-horizontal .tooltip {
    -ms-transform: none;
    transform: none;
}
.slider-handle {
    background-color: #9671ce;
    background-image: none;
    }

/**********************************************************GENERAL***************************************************************************/
.slider-selection {
  background: #f77500 !important;
}

.slider-handle {
  background-color: #fff !important;
  background-image: none !important;
  -webkit-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
  -moz-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
  box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
}
/*.inner.open
{
  max-height: 190px !important; 
}*/
.slider
{
  display: block;
}
.dropdown-header.optgroup-1,.dropdown-header.optgroup-2,.dropdown-header.optgroup-3
{
  background-color: #ccc
}


.footer-area .fab
{
  margin-right: 10px;
      border: 1px solid #9671ce;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 27px;
}


.bloc-team {
    padding: 40px 15px;
    background-color: #fff;
}

/*.profil-team figure{
position: absolute;
bottom: 0;
background: #9671ced6;
left: 15px;
right: 15px;
padding: 10px 15px;
opacity: 0;
visibility: hidden;
}
.profil-team:hover figure
{
  opacity: 1;
  visibility: visible;
  transition: all .7s;
}
.bloc-team figure span
{
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
*/
.profil-team figure{
padding: 10px;
}
.bloc-team figure div
{
  font-weight: bold;
  display: block;
}
.bloc-team figure .team-name
{
  color: #333;
  font-size:16px; 
}
.bloc-team figure .team-fonction {
    color: #9b9b9b;
    font-size: 12px;
    font-style: italic;
}
.bloc-team figure .team-boss-name
{
  font-size: 32px;
  color: #000;
  font-weight: bold;
  display: block;
}
.bloc-team figure .team-boss-fonction,
.bloc-team figure .team-boss-detail
{
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.bloc-team figure .team-boss-detail ul
{
    padding-left:15px;
    margin-top:10px;
}
.bloc-team figure .team-boss-detail
{
  color: #333;
}
.team-boss-fonction {
    border-left: 5px solid #9671ce;
    color: #9b9b9b;
}
.team-boss-fonction em{
  margin-left: 7px;
}
.profil-team img{
  -webkit-filter: grayscale(100%) drop-shadow(3px 3px 4px gray);
  filter: grayscale(100%) drop-shadow(3px 3px 4px gray);
}
.pagination .nav-links
{
  margin: auto;
}
.page-numbers li {
  display: inline-flex;
  border: 1px solid #9671ce;
}
.page-numbers li a{
    background: #fff;
    text-align: center;
    font-weight: bold;
    color: #9671ce;
}
.page-numbers li span{
    background: #9671ce;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev {
    vertical-align: middle;
    text-decoration: none;
    max-width: 100%;
    padding: 0 .4em;
    background-color: transparent;
    color: #9671ce;
}

body.search .search-field {
    margin-bottom: 20px;
    width: 100%;
    height: 40px;
    padding-left: 5px;
    display: block;
    border: 1px solid #cccccc;
    border-radius: 3px;
}
body.search .search-submit {
  border: 1px solid #9671ce;
  background: #fff;
  color: #9671ce;
  height: 39px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: bold;
}
.comment-form input[type="submit"]:hover, .post-password-form input[type="submit"]:hover, .search-form input[type="submit"]:hover {

    opacity: 1;
    background: #9671ce;
    color: #fff;

}
.results-none p {
    background: #eaeaea;
    padding: 30px 10px;
    font-size: 16px;
    color: #414141;
    border-radius: 10px;
}

.results-none p img{
    width: 50px;
    display: block;
    margin: auto;
}
.mx-0
{
  margin: 0;
}

#nav-article .box {
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center right;
    min-height: 125px;
    padding-top: 30px;
    color: #fff;
    background-color: #5170b1;
}

#nav-article .text {
    padding-right: 50px;
    text-align: left;
    font-size: 20px;
    color: #f4f4f4;
    line-height: 1.5;
}
.box-rapide {
    background-image: url('http://localhost/Madevco/wp-content/themes/new/images/picto-rapide.png');
}
.ft-address dd
{
  color: #fff;
}
p{
  margin-bottom: 10px;
}
/*p:last-child {
    margin-bottom: 26px;
}*/
#fancyTabWidget h2{
  font-size: 25px;
  padding-bottom: 17px;
  margin-bottom: 27px;
    margin: 0 0 30px;
    position: relative;
  }
#fancyTabWidget h2::after {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    background-color: #9671ce;
    width: 39px;
    height: 1px;
}

.fixed_left {
    position: fixed;
    right: 0;
    width: 40px;
    z-index: 99999;
    top: 100px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

.fixed_left a {
  background-color: #fff;
    display: block;
    margin-bottom: 5px;
    transition: all ease-in-out .5s;
    padding: 0px 5px 2px 0px;
}
.fixed_left a:first-child
{
border-top-left-radius: 5px;
}
.fixed_left a:last-child {
border-bottom-left-radius: 5px;
}
.fixed_left img
{
  border-radius: 4px;
  margin: 5px;
  
}
.fixed_left a:hover img {
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    transform: rotate(1800deg);
    transition: .6s;
    /*transition: .6s cubic-bezier(0,1.5,.5,1);*/
}

.call-video .seperator-head
{
    margin-bottom:30px;
}

@media (max-width: 992px) {

  #menu-top1
  {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #menu-top1 .current_page_item
  {
    background-color: #9671ce;

  }
 #menu-menu-principal li.menu-item a
  {
    color: #000;
    font-weight: 700;
    padding-bottom: 8px;
  }
  #menu-menu-principal li.menu-item:hover ul
{
  display: block;
  position: relative;
  float: none;
  background-color: #c7c7c7;
}


  .menu-menu-principal-container
  {
    width: 100%;
  }
  .header-holder
  {
    background-color: linear-gradient(to bottom,rgba(0,0,0,.7) 0,transparent 200%);
  }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        background-color: #c1129e;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar
    {
      margin-top: 0px;
    }
    .navbar-toggle .icon-bar
    {
      background-color: #000;
    }
    .logo
    {
      margin-top: 16px;
    }

   	.contact-block-abs .content-table
   	{
   		position: relative !important;
   	}
   	.contact-block {
    padding-top: 30px !important;
}

}


