/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/**
 * HEXA COLORS
 
 	Bleu  	      #34bbda // #0087a4
    Bleu pale	  #76cae2
	---
	Fuschia        #cb1d84 // 9e186e
    Fuschia clair  #eda2d2
	---
	Vert           #cdd500 // aaaa0e
	Vert clair     #efef86
    ---
	Marron		    #543e1d
    ---
    Jaune		    #fcbc00
    ---
    Gris            #7e7e7f 
 
*/

/**
 * BREAKPOINTS
    @media (max-width: 1199px) // (max-width: 1200px)
	@media (max-width: 979px) // (max-width: 980px)
	@media (max-width: 767px) // (max-width: 768px)
	@media (max-width: 480px) 
*/

/*
==================================================
    Table of Contents / Sommaire
==================================================
    // Extra small screen / phone           XS 0
    // Small screen / phone                 SM 480px
    // Medium screen / tablet               MD 768px
    // Large screen / desktop               LG 980px
    // Extra large screen / wide desktop    XL 1200px
*/

/*
==================================================
    IMPORT BOOTSTRAP 4 STUFF
==================================================
*/
@import 'stuffs.css';

/*
==================================================
    CORRECTIF FONT AWESOME 5
==================================================
*/
.x-social-global a i {
    font-family: "FontAwesomeBrands" !important;
}

/*==================================================
====================================================
====================================================
    // Extra small screen / phone               XS 0
====================================================
====================================================
==================================================*/

/*
==================================================
    NATIVE
==================================================
*/
 
::selection {
	color:#F5F5F5;
	background:#0085B0;
}

* {
	outline:none !important;
    transition: all .2s ease;
}

body {
    font-family: "Rubik",sans-serif !important;
    font-style: normal;
    font-weight: 300;
    color: hsl(0,0%,0%);
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

hr {
    margin: 1.5em 0 2em;
    border-top: 1px solid #cdd500;
}

b,
strong,
.strong {
    font-weight: 700;
}

/*
==================================================
    HEADLINE
==================================================
*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Belgrano",serif !important;
    font-style: normal;
    font-weight: 400;
}

h2,
.h2 {
    color:#cb1d84 !important;
}

.headingPage {
    position: relative;
    overflow: hidden;
    padding: 70px 0 50px;
    margin: 0;
}

.headingPage:after {
    content: "";
    position: absolute;
    background: url(framework/views/integrity/brush-bottom.png) no-repeat center top;
    background-size: cover;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.headingPage h1 {
    margin:0;
    font-size: 200%;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    line-height: 1.1 !important;
}

.headingPage h5 {
    margin:0;
    font-size: 150%;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    line-height: 1.1 !important;
}

/**/
.h-custom-headline {
    line-height: 1.6;
}

/*
==================================================
    HEADER
==================================================
*/
.x-topbar {
    display: none;
}

.x-logobar {
    width: 140px;
    border-bottom: 0;
    z-index: 1031;
    background: transparent;
}

.x-logobar-inner {
    padding-top: 5px;
    padding-bottom: 5px;
}



/*
==================================================
    MENU
==================================================
*/
.x-navbar-wrap {
    margin-top: -70px;
}

.x-navbar {
    min-height: 65px;
    border: none;
}

.x-navbar-inner {
    min-height: auto !important;
}

.menuLogo {
    display: none !important;
}

/* LANGUES */
.ubermenu ul li.ubermenu-wpml-ls-item {
    width: 50% !important;
    min-width: auto !important;
    padding-bottom: 1rem;
    text-align: center;
}

.ubermenu ul li.ubermenu-wpml-ls-item a {
    position: relative;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

    .ubermenu ul li#menu-item-wpml-ls-4-fr a:after,
    .ubermenu ul li#menu-item-wpml-ls-4-en a:after{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
    }

    .ubermenu ul li#menu-item-wpml-ls-4-fr a:after {
        background: url(../../uploads/2018/01/flag_FR.png) no-repeat center center;
        background-size: contain;
    }

    .ubermenu ul li#menu-item-wpml-ls-4-en a:after {
        background: url(../../uploads/2018/01/flag_EN.png) no-repeat center center;
        background-size: contain;
    }

