/*
 Theme Name:   Real Factory Child
 Theme URI:    http://demo.goodlayers.com/realfactory
 Description:  Goodlayers Real Factory Child Theme
 Author:       DP NEWS
 Author URI:   https://www.dpnews.fr/
 Template:     realfactory
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  realfactory-child

 START YOUR CHILD THEME CSS HERE
*/

/* FONT => POPPINS */
@import url('//fonts.googleapis.com/css?family=Poppins');
.realfactory-body, .realfactory-body .gdlr-core-content-font, .realfactory-body input, .realfactory-body textarea, .realfactory-body button, .realfactory-body select, .realfactory-body .realfactory-content-font, .gdlr-core-audio .mejs-container * {
    font-family: 'Poppins', sans-serif !important;
}



/**** Gestion des puces****/
.page-template-default:not(.page-id-4120):not(.page-id-6144):not(.page-id-2039):not(.page-id-6103):not(.page-id-6136):not(.page-id-2608):not(.page-id-6115):not(.page-id-6138):not(.page-id-6146)
 .gdlr-core-icon-list-item ul li{
  list-style: disc!important;
  margin-left: 15px!important;
  margin-bottom: 10px;
  margin-right: 15px;
}

/* bug affichage Microsoft Edge */
.gdlr-core-icon-list-item .gdlr-core-icon-list-content-wrap{
  overflow: inherit!important;
}

  /* Gestion des puces - pages conduites, pages pivots*/
 .postid-5484 .gdlr-core-skin-divider,
 .postid-5486 .gdlr-core-skin-divider,
 .postid-5488 .gdlr-core-skin-divider,
 .postid-5252 .gdlr-core-skin-divider,
 .postid-5224 .gdlr-core-skin-divider,
 .postid-7039 .gdlr-core-skin-divider,
 .postid-7045 .gdlr-core-skin-divider,
 .postid-7021 .gdlr-core-skin-divider,
 .postid-8084 .gdlr-core-skin-divider,
 .postid-8087 .gdlr-core-skin-divider,
 .postid-7040 .gdlr-core-skin-divider,
 .postid-7046 .gdlr-core-skin-divider,
 .postid-7022 .gdlr-core-skin-divider,
 .postid-7019 .gdlr-core-skin-divider,
 .postid-7016 .gdlr-core-skin-divider{
   list-style: disc!important;
   margin-left: 15px!important;
   margin-bottom: 10px;
   margin-right: 15px;
 }





/* btn accordion */
.gdlr-core-accordion-style-box-icon
.gdlr-core-accordion-item-tab.gdlr-core-active
.gdlr-core-accordion-item-icon {
  color: #09355c;
}

