/*
Theme Name: Fddm
Theme URI: 
Description: 
Version: 1.0.0
Author: Simon Vu
Author URI: https://wordpress.com/themes/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: setelec
*/

/****************************OVERALL***************************/
.fddm-header .description-banner .vc_column-inner p {
    /* font-size: 36px; */
}    
body strong,
body a {
    font-size: inherit;
}

body p{
	line-height: 34px;
}
body .title-description .vc_custom_heading {
    text-transform: initial;
}
.emblematiques .emblematiques-content .list ul li, 
.emblematiques .emblematiques-content .projets-list ul li {
    padding-bottom: 10px;
}
body .emblematiques .emblematiques-content .list ul li::before, 
body .emblematiques .emblematiques-content .projets-list ul li::before {
    top: 0px;
}
strong {
    font-weight: initial;
    font-family: 'Aktiv Grotesk Bold' !important;
}
.fddm-texte-intro p{
	color: #676767;
    font-size: 24px;
    line-height: 31px;
}

/*recaptcha*/
.grecaptcha-badge{
	visibility: collapse !important;
}
html body .site-header .site-header-container .setelec-logo {
    margin-left: 15px;
}

/****************************MENU***************************/
.menu-item-has-children .sub-menu li.menu-item.current-menu-item a,
.menu-item-has-children .sub-menu li.menu-item a:hover,
#site-navigation.main-navigation ul li a:hover,
.main-navigation .menu-item.current_page_item a{
	color: #ea0b28;
}

/****************************SELECTEUR DE LANGUE***************************/
.language-switch .wpml-ls-sidebars-language-switch.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
    border-radius: 0 0 100% 0;
    padding: 16px 0 0 10px;
}

/****************************ACTUALITE***************************/
.post-article .zo-carousel-body .zo-grid-readmore a:hover{
	background-color: #ea0b28;
	color: #fff;
}
.post-template-default .navigation.post-navigation{
    display: none;
}
.post-template-default.single .entry-title{
       font-style: initial;
}
.post-article .zo-carousel-body .zo-carousel-content h2{
    font-family: 'Aktiv Grotesk Bold';
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 1em; 
    color: #000;
}
.post .content h2{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-weight: 700;
    font-family: 'Aktiv Grotesk Bold';
    color: #8d8d8d;
}
.post .content p{
    font-size: 18px;
    line-height: 24px;
    color: #8d8d8d;
    font-family: 'Aktiv Grotesk Regular';
}

.post .content .listing-link.wpb_content_element ul {
    padding-left: 0px;
}
.post .content .listing-link ul li a::before {
    background: none;
    position: absolute;
    content: "";
    background-color: black;
    -webkit-mask-image: url(/wp-content/themes/fddm/assets/images/icons/project-list.svg);
    mask-image: url(/wp-content/themes/fddm/assets/images/icons/project-list.svg);
    width: 26px;
    height: 25px;
    left: 0px;
    top: -4px;
}
.post .content .listing-link ul li a {
    color: #000;
}

.post-article .zo-carousel-body .zo-slick-carousel-title {
    font-weight: initial;
}