/* SUBMENU */
.thumbLink {
    margin: auto 20px;
}

.thumbLink a {
    overflow: hidden !important;
    height: 180px !important;
    position: relative !important;
}

.thumbLink a span {
    text-transform: uppercase;
    color: #000 !important;
    text-align: center;
    line-height: 1;
    margin-top: -50px;
    z-index: 10;
    position: absolute;
    bottom:0;
    left: 20px;
    right: 20px;
    background: #FFF;
    background: rgba(255,255,255,.8);
    padding: 15px 2px;
}

.thumbLink a img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    transition: none;
}

/* BTN ON SUBMENU */
.ubermenu .btn a {
    background: #7e7e7f !important;
    color:#FFF !important;
    border-radius: 4px !important;
    text-align: center;
    margin: 5px 15px;
    padding: 15px 0 !important;
}

/**/
.menuPlus ul li a {
    color:#000;
    position: relative;
}

    .menuPlus ul li a:before {
        content:"";
        position: absolute;
        bottom:0;
        left:20px;
        right:20px;
        height: 1px;
        background: #CCC;
    }


/*
==================================================
    BREADCRUMB
==================================================
*/
.x-breadcrumb-wrap {
    display:none;
}

/*
==================================================
    MOTEUR DE RECHERCHE
==================================================
*/
body > div:first-child {
    position: absolute;
    margin-top: 83px;
    z-index: 10;
    /*box-shadow: 0 2px 4px rgba(0,0,0,.35);*/
}

    body.blog > div:first-child,
    body.single-post > div:first-child{
        display:none;
    }

body > div:first-child { overflow: hidden; display: block; border: none; }
body > div:first-child::-webkit-scrollbar { display: none; }

/* SUPPRIMER SUR CERTAINES PAGES */
body.page-id-861 > div:first-child,
body.page-id-111 > div:first-child
{ display: none; }

/*
==================================================
    CONTENT
==================================================
*/
.x-main.full {
    margin-top: 150px;
}

/**/
.headingPage .metaslider:after {
    content: "";
    position: absolute;
    background: url(framework/views/integrity/brush-bottom.png) no-repeat center top;
    background-size: cover;
    bottom: -70px;
    left: 0;
    right: 0;
    width: 100%;
    height: 96px;
    z-index: 10000;
}

/**/
body .metaslider .flexslider .flex-direction-nav {
    text-align: center;
    margin-top: 35px !important;
}

body .metaslider .flexslider .flex-direction-nav li {
    display: inline-block;
}

.metaslider .flexslider .flex-direction-nav li a {
    position: relative !important;
    opacity: 1 !important;
    left: 5px !important;
}

/* BLOC TRAMÉ COULEUR */
[class*=trameBG] {
    padding: 1rem;
}

.trameBGwhite {
    background: rgba(255,255,255,.85);
}


[class*=trameBG] .h-custom-headline {
    margin-top: 0;
}

    .trameBGwhite .h-custom-headline {
        color:#cb1d84;
        line-height: 1.3;
        font-size: 230%;
    }

    .trameBGwhite .h-custom-headline.h5 {
        color:#000 !important;
        font-size: 150%;
    }


/* Enadrt de prix pr page listing emplacements / locatifs*/
.encartPrix {
    text-align: center;
}

.encartPrix .h-custom-headline {
    color: #FFF !important;
    text-shadow: 0 2px 2px rgba(0,0,0,.65);
    margin: 0;
}

    .encartPrix .h-custom-headline.h2 {
        font-size: 260%;
    }

/* IMAGE IN WYSIWYG*/ 
img[class*=wp-image-] {
    border-radius: 4px;
    transform: rotate(-1deg);
}

/*
==================================================
    ACCUEIL
==================================================
*/
body.home .x-recent-posts > a {
    padding: 1rem;
}

body.home .x-recent-posts > a h3 {
    font-size: 24px;
}

