/*
Theme Name: Eurocare v2
Author: Thenext Technology
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eurocare
*/


:root {
    --blue-light: #93cfec;
    --blue-dark: #297bb9;
    --yellow: #f4de11;
    --yellow-lemon: #dade5b;
    --grey: #f1f2f4;
}

@font-face {
    font-family: "OpenSans";
    src: url("./assets/fonts/OpenSans-Regular.ttf");
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "OpenSans" !important;
    color: #666 !important;
}

/*--background--*/
.ec-bg-blue-gradient {
    background: linear-gradient(var(--blue-light), var(--blue-dark));
    color: #fff;
}

.ec-bg-gradient {
    background: linear-gradient(0.25turn, var(--yellow), var(--blue-dark));
}

.ec-bg-grey {
    background-color: var(--grey);
}

.ec-bg-blue {
    background-color: var(--blue-dark);
    color: #fff !important;
    border: 1px solid !important;
}

.bg-blue-light {
    background-color: var(--blue-light);
    color: #fff !important;
    border: 1px solid !important;
}

.bg-yellow {
    background-color: #dade5b;
    color: #fff !important;
    border: 1px solid !important;
}

.bg-yellow-lemon {
    background-color: #95add0;
    color: #fff !important;
    border: 1px solid !important;
}
article.text-white {
	font-size: 18px;
    font-weight: 400;
}

/*--text color --*/
.text-blue {
    color: var(--blue-dark);
}
article a.svp-btn {
	display: flex;
    align-items: center;
    justify-content: center;
    max-width: 214px;
	margin-top: 42px;
    gap: 10px;
}
.mx-auto img{
    max-width: 165px;
}
.text-yellow {
    color: var(--yellow-lemon);
}

/*--img carrousel--*/
.img-carrousel {
    max-height: 70vh;
    backdrop-filter: opacity(20%);
    object-fit: cover;
}

.carousel-indicators .active {
    background-color: var(--blue-dark) !important;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 50% !important;

}


.navbar li a {
    color: #fff;
    padding: 20px;
}

.ec-line-blue {
    border: 0;
    border-top: 3px solid var(--blue-dark);
    opacity: 0.85;
    width: 100px;
    display: block;
    margin: 10px auto;
}

/*--border-color--*/
.ec-border-blue-light {
    border: 1px solid var(--blue-light);
    color: var(--blue-light);
}

.ec-border-blue-dark {
    border: 1px solid var(--blue-dark) !important;
}

.ec-border-yellow {
    border: 1px solid var(--yellow-lemon);
    color: var(--yellow-lemon);
}

.ec-border-yellow-lemon {
    border: 1px solid #95add0;
    color: #1b67c9;
}

.ec-list-style li::before {
    content: "•";
    color: var(--yellow);
}

.ec-img-moyen {
    width: 50%;
    height: 50%;
}

.img-part {
    width: 186px !important;
    max-height: 145px !important;
}

.ec-img-normal {
    width: 550px;
    height: 550px;
}

.ec-card-img {
    width: 100%;
    height: 100%;
}

.section-gamme {
    width: 56px;
    height: 48px;
    /* left: 84px;
    top: -5px; */
    top: 50%;
    transform: translateY(-50%);
    border-top-left-radius: 25%;
    border-bottom-left-radius: 25%;
    border-top-right-radius: 30%;
    border-bottom-right-radius: 30%;
}

.border-white-rounded {
    border: 1px solid #fff;
    border-radius: 50%;
}

/* img gamme*/
.img-gamme {
    width: 50%;
}

.img-app {
    width: 100%;
    height: 100%;
}
/*------ Solution -------*/

