/*
////// Portfolio Client	
*/
.portfolio-client img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;  
    }
.portfolio-client  img:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1);
    }
    
/*
//// bootstrap 5 column	
*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.vcenter {
    display: flex;
    align-items: center;
}
span.wpcf7-list-item { display: block; }

/*delegues regionaux*/

.padtop h4{
	padding-top: 300px;
}

/*FONT AWESOME MENU*/
/* styling for menu icons */
.main-navigation ul li {
	width: 100%;
}
.fa-user-circle::before {
	float: right !important;
	margin-top: 6px;
	width: 15px;
}
.navbar-collapse ul li.fal.fa-2x a {

    font-family: 'Montserrat', sans-serif;

}

/*col ilmage full*/
.hvr-underline-from-center::before {
	padding-top: 3px;
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2CDB72 !important;
    height: 4px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
/*///////////////////
      MAPPLIC
///////////////////*/
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0 !important;
}
.mapplic-lightbox {
    background-color: #0033ccb3 !important;
}
.mapplic-lightbox-description {
    color: white;
}
.mapplic-lightbox-title {
    color: #fff !important;
}
.mapplic-container {
	width: 100% !important;	
}
/*.mapplic-tooltip-content {
    max-height: 300px !important;
}*/
.mapplic-tooltip {
    max-width: 600px !important;
    min-width: 380px !important;
}
.mfp-close-btn-in .mfp-close {
    color: #fff !important;
}
#mapplic-id811{
	height:700px !important;
}

#page-template-template-qui-sommes-nous .mapplic-lightbox-title {
    display: none !important;
}

#page-template-template-qui-sommes-nous .mapplic-lightbox {
    padding: 33px;
    max-width: 700px;
    text-transform: uppercase;
    font-weight:200;
}
/*#mapplic-id816 {
    height: 500px !important;
}
@media (max-width: 667px) {
.mapplic-container {
    height: 500px !important;
}
}*/
/*///////////////////
      MAPPLIC
///////////////////*/
#mapplic-id811 {
    margin-top: 50px;
}
.noshow {
  display: none;
}


.margin40{
	margin:0px 40px;
}
.margin50{
	margin:50px 0px;
}
.margin5040{
	margin:50px 40px;
}
/* CUSTOM PINS */
.mapplic-pin.my-new-pin {
    background-image: url('../img/pinmap.html');
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
}
/*/////////////////
	
	LETTRINE
	
////////////////
.maintext p:first-of-type:first-letter {
  font-family:inherit;
  font-size:3.5em;
  padding-right:0.2em;
  float:left;
  color:black;
}*/
.maintext a {
color: #0A38D4 !important;
}

/*/////////////
	MONARCH
/////////////*/
@media screen and (max-width:767px){
.et_monarch .et_social_mobile {
    display: none !important;
}
.et_social_mobile.et_social_fadein {
    display: none;
}
.et_social_mobile_button{
	display: none;
}

}
/*mailchimp*/
#mce-EMAIL {
    max-width: 300px;
    padding-bottom: 10px;
    background-color: transparent;
    /* set green border independently on each side */
    border-left: none;
    border-right: none;
    border-bottom: solid white 1px;
    border-top: none;
    }
/*/////////////////
	
	OWL
	
////////////////*/
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -25px !important;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #fff;
}
.owl-next {
    right: 0px;
}
.owl-prev {
    left: 0px;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    margin: 5px;
    padding: 10px 10px !important;
    font-size: 12px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background: #000 !important;
    opacity: 0.5;
}
.owl-carousel .owl-stage {
    display: flex;
}
.owl-theme .owl-controls {
    margin-top: 0px !important;

}
/*Search highlight*/
.searchwp-highlight{
    background-color: #FFFF00
}
/*/////////////////
SEARCH


#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}
#search h3 {
    position: absolute;
    top: 25%;
    width: 100%;
    color: #fff;
    text-align: center;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100px;
    max-width: 200px;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #888;
    border-color: #ccc;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}
/////////////////*/
/*HOME*/
.fc-post h4 a::before, .fc-post-top h4 a::before {

    display: none;

}
.fc-post h4 a, .fc-post-top h4 a {

    position: relative;
    font-weight: 700;
    background:none;
    padding: 0px !important;
    color: #444444;

}