/*
Wireframe: 20
Version: 2.0
Update: 2023.03.16
*/
/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Fonts
# General
# Navigation
    ## Superfish
    ## Mobile navigation
--------------------------------------------------*/
/*--------------------------------------------------
# Fonts
--------------------------------------------------*/
@font-face {
    font-family: 'Caveat';
    src: url('../fonts/Caveat-Regular.woff2') format('woff2'),
        url('../fonts/Caveat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




/*--------------------------------------------------
# General
--------------------------------------------------*/
:root{
--bs-body-color:#575757;
--bs-body-bg:#ffffff;
--bs-primary-color:#2A2627;
--bs-primary-bg:#F5F5F5;
--bs-secondary-color:#87162D;
--bs-secondary-bg:#F9F4EC;
--bs-tertiary-color:#87162D;
--bs-tertiary-bg:#2A2627;
--dark-color:#2A2627;
--light-color:#F4EFD6;
--bs-color-gray:#838c85;
--bs-btn-padding-x:20px;
--bs-btn-padding-y:10px;
--border-color:#ECECEC;
--bs-nav-link-colors:#19191a;
--bs-body-font-family:'Poppins';
--bs-titles-font-family:'Plus Jakarta Sans';
--bs-extra-font-family:'Caveat';
--bs-body-font-weight:400;
--bs-body-line-height:24px;
--bs-body-font-size:15px;
--bs-nav-link-font-size:15px;
--bs-nav-link-font-weight:500;
--bs-nav-link-padding-y:10px;
--bs-nav-link-padding-x:0;
--bs-navbar-nav-link-padding-x:0;
--bs-dropdown-zindex:99;
--bs-dropdown-min-width:200px;
--bs-dropdown-padding-x:20px;
--bs-dropdown-padding-y:15px;
--bs-dropdown-font-size:1em;
--bs-dropdown-padding-y:5px;
--bs-dropdown-font-size:1em;
--bs-border-radius: 10px!important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2A2627;
    --bs-btn-hover-color: #FFF;
    --bs-btn-hover-bg: #87162D;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #FFF;
    --bs-btn-active-bg: #87162D;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #333333;
    --bs-btn-disabled-border-color: #333333;
    border-radius: 0;
    border: none;
}
:target {
    scroll-margin-top: 100px; /* Ajuste selon la hauteur de ton menu */
}
.box-light, .box-border-left, .box-border-right {
    padding: 20px;
    margin: 0 0 20px;
    background: var(--light-color);
    border-radius: 10px;
	position: relative;
}

.tel.work > a i {
    animation: 2s infinite  phone-ring;
}
.tel.work > a i.fa-brands.fa-whatsapp {
    font-size: 22px;
    height: auto;
    width: auto !important;
}
section.content.page-content.content-page .box-light.box2 {
    margin: 0;
}
.box-light h5 {
    margin-bottom: 10px;
}
.box-border-left {
    border-left: 7px solid var(--bs-secondary-color);
}
.box-border-right {
    border-right: 7px solid var(--bs-secondary-color);
}
.box-dark {
    padding: 20px;
    margin: 0;
    background: var(--bs-primary-color);
    color: var(--bs-white);
    border-radius: 10px;
}
.box-dark a , .box-dark h2 {
    color: var(--bs-white) !important;
}
.container {
	max-width: 1170px;
}
 .container-fluid {
    max-width: 1432px;
     margin: 0 auto;
    padding: 0 15px;
}
header.header-top .container-fluid {
    max-width: 1750px;
}
.box-light.vCard .tel.work a{
      padding-bottom: 10px;
}
a {
    color: var(--bs-tertiary-color);
    text-decoration: underline;
    transition: all .4s;
}

a:active, a:hover, a:focus {
    color: var(--bs-tertiary-color);
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  	position: relative;
  	font-family: var(--bs-titles-font-family);
  	line-height: 1.2em;
  	font-weight: 700;
    color: var(--bs-primary-color);
  	margin: 0 0 20px;
    text-transform: none;
  
}
h1, .h1 {
    font-size: 52px;
}
.partners-section h2, section.boxes h2 {
 font-size: 48px;
}
h2, .h2 {
    font-size: 40px;
}
h3, .h3 {
    font-size: 30px;
}
h4, .h4 {
    font-size: 24px;
}
h5, .h5 {
    font-size: 22px;
}
h6, .h6 {
    font-size: 20px;
}
/* Animation pour :before - slide depuis la droite */
@keyframes slideRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


/**************************/

header.header-top .grid-top .top-wrapper .contact-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: linear-gradient(180deg, var(--bs-secondary-color)  0%, var(--bs-secondary-bg) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
header.header-top .grid-top .top-wrapper .phone:hover .contact-icon i {
    animation: 2s infinite phone-ring;
}
header.header-top .grid-top .top-wrapper  .contact-item {
    gap: 10px;
}

header.header-top .grid-top .top-wrapper .phone a {
    letter-spacing: 1.5px;
    background: linear-gradient(180deg, var(--bs-secondary-color) 0%, var(--bs-secondary-bg) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header.header-top .grid-top .top-wrapper .phone a:hover {
    text-decoration: underline !important ;
}
/*****/


/*--------------------------------------------------
--------------------------------------------------*/

div#logo {
    z-index: 10; 
}
div#logo img {
  	max-width:100%;
  	width:auto;
}

.social .networks_linking {
    display: flex;
    gap: 10px;
}
.networks_linking a {
    font-size: 14px;
    color: var(--light-color) !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    display: inline-block;
    margin: 0;
    text-align: center;
    position: relative;
    background: transparent;
    border-radius: 5px;
    border: 2px solid var(--light-color);
}
.social .networks_linking a.networks.networks_google {
    order: 3;
}

.networks_linking a:hover {
    transition: 0.3s all;
    -webkit-animation: rotate-center 0.6s ease-in-out both;
    animation: rotate-center 0.6s ease-in-out both;
    color: var(--bs-tertiary-color);
}

.fa-facebook::before {
    content: "\f39e" !important;
    
}
.fa-linkedin::before {
    content: "\f0e1" !important;
    
}
a.networks.networks_instagram {
    order: 2;
}
section.content .networks_linking a {
    background: var(--bs-tertiary-color);
    border-color: var(--bs-tertiary-color);
}
/* ----------------------------------------------
 * Generated by Animista on 2025-11-5 16:10:53
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/******SearchButton******/

.SearchButton {
    width: 55px;
    margin: 0;
}
.SearchButton .input-group {
    border-bottom: 0;
    border-radius: 100px;
    display: block;
}

.SearchButton .input-group .form-control {
    border: none;
    font-size: 15px;
    color: var(--bs-white) !important;
    font-weight: 600;
    background: transparent;
    padding: 15px 27px;
    line-height: 25px;
}
.SearchButton .input-group span.input-group-text {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    width: 16px;
}
.SearchButton .input-group span.input-group-text i:before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    background: url(/smarty/wireframe20/media/images/recherche.svg)no-repeat center;
    pointer-events: none;
    inset: 0;
}

.SearchButton .input-group .form-control::-webkit-input-placeholder,
.SearchButton .input-group .form-control::-webkit-input-placeholder,
.SearchButton .input-group .form-control::-webkit-input-placeholder,.SearchButton .input-group .form-control::-webkit-input-placeholder{
  color:var(--bs-body-color)!important;
  opacity:1;
}
.SearchButton .input-group .form-control:-moz-placeholder,/* Firefox 18- */ 
.SearchButton .input-group .form-control:-moz-placeholder,
.SearchButton .input-group .form-control:-moz-placeholder,.SearchButton .input-group .form-control:-moz-placeholder/* Firefox 18- */ {
  color:var(--bs-body-color)!important;
  opacity:1;
}
.SearchButton .input-group .form-control::-moz-placeholder,/* Firefox 19+ */
.SearchButton .input-group .form-control::-moz-placeholder,
.SearchButton .input-group .form-control::-moz-placeholder,.SearchButton .input-group .form-control::-moz-placeholder/* Firefox 19+ */ {
  color:var(--bs-body-color)!important;
  opacity:1;
}
.SearchButton .input-group .form-control:-ms-input-placeholder, 
.SearchButton .input-group .form-control:-ms-input-placeholder,
.SearchButton .input-group .form-control:-ms-input-placeholder,.SearchButton .input-group .form-control:-ms-input-placeholder{
  color:var(--bs-body-color)!important;
  opacity:1;
}
 .SearchButton .search-button {
   width: 55px;
    height: 55px;
    background: url(/smarty/wireframe20/media/images/recherche.svg)no-repeat center;
    cursor: pointer;
    transition: all .6s;
}
.search-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.85);
    opacity: 0;
    z-index: 100;
    transition: opacity .6s;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
  color: var(--bs-white);
}
.search-popup.active {
    opacity: 1;
    pointer-events: all;
}
.search-popup .input-group-text {
    color: var(--bs-white);
}
.search-popup input#tagsDataList {
    border-color: var(--bs-white);
}
.search-popup .input-group-text::placeholder {
    color: white;
}
.search-popup input {
    color: white; /* texte tapé */
}

.search-popup input::placeholder {
    color: white; /* placeholder */
    opacity: 1;
}
.search-popup .form-control {
    color: white !important;
    background-color: transparent;
}