/* Ajustement barre de navigation */
.main-menu-logo {
    width: 25px;
}
.realfactory-navigation .sf-menu > li:nth-child(1) {
    padding-right: 20px !important;
}
.realfactory-navigation .sf-menu > li > a {
    font-weight: 400 !important;
}
.realfactory-navigation .sf-menu > li {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


/* Hauteur du header */
.realfactory-header-container {
    height: 115px;
}


/* BTN hover header droit */
.realfactory-body .realfactory-header-right-button {
    transition: 0.8s;
}
.realfactory-body .realfactory-header-right-button:hover {
    color: #de640c !important;
    background-color: white !important;
}


/*  Alignement élément header */
.realfactory-logo-right-block {
    vertical-align: text-top !important;
}


/* BTN hover slider */
.slider-btn {
    transition: 0.8s !important;
}
.slider-btn a {
    color: white !important;
}
.slider-btn:hover {
    background-color: transparent !important;
}
.slider-btn:hover a {
    color: white !important;
}

/* Fond submenu navigation en transparence */
.sf-menu > .realfactory-normal-menu li,
.sf-menu > .realfactory-mega-menu >
.sf-mega, .sf-vertical ul.sub-menu li,
ul.sf-menu > .menu-item-language li {
    background-color: #032e5ac7 !important;
}


/* TOPBAR "Coordonnées" */
.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title, .gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head-wrap {
	background-color: #a5afda !important;
}
.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title {
	color: #ffffff !important;
	font-size: 13px !important;
    font-weight: 400 !important;
}


/* LIEN "Espace distributeur" */
.acces-revendeur-link {
	font-size: 13px;
    color: #de640c !important;
    margin-right: 10px;
}
.acces-revendeur-link:hover {
    color: #09355c !important;
}
.acces-revendeur-link > icon {
    color: #de640c;
    margin-right: 10px;
}
.acces-revendeur-link:hover > icon {
    color: #09355c;
}


/* LIEN "Actualités" */
.actu-link {
    color: #de640c !important;
}
.actu-link:hover, .support-link:hover, .projets-link:hover {
    color: #09355c !important;
}
header .realfactory-logo-right-text > div:nth-child(3) > i {
    color: #de640c !important;
}


/* BOUTON header responsive */
@media screen and (min-width: 1070px) {
    .realfactory-header-right-button > br {
        display: none;
    }
}


/* BLOCK "Leader de l'irrigation agricole" */
.block-about-us-title {
    padding-top: 100px;
}
.block-about-us-icon {
    padding-top: 100px;
}
.block-about-us-icon > div > div:nth-child(-n+2), .block-about-us-icon > div > div:nth-child(4) {
	width: 90px;
}
.block-about-us-icon > div > div:nth-child(3) {
	width: 120px;
}
.block-about-us-logo > div > img {
	width: 250px;
}
.block-about-us-btn a {
    transition: 0.8s !important;
}
.block-about-us-btn a:hover {
    background: transparent !important;
}


/* BLOCK "Certification ISO" */
div.gallery-logo-certification > div {
	display: flex;
    justify-content: space-around;
}
div.gallery-logo-certification > div > div:nth-child(1) {
	width: 25%;
	max-width: 290px;
}
div.gallery-logo-certification > div > div:nth-child(2) {
	width: 27%;
	max-width: 290px;
}
div.gallery-logo-certification > div > div:nth-child(3) {
	width: 27%;
	max-width: 290px;
}
div.block-gallery-logo-certification > div {
	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
}
.block-txt-certification-box > div > p {
	margin: auto;
    vertical-align: middle;
    line-height: 125px;
}
@media screen and (max-width: 999px) {
    .block-txt-certification-box > div > p {
        font-size: 16px;
    }
}


/* BLOCK "Nos produits" */
.block-our-products-title-red, .block-our-products-title-orange, .block-our-products-title-blue, .block-our-products-title-blue-2 {
	padding-bottom: 5px !important;
}
.block-our-products-title-red>div>h3, .block-our-products-title-orange>div>h3, .block-our-products-title-blue>div>h3, .block-our-products-title-blue-2>div>h3 {
	display: flex !important;
	line-height: 40px;
}
.block-our-products-img > div > a > img {
	height: 220px;
	object-fit: cover;
}
.block-our-products-title-red > div > h3:before {
	content: url(/wp-content/uploads/2018/11/icon-1.svg);
    display: block;
    width: 30px;
    margin-right: 10px;
}
.block-our-products-title-orange > div > h3:before {
	content: url(/wp-content/uploads/2018/11/icon-2.svg);
    display: block;
    width: 30px;
    margin-right: 10px;
}
.block-our-products-title-blue > div > h3:before {
	content: url(/wp-content/uploads/2018/11/icon-3.svg);
    display: block;
    width: 43px;
    margin-right: 10px;
}
.block-our-products-title-blue-2 > div > h3:before {
	content: url(/wp-content/uploads/2019/01/icon-5.svg);
    display: block;
    width: 36px;
    margin-right: 10px;
}
.block-our-products-item:hover > div > div > div > div > a > .gdlr-core-image-overlay {
    opacity: 1;
}


/* BLOCK "Solutions pour l'agriculture" , 2 blocks différents mobile/desktop */
.flex-prev, .flex-next {
	background: #032e5a !important;
	opacity: 0.8;
}
@media only screen and (min-width: 1301px) {
    .block-portfolio-mobile {display: none;}
    .block-portfolio-desktop {display: block; }
}
@media only screen and (max-width: 1300px) {
    .block-portfolio-desktop {  display: none;  }
}

/*
.gdlr-core-portfolio-title, .gdlr-core-portfolio-info {
    margin-left: 20px;
}*/
.carousel-cultures .gdlr-core-gallery-caption > a {
    color: #032e5a !important;
    font-size: 16px;
    font-weight: 600;
}

/*** HOMEPAGE BLOCK CAROUSEL "Solutions pour l'agriculture" ***/
.carousel-cultures > div > div > ul > li > div.gdlr-core-gallery-list.gdlr-core-media-image > a > img {
    max-width: 100%;
    height: 400px;
    object-fit: cover;
}


/* BLOCK "Actualités" */
.block-actu-title {
    padding-bottom: 25px !important;
}
.block-actu .gdlr-core-blog-title .gdlr-core-skin-title a:hover {
    color: white !important;
}
.block-actu .gdlr-core-blog-list-frame {
	background: #98b133 !important;
    transition: 0.5s;
}
.block-actu .gdlr-core-blog-list-frame:hover {
    background: #899e31 !important;
}

.gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-caption, .gdlr-core-page-builder-body [data-skin="Grey"] .gdlr-core-skin-caption a {
  	color: #ffffff !important;
}

/* widget Recent Post */
.gdlr-core-recent-post-widget .gdlr-core-blog-info{
  display: none;
}

.gdlr-core-recent-post-widget-wrap.gdlr-core-style-2 .gdlr-core-recent-post-widget-content{
  margin-bottom: 0px;
}


/* BLOCK "Documentation" */
.block-documentation-title {
    padding-bottom: 10px !important;
}


/* BLOCK "Newsletter" */
.block-newsletter-title {
    padding-bottom: 10px !important;
}
.input-submit-newsletter {
	font-size: 15px;
    padding: 10px;
	border-width: 1px !important;
}
.btn-submit-newsletter {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: white !important;
    background-color: #de640c !important;
    border: 2px solid #de640c !important;
    border-radius: 3px;
    padding: 12px 25px !important;
    transition: 0.8s !important;
}
.btn-submit-newsletter:hover {
    color: #de640c !important;
    background-color: white !important;
}



/* BLOCK "Logo partenaires" */
.gallery-logo-partenaires > div > div > ul > li > div > a > img {
    width: 130px;
}
.gallery-logo-partenaires > div > div > ul > li > div > a {
    line-height: 150px;
}



/*** FOOTER ***/
#menu-main-navigation-2 > li > a {
    font-weight: 600;
}
#menu-main-navigation-2 > li > ul > li {
    margin-top: 5px;
}
/* FOOTER DOCUMENTATION */
.textwidget > ul.block-footer-documentation-list {
    list-style: none !important;
    list-style-type: none;
    list-style-position: initial;
    list-style-image: initial;
    margin: 0;
}
/***FOOTER NAVIGATION ***/
.realfactory-footer-column .btn-submit-newsletter {
    background-color: white !important;
    color: #032e5a !important;
    border-color: white !important;
}
.realfactory-footer-column .btn-submit-newsletter:hover {
    background-color: #032e5a !important;
    color: white !important;
    }