/**/
.bloc_promotion .one {
    border-radius: 4px;
    color:#FFF;
    text-align: center;
    min-height: 230px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.3);
    font-size: 21px;
    line-height: 1.15;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloc_promotion .one a {
    color:#FFF;
}

.bloc_promotion .one strong,
.bloc_promotion .one b {
    font-size: 40px;
    font-family: "Belgrano",serif;
}

.bloc_promotion div .one:first-child {
    background: #cb1d84;
} 

.bloc_promotion div .one:nth-child(2) {
    background: #cdd500;
} 

.bloc_promotion div .one:nth-child(3) {
    background: #34bbda;
} 



/*
==================================================
    FOOTER
==================================================
*/

/**/
.footer-partners {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 30px;
}
/**/
.x-colophon {
    box-shadow: none !important;
    border: none !important;
    background-image: linear-gradient(to right, #0087a4, #3097b3, #4aa8c3, #61b9d2, #76cae2);
}

.x-colophon * {
    color:#FFF !important;
}


/* Footer top */
.x-colophon.top {
    position: relative;
    padding-bottom: 1.25%;
}

.x-colophon.top:before {
    content: "";
    position: absolute;
    top: -110px;/*-100*/
    left: 0;
    right: 0;
    height: 140px;
    background: url(framework/views/integrity/brush-footer.png) no-repeat center top;
    background-size: cover;
}

/* Widget */
.widget ul,
.widget ol {
    overflow: visible;
}

.widget ul,
.widget ol,
.widget ul li,
.widget ol li,
.widget ul li a,
.widget ol li a {
    border: none !important;
    box-shadow: none !important;
}

.widget ul li:hover,
.widget ol li:hover {
    background-color: transparent;
}

/* MENU FOOTER */
.widget {
    text-shadow: none !important;
    box-shadow: none !important;
}

.h-widget {
    font-size: 200%;
}

.widget_nav_menu * {
    border: none !important;
    box-shadow: none !important;
}

.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_pages ul li a {
    padding: 2px 0; 
    font-size: 19px;
}

    .widget_nav_menu ul li a:before,
    .widget_meta ul li a:before,
    .widget_pages ul li a:before {
        display: none;
    }

.widget_nav_menu .current-menu-item>a,
.widget_nav_menu ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover {
    background: transparent;
    background: rgba(255,255,255,.1);
    padding-left: 10px;
}

/* LANGUES FOOTER */
.widget ul li.wpml-ls-item a {
    position: relative;
    padding: 0;
    width: 32px;
    height: 32px;
    margin-right: 30px;
    border-radius: 50%;
    overflow: hidden;
}

    .widget ul li.wpml-ls-item a:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(../../uploads/2018/01/flag_FR.png) no-repeat center center;
        background-size: contain;
        width: 32px;
        height: 32px;
        opacity: 1;
    }

    .widget ul li.wpml-ls-item:nth-child(1) a:after {
            background: url(../../uploads/2018/01/flag_EN.png) no-repeat center center;
            background-size: contain;
    }

.widget ul li.wpml-ls-current-language a {
    box-shadow: 0 5px 12px 2px rgba(0,0,0,.2) !important;
}

.widget ul li a img {
    width: 100% !important;
    height: 100% !important;
}

/* FACEBOOK + CAMPEZ COUVERT : FOOTER */
.footer_bloc_lien {
    background: #FFF;
    color: #34bbda !important;
    padding: 15px 8px;
    width: 100%;
    display: inline-block;
    text-align: center;
    box-shadow: -9px 11px 16px 2px rgba(0,0,0,.15);
}

.footer_bloc_lien i {
    color: #0087a4 !important;
    font-size: 150%;
    margin-right: 4px;
}

/* LOGO + ADRESSE CLIENT */
#custom_html-3 img {
    

max-width: 250px;}

/* Footer bottom */
.x-colophon.bottom:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(framework/views/integrity/BGfooterLogo.png) no-repeat right bottom;
    background-size: contain;
    height: 25vh;
    width: 70vw; 
    z-index: 0;
}