.search-popup .form-control:focus {
    color: white !important;
}
/****/
header.header-top .grid-top .bloc-nav ul.level-0.navbar-nav.sf-menu {
    margin: 0 auto;
}
.bloc-nav .navbar .nav-item.dropdown {
   /* padding-right: 24px;*/
}
.navbar li a.nav-link {
    position: relative;
    text-decoration: none;
    color: var(--bs-white);
    font-family: var(--bs-body-font-family);
    text-align: center;
    letter-spacing: 0;
    padding: 10px 0 !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.bloc-nav .navbar ul.level-0 > li:not(:last-child):before {
    content: "";
    position: absolute;
    border: 1px solid var(--light-color);
    border-radius: 50%;
    height: 8px;
    width: 8px;
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
}

.bloc-nav .navbar li:first-child a {
    padding-left: 0;
 
}

a#ligne {
    pointer-events: none;
}
ul.dropdown-menu.level-1.submenu li.selected:first-child .nav-link, ul.dropdown-menu.level-1.submenu li:first-child a.nav-link:hover{
    
    background:none!important;
}
.bloc-nav .navbar li {
    margin: 0 10px;
    position: relative;
}
.bloc-nav .navbar li span.dropdown-toggle {
    position: absolute;
    right: 0;
    color: var(--bs-body-color);
    left: 0;
    margin: 0 auto 0;
    bottom: -7px;
}
.sf-menu > li:last-child {
    margin-right: 0!important;
}
.sf-menu > li:first-child {
 margin-left: 0!important;
}

.bloc-top .navbar-nav > li > .nav-link:hover, .bloc-top .navbar-nav > li.selected > .nav-link, .bloc-top .navbar-nav .dropdown-menu .nav-item a.nav-link:hover {
    color: var(--light-color);
    text-decoration: none;
}
.bloc-top .navbar-nav .dropdown-menu > li.nav-item.selected > a, .bloc-top .navbar-nav .dropdown-menu .nav-item > a.nav-link:hover {
    color: var(--bs-secondary-color) !important;
    background: none !important;
    -webkit-text-fill-color: initial;
}

 .dropdown-menu .nav-item:not(:last-child){
	border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.dropdown-toggle::after {
    text-align: center;
    display: table;
    margin: 0px auto 0 !important;
    
    content: "\f107" !important;
    font-family: 'FontAwesome';
    border: 0;
    
}

ul.dropdown-menu{

}
.navbar-nav .dropdown-menu li {
    margin: 0;
    padding: 0 9px;
}
.navbar-nav .dropdown-menu {
    text-align: center;
    padding: 7px;
    background: var(--bs-primary-color);
    border: none;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    min-width: 224px;
    border-radius: 5px;
    overflow: hidden;
}

.navbar-nav .dropdown-menu .nav-item a.nav-link {
    padding: 0px  !important;
    white-space: nowrap;
    text-transform: uppercase;
    color: var(--bs-white);
    overflow: hidden;
    margin: 5px 0;
}
.navbar-nav .dropdown-menu li:first-child {

}
button.navbar-toggler .navbar-toggler-icon {
	display: block;
	height: 2px;
	background-image: none;
	background-color: var(--bs-white);
	transition: .1s;
	opacity: 1;
	margin: 8px 0;
}
.navbar-expand-md .navbar-nav .dropdown-menu li.nav-item.child {
    background: rgb(0 0 0 / 92%);
    margin: 0 !important;
}
button.navbar-toggler::after, button.navbar-toggler::before {
	content: '';
	width: 1.5em;
	background: var(--bs-white);
	position: absolute;
	left: 0;
	height: 2px;
	transition: .3s;
}
button.navbar-toggler::before {
	top: 0;
	transform: rotate(-32deg);
	transform-origin: right;
}
button.navbar-toggler::after {
	bottom: 0;
	transform: rotate(32deg);
	transform-origin: right;
}



.bloc-top nav.navbar:not(.bloc-nav.is-sticky .navbar) {
 
    justify-content: center;
}
header.header-top .bloc-nav.is-sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    padding: 0!important;
    margin: 0 !important;
    background: #000000b5;
    border-radius: 0;
}
header.header-top .bloc-nav.is-sticky:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #eeeeeed9;
    pointer-events: none;
}
header.header-top .grid-top .bloc-nav.is-sticky:before {
  display : none;
}
.bloc-nav.is-sticky .grid-top {
    padding: 0px;
}
.bloc-nav.is-sticky .grid-top{
     justify-content: center !important;
    gap: 100px; 
  
}
.bloc-nav.is-sticky div#logo-header{
    display: none !important
}
.bloc-nav.is-sticky .navbar, .bloc-nav.is-sticky .navbar #navbarNav {
	justify-content: center;
	flex-grow: inherit;
}

.contactForm .gdpr_policy label {
	display: inline !important;
}

.modal-header {
    border-bottom-color:var(--border-color);
}

/****/

header.header-top .grid-top {
    padding: 32px 0;
}

header.header-top .bloc-top.sticky-top  .bloc-nav {
    padding: 0 30px;
}
header.header-top .bloc-nav.is-sticky {
    margin: 0 !important;
}
.bloc-top nav.navbar ul.level-0.navbar-nav.me-auto.sf-menu {
    margin: 0 auto;
}
header.header-top .bloc-top.sticky-top .bloc-nav:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 10px;
    background: rgba(15, 16, 13, 0.16);
    backdrop-filter: blur(40px);
    pointer-events: none;
}
/******/
@keyframes phone-ring {
  0%, 100% {
    transform: rotate(0deg);
  }
  10%, 30%, 50%, 70% {
    transform: rotate(-15deg);
  }
  20%, 40%, 60%, 80% {
    transform: rotate(15deg);
  }
}


/******/
header.header-top.interne {
    background: var(--bs-primary-color);
}
header.header-top.interne .bloc-top {
    position: relative !important;
}
/*--------------------------------------------------
# banner
--------------------------------------------------*/
section.banner .carousel-control-next-icon, section.banner .carousel-control-prev-icon {
    display: none;
}
section.banner {
    height: 900px;
    overflow: hidden;
    max-height: 95vh;
    min-height: 530px;
}
section.banner .carousel .carousel-inner:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
    z-index: 2;
    pointer-events: none;
}

header.header-top.interne section.banner {
    height: 500px;
}
section.banner .carousel, section.banner .carousel-inner, section.banner .carousel-inner img, section.banner .carousel-item {
	height: 100%;
    object-fit: cover;
}
section.banner .carousel-control-next, section.banner .carousel-control-prev {
	display: none;
}
header.header-top.interne section.banner .container .box-overlay h2 {
    font-size: 45px;
}
header.header-top.interne section.banner .container {
    transform: translateY(-50%);
}
header.header-top.interne section.banner .container .box-overlay {
    margin: 0;
}
section.banner  .box-overlay {
    margin-top:-66px;
}
section.banner .box-overlay h2 {
    margin: 4px 0 0;
    position: relative;
    font-size: 58px;
    font-style: normal;
    line-height: 1.17em;
    z-index: 1;
    color: var(--bs-white);
}
section.banner .box-overlay h4 {
    color: var(--bs-white);
    text-align: center;
    font-family: var(--bs-body-font-family);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 6px;
    margin: 0;
}
section.banner .box-overlay h3 {
    color: var(--bs-white);
    text-align: center;
    font-family: var(--bs-extra-font-family);
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.17em;
    margin: 0;
}
section.banner .box-overlay .flex-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 24px;
}
section.banner .box-overlay .flex-cta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-top: 35px;
}
section.banner .avis-google img {
    max-width: 120px;
    background: #f4efd6;
    padding: 10px;
    border-radius: 15px;
}
section.banner .avis-google {
   /* position: absolute;
    bottom: 33px;
    right: 26px;
    z-index: 3;
    width: 192px;
    height: 118px;
    transition: all 0.6s;
    animation: slideRight 3.5s forwards;*/
      position: absolute;
    bottom: 33px;
    right: 26px;
    z-index: 3;
    /* width: 192px; */
    height: 95px;
    transition: all 0.6s;
    animation: slideRight 3.5s forwards;
    display: flex;
    gap: 15px;
}
section.banner .avis-google img {
  /*  max-width: 100%;*/
    width: 100%;
    height: 100%;
    object-fit: contain;
}
section.banner .avis-google:hover {
    opacity: 0.95;
}
/*****/
section.banner .carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    opacity: 1;
    border: 1px solid var(--bs-white);
    background-color: transparent;
}
section.banner .carousel-indicators button.active , 
section.banner .carousel-indicators button:hover {
    background-color: var(--bs-tertiary-color);
    border-color: var(--bs-tertiary-color);
}
/**************************/
header.header-interne {
    border-bottom: 3px solid var(--bs-color-gray);
}
/****/
.head-middle {
	padding: 36px 0 18px;
	z-index: 99 !important;
}
/* Animation pour :before - slide depuis la droite */
@keyframes slideRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
/* Animation pour :before - slide depuis la gauche */
@keyframes slideLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
/*--------------------------------------------------
# content home
--------------------------------------------------*/
section.content {
    padding: 60px 0;
    position: relative;
}