/*** PAGE ENROULEURS ***/
.block-enrouleurs-intro-title h1 {
    display: flex !important;
}

.block-enrouleurs-intro-title h1:before {
	content: url(/wp-content/uploads/2018/11/icon-1.svg);
	display: block;
	width: 45px;
	margin-right: 10px;
}
.block-enrouleurs-intro-title .gdlr-core-title-item-divider {
    width: 135px !important;
}
.block-enrouleurs-articles-list h3 a:hover {
    color: #de640c;
}
@media screen and (max-width: 1170px) {
    .block-enrouleurs-intro-title .gdlr-core-title-item-divider {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .block-enrouleurs-intro > div > div > div > div {
        padding: 30px 0px 30px 30px !important;
    }
}
.rt-tpg-container .rt-tpg-isotope-buttons {
    margin: 15px 0 60px;
}
.rt-tpg-container .rt-tpg-isotope-buttons button {
	border: #de640c solid 2px !important;
	border-radius: 3px !important;
	padding: 12px 25px !important;
    font-size: 13px !important;
    font-weight: bold;
    transition: 0.8s;
}
.rt-tpg-container .rt-tpg-isotope-buttons button:hover {
	color: #de640c !important;
    background-color: white !important;
}
.rt-tpg-container .rt-tpg-isotope-buttons button.selected {
    color: #de640c !important;
}
.rt-tpg-container .isotope1 .rt-holder .rt-detail h2 {
    height: 60px !important;
    font-size: 22px;
}



/*** PAGE PIVOTS ***/
.page-pivots-intro-title h1 {
    display: flex !important;
}

.page-pivots-intro-title h1:before {
    content: url(/wp-content/uploads/2018/11/icon-2.svg);
    display: block;
    width: 45px;
    margin-right: 10px;
}
.page-pivots-intro-title .gdlr-core-title-item-divider {
    width: 135px !important;
}
.page-pivots-articles-list h3 a:hover {
    color: #de640c;
}
@media screen and (max-width: 1170px) {
    .page-pivots-intro-title .gdlr-core-title-item-divider {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .page-pivots-intro > div > div > div > div {
        padding: 30px 0px 30px 30px !important;
    }
}
.pivots-listing h2 > a {
   font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
}
.pivots-listing .img-responsive {
    height: 225px;
}
.page-pivots-item img {
    width: 60px;
}



/*** PAGE RAMPES ***/
.page-rampes-intro-title h1 {
    display: flex !important;
}

.page-rampes-intro-title h1:before {
    content: url(/wp-content/uploads/2018/11/icon-2.svg);
    display: block;
    width: 45px;
    margin-right: 10px;
}
.page-rampes-intro-title .gdlr-core-title-item-divider {
    width: 135px !important;
}
.page-rampes-articles-list h3 a:hover {
    color: #de640c;
}
@media screen and (max-width: 1170px) {
    .page-rampes-intro-title .gdlr-core-title-item-divider {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .page-rampes-intro > div > div > div > div {
        padding: 30px 0px 30px 30px !important;
    }
}
.rampes-listing h2 > a {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
}


/*** PAGE DRIPLI ***/
.page-dripli-intro-title h1 {
    display: flex !important;
}

.page-dripli-intro-title h1:before {
    content: url(/wp-content/uploads/2019/01/icon-5.svg);
    display: block;
    width: 51px;
    margin-right: 10px;
}
.page-dripli-intro-title .gdlr-core-title-item-divider {
    width: 135px !important;
}
.page-dripli-articles-list h3 a:hover {
    color: #de640c;
}
@media screen and (max-width: 1170px) {
    .page-dripli-intro-title .gdlr-core-title-item-divider {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .page-dripli-intro > div > div > div > div {
        padding: 30px 0px 30px 30px !important;
    }
}


/*** PAGE COUVERTURE INTEGRALE ***/
.page-couverture-intro-title h1 {
    display: flex !important;
}

.page-couverture-intro-title h1:before {
    content: url(/wp-content/uploads/2018/11/icon-3.svg);
    display: block;
    width: 54px;
    margin-right: 10px;
}
.page-couverture-intro-title .gdlr-core-title-item-divider {
    width: 135px !important;
}
.page-couverture-articles-list h3 a:hover {
    color: #de640c;
}
@media screen and (max-width: 1170px) {
    .page-couverture-intro-title .gdlr-core-title-item-divider {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .page-couverture-intro > div > div > div > div {
        padding: 30px 0px 30px 30px !important;
    }
}
.page-couverture-item img {
    width: 70px;
}

/*** PAGE CONDUITES ***/
.page-conduites-intro-title h1 {
    display: flex !important;
}

.page-conduites-intro-title h1:before {
    content: url(/wp-content/uploads/2018/11/icon-3.svg);
    display: block;
    width: 54px;
    margin-right: 10px;
}
@media screen and (max-width: 640px) {
    .page-conduites-intro > div > div > div > div {
        padding: 30px 0px 30px 30px !important;
    }
}


/* PORTFOLIO CULTURE */
.portfolio-cultures-img > div > img {
    max-width: 100%;
    height: 400px !important;
    object-fit: cover !important;
}

.pages-cultures-bloc-img > div > div > .gdlr-core-portfolio-item > div > div > div > div > div > img {
    max-width: 100%;
    height: 190px !important;
    object-fit: cover !important;
}


/* PAGE CULTURES AGRICOLES */
.gdlr-core-page-builder-body .page-cultures-agricoles img {
    max-width: 100%;
    height: 250px !important;
    object-fit: cover;
}
.page-cultures-agricoles .gdlr-core-pbf-wrapper-full-no-space .gdlr-core-pagination {
    padding-top: 50px;
}
.page-cultures-agricoles .gdlr-core-pagination a:hover,
.page-cultures-agricoles .gdlr-core-pagination a.gdlr-core-active,
.page-cultures-agricoles .gdlr-core-pagination span {
    background-color: #09355c !important;
}
.pages-cultures-bloc-img .gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-title {
    padding: 12px 25px;
    font-size: 13px !important;
    font-weight: bold !important;
    border-radius: 3px;
    vertical-align: middle;
    border-width: 2px;
    border-style: solid;
}
.pages-cultures-bloc-img .gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-title:hover {
    background-color: #e6e6e6;
    color: white !important;
}
.pages-cultures-bloc-img .gdlr-core-portfolio-grid .gdlr-core-portfolio-content-wrap .gdlr-core-portfolio-title:hover a {
    color: #032e5a !important;
}


/*** PAGE CATALOGUES */
.page-catalogues-img img {
    width: 60px;
}
div.gdlr-core-column-first > div.page-catalogues-bloc > div.gdlr-core-pbf-column-content.clearfix.gdlr-core-js > div:nth-child(1) > div > div > img {
    width: 50px;
}
.page-catalogues-select .gdlr-core-text-box-item-content .gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-title {
    background-color: white !important;
    color: #565656 !important;
}
.page-catalogues-select .gdlr-core-text-box-item-content .gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head-wrap {
    background-color: white !important;
}
.page-catalogues-select a {
    color: white !important;
}
.page-catalogues-select a:hover {
    color: #b5b5b5 !important;
}


/*** PAGE CONDUITES ***/
.page-conduites-item img {
    width: 70px;
}
.page-conduites-intro p:nth-child(1) {
	margin-bottom: 0px !important;
}

/*** PAGE PROJETS ***/

/* formulaire de contact */
  /* champ obligatoire */
  .champOb{
    font-size: 12px;
    font-style: italic;
  }

  /* error message */
.wpcf7-validation-errors{
    border: 2px solid #e6e6e6!important;
    color: white!important;
  }

.realfactory-body span.wpcf7-not-valid-tip{
  color: #e6e6e6!important;
}

  .page-projets-contact-form input[type="submit"] {
      float: right;
      background-color: #de640c !important;
      border-color: #de640c !important;
      transition: 0.8s;
      padding: 12px 25px;
      font-size: 13px;
      font-weight: bold;
      border-width: 2px;
      border-style: solid;
      border-radius: 3px;
      margin-bottom: 10px;
  }
  .page-projets-contact-form input[type="submit"]:hover {
      color: #de640c !important;
      background-color: transparent !important;
  }
  .page-projets-contact-form label {
      color: white;
  }

  /* "btn" politique de confidentialité  */
  .wpcf7 .wpcf7-form-control .wpcf7-list-item a{
    font-size: 16px;
    font-weight: bold;
    color: #e6e6e6;
  }

  .wpcf7 .wpcf7-form-control .wpcf7-list-item a:hover{
    color: #de640c;
  }

/* Google map page projet */
.ggmap{
  height: 1140px;
}

.ggmap iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}



/*** PAGE VISION ***/
.page-vision-icon img {
    width: 50px;
}
div.gdlr-core-pbf-column-content.clearfix.gdlr-core-js.gdlr-core-sync-height-content > div:nth-child(3) > div.page-vision-icon > div.gdlr-core-column-service-media.gdlr-core-media-image > img {
    width: 60px;
}
div.gdlr-core-pbf-column-content.clearfix.gdlr-core-js.gdlr-core-sync-height-content > div:nth-child(3) > div.page-vision-icon {
    position: relative;
    left: -10px;
}
.divider-mauve {
    margin-bottom: 30px !important;
}



/*** PAGE MISSION IRRIFRANCE ***/
.page-mission-intro > div > p {
    margin-bottom: 0px !important;
}



@media only screen and (max-width: 900px) {
    .gdlr-core-column-10, .gdlr-core-column-12, .gdlr-core-column-15, .gdlr-core-column-20, .gdlr-core-column-24, .gdlr-core-column-30, .gdlr-core-column-36, .gdlr-core-column-40, .gdlr-core-column-45, .gdlr-core-column-48, .gdlr-core-column-50, .gdlr-core-column-60 {
    width: 100%;
    }

    .gdlr-core-counter-item-bottom-text {
    color : #a5afda !important;
    }
    div.gdlr-core-accordion-item-tab.clearfix.gdlr-core-active > .gdlr-core-accordion-item-icon:before {
	color: black !important;
    }
}


/*** TOPBAR SELECT LANG ***/
.realfactory-top-bar-left {
	width: 65%;
    display: flex;
}
.realfactory-top-bar-left .select-lang select {
    background-color: #a5afda !important;
    color: white;
    padding: 6px 14px 6px 18px!important;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    font-size: 13px !important;
    font-weight: 400 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.realfactory-top-bar-left .select-lang:nth-child(1):after {
    content: "\f107";
    font-family: fontAwesome;
    color: white;
    margin-left: -39px;
    top: 6px;
    position: relative;
}
.screen-reader-text {
    display: none;
}
.select-lang .text-widget {
    position: relative;
    top: 7px;
}
.select-lang .textwidget {
    position: relative;
    top: 7px;
}
.select-lang .textwidget p {
    margin-bottom: 0 !important;
}

/* --- */

/* TOP BAR ESPACE DISTRIBUTEUR (widget)*/
.realfactory-top-bar-right-text{
  display: none;
}

.espace_distri{
right: 160px;
position: absolute;
margin-top: 7px;
}

.espace_distri a{
 color: #de640c !important;
}

.espace_distri a:hover{
 color: #09355c !important;
}


/* Onglet Projet */
.realfactory-header-container-inner .project{
width: 105px ;
text-align: center;
}

.realfactory-header-container-inner .project .textwidget p a{
  margin-left: 8px;
  font-weight: 600;
  font-size: 16px;
}

.realfactory-header-container-inner .project .textwidget p a:hover{
  color: #09355c !important;
}

.realfactory-header-container-inner .realfactory-header-style-bar .project{
  position: absolute;
  right: 0;
  margin-top: 0px;
}

.project{
  margin-top: 10px;
  position: absolute;
}

/* Onglet Support */
.realfactory-header-container-inner .support{
  width: 115px;
}

.realfactory-header-container-inner .support .textwidget p a{
  margin-left: 8px;
  font-weight: 600;
  font-size: 16px;
}

.realfactory-header-container-inner .support .textwidget p a:hover{
  color: #09355c !important;
}

 .realfactory-header-container-inner .realfactory-header-style-bar .support{
  position: absolute;
  right: 0;
  margin-top: 0px;
}

.support{
  margin-top: 10px;
  position: absolute;
  margin-left: 110px;
  color: #1f1937;
}


/* Onglet actualites */
.realfactory-header-container-inner .actualites{
  width:150px;
}

.realfactory-header-container-inner .actualites .textwidget p a{
  font-weight: 600;
  font-size: 16px;
  color: #de640c !important;
  margin-left: 10px;
}

.realfactory-header-container-inner .actualites .textwidget p a:hover{
  color: #09355c !important;
}

.realfactory-header-container-inner .realfactory-header-style-bar .actualites{
  position: absolute;
  right: 0;
  margin-top: 0px;
}

.actualites{
  width: 200px;
  margin-top: 10px;
  position: absolute;
  margin-left: 235px;
  color: #de640c;
}


/* Onglet Distributeurs */
.realfactory-header-container-inner .distributeurs{
  width:252px;
  height:50px;
  background-color: #de640c !important;
  border-radius: 4px;
  border: #de640c solid 2px;
  transition: 0.8s;
}

.realfactory-header-container-inner .distributeurs:hover{
  width:252px;
  height:50px;
  border: #de640c solid 2px;
  background-color: white !important;
  border-radius: 4px;
  transition: 0.8s;
}

.realfactory-header-container-inner .distributeurs .textwidget p{
  text-align: center;
  padding-top: 12px;
  color: white !important;
}

.realfactory-header-container-inner .distributeurs:hover .textwidget p{
  text-align: center;
  padding-top: 12px;
  color: #de640c !important;
}

.realfactory-header-container-inner .distributeurs .textwidget p a{
  font-weight: 600;
  font-size: 14px;
  width:252px;
  height:50px;
  color: white !important;
}

.realfactory-header-container-inner .distributeurs:hover .textwidget p a{
  color: #de640c !important;
}

.realfactory-header-container-inner .realfactory-header-style-bar .distributeurs{
  position: absolute;
  right: 0;
  margin-top: 0px;
}

.distributeurs{
  /* margin-top: 10px; */
  position: absolute;
  margin-left: 400px;
  color: #de640c;
}


.support .textwidget{
  border-right: solid 1px #e6e6e6;
  border-left: solid 1px #e6e6e6;
  padding-left:10px;
}


/* ?? */

.realfactory-logo-right-text{
  width: 50%;
}

.realfactory-header-style-bar .realfactory-logo-right-text{
  text-align: left;
  margin-right: 7%;
}


/* PAGE ACTU : désactivation des commentaires */
#comments{
  display: none;
}

/* BlOG */
  /* suppression divider et padding */
  .gdlr-core-blog-grid .gdlr-core-blog-info-wrapper{
    padding-top: 0px;
    border-top-width: 0px !important;
    border-top-style: none;
  }

/* modif couleur icon */
.gdlr-core-blog-info-wrapper .icon_clock_alt{
    color: #de640c !important;
}

.gdlr-core-blog-title .gdlr-core-skin-title {
  color: #de640c !important;
}


  /* modif couleur date */
.gdlr-core-blog-grid .gdlr-core-blog-info-date a {
  color: #de640c !important;
}


/* Plugin cookie notice */
#cookie-notice{
  font-size: 12px;
}

#cookie-notice .cn-button{
  font-weight: bold;
}

#cookie-notice .cn-button:hover{
  color: #de640c !important;
}


/* Plugin Mailjet */
#mjForm input[type=email]{
  padding: 10px;
  border: none;
  margin-bottom: 10px;
  min-height: 32px;
  width: 100%;
  max-width: 480px;
  font-size: 14px;
  background-color: #e6e6e6;
  opacity: 0.5;
}