.content-solut {
    padding: 56px 0;
}
.content-solut a {
    text-decoration: none;
}
.solution {
    text-align: center;
}
.solution .flex-block{
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #f1f2f4;
}
.lien-solution{
    background: #f1f2f4;
    text-align: center;
    padding: 15px;
    border-bottom: 7px solid #d4e5f1;
    width: 100%;
}
.lien-solution .title-imageS{
    text-transform: uppercase;
}
.wpex-image-hover.grow {
    position: static;
}
.wpex-image-hover.grow img {
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

/* Input footer */

.input-type input {
    outline: none;
    border: none;
    height: 2em;
    font-size: 16px;
    border-bottom: 1px solid #f1efef;
    box-shadow: 0 1px 0 0 #eceef0;
    max-width: 450px;
}

.input-type input:focus {
    border-bottom: 1px solid #eceef0;
    box-shadow: 0 1px 0 0 #eceef0;
}

.input-type ::placeholder {
    color: #fff;
    opacity: 1;
}

.ec-border-end-white {
    outline: none;
    border: none;
    height: 2em;
    border-bottom: 1px solid #f3f1f1;
    box-shadow: 0 1px 0 0 #eceef0;
}

.ec-border-end-grey {
    background: transparent;
    border-bottom: 2px solid #888888;
}

/* .img-gamme{
    background-image: url('/assets/image/istockphoto-1304247363-612x612.jpg');
    width: 500px;
    height: 200px;
} */

.img-zoom {
    width: 100%;
    height: 100%;
    transform: scale(0.9);
    transition: all 1s;
    min-height: 308px;
}

.img-zoom:hover {
    transform: scale(1);
}

.card-rollover {
    -webkit-filter: brightness(85%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.card-rollover:hover {
    -webkit-filter: brightness(100%);
}

div .carousel-content {
    top: 30% !important;
}
.d-flex.justify-content-center.gap-3 {
	display: flex !important;
    flex-wrap: wrap;
    max-width: 1124px;
    margin: auto;
}
.d-flex.justify-content-center.gap-3 .card {
	height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.article_btn .en-svp {
	max-width: 192px !important;
    margin: 30px 0 !important;
}

/*footer*/

.list-colored ul li::before {
    display: inline-block;
    margin-right: 15px;
    width: 6px;
    height: 6px;
    background: #dfe373;
    border-radius: 50%;
    content: '';
}

.width-fitcontent {
    width: fit-content;
}

.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
    border-radius: var(--bs-border-radius-xxl) !important;
}

.um-login,
.um-register {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    padding: 25px 35px;
    border-radius: 8px;
}

.um-131.um {
    max-width: 550px !important;
}

.um-half {
    margin-top: 20px;
}

.page-numbers {
    background: #297bb9;
    color: #fff;
    text-decoration: none;
    margin: 2px;
    border-radius: 2px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.page-numbers.current {
    background: #dade5b !important;
}

.text-footer {
    text-align: justify;
}

.w-30 {
    width: 25vw;
}

/* .modal {
    position: relative !important;
    display: block !important;
} */


.um-header {
    display: none;
}



.siteLogo {
    max-width: 224px;
}

.ec-footer-link li {
    display: block;
    width: max-content;
}

.text-justify {
    text-align: justify !important;
}

.ec-footer-logo {
    max-width: 145px;
}

.ec-footer-contact {
    width: 30px;
    display: inline-block;
}

.ec-newsletter-input {
    max-width: 528px;
}

.ec-entreprise-btn {
    max-width: 170px;
}

.ec-partner-logo {
    width: 240px;
    aspect-ratio: 1/0.58;
    position: relative;
    overflow: hidden;
}

.ec-partner-logo img {
    position: absolute;
    max-width: 100%;
	max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding: 15px;
}

.ec-partner-logo img:hover {
    transform: translate(-50%, -50%);
}

.ec-range-1 {
    height: calc(100% + 8px);
    left: 152px;
}

.ec-range-2 {
    height: calc(100% + 8px);
    left: -20px
}

.ml-20 {
    margin-left: 20px;
}
.card-body {
	padding-bottom: 0 !important;
}
.col-lg-7.ec-article {
	margin-top: 68px;
}
#nos-gammes .shadow-sm {
	min-height: 412px;
}
.ec-bg-grey .title-blue-wp {
    font-size: 24px;
    font-weight: 600;
    color: #297bb9;
}
@media screen and (min-width: 992px) {
    .ec-support-btn {
        position: absolute;
        bottom: 18px;
    }
}

.theme-button.animate-on-hover,
.theme-button.hvr-float-shadow,
.theme-button.hvr-float-grow,
.theme-button.hvr-float {
    transition: all 0.25s;
}

h4.section-title {
    font-size: calc(1.3rem + .6vw) !important;
    font-weight: normal !important;
    text-transform: uppercase;
}

.ec-slider-title {
    font-size: 4.5rem !important;
    font-weight: 700;
}

.carousel-indicators .active {
    background: #297bb9 !important;
}

.card-img-top {
    max-height: 350px;
    object-fit: cover;
}

.img-actuality {
    min-height: 375px;
}
#actup .img-actuality {
    height: 216px;
    min-height: inherit;
}
@media screen and (max-width: 992px) {
    .navbar li a {
        padding: 0 20px;
    }

    .choixCont {
        margin-left: 0;
    }

    .atm{
        margin-left: 10px;
    }

    .ec-article > .article_btn:first-of-type {
        margin-top: 2rem !important;
    }

    .ec-device-list {
        flex-direction: column;
    }

    .ec-device-list p {
        text-align: justify !important;
    }

    .w-30 {
        width: 40vw ;
    }
}

@media screen and (max-width: 594px) {
    .w-30{
        width: 60vw;
    }
}

@media screen and (max-width: 340px) {
    .w-30{
        width: 75vw;
    }
}
@media screen and (max-width: 200px) {
    .w-30{
        width: 87vw;
    }
}
.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--bs-border-radius) !important;
}