section.content p {
    text-align: justify;
}
section.content.content-page.page-content h1 {
   animation: fadeInUp 2.5s ease forwards;
}
section.content .chapo * {
    text-align: center;
}
/****/
@keyframes fadeInUp {
  0% {
    transform: translateY(55%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/* --- */

section.home-content {
  /*  padding: 120px 0;*/
   padding: 50px 0 120px;
    background: var(--bs-primary-bg);
}
section.home-content .hero {
   padding: 30px;
    border-radius: 10px;
    border: 2px solid;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
}
section.home-content .hero h2{
    color: var(--bs-tertiary-color);
      margin-bottom: 0;
}
section.home-content .hero p {
    text-align: center;
}


section.home-content:before {
    content: "";
    position: absolute;
    background: url(../images/bg-home.webp) no-repeat fixed center;
    pointer-events: none;
    inset: 0;
    background-size: cover;
    opacity: 0.4;
}

section.home-content h1, section.home-content h2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    color: var(--bs-white);
}
section.home-content .grid-img {
    max-width: 45.2%;
    position: relative;
}
section.content .flex-home {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
section.content .flex-home .cont {
    position: relative;
    max-width: 50.9%;
    padding: 80px 60px;
    background: var(--bs-tertiary-color);
    color: var(--bs-white);
  border-radius: 10px;
}

section.content .flex-home .cont  .readmore{
  margin-top: 30px;
    color:  var(--bs-tertiary-color)  !important;
    background:  var(--bs-white);
}
section.content .flex-home .cont  .readmore:hover{
    color:  var(--bs-white)  !important;
}
section.content .flex-home .photo-home {
    position: relative;
    order: 2;
    max-width: 47%;
}
section.content .flex-home .photo-home img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    border-radius: 10px;
}
section.home-content h4 {
    font-family: var(--bs-body-font-family);
    margin: 0 0 15px;
    color: var(--bs-white);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 6.3px;
    text-transform: uppercase;
    padding-top: 28px;
}
section.home-content h4:before {
    content: "";
    position: absolute;
    background: url(/smarty/wireframe20/media/images/icon-title.svg) no-repeat center;
    height: 56px;
    width: 55px;
    transition: all 0.6s;
    top: 0;
    left: -10px;
}

section.home-content .grid-img:after {
    content: "";
    position: absolute;
    bottom: -67px;
    left: -110px;
    transition: all 0.6s;
    background: url(/smarty/wireframe20/media/images/badge.svg) no-repeat center;
    height: 166px;
    width: 165px;
    z-index: 1;
    animation: rotatePause 4s linear infinite;
}
 section.content .flex-home .cont a {
    color: var(--bs-white);
}
section.content .flex-home:not(:first-child) {
    margin-top: 80px;
}
/****/

.readmore, .Item .news-desc .read-more a {
    text-decoration: none;
    text-align: center;
    transition: all .6s;
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--bs-white) !important;
    z-index: 1;
    gap: 8px;
    padding: 20px 40px;
    font-style: normal;
    text-transform: uppercase;
    border-radius: var(--bs-border-radius);
    background: var(--bs-tertiary-color);
    overflow: hidden;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.7px;
}

.readmore:after, .Item .news-desc .read-more a:after {
    transition: transform 0.6s ease;
    display: flex;
    order: 2;
    justify-content: center;
    align-items: center;
    transition: all .6s;
    position: relative;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    content: "\e09f";
    font-size: 14px;
}
.readmore:before, .Item .news-desc .read-more a:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: var(--bs-border-radius);
    background: var(--bs-primary-color);
    left: 100%;
    transition: left 0.6s ease;
}
.readmore:hover:before, .Item:hover .news-desc .read-more a:before {
    left: 0;
}
section.banner .box-overlay .flex-btn .whatsapp > a:after , section.content .whatsapp > a:after {
    order: -1;
    content: "\f232";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 22px;
}
section.banner .box-overlay .flex-btn .whatsapp > a:after{
  display:none;
}
section.banner .box-overlay .flex-btn .whatsapp > a {
    color: var(--light-color) !important;
    border: 2px solid var(--light-color);
    background: rgba(0, 0, 0, 0.39);
    padding: 18px 38px;
}
/* Keyframes rotate + pause + rotate */
@keyframes rotatePause {
    0% {
        transform: rotate(180deg);
    }
    40% {
        transform: rotate(360deg); /* rotation phase 1 */
    }
    60% {
        transform: rotate(360deg); /* pause */
    }
    100% {
        transform: rotate(180deg); /* rotation phase 2 */
    }
}

/*-------------------
after/before
------------------*/
section.content .img-home.img-after-bf {
    max-width: 704px;
    user-select: none;
    border-radius: 10px;
}
section.content .img-home.img-after-bf:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    opacity: 1;
    transition: all .2s ease;
    z-index: 1;
    border-radius: 0px;
}

section.content .img-home.img-after-bf:hover:before {
    opacity: 0;
}
section.content .img-home.img-after-bf:active:before {
    opacity: 0;
}
section.content .img-home.img-after-bf .sliderButton {
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: grab;
    z-index: 1;
}
section.content .img-home.img-after-bf .sliderButton:before, section.content .img-home.img-after-bf .sliderButton:after {
    content: '';
    position: absolute;
    left: 50%;
    background: transparent;
	border : 1px solid var(--bs-body-bg);
    opacity: 0.92;
}
section.content .img-home.img-after-bf .sliderButton:before {
    width: 2px;
    height: 100%;
    top: 0;
    transform: translateX(-50%);
	background: var(--bs-body-bg);
	border : none;
	opacity : 1 !important;
}
section.content .img-home.img-after-bf .sliderButton:after {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all .2 ease;
}
section.content .img-home.img-after-bf .sliderButton:hover:after {
    transform: translate(-50%, -50%) scale(1.1);
}
section.content .img-home.img-after-bf .sliderButton:active, section.content .img-home.img-after-bf .sliderButton:focus  {
    cursor: grabbing;
}
section.content .img-home.img-after-bf .sliderButton div {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	pointer-events: none;
	width: 17px;
	height: 17px;
	z-index: 1;
}
section.content .img-home.img-after-bf .sliderButton .arrowLeft {
    left: 39%;
}
section.content .img-home.img-after-bf .sliderButton .arrowLeft:before {
	content: '';
	background: url(../images/slick-bx-prev.webp) no-repeat center center;
	display: block;
	width: 17px;
	height: 17px;
}	
section.content .img-home.img-after-bf .sliderButton .arrowRight {
    left: 60%;
}
section.content .img-home.img-after-bf .sliderButton .arrowRight:before {
    content: '';
	background: url(../images/slick-bx-next.webp) no-repeat center center;
	display: block;
	width: 17px;
	height: 17px;
}
section.content .img-home.img-after-bf img {
    user-select: none;
}
section.content .img-home.img-after-bf img.imageBefore {
    position: absolute;
    top:0;
    left: 0;
}
section.content .img-home.img-after-bf .citation {
    position: absolute;
    border-radius: 5px;
    border: 1px solid var(--bs-secondary-bg);
    top: 40px;
    padding: 9px 29px;
    z-index: 1;
    color: var(--bs-secondary-bg);
    font-family: var(--bs-titles-font-family);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    left: 40px;
}
section.content .img-home.img-after-bf .citation.ap {
    left: auto;
    right: 40px;
}
/*------------------------------------------
	# pictos 
-------------------------------------------*/
section.pictos {
    padding: 40px;
    background: var(--bs-primary-bg);
    border-radius: 10px;
    overflow: hidden;
    margin: 40px 0;
}
section.pictos:before {
    content: "";
    position: absolute;
    background: url(../images/bg-home.webp) no-repeat center;
    pointer-events: none;
    inset: 0;
    background-size: cover;
    opacity: 0.4;
}
section.pictos .pictos-bx {
    position: relative;
    z-index: 2;
}

section.pictos .pictos-slider.swiper-container {
    overflow: hidden;
    margin: 0 auto;
}
section.pictos .swiper-slide {
    height: auto !important;
    opacity: 0;
}
section.pictos h4 {
    margin: 0;
}
section.pictos h6 {
    margin: 10px 0;
}
section.pictos .box .icon-bx:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    inset: 0;
  
}
section.pictos .box.bx1 .icon-bx:after {
     background-image: url(/smarty/wireframe20/media/images/picto1.webp);
}
section.pictos .box.bx2 .icon-bx:after {
    background-image: url(/smarty/wireframe20/media/images/picto2.webp);
}
section.pictos .box.bx3 .icon-bx:after {
    background-image: url(/smarty/wireframe20/media/images/picto3.webp);
}

section.pictos .box .icon-bx {
    transition: all 0.6s;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--bs-tertiary-color);
}

section.pictos .box:hover .icon-bx {
    -webkit-animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
section.pictos p {
    text-align: center;
    margin: 0;
}
/******/
section.pictos.pictogramme-motorisation .box.bx1 .icon-bx:after {
     background-image: url(/smarty/wireframe20/media/images/picto4.webp);
}
section.pictos.pictogramme-motorisation .box.bx2 .icon-bx:after {
    background-image: url(/smarty/wireframe20/media/images/picto5.webp);
}
section.pictos.pictogramme-motorisation .box.bx3 .icon-bx:after {
    background-image: url(/smarty/wireframe20/media/images/picto6.webp);
}

/* ----------------------------------------------
 * Generated by Animista on 2025-2-3 16:54:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-vert-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

  
  /***/
section.pictos .swiper-pagination2 {
    position: relative;
    justify-content: center;
    margin-top: 30px;
}
section.pictos .swiper-pagination2 span.swiper-pagination-bullet:hover , 
section.pictos .swiper-pagination2 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
   background: var(--bs-tertiary-color);
    border-color:var(--bs-tertiary-color);
    opacity: 1;
}
section.pictos .swiper-pagination2 span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--bs-body-color);
    transition: all 0.3s ease;
    border: 1px solid var(--bs-body-color);
    margin: 0 8px !important;
    opacity: 0.25;
}


/*********** boxes ***************/

section.boxes {
    padding: 120px 0;
    background: var(--light-color);
}
section.boxes:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/bg-bx.webp) no-repeat center;
    background-size: cover;
    opacity: 0.4;
    pointer-events: none;
}
section.boxes:after {
    content: "";
    position: absolute;
    background: url(/smarty/wireframe20/media/images/Services.webp) no-repeat center;
    top: 101px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 118px;
    background-size: contain;
    pointer-events: none;
}
section.boxes .container-fluid {
    max-width: 1870px;
}

section.boxes h2 {
    margin: 15px 0 50px;
    line-height: 1.25em;
}
section.boxes .boxes-slider {
    position: relative;
    margin: 0;
    z-index: 2;
}
section.boxes .box {
    transition: all 0.3s;
    margin: 0;
    height: 400px !important;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.12);
}

