@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px !important;
    }  
}
.post, .page {
    margin: 0;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
p{
    margin-bottom:  1.5em;
}

a:visited {
    color: inherit;
}
.elementor-icon-box-wrapper,
.elementor-widget-eael-feature-list {
    overflow-wrap: anywhere;
}
/* (old version) header menu*/
.menu-item.current-menu-ancestor  a.hfe-menu-item.elementor-button {
    color: #fff !important;
}
/* header menu v2 */
.ramram-header {
    position: absolute;
}
/*  accueil -  bienvenu section */
.eael-circle-content strong {
    font-size: 16px;
}
/*  accueil -  nos valeurs section */
.eael-feature-list-icon-inner{
    border-radius: 7px;
}
@media (max-width: 767px){
    .connector-type-classic .connector{
        display: none !important;
    }  
}

/*  accueil -  actualités section */
.eael-grid-post .eael-entry-wrapper {
    position: relative;
}
/* accueil -  contactez nous call to action section */
.elementor-13 .elementor-element.elementor-element-201bf69 .eael-call-to-action p {
    max-width: 370px;
}
/* nos partenaires & il nous ont fait confiance sections */
.eael-dual-header p{
    text-align: justify;
}
/* 'old version)FOOTER */
body.home div#contactus {
    padding-top: 140px;
}
/* newsletter */
.tnp-subscription-minimal input.tnp-submit {
    width: auto !important;
    border-radius: 0 4px 4px 0 !important;
    text-transform: uppercase;
    border-color: #000000 !important;
    background-color: #000000 !important;
    font-size: 16px !important;
    font-weight: 600;
}
.tnp-subscription-minimal input.tnp-email {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    font-size: 16px !important;
    border-radius: 4px 0 0 4px !important;
    margin-right: 0px !important;
}
@media (max-width: 525px) {
    .tnp-subscription-minimal.with-name input.tnp-email,
    .tnp-subscription-minimal.with-name input.tnp-name,
    .tnp-subscription-minimal input.tnp-submit {
        margin: 0 !important;
        display: inline-block !important;
    }
    .tnp-subscription-minimal input.tnp-submit,
    .tnp-subscription-minimal input.tnp-email {
        font-size: 14px !important;
    }
    .tnp-subscription-minimal form {
        display: flex;
    }
    
}