.splide__slide {
    opacity: 0.4;
}

.splide__slide.is-active {
    opacity: 1;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: none !important;
}

.splide__arrow svg {
    fill: #297bb9 !important;
}

.splide__arrow {
    background: #fff !important;
    border: 1px solid #297bb9 !important;
}

.ec-nwltr-form > form {
    width: 100% !important;
    max-width: 528px;
}

.ec-article > .article_btn {
    width: fit-content;
}

.ec-article > .article_btn {
    margin-bottom: 2rem !important;
}

h5 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

a.ec-bg-blue:hover {
    background: #fff !important;
    color: var(--blue-dark) !important;
    border: 1px solid !important;
}

a.bg-blue-light:hover {
    background: #fff !important;
    color: var(--blue-light) !important;
    border: 1px solid !important;
}

a.bg-yellow:hover {
    background: #fff !important;
    color: var(--yellow-lemon) !important;
    border: 1px solid !important;
}

a.bg-yellow-lemon:hover {
    background: #fff !important;
    color: #95add0 !important;
    border: 1px solid !important;
}

a.ec-border-blue-dark:hover {
    background: var(--blue-dark);
    color: #fff;
    border: #fff 1px solid !important;
}

a.ec-border-blue-light:hover {
    background: var(--blue-light) !important;
    color: #fff;
    border: #fff 1px solid !important;
}

a.ec-border-yellow:hover {
    background: var(--yellow-lemon) !important;
    color: #fff;
    border: #fff 1px solid !important;
}

a.ec-border-yellow-lemon:hover {
    background: #95add0 !important;
    color: #fff;
    border: #fff 1px solid !important;
}
header a.ec-btn-yellow {
	padding: 5px 10px;
}
header a.ec-btn-yellow:hover {
	background: #fff!important;
	color: var(--yellow-lemon) !important;
	border: 1px solid var(--yellow-lemon) !important;
	padding: 4px 9px;
}
header a.ec-btn-yellow:hover svg {
	fill: var(--yellow-lemon) !important;
}
@media screen and (min-width: 992px) {
    header a.ec-support-btn {
        position: absolute;
        bottom: 37px;
    }
}

.card-bordered-blue {
    border: 2px solid var(--blue-dark) !important;
}

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.download-lnk-pdf {
    color: #297bb9 !important;
}

.wpcf7-response-output {
    text-align: center !important;
}