section.boxes .box h3 {
    color: var(--bs-white);
    margin: 0;
    font-size: 30px;
}

section.boxes .box .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    transition: all .6s;
}
section.boxes .box:hover .photo img {
    transform: scale(1.2);
}
section.boxes .box .photo {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: all .6s;
    inset: 0;
}
section.boxes .box:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:  linear-gradient(0deg, rgba(22, 21, 21, 0.40) 0%, rgba(22, 21, 21, 0.40) 100%);
    transition: all 0.6s;
}
section.boxes .box:hover:before {
    background:linear-gradient(0deg, rgba(135, 22, 45, 0.80) 0%, rgba(135, 22, 45, 0.80) 100%);
}
section.boxes .box  p {
    margin: 0;
    padding: 0;
    height: 0 !important;
    transform: scale(0);
    transition: all 0.6s;
}
section.boxes .box:hover  p {
    height: auto !important;
    transform: scale(1);
    margin-top : 20px ;
}
section.boxes .link a {
    text-decoration: none;
    position: absolute;
    inset: 0;
    font-size: 0;
    z-index: 2;
    outline: none;
}

section.boxes .box .text {
    position: absolute;
    transition: all .6s;
    color: var(--bs-white);
    bottom: 40px;
    left: 60px;
    right: 60px;
    z-index: 1;
}

 /******* pagination  section.boxes *****/

section.boxes .swiper-pagination1 {
    position: relative;
    justify-content: center;
    margin-top: 20px;
    inset: 0;
    text-align: center;
}
 
section.boxes .swiper-pagination1 span.swiper-pagination-bullet {
     width: 12px;
    height: 12px;
    background: var(--bs-body-color);
    transition: all 0.3s ease;
    border: 1px solid var(--bs-body-color);
    margin: 0 8px !important;
    opacity: 0.25;
}
  
section.boxes .swiper-pagination1 span.swiper-pagination-bullet:hover , 
 section.boxes .swiper-pagination1 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
     background: var(--bs-tertiary-color);
    border-color:var(--bs-tertiary-color);
    opacity: 1;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-10-29 10:26:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-vert-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

a.backbtn {
    color: var(--bs-primary-color) !important;
}
a.backbtn:hover {
    color: var(--bs-tertiary-color) !important;
}
@keyframes fadeSlideDown {
            0% {
                opacity: 0;
                transform: translateY(-50px);
            }
            25% {
                opacity: 1;
                transform: translateY(0);
            }
            75% {
                opacity: 1;
                transform: translateY(0);
            }
            100% {
                opacity: 0;
                transform: translateY(50px);
            }
        }
/********/
h4.subtitle {
    position: relative;
    margin: 0 auto 5px;
    font-family: var(--bs-body-font-family);
    color: var(--bs-tertiary-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 6.3px;
    text-transform: uppercase;
}

/* ===========================
   Partners Section
   =========================== */
.partners-section {
    position: relative;
    padding: 120px 0 104px;
}
.partners-section:before {
    content: "";
    position: absolute;
    background: url(/smarty/wireframe20/media/images/logo-france.svg) no-repeat center;
    height: 149px;
    width: 149px;
    top: 87px;
    right: 205px;
    transition: all 0.6s;
    pointer-events: none;
    animation: scaleBounce 2s ease infinite;
}
.partners-section h2 {
    line-height: 1.25em;
    text-align: center;
    display: table;
    margin: 0 auto 40px;
}

/* Swiper Partners */
.partners-swiper {
    position: relative;
}

.partners-swiper .swiper-wrapper {
    align-items: center;
}
.partners-section .img-box {
    display: flex;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: white;
    border-radius: 3px;
    border: 1px solid rgba(93, 93, 93, 0.40);
}
.partners-section .img-box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: scale-down;
}

/* Pagination Partners */
.partners-section .swiper-pagination-partners {
    position: relative;
    margin-top: 44px;
}

.partners-section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--bs-body-color);
    transition: all 0.3s ease;
    border: 1px solid var(--bs-body-color);
    margin: 0 8px !important;
    opacity: 0.25;
}

.partners-section .swiper-pagination-bullet-active , .partners-section .swiper-pagination-bullet:hover {
    background: var(--bs-tertiary-color);
    border-color:var(--bs-tertiary-color);
    opacity: 1;
}
@keyframes scaleBounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

/******************************/
section.parallax {
    background: url(../images/parallax.webp) no-repeat center fixed;
    background-size: cover;
    padding: 120px 0;
}

section.parallax .box-para {
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 72px 70px 80px;
}
section.parallax .box-para:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(40px);
}
section.parallax h3 {
    color: var(--bs-white);
    margin: 21px 0 0;
    text-transform: none;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.34em;
}
section.parallax .box-para h2 {
    margin: 0;
    color: var(--bs-white);
    line-height: 1em;
    text-align: center;
    font-family: var(--bs-body-font-family);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 7px;
    text-transform: uppercase;
}

section.parallax .box-para .btn-para {
    position: relative;
    display: table;
    margin: 28px auto 0;
}
span.color {
    color: var(--bs-tertiary-color);
}
/***********************************/
section.intervention {
    padding: 120px 0;
    background: var(--bs-primary-bg);
}
section.intervention:before {
    content: "";
    position: absolute;
    background: url(../images/bg-home.webp) no-repeat center;
    pointer-events: none;
    inset: 0;
    background-size: cover;
    opacity: 0.4;
}
section.intervention .flex-interv {
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}
section.intervention .flex-interv .photo-bx {
    position: relative;
}
section.intervention .flex-interv .photo-bx img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 100%;
}
section.intervention .flex-interv .text-bx {
    width: 50.3%;
}
section.intervention .flex-interv .text-bx h2 {
    margin-bottom: 40px;
    line-height: 1.25em;
}

/*************************/

 .Item .link > a {
    position: absolute;
    inset: 0;
    font-size: 0;
    z-index: 2;
    outline: none;
}

/**************** actus interne ***********/
section.content .news-object.Item {
    margin-bottom: 20px;
    background: var(--bs-white);
    padding: 10px 10px 30px;
    border-radius: 20px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
    position: relative;
}
section.content .news-object.Item .news-desc {
    padding: 0 10px;
}
section.content .news-object.Item .photo, section.content .news-object.Item .nophoto {
    height: 250px !important;
    width: 100%;
    background: var(--light-color);
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 0 !important;
    padding: 0 !important;
}
section.content.page-content.content-page .news-object.Item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    filter: none;
    transition: all 0.6s;
}
section.content .news-object.Item .nophoto i.fa-duotone.fa-image {
    display: none;
}
section.content .news-object.Item .nophoto {
    background: var(--dark-color);
    background-size: 50%;
}
section.content .news-object.Item .nophoto img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    padding: 10px;
  transition: all 0.6s;
}
section.content .news-object.Item .read-more{
  	margin-top : 20px;
}
section.content .news-object.Item h3 span {
    display: block;
}
section.content .news-object.Item h3 {
    font-size: 22px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    padding-bottom: 14px;
}
section.content .news-object.Item .date {
    font-size: 15px;
    color: var(--bs-primary-color);
    font-weight: 700;
    font-family: var(--bs-body-font-family);
    display: none;
}
section.content .news-object.Item span.news-abstract {
    display: block;
}
section.content article .NewsMasonry .NewsItem img.img-news-list, img.img-news {
    max-width: 190px !important;
    height: 150px !important;
    border-radius: 10px;
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.26);
}
a.backbtn {
    color: var(--bs-secondary-color) !important;
}
a.backbtn:hover {
    color: var(--bs-tertiary-color) !important;
}

section.content.page-content.content-page .news-object.Item .photo img {
    object-fit: cover;
}
section.content.page-content.content-page .news-object.Item:hover .photo img , section.content .news-object.Item:hover .nophoto img {
    transform: scale(1.1);
}
/***********************************/

.contactForm .contact-field-item .contact-field-label .contact-field-req-symbol, .contactForm .contact-field-error{
    color: var(--bs-body-bg) ;
}

.contactForm .contact-field-item label.form-label {
    display: none;
}

small.contact-field-help {
    display: none;
}

 section.content .contactForm .form-submit-button, section.content .contactForm .contact-submit .btn-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding: 19px 57px 19px 30px;
    border-radius: var(--bs-border-radius);
    background: url(/smarty/wireframe20/media/images/icon-btn.svg) no-repeat center right 30px , var(--bs-tertiary-color);
    color: var(--bs-white) !important;
    text-transform: uppercase;
    transition: all 0.4s ease;
    z-index: 1;
    border: none;
    cursor: pointer;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.7px;
}
.contactForm .contact-submit .btn-primary:hover, section.content .contactForm .contact-submit.form-submit-button:hover    {
    transform: scale(.95);
}
.form-check-input:checked {
    background-color: var(--bs-tertiary-color);
    border-color: var(--bs-tertiary-color);
}
.form-check-input[type=checkbox] {
  border-color: var(--bs-tertiary-color);
}
section.content.page-content.content-page .form-depannage .gdpr.form-check {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
    width: auto;
}
section.content.page-content.content-page .form-depannage .contact-submit {
    margin-left: auto;
    margin-right: auto;
}
section.content.page-content.content-page .form-depannage .contactForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}
section.content.page-content.content-page .form-depannage .contactForm .contact-field-item.fullwidth,
section.content.page-content.content-page .form-depannage .gdpr.form-check, 
section.content.page-content.content-page .form-depannage .contact-submit,
section.content.page-content.content-page .form-depannage div#contact-field-id_number_1 {
    grid-column: 1 / 3;
}

