.elementor-kit-8{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#23262C;--e-global-color-text:#FFFFFF;--e-global-color-accent:#EC6823;--e-global-color-6e387a8:#23262C;--e-global-color-0a705ca:#FFFFFFE0;--e-global-color-d85bdf7:#ABABAB;--e-global-color-9745188:#4A9895;--e-global-color-09b5ad3:#48476E;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-e7eb796-font-size:0.75rem;--e-global-typography-e7eb796-font-weight:400;--e-global-typography-d68f782-font-size:1.125rem;--e-global-typography-d68f782-font-weight:700;--e-global-typography-0650703-font-size:2.5rem;--e-global-typography-0650703-font-weight:700;--e-global-typography-0650703-line-height:1.0875em;--e-global-typography-901431a-font-size:1.55em;--e-global-typography-901431a-font-weight:300;--e-global-typography-901431a-line-height:1.25em;--e-global-typography-40fdef9-font-size:3rem;--e-global-typography-40fdef9-font-weight:400;--e-global-typography-40fdef9-line-height:1em;background-color:var( --e-global-color-secondary );}#the7-body{--the7-btn-bg:var( --e-global-color-9745188 );--the7-btn-hover-bg:var( --e-global-color-09b5ad3 );--the7-accent-color:var( --e-global-color-accent );--the7-divider-color:var( --e-global-color-text );--the7-btn-color:var( --e-global-color-primary );--the7-btn-hover-color:var( --e-global-color-text );--the7-input-color:var( --e-global-color-primary );--the7-required-mark-color:#FF0000;--the7-input-bg-color:#48476E75;--the7-secondary-text-color:var( --e-global-color-primary );--the7-base-font-family:"Roboto", Sans-serif;--the7-title-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}body .scroll-top-elementor-icon i,body .scroll-top:before{color:var( --e-global-color-accent );}body .scroll-top-elementor-icon svg{fill:var( --e-global-color-accent );color:var( --e-global-color-accent );}body .scroll-top-elementor-icon:hover i, body .scroll-top:hover:before{color:var( --e-global-color-accent );}body .scroll-top-elementor-icon:hover svg{fill:var( --e-global-color-accent );color:var( --e-global-color-accent );}body{--the7-btn-s-font-weight:700;--the7-btn-m-font-weight:700;--the7-btn-l-font-weight:700;--the7-btn-lg-font-weight:700;--the7-btn-xl-font-weight:700;--the7-h1-font-family:"Roboto", Sans-serif;--the7-h2-font-family:"Roboto", Sans-serif;--the7-h3-font-family:"Roboto", Sans-serif;--the7-h4-font-family:"Roboto", Sans-serif;--the7-h5-font-family:"Roboto", Sans-serif;--the7-h6-font-family:"Roboto", Sans-serif;}.elementor-mark-required .elementor-field-label:after, .woocommerce-Reviews .comment-form .required{color:#FF0000;}.elementor-field-label, .elementor-field-subgroup label,.woocommerce-Reviews .elementor-field-group > label, .the7-elementor-product-comments .comment-form label{color:var( --e-global-color-primary );}body.rtl .elementor-labels-inline .elementor-field-group > .elementor-field-label{padding-left:0px;}body:not(.rtl) .elementor-labels-inline .elementor-field-group > .elementor-field-label{padding-right:0px;}body .elementor-labels-above .elementor-field-group > .elementor-field-label{padding-bottom:0px;}body .woocommerce-Reviews .elementor-field-group > label{margin-bottom:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-d68f782-font-size:1rem;--e-global-typography-0650703-font-size:1.9rem;--e-global-typography-0650703-line-height:1.0875em;--e-global-typography-901431a-font-size:21px;--e-global-typography-901431a-line-height:1.25em;--e-global-typography-40fdef9-font-size:42px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* style ORANGE*/
.orange {color: #EC6823;}
/* style blog blanc*/
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6  {color: #FFF;}

/* LIEN HERO */

.grid__item-link {
    font-weight:700;
    color: #4A9895;
        display: inline;
    position: relative;
}

.grid__item-link:focus,
.grid__item-link:hover {
	color: #EC6823;
}

.grid__item-link::before {
	content: '';
	position: absolute;
	background: currentColor;
	width: 100%;
	height: 1px;
	bottom: 0;
	transform-origin: 0% 50%;
	transform: scale3d(0,1,1);
	opacity: 0;
	transition: all 0.3s;
	transition-property: opacity, transform;
}

.grid__item-link:hover::before {
	opacity: 1;
	transform: scale3d(1,1,1);
}

.grid__item-link + .grid__item-link {
	margin: 0 0 0 3rem;
}

.grid__item-text + .grid__item-link {
	white-space: nowrap;
	margin-top: 1rem;
	align-self: flex-start;
	margin-top: auto;
}
@media (max-width: 768px) {
    .psmart p:nth-of-type(1) {
        display: none; 
    }
}


/* TRAIT ORANGE */

.infocardhome:before {
    position: absolute;
    content: "";
    width: 2.333em;
    height: 2px;
    border-top: 2px solid #EC6823;
    left: 0;
    top: 0;
}
.infocardhome {
    max-width: 16em;
    font-size: .875rem;
    line-height: 1.4;
    position: relative;
    padding: 0.8em 0 0;
    color: #FFF;
}

.infocard:before {
    position: absolute;
    content: "";
    width: 2.333em;
    height: 2px;
    border-top: 2px solid #EC6823;
    left: 0;
    top: 0;
}
.infocard {
    max-width: 16em;
    font-size: .875rem;
    line-height: 1.4;
    position: relative;
    padding: 1.75em 0 0;
    color: #EC6823;
}


.infocardlast:before {
    position: absolute;
    content: "";
    width: 2.333em;
    height: 4px;
    border-top: 2px solid #EC6823;
    right: 0;
    top: 0;
}
.infocardlast {
    max-width: 16em;
    font-size: .875rem;
    line-height: 1.4;
    position: relative;
    padding: 1.75em 0 0;
    color: #EC6823;
}
.infocard h4 {
    font-size: 1.3rem;
    line-height: 1.0875;
    
}
.infocardlast h6 {
    font-size: 2.0625rem;
    line-height: 1.0875;
    
}/* End custom CSS */