.post-article .zo-slick-carousel .carousel-wrapper .zo-carousel-image {
    height: 150px;
}
@media screen and (max-width: 991px){
    .post-article .zo-slick-carousel .carousel-wrapper .zo-carousel-image {
        height: auto;
    }
}
@media screen and (max-width: 1024px){
    .post-article .zo-slick-carousel .carousel-wrapper .zo-carousel-body {
        padding-left: 20px;
    }
}
.menu-main-container {
    position: absolute;
    z-index: 1;
    top: -105px;
    right: -176px;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .menu-main-container .nav-menu {
    transition: all 0.4s ease;
    position: absolute;
    padding-top: 202px;
    padding-right: 344px;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    border-radius: 50% 0 50% 50%;
  }
  @media screen and (max-width: 991px) {
    .menu-main-container .nav-menu {
      padding-right: 228px;
      border-radius: 50% 0 50% 85%;
    }
  }
  @media screen and (max-width: 767px) {
    .menu-main-container .nav-menu {
      padding-right: 236px;
      padding-top: 138px;
      border-radius: 50% 0 50% 45%;
    }
  }
  @media screen and (max-width: 575px) {
    .menu-main-container .nav-menu {
      padding-top: 138px;
      border-radius: 0 0 50% 45%;
    }
  }
  .main-navigation.toggled .menu-main-container {
    width: 840px;
    height: 840px;
    transition: all 0.3s ease;
  }
  .main-navigation.toggled .menu-main-container .nav-menu {
    width: 840px;
    height: 840px;
    transition: all 0.3s ease;
  }
  @media screen and (max-width: 991px) {
    .main-navigation.toggled .menu-main-container {
      height: 865px;
    }
    .main-navigation.toggled .menu-main-container .nav-menu {
      height: 865px;
    }
  }
  @media screen and (max-width: 991px) {
    .main-navigation.toggled .menu-main-container {
      height: 855px;
    }
    .main-navigation.toggled .menu-main-container .nav-menu {
      height: 855px;
    }
  }
/****************************FOOTER***************************/
.footer-widget-area .footer-area-row .footer-col .title a{
	font-family: 'Aktiv Grotesk Bold';
}
.footer-widget-area a:hover{
	text-decoration: underline;
}
.footer-widget-area .btn-contact a:hover{
    background-color: #fff;
    color: #939393;
    text-decoration: none;
} 
.copyright a{
    color: #8d8d8d !important;
}   
.copyright a:hover{
    text-decoration: underline;
}

/****************************TEAM***************************/
.owl-carousel.owl-drag .owl-item{
    cursor: pointer;
}
.formation .text-content ul li,
.formation .text-content ul li em{
    font-size: 16px;
    line-height: 24px;
    font-family: 'Aktiv Grotesk Light';
}
.page-template-default .equipe .zo-carousel-item .zo-carousel-title {
    font-family: 'Aktiv Grotesk Bold';
}

/****************************PRESSE***************************/

.title-description h2.vc_custom_heading {
    font-size: 22px;
}


/****************************CONSEIL DE FONDATION***************************/
.fddm-conseil-fondation p{
    color: #000;
    font-size: 16px;
    font-family: 'Aktiv Grotesk Regular';
    line-height: 24px;
}
.fddm-title-conseil-fondation h2{
	margin-bottom: 13px;
	text-transform: inherit;
	font-size: 22px;
	line-height: 28px;
	color: #000;
	font-family: 'Aktiv Grotesk Bold';
	letter-spacing: 0;
	padding-top: 30px;
}

strong span {
    font-weight: initial;
    font-family: 'Aktiv Grotesk Bold' !important;
}

/****************************CONTACT**************************/
.fddm-small-text p,
.fddm-small-text a{
	font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: 'Aktiv Grotesk Light';
}
.fddm-small-text a:hover{
    text-decoration: underline;
}



/*@media (min-width: 576px) {
    html body .fddm-banner {
        width: calc(100% - ((100% - 540px) / 2) - 300px)!important;
    }
  }
  @media (min-width: 768px) {
    html body .fddm-banner {
        width: calc(100% - ((100% - 720px) / 2) - 300px)!important;
    }
  }
  @media (min-width: 992px) {
    html body .fddm-banner {
        width: calc(100% - ((100% - 960px) / 2) - 300px)!important;
    }
  }
  @media screen and (max-width: 575px) {
    html body .fddm-banner {
        width: calc(100% - ((100% - 525px) / 2) - 300px)!important;
    }
  }*/
  @media (min-width: 992px) {
    html body .language-switch,
    html body .fddm-header-single-page .fddm-banner,
    html body .fddm-banner {
        width: calc(100% - ((100% - 960px) / 2) - 300px)!important;
    }
    html body .description-banner {
        width: calc(100% - ((100% - 960px) / 2) - 15px)!important;
    }
  }
  @media (min-width: 1200px) {
    html body .language-switch,
    html body .fddm-header-single-page .fddm-banner,
    html body .fddm-banner {
        width: calc(100% - ((100% - 1140px) / 2) - 300px)!important;
    }
    html body .description-banner {
        width: calc(100% - ((100% - 1140px) / 2) - 15px)!important;
    }
  }
  @media screen and (min-width: 1921px){
    html body .site-header .site-header-container .setelec-logo {
        left: 0;
    }
}
@media (min-width: 768px) {
    html body .menu-item-has-children .sub-menu .menu-item a {
        line-height: 27px;
    }
html body .main-navigation ul li a {
    padding-bottom: 5px;
}
}





/*processus - taille texte bouton projet emblematique*/
#main .emblematiques .percessus_accordion .percessus-btn .btn-text {
    font-size: 17px;
}


/*******PAGE 404*******/
.page-not-found .page-title {
    font-family: 'Aktiv Grotesk Bold';
    letter-spacing: 0px;
    color: #8D8D8D;
    font-size: 26px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 34px;
    padding-top: 4px;
}