/*--------------------------------------------------
# footer
--------------------------------------------------*/
.log-footer.log1 img {
    max-width: 150px;
    margin-top: 10px;
}
footer.bottom {
    padding: 111px 0;
    color: var(--bs-white);
    background: var(--dark-color);
}
footer.bottom .container-fluid {
    max-width: 1350px;
}

footer.bottom .contact-item.phone {
    font-weight: bold;
}
footer.bottom .contact-item {
    gap: 20px;
}
footer.bottom .footer-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer.bottom  a {
    color: var(--bs-white);
    text-decoration: none;
}
footer.bottom  a:hover {
    color: var(--bs-tertiary-color);
   text-decoration: underline;
}
footer.bottom .contact-item i {
    font-size: 14px;
    color: var(--bs-white);
    height: 50px;
    width: 50px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 5px;
    border: 2px solid var(--bs-white);
}
footer.bottom .contact-item i.fa-brands.fa-whatsapp {
    font-size: 18px;
}
footer.bottom .social {
    margin-top: 20px;
}
footer.bottom p {
    margin: 0;
}
.footer-navigation {
    padding: 15px 0;
}
footer.bottom .logos-footer {
    gap: 60px;
}
/***/
.fa-facebook::before {
    content: "\f39e" !important;
    
}
/***/
.fa-whatsapp {
    background: var(--bs-tertiary-color);
    border-radius: 400px;
    width: 85px !important;
    height: 85px;
    font-size: 36px;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
}
i.fa.fa-circle.fa-stack-2x {
    display: none !important;
}
.whatsappfix {
    margin-left: 30px;
    width: 80px !important;
    height: 80px !important;
    bottom: 13px;
    z-index: 10;
    animation: whatsappHeartbeat 1.5s ease-in-out infinite;
}

@keyframes whatsappHeartbeat {
    0%, 100% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.15);
    }
    20% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.15);
    }
    40% {
        transform: scale(1);
    }
}
.whatsappfix a.WhatsApp-contact {
    display: block;
    height: 100%;
}
.whatsappfix span.fa-stack.fa-lg.WhatsApp-contact-icon {
    display: block;
    height: 100% !important;
    width: 100% !important;
}
/*****/

.footer-b {
	display: none;
}

.footer-nav small {
    font-size: 15px;
}

.footer-nav {
    padding: 15px 0px !important;
}
.footer-nav a {
    PADDING: 0 1px;
    text-decoration: none;
}
.footer-nav a:hover {
    color: var(--bs-primary-color) !important;
}
/***********/

a#scrollTopBtn {
    right: auto;
    background: var(--bs-tertiary-color);
    color: var(--bs-white) !important;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}
a#scrollTopBtn i.fa::before {
    content: '\f0d8';
}
#scrollTopBtn:hover {
    background-color: var(--bs-primary-color) !important;
}
/* Optimisations pour les animations GSAP */


.news-object {
    transition: box-shadow 0.3s ease;
}

/*--------------------------------------------------
# contact-page
--------------------------------------------------*/
.contactForm .contact-field-item {
    margin: 0 0 10px !important;
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    float: none;
    clear: none !important;
}

span.tooltip {
    display: none;
}
.contactForm .contact-field-item:nth-child(even) {
    padding-right: 0;
}
.contactForm .contact-field-item:nth-child(odd) {
	padding-left: 0;
}
.contactForm .contact-field-item.fullwidth {
	width: 100%;
	padding: 0 !important;
	float: none;
	clear: both !important;
}
.contactForm .contact-field-item.fullwidth textarea#form1-comments_1 {
    height: 122px;
}

.form-select, .form-control, section.content .contactForm .contact-field-item .contact-field-element .form-field {
    font-weight: 400;
    line-height: 24px;
    color: var(--bs-body-color) !important;
    background: transparent;
    border: 1px solid var(--bs-color-gray);
    padding: 10px 12px;
    transition: border-color .4s, color .4s;
    border-radius: 0;
    outline: none !important;
    letter-spacing: 0.3px;
    font-size: 15px;
}
.form-control::placeholder, section.content .contactForm .contact-field-item .contact-field-element .form-field::placeholder {
	color: var(--bs-body-color) !important;
}
.form-control:focus, section.content .contactForm .contact-field-item .contact-field-element .form-field:focus {
    outline: none !important;
    border-color: var(--bs-tertiary-color) !important;
    box-shadow: none !important;
  background-color: transparent;
}
section.content .contactForm input#form1-gdpr {
    border-color: var(--bs-body-color);
}
 .contactForm .gdpr.form-check {
    width: 100%;
    float: none;
    clear: both !important;
}

.contactForm .contact-submit {
    position: relative;
    margin-top: 10px;
    display: table;
}

.grecaptcha-badge {
    z-index: 999;
}
.contactForm .contact-submit:hover .btn-primary, section.content .contactForm .contact-submit:hover .form-submit-button {
    background-color: var(--bs-primary-color);
}
section.content.page-content.content-page .formulaire-center .contactForm .contact-submit {
    margin: 10px auto 0;
}
section.content.page-content.content-page .formulaire-center .contactForm  .gdpr.form-check {
    display: table;
    margin: 0 auto;
}

form#contactForm_2 div#contact-field-id_select_4 {
    width: 100%;
    padding: 0 !important;
    float: none;
    clear: both !important;
}
/* --- */
/* --- */
.img-page img, .img-news img {
	border-radius: var(--bs-border-radius);
}

section.content.page-content.content-page .grid-gallery {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2%;
    justify-content: center;
}
section.content.page-content.content-page .grid-img .grid-gallery{
	display: block;
	width: 400px;
	
}
section.content.page-content.content-page .grid-gallery a {
    
}
section.content.page-content.content-page .grid-home {
    grid-gap: 80px;
      margin-bottom: 70px;
}
section.content.page-content.content-page .grid-home .grid-img.w-25 {
    width: 47% !important;
}
section.content.page-content.content-page .grid-home .grid-img.w-25 img {
    border-radius:0px !important;
}


section.content.page-content.content-page .grid-img .link-picture {
	height: 320px;
}
section.content.page-content.content-page a.link-picture, section.content.page-content.content-page a.link-subgallery {
    width: 23.5%;
    background-size: cover;
    background-position: center;
    height: 300px;
    cursor: zoom-in;
    position: relative;
    /* display: block; */
    /* box-shadow: 0 0 0 rgba(33,46,83,.6); */
    transition: transform .4s,box-shadow .4s;
    border-radius: 10px;
    margin-bottom: 20px;
      overflow: hidden;
}
section.content.page-content.content-page .link-subgallery:hover, section.content.page-content.content-page .link-picture:hover {
	transform: scale(.95);
}
section.content.page-content.content-page .pagination {
    margin-top: 20px;
    justify-content: center;
  flex-wrap: wrap;
}
section.content.page-content.content-page .pagination li {
    background-image: none !important;
    padding: 0;
}
section.content.page-content.content-page .pagination li.page-item.disabled .page-link {
    background-color: var(--light-color);
}
section.content.page-content.content-page .pagination .page-link{
  color: var(--bs-tertiary-color) !important ;
  cursor: pointer;
}
section.content.page-content.content-page .pagination .active>.page-link, 
section.content.page-content.content-page .pagination .page-link.active , 
section.content.page-content.content-page .pagination .page-link:hover {
  color: var(--bs-body-bg) !important ;
  background: var(--bs-tertiary-color) !important ;
  border-color: var(--bs-tertiary-color);
}
section.content.page-content.content-page .pagination li a.page-link.prev-button.disabled {
    background: var(--light-color);
}
section.content.page-content.content-page span.title-subgallery{
	position : absolute;
  bottom: 0;
  left: 0 ;
  right: 0;
  padding : 10px;
  color : var(--bs-body-bg) ;
  text-align : center;
  background : rgb(58 0 188 / 70%);     
  pointer-events: none;
}
section.content.page-content.content-page .title-picture {
	display: none;
}
.img-responsive {
	max-width: 100%;
}
section.content.page-content.content-page .slick-dots li button:before, section.content.page-content.content-page .slick-dots li.slick-active button:before{
  background : var(--bs-tertiary-color) !important;
}
section.content.page-content.content-page .slick-dots{
  bottom : -40px;
}
section.content.page-content.content-page p,
section.content.page-content.content-page li{
}
article.content li{
	background: url(../images/bullet.webp)no-repeat left 6px;
	padding-left: 20px;
	margin-left: 0px;
}
article.content ul{
	padding-left: 0px;
	margin-left: 0px;
}
article.content li::marker{
	content: "" !important;
}
h3.contact-field {
    display: none;
}
div#contactv2-confirm-1 {
    background: linear-gradient(180deg,  var(--bs-secondary-color) 0%, var(--bs-secondary-bg) 100%);
    color: var(--bs-white);
    border: 0;
      border-radius: 10px;
}
/********************/

.tel.work > a {
    padding: 15px;
    gap: 8px;
    letter-spacing: 0;
}
.tel.work > a::after {
    display:  none;
}

.news-object .nophoto i {
    display: none !important;
}
nav a#no-page {
    pointer-events: none;
}
.btn-cookies-pos{
  z-index:999;
}

div#sdgdpr_modal_header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    padding: 10px 8px !important;
      color: var(--bs-navbar-active-color);
  letter-spacing: 0;
}



.fslightboxci h2 {
    letter-spacing: 0.3px;
    font-family: var(--bs-body-font-family);
    font-size: 18px;
    color: var(--bs-white);
    text-transform: none;
    margin: 0;
    font-weight: 400;
}
.d-none.btn-back-sub-gallery button.btn.btn-primary {
    font-size: 0;
}
.d-none.btn-back-sub-gallery {
    display: block !important;
    float: right;
}
.d-none.btn-back-sub-gallery button.btn.btn-primary i.fa-duotone.fa-solid.fa-chevron-left {
    font-size: 20px;
}
/****/
section.content article.content .row .col-lg-6 .photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  
}
section.content article.content .row .col-lg-6 .photo {
    height: 100%;
  	overflow : hidden;
}