#mjForm input[type=submit]{
  background-color: white;
  color: #032e5a;
  border: #032e5a solid 2px;
  border-radius: 4px;
  transition: 0.8s;
  margin-bottom: 0px;
}

#mjForm input[type=submit]:hover{
  background-color: #032e5a;
  color: white;
  border: #fff solid 2px;
}

.msgRgpd{
  font-size: 12px;
  margin-bottom: 30px;
}

#wp_mailjet_subscribe_widget-2{
  margin-bottom: 10px!important;
}
/* --------------------------------------*/
/* VERSION TABLETTE (max-width: 1190px) */
/* -------------------------------------*/

/* LANGUES version mobile */
@media only screen and (max-width: 1190px){

  #mobileLanguage{
    margin-left: 0px;
    margin-bottom: 0px;
    width: 20px;
    position: absolute;
  }

  #lang_choice_1{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #032e5a;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 24px;
    margin-top: -15px;
    background-color: transparent;
  }

  #lang_choice_1:focus {
    outline:0;
    border: none;
  }

  /* searchbar */
  .realfactory-main-menu-search i {
      font-size: 20px !important;
      color: #032e5a !important;
      position: relative;
      bottom: 3px;
      margin-left:5px;
  }

/* navigation mobile */
  .realfactory-mobile-header .realfactory-mobile-menu{
    margin-left: 7px;
  }

  /* Social navigation bar version Mobile  */
  .realfactory-top-bar{
    width: 100%;
    height: 44px;
    border-bottom-width:0;
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 4px;
    position: relative;
    border-bottom-style: solid;
    color: #727272;
  }

  .realfactory-top-bar-background {
    background-color: #ededed;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
  }

  .realfactory-top-bar-container{
    position: relative;
    margin: 0 auto;
    display: inline-block;
    width: 80%;
    height: 44px;
    display: flex;
  }

  /* onglet Espace Distributeurs */


  .realfactory-top-bar-container .espace_distri{
    margin-top: 10px;
    left: 0;
    width: 230px;
  }

  .realfactory-top-bar-container .espace_distri .textwidget a{
    font-size: 14px;
    font-weight: normal;
    color: #de640c;
  }

  .realfactory-top-bar-container .espace_distri .textwidget a:hover{
      font-size: 14px;
      font-weight: normal;
      color: #09355c;
  }


  .realfactory-top-bar-container .mobile_social{
    display: flex;
    position: absolute;
    right: 0;
  }

  /* onglet contact */
  .realfactory-top-bar-container .contact .textwidget{
    margin-top: 10px;
    width: 20px;
  }

  /* onglet facebook*/
  .realfactory-top-bar-container .fb .textwidget{
    margin-top: 10px;
    margin-left:10px;
    width: 12px;
  }

  /* onglet twitter*/
  .realfactory-top-bar-container .twitter .textwidget{
    margin-top: 10px;
    margin-left:10px;
    width: 15px;
  }

  /* onglet instagram*/
  .realfactory-top-bar-container .insta .textwidget{
    margin-top: 10px;
    margin-left:10px;
    width: 15px;
  }
} /* end (max-width: 1190px) */