.x-colophon.bottom .x-container.max.width {
    position: relative;
    z-index: 1;
}

/*
==================================================
    GALERIE PHOTO
==================================================
*/
.gallery-item>.wp-caption-text,
.gallery-item>.wp-caption-text:last-child {
    display: none;
}

/*
==================================================
    ELEMENTS DIVERS
==================================================
*/

/**
 * BOUTON
 */
.x-btn {
    text-shadow: none !important;
    padding-top: .688em !important; 
    border-radius: 4px;
}

.btn-blue {
    background: #34bbda !important;
    border-color: #34bbda !important;
}

.btn-vert {
    background: #cdd500 !important;
    border-color: #cdd500 !important;
}

.btn-marron {
    background: #543e1d !important;
    border-color: #543e1d !important;
}

.btn-jaune {
    background: #fcbc00 !important;
    border-color: #fcbc00 !important;
}

.btn-gris {
    background: #7e7e7f !important;
    border-color: #7e7e7f !important;
}

.btn-white {
    background: #FFF !important;
    border-color: #FFF !important;
    color:#34bbda;
}

.btn-outline-white {
    background: none !important;
    border-color: #FFF !important;
    color:#FFF;
}


/**
 * TEXT & COLORS
 */
.text-fuschia {
    color: #cb1d84 !important;
}

.text-bleu {
    color: #34bbda !important;
}

.text-vert {
    color: #cdd500 !important;
}

.text-marron {
    color: #543e1d !important;
}

.text-jaune {
    color: #fcbc00 !important;
}

.text-gris {
    color: #7e7e7f !important;
}

.text-blanc {
    color: #FFF !important;
}

.text-noir {
    color: #000 !important;
}



/*
==================================================
    SPECIAL STUFF
==================================================
*/
/* BLOCKQUOTE */
.x-blockquote,
blockquote {
    position: relative;
    font-family: "Belgrano",serif;
    font-style: italic;
    font-size: 130%;
    line-height: 1.7;
    border:0;
    margin-top: 2.313em;
}

.x-blockquote:before ,
blockquote:before {
    content:"";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    width:50px;
    height: 50px;
    border-radius: 50%;
    background: #76cae2;
}

.x-blockquote:after,
blockquote:after{
    content:"";
    position: absolute;
    z-index: -2;
    top: -20px;
    left: -20px;
    width:120px;
    height: 120px;
    border-radius: 50%;
    background: #34bbda;
}

/* ALLERT */
.x-alert {
    border: none;
    box-shadow: none;
    background:#7e7e7f;
    color:#FFF;
    text-shadow: none;
}

.x-alert-info {
    background:#34bbda;
}

.x-alert-warning {
    background:#fcbc00;
    color:#000;
}

.x-alert-danger {
    background:#cb1d84;
}

.x-alert-success {
    background:#cdd500;
    color:#000;
}

.x-alert-muted {
    background:#aaaa0e;
}


/**/
.x-alert a {
    width:100%;
    color:#FFF;
    display: block;
}

.x-alert-warning a,
.x-alert-success a{
    color:#000;
}



/* UL LISTING */

.textListing {}

.textListing ul {
    margin-left: 0;
}

.textListing ul li {
    list-style: none;
    padding: 5px 0;
    border-top: 1px solid #CCC;
    color:#444;
}

.textListing ul ul {
    margin-left: 20px;
    margin-top: 5px;
}

    .textListing ul ul li:last-child {
        padding-bottom: 5px;
    }

.textListing strong,
.textListing a strong {
    position: relative;
    color:#000;
    font-size: 120%;
}

/* BLOCK LISTING */

.blockListing {
    box-shadow: 0 2px 3px rgba(0,0,0,.35);
    border-radius: 4px;
    overflow: hidden;
}

.blockListing img {
    min-width:100%;
    margin-bottom: 0;
    min-height: -webkit-fill-available;
    transform: none;
    border-radius: 0;
}