section.content.page-content.content-page  .photo {
   position:relative;
    height: 100%;
}
section.content.page-content.content-page .photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.26);
     position:absolute;
  left:0;
  top:0;
}
section.content.page-content.content-page .cont {
    padding: 50px 0;
}

/***/
html, body {
    height: auto !important;
    min-height: 100%;
    overflow: visible !important;
    scroll-behavior: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

#scrollTopBtn {
    z-index: 999 !important;
}

.form-control:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-primary-color); 
  border-color: var(--bs-primary-color);
    color: var(--bs-white);
}


a.btn-cookies-link {
    background-color: #ffffffc4 !important;
    color: #222;
}

div#sdgdpr_modal_footer .btn-primary:hover {
    transform: none !important;
}
a.btn-cookies-link i {
    padding-right: 2px;
    width: 22px;
}
/******/
section.content.page-content.content-page .grid-bx {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    text-align: center;
    margin-top: 40px;
}
section.content.page-content.content-page .grid-bx .bx {
    position: relative;
    transition: all 0.6s;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}
section.content.page-content.content-page .grid-bx .bx .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    transition: all .6s;
}
section.content.page-content.content-page .grid-bx .bx:hover .photo img {
    transform: scale(1.2);
}
section.content.page-content.content-page .grid-bx .bx .photo {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: all .6s;
    inset: 0;
}
section.content.page-content.content-page .grid-bx .bx:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:  linear-gradient(0deg, rgba(22, 21, 21, 0.40) 0%, rgba(22, 21, 21, 0.40) 100%);
    transition: all 0.6s;
  pointer-events: none;
}
section.content.page-content.content-page .grid-bx .bx:hover:before {
    background:linear-gradient(0deg, rgba(135, 22, 45, 0.80) 0%, rgba(135, 22, 45, 0.80) 100%);
}
section.content.page-content.content-page .grid-bx .bx h3 {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: all 0.6s;
    z-index: 2;
      color: var(--bs-white);
}
section.content.page-content.content-page .grid-bx .bx:hover h3 {
    transform: translateY(-50%);
    bottom: auto;
    top: 50%;
}
/************************************/

section.content.page-content.content-page .contenu-motorisation {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    text-align: center;
    margin: 40px 0;
}
section.content.page-content.content-page .contenu-motorisation .bx {
    position: relative;
    transition: all 0.6s;
    border-radius: 10px;
    overflow: hidden;
    height: 700px;
}
section.content.page-content.content-page .contenu-motorisation .bx .photo img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    transition: all .6s;
   height: 100%;
}
section.content.page-content.content-page .contenu-motorisation .bx:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:  linear-gradient(0deg, rgba(22, 21, 21, 0.40) 0%, rgba(22, 21, 21, 0.40) 100%);
    transition: all 0.6s;
  pointer-events: none;
}
section.content.page-content.content-page .contenu-motorisation .bx:hover:before {
    background:linear-gradient(0deg, rgba(135, 22, 45, 0.80) 0%, rgba(135, 22, 45, 0.80) 100%);
}
section.content.page-content.content-page .contenu-motorisation .bx .photo {
    position: absolute;
    width: 100%;
    overflow: hidden;
    transition: all .6s;
    height: 100%;
}
section.content.page-content.content-page .contenu-motorisation .bx p {
    text-align: center;
}
section.content.page-content.content-page .contenu-motorisation .bx h3 {
    position: relative;
   color: var(--bs-white);
}

section.content.page-content.content-page .contenu-motorisation .bx .text {
    position: absolute;
    transition: all 0.6s;
    padding: 40px;
    color: var(--bs-white);
    z-index: 1;
    top: 50%;
    transform: scale(0) translateY(-50%);
}
section.content.page-content.content-page .contenu-motorisation .bx:hover .text {
    transform: scale(1) translateY(-50%);
}
section.content.page-content.content-page .contenu-motorisation .bx .text h2 {
    color: white;
}
.citation {
    transition: opacity 0.3s ease;
}

/********************/
.floating-buttons {
  position: fixed;
  right: 0;
  top: 40%;
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.floating-buttons a {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-decoration: none;
  padding: 15px 8px;
  font-weight: bold;
  color: white;
margin:0 0 10px;
  letter-spacing: 2px;
}

.btn-call {
  background: #87162d;
}
.btn-call:hover {
  background: #282828;
}
.btn-quote {
  background: #282828;
}
.btn-quote:hover {
  background: #87162d;
}

/*--------------------------------------------------
# avis
--------------------------------------------------*/
section.avis {
    padding: 20px 0 ;
       background: var(--light-color);
}

section.avis-clients div#globalReviewMessages, section.avis-clients nav#guestbookNav, section.avis-clients div#gb-messages {
    display: none;
}

section.avis .gb-entry-score {
    position: absolute;
    font-size: 15px;
    height: 15px;
    top: 15px;
    right: 15px;
}
section.avis .gb-entry-score i{
	margin: 0 3px;
}
section.avis  .blc-avis .swiper-container2 {
    overflow: hidden;
    padding: 0 10px;
}
section.avis div#Guestbook .gb-entry > div {
	position: relative;
	padding: 15px;
	margin: 0;
	z-index: 1;
  border-radius: 10px;
	border: 2px solid ;
	background-size: 100% 100%;
}


article div#Guestbook .gb-entry-score .fullStar, article div#Guestbook .gb-entry-score .emptyStar {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 16px 0 0 !important;
    padding: 0;
}
section.avis .gb-entry-score .fullStar, section.avis .gb-entry-score .emptyStar {
    display: inline-block;
    margin: 0 3px !important;
    padding: 0;
    color: var(--bs-tertiary-color);
}
section.avis .guestbook-form, section.avis .guestbook-messages .gb-score, section.avis .guestbook-messages .gb-count, section.avis #Guestbook .guestbook-messages .gb-pagination {
    display: none !important;
}
section.avis h2 {
    margin-bottom: 0px;
  font-size:30px;
}

section.avis .gb-entry .review-date {
    line-height: 25px;
    margin-bottom: 5px;
    font-size: 15px;
    color: var(--bs-body-color);
    display: block;
}
section.avis .gb-entry .review-user {
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    color: var(--bs-tertiary-color);
    text-transform: none;
    font-family: var(--bs-titles-font-family);
    display: block;
}
section.avis  .gb-entry .review-hour{
  	display: none;
}
section.avis .fa-calendar:before{
    content: "";
}
section.avis .guestbook-messages .gb-content .gb-entry .gb-info .gb-date-time .gb-time{
    display: none;
}
section.avis .gb-entry .message {
    padding: 0px 0 0;
    overflow: hidden;
     height: auto!important;
  line-height: 18px;
}
section.avis div#Guestbook .gb-entry > div::before {
	position: absolute;
	content: "";
	bottom: 0;
	right: -10px;
	background: url('../images/icon-avis.webp') no-repeat right bottom;
	width: 64px;
	height: 64px;
}
.fa-star:before {
    content: "\f005";
}
section.avis .gb-entry-score strong{
    display: none;
}
section.avis .fa-star:before {
    color: var(--bs-secondary-color);
}
 section.avis .fa-star-o:before{
        color:  var(--bs-secondary-color);

    content: "\f006" !important;
}
section.avis .guestbook-messages .gb-content .gb-entry .gb-info {
    border-bottom: none;
    margin-bottom: 8px;
}
section.avis .gb-entry-score span{
    margin-left: 4px;
}
section.avis .guestbook-messages .gb-content .gb-entry{
    border-bottom: none;
    padding: 50px 0 45px;
    position:relative;
}
section.avis .guestbook-messages{
    margin-top: 0;
}
section.avis .slick-slider{
    margin-bottom: 0;
}
section.avis a.link {
  text-decoration: none;
    position: absolute;
    inset: 0;
    font-size: 0;
    z-index: 2;
    outline: none;
}

 /******* pagination  section.boxes *****/

section.avis .swiper-pagination-avis {
    position: relative;
    justify-content: center;
    margin-top: 0;
    inset: 0;
    text-align: center;
}
 
section.avis .swiper-pagination-avis span.swiper-pagination-bullet {
     width: 12px;
    height: 12px;
    background: var(--bs-body-color);
    transition: all 0.3s ease;
    border: 1px solid var(--bs-body-color);
    margin: 0 8px !important;
    opacity: 0.25;
}
  
section.avis .swiper-pagination-avis span.swiper-pagination-bullet:hover , 
section.avis .swiper-pagination-avis span.swiper-pagination-bullet.swiper-pagination-bullet-active {
     background: var(--bs-tertiary-color);
    border-color:var(--bs-tertiary-color);
    opacity: 1;
}

