/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* = Theme customization starts here
-------------------------------------------------------------- */
/*---------------------*/
/* Animation CSS CUSTOM*/
/*---------------------*/
/*FadeIn*/
/*FadeInUp*/
/*FadeInDown*/
/*fadeInLeft*/
/*fadeInRight*/
/* Animation css CUSTOM */
.C_fadeIn {
  position: relative;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.5s 0s;
  -moz-transition: opacity ease 0.5s 0s;
  -ms-transition: opacity ease 0.5s 0s;
  -o-transition: opacity ease 0.5s 0s;
}
.C_fadeIn.charge {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.C_fadeInUp {
  position: relative;
  top: 60px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.5s 0s, top ease 0.7s 0s;
  -moz-transition: opacity ease 0.5s 0s, top ease 0.7s 0s;
  -ms-transition: opacity ease 0.5s 0s, top ease 0.7s 0s;
  -o-transition: opacity ease 0.5s 0s, top ease 0.7s 0s;
}
.C_fadeInUp.charge {
  top: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.C_fadeInDown {
  position: relative;
  top: -60px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.5s 0s, top ease 0.7s 0s;
  -moz-transition: opacity ease 0.5s 0s, top ease 0.7s 0s;
  -ms-transition: opacity ease 0.5s 0s, top ease 0.7s 0s;
  -o-transition: opacity ease 0.5s 0s, top ease 0.7s 0s;
}
.C_fadeInDown.charge {
  top: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.C_fadeInLeft {
  position: relative;
  left: -60px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.5s 0s, left ease 0.7s 0s;
  -moz-transition: opacity ease 0.5s 0s, left ease 0.7s 0s;
  -ms-transition: opacity ease 0.5s 0s, left ease 0.7s 0s;
  -o-transition: opacity ease 0.5s 0s, left ease 0.7s 0s;
}
.C_fadeInLeft.charge {
  left: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.C_fadeInRight {
  position: relative;
  right: -60px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.5s 0s, right ease 0.7s 0s;
  -moz-transition: opacity ease 0.5s 0s, right ease 0.7s 0s;
  -ms-transition: opacity ease 0.5s 0s, right ease 0.7s 0s;
  -o-transition: opacity ease 0.5s 0s, right ease 0.7s 0s;
}
.C_fadeInRight.charge {
  right: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*Largeur colonne*/
/*************************************
** PALIER LES IDIOTIES DU THEME
*************************************/
.fusion-imageframe {
  overflow: visible !important;
}
.fusion-slider-loading {
  display: none;
}
article .fusion-rollover {
  width: 101%!important;
}
.fusion-custom-post,
.single-projets,
.single-post {
  /*@media screen and (min-width:@max-portable){
		#content{
			width: 71% !important;
		}

		.sidebar{
			width: 25% !important;
		}
	}*/
}
/*#main{
	>.fusion-row{
		max-width: none !important;
	}
}*/
.fusion-checklist-table li {
  display: table !important;
  width: 100%;
}
.fusion-checklist-table li span {
  display: table-cell !important;
  vertical-align: middle;
  width: 40px !important;
  float: none !important;
}
.fusion-checklist-table li > div {
  display: table-cell !important;
  vertical-align: middle;
  float: none !important;
}
.fusion-checklist-table li .fusion-li-item-content p {
  line-height: 2.2 !important;
}
.fusion-modal .modal-dialog {
  overflow: hidden !important;
}
.fusion-modal .modal-dialog.modal-lg {
  display: inline-block;
}
.fusion-modal .modal-dialog.modal-lg img {
  height: 100% !important;
}
i.fa-solid {
  font-style: normal;
}
.fusion-form-element-required {
  color: #C00;
}
.fusion-form-form-wrapper .fusion-form-field.error .fusion-form-input {
  box-shadow: none !important;
  border-color: #e81b1b !important;
}
body.home .fusion-page-title-bar {
  display: none !important;
}
.swiper-wrapper.awb-image-carousel-wrapper {
  padding-top: 0px !important;
  padding-bottom: 8px !important;
}
abbr,
abbr[title] {
  text-decoration: none !important;
}
#menu-menu-1-bas-de-page li a,
#menu-menu-2-bas-de-page li a {
  border-bottom: 1px solid transparent;
  border-right-color: transparent;
  padding: 8px 0;
  padding-right: 0px;
  padding-left: 0px;
  display: block;
}
/*************************************
** GENERAL
*************************************/
.titre_gauche:after {
  content: " ";
  display: block;
  background: #0190d1;
  height: 5px;
  width: 55px;
  margin-top: 10px;
}
.titre_centre:after {
  content: " ";
  display: block;
  background: #0190d1;
  height: 5px;
  width: 55px;
  margin: 10px auto 0 auto;
}
#toTop {
  background: #0080c2 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  bottom: 20px !important;
  width: 55px !important;
  height: 55px !important;
}
#toTop::before {
  line-height: 50px !important;
}
/*************************************
** SUR HEADER
*************************************/
.fusion-secondary-header .fusion-row {
  font-family: "Lato", Arial, Arial;
  width: 100%;
  max-width: 1200px !important;
}
@media screen and (min-width: 960px) {
  .fusion-secondary-header .fusion-row {
    height: 50px;
  }
}
.fusion-secondary-header .fusion-row .fusion-alignleft h1,
.fusion-secondary-header .fusion-row .fusion-alignleft .h1 {
  font-weight: 400;
}
@media screen and (min-width: 1070px) {
  .fusion-secondary-header .fusion-row .fusion-alignleft h1,
  .fusion-secondary-header .fusion-row .fusion-alignleft .h1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1069px) {
  .fusion-secondary-header .fusion-row .fusion-alignleft h1,
  .fusion-secondary-header .fusion-row .fusion-alignleft .h1 {
    font-size: 14px;
  }
}
.fusion-secondary-header .fusion-row .fusion-alignleft .h1 {
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
.fusion-secondary-header .fusion-row .fusion-alignright .tableau_custom {
  display: table;
  margin: 0 auto;
}
@media screen and (min-width: 1070px) {
  .fusion-secondary-header .fusion-row .fusion-alignright .tableau_custom {
    font-size: 16px;
    height: 50px;
  }
}
@media screen and (max-width: 1150px) {
  .fusion-secondary-header .fusion-row .fusion-alignright .tableau_custom {
    padding-bottom: 0.67em;
  }
}
.fusion-secondary-header .fusion-row .fusion-alignright .tableau_custom > div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  height: 100%;
}
@media screen and (min-width: 337px) {
  .fusion-secondary-header .fusion-row .fusion-alignright .tableau_custom .numeros {
    text-align: right;
    padding-right: 15px;
  }
}
@media screen and (max-width: 336px) {
  .fusion-secondary-header .fusion-row .fusion-alignright .tableau_custom .contact {
    display: none !important;
  }
}
.fusion-secondary-header .fusion-row .fusion-alignright .tableau_custom .contact a {
  background: #0080c2;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 15px;
}
@media screen and (min-width: 960px) {
  .fusion-secondary-header .fusion-row .fusion-alignright .tableau_custom .contact a {
    line-height: 50px;
  }
}
.language_div {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99999;
  background: #0080c2;
  box-shadow: 0px -8px 23.28px 0.72px rgba(0, 0, 0, 0.2);
  padding: 0px 0px;
  width: 42px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.language_div .wpml-ls-legacy-list-vertical {
  width: 100%;
}
.language_div .wpml-ls-legacy-list-vertical li {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
}
.language_div .wpml-ls-legacy-list-vertical li.wpml-ls-current-language,
.language_div .wpml-ls-legacy-list-vertical li:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*************************************
** HEADER 
*************************************/
.fusion-header-wrapper .fusion-sticky-header-wrapper {
  -webkit-box-shadow: 0px -8px 23.28px 0.72px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -8px 23.28px 0.72px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -8px 23.28px 0.72px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1150px) {
  .fusion-header-wrapper .fusion-header .fusion-logo-link img {
    width: 400px !important;
  }
}
@media screen and (max-width: 1150px) {
  .fusion-header-wrapper .fusion-header .fusion-row {
    display: table;
    width: 100%;
  }
  .fusion-header-wrapper .fusion-header .fusion-row > div {
    display: table-cell !important;
    vertical-align: middle;
  }
  .fusion-header-wrapper .fusion-header .fusion-row .fusion-logo-link img {
    width: 200px !important;
  }
}
@media screen and (max-width: 1150px) and (max-width: 360px) {
  .fusion-header-wrapper .fusion-header .fusion-row .fusion-logo-link img {
    width: 100px !important;
  }
}
.fusion-header-wrapper .fusion-secondary-main-menu > .fusion-row {
  max-width: 1300px;
}
.fusion-header-wrapper .fusion-secondary-main-menu > .fusion-row nav.fusion-main-menu {
  -webkit-box-shadow: 0px -8px 23.28px 0.72px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -8px 23.28px 0.72px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -8px 23.28px 0.72px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 20px;
  -webkit-transition: top ease 0.3s, background-image ease 0.3s;
  -moz-transition: top ease 0.3s, background-image ease 0.3s;
  -ms-transition: top ease 0.3s, background-image ease 0.3s;
  -o-transition: top ease 0.3s, background-image ease 0.3s;
  background-image: -webkit-linear-gradient(0deg, #0190d1 10%, #0190d1 30%, #015ca3 90%);
  background-image: -moz-linear-gradient(0deg, #0190d1 10%, #0190d1 30%, #015ca3 90%);
  background-image: -ms-linear-gradient(0deg, #0190d1 10%, #0190d1 30%, #015ca3 90%);
  background-image: -o-linear-gradient(0deg, #0190d1 10%, #0190d1 30%, #015ca3 90%);
  background-image: linear-gradient(90deg, #0190d1 10%, #0190d1 30%, #015ca3 90%);
}
@media (max-width: 1350px) and (min-width: 1100px) {
  .fusion-header-wrapper .fusion-secondary-main-menu > .fusion-row nav.fusion-main-menu > ul > li {
    padding-right: 30px;
  }
  .fusion-header-wrapper .fusion-secondary-main-menu > .fusion-row nav.fusion-main-menu > ul > li > a {
    font-size: 16px !important;
  }
}
.fusion-header-wrapper .fusion-secondary-main-menu > .fusion-row nav.fusion-main-menu .sub-menu li a {
  font-size: 14px !important;
  font-weight: 500 !important;
  border-bottom: #e1e1e1 solid 1px !important;
}
.fusion-header-wrapper .fusion-secondary-main-menu > .fusion-row nav.fusion-main-menu .sub-menu li a:hover {
  color: #0190d1 !important;
  -webkit-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  -ms-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
}
.fusion-header-wrapper .fusion-secondary-main-menu > .fusion-row nav.fusion-mobile-nav-holder {
  border-top: #f6f4f7 solid 1px;
}
.fusion-header-wrapper .fusion-secondary-main-menu > .fusion-row nav.fusion-mobile-nav-holder .fusion-mobile-nav-item li a:before {
  content: none !important;
}
.fusion-header-wrapper .fusion-secondary-main-menu > .fusion-row nav.fusion-mobile-nav-holder .fusion-mobile-nav-item li a {
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px !important;
  border-left: 5px #0080c2 solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
}
.fusion-header-wrapper .fusion-secondary-main-menu > .fusion-row .fusion-mobile-menu-search {
  margin-left: -30px;
  margin-right: -30px;
  background: #F00;
  padding: 20px;
  background-image: -webkit-linear-gradient(0deg, #0190d1 10%, #0190d1 30%, #015ca3 90%);
  background-image: -moz-linear-gradient(0deg, #0190d1 10%, #0190d1 30%, #015ca3 90%);
  background-image: -ms-linear-gradient(0deg, #0190d1 10%, #0190d1 30%, #015ca3 90%);
  background-image: -o-linear-gradient(0deg, #0190d1 10%, #0190d1 30%, #015ca3 90%);
  background-image: linear-gradient(90deg, #0190d1 10%, #0190d1 30%, #015ca3 90%);
}
/*************************************
** HEADER STICKY
*************************************/
.fusion-is-sticky .fusion-secondary-main-menu {
  background-image: -webkit-linear-gradient(0deg, #0190d1 10%, #0190d1 30%, #015ca3 90%);
  background-image: -moz-linear-gradient(0deg, #0190d1 10%, #0190d1 30%, #015ca3 90%);
  background-image: -ms-linear-gradient(0deg, #0190d1 10%, #0190d1 30%, #015ca3 90%);
  background-image: -o-linear-gradient(0deg, #0190d1 10%, #0190d1 30%, #015ca3 90%);
  background-image: linear-gradient(90deg, #0190d1 10%, #0190d1 30%, #015ca3 90%);
}
.fusion-is-sticky .fusion-secondary-main-menu > .fusion-row nav.fusion-main-menu {
  top: 0px ;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
/*************************************
** FOOTER
*************************************/
.fusion-footer {
  background: #231f20;
}
@media screen and (max-width: 800px) {
  .fusion-footer .fusion-widget-area {
    padding-bottom: 0px !important;
  }
}
.fusion-footer .fusion-widget-area .fusion-columns li a {
  font-size: 18px !important;
  font-family: "Lato", Arial !important;
  font-weight: 400 !important;
  padding-left: 0px !important;
}
.fusion-footer .fusion-widget-area .fusion-columns li.current_page_item > a {
  border-right: 0px !important;
}
@media screen and (min-width: 900px) {
  .fusion-footer .fusion-widget-area .fusion-columns .fusion-column:nth-child(1) {
    width: 30% !important;
  }
  .fusion-footer .fusion-widget-area .fusion-columns .fusion-column:nth-child(2) {
    width: 30% !important;
  }
  .fusion-footer .fusion-widget-area .fusion-columns .fusion-column:nth-child(3) {
    width: 40% !important;
  }
}
@media screen and (max-width: 899px) and (min-width: 800px) {
  .fusion-footer .fusion-widget-area .fusion-columns {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }
  .fusion-footer .fusion-widget-area .fusion-columns .fusion-column {
    width: 100% !important;
    float: none !important;
    margin-bottom: 0px !important;
  }
  .fusion-footer .fusion-widget-area .fusion-columns .fusion-column:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .fusion-footer .fusion-widget-area .fusion-columns {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0px;
    max-width: 600px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .fusion-footer .fusion-widget-area .fusion-columns .fusion-column {
    width: 100% !important;
    float: none !important;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .fusion-footer .fusion-widget-area .fusion-columns .fusion-column a {
    text-align: center !important;
    border-top: 1px solid #594f51;
    padding: 20px 8px !important;
  }
  .fusion-footer .fusion-widget-area .fusion-columns .fusion-column #menu-item-96 a {
    border-bottom: 1px solid #594f51;
  }
  .fusion-footer .fusion-widget-area .fusion-columns .fusion-column:nth-child(3) {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.fusion-footer .fusion-footer-copyright-area {
  padding-top: 0px !important;
}
.fusion-footer .fusion-footer-copyright-area .fusion-row {
  max-width: 1200px;
  margin: 0 auto;
  border-top: #0190d1 solid 1px;
  padding-top: 20px;
}
.footer_3_bas {
  position: relative;
}
.footer_3_bas .conteneur {
  font-family: "Lato", Arial !important;
  background: #FFF;
  padding: 40px 40px 20px 40px;
}
@media screen and (min-width: 900px) {
  .footer_3_bas .conteneur {
    position: absolute;
    top: -80px;
    right: 0px;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0px -8px 23.28px 0.72px rgba(45, 45, 45, 0.1);
    -moz-box-shadow: 0px -8px 23.28px 0.72px rgba(45, 45, 45, 0.1);
    box-shadow: 0px -8px 23.28px 0.72px rgba(45, 45, 45, 0.1);
    border-right: 10px solid #0190d1;
  }
}
@media screen and (max-width: 800px) {
  .footer_3_bas .conteneur {
    text-align: center;
    border-bottom: 10px solid #0190d1;
  }
  .footer_3_bas .conteneur img {
    margin: 0px auto !important;
  }
  .footer_3_bas .conteneur .bordure {
    margin: 20px auto !important;
  }
}
.footer_3_bas .conteneur .partie {
  color: #231f20;
}
.footer_3_bas .conteneur .partie .titre {
  font-weight: 600;
}
.footer_3_bas .conteneur .partie .texte {
  font-weight: 400;
}
.footer_3_bas .conteneur .partie .tel {
  color: #0190d1;
}
.footer_3_bas .conteneur .bordure {
  background: #bfbebe;
  height: 1px;
  width: 100%;
  max-width: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer_3_bas .conteneur .partie_1 {
  padding-top: 20px;
}
.footer_3_bas .conteneur .partie_2 {
  padding-bottom: 20px;
}
/***********************************
** TEXTE EDITABLE
*************************************/
.texte_editable .fusion-builder-row {
  max-width: 1450px !important;
}
@media screen and (max-width: 800px) and (min-width: 590px) {
  .texte_editable .fusion-builder-row .texte_editable_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 1ch;
  }
}
@media screen and (max-width: 590px) {
  .texte_editable .fusion-builder-row .image {
    margin-top: 40px;
  }
}
.count_accueil .fusion-counter-box .counter-box-container {
  -webkit-box-shadow: -1px 2px 35px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 2px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 2px 35px 0px rgba(0, 0, 0, 0.1);
  border: none !important;
  font-family: "Lato", Arial;
}
@media screen and (min-width: 768px) {
  .count_accueil .fusion-counter-box .counter-box-container {
    text-align: left;
  }
}
.count_accueil .fusion-counter-box .counter-box-container .counter-box-content {
  font-weight: 600;
}
/*************************************
** SECTEURS ACCUEIL
*************************************/
.secteurs_accueil {
  /*************************************
    ** SLIDER ACCUEIL
    *************************************/
}
.secteurs_accueil > .fusion-builder-row {
  margin: 0px !important;
}
.secteurs_accueil > .fusion-builder-row .fusion-column-wrapper {
  margin: 0px !important;
}
.secteurs_accueil .owl-carousel_expertises_metiers_slider_accueil {
  left: 0px;
}
@media screen and (min-width: 1630px) {
  .secteurs_accueil .owl-carousel_expertises_metiers_slider_accueil {
    width: 110% !important;
    top: -30px;
    position: relative;
  }
}
@media screen and (max-width: 1629px) and (min-width: 1240px) {
  .secteurs_accueil .owl-carousel_expertises_metiers_slider_accueil {
    top: -30px;
    position: relative;
  }
}
@media screen and (max-width: 1239px) {
  .secteurs_accueil .owl-carousel_expertises_metiers_slider_accueil {
    padding: 80px 0px;
  }
}
.secteurs_accueil .owl-carousel_expertises_metiers_slider_accueil .owl-item .item {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.secteurs_accueil .owl-carousel_expertises_metiers_slider_accueil .owl-item .item a.link_zoom {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 3;
}
.secteurs_accueil .owl-carousel_expertises_metiers_slider_accueil .owl-item .item .teinte {
  background: #0190d1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.secteurs_accueil .owl-carousel_expertises_metiers_slider_accueil .owl-item .item .lib {
  color: #FFF;
  font-weight: 700;
  font-family: "Lato", Arial;
  text-align: center;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (min-width: 1330px) {
  .secteurs_accueil .owl-carousel_expertises_metiers_slider_accueil .owl-item .item .lib {
    font-size: 24px;
  }
}
@media screen and (max-width: 1329px) {
  .secteurs_accueil .owl-carousel_expertises_metiers_slider_accueil .owl-item .item .lib {
    font-size: 20px;
  }
}
.secteurs_accueil .owl-carousel_expertises_metiers_slider_accueil .owl-item .item img {
  -webkit-transition: transform ease 0.3s;
  -moz-transition: transform ease 0.3s;
  -ms-transition: transform ease 0.3s;
  -o-transition: transform ease 0.3s;
}
.secteurs_accueil .owl-carousel_expertises_metiers_slider_accueil .owl-item .item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.secteurs_accueil .owl-carousel_expertises_metiers_slider_accueil .owl-dot.active span {
  background: #0190d1 !important;
}
/*************************************
** SECTEURS ACCUEIL
*************************************/
.arguments_accueil {
  position: relative;
}
.arguments_accueil .fusion-layout-column,
.arguments_accueil .fusion-builder-row {
  position: static !important;
}
.arguments_accueil .premier_bloc {
  position: relative;
  z-index: 2;
}
.arguments_accueil .premier_bloc .fusion-content-boxes {
  margin-bottom: 0px !important;
}
.arguments_accueil .premier_bloc .fusion-content-boxes h3 {
  font-weight: 700 !important;
}
.arguments_accueil .premier_bloc .fusion-content-boxes .content-box-shortcode-timeline-vertical {
  border: #FFF solid 1px !important;
}
@media screen and (max-width: 550px) {
  .arguments_accueil .content-container {
    padding-left: 0px !important;
  }
  .arguments_accueil .content-box-shortcode-timeline-vertical {
    display: none !important;
  }
}
.arguments_accueil .vague {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
@media screen and (min-width: 1350px) {
  .arguments_accueil .vague {
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
}
@media screen and (max-width: 1349px) {
  .arguments_accueil .vague {
    display: none;
  }
}
/*************************************
** GALERIES ACCUEIL
*************************************/
.galerie_accueil .photos {
  display: grid;
}
@media screen and (min-width: 900px) {
  .galerie_accueil .photos {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 899px) and (min-width: 430px) {
  .galerie_accueil .photos {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 429px) {
  .galerie_accueil .photos {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 900px) {
  .galerie_accueil {
    margin-left: -28px;
    margin-right: -28px;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .galerie_accueil .photos {
    gap: 2px;
  }
}
@media screen and (max-width: 899px) {
  .galerie_accueil {
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .galerie_accueil .photos {
    gap: 10px;
  }
}
/*************************************
** CONTACT ACCUEIL
*************************************/
.contact_accueil .texte_gauche {
  margin: 0 auto;
  max-width: 1200px !important;
}
.contact_accueil .texte_gauche p {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 800px) {
  .contact_accueil .texte_gauche p {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .contact_accueil .texte_gauche .button_center div {
    margin: 10px auto 0 auto;
  }
}
/*************************************
** BLOG ACCUEIL
*************************************/
.blog_accueil,
body.blog section#content,
body.archive.category {
  position: relative;
  z-index: 3;
}
.blog_accueil article .fusion-post-wrapper,
body.blog section#content article .fusion-post-wrapper,
body.archive.category article .fusion-post-wrapper {
  border-bottom: 5px solid #EEE !important;
  -webkit-transition: border-bottom ease 0.3s;
  -moz-transition: border-bottom ease 0.3s;
  -ms-transition: border-bottom ease 0.3s;
  -o-transition: border-bottom ease 0.3s;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.blog_accueil article h3,
body.blog section#content article h3,
body.archive.category article h3,
.blog_accueil article h2,
body.blog section#content article h2,
body.archive.category article h2 {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #231f20 !important;
}
.blog_accueil article .fusion-post-content-container,
body.blog section#content article .fusion-post-content-container,
body.archive.category article .fusion-post-content-container {
  font-size: 16px !important;
  line-height: 1.72 !important;
}
.blog_accueil article .fusion-alignleft,
body.blog section#content article .fusion-alignleft,
body.archive.category article .fusion-alignleft {
  width: 100% !important;
}
.blog_accueil article .fusion-alignleft .fusion-read-more,
body.blog section#content article .fusion-alignleft .fusion-read-more,
body.archive.category article .fusion-alignleft .fusion-read-more {
  font-size: 16px;
  font-weight: bold;
}
.blog_accueil article:hover .fusion-post-wrapper,
body.blog section#content article:hover .fusion-post-wrapper,
body.archive.category article:hover .fusion-post-wrapper {
  border-bottom: 5px solid #0190d1 !important;
}
/*************************************
** TELECHARGEMENTS ACCUEIL
*************************************/
.telechargement_listing .conteneur {
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 850px) {
  .telechargement_listing .conteneur {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 849px) {
  .telechargement_listing .conteneur {
    grid-template-columns: 1fr;
  }
}
.telechargement_listing .conteneur .telechargement {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 30px -20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 30px -20px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 30px -20px;
  padding: 30px;
}
.telechargement_listing .conteneur .telechargement .bloc_1 {
  padding-bottom: 20px;
}
.telechargement_listing .conteneur .telechargement .bloc_1 div.titre h3,
.telechargement_listing .conteneur .telechargement .bloc_1 div.titre h2 {
  color: #0190d1 !important;
  font-size: 20px!important;
  font-weight: bold!important;
  font-family: "Lato", Arial !important;
  margin-bottom: 0px !important;
}
.telechargement_listing .conteneur .telechargement .bloc_1 div.taille {
  color: #231f20;
  text-transform: uppercase;
  font-family: "Lato", Arial;
  font-size: 16px;
  font-weight: 500;
}
.telechargement_listing .conteneur .telechargement div.description {
  margin-bottom: 20px;
}
.telechargement_listing .conteneur .telechargement div.bordure {
  background: #231f20;
  height: 4px;
  width: 100%;
}
.telechargement_listing .conteneur .telechargement div.lien {
  margin-top: 20px;
}
.telechargement_listing .conteneur .telechargement div.lien a {
  font-weight: 600;
  font-size: 18px;
  color: #231f20;
  -webkit-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  -ms-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
  text-transform: uppercase;
  display: block;
  width: 100%;
  position: relative;
}
.telechargement_listing .conteneur .telechargement div.lien a i {
  position: absolute;
  right: 0px;
  top: 6px;
}
.telechargement_listing .conteneur .telechargement div.lien:hover a {
  color: #0190d1;
}
/*************************************
** GROUPE ACCUEIL
*************************************/
.groupe_accueil .membre {
  position: relative;
}
.groupe_accueil .membre .image {
  position: relative;
  z-index: 2;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  -webkit-transition: transform ease 0.3s;
  -moz-transition: transform ease 0.3s;
  -ms-transition: transform ease 0.3s;
  -o-transition: transform ease 0.3s;
}
.groupe_accueil .membre .teinte {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
}
.groupe_accueil .membre:hover .image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.groupe_accueil .membre:hover .teinte {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.groupe_accueil .maventis .teinte {
  background: #448081;
}
.groupe_accueil .mavipal .teinte {
  background: #cb1817;
}
.groupe_accueil .dpa .teinte {
  background: #fda218;
}
.groupe_accueil .vayssiere .teinte {
  background: #004576;
}
.groupe_accueil .solution .teinte {
  background: #231f20;
}
/*************************************
** FIL D'ARIANE 
*************************************/
.fil_dariane {
  max-width: 700px !important;
}
/*************************************
** TELECHARGEMENTS
*************************************/
.telechargements {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.telechargements .categorie {
  padding-bottom: 50px;
}
.telechargements .categorie h2 {
  color: #0080c2;
  margin-bottom: 10px;
  font-size: 28px !important;
  font-weight: 500 !important;
}
.telechargements .categorie > .description {
  font-size: 14px;
}
.telechargements .categorie > .description p:last-child {
  margin-bottom: 0px!important;
}
.telechargements .categorie .les_telechargements {
  margin-top: 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 30px -20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 30px -20px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 30px -20px;
  padding: 20px;
  /*display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap:20px;*/
}
.telechargements .categorie .les_telechargements .telechargement {
  width: 100%;
  border-bottom: #EEE solid 1px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (min-width: 510px) {
  .telechargements .categorie .les_telechargements .telechargement {
    display: table;
  }
  .telechargements .categorie .les_telechargements .telechargement > div {
    display: table-cell;
    vertical-align: middle;
  }
}
.telechargements .categorie .les_telechargements .telechargement > div:first-child {
  padding-right: 10px;
}
.telechargements .categorie .les_telechargements .telechargement > div:first-child .bloc_1 .titre h3 {
  color: #231f20 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  margin-top: 0px;
  margin-bottom: 2px;
}
.telechargements .categorie .les_telechargements .telechargement > div:first-child .bloc_1 .taille {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-size: 13px;
  text-align: left;
}
.telechargements .categorie .les_telechargements .telechargement > div:first-child .description {
  display: none;
}
.telechargements .categorie .les_telechargements .telechargement > div:first-child .description span {
  margin-top: 10px;
  font-size: 14px;
  border-left: 4px #0190d1 solid;
  padding-left: 10px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  display: block;
}
@media (min-width: 510px) {
  .telechargements .categorie .les_telechargements .telechargement > div:last-child {
    width: 250px;
    text-align: right;
  }
}
@media (max-width: 509px) {
  .telechargements .categorie .les_telechargements .telechargement > div:last-child {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.telechargements .categorie .les_telechargements .telechargement > div:last-child .telecharger_btn {
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 150px;
  background: #0080c2;
  color: #FFF;
  padding: 2px 0px;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background ease 0.3s;
  -moz-transition: background ease 0.3s;
  -ms-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
  cursor: pointer;
}
.telechargements .categorie .les_telechargements .telechargement > div:last-child .telecharger_btn:hover {
  background: #0190d1;
}
.telechargements .categorie .les_telechargements .telechargement:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
/*************************************
** FORMULAIRE DE CONTACT
*************************************/
.formulaire_contact_form {
  position: relative;
  z-index: 3;
}
.formulaire_contact_form label {
  font-weight: 600;
}
@media (max-width: 450px) {
  .formulaire_contact_form .formulaire > div {
    padding: 20px 0px !important;
  }
}
.formulaire_contact_form .form-creator-recaptcha {
  display: none !important;
}
@media (min-width: 800px) {
  .formulaire_contact_points .gauche {
    border-right: #0190d1 solid 1px;
  }
}
.formulaire_contact_gmap {
  position: relative;
  z-index: 2;
  line-height: 1 !important;
}
.formulaire_contact_gmap .shortcode-map {
  height: 500px;
}
/*************************************
** BLOG ASIDE
*************************************/
.fusion-blogsidebar .widget-title {
  font-weight: 600;
  color: #0190d1;
  text-transform: uppercase;
  border-bottom: #231f20 solid 1px;
  padding-bottom: 20px !important;
  margin-bottom: 20px;
}
.fusion-blogsidebar .fusion-search-field input {
  background: #fafafa !important;
}
.fusion-blogsidebar .widget_categories > ul > li {
  padding: 10px 0px !important;
  border-bottom: #f2f2f2 solid 1px !important;
  -webkit-transition: border-bottom ease 0.3s;
  -moz-transition: border-bottom ease 0.3s;
  -ms-transition: border-bottom ease 0.3s;
  -o-transition: border-bottom ease 0.3s;
}
.fusion-blogsidebar .widget_categories > ul > li > a {
  font-weight: 500 !important;
}
.fusion-blogsidebar .widget_categories > ul > li li a {
  font-size: 14px;
  color: #231f20;
}
.fusion-blogsidebar .widget_categories > ul li:hover {
  border-bottom: #0190d1 solid 1px !important;
}
.fusion-blogsidebar .widget_categories > ul li:first-child {
  padding-top: 0px !important;
}
.fusion-blogsidebar .widget_categories a::before {
  content: "" !important;
}
.fusion-blogsidebar .recents_posts .texte {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #f2f2f2 solid 1px;
}
.fusion-blogsidebar .recents_posts .texte > div {
  display: table-cell;
  vertical-align: middle;
}
.fusion-blogsidebar .recents_posts .texte > div.image {
  width: 100px;
  position: relative;
}
.fusion-blogsidebar .recents_posts .texte > div.image img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.fusion-blogsidebar .recents_posts .texte > div.image .fusion-rollover-content {
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  width: 100% !important;
  z-index: 2;
  background: #0190d1;
  -webkit-transition: opacity ease 0.7s;
  -moz-transition: opacity ease 0.7s;
  -ms-transition: opacity ease 0.7s;
  -o-transition: opacity ease 0.7s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.fusion-blogsidebar .recents_posts .texte > div.image .fusion-rollover-content .fusion-rollover-link {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #FFF !important;
}
.fusion-blogsidebar .recents_posts .texte > div.image .fusion-rollover-content .fusion-rollover-link::before {
  color: #0190d1 !important;
}
.fusion-blogsidebar .recents_posts .texte > div.titre {
  padding-left: 20px;
}
.fusion-blogsidebar .recents_posts .texte > div.titre a {
  color: #231f20;
  font-family: "Lato", Arial;
  line-height: 1.4;
}
.fusion-blogsidebar .recents_posts .texte > div.titre span {
  font-size: 13px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.fusion-blogsidebar .recents_posts .texte:hover > div.image .fusion-rollover-content {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.fusion-blogsidebar .aside_widget {
  background-image: url("imgs/fond-side-bar-widget-contact.jpg");
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  text-align: center;
  color: #FFF;
}
.fusion-blogsidebar .aside_widget .titre {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
.fusion-blogsidebar .aside_widget .description {
  padding-bottom: 20px;
}
@media (max-width: 980px) and (min-width: 800px) {
  body.blog #main section#content,
  body.single-post #main section#content,
  body.blog aside#sidebar,
  body.single-post aside#sidebar {
    width: 100% !important;
    max-width: 800px;
    float: none !important;
    margin: 0 auto !important;
  }
}
/*************************************
** BLOG FICHE
*************************************/
.blog_single .titre {
  font-weight: bold;
  color: #231f20;
  font-size: 32px;
  line-height: 1.2;
  padding-bottom: 5px;
}
.blog_single .date {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.column_404 {
  max-width: 800px;
  margin: 0 auto;
}
/*************************************
** PAGE RECHERCHE
*************************************/
body.search-results #content {
  width: 100% !important;
  float: none!important;
}
body.search-results #content .titre_page h2 {
  font-size: 40px!important;
  font-family: "Lato";
  font-weight: 700!important;
  margin-bottom: 30px !important;
}
body.search-results #content .description {
  margin-bottom: 60px;
}
body.search-results #content h3 {
  color: #0190d1;
  font-weight: 500;
  margin: 0px 0px 10px 0px !important;
  font-size: 25px;
}
body.search-results #content .conteneur {
  -webkit-box-shadow: 0px -8px 22px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -8px 22px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -8px 22px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 60px;
}
body.search-results #content .conteneur .elem {
  padding-left: 10px;
}
body.search-results #content .conteneur .elem a.lien_page {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-bottom: #e1e1e1 1px solid;
  color: #231f20;
  -webkit-transition: margin-left ease 0.3s, color ease 0.3s;
  -moz-transition: margin-left ease 0.3s, color ease 0.3s;
  -ms-transition: margin-left ease 0.3s, color ease 0.3s;
  -o-transition: margin-left ease 0.3s, color ease 0.3s;
}
body.search-results #content .conteneur .elem a.lien_page:hover {
  margin-left: 5px;
  color: #0190d1;
}
body.search-results #content .conteneur .elem .telechargement {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-left: 0px;
  border-bottom: #e1e1e1 1px solid;
}
@media (min-width: 510px) {
  body.search-results #content .conteneur .elem .telechargement {
    display: table;
  }
  body.search-results #content .conteneur .elem .telechargement > div {
    display: table-cell;
    vertical-align: middle;
  }
}
body.search-results #content .conteneur .elem .telechargement > div:first-child {
  padding-left: 0px;
  color: #231f20;
  -webkit-transition: padding-left ease 0.3s, color ease 0.3s;
  -moz-transition: padding-left ease 0.3s, color ease 0.3s;
  -ms-transition: padding-left ease 0.3s, color ease 0.3s;
  -o-transition: padding-left ease 0.3s, color ease 0.3s;
}
@media (min-width: 510px) {
  body.search-results #content .conteneur .elem .telechargement > div:last-child {
    width: 250px;
    text-align: right;
  }
}
@media (max-width: 509px) {
  body.search-results #content .conteneur .elem .telechargement > div:last-child {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
body.search-results #content .conteneur .elem .telechargement > div:last-child .telecharger_btn {
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 150px;
  background: #0080c2;
  color: #FFF;
  padding: 2px 0px;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background ease 0.3s;
  -moz-transition: background ease 0.3s;
  -ms-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
  cursor: pointer;
}
body.search-results #content .conteneur .elem .telechargement > div:last-child .telecharger_btn:hover {
  background: #0190d1;
}
body.search-results #content .conteneur .elem .telechargement:hover > div:first-child {
  padding-left: 5px;
  color: #0190d1;
}
body.search-results #content .conteneur2 {
  margin-bottom: 60px;
}
body.search-results #content .conteneur2 .les_posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
body.search-results #content .conteneur2 .les_posts article {
  border-bottom: 5px solid #EEE !important;
  -webkit-transition: border-bottom ease 0.3s;
  -moz-transition: border-bottom ease 0.3s;
  -ms-transition: border-bottom ease 0.3s;
  -o-transition: border-bottom ease 0.3s;
}
body.search-results #content .conteneur2 .les_posts article .image {
  position: relative;
}
body.search-results #content .conteneur2 .les_posts article .image .fusion-rollover-content {
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  width: 100% !important;
  z-index: 2;
  background: #0190d1;
  -webkit-transition: opacity ease 0.7s;
  -moz-transition: opacity ease 0.7s;
  -ms-transition: opacity ease 0.7s;
  -o-transition: opacity ease 0.7s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
body.search-results #content .conteneur2 .les_posts article .image .fusion-rollover-content .fusion-rollover-link {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #FFF !important;
}
body.search-results #content .conteneur2 .les_posts article .image .fusion-rollover-content .fusion-rollover-link::before {
  color: #0190d1 !important;
}
body.search-results #content .conteneur2 .les_posts article h3 {
  color: #0190d1 !important;
  font-family: "Lato", Arial !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 1.2;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
body.search-results #content .conteneur2 .les_posts article .date {
  font-size: 13px;
  padding-bottom: 20px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
body.search-results #content .conteneur2 .les_posts article .le_texte {
  padding: 20px 0px !important;
}
body.search-results #content .conteneur2 .les_posts article .fusion-post-content-container {
  font-size: 16px !important;
  line-height: 1.72 !important;
}
body.search-results #content .conteneur2 .les_posts article .fusion-alignleft {
  width: 100% !important;
}
body.search-results #content .conteneur2 .les_posts article .fusion-alignleft .fusion-read-more {
  font-size: 16px;
  font-weight: bold;
}
body.search-results #content .conteneur2 .les_posts article:hover {
  border-bottom: 5px solid #0190d1 !important;
}
body.search-results #content .conteneur2 .les_posts article:hover div.image .fusion-rollover-content {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
body.search-results .conteneur3,
body.search-no-results .conteneur3 {
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(90deg, #0190d1 10%, #0190d1 30%, #015ca3 90%);
  padding: 40px;
}
body.search-results .conteneur3 h3,
body.search-no-results .conteneur3 h3 {
  color: #FFF !important;
}
body.search-results .conteneur3 .encart p,
body.search-no-results .conteneur3 .encart p {
  color: #FFF;
}
body.search-no-results .conteneur3 {
  margin-top: 40px !important;
}
/*************************************
** PAGE EXPERTISES METIER
*************************************/
.secteurs_grid {
  display: grid;
  gap: 40px;
  margin-top: 40px;
}
@media (min-width: 915px) {
  .secteurs_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 914px) and (min-width: 650px) {
  .secteurs_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 649px) {
  .secteurs_grid {
    grid-template-columns: 1fr;
  }
}
.secteurs_grid .secteur {
  position: relative;
}
.secteurs_grid .secteur .link_zoom {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 4;
}
.secteurs_grid .secteur .image {
  overflow: hidden;
  position: relative;
}
.secteurs_grid .secteur .image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: transform ease 0.3s;
  -moz-transition: transform ease 0.3s;
  -ms-transition: transform ease 0.3s;
  -o-transition: transform ease 0.3s;
}
.secteurs_grid .secteur .image .teinte {
  background: #0190d1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
}
.secteurs_grid .secteur .image .ecriture_1 {
  position: absolute;
  z-index: 3;
  color: #FFF;
  font-weight: bold;
  left: 50%;
  top: 50%;
  font-size: 22px;
  -webkit-transform: translate(-50%, -90px);
  -moz-transform: translate(-50%, -90px);
  -ms-transform: translate(-50%, -90px);
  -o-transform: translate(-50%, -90px);
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s, transform ease 0.3s;
  -moz-transition: opacity ease 0.3s, transform ease 0.3s;
  -ms-transition: opacity ease 0.3s, transform ease 0.3s;
  -o-transition: opacity ease 0.3s, transform ease 0.3s;
}
.secteurs_grid .secteur .image .ecriture_2 {
  position: absolute;
  z-index: 3;
  color: #FFF;
  font-weight: 500;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -100px);
  -moz-transform: translate(-50%, -100px);
  -ms-transform: translate(-50%, -100px);
  -o-transform: translate(-50%, -100px);
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s, transform ease 0.3s;
  -moz-transition: opacity ease 0.3s, transform ease 0.3s;
  -ms-transition: opacity ease 0.3s, transform ease 0.3s;
  -o-transition: opacity ease 0.3s, transform ease 0.3s;
}
.secteurs_grid .secteur .bas {
  padding: 20px 0px;
  text-align: center;
  -webkit-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  -ms-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
}
.secteurs_grid .secteur .bas .lib {
  color: #231f20;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  -ms-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
}
.secteurs_grid .secteur .bas .description {
  font-size: 16px;
}
.secteurs_grid .secteur:hover .image .teinte {
  background: #0190d1;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.secteurs_grid .secteur:hover .image .ecriture_1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(-50%, -40px);
  -moz-transform: translate(-50%, -40px);
  -ms-transform: translate(-50%, -40px);
  -o-transform: translate(-50%, -40px);
}
.secteurs_grid .secteur:hover .image .ecriture_2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
}
.secteurs_grid .secteur:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.secteurs_grid .secteur:hover .bas {
  color: #0190d1;
}
.secteurs_grid .secteur:hover .bas .lib {
  color: #0190d1;
}
.modal_logos {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0px;
  left: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
}
.modal_logos.on {
  z-index: 100001;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.secteurs_logo {
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-height: 1000px;
  max-width: 800px;
  min-width: 260px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
}
@media screen and (max-width: 800px) {
  .secteurs_logo {
    width: 80% !important;
  }
}
.secteurs_logo > div.listing {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 600px) and (min-width: 400px) {
  .secteurs_logo > div.listing.inf6 {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 399px) {
  .secteurs_logo > div.listing.inf6 {
    grid-template-columns: 1fr !important;
    overflow-y: scroll;
    height: 100%;
  }
}
@media screen and (max-width: 600px) and (min-width: 400px) {
  .secteurs_logo > div.listing.sup6 {
    grid-template-columns: 1fr 1fr !important;
    overflow-y: scroll;
    height: 100%;
  }
}
@media screen and (max-width: 399px) {
  .secteurs_logo > div.listing.sup6 {
    grid-template-columns: 1fr !important;
    overflow-y: scroll;
    height: 100%;
  }
}
.secteurs_logo > div.fermer {
  position: absolute;
  top: -30px;
  right: 0px;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
}
@media screen and (max-height: 630px) and (min-width: 800px) {
  .secteurs_logo > div.fermer.inf6 {
    display: none;
  }
}
@media screen and (max-height: 850px) and (min-height: 750px) {
  .secteurs_logo.sup6 {
    max-width: 700px;
  }
}
@media screen and (max-height: 749px) and (min-height: 650px) {
  .secteurs_logo.sup6 {
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .secteurs_logo.sup6 {
    height: 90% !important;
    overflow: hidden;
  }
}
.secteurs_logo.on {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*************************************
** PAGE EXPERTISES METIER
*************************************/
@media (max-width: 715px) {
  .historique_annee > div.fusion-builder-row {
    max-width: 480px !important;
    margin: 0 auto !important;
  }
}
@media (min-width: 800px) {
  .historique_annee > div.fusion-builder-row .gallerie_1978 {
    text-align: right;
  }
  .historique_annee > div.fusion-builder-row .gallerie_1978 img {
    display: inline-block;
  }
}
@media (max-width: 799px) {
  .historique_annee > div.fusion-builder-row .gallerie_1978 {
    text-align: center;
  }
  .historique_annee > div.fusion-builder-row .gallerie_1978 img {
    display: inline-block;
  }
}
@media (max-width: 715px) {
  .historique_annee > div.fusion-builder-row .image_2021,
  .historique_annee > div.fusion-builder-row .texte_2021 {
    max-width: 480px !important;
    margin: 0 auto !important;
  }
}
.historique_annee.annee_2021 {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/*************************************
** PAGE NOS SOLUTIONS
*************************************/
.page_solutions .stockage_dynamique_arguments {
  margin-bottom: 10px !important;
}
.produits_solutions {
  /*>div.fusion-builder-row{
        @media (min-width: 800px){
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap:40px 0px;
        }
        
        >div{
            @media (min-width: 800px){
               display: inline-block !important;
            
            } 
            
            .fusion-carousel-wrapper{
                padding: 0px !important;
                position: relative;
                margin-top: -2px!important;

                .fusion-image-carousel{
                    margin-bottom: 30px !important;
                    color:#FFF;
                } 
            }  
            .fusion-carousel-nav{
                span{
                    .opacity(1) !important;
                    .transition(background ease 0.3s) !important;
                }
            }

            .fusion-text, .fusion-title{ padding: 0px 40px;}
        }
    }*/
}
.produits_solutions > div.fusion-builder-row > div .fusion-carousel-wrapper {
  padding: 0px !important;
  position: relative;
  margin-top: -2px !important;
}
.produits_solutions > div.fusion-builder-row > div .fusion-carousel-wrapper .fusion-image-carousel {
  margin-bottom: 30px !important;
  color: #FFF;
}
.produits_solutions > div.fusion-builder-row > div .fusion-carousel-nav span {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -webkit-transition: background ease 0.3s !important;
  -moz-transition: background ease 0.3s !important;
  -ms-transition: background ease 0.3s !important;
  -o-transition: background ease 0.3s !important;
}
.produits_solutions > div.fusion-builder-row > div .fusion-text,
.produits_solutions > div.fusion-builder-row > div .fusion-title {
  padding: 0px 40px;
}
/*.fil_dariane_container{
    
    .fil_dariane_column{
        
    
        @media screen and (max-width:960px){

            margin-top: 0px !important;
        }

        .fil_dariane{
            @media screen and (max-width:1240px){
                margin: 0 auto !important;
                >div{

                    margin-right: 0px !important;

                    @media (max-width:900px){
                        background-color:transparent !important;
                    }

                    .fusion-title h1{
                        text-align: center !important;
                    }
                    .fusion-breadcrumbs{
                        text-align: center !important;
                    }
                }
            }
        }
    }
}*/
/*************************************
** FIL D'ARIANE
*************************************/
/*.avada-page-titlebar-wrapper{
	
	@media screen and (max-width:1020px){.fusion-page-title-row{align-items: flex-end!important; padding-bottom: 20px; .opacity(1) !important;}}
	@media screen and (max-width:650px){ h1{font-size: 30px !important;}}
	@media screen and (max-width:400px){ h1{font-size: 25px !important;} .fusion-breadcrumbs{ font-size: 14px!important;}}
	
	.fusion-page-title-wrapper{
		 align-items: flex-end!important;  .opacity(1) !important;@media screen and (min-width:1020px){padding-bottom: 50px;}
	}
}*/
/*************************************
** SLIDER
*************************************/
/*.slides{
	>li{
		.slide-content-container{
			.opacity(0);
			.transition(opacity 0.5s ease 2s);
		}
	}
	
	>li.flex-active-slide{
		.slide-content-container{
			.opacity(1;)
		}
	}
}

.slide-content-container{
	
	top:70% !important;

	.slide-content{
		position: relative;
		
		h2{
			position: relative;
			z-index: 3;
			text-shadow: 2px 4px 6px rgba(0,0,0,0.36);

			@media screen and (min-width:1000px){ font-size: 60px !important; line-height: 1.3 !important;}
			@media screen and (max-width:830px) and (min-width:@max-portable){ font-size: 45px !important; line-height: 1.2 !important;}
			@media screen and (max-width:@max-portable) and (min-width:450px){ font-size: 38px !important; line-height: 1 !important;}
			@media screen and (max-width:449px){ font-size: 30px !important; line-height: 1.2 !important;}
		}
			

		h3{


			.legende{
				font-family: @police_primaire, Arial !important;
				line-height: @line_height !important;
				position: relative;
				z-index: 3;
				padding:0px 20px 20px 20px;
				
				@media screen and (max-width:830px) and (min-width:@max-portable){ font-size: 14px !important;}
				@media screen and (max-width:@max-portable){ font-size: 12px !important;}
			}


			.background_primaire{
				background:@couleur_primaire;
				position: absolute;
				
				bottom:0px;
				left:0px;
				right: 0px;
				z-index: 2;
				@media screen and (min-width:830px){top:40px;} 
				@media screen and (max-width:830px) and (min-width:@max-portable){top:30px;}
				@media screen and (max-width:@max-portable) and (min-width:450px){ top:20px;}
				@media screen and (max-width:449px){ top:15px;}
				
			}
			
			
			a.link{
				position: absolute;
				top:0px;
				left:0px;
				right:0px;
				bottom:0px;
				z-index: 4;
			}
		}
	}	
}



/*************************************
** ARGUMENTS  link-area-box-hover
**************************************/
.arguments {
  /*margin-left: -30px;
	margin-right: -30px;*/
  padding: 120px 30px 30px 30px !important;
}
.arguments > .fusion-row {
  max-width: 1500px !important;
}
@media screen and (min-width: 800px) {
  .arguments > .fusion-row .fusion-column {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 800px) {
  .arguments > .fusion-row .fusion-column .content-box-wrapper {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 800px) {
  .arguments > .fusion-row .content-box-column-last-in-row {
    margin-bottom: 0px !important;
  }
}
.arguments .link-area-box-hover .fontawesome-icon {
  color: #FFF !important;
  background-color: #0190d1 !important;
}
/*************************************
** SLIDER ACCUEIL GOUNY
*************************************/
.slider_projet_accueil .owl-item .item {
  position: relative;
}
.slider_projet_accueil .owl-item .item .rollover {
  position: absolute;
  background: rgba(236, 103, 7, 0.95);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  cursor: pointer;
}
.slider_projet_accueil .owl-item .item .rollover .link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #FFF !important;
  font-size: 25px;
  line-height: 1;
}
.slider_projet_accueil .owl-item .item:hover .rollover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*************************************
** METIERS GOUNY
*************************************/
.metiers {
  margin-left: -30px;
  margin-right: -30px;
  background: #FAFAFA;
  position: relative;
  z-index: 2;
}
.metiers > .fusion-row {
  max-width: none !important;
  position: relative;
}
.metiers > .fusion-row .maison_bois_accueil {
  background-image: url("imgs/maison-en-bois-ecologique-correze-GOUNYTMB.jpg");
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .metiers > .fusion-row .maison_bois_accueil {
    position: absolute;
    left: -100px;
    top: -376px;
    background-size: contain;
    height: 583px;
    width: 1000px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 800px) {
  .metiers > .fusion-row .maison_bois_accueil {
    position: absolute;
    left: -200px;
    top: -376px;
    background-size: contain;
    height: 583px;
    width: 1000px;
  }
}
@media screen and (max-width: 800px) {
  .metiers > .fusion-row .maison_bois_accueil {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
  }
}
.metiers > .fusion-row .column1 .titre {
  max-width: 500px;
}
.metiers > .fusion-row .column1 .case .metier .texte .titre_metier {
  color: #0190d1;
  font-family: "Raleway", Arial, Arial;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
.metiers > .fusion-row .column1 .case .metier .texte .desc1_metier {
  border-bottom: #9a8d91 solid 2px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1635px) {
  .metiers > .fusion-row .column1 .case .metier .texte .desc1_metier {
    height: 160px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 1634px) and (min-width: 1410px) {
  .metiers > .fusion-row .column1 .case .metier .texte .desc1_metier {
    height: 170px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 1409px) and (min-width: 1250px) {
  .metiers > .fusion-row .column1 .case .metier .texte .desc1_metier {
    height: 200px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 1249px) and (min-width: 970px) {
  .metiers > .fusion-row .column1 .case .metier .texte .desc1_metier {
    font-size: 14px;
    height: 180px;
    box-sizing: content-box;
  }
}
@media screen and (min-width: 970px) {
  .metiers > .fusion-row .column1 .case {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .metiers > .fusion-row .column1 .case:nth-child(2n+1) .metier {
    padding-right: 20px;
  }
  .metiers > .fusion-row .column1 .case:nth-child(2n) .metier {
    padding-left: 20px;
  }
}
.metiers > .fusion-row .column1 .case:last-child {
  text-align: center;
}
@media screen and (min-width: 970px) {
  .metiers > .fusion-row .column1 .case:last-child {
    padding-top: 100px;
  }
}
@media screen and (max-width: 969px) and (min-width: 800px) {
  .metiers > .fusion-row .column1 .case:last-child {
    padding-top: 40px;
  }
}
@media screen and (max-width: 799px) {
  .metiers > .fusion-row .column1 .case:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.metiers > .fusion-row .column1 .case:last-child a {
  display: inline-block;
}
.metiers > .fusion-row .column2 {
  position: relative;
}
@media screen and (min-width: 960px) {
  .metiers > .fusion-row .column2 .charpentier div {
    background-image: url("imgs/gouny-charpente-bois-scierie-couverture-a-ussel.jpg");
    top: 0px;
    bottom: -50px;
    left: 0px;
    right: 0px;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 800px) {
  .metiers > .fusion-row .column2 .charpentier {
    padding: 0px 40px;
  }
  .metiers > .fusion-row .column2 .charpentier div {
    background-image: url("imgs/gouny-charpente-bois-scierie-couverture-a-ussel-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    bottom: -40px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 30px -20px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 30px -20px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 30px -20px;
  }
}
@media screen and (max-width: 800px) and (min-width: 690px) {
  .metiers > .fusion-row .column2 .charpentier div {
    height: 500px;
  }
}
@media screen and (max-width: 800px) and (max-width: 689px) and (min-width: 480px) {
  .metiers > .fusion-row .column2 .charpentier div {
    height: 400px;
  }
}
@media screen and (max-width: 800px) and (max-width: 479px) {
  .metiers > .fusion-row .column2 .charpentier div {
    height: 300px;
  }
}
/*************************************
** LIVRE D'OR GOUNY
*************************************/
.temoignages {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (min-width: 800px) {
  .temoignages {
    padding: 0px 30px !important;
  }
}
@media screen and (max-width: 800px) {
  .temoignages {
    padding: 50px 30px 0px 30px !important;
  }
}
.temoignages .fusion-row {
  position: relative;
  bottom: -50px;
}
.temoignages .fusion-row .temoignages_slider > div {
  margin: 0px auto;
  width: 100%;
  background: #FFF;
  color: #231f20;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 30px -20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 30px -20px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 30px -20px;
}
@media screen and (min-width: 800px) {
  .temoignages .fusion-row .temoignages_slider > div {
    max-width: 1200px !important;
  }
}
.temoignages .fusion-row .temoignages_slider > div > div.wpmslider-viewport h3 {
  line-height: 2.2 !important;
  font-family: "Lato", Arial;
  color: #0190d1;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0px !important;
}
@media screen and (min-width: 800px) {
  .temoignages .fusion-row .temoignages_slider > div > div.wpmslider-viewport h3 {
    padding: 0px 40px 0px 40px !important;
  }
}
@media screen and (max-width: 800px) {
  .temoignages .fusion-row .temoignages_slider > div > div.wpmslider-viewport h3 {
    padding: 0px 20px 0px 20px !important;
  }
}
.temoignages .fusion-row .temoignages_slider > div > div.wpmslider-viewport p {
  line-height: 2.2;
  color: #231f20;
  font-weight: 400;
  font-style: italic;
}
@media screen and (min-width: 800px) {
  .temoignages .fusion-row .temoignages_slider > div > div.wpmslider-viewport p {
    padding: 0px 40px 0px 40px !important;
  }
}
@media screen and (max-width: 800px) {
  .temoignages .fusion-row .temoignages_slider > div > div.wpmslider-viewport p {
    padding: 0px 20px 0px 20px !important;
  }
}
.temoignages .fusion-row .temoignages_slider > div > div.wpmslider-viewport .testimonial-name {
  font-weight: 500;
  color: #0190d1;
}
.temoignages .fusion-row .temoignages_slider > div > div.wpmslider-viewport .testimonial-company {
  color: #0190d1;
  padding-bottom: 50px;
}
.temoignages .fusion-row .temoignages_slider > div .wpmslider-pager-link.active:before {
  color: #0190d1 !important;
  background-color: #0190d1 !important;
}
.temoignages .fusion-row .temoignages_slider > div .wpmslider-pager-link:before {
  color: #231f20 !important;
  background-color: #231f20 !important;
}
.temoignages .fusion-row .quote_bas {
  width: 108px;
  height: 90px;
  background-image: url("imgs/temoignages-quotes.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  right: 40px;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
}
.temoignages .fusion-row .quote_haut {
  width: 108px;
  height: 90px;
  background-image: url("imgs/temoignages-quotes.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 40px;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/*************************************
** ENCART DOCUMENTATION GOUNY
*************************************/
.telecharger_documentation {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.labels_carousel {
  /*max-width:@max-body;
	margin: 0 auto;*/
}
.labels_carousel img {
  width: 200px !important;
}
/*************************************
** FOOTER
*************************************/
/*.fusion-footer{
	z-index: 2;
	position: relative;
	.fusion-column{
		
		@media screen and (max-width:768px){
			text-align: center;
		}
		
		.widget-title{
			font-size: 25px;
			font-family: @police_secondaire, Arial;
			font-weight: bold;
			text-transform: none;
		}
		
		.menu{
			
			li a{
				padding-left: 0px !important; 
				border:none !important;
				@media screen and (max-width:768px){
					text-align: center !important;
					padding-right: 0px !important;
				}
			}
		}
		
		section.widget{ a{font-size: 14px; padding:8px 8px 10px 0px; display: block}}
	}
	
	.fusion-column:nth-child(1){
		section.avada_vertical_menu{ margin-bottom:0px !important;}
	} 
	
	.fusion-column:nth-child(1), .fusion-column:nth-child(2){		
		@media screen and (max-width:860px) and (min-width:800px){padding-bottom:40px;}
	}
	
	.fusion-column-last{
		@media screen and (max-width:768px){margin-bottom:0px;}
	}
	
	.footer_intermediaire{
		background:@couleur_secondaire;
		padding: 0px 30px 60px 30px;
			
		span.bloc{@media screen and (max-width:470px){ display: block;}}
		
		>div{
			border-top:#c5c5c5 solid 1px;
			border-bottom:#c5c5c5 solid 1px;
			padding:25px 0px;
			color:#c5c5c5;
			width:100%;
			max-width: @max-body;
			margin: 0 auto 0 auto;
			.opacity(0.7);
			font-size:14px;
			
			@media screen and (min-width:768px){
				display: table;

				>div{
					display: table-cell;
					vertical-align: middle;
					font-weight: 300;
				}
			}
			
			@media screen and (max-width:767px){
				text-align: center;
			}
			
			
			>div:last-child{
				@media screen and (min-width:768px){ width:200px; }
				@media screen and (max-width:767px){padding-top:20px; }
				
				.fusion-social-networks{
					padding-bottom: 0px;
					
					.fusion-social-networks-wrapper{
						@media screen and (min-width:768px){
							text-align: right;
						}
						@media screen and (max-width:767px){
							text-align: center;
						}

						a{ color:#c5c5c5 !important; }
						a:hover{ color:#FFF !important;}
					}
				}
			}
		}
	}
}*/
/* Barre cookies */
/*.cookie-notice-container{
	font-family: @police_primaire !important;
	.box-shadow(@ombre_top); 
	
	.accepter_button{
		font-family: @police_primaire !important;
	}
	.accepter_button:hover{
		color:@couleur_primaire;
		background:#fdf4da !important;
		box-shadow:none !important;
	}
}*/
/*************************************
** ASIDE
*************************************/
/*.aside_widget{
	
	.titre{
		
		border-left: 4px @couleur_primaire solid !important;
		padding-left: 20px;
		font-size: 16px;
		
		h2{
			font-size: 20px;
			font-weight: 700 !important;
			margin-bottom: 30px;
		}	
	}
}

.aside_widget.posts{
	.contenu{
		
		.texte{ 
			padding-bottom:20px;
			margin-bottom:20px;
			border-bottom: #e2e2e2 solid 1px;
			h3{margin: 0px; font-size: 16px; font-family: @police_primaire;}
		}
	}
}

.aside_widget.rebond{ 
	background: @couleur_primaire;
	padding: 20px;
	color:#FFF;
	text-align: center;
	margin-bottom: 45px;
	
	.titre{
		border-left:0px;
		padding-left: 0px;
		h2{
			margin-bottom: 10px;
		}
	}
	.contenu{
		font-size: 14px;

		>div{
			margin-bottom: 20px;
		}
	}
}

.aside_widget.connectes{
	
	.contenu{
		border-top: #e2e2e2 solid 1px;
		border-bottom: #e2e2e2 solid 1px;
		text-align: center;
	}
}

.aside_widget.projets{
	.contenu{
		>div{

			float:left;
			padding-bottom: 1px;
			.box-sizing(border-box);
			width: 33.33%;
			max-width: 150px;

			>div{

				position: relative;

				.rollover{
					position: absolute;
					background: rgba(236,103,7,0.95);
					.centrer_absolute(0);
					z-index: 2;
					.transition(opacity .5s ease-in-out);
					.opacity(0);
				}

				a{.centrer_absolute(0); z-index: 3;}
			}
		}
		
		>div{
			border:#FFF solid 1px;
		}
	
		>div:hover{
			.rollover{.opacity(1);}
		}
	}
}*/
/*************************************
** FORMULAIRE - RADIO BOUTONS
*************************************/
/*.radio_buttons{
	
	margin-top:5px !important;
	
	fieldset{ margin-left: 20px;}
	
	.label{
		color:@couleur_secondaire;
	}
	
	label{ 
		color:@couleur_tertiaire !important;
	}
}

.email_hi{
	display: none;
	.opacity(0);
}

.message_confirmation{
	background:@couleur_primaire;
	color:#FFF;
	padding: 20px;
	margin-bottom: 40px;
}

.message_erreur{
	background:@couleur_erreur;
	color:#FFF;
	padding: 20px;
	margin-bottom: 40px;
}

.message_init{
	margin-bottom:50px;
	.titre_section{
		color:@couleur_secondaire;
		font-weight: 500;
		font-size: 30px;
		line-height: 1.5;
	}	
}

.champ_a_remplir{
	opacity:0;
	position: absolute;
	z-index: -2;
}*/
/*************************************
** REBONDS  - 2 colonnes
*************************************/
/*.rebonds_2_colonnes{
	
	.voir_nos_realisations{
		.fusion-column-wrapper{
			@media screen and (max-width:@max-portable){border-right:0px !important;  border-bottom:2px solid @couleur_primaire !important;}
		}
	}
}*/
/*************************************
** PAGE - METIERS
*************************************/
/*.un_metier{ 
	position: relative;
	z-index: 2;
	
	.image_metier{
		@media screen and (max-width:@max-portable){margin:0 auto !important;  top:-40px;}
	}

	.fusion-checklist-table{
		li span{
			@media screen and (max-width:400px){ display: none !important;}
		}
	}
	@media screen and (max-width:@max-portable){
		.apres{
			order:2!important;
		}

		.avant{
			order:1!important;
		}
	}
}*/
/*************************************
** PAGE ECOLOGIE  link-area-box-hover
*************************************/
/*.arguments_ecologie{

	>.fusion-row{
		max-width: 1500px !important;
		
		.fusion-column{
			
			.content-box-wrapper{
				@media screen and (min-width:@max-portable){padding-left:20px; padding-right:20px;}
			}	
		}
	}	
	.link-area-box-hover{
		.fontawesome-icon{ color:#FFF !important;  background-color:@couleur_primaire !important;}
	}
}

.ecologie_titre_raison{
	>div{
		max-width: 800px;
		margin: 0 auto !important;
	}
}

.demarrer_projet_ecologie{
	max-width:1500px;
	margin: 0 auto !important;
}*/
/*************************************
** PAGE TECHNIQUES
*************************************/
/*.citation_techniques{
	@media screen and (max-width:@max-portable){ font-size: 23px !important; }
}*/
/*************************************
** PAGE HISTOIRE
*************************************/
/*.histoire_columnn_historique{
	
	.link-area-box-hover{
		.fontawesome-icon{ color:#FFF !important;  background-color:@couleur_primaire !important;}
	}
	
	.content-box-column-last{ margin-bottom: 0px !important;}
}

.histoire_capacites_entreprises{
	position: relative;
	
	
	.fusion-column-wrapper{

	
		.background_orange{

			position: absolute;

			right:0px;
			bottom:0px;
			background:@couleur_primaire;
			z-index: 1;

			@media screen and (min-width:@max-portable){top:0px; width:200px;}
			@media screen and (max-width:@max-portable){ display: none;}
		}
	}
}


.generation_en_action_gauche{
	.fusion-column-wrapper{@media screen and (max-width:@max-portable){ border:none !important;}}
}

.histoire_counter{
	@media screen and (min-width:@max-portable){
		.counter-box-container{
			  min-height: 240px; 
		}

		.fusion-counter-box:nth-child(3), .fusion-counter-box:nth-child(4){ margin-bottom: 0px !important;}
	}	
}

.histoire_counter2{
	@media screen and (max-width:@max-portable){
		.counter-box-container{border: 0px #FFF solid !important;}
	}
}*/
/*************************************
** PAGE CONTACT
*************************************/
/*.formulaire_contact{
	
	.custom-titre h2{
		font-weight:500;
		margin:0;
		padding-bottom:10px;
		font-size:24px !important;
		color:#ec6707;
		border-bottom : @couleur_primaire solid 1px;
		font-family: @police_primaire !important;
	}
	
	.email_hi{display: none;}
	
	.champs{
		
		.fusion-form-field{
			padding-top:20px;
			float:left;
			width:100%;
			
		}
		.fusion-form-field.moy1{ padding-right: 10px; }
		.fusion-form-field.moy2{ padding-left: 10px; }
		
		.fusion-form-field.moy1, .fusion-form-field.moy2{
			width:50%;
			.box-sizing(border-box);
		}
		
		.min-height-200{
			min-height: 140px;
		}
		
		.label_champ{
			color:@couleur_secondaire;
		}
		
		.titre_champ{
			color:@couleur_secondaire;
			margin-bottom: .65em;
		}
		
		.input_file{
			position: relative;
			clear: both;
			.file_parcourir{
				display: none;
			}
			
			.file_click{
				border: 2px #e2e2e2 dashed;
				border-radius: 6px;
				padding:40px;
				text-align: center;
				.transition(border ease 0.3s);
				
				.icone{
					font-size: 25px;
				}
				
				.titre_fichier{
					font-weight: 500;
				}
			}
			
			.file_click:hover{
				cursor: pointer;
				border:2px @couleur_primaire dashed;
			}
		}
	}
	
	button{
		margin-top: 40px;
	}
}

.formulaire_contact_projet, .formulaire_contact_candidature, .formulaire_contact_autres{
	display: none;
}

.contact_droite_boutons{
	.content-box-column-last-in-row{
		@media screen and (max-width:@max-portable){margin-bottom: 0px !important;}
	}	
	.link-area-box-hover{
		.fontawesome-icon{ color:#FFF !important;  background-color:@couleur_primaire !important;}
	}
}*/
/*************************************
** PAGE PLAN DU SITE
*************************************/
.plan_du_site h2 {
  font-size: 33px !important;
  font-weight: 600 !important;
  border-left: 4px #0190d1 solid !important;
  padding-left: 20px !important;
  margin-bottom: 20px !important;
}
.plan_du_site ul li::marker {
  color: #231f20 !important;
  background-color: #231f20 !important;
}
/*************************************
** BLOG : PAGE ARCHIVE 
*************************************/
/*.blog_listing{
	.fusion-meta-info{
		border:0px;
		margin-top: 0px;
		
		.fusion-alignright{
			float: none;
			display: block;
			margin:0px;

			.fusion-read-more{margin:0px;

				border-left: 4px @couleur_primaire solid !important;
				padding-left: 20px;
				font-size: 16px;
			}
		}
	}
}

article.post{
	.fusion-post-title{
		border-left: 4px @couleur_primaire solid !important;
		padding-left: 20px;
	}
}*/
/*************************************
** BLOG : PAGE SINGLE 
*************************************/
/*.single-post{
	
	article{
		.box-shadow(rgba(0, 0, 0, 0.5) 0px 5px 30px -20px);
		padding: 20px;
		
		h2.entry-title{ font-size: 33px !important; font-weight: 600 !important;}
	}
}*/
/*************************************
** PROJETS : PAGE ARCHIVE 
*************************************/
/*.fusion-custom-projets{
	article{
		.fusion-read-more{ font-size: 16px;}
		
		.image_posts_archive{
			position: relative;
			
			.rollover{
				position: absolute;
				background: rgba(236,103,7,0.95);
				top:0px;
				left:0px;
				bottom:0px;
				right:0px;
				z-index: 2;
				.transition(opacity .5s ease-in-out);
				.opacity(0);
				cursor: pointer;

				i{
					position: absolute;				
					top:50%;
					left:50%;
					.transform(translate(-50%, -50%));
					background-color:#FFF;
					color:@couleur_primaire;
					.border-radius(50%);
					padding:10px;
					font-size: 25px;
					line-height: 1;
				}
			}
		}
		
		.image_posts_archive:hover{
			.rollover{
				.opacity(1);
			}
		}
	}
}*/
/*************************************
** PROJETS : PAGE SINGLE 
*************************************/
/*.single-projets{
	
	.projet_espace{
		margin-bottom: 40px;
		width:100%;
	}
	
	article{
		.box-shadow(rgba(0, 0, 0, 0.5) 0px 5px 30px -20px);
		padding: 20px;
		
		h2.entry-title{ font-size: 33px !important; font-weight: 600 !important;}
	
		.custom_value{
			background:#FCFCFC;
			margin-bottom: 40px;

			.tableau{
				width: 100%;
 				border-bottom: #e2e2e2 solid 1px;
				
				@media screen and (min-width:@max-portable){
					display: table;
					>div{ display: table-cell; padding:10px 20px; vertical-align: middle;}
					>div.gauche{width:150px;}
				}
				
				@media screen and (max-width:@max-portable){
					>div{ padding:0px 20px;}
				}
				
				>div.gauche{ font-weight: 500; color:@couleur_primaire;}
			}
		
			.tableau:last-child{
				border-bottom: 0px;
			}
		}
	}
}	*/
/*.owl-carousel_gros{
	.box-shadow(rgba(0, 0, 0, 0.5) 0px 5px 30px -20px);
}

.owl-carousel_petit{
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	.owl-stage-outer{
		
		display: inline-block;

		.owl-item{

			.item{
				position: relative;

				.rollover{
					position: absolute;
					background: rgba(236,103,7,0.95);
					top:0px;
					left:0px;
					bottom:0px;
					right:0px;
					z-index: 2;
					.transition(opacity .5s ease-in-out);
					.opacity(0);
					cursor: pointer;

					i{
						position: absolute;				
						top:50%;
						left:50%;
						.transform(translate(-50%, -50%));
						color:#FFF;
						font-size: 25px;
						line-height: 1;
					}
				}
			}

			.item:hover{
				.rollover{
					.opacity(1);
				}
			}

			.bordure{ position: absolute; bottom:0px; left:0px; .opacity(0); .transition(opacity ease 0.5s); width:100%;}
		}

		.owl-item.c_actif_dans_gros{
			.bordure{
				background:@couleur_primaire;
				width:100%;
				height: 5px;
				.opacity(1);
			}
		}
	}
	
	.owl-dot.active{
		span {background:@couleur_primaire !important;}
	}
}*/
/*.metier_background{
	position: relative;
	z-index: 1;
	div.background-gris{
		background:#C00;
		position: absolute;
		left:-1000px;
		right:-1000px;
		top:-1000px;
		bottom:-1000px;
		z-index: 1;
	}
}*/