.blockListing p:first-child  {
    margin-bottom: 0;
    overflow: hidden;
    height: 200px;
}

.blockListing .h-custom-headline {
    margin-top: 0;
    font-size: 130%;
    padding: .5rem 1rem;
    background: #fcbc00;
    text-align: center; 
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

    .blockListing .h-custom-headline span,
    .blockListing .h-custom-headline a{
        width:100%;
    }

    .blockListing .h-custom-headline a,
    .blockListing .h-custom-headline * {
        color: #000 !important;
    }

.blockListing .h-custom-headline + p,
.blockListing .h-custom-headline + p + p,
.blockListing .h-custom-headline + p + p + p,
.blockListing .h-custom-headline + ul {
    padding: .5rem 1rem;
    color: #222;
    margin-bottom: 0;
}

.blockListing a.x-btn {
    margin:1rem;
    background: #7e7e7f;
    border:0;
}

/*
==================================================
    BOUTONS affichage info seo
==================================================
*/
.displayInfo {
    cursor: pointer;
}

.displayBTN,
.hiddenInfo.ON {
    display: inline-block;
}

.displayBTN.OFF,
.hiddenInfo {
    display: none;
}

/*
==================================================
    HIDE CAPTCHA GOOGLE
==================================================
*/
.grecaptcha-badge {
    display: none !important;
}

/*==================================================
====================================================
====================================================
    // Small screen / phone                 SM 480px
====================================================
====================================================
==================================================*/
@media (min-width: 480px) {

    


}/*@media*/


/*==================================================
====================================================
====================================================
    // Medium screen / tablet               MD 768px
====================================================
====================================================
==================================================*/
@media (min-width: 768px) {

/*
==================================================
    HEADER
==================================================
*/ 
.x-logobar {
    margin-left: 5vw;
}

    
/*
==================================================
    BREADCRUMB
==================================================
*/
.x-breadcrumb-wrap { 
    display:block;
    z-index: 100;
    position: absolute;
    background: rgba(255,255,255,.8);
    width: 100%;
    padding: .688rem 0;
    font-size: 9px;
    text-shadow: none;
    box-shadow: none;
    border-bottom: none;
    text-transform: none;
    letter-spacing: 0;
}

.x-breadcrumb-wrap a,
.x-breadcrumbs .delimiter{
    color:#7e7e7f !important;
}

.x-breadcrumb-wrap .x-container.width {
    width: 88%;
}

    
/*
==================================================
    MOTEUR DE RECHERCHE
==================================================
*/
body > div:first-child {
    margin-top: 375px;
}

/*
==================================================
    HEADLINE
==================================================
*/
.headingPage {
    padding: 120px 0 100px;
    margin-bottom: 180px;
    max-height: 436px;
}
    
    .home .headingPage {
        margin-bottom: 90px;
    }
    
.headingPage:after {
    height: 50px;
}
    
.headingPage h1 {
    font-size: 300%;
}
    
/*
==================================================
    CONTENT
==================================================
*/ 
.x-main.full {
    margin-top: -20px;
}
    
.headingPage .metaslider:after {
    height: 115px;
}
    
    
/* BLOC TRAMÉ COULEUR */
[class*=trameBG] {
    min-height: 450px;
}


/*
==================================================
    FOOTER
==================================================
*/ 
/* FACEBOOK + CAMPEZ COUVERT : FOOTER */
.footer_bloc_lien {
    max-width: 80%;
} 
    
/*
==================================================
    ACTUALITÉS
==================================================
*/ 
body.blog .x-main.full > article {
    width: 46%;
    float: left;
    margin: 0 2%;
}

/* Détail */
body.single-post .has-post-thumbnail .entry-featured {
    border: none;
    width: 15vw;
    float: left;
    margin-right: 5vw;
}
 
body.single-post .has-post-thumbnail .entry-wrap {
    padding: 20px;
    padding-top: 0;
    float: left;
    width: 65vw;
    box-shadow: none;
}
    
/* Non affichage de "auteur" / "catégorie" */ 
.entry-header .p-meta span:nth-child(1),
.entry-header .p-meta span:nth-child(3){
    display:none;
}
    
    .p-meta>span:after {
        display: none;
    }
    
}/*@media*/

/*==================================================
====================================================
====================================================
    // Large screen / desktop               LG 980px
====================================================
====================================================
==================================================*/
@media (min-width: 980px) {

/*
==================================================
    HEADER
==================================================
*/ 

.x-topbar {
    display: block;
    border-bottom: 0;
    padding: 4px 0;
    min-height: auto;
    background: #cdd500;
}
    
.x-topbar-inner > * {
    float: left;
}
    
    
body.wpml-en .x-topbar {/*Pas de top en version anglaise*/
    display: none;
}
    
.x-topbar-inner .topMenu a {
    color:#7f9b0a;
    font-weight: 500;
    padding-right: 2vw;
}
    
.x-topbar-inner .tel{
    float: right;
    margin-left: 5vw;
    font-weight: 700;
    font-size: 24px;
    color:#000;
    line-height: 1;
}
    
    .x-topbar-inner .tel a {
        color:#000;
    }
    
.x-topbar-inner .x-social-global {
    float: right;
    margin-top: 0;
}
    
.x-topbar-inner .x-social-global a {
    color:#7f9b0a;
}
  
    
/**/
.x-logobar {
    display: none;
    border: none;
}
    
.x-logobar-inner {
    padding-top: 15px;
    padding-bottom: 15px;
}
    
    
/*
==================================================
    MENU
==================================================
*/
.x-navbar-wrap {
    margin-top: 0;
}
    
ul.ubermenu-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
}
    
.ubermenu .ubermenu-item.ubermenu-item-level-0 {
    -webkit-align-self: flex-end;
    align-self: flex-end;
}

.ubermenu-submenu {
    padding-top: 25px !important;
}
    
/**/
.menuLogo {
    position: relative !important;
    display: inline-block !important;
    z-index: 11 !important;
}

.menuLogo a {
    margin-bottom: -45px !important;
}

/**/
nav[id*=ubermenu-main-] {
    background: #FFF;
    position: relative;
}
    
    nav[id*=ubermenu-main-]:before {
        content: "";
        background: #FFF;
        width: 200px;
        height: 200px;
        position: absolute;
        left: calc(50% - 110px);
        top: -35px;
        box-shadow: 9px 9px 0.35em 0 rgba(0,0,0,.135);
        transform: rotate(45deg) skew(-30deg, -30deg);
    }

    nav[id*=ubermenu-main-]:after {
        content: "";
        /*background: #FFF;*/
        top:0;
        left:0;
        bottom:0;
        right:0;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 70px;
    }
    
.menuLogo img {
    width: 100%;
    max-width: 180px;
}
    
/* FIXED NAVBAR */
.x-navbar-fixed-top .menuLogo {
    width: 150px !important;
}

.x-navbar-fixed-top #ubermenu-main-4-primary-2:before {
    /*top: -65px;*/
}
    