/* banniere page and articles and blog archive */
.banniere-wrapper {
    position: relative;
    background: url(../img/bannier-post.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banniere-wrapper  .b-overly {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
}
.post-banniere-divider{
    background-image: url(https://dev2.alghost.com/ramram/wp-content/uploads/2025/07/divider.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 45px;
    height: 45px;
    margin-top: -45px;
    position: relative;
    z-index: 2;
}
.banniere-wrapper-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 410px;
    padding-top: 160px;
    padding-bottom: 80px;
    color: #fff;   
}
.banniere-wrapper-content .banniere-title{
    color: #fff;
    font-size: 46px;
    z-index: 999;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1024px){
    .banniere-wrapper-content .banniere-title{
        font-size: 40px;
    }
}
@media (max-width: 600px){
    .banniere-wrapper-content {
        min-height: 260px;
    }
    .banniere-wrapper-content .banniere-title{
        font-size: 32px;
    }
}



/*  blog(category, archive , page des article) + section others posts in single page*/
.blog-post-section{
    padding: 70px 20px;
}
.blog-post-section .section-title{
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #278C43;
} 
.blog-post-section .section-description{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #54595F;
    max-width: 730px;
    margin-right: auto;
    margin-left: auto;
}
.blog-post-section .banniere_wrapper{
    height: 240px;
    overflow: hidden;
}
.blog-post-section .banniere_wrapper img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1024px) {
    .blog-post-section .banniere_wrapper {
        height: 180px;
    }
}
@media (max-width: 767px) {
    .blog-post-section .banniere_wrapper {
        height: 240px;
    }
}
.blog-post-section .card .card-title,
.blog-post-section .card .card-title a{
    font-size: 17px;
    font-weight: 700;
    color: #278C43;
    margin-bottom: 15px;
}

.blog-post-section .card .card-text{
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
}
.blog-post-section .card-btn,
.blog-post-section .card-btn:active{
    font-size: 16px;
    font-weight: 700;
    color: #278C43;
    padding: 0;
    text-decoration: none;
}
.blog-post-section a:hover{
    color: #278C43;
} 
.blog-post-section .card-date{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}


/* single post */
.single-post-content {
    position: relative;
    padding: 70px 20px;
}
.single-post-content article{
    padding: 30px 20px 0 20px;
}
.single-post-content .entry-title{
    font-size: 30px;
    color: #278C43;
    margin-top: 4px;
}
.single-post-content .entry-content{
    font-size: 18px;
    text-align: justify;
}
.single-post-content article h1{
    font-size: 30px;
}
.single-post-content article h2{
    font-size: 28px;
}
.single-post-content article h3{
    font-size: 26px;
}
.single-post-content article h4{
    font-size: 24px;
}
.single-post-content article h5{
    font-size: 22px;
}
.single-post-content article h6{
    font-size: 20px;
}
.single-post-content article p{
    font-size: 18px;
}
/* responsive blog single +  archive */
@media (max-width: 1024px){
    .single-post-content .entry-title{
        font-size: 26px;
    }
    .single-post-content .entry-content{
            font-size: 16px;
    }
    .single-post-content article h1{
        font-size: 26px;
    }
    .single-post-content article h2{
        font-size: 24px;
    }
    .single-post-content article h3{
        font-size: 22px;
    }
    .single-post-content article h4{
        font-size: 20px;
    }
    .single-post-content article h5{
        font-size: 18px;
    }

    .single-post-content article h6{
        font-size: 17px;
    }
    .single-post-content article p{
        font-size: 16px;
    }
    .blog-post-section .card .card-title,
    .blog-post-section .card .card-title a{
        font-size: 15px;
    }
    .blog-post-section .card-date {
        font-size: 12px;
    }
    .blog-post-section .card .card-text {
        font-size: 12px;
    }
    .blog-post-section .section-title{
        font-size: 32px;
    }
    .blog-post-section .section-description{  
        font-size: 16px;
    }
}
@media (max-width: 767px){
    .blog-post-section {
        max-width: 500px;
        margin: auto;
    }
    .single-post-content{
        text-align: center;
        padding: 40px 20px 70px 20px;
    }
    .blog-post-section .section-title{
        font-size: 26px;
    }
    .blog-post-section .section-description{  
        font-size: 16px;
    }
    .single-post-content article {
        padding: 0;
    }
    .blog-post-section .card {
        border: 1px solid rgba(0, 0, 0, .1) !important;
        border-radius: 5px !important;
        margin-bottom: 40px !important;
    }
    .blog-post-section .banniere_wrapper img{
        border-radius: 5px 5px 0 0 !important;
    }
} 
@media (max-width: 575px){
    .blog-post-section .card .card-title,
    .blog-post-section .card .card-title a{
        font-size: 18px;
    }
    .blog-post-section .card-date {
        font-size: 14px;
    }
    .blog-post-section .card .card-text {
        font-size: 15px;
    }
}
/* ul li */
.elementor-widget-text-editor ul,
.single-post-content article ul{
    list-style: none;
    margin-left:0;
}
.elementor-widget-text-editor ul li::before,
.single-post-content article ul li::before {
    content: "\25AA"; 
    color: #278C43;
    display: inline-block; width: 1em;
    margin-left: -1em
}
.elementor-widget-text-editor ul  > li > ul > li::before,
.single-post-content article ul  > li > ul > li::before{
    content: "•"; 
    color: #23777E;
}
.elementor-widget-text-editor ul  > li > ul  > li > ul > li::before,
.single-post-content article  > li > ul  > li > ul > li::before {
    content: "\25AA"; 
    color: #222;
} 
/* sidebar */
#ramram-sidebar{
	font-family: "poppins", Sans-serif;
    background-color: #278C43;
    padding: 30px;
    border-radius: 7px;
    margin-top: 30px;
}
#ramram-sidebar h2.wp-block-heading{
	color: #fff;
    font-size: 30px;
}
#ramram-sidebar ul{
    margin: 0 0 20px 20px;
    list-style: none;
    padding-left: 0;
}
#ramram-sidebar li a{
	color: #fff;
	text-decoration: none;
	line-height: 2;
}
#ramram-sidebar  li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fff;
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em;
}
@media (max-width: 1024px){
    #ramram-sidebar h2.wp-block-heading{
        font-size: 26px;
    }
}
/*  paginate */
.paginate > .page-numbers {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.paginate li a, .paginate li span, .paginate li .next {
    padding: 0.375rem 0.75rem;
    position: relative;
    display: block;
    color: #278C43;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -ms-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.paginate li .current {
    z-index: 3;
    color: #fff;
    background-color: #278C43;;
    border-color: #278C43;;
}
.paginate li a:hover{
    background-color: #278C43;;
    color: #fff;
}

 /* AWIP PAGE - Section APPEL À CAN DIDATURES */
 .elementor-785 .elementor-element.elementor-element-29e90bf .eael-call-to-action .title {
    text-align: center;
}
@media (max-width: 767px){
    .eael-call-to-action p,
    .eael-call-to-action{
        text-align: center !important;
    }
    .eael-call-to-action .cta-button {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        width: max-content;
    }
}


/* boutique page */
/* ************* */
/* boutique page - footer */
body.page.page-id-1017 div#contactus {
    padding-top: 140px;
}
/* boutique page - nos 10 commendements sections */
.ha-icon-box-icon {
    border-color: #000;
    width: 75px;
    height: 75px;
}
.ha-icon-box-icon *{
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
.ha-icon-box .ha-badge{
    height: 20px;
    width: 20px;
}
.ha-badge--top-right {
    top: 15px !important;
    right: 30% !important;
}
.elementor-widget-ha-icon-box.happy-addon.ha-icon-box:hover .ha-icon-box-icon svg,
.elementor-widget-ha-icon-box.happy-addon.ha-icon-box:hover .ha-icon-box-icon svg *{
    fill:#FFF !important;
}
/* page boutique -  vos question section (old version page btq) */
.txt-bg {
    position: absolute;
    top: 1em;
    white-space: nowrap;
    font-size: 1.2em;
    text-transform: uppercase;
    opacity: 0.25;
    font-weight: 400;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    line-height: 0.7em;
    z-index: -1;
    color: #D52A33;
    letter-spacing: 1.5px;
    z-index: 2;
    width: auto;
}
@media (min-width: 1025px) {
    .txt-bg {
        opacity: 0.15;
        left: 281px;
    }
}
@media (max-width: 1024px) {
    .txt-bg {
        left: 210px;
    }
}
@media (max-width: 767px) {
    .txt-bg {
        left: 50%;
    }
}
/* page boutique - section Ce que disent les clients (old version page btq) */
.strong-view.wpmtst-modern .wpmtst-testimonial-inner{
    display: flex !important;
    flex-direction: column !important;
    border-radius: 7px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content:after,
.strong-view.wpmtst-modern .wpmtst-testimonial-content:before {
    content: none !important;
}
.wpmtst-testimonial-field.testimonial-field.testimonial-rstar{
    order: 1;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content {
    margin: 0 !important;
    order: 2;
    font-size: 14px !important;
}
.wpmtst-testimonial-image.testimonial-image{
    order: 3;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-image img{
    width: 80px;
    margin: 20px auto 5px auto !important;
}
.wpmtst-testimonial-field.testimonial-field.testimonial-name{
    order: 4;
}
.wpmtst-testimonial-field.testimonial-field.testimonial-company{
    order: 5;
    font-size: 12px;
}
.wpmslider-controls.wpmslider-has-controls-direction{
    position: absolute;
    top: -100px;
    right: 15px;
}
@media (max-width: 767px) {
    .wpmslider-controls.wpmslider-has-controls-direction{
        top: -70px;
    }
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before, 
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before{
    background: #D52A33 !important;
}
.strong-rating-wrapper .star svg path {
    fill: #D52A33 !important;
}
.strong-view.wpmtst-modern a.wpmslider-next.disabled, 
.strong-view.wpmtst-modern a.wpmslider-prev.disabled{
    display: inline-block !important; 
}
/* page boutique - slider en images (old version page btq) */
.slider-en-images .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    width: 69%;
    bottom: 0px;
}

/* ************************** */
/* color inverse green to red */
.redcoolor .hfe-nav-menu a.hfe-menu-item.elementor-button{
    background-color:#BE202E !important;
}
.redcoolor .hfe-nav-menu .menu-item a.hfe-menu-item:not(.elementor-button):hover,
.redcoolor .hfe-nav-menu .sub-menu a.hfe-sub-menu-item:hover,
.redcoolor .hfe-nav-menu .menu-item.current-menu-item a.hfe-menu-item,
.redcoolor .hfe-nav-menu .menu-item a.hfe-menu-item.highlighted, 
.redcoolor .hfe-nav-menu .menu-item a.hfe-menu-item:focus{
    color: #BE202E !important;
}
.redcoolor .menu-item.current-menu-ancestor a.hfe-menu-item.elementor-button {
    color: #fff !important;
}

.redcoolor footer .elementor-divider{
    --divider-color: #BE202E;
}
.redcoolor footer  .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon{
    fill: #BE202E !important;
    color: #BE202E !important;
    border-color: #BE202E !important;
}
.redcoolor footer  .forminator-button-submit {
    background-color: #BE202E !important;
}
.redcoolor .elementor-107 .elementor-element.elementor-element-e02dfff:not(.elementor-motion-effects-element-type-background),
.redcoolor .elementor-107 .elementor-element.elementor-element-e02dfff > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #D52A33 !important;
}

/* test mask */
@font-face{
    font-family: elixirBrush;
    src: url(../fonts/fonnts.com-elixir_brush.otf);
}
.text-mask .elementor-heading-title{
    font-family: elixirBrush !important;
    background: url(../img/text-mask.jpeg) no-repeat center center;
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    background-clip: text;
    color: transparent !important;
    background-size: 100%;
    background-position: 0 50%;
    animation: moveLeftRight 5s infinite alternate linear;
}
@keyframes moveLeftRight{
    0%{
        background-position: 0 50%;
    }
    100%{
        background-position: 100% 50%;
    }
   
}

/* page boutique V2 */
.inline-subtitle-icon .eael-dual-header .subtext{
    display: inline-block;
    margin-left: 7px;
}
.st1{
    fill: inherit !important;
}
.inline-subtitle-icon .eael-dual-header .subtext p{
    margin: 0;
}
.inline-subtitle-icon .eael-dual-header .title{
    margin-top: 0;
}
.elementor-widget-text-editor p:last-of-type{
    margin-bottom: 0;
}

.translate-cnter{
    transform: translate(-50%, -50%);
}
.translate-x-cnter{
    transform: translate(-50%, 0);
}
.translate-y-cnter{
    transform: translate(0, -50%);
}
/* accuiel v2 -  qui-sommes-nous */
.rm-qui-sommes-nous .elementor-widget-text-editor p{
	margin-bottom: 10px;
}
/* accuiel v2 - notre mission */
.elementor-widget-eael-feature-list .eael-feature-list-items.eael-feature-list-horizontal .eael-feature-list-title
{
    white-space: normal !important;
}
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-content {
    white-space: break-spaces !important;
}
.eael-feature-list-items.eael-feature-list-horizontal .eael-feature-list-item {
    padding: 0 5px;
}
/* step section : tous pages */
@media (min-width: 768px) {
    .step-section .ha-step-arrow{
        transform: translateX(50%);
    }
}
.step-section .ha-step-arrow{
    border-top-width: 6px !important;
}
.step-section .ha-step-arrow:after {
    top: -6px !important;
    right: 4px !important;
    width: 18px !important;
    height: 18px !important;
    border-right-width: 5px !important;
    border-top-width: 5px !important;
}
.ha-steps-icon svg {
    display:block !important;
}
/* accueil v2 : agri-tech & digitalisation section */
.agritech-section .ha-steps-icon {
    position:static !important;
}
.ha-steps-icon svg {
    display:block !important;
}
.agritech-section .ha-steps-icon .ha-steps-label {
    top: 20px !important;
    right: auto !important;
    left: 20px !important;
}
.agritech-section .eael-dual-header .title{
    margin-bottom: 20px;
}

/*  Pour quoi nous choisir */
.pour-quoi-nous-choisir svg .st2{
	fill:#F5CD48;
}
@media (max-width: 767px) {
    .elementor-2677 .elementor-element.elementor-element-58ef540f{
        position: static;
    }
}

/* appel à l'action section */
@media (min-width: 768px) {
    .appel-action .eael-dual-header .title{
        text-align: right;

    }
}
/* découvrir notre gamme de produit */
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    background: #278C43;
    border-radius: 100%;
    padding: 7px;
}

/* la cheville  : nos produits */
.uc_image_carousel_content.ue-content-holder {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.uc_image_carousel_content-wrapper {
    padding: 0 20px;
}
.uc_image_carousel_content .ue-btn-holder{
    margin-top: 0 !important;
}
.uc_image_carousel_content .ue-btn-holder .uc_more_btn
{
    width: 100%;
    border-top-left-radius: 0 !important;
     border-top-right-radius: 0 !important;
}

/*  ajuster info box */
.elementor-widget-eael-info-box,
.elementor-widget-ha-icon-box{
    min-height: 100%;
}

/*  PAGE Comercial : section nous engagements */
.com-nous-engagements .eael-infobox{
	display:flex;
	flex-direction:column-reverse;
	position: relative;
    overflow: visible;
}
@media (min-width:768px){
	.com-nous-engagements .eael-infobox{
		height:100%;
	}
	.com-nous-engagements .eael-infobox .infobox-content {
    flex-grow: 1;
	}
	.com-nous-engagements .eael-infobox  .infobox-icon {
		margin-top: auto;
		line-height: 0;
	}
}
.com-nous-engagements .eael-infobox .infobox-icon img {
   width:100%;
}
.com-nous-engagements .eael-infobox::before{
    content: "\f00c"; /* Font Awesome check */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    background: #0B4A33;
    color: #E8C56A;
    border: 5px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    z-index: 10;
}
@media (min-width: 768px) and (max-width:1024px) {
   .com-nous-engagements .eael-infobox::before{
		top: -24px;
		left: 50%;
		transform: translateX(-50%);
		width: 48px;
		height: 48px;
		background: #0B4A33;
		color: #E8C56A;
		border: 3px solid #fff;
		font-size: 18px;
	}

}

/* timeline : page carné */
.twae-wrapper .twae-media iframe,
.twae-wrapper .twae-media img{
	border-radius:17px !important;
}

/* Nos Programmes */
.elementor-widget-ha-card.happy-addon.ha-card{
	min-height:100%;
}