/*avis-page*/
section.content .guestbook-messages {
	margin-top: 0;
	padding-top: 20px;
	clear: both;
}
section.content .guestbook-messages .gb-content .gb-entry .gb-message {
    padding-top: 5px;
}
section.content .guestbook-score .gb-rating :checked ~ label::after {
    color: var(--bs-primary-color);
}
.content .guestbook-score .gb-rating label {
    position: relative;
    display: inline-block;
    float: right;
    cursor: pointer;
    margin: 0 5px 0 0;
    font-size: 0;
}
section.content .fa-star-o:before{
  	content: "\f006" !important;
	color: var(--bs-body-color);
	font-size: 16px;
	top: 0;
	position: relative;
}
section.content article div#Guestbook .gb-entry-score .emptyStar .fa-star-o:before {
    color: var(--bs-body-color);
    font-weight: 400;
}
.content .guestbook-score .gb-rating label:after{
    color: var(--bs-body-color);
}
.guestbook-score .gb-rating :checked ~ label::after {
    content: '\f005'!important;
  	font-weight: 700;
}
.guestbook-score .gb-rating label::after {
    content: '\f005'!important;
    font-size: 23px !important;
    transition: color .4s; 
    font-weight: 400;
  	font-family: "Font Awesome 6 Sharp" !important;
}
.guestbook-score .gb-rating{
    vertical-align: middle;
}
section.content .guestbook-messages .gb-content .gb-entry {
    margin: 15px 0 15px 0;
    padding: 15px;
  	background: var(--bs-secondary-bg);
  	border-bottom: 2px solid var(--bs-primary-color) !important;
}
.content-page .gdpr_policy {
    margin-bottom: 10px;
}
#scoreBlock .contact-field-label {
	line-height: 35px;
}
/********* avis interne *********/
section.content div#Guestbook {
    clear: both;
}
section.content .star-rating label:has(~ :checked) i,section.content .star-rating label:is(:hover,:has(~ :hover)) i{
	color : var(--bs-tertiary-color) !important;
}
section.content .fa-star:before {
    color: var(--bs-tertiary-color) !important;
}
section.content .average-review {
  margin : 20px 0;
}
section.content .swiper-container2 {
    overflow: hidden;
}
section.content span.count-messages {
    float: right;
  margin : 20px 0;
}
section.content .gb-entry {
    clear: both;
    margin: 0 0 15px;
    padding: 30px 15px;
    background: var(--light-color);
    border-bottom: 2px solid var(--bs-primary-color);
}
section.content .gb-entry .fa-star:before {
    color: var(--bs-tertiary-color) !important;
}


section.content .gb-entry span.review-date{
    float: right;
}
section.content .star-rating label .fa-star:before {
    content: "\f005";
    font-weight: 400 !important;
}
section.content .star-rating label:has(~ :checked) .fa-star:before {
    font-weight: 900 !important;
}
section.content.pag-avis .swiper-pagination{
	display: block;
	bottom: 10px
}
section.content.pag-avis .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: var(--bs-primary-color);
    opacity: 0.63 !important;
    border-radius: 50%;
}

section.content.pag-avis .swiper-pagination-bullet-active, section.content.pag-avis .swiper-pagination-bullet:hover {
    opacity:1!important;
   background: var(--bs-secondary-bg);
}

/*************************/
@media only screen and (max-width : 1800px) {
header.header-top .bloc-top.sticky-top .bloc-nav {
	padding: 0 10px;
}
  .bloc-nav .navbar li {
	margin: 0 12px;
}
  
  .bloc-nav .navbar ul.level-0 > li:not(:last-child)::before {
	right: -16px;
}
  
  
}
@media only screen and (max-width : 1750px) {

  .partners-section:before {
    top: 60px;
    right: 60px;
}
  .navbar li a.nav-link {
    font-size: 13px;
}

  
}@media only screen and (max-width : 1550px) {
    .navbar li a.nav-link {
        font-size: 11px;
    }  }
@media only screen and (max-width : 1440px) {
header.header-top .bloc-top.sticky-top .bloc-nav {
    padding: 0 10px;
    order: 3;
    width: 100%;
    margin: 0 auto;
}
  header.header-top .grid-top {
  
    flex-wrap: wrap;
    gap: 10px;
}
  section.banner .box-overlay h2 {
    font-size: 44px;
}
  section.banner .avis-google img {
    max-width: 100px;
  }

  section.banner {

    min-height: 600px;
}
      section.banner .avis-google {
        bottom: 10px;
        right: 10px;
    }
}
@media only screen and (max-width : 1199px) {

.navbar li a.nav-link {
    font-size: 11px;
}
 
  h1, .h1 {
    font-size: 45px;
}
h2, .h2 {
    font-size: 37px;
}
footer.bottom .footer-wrapper {
    flex-wrap: wrap;
}
 footer.bottom .footer-left {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}
  section.parallax .box-para {
    padding: 50px 30px;
}
  section.content .flex-home .cont {
    padding: 50px 30px;
}
  section.banner .box-overlay h2 {
    font-size: 45px;
}
  section.banner .box-overlay h3 {
    font-size: 52px;
}
  section.banner .avis-google {
  
    bottom: 10px;
    right: 10px;
}
  .bloc-nav .navbar li {
    margin: 0 5px;
}
  .bloc-nav .navbar ul.level-0 > li:not(:last-child)::before {
    right: -7px;
    height: 5px;
    width: 5px;
}
  
}
@media only screen and (max-width : 991px) {
  section.avis {
    padding: 50px 0;
}
 section.content.page-content.content-page .photo img{
        position: relative;
        max-width: 400px;
        margin: 0 auto;
        display: table;
  }
 
  header.header-top .bloc-top.sticky-top .top-right {
    position: static;
}
 
header.header-top .bloc-top.sticky-top  .bloc-nav:not(.is-sticky) {
   
    position: static !important;
}
  .bloc-top nav.navbar:not(.bloc-nav.is-sticky .navbar) {
  
    position: static;
}
.bloc-top .navbar-nav .dropdown-menu .nav-link.child {
    margin: 2px 0;
}
header.header-top .grid-top .bloc-nav ul.level-0.navbar-nav.me-auto.sf-menu {

    display: block;
}
  
  .bloc-top .navbar .navbar-nav> li:not(:first-of-type) > a.nav-link:after {
    display:none;
  }

    .head-top .container, .container, .max-container {
        max-width: 768px !important;
    }

  .navbar-expand-md .navbar-nav {
    margin: 0 auto 20px;
            text-align: center;
}
  .bloc-top .bloc-right {
    margin: 0 auto;
}
.navbar li a.nav-link {
    margin: 1px 0;
    text-align: center;
    color: var(--bs-white);
    display: inline-block;
}
.bloc-nav .navbar li {
	margin: 0;
	text-align: center;
	display: table !important;
	margin: 0 auto!important;
	padding: 0!important;
}
     header .navbar-nav .dropdown-menu {
    transform: none;
    background: var(--dark-color);
}
  	button.navbar-toggler::after, button.navbar-toggler::before {
        background: var(--bs-white);
    }
  	button.navbar-toggler[aria-expanded="false"]:after, button.navbar-toggler[aria-expanded="false"]:before {
        transform: none;
    }
  	button.navbar-toggler .navbar-toggler-icon {
        background-color:var(--bs-white);
    }
  	button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        opacity: 0;
    }
  .dropdown-toggle {
	white-space: nowrap;
	height: 15px;
	display: block;
}
    
    header .nav-item  {
        padding: 0 0px;
    }
  nav.navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: var(--bs-dark);
    padding: 15px 0;
    text-align: left;
    z-index: 100;
}
  .navbar-nav .dropdown-menu {
	text-align: center;
	padding: 10px 12px;
	background: transparent;
	border: none;
	left: 0;
	transform: none;
	border-radius: 0;
	min-width: 100%;
	/*display: block !important;*/
}

  .bloc-nav .navbar .submenu li {

display: block !important;
	background: transparent;
}
  
  	header a.nav-link {
        font-size: 15px;
        display: table;
        margin: 0 auto;
    }

  nav.navbar:not(.bloc-nav.is-sticky .navbar) {
	margin-top: 0;
}

  button.navbar-toggler {
	margin: 10px 0 !important;
}


  header nav.navbar.sticky-top {
	margin: 0 auto;
	display: table;
}
nav.navbar:not(.bloc-nav.is-sticky .navbar) {
    text-align: center !important;
}
.bloc-nav .navbar li span.dropdown-toggle {
    top: auto;
    height: 1em;
    left: 0;
    transform: none;
    position: relative;
    text-align: center;bottom: 6px;
}
  /*********/
  section.content.page-content.content-page a.link-picture, section.content.page-content.content-page a.link-subgallery {
      width: 32%;
  }
  /**********/
  section.content.content-second .cont {
    max-width: 100%;
}
  section.content article.content .row .col-lg-4 .photo {
    height: auto;
    margin-bottom: 20px;
}
 
  
/***/
 
  section.content.page-content.content-page a.link-picture, section.content.page-content.content-page a.link-subgallery {
    width: 49%;
}
/******/

  footer.bottom {
    padding: 60px 0;
    text-align: center;
}
  footer.bottom .footer-info {
    margin: 20px 0;
}
 
  footer.bottom .contact-icon {
    margin: 0 auto 10px;
    display: table;
}
footer.bottom .logos-footer {
    gap: 20px;
    flex-direction: column;
}
  
  section.content.page-content.content-page .cont {
	padding: 0;
}
  /***/
  h1, .h1 {
    font-size: 40px;
}
h2, .h2 {
    font-size: 32px;
}
h3, .h3 {
    font-size: 28px;
}
h4, .h4 {
    font-size: 24px;
}
h5, .h5 {
    font-size: 24px;
}
h6, .h6 {
    font-size: 20px;
}
  /***/