/* ---------------------------------
     VERSION (max-width: 1100px)
  ---------------------------------*/
  @media only screen and (max-width: 1100px){


     .page-id-2039 .gdlr-core-title-item-caption-top.gdlr-core-left-align
     .gdlr-core-title-item-link.gdlr-core-overflow,
     .page-id-2039 .gdlr-core-title-item-caption-bottom.gdlr-core-left-align
     .gdlr-core-title-item-link.gdlr-core-overflow,
     .page-id-6103 .gdlr-core-title-item-caption-top.gdlr-core-left-align
     .gdlr-core-title-item-link.gdlr-core-overflow,
     .page-id-6103 .gdlr-core-title-item-caption-bottom.gdlr-core-left-align
     .gdlr-core-title-item-link.gdlr-core-overflow,
     .page-id-6113 .gdlr-core-title-item-caption-top.gdlr-core-left-align
     .gdlr-core-title-item-link.gdlr-core-overflow,
     .page-id-6113 .gdlr-core-title-item-caption-bottom.gdlr-core-left-align
     .gdlr-core-title-item-link.gdlr-core-overflow,
     .page-id-6115 .gdlr-core-title-item-caption-top.gdlr-core-left-align
     .gdlr-core-title-item-link.gdlr-core-overflow,
     .page-id-6115 .gdlr-core-title-item-caption-bottom.gdlr-core-left-align
     .gdlr-core-title-item-link.gdlr-core-overflow{
       margin-top: 20px;
     }


    /* page support : */
    .page-id-4888 .gdlr-core-column-20,
    .page-id-6198 .gdlr-core-column-20,
    .page-id-6200 .gdlr-core-column-20{
      width: 100%;
    }


	/* FOOTER version Mobile */
    .realfactory-footer-column .realfactory-item-pdlr .realfactory-column-15 .text-4 .textwidget {
        padding-bottom: 10px;
    }
    #recent-posts-3 .widget .widget_recent_entries .realfactory-widget {
        padding-bottom: 0px;
    }
    .realfactory-footer-wrapper {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .realfactory-footer-column .widget_nav_menu ul li, .realfactory-footer-column .widget_recent_entries ul li {
        margin-bottom: 5px !important;
    }
    .realfactory-footer-column .textwidget p {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .realfactory-footer-wrapper .realfactory-footer-column {
        margin-bottom: 20px;
    }
    .realfactory-footer-wrapper .widget {
        margin-bottom: 10px;
    }
    .realfactory-footer-wrapper .realfactory-widget-title {
        margin-bottom: 10px;
    }
    .realfactory-footer-logo {
        max-width: 40% !important;
    }
    .btn-submit-newsletter {
        font-size: 13px !important;
        padding: 6px 14px !important;
    }
    .input-submit-newsletter {
        font-size: 14px;
        padding: 7px;
    }
    .realfactory-footer-column:nth-child(2) .widget_nav_menu {
        margin-bottom: 10px;
    }
    .realfactory-footer-column:nth-child(2) {
        margin-bottom: 10px !important;
    }
    .realfactory-footer-column:nth-child(2) .realfactory-widget-title {
        margin-bottom: 0px !important;
    }
    .realfactory-footer-column:nth-child(3) {
        margin-bottom: 0px !important;
    }
    .realfactory-footer-column:nth-child(3) .realfactory-widget:nth-child(1) {
        margin-bottom: 30px !important;
    }
    .realfactory-footer-wrapper .realfactory-column-15 {
        width: 100% !important;
    }
    .realfactory-footer-wrapper .realfactory-footer-column {
      padding-bottom: 0px;
      border: none;
      padding-left: 15px;
      padding-right: 15px;
    }


    /* Page Projet : Google map page*/
    .ggmap{
      height: 1425px;
    }

} /*end media (max-width: 1100px)*/


/* ---------------------------------
      VERSION (max-width: 780px)
---------------------------------*/

/* HOMEPAGE VERSION IPAD VUE VERTICALE */
@media (min-width:767px) and (max-width:876px){


   .page-id-2039 .gdlr-core-title-item-caption-top.gdlr-core-left-align
    .gdlr-core-title-item-link.gdlr-core-overflow,
    .page-id-2039 .gdlr-core-title-item-caption-bottom.gdlr-core-left-align
    .gdlr-core-title-item-link.gdlr-core-overflow {
      margin-top: 20px;
    }

    /* Google map */
     .ggmap{
      height:500px;
    }

} /* end media (max-width: 780px)


/* ---------------------------------
      VERSION MOBILE (< 640px)
---------------------------------*/

/*** HOMEPAGE VERSION MOBILE (< 640px) ***/
@media screen and (max-width: 640px) {

    .block-about-us-title {
        padding-top: 40px;
    }
    .block-about-us-title > div > h3 {
        font-size: 30px;
    }
    .block-about-us-icon {
        padding-top: 10px;
    }
    .block-about-us-icon {
        display: none;
    }
    .block-about-us-logo {
        display: none;
    }
    .block-certification {
        border-bottom: 1px solid #e6e6e6;
    }
    .block-our-products > div > div {
        padding: 0 !important;
    }
    .block-our-products > div > div > div:nth-child(2n) {
        background-color: #e6e6e6;
    }
    .block-our-products > div > div > div {
        padding: 40px 15px 0 15px;
        /* margin-bottom: 10px; */
    }

    /* Google map */
     .ggmap{
      height:500px;
    }

    .ggmap iframe{
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      overflow: hidden;
    }


    /* Plugin Mailjet */
    #mjForm input[type=submit]{
      border-radius: 3px;
      padding: 7px;
    }

} /* end media (max-width: 640px) */