.x-navbar-fixed-top #ubermenu-main-4-primary-2:after {
    height: 64px !important;
}
    
/* LANGUES */
.ubermenu ul li.ubermenu-wpml-ls-item {
    width: auto !important;
    padding-bottom: 0;
}
    
.ubermenu ul li.ubermenu-wpml-ls-item a {
    width: 24px;
    height: 24px;
    margin-top: -18px;
    margin-left: 5px;
}
    
/*
==================================================
    BREADCRUMB
==================================================
*/
.x-breadcrumb-wrap {
    margin-top: -20px;
}
    
body.wpml-en .x-breadcrumb-wrap {
    margin-top: -28px;
}
    
/*
==================================================
    HEADLINE
==================================================
*/
.headingPage {
    padding: 160px 0 140px;
    max-height: 346px;
}
    
.headingPage:after {
    height: 65px;
    bottom: 34px;
}
    
/*
==================================================
    CONTENT
==================================================
*/  
.home .x-main.full {
    margin-top: -40px;
}
    
body .x-main.full{
    margin-top: -60px;
}
    
body.blog .x-main.full,
body.single .x-main.full{
    margin-top: 40px;
}
    

.headingPage .metaslider:after {
    height: 146px;
}

/*
==================================================
    ALERT
==================================================
*/ 
.x-alert a:hover {
    color:inherit;
    transform: scale(1.1);
}
    

}/*@media*/