.bloc-nav .navbar ul.level-0 > li:not(:last-child):before {
    display: none;
}
  section.home-content {
    padding: 60px 0;
}
 

  section.content .flex-home {
    display: block;
}
 
 
  section.boxes .box h3 {
    font-size: 22px;
}
  section.boxes .box .text {
    left:15px;
    right: 15px;
}
  

  section.boxes .swiper-pagination1 {
    margin-top: 20px;
}
 
  section.content .flex-home .photo-home {
   
    max-width: 700px;
    margin: 0 auto 40px;
}
  section.content .flex-home .cont {
    position: relative;
    max-width: 100%;
    padding: 0;
}

 

  .bloc-top .navbar-nav > li > .nav-link:hover, .bloc-top .navbar-nav > li.selected > .nav-link, .bloc-top .navbar-nav .dropdown-menu .nav-item a.nav-link:hover {
    -webkit-text-fill-color: inherit;
}
 
  .bloc-nav .navbar li span.dropdown-toggle {
	
	color: var(--bs-white);
}
  .navbar li a.nav-link {
	font-size: 15px;
	padding: 10px 25px !important;
}
 section.banner {
    height: 700px;
    max-height: 100%;
    min-height: 100%;
}
 header.header-top .grid-top {
    padding: 20px 0;
}
 
  
  section.home-content h1 {
	margin-bottom: 20px;
}
  section.banner .box-overlay h4 {
    font-size: 25px;
    letter-spacing: 4px;
}
  section.banner .box-overlay h2 {
    font-size: 40px;
}
  section.banner .box-overlay h3 {
    font-size: 42px;
}
  section.banner  .box-overlay {
    margin-top: -89px;
}
  header.header-top .bloc-top.sticky-top .bloc-nav:before , section.home-content .grid-img:after , .partners-section:before {
    display: none;
}
  section.home-content .grid-img {
    max-width: 600px;
    margin: 0 auto 40px;
}
  section.content .flex-home .cont {
    padding: 30px 20px;
}
  section.home-content h1, section.home-content h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
  section.content .flex-home:not(:first-child) {
    margin-top: 40px;
}
  .partners-section , section.boxes , section.intervention {
    padding: 60px 0;
}
  .partners-section h2 {
    margin: 0 auto 20px;
}
  section.boxes:after {
    top: 30px;
}
  section.boxes h2 {
    margin: 0 0 20px;
}
  section.parallax {
    padding: 100px 0;
    background-attachment: inherit;
}
  section.parallax .box-para h2 {
    font-size: 30px;
    letter-spacing: 3px;
}
  section.parallax h3 {
    margin: 15px 0 0;
    font-size: 35px;
}
  section.parallax .box-para .btn-para {
    margin: 20px auto 0;
}
  section.parallax .box-para {
    padding: 40px 20px;
}
  section.intervention .flex-interv .photo-bx {
  
    margin: 0 auto 40px;
    display: table;
}
  
  section.intervention .flex-interv .text-bx {
    width: 100%;
}
  section.intervention .flex-interv .text-bx h2 {
    margin-bottom: 20px;
}
  section.content.page-content.content-page .contenu-motorisation {
  
    grid-template-columns: 1fr;
}
  section.content.page-content.content-page .contenu-motorisation .bx {
 
    height: 500px;
}
  
}
@media only screen and (max-width : 767px) {
      section.avis .gb-entry-score {
        left: 0;
        position: relative;
        top: inherit;
    }
img {
	max-height: 450px;
}
 section.banner .carousel-inner img {
	max-height: 100%;
}
  
  .floating-buttons a {

    padding: 10px 3px;
   
    font-size: 13px;
}
 
  section.content.page-content.content-page .contenu-motorisation .bx .text {
   
    padding: 30px 20px;
}
.bloc-top nav.navbar:not(.bloc-nav.is-sticky .navbar) {
	justify-content: center;
}
 section.content .col-md-4 {
        width: 100%;
    }

    /* --- */
  .contactForm .contact-field-item {
    margin: 0 0 10px !important;
    position: relative;
    display: block;
    padding: 0;
    width: 100%!important;
    float: none;
    clear: none !important;
}
    .contactForm .contact-field-item:nth-child(even) , section.content .formulaire-Privatisation .contactForm .contact-field-item:nth-child(even) {
        padding-right: 0;
    }
    .contactForm .contact-field-item:nth-child(odd) , section.content .formulaire-Privatisation .contactForm .contact-field-item:nth-child(odd) {
        padding-left: 0;
    }
    .contactForm .contact-submit {
        float: none !important;
        margin-top: 20px;
        display: table;
    }
  section.content .formulaire-Privatisation .contactForm .contact-field-item {
    width: 100%;
    float: none;
}
  	.formhome .contactForm .contact-field-item:nth-child(odd) {
    padding-left: 0;
}
  .formhome .contactForm .contact-field-item:nth-child(even) {
    padding-right: 0;
}
  
  	.img-page, section.content article .NewsMasonry .NewsItem img.img-news-list, img.img-news {
        margin-left: auto !important;
        margin-right: auto;
        display: table;
    }
  	section.content.page-content.content-page .grid-gallery {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
    }
  	section.content.page-content.content-page .link-picture {
        height: 300px;
    }
  
  section.content.page-content.content-page a.link-picture, section.content.page-content.content-page a.link-subgallery {
      width: 48.5%;
  }
 
  section.content.page-content.content-page ul#myTab li.nav-item {
	width: 49%;
}
 
  .box-light, .box-border-left, .box-border-right {
	height: auto !important;
}


  /****/
 

  section.banner .box-overlay h2  {
	font-size: 37px;
}
  section.banner .box-overlay .flex-cta {
	gap: 10px;
	margin-top: 20px;
}
  .readmore, .Item .news-desc .read-more a {
	padding: 12px 15px;
	font-size: 14px;
	letter-spacing: 0;
}
  section.banner .box-overlay .flex-btn .whatsapp > a {
    padding: 10px 13px;
}
  section.banner .box-overlay .flex-btn {
    margin-top: 20px;
    gap: 20px;
    flex-wrap: wrap;
}
  header.header-top .bloc-top.sticky-top .bloc-nav {
	margin-top: 0;
	margin-bottom: 0;
}

 
  section.banner .box-overlay {
	margin-top: -111px;
}
  header.header-top .grid-top .top-wrapper {
	
	flex-direction: column;
}
 
  section.content .news-object.Item h3 span {
  
    height: auto !important;
}
    h1, .h1 {
    font-size: 38px;
}
h2, .h2 {
    font-size: 29px;
}
h3, .h3 {
    font-size: 26px;
}
h4, .h4 {
    font-size: 23px;
}
h5, .h5 {
    font-size: 21px;
}
h6, .h6 {
    font-size: 19px;
}
/*****/
section.banner .box-overlay h2 {
    font-size: 33px;
}
  section.banner .box-overlay h3 {
    font-size: 36px;
}
  section.content .img-home.img-after-bf .citation {
    top: 20px;
    padding: 6px 15px;
    font-size: 16px;
    left: 20px;
}
  section.content .img-home.img-after-bf .citation.ap {

    right: 20px;
}
  section.boxes:after {
    top: 21px;
}
  section.parallax h3 {
    margin: 10px 0 0;
    font-size: 29px;
}
  section.parallax .box-para h2 {
    font-size: 26px;
    letter-spacing: 2px;
}
   .whatsappfix {
    margin-left: 0;
    width: 80px !important;
    height: 80px !important;
    bottom: 20px;
    z-index: 10;
    animation: none;
    transform: scale(0.6) !important;
}
 
  section.pictos {
    padding: 30px 15px;
}
  iframe[title="chat widget"]{
  transform: scale(0.8);
}
  section.content.page-content.content-page .form-depannage .contactForm {
    
    display: block;
}
  section.content.page-content.content-page .grid-bx {
    
    grid-template-columns: 1fr;
}
  
}
@media only screen and (max-width : 480px) {
  section.avis div#Guestbook .gb-entry > div {
	padding: 15px;
}
    section.avis .gb-entry-score {
        left: 0;
        position: relative;
        top: inherit;
    }
  
    section.content.page-content.content-page .contenu-motorisation .bx {
 
    height: 750px;
}
  section.content.page-content.content-page .contenu-motorisation .bx .text {
   
    padding: 20px 15px;
}
  section.parallax .box-para {
    padding: 30px 10px;
}
      section.banner .avis-google {
        left: 0;
        right: 0;
        justify-content: center;
    }
section.banner .avis-google {
 
   /* height: 80px;
    width: 133px;*/
}
  section.banner .avis-google img {
    max-width: 80px;
    background: #f4efd6;
    padding: 0 5px;
    border-radius: 15px;
}
  section.content .flex-home .cont {
    padding: 30px 15px;
}
  section.home-content h4 , h4.subtitle {
    letter-spacing: 3px;
}
  section.boxes .box {
    height: 350px !important;
}
  
  section.content .news-object.Item h3 {
    font-size: 20px;
    padding-bottom: 10px;
}
 section.banner .box-overlay h2 {
	font-size: 23px;
}

  section.banner .box-overlay {
	margin-top: -90px;
}
  section.boxes .box .text {
	bottom: 30px;
}
  header.header-top .grid-top {
    padding: 15px 0;
    flex-direction: column;
}
  section.banner .box-overlay h4 {
    font-size: 18px;
    letter-spacing: 2px;
}
  section.banner .box-overlay h3 {
    font-size: 27px;
}
  section.banner .box-overlay {
    margin-top: -102px;
}
 
  section.parallax {
    padding: 60px 0;
}
  section.parallax .box-para h2 {
    font-size: 23px;
    letter-spacing: 0;
}
  section.parallax h3 {
    font-size: 24px;
}
  section.parallax .box-para .btn-para a.readmore:after {
    display: none;
}
  
  /*****/
  	section.content.page-content.content-page .grid-gallery {
        grid-template-columns: 100%;
        grid-gap:10px;
    }
  section.content.page-content.content-page ul#myTab li.nav-item {
        width: 100%;
    }
  	/*********/
  section.content.page-content.content-page .grid-img .grid-gallery {
        width: 250px;
    }
section.content.page-content.content-page a.link-picture, section.content.page-content.content-page a.link-subgallery {
	width: 100%;
}

  
  
    h1, .h1 {
    font-size: 31px;
}
h2, .h2 {
    font-size: 26px;
}
h3, .h3 {
    font-size: 23px;
}
h4, .h4 {
    font-size: 20px;
}
h5, .h5 {
    font-size: 18px;
}
h6, .h6 {
    font-size: 16px;
}
}