/* ICON LOUPE RECHERCHE (< 1000px) */
/* @media screen and (max-width: 1000px) {
    .realfactory-main-menu-search i {
        font-size: 20px !important;
        color: #032e5a !important;
        position: relative;
        bottom: 3px;
        margin-left:5px;
    } */


    /* .realfactory-main-menu-search{
      margin-left:32px;
    } */
/* } */


/*--- mobile landscape style
@media only screen and (max-width: 900px){

    .gdlr-core-hide-in-desktop-tablet{ display: block; }

    .gdlr-core-hide-in-mobile,
    .gdlr-core-hide-in-tablet-mobile{ display: none; }
    .gdlr-core-hide-in-tablet{ display: block; }


    .gdlr-core-column-extend-left > .gdlr-core-pbf-background-wrap{ margin-left: -30px; margin-right: -30px; }
    .gdlr-core-column-extend-right > .gdlr-core-pbf-background-wrap{ margin-left: -30px; margin-right: -30px; }

    .gdlr-core-column-10, .gdlr-core-column-12, .gdlr-core-column-15, .gdlr-core-column-20,
    .gdlr-core-column-24, .gdlr-core-column-30, .gdlr-core-column-36, .gdlr-core-column-40,
    .gdlr-core-column-45, .gdlr-core-column-48, .gdlr-core-column-50, .gdlr-core-column-60{ width: 100%; }
    .gdlr-core-pbf-column-content{ min-height: 0px; }


    .gdlr-core-audio{ padding: 13px 3px 7px; }
}
---*/
/* ul {
    list-style: disc!important;
    list-style-type: disc!important;
} */