/*==================================================
====================================================
====================================================
    // Extra large screen / wide desktop    XL 1200px
====================================================
====================================================
==================================================*/
@media (min-width: 1200px) {

/*.menuLogo:hover a {
    transform: scale(1.15);
}

.menuLogo a span{
    position: relative;
}
    
.menuLogo a:hover span:before {
    content:"";
    position: absolute;
    z-index: 1;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background: url(framework/views/integrity/logoAnimated_lacsdecourtes.gif) no-repeat center center;
    background-size: contain;
}*/
    
/* SUBMENU */
.thumbLink a {
    height: 220px !important;
}
    
.thumbLink a:hover span {
    background: rgba(255,255,255,.95);
}
    
.thumbLink a span:after {
    content:"";
    position: absolute;
    bottom:0;
    left:50%;
    right:50%;
    width:0;
    height: 0;
    background: #cb1d84;
    
    transition: all .2s ease;
}
    
    .thumbLink a:hover span:after {
        left:0;
        right:0;
        height: 3px;
        width: 100%;
    }

/* BTN ON SUBMENU */
.ubermenu .btn a:hover {
    background: #9e186e !important;
}

    
/**/
.menuPlus ul li a:after {
    content:"";
    position: absolute;
    bottom:0;
    left:50%;
    right:50%;
    width:0;
    height: 0;
    background: #cb1d84;
    
    transition: all .2s ease;
}
    
    .menuPlus ul li:hover a:after {
        left:20px;
        right:20px;
        height: 3px;
        width: calc(100% - 40px);
    }

/*
==================================================
    HEADLINE
==================================================
*/
.headingPage {
    padding: 200px 0 180px;
    margin-bottom: 120px;
    min-height: 350px;
    /*max-height: 436px;*/
}
    
.headingPage:after {
    height: 80px;
    bottom: 0/*45px*/;
}
    
.headingPage h1 {
    font-size: 370%;
}
    
/*
==================================================
    MOTEUR DE RECHERCHE
==================================================
*/
body > div:first-child {
    margin-top: 45vh;
}

/*
==================================================
    CONTENT
==================================================
*/  
.headingPage .metaslider:after {
    height: 156px;
}

/*
==================================================
    FOOTER
==================================================
*/ 
.footer_bloc_lien:hover {
    box-shadow: -22px 35px 120px 3px rgba(0,0,0,.15);
    transform: scale(1.01);
}
    
/* LANGUES FOOTER */
.widget ul li.wpml-ls-item a:hover {
    box-shadow: -16px 25px 50px 2px rgba(0,0,0,.15) !important;
    transform: scale(1.03) !important;
}


/*
==================================================
    STUFFS
==================================================
*/ 
/**
 * BOUTON
 */
.x-btn {
    text-shadow: none !important;
    padding-top: .688em !important; 
    border-radius: 4px;
}

.btn-blue:hover {
    background: #0087a4 !important;
    border-color: #0087a4 !important;
}

.btn-vert:hover {
    background: #aaaa0e !important;
    border-color: #aaaa0e !important;
}

.btn-marron:hover {
    background:#36260F !important;
    border-color:#36260F !important;
}

.btn-jaune:hover {
    background:#DBA300 !important;
    border-color:#DBA300 !important;
}

.btn-gris:hover {
    background: #666 !important;
    border-color: #666 !important;
}


}/*@media*/


/*==================================================
====================================================
====================================================
    // Extra large screen / wide desktop    XL 1366px
====================================================
====================================================
==================================================*/
@media (min-width: 1366px) {
body > div:first-child {
    margin-top: 31rem/*60vh*/;
}
}/*@media*/