:root {
    --color0: #f7f7f7;
    --color1: #212121;
    --nuanceColor1: #4E89C1;
    --color2: #000000;
    --color3: #000000;
    --color-bg: #000000;
    --color4: #1d1e21;
    --color5: #9c262d;
    --bg-facultatif: #f5f5f5;
    --font_family_1: Montserrat-Light;
    --font_family_2: Montserrat-Regular;
    --font_family_3: Montserrat-Regular;
    --taille_font: 15px;
    --border-radius: 0;
}

body,html {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a img {
    border: none
}

.fixed img.logo {
    display: none;
}

img {
    max-width: 100%;
    object-fit: cover;
}

ul {
    list-style-position: inside;
    list-style-type: none;
    list-style-image: none
}

ol li,ul li {
    padding-left: 0;
    position: relative
}

ul li:before {
    display: inline-block;
    content: "\f054";
    position: absolute;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    left: -15px;
    font-size: 14px;
    color: var(--color1);
    top: 0;
    width: 9px;
    height: 16px
}

footer ul li:before {
    color: var(--color0);
}

.intervention ul li:before {
    color: var(--color0);
}

ol li::marker {
    color: var(--color1)
}

ol li.niveau2,ul li.niveau2 {
    margin-left: 30px
}

dir,menu {
    padding-left: 15px
}

blockquote p {
    font-size: inherit
}

table,table td,table th {
    font-size: inherit;
    border: 1px solid #7c7c7c
}

article,aside,footer,header,hgroup,main,nav,section {
    display: block
}

.body-page-1 article {
    padding: 0rem 0% 2rem 4%;
}

iframe {
    border: none
}

[data-anim] {
    opacity: 0
}

.row {
    margin-right: 0!important;
    margin-left: 0!important
}

.nopad {
    padding-left: 0;
    padding-right: 0;
}

.f-block:before {
    content: '';
    position: absolute;
    right: 20%;
    height: 330px;
    width: 1px;
}

.f-block:last-child:before {
    display: none;
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.hide {
    display: none
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.bold {
    font-weight: 700
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative;
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0)
}

.retrait {
    margin-left: -15px!important;
    margin-right: -15px!important
}

.transition {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateZ(0)
}

.cover {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important
}

hr.trait {
    height: 1px;
    margin: -.5em 0;
    padding: 0;
    color: var(--color3);
    background-color: var(--color3);
    border: 0;
    opacity: .4
}

.page-contenu img {
    margin: 10px
}

body {
    color: var(--color1);
    font-family: var(--font_family_2);
    font-size: var(--taille_font);
    background: var(--color0)
}

ul.miettes.miettes-26 {
    display: none;
}

.bloc-GMB {
    background-color: var(--color4) !important;
}

.slogan {
    z-index: 2;
    color: var(--color0);
    position: relative;
    left: 4%;
    top: 10%;
}

.slogan h1 {
    color: var(--color0);
}

.body-service-list .slogan h1 {
    text-align: left;
}

.swiper-cont {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
}

.swiper-cont .swiper-slide {
    width: 16%;
    background: #fff;
}
.adress-inf{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
}
.adresse-container {
    position: relative;
    display: flex;
    justify-content: space-around;
    color: var(--color1);
    z-index: 2;
    background: #f3f3f3;
    padding: 0px 20px;
    align-items: center;
}

.adresse-container:after {
    content: "";
    width: 120px;
    position: absolute;
    height: 127px;
    top: -10px;
    left: -56px;
    background: url('../images/exprt-img.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-6deg);
}

.adresse-container .flex-address {
    gap: 10px;
    display: flex;
    align-items: center;
}

.adresse-container .flex-address p {
    margin: 0;
    font-weight: 800;
}

.adresse-container .flex-address i {
    font-size: 32px;
    margin: 0 !important;!i;!;
}

.adresse-container .flex-address p {}

p.yrs-sec {
    margin: 0;
    font-size: 20px;
    font-family: var(--font_family_1);
}

p.yrs {
    font-size: 35px;
    margin: 0;
    line-height: 29px;
    font-weight: 900;
}

.number-yrs p {
    font-size: 80px;
    color: var(--color2);
    font-family: var(--font_family_3);
    margin: 0;
}

.exprt-yrs {
    display: flex;
    font-family: var(--font_family_2);
    gap: 12px;
    align-items: center;
}

.number-yrs {
    position: relative;
    display: flex;
    align-items: center;
}

.number-yrs span {
    font-size: 27px;
    color: var(--color2);
}



div#fd-feedback-button {
    background: var(--color2) !important;
}

.acc_map {
    display: grid;
}

.swiper-container2.swiper-container-horizontal {
    overflow: hidden;
}

a,a:link,a:visited {
    color: var(--color1);
}

a:hover {
    text-decoration: none
}

.corps a:hover {
    color: var(--color2);
}

a:active {
    outline: 0
}

.h1,.h2,.h3,h1,h2,h3,h4,h5,h6 {
    color: var(--color1);
    font-family: var(--font_family_3);
    font-weight: 200;
}

.h1,h1 {
    font-size: 33px;
    line-height: 35px;
    color: var(--color5);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    text-wrap: balance;
}

.h1, h1 {}

.prestation h2.h1 {
    font-size: 32px;
}

.h1:before,h1:before {
    content: "";
    width: 100px;
    background: var(--color2);
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    display: none;
}

.h2,h2 {
    font-size: calc(var(--taille_font) + .5rem);
}

.h3,h3 {
    font-size: calc(var(--taille_font) + .7rem)
}

h4 {
    font-size: calc(var(--taille_font) + .4rem)
}

h5 {
    font-size: calc(var(--taille_font) + .3rem)
}

h6 {
    font-size: calc(var(--taille_font) + .2rem)
}

.h1 a,.h1 a:link,.h1 a:visited,.h2 a,.h2 a:link,.h2 a:visited,.h3 a,.h3 a:link,.h3 a:visited,h1 a,h1 a:link,h1 a:visited,h2 a,h2 a:link,h2 a:visited,h3 a,h3 a:link,h3 a:visited,h4 a,h4 a:link,h4 a:visited,h5 a,h5 a:link,h5 a:visited,h6 a,h6 a:link,h6 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

.h1 a:hover,.h2 a:hover,.h3 a:hover,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    text-decoration: underline
}

.titre-secondaire {
    position: relative;
    font-size: 23px;
    line-height: 25px;
    padding: 5px 0 0;
    margin: 0;
    font-weight: 200;
    margin-bottom: 0;
    display: block;
    text-transform: initial;
    font-family: var(--font_family_1);
    color: var(--color1);
    letter-spacing: 3px;
}

.badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 139px;
    height: 139px
}

.bg-optionnel {
    background: url(../images/bg-optionel.svg) repeat top center;
    background-size: 60px auto
}

.bg-optionnel-gris {
    background: var(--color2) url(../images/bg-optionel-gris.svg) repeat top center;
    background-size: 60px auto
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    /* transition-duration: .3s; */
}

.hvr-shutter-out-horizontal.dark {
    background-color: var(--color2);
    color: var(--color0)
}

.hvr-shutter-out-horizontal.active {
    background-color: var(--nuanceColor1);
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    /* background-color: var(--color1); */
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    /* background: var(--color3); */
    border: 1px solid var(--color0);
}
.hvr-shutter-out-horizontal:not([disabled]):hover:before {
    /* transform-origin: right center; */
    /* transform: scaleX(0); */
}

.cta .hvr-shutter-out-horizontal:hover:before, .flex-tel .hvr-shutter-out-horizontal:hover:before {
    border: 1px solid var(--color5);
}
.hvr-shutter-out-horizontal:after{
    content:'';
    position: absolute;
    top: -7px;
    left: -7px;
    content: "";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .7s ease-out;
    border-color: inherit;
    display:none;
}
.hvr-shutter-out-horizontal.dark:before {
    background-color: var(--color2)
}

.hvr-shutter-out-horizontal:active,.hvr-shutter-out-horizontal:focus,.hvr-shutter-out-horizontal:hover,a.hvr-shutter-out-horizontal:active,a.hvr-shutter-out-horizontal:focus,a.hvr-shutter-out-horizontal:hover {
    color: var(--color0);
    color: var(--color1) !important;
}

.flex-tel p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover {
    background: var(--color5);
    border: 1px solid var(--color5);
    color: var(--color0) !important;
}

.flex-tel p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover:before {
    /* border: 1px solid var(--color5); */
}

.hvr-shutter-out-horizontal:active:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:hover:before {
    /* transform: rotate(90deg); */
    /* right: 100%; */
}

.hvr-shutter-out-horizontal:hover:after {
       transform: rotate(90deg);
    left: 100%;
}

a.bouton-principal,button.bouton-principal {
       /* margin: 0 19px; */
       min-width: 130px;
       transition: all 0.3s linear;
       -webkit-transition: all 0.3s linear;
       font-size: 15px;
       padding: 12px 20px;
       /* margin-top: 20px; */
       text-decoration: none;
       letter-spacing: .5px;
       text-transform: uppercase;
       white-space: nowrap;
       vertical-align: middle;
       text-align: center;
       cursor: pointer;
       outline: none;
       position: relative;
       color: var(--color0);
       font-family: var(--font_family_2);
       overflow: hidden;
       border-radius: var(--border-radius);
       background: var(--color5);
}

a.bouton-principal:hover, button.bouton-principal:hover {
    /* box-shadow: 0 0 7px #00000070; */
    /* transform: scale(1.03); */
    transition: .3s;
    /* background: var(--color3); */
    
    
    
    !;
    
    !i;
    !;
    background: transparent;
}

a.bouton-principal:hover:before {
    border: 1px solid var(--color1);
}


.btn-news a.bouton-principal,.btn-news button.bouton-principal,.btn-service a.bouton-principal,.btn-service button.bouton-principal {
    text-align: left;
    font-family: var(--font_family_1);
    color: var(--color0);
    text-decoration: none;
    padding: 13px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0
}

.btn-news a.bouton-principal:after,.btn-service a.bouton-principal:after {
    content: none
}

.btn-news a.bouton-principal::after,.btn-service a.bouton-principal::after {
    background-image: none
}

.body-page-1 .corps a.bouton-principal,.body-page-1 .corps button.bouton-principal {
    width: 130px;
    margin: 0px 0 0;
}

.main-page {
    position: relative;
    overflow: hidden
}

.tete {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9000;
    /* height: 90px; */
    transition: .5s;
    border-bottom: 1px solid #eeeeee00;
    transition: all .3s ease;
}

.header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0% 0px 4%;
}

.header:before, .header:after {
    display: none;
}


.tete .header .flex-logo {
    width: 24%;
}

.tete .header .flex-infos {
    width: 25%;
    height: 100%
}

.tete .logo-site {
    margin: 0
}

.tete .logo-site a {
    font-size: 15px;
    color: var(--color1);
    text-decoration: none;
    font-family: var(--font_family_1)
}

.tete .logo-site a:focus,.tete .logo-site a:hover {
    color: var(--color1);
    text-decoration: none
}

.tete .logo-site a img {
    height: 111px;
    width: auto;
    transition: all .3s ease;
    padding: 0;
}


img.logo-fixed {filter: none !important;!i;!;}

.fixed .logo-site a img {
    content: url('../images/logo.png');
    height: auto;
    max-width: 140px;
    position: relative;
    top: -4px;
}

.fixed img.logo-fixed {
    display: block;
}

.tete .header .flex-infos .infos {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap
}

.tete .infos .tel {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: var(--color0);
    padding: 11px 20px;
    margin: 0;
    font-family: var(--font_family_2);
    border-radius: 0;
    margin-right: 1rem;
    transition: .5s;
    white-space: nowrap;
    background: var(--color2);
    /* border-radius: 30px; */
    box-shadow: 0 0 7px #0000004d;
    border-radius: var(--border-radius);
}

.fixed .infos .tel {
    /* color: var(--color3); */
}

.fixed .tel:hover .icones ,p.tel.callTracker.active .icones {
    fill: var(--color0);
}

.fixed .infos .tel:hover {
    color: var(--color0);
}
.flex-tel {
    width: 20%;
}
.flex-tel p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    position: relative;
    text-align: left;
    font-family: var(--font_family_2);
    color: var(--color0);
    text-decoration: none;
    margin: 0 0 0;
    display: inline-flex;
    text-transform: uppercase;
    overflow: hidden;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius);
    background: #ffffff2b;
    transition: all .3s ease;
    font-size: 15px;
    letter-spacing: 2px;
}
.flex-tel .tel-header{
    display: block;
    position: relative;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height: 1.74em;
    font-size: 14px;
    padding: 12px 0px;
    min-width: 213px;
    color: var(--color0);
    border: 0;
    margin: 0;
    /* border-radius: 30px; */
    background: #ffffff2b;
}

.fixed .flex-tel p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    border: 1px solid var(--color5);
    color: var(--color5);
}
header p.tel.callTracker.active {
    background: var(--color3);
    color: var(--color0);
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal a {
    color: var(--color0);
    text-align: center;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: stretch;
    column-gap: 10px;
    justify-content: flex-start;
    height: 100%;
    margin: 2em 0;
    /* font-weight: 700; */
}

.body-page-1 .cta {
    justify-content: center;
}

.cta a.bouton-principal:after {
    display: none;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    position: relative;
    text-align: left;
    font-family: var(--font_family_2);
    color: var(--color0);
    text-decoration: none;
    margin: 0 0 0;
    display: inline-flex;
    text-transform: uppercase;
    overflow: hidden;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius);
    background: #ffffff2b;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover {
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal span {
    font-size: 100%;
    text-align: center;
    min-width: auto;
    font-size: 14px;
}

.cta a.bouton-principal, button.bouton-principal, .cta .tel-header ,.intervention a.bouton-principal {
    display: block;
    position: relative;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height: 1.74em;
    font-size: 14px;
    padding: 12px 0px;
    min-width: 213px;
    color: var(--color0);
    border: 0;
    margin: 0;
    /* border-radius: 30px; */
    background: #ffffff2b;
}

.cta a.bouton-principal:hover, .intervention a.bouton-principal:hover ,.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover {
    border-color: transparent;
    box-shadow: 0 0 7px #00000070;
    /* transform: scale(1.03); */
    transition: .3s;
    background: var(--color5);
    color: var(--color0) !important;
}

footer .callTracker:not(.active) a:hover, footer .callTracker:not(.active):hover {
    color: var(--color0);
}

.tete .infos .tel a {
    color: inherit;
    text-decoration: none
}

.header-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.header-phone .icones {
    margin: 0 8px 0 0;
    fill: var(--color1);
    width: 25px;
    height: 25px
}

a.imagecont.noflicker.img1 {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.callTracker {
    position: relative
}

.callTracker a,.callTracker span {
    display: inline-block;
    text-align: left;
    min-width: 115px;
    padding: 0;
    /* -webkit-transition: all .5s ease; */
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    /* transition: all .5s ease; */
    height: 100%;
    text-decoration: none
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer;
}

header .callTracker .t_affiche {
    text-align: center;
}

.fixed .callTracker .t_affiche:hover {}

header .callTracker a,header .callTracker span {
    top: 5px
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

header .callTracker.active .t_phone {
    text-align: center;
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

.coordonnees .callTracker a,.pied .callTracker a {
    position: relative;
    left: 0
}

.tete .infos .callTracker:not(.active) a:hover,.tete .infos .callTracker:not(.active):hover {
    color: var(--color0);
    background: var(--color1);
}

.tete .widget-partage {
    display: none
}

.btn-partage .btnp {
    width: 36px;
    height: 36px;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    transition: all .4s ease;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* background: var(--color2); */
    /* margin-bottom: 5px; */
}

a.btnp i {
    color: var(--color0);
}

.tete .infos.infos_small .btn-partage .btnp {
    width: 29px;
    height: 29px
}

.btn-partage .btnp:hover {
    transform: rotate(360deg);
    /* background-color: var(--color2); */
}
a.btnp.btn-twitter {
    /* background: url(../images/twitter.png) no-repeat center; */
    /* background-size: 50%; */
    /* filter: brightness(0); */
}
.fixed a.btnp.btn-twitter {
    /* background: url(../images/twitter1.png) no-repeat center; */
    /* background-size: 50%; */
}

footer a.btnp.btn-twitter {
    /* background: url(../images/twitter.png) no-repeat center; */
    /* background-size: 50%; */
}

a.btnp.btn-twitter:hover {
    /* background: url(../images/twitter.png) no-repeat center var(--color2); */
    /* background-size: 50%; */
}

.copyright {
    text-align: justify
}

.tete .btn-partage {
    padding: 0;
    display: flex
}

.tete .header .flex-menuP {
    width: 40%;
}

/***/


.h-infos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 3%;
    background-color: var(--color2);
    transition: all .3s ease;
    height: 45px;
}

.fixed .h-infos {
    transform: translateY(-45px);
    background-color: var(--color2);
}

.h-infos i {
    color: var(--color0);
}


.h-infos p {
    margin: 0;
    color: var(--color0);
}

.flex-infos .infos {
    display: flex;
}


/***/
.navh .menu_principal {
    margin: 0 auto;
    padding: 0;
    display: table
}

.navh .menu_principal>li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 2rem;
    background: 0 0
}

.navh .menu_principal>li:before {
    content: none
}

.navh .menu_principal>li:last-child {
    background: 0 0
}

.navh .menu_principal a,.navh .menu_principal a:visited {
    position: relative;
    color: var(--color0);
    display: block;
    font-size: 15px;
    padding: 34px 0;
    /* font-weight: 700; */
    text-decoration: none;
    font-family: var(--font_family_2);
    transition: all .4s ease
}

.fixed .navh .menu_principal a,.fixed .navh .menu_principal a:visited {
    color: var(--color1);
    padding: 30px 0 24px;
}

.navh .menu_principal a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--color0);
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    transition: .5s
}

.fixed .navh .menu_principal a:after {/* opacity:0; */background: var(--color5);bottom: 10px;}

.fixed .navh .menu_principal .active a:after {
    width: 100%;
}

.navh .menu_principal a:hover:after {
    width: 100%
}
.icone-share {
    display: none
}

.btn-partage .icones {
    width: 16px;
    margin: 0;
    height: 16px;
    padding: 0;
    position: relative;
    left: 0;
    fill: var(--color0);
}

.fixed .btn-partage .icones {
    fill: var(--color5);
}


/* 
* Atouts
 */



@media(max-width: 1530px) {
    .header {
        padding:0 1.5%
    }
}
@media(min-width: 3000px) {
    .atouts-container{
        max-width: 2230px !important;!i;!;!;!importan;!i;!;
    }
}

@media(max-width: 1376px) {
    .flex-infos {
        display:none
    }
    .contact .tab-formulaire{
        margin:0 !important;
    }

    .img-service img{
        height:400px !important;
    }

.body-page-1 .services, .body-pageseo .services {
    padding: 3rem 6% 7rem !important;
}

.fluid-contenu .corps {
    padding: 2em 2% 2em !important;
}

    .atouts {
    padding: 3em 2% 5em !important;
}

.atouts .atouts-cont {
    padding: 1rem 0% 1rem;
}

.atouts:after {
    display: none;
}

.v_box span {
    max-width: 280px !important;
}
   

      .vehicules_flex{
        padding: 40px 2% 10px 4% !important;
    }

.vehicules_flex:before {
    background-size: 250px !important;
}


    .tete .header .flex-menuP {
        width: 60%;
    }

.body-page-1 .slogan {
    width: 70% !important;
    left: 15% !important;
 
}

    .fluid-infos {
        position: fixed;
        top: 20vh;
        right: 0;
        z-index: 9999
    }

    .fluid-infos .infos {
        display: block;
        position: relative
    }

    .fluid-infos .infos p.tel {
        margin: 0;
        position: relative;
        left: 155px;
        transition: .5s;
        background: var(--color1);
        line-height: 1;
        padding: 9px 9px;
        display: table;
        color: var(--color0)
    }

    .fluid-infos .infos p.tel span {
        height: initial;
        line-height: 1;
        top: 7px;
        position: relative
    }

    .fluid-infos .infos .tel .icones {
        margin: 0 15px 0 0;
        width: 26px;
        height: 26px;
        float: left
    }

    .fluid-infos .infos p.tel:hover {
        left: 0
    }

    .fluid-infos .infos .btn-partage {
        position: relative;
        margin: 8px 0 0;
        display: flex;
        left: 155px;
        transition: .5s;
        background: var(--color1);
        line-height: 1;
        padding: 7px 9px;
        align-items: center
    }

    .fluid-infos .infos .btn-partage .icones {
        fill: var(--color0)
    }

    .fluid-infos .infos .btn-partage .icones.icone-partage {
        width: 25px;
        height: 25px;
        top: 5px;
        margin-right: 14px;
        fill: var(--color0)
    }

    .fluid-infos .infos .btn-partage:hover {
        left: 0
    }

    .fluid-infos .icone-share {
        display: block;
        width: 34px;
        height: 22px;
        fill: var(--color0);
        padding-right: 10px
    }

    .tete .header .btn-partage .icone-partage {
        display: block
    }
}

.fixed.tete {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    /* transform: translateY(-45px); */
    /* background-color: var(--color1); */
    /* border: none; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.fixed.tete .header {
    background: var(--color0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 2% 10px 8%;
}

.slogan .titre {
    font-size: 43px;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    line-height: 55px;
}

.slogan .titre span {
    font-size: 48px
}

.slogan .sous-titre {
    font-size: 27px;
    font-family: var(--font_family_1);
    line-height: 45px;
    font-weight: 200;
    text-transform: uppercase
}

.body-page-1 .slogan {
    top: 47%;
    left: 25%;
    /* transform: translate(-50%, -50%); */
    text-align: center;
    width: 50%;
    padding: 0 5%;
    /* margin: auto; */
    position: absolute;
    z-index: 2;
    color: var(--color0);
}

.video-accueil {
    position: fixed;
    top: 0;
    left: 50%;
    width: 120%;
    width: 120vw;
    height: 100vh;
    margin-left: -60%;
    margin-left: -60vw
}

.video-accueil video {
    width: 100%;
    height: auto;
    vertical-align: top;
    z-index: 1;
    position: relative
}

.video-accueil .banniere {
    z-index: 0
}

.banniere {
    position: relative;
    top: 0 !important;
    margin-left: 0;
    height: 100%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.body-page-1 .banniere:after {
    content: "";
}

.body-page-1 .banniere:before {
    content: "";
    position: absolute;
    backdrop-filter: none;
    background-size: contain;
    background-repeat: no-repeat;
}

.banniere:after {
    /* content: ''; */
    background: #00000040;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block
}
@keyframes zoomSO {
  0% {
    scale: 1;
  }
    50% {
        scale:1.3;
    }

  100% {
    scale: 1;
  }
}
.banniere .mySwiper-bann img {
    animation: 30s infinite ease zoomSO;
}

.banniere::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    background: #0000004f;
    height: 100%;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    pointer-events: none
}

.banniere img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.body-page-1 .banniere::before {
    
}
.socialsAB {
    position: absolute;
    z-index: 10;
    right: 80px;
    /* top: 53%; */
    /* transform: translateY(-50%); */
    bottom: 60px;
    left: 4%;
    display: none;
}

.body-page-1 .socialsAB {
    display: block;
    transition: all .3s ease;
}

.socialsAB.fixedd {
    left: 8%;
}


.btn-descendre,a.btn-descendre {
    width: 40px;
    height: 40px;
    position: absolute;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    /* background: #fff; */
    border-radius: 100px;
    /* margin-top: 23px; */
    z-index: 10;
    right: 8%;
    background-color: #ffffff05;
    border: 1px solid #eeeeee24;
    backdrop-filter: blur(5px);
    bottom: 60px;
    transition: all .3s ease;
}

a.btn-descendre:hover {
    background: var(--color5);
}

a.btn-descendre.hidden-xs.hidden-sm {}

.btn-descendre i {
    font-size: 25px;
    color: var(--color0);
}


.btn-partage {
       display: flex;
    background-color: #ffffff05;
    width: fit-content;
    padding: 5px 15px;
    backdrop-filter: blur(5px);
    border: 1px solid #eeeeee24;
    border-radius: 50px;
}
/********************* Atout AT ****************************/
.atout-item__text {
  color: #939393;
  font-size: 15px;
  margin-top: 20px;
}
.atout {
  position: relative;
  padding: 3em 8%;
  background: url(../images/bg-atout-2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.Atout-AT {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 390px;
}

.Atout-AT .swiper {
  overflow: hidden;
  position: relative;
  padding: 5% 1%;
  height: 100%;
  min-height: 429px;
  background: #f7f7f7;
}

/*att-am*/
.atouts-card {
    position: relative;
    padding: 20px 10px 20px;
    transition: all .2s linear;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 20%);
    overflow: hidden;
    /* border-radius: 20px; */
    min-height: 280px;
    border: 1px solid #00000047;
    display: flex;
    align-items: center;
}

.atouts-card:hover, .atouts-card:hover h3 {color: var(--color0);}

.atouts-card:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000e3;
    transition: all .3s linear;
    all 3s animation-timing-function: linear;
    z-index: -1;
    inset: 0;
    /* transform: translate3d(0px, 101%, 0px); */
    /* transform: scale(0); */
    /* border-radius: 20px; */
    transform: translate(0px, 101%);
}

.atouts-card:hover:before {
    bottom: 100%;
    transition: all .3s ease;
}




.atouts-card:hover:before {
    transform: translate(0, 0);
}

.atouts-card:hover {
    transition: all .3s ease;
}

.atouts-card:hover:after {
    opacity: .2;
}

.atouts-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/logo-w.png);
    background-size: 44%;
    background-repeat: no-repeat;
    background-position: right bottom;
    /* background-position: center; */
    opacity: 0;
}

.atouts-card {}

.atouts-card:hover p {
    color: var(--color0);
    opacity: .9;
}


.card-head {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card-head p {
    color: #939393;
    font-size: 15px;
}

.card-head .a-head {
    width: 100%;
    height: 100%;
    position: absolute;
}

.card-head .a-head:before {
    content: '';
    position: absolute;
    height: 180px;
    width: 180px;
    background: red;
    top: -190px;
    left: -80px;
    background: linear-gradient(90deg, var(--insur-primary, #0ce0ff) 0%, var(--insur-base, #015fc9) 100%);
    border-radius: 50%;
    z-index: -1;
}

.card-head .a-head span {
    position: absolute;
    right: 0;
    top: -100px;
    font-size: 50px;
    font-family: var(--font_family_2);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #e0e4e8;
}

.atouts-card:hover img {filter: brightness(0) invert(1);}

.atout .swiper-slide img {
    height: 60px;
    width: auto;
}

.card-head h3 {
    color: #000000c4;
    font-size: 19px;
    font-family: var(--font_family_2);
}

/*att-am*/

.atout-item-AT {
   filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.06));
   border-top: 1px solid #1c1c1c;
   background: #fff;
   padding: 13px;
   height: 280px;
   transition: all 0.4s ease-in-out;
   border-radius: var(--border-radius);
}
.atout-item_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  transition: 500ms ease;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: -2;
}
.atout-item_icon {
  margin-top: -51px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s ease-in-out;
  width: 90px;
  height: 90px;
  border-radius: 500px;
  background-color: #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.atout-item__title {
  text-align: center;
  font-family: var(--font_family_2);
  font-size: 25px;
  color: var(--color2);
}
.atout-item__content {
  text-align: center;
  margin-top: 15px;
}
.atout-item-AT:hover {
  background: transparent;
  border-color: var(--nuanceColor1);
}
.atout-item-AT:hover .atout-item_bg {
  opacity: 1;
}
.atout-item_bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.atout-item-AT:hover .atout-item_bg:before {
  opacity: 1;
}
.atout-item-AT:hover h2 {
  color: var(--color0);
  font-family: ;
}
.atout-item-AT:hover p {
  color: #DDD;
}
.atout-item-AT:hover .atout-item_icon {
  transform: scale(0.8);
  background: var(--color0);
}
.atout-item-AT:hover .atout-item_icon img{
    filter:brightness(0);
}


/********************************************************/

/********/

    .swiper {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
    }
    .swiper-wrapper {
        display: flex;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* background: #fff; */
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 30px;
    }

.swiper-slide i {
    font-size: 70px;
    color: var(--color5);
}

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.atout-item_icon img {
  width: 50px;
  height: 50px;
  display: unset;
  filter: brightness(0) invert(1);
  object-fit: unset;
}
.swiper-button-next {
    /* right: 0; */
}

.swiper-button-prev {
    /* left: 0; */
}

.swiper-button-prev, .swiper-button-next {
    color: #414e47;
}

.mySwiper-bann .swiper-button-prev, .mySwiper-bann .swiper-button-next {
    background: #ffffff2b;
    backdrop-filter: blur(5px);
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color0);
    margin: 0 80px;
    border: 1px solid #eeeeee38;
}

/***/

.mySwiper-bann .swiper-pagination {
    flex-direction: column;
    right: 100px;
    width: max-content;
    left: unset;
    top: 57%;
    bottom: unset;
    display: flex;
    transform: translateY(-50%);
    gap: 8px;
    opacity: 0.8;
    align-items: end;
    justify-content: center;
    height: 100%;
    padding-bottom: 40px;
}
.mySwiper-bann span.swiper-pagination-bullet {
    height: 3px;
    border-radius: 0;
    width: 27px;
    opacity: 1;
    background: var(--color0);
    transition: .3s ease;
    margin: 0 !important;
    margin: 8px 0 !important;
}

.mySwiper-bann span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    background: #9c262d;
}
.mySwiper-bann .swiper-button-next,.mySwiper-bann .swiper-button-prev {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: .6;
    transition: .4s ease;
    display: none;
}

.mySwiper-bann .swiper-button-next:after, .mySwiper-bann .swiper-button-prev:after {
    color: white;
    font-size: 20px;
}

/***/

span.swiper-pagination-bullet.swiper-pagination-bullet-active {}
/*****/
@-moz-document url-prefix() {
    .banniere img {
        filter: blur(4px);
        width: 100%
    }

    .body-page-1 .banniere {
        filter: blur(0);
        width: 100%;
        left: 0
    }
}


/******/

.scroll-container{
  width: 25px;
  height: 52px;
  border: 1px solid #fff;
  border-radius: 20px;
  position: relative;
}

.scroller{
  width: 10px;
  border-radius: 11px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: 7px;
  bottom: 32px;
  animation: scroller 1500ms ease-out infinite;
}

@keyframes scroller{
  0%{
    bottom: 34px;
  }
  5%{
    top: 4px;
  }
  32%{    
    bottom: 4px;
  }
  66%{
    top: 34px;
    bottom: 4px;
  }
  100%{
    top: 4px;
    bottom: 34px;
  }
}


/*********/

.btn-descendre:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* animation: pulse-border 1.5s ease-out infinite; */
    /* background: #fff; */
    z-index: -1
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}

.btn-descendre i {
    font-size: 30px
}


/**************/
/*************/

.body-page-1 .fluid-contenu .corps:before {
    content: "";
    position: absolute;
    background: url(../images/before1.png) no-repeat;
    background-size: contain;
    width: 570px;
    height: 570px;
    top: 29%;
    right: -16%;
}

.r-flex .row.recup-photos.gallery {
    position: relative;
}

.r_name {
    width: 150px;
    height: 150px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-facultatif);
    box-shadow: -1px 16px 28px 0px rgb(0 0 0 / 33%);
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: 66px;
    z-index: 99;
    color: var(--color3);
    text-align: center;
    padding: 10px;
}

.r_name:before {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border: 2px dashed var(--bg-facultatif);
    border-radius: inherit;
    animation: cspine 20s linear infinite;
}
@keyframes cspine {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.r-flex .row.recup-photos.gallery:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 140px;
    /* border: 1px solid var(--color1); */
    left: 183px;
    /* bottom: -40px; */
    top: -33px;
    /* z-index: 1; */
    border-radius: var(--border-radius);
    background-color: var(--color1);
    display:none;
}
.images-f {
    width: 100%;
}

.row.r-flex {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
    justify-content: center;
}

.row.r-flex .col-md-5 {
    right: 5px;
    top: -50px;
    padding: 0;
}

.propor.pic-1 {
    width: 81% !important;
    height: 480px;
}

.propor.pic-2 {
    position: absolute !important;
    width: 55% !important;
    /* height: 250px !important; */
    bottom: -110px;
    right: 40px;
    border: 7px solid var(--color0);
}


/*********/



/**/

.fluid-contenu {
    position: relative;
    z-index: 10;
    background: var(--color0);
    !i;!;
}

.body-page-1 .corps {
    /* background: #FDF8DD; */
    padding: 5em 9% 2em;    
}

.fluid-contenu .corps {
    padding: 5em 8% 2em;
}

.body-page-1 .corps h1 {
    color: var(--color5);
    margin: 0 0 30px;
    text-align: left;
}
.body-page-1 .corps .text-center{
    text-align:left;
    margin: 27px 0 0;
}
.page-contenu-home {
    position: relative;
    display: block;
    height: 494px;
    /* overflow: auto; */
}
.page-contenu-home:before {
    content: '';
    position: absolute;
    height: 100px;
    width: 100px;
    /* background: url('../images/star.png') center no-repeat; */
    right: -70px;
    background-size: cover;
    /* animation: upDown 6s alternate-reverse infinite; */
    bottom: 0;
    display: none;
}

@keyframes rotate{
    0%{
    transform:rotate(0deg)
    }
    100%{
    transform:rotate(360deg)
    }
}
.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.recup-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
}

.body-page-1 .corps .recup-photos .propor .propor-cont .imagecont img {border-radius: var(--border-radius);}

.recup-photos .propor {
    width: 100%;
    /* height: 590px; */
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.body-page-1 .corps .recup-photos .propor {
    border-radius: var(--border-radius);
    width: 100%;
}



.recup-photos .propor:after {
    padding-top: 78%;
    display: block;
    content: '';
}

.recup-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: var(--border-radius);
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    transition: .5s;
    background-color: var(--color2);
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.body-page-1 .corps .recup-photos .propor .propor-cont .imagecont .masque {
    border-radius: var(--border-radius);
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: .7;
    filter: alpha(opacity=70)
}

.recup-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

/*******/
/***/



.realisations .propor{
    height:100%;
}

.realisations .row.recup-photos.gallery .col-md-3 {
    width: 100%;
    margin: 0;
    padding: 0
}


.realisations .row.recup-photos.gallery {padding: 0;display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;grid-template-areas:
"item4 item5 item2 item3"
"item6 item5 item1 item1";grid-template-rows: 300px 300px;grid-gap: 5px;position: relative;}

.realisations .row.recup-photos.gallery:before {

}

.realisations .row.recup-photos.gallery .col-md-3:first-child {
    grid-area: item1
}

.realisations .row.recup-photos.gallery .col-md-3:last-child,.realisations .row.recup-photos.gallery .col-md-3:nth-child(5) {
    grid-area: item5;
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(2) {
    grid-area: item2
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(3) {
    grid-area: item3
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(4) {
    grid-area: item4
}
.realisations .row.recup-photos.gallery .col-md-3:nth-child(5) {
    grid-area: item5
}
.realisations .row.recup-photos.gallery .col-md-3:nth-child(6) {
    grid-area: item6
}
/***/


.navh .menu_principal .active a, .navh .menu_principal a:hover {
    opacity: 0.7;
}

.fixed .navh .menu_principal .active a,.fixed .navh .menu_principal a:hover {
    /* opacity: .7; */
    color: var(--color5) !important;
}


/*****/

.certifs {
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0);
    padding: 3em 7% 4em;
    /* background: url(../images/bg-white.jpg) no-repeat; */
    background-size: cover;
}

.certifs .cell.gauche {
    display: block
}

.certifs .cell.gauche .contenu {
    /* padding: 1em 13% 1em 13%; */
    /* text-align: center; */
}

.certifs .cell.gauche .contenu ul {
    column-count: 2;
}


.certifs .cell.droite {
    position: relative;
    display: block;
    padding: 12px 0 12px;
    width: 100%;
    margin: auto;
    /* background: white; */
    /* border: 1px solid #685e5e21; */
}

.certifs .logo-certifs {
    position: relative;
    padding: 30px 13% 20px
}

.certifs .swiper-slide {
    text-align: center;
    background: var(--color0);
}

.certifs .swiper-slide .img-swiper {
    position: relative;
    display: inline-block;
    border-radius: var(--border-radius);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 80% auto;
    -moz-background-size: 80% auto;
    background-size: contain;
    /* height: 100px; */
    background-size: 70%;
}

.certifs .swiper-slide img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    /* box-shadow: 0 0 1px var(--color1); */
}





.certifs .swiper-button-next i,.certifs .swiper-button-prev i {
    font-size: 23px;
    color: var(--color0);
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    opacity: 1;
    background: var(--color5);
    border-color: var(--color5);
}

.swiper-button-next:hover i, .swiper-button-prev:hover i {
    color: var(--color0);
}

.certifs .logo-certifs .row-certifs {
    position: relative;
    display: table;
    width: 100%
}

.certifs .logo-certifs .row-certifs .certif-inline {
    position: relative;
    display: table-cell
}

.certifs .logo-certifs .row-certifs .certif-inline>div {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 60% auto;
    -moz-background-size: 60% auto;
    background-size: 60% auto;
    text-align: center
}

.certifs .logo-certifs .row-certifs .certif-inline>div img {
    position: relative;
    overflow: hidden
}

.actualites .cell.photo a {
    display: block
}

.actualites .cell.photo.cover img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.actualites {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background-color: var(--color0);
    padding: 6em 10%
}

.actualites article {
    display: table;
    width: 100%
}

.actualites:nth-child(even+1) {
    direction: rtl
}

.actualites .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
    border-radius: var(--border-radius)
}

.actualites .cell.photo:hover {
    opacity: .95;
    filter: alpha(opacity=95)
}

.actualites .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 2px solid var(--color0)
}

.actualites:last-child .cell.texte {
    border-bottom: none
}

.actualites .cell.texte .contenu {
    padding: 3em 10%;
    text-align: justify;
    direction: ltr
}

.actualites .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.actualites .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: url(../images/puce.svg) no-repeat 0 9px
}

.actualites .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.view-btn-all {
    position: relative;
    display: table;
    margin: 20px auto
}

.view-btn-all i {
    margin-left: 8px;
    font-size: 14px
}

.actualites .date_post,.news .date-article {
    font-size: 15px;
    font-weight: 700;
    color: var(--color2)
}

.news .ligne-actus .date-article {
    margin-top: 18px;
    margin-bottom: 0
}

.news .ligne-actus .contenu-article {
    margin-top: 0
}

.news .contenu-article {
    margin-top: 21px
}

.AvisClientsBg {
    padding: 0 7%
}

.AvisClientsBg .bx-prev {
    left: -2vw
}

.AvisClientsBg .bx-prev:before {
    display: inline-block;
    content: "\f053";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color2);
}

.AvisClientsBg .bx-next {
    right: -2vw
}

.AvisClientsBg .bx-next:before {
    display: inline-block;
    content: "\f054";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color2);
}
/** Atouts ***/

.atouts-CH {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
}

.atouts {
    padding: 12rem 0 12rem 8%;
    background: var(--color2);
}

.atout-img, .atout-txt {
    width: 50%;
    min-height: 70vh;
}

.atout-txt {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.atout-img {
    position: relative;
    background: url('../images/atout-pic.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.atouts .h1 {
    text-align: left;
    margin-top: 0;
    position: relative;
    color: var(--color0);
}
.div-att {
    display: flex;
    gap: 20px;
}

.img-att {
    width: 100px;
    height: auto;
}

.img-att img {
    filter: brightness(0) invert(1);
}
.text-att {
    color: var(--color0);
}

p.legend-att {
    font-size: 21px;
}

p.text-legend {
    opacity: 0.6;
}


/******/

.AvisClientsBg .bx-next,.AvisClientsBg .bx-prev {
    text-indent: initial;
    font-size: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: -55px;
    justify-content: center;
    opacity: .7;
    transition: .5s
}

.AvisClientsBg .bx-next:hover,.AvisClientsBg .bx-prev:hover {
    opacity: 1
}

.AvisClientsBg .contenu .bx-viewport {
    padding: 28px 0 45px;
    display: block;
    height: auto!important
}

.AvisClientsBg.bg-optionnel-gris .h1 {
    color: var(--color0)
}

.etoiles .fa {
    color: #fc0
}

.AvisClientsList {
    margin: 0;
    padding: 0
}

.AvisClientsList li {
    list-style: none;
    background: 0 0
}

.AvisClientsList li:before {
    content: none
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients,.AvisClients:link,.AvisClients:visited {
    position: relative;
    background-color: var(--color0);
    padding: 3rem 9% 3rem;
    text-align: center;
    height: 330px;
    margin-top: 0;
    display: block;
    text-decoration: none;
    border-radius: var(--border-radius)
}

.AvisClients:active,.AvisClients:hover {
    background-color: var(--color0)
}

.AvisClients .h {
    font-size: 21px;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0
}

.AvisClients p {
    font-size: 15px;
    margin-bottom: 0;
    color: var(--color3);
    padding-top: 15px
}

.AvisClients .blazy {
    font-size: 16px;
    color: var(--color0);
    width: 128px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -64px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0)
}

.AvisClientsBg .bx-pager {
    bottom: 17px
}

.avisContent:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.avisContent:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.temoignageScroll {
    max-height: 200px;
    text-align: center;
    overflow: hidden
}

.temoignageScroll .scrollbar-content {
    padding: 0 10px 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    font-size: 15px;
    padding: 4px 0
}

.date_post i {
    margin-right: 8px
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 70px
}

.livre-elements {
    padding: 0 12%;
    margin-bottom: 40px;
    text-align: center
}

.livre-elements .livre-ligne {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
}

.livre-elements .blazy {
    margin: 0 auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
    width: 115px;
    height: 115px
}

.livre-elements .pseudo {
    margin-bottom: 6px;
    font-size: 21px;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.livre-elements .date {
    margin-bottom: 2px!important;
    color: var(--color2)
}

.livre-elements .etoiles {
    margin-bottom: 0!important
}

.livre-elements .temoignage {
    text-align: center;
    display: block;
    margin-top: 20px
}

.livre-elements .temoignage:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.livre-elements .temoignage:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.divAvis {
    padding: 25px 27px;
    margin-bottom: 3rem;
    background-color: var(--bg-facultatif);
    border-radius: var(--border-radius);
    width: 48%
}

.btn-avis {
    margin-bottom: 30px
}

.modal-content a,.modal-content a:link,.modal-content a:visited {
    color: var(--color2)
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--color2);
    font-size: 1.6vw;
    font-weight: 700;
    text-shadow: none
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 9999;
    font-size: 16px;
    color: var(--color0)
}

.modal-backdrop.in {
    z-index: 0
}

.modal-open .modal {
    z-index: 99997;
    background: rgb(0 0 0 / 20%);
    color: var(--color2);
    text-shadow: none;
    font-family: Arial,Helvetica,sans-serif
}

.modal-content .btn-close {
    border: 0;
    background: 0 0;
    padding: 0;
    font-size: 21px;
    color: var(--color2);
    opacity: .2;
    line-height: 1
}

.modal-content .form-control {
    min-height: 44px;
    border-radius: 2px
}

.modal-content .btn-close:focus,.modal-content .btn-close:hover {
    opacity: .5
}

.modal-content .submit-review {
    padding-right: 60px!important
}

.modal-content label.control-label {
    display: none;
    padding-top: 0!important
}

.modal-content label.control-label.label-note,.modal-content label.control-label.label-photo {
    display: block;
    padding-top: 14px!important
}

#add-review {
    text-align: center
}

#add-review .form-group {
    text-align: left
}

#add-review input[type=file] {
    display: block;
    width: 100%;
    height: 50px
}

#add-review #stars-existing {
    margin: 0 auto 10px;
    display: block;
    text-align: left;
    padding-top: 15px
}

#add-review .form-group #captcha {
    height: 46px!important
}

.formulaire #add-review .form-group .form-control,.formulaire #add-review .form-group input,.formulaire #add-review .form-group textarea {
    background: var(--color0);
    border: 1px solid #ccc;
    color: var(--color2);
    border-radius: 2px
}

.modal-content .form-control::placeholder {
    color: var(--color2)!important;
    opacity: 1
}

#add-review .submit-review {
    margin: 15px auto!important;
    padding: 14px 15px!important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 100px
}

#add-review .form-group.form-group-1 .col-md-10,#add-review .form-group.form-group-2 .col-md-10,#add-review .form-group.form-group-4 .col-md-10 {
    width: 100%
}

#add-review .conditions,.modal-content .email-block {
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color2)!important
}

.cont-slider {
    position: relative
}

.sudo-slider {
    width: 100%;
    z-index: 8999999
}

.sudo-slider .slide {
    text-align: center;
    height: 135px;
    line-height: 135px
}

.sudo-slider .slide img {
    max-height: 100%
}

.cont-slider .controls {
    z-index: 9002;
    display: inline-block;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    text-align: center
}

.cont-slider .controls ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cont-slider .controls ol li {
    display: inline-block;
    background: 0 0;
    padding: 0
}

.cont-slider .controls ol li a {
    display: block;
    width: 10px;
    height: 10px;
    background: var(--color2);
    margin: 0 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    opacity: .5
}

.cont-slider .controls ol li.current a {
    opacity: 1
}

.cont-slider .controls ol li a span {
    display: none
}

.centerservice2 {
    margin: 0 16%!important
}

.centerservice {
    margin: 0 33%!important
}

/***** Numbers *******/
.numbers_block{
    
display: none;
    
position: relative;
    
padding: 20px 13% 80px;
}

.body-page-1 .numbers_block {
    display: block;
}

.numbers_block .n_boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 40px;
    text-align: center;
}

.n_boxes .n_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 33%;
}

.n_boxes .n_box span {
    font-size: 75px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #DFB947;
    padding-bottom: 10px;
}

.n_boxes .n_box p {
    font-size: 25px;
    height: 40px;
}

/********/
.services {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0);
}

.body-service-list .services {
    /* padding: 0 6%; */
}
.swiper-navigation {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 10px;
    margin: 20px auto 0;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 10px 5px;
}

.swiper-button-prev i, .swiper-button-next i {
    font-size: 20px;
    color: var(--color5);
}

.banniere .swiper-button-prev i, .banniere .swiper-button-next i {
    color: var(--color0);
}

.swiper-button-prev, .swiper-button-next {
    height: 40px;
    width: 40px;
    border: 1px solid var(--color5);
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 50%; */
    background: #ffffff2b;
    backdrop-filter: blur(5px);
    height: 45px;
    width: 45px;
    position: absolute;
}

.Atout-AT .swiper-button-next {
    /* right: 43%; */
}

.Atout-AT .swiper-button-prev {
    /* left: 43%; */
}

.atouts .swiper-button-prev, .atouts .swiper-button-next {
    background: var(--color3);
    border-color: var(--color3);
}

.body-page-1 .services ,.body-pageseo .services {
    padding: 5rem 8% 10rem;
    /* background: url('../images/wall.jpeg') no-repeat; */
    /* background-blend-mode: soft-light; */
    background-size: cover;
    color: var(--color0);
    /* background-color: var(--color2); */
}

.body-page-1 .services:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /* background: linear-gradient(90deg, var(--color2), white, var(--color1)); */
    background-size: contain;
    height: 20px;
    width: 100%;
}


.body-page-1 .services:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    /* background: linear-gradient(90deg, var(--color2), white, var(--color1)); */
    background-size: contain;
    height: 20px;
    width: 100%;
}

.body-page-1 .services h2, .body-pageseo .services h2 ,.body-page-1 .services h2 span, .body-pageseo .services h2 span {
    /* color: var(--color0); */
}

.body-page-1 .services h2:before, .body-pageseo .services h2:before {
    /* background: var(--color0); */
}

.btn-service {
    text-align: center;
    margin: 10px 0
}

.card-img,.img-service img,.liste-services,.swiper-container1 {
    width: 100%;
    position: relative
}

.card-img:before {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .1%) 1%, #000000b5);
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    z-index: 1;
    left: 0;
}

.liste-services {
    margin: 0 auto
}

.liste-services .swiper-container {
    overflow-x: clip;
    overflow-y: visible;
}

@media(min-width: 1200px) {
    .container-service {
    }
}

.card-body {
    padding: 0 2rem 0rem;
    text-align: start;
}

.card-body a.btn-card {
    max-width: 80%;
}

a.btn-card {
    /* display: block; */
    transition: .15s;
    text-decoration: none;
    position: absolute;
    left: 20px;
    padding: 0 !important;
    z-index: 2;
    text-transform: initial;
    font-size: 16px;
    width: fit-content;
    /* min-width: fit-content; */
    border: none;
    background: none;
    color: var(--color0);
    margin: 0;
    bottom: 30px;
}
.card-body a.btn-card:before {content: '';position: relative;width: 16px;height: 1px;background: var(--color0);margin-right: 11px;display: inline-block;top: -4px;transition: all .4s ease;}

.service-card:hover .card-body a.btn-card:before {
    width: 36%;
}
.card-body a.btn-card:hover:before {
    width: 36px;
}
a.btn-card.bouton-principal.service-all {
    height: 100%;
    width: 100%;
    z-index: 1;
    inset: 0;
}

.btn-card:hover:before {
    background: none;
}

a.btn-card:hover {
    color: var(--color0);
}

.card-title h3 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: initial;
    /* margin-bottom: 21px; */
    font-family: var(--font_family_1);
    color: var(--color0);
    text-align: start;
    position: absolute;
    left: 20px;
    z-index: 3;
    bottom: 50px;
    padding-right: 10px;
}

.btn-card:before ,.btn-card:after {
    display: none;
}

.btn-card:before {
    display: none;
}

.navigation_box {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 70px;
    margin: 15px auto 0;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 10px 5px;
}

.service-card:hover {
    box-shadow: 0 14px 28px rgb(0 0 0/20%);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: .4s
}
.swiper-container1 ,.swiper-container3 {
    margin: 0 auto;
    overflow-x: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    height: 100%;
    overflow-y: visible;
}

.img-service img {
    height: 500px;
    border-radius: 0;
    border: none;
    object-fit: cover;
}

.liste-services .swiper-wrapper {
    padding: 10px 0
}

.service-card {
    display: block!important;
    width: 100%;
    height: fit-content!important;
    /* background: var(--color0) !important; */
    overflow: hidden;
    border-radius: var(--border-radius);
    margin: 0;
    position: relative;
    z-index: 0;
    border: none;
    transform: translateY(0);
    transition: .3s!important;
    /* border: 1px solid #dbd5d5; */
}

.service-card:before {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .1%) 1%, #000000b5);
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    /* z-index: 1; */
}

.service-card:hover:before {
    background: -webkit-linear-gradient(top,rgba(255,255,255,.1%) 1%,#000000d1);
}

/********/
.AvisClientsBg,.realisations {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 3em 0% 0;
    background: var(--color0);
}

.realisations {
    /* background: var(--color0); */
}

.AvisClientsBg {
    background: var(--bg-facultatif);
}

.news .propor,.realisations .galerie .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.news .propor:after,.realisations .galerie .propor:after {
    padding-top: 78%;
    display: block;
    content: ''
}

.news .propor .propor-cont,.realisations .galerie .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.news .propor .propor-cont .imagecont,.realisations .galerie .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.news .propor .propor-cont .imagecont .imagefond,.realisations .galerie .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.news .propor .propor-cont .imagecont .masque,.realisations .galerie .propor .propor-cont .imagecont .masque {
    transition: all .4s ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.news .propor .propor-cont .imagecont:hover .masque,.realisations .galerie .propor .propor-cont .imagecont:hover .masque {
    opacity: .8;
    filter: alpha(opacity=80)
}

.news .propor .propor-cont .imagecont:hover .imagefond,.realisations .galerie .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.intervention {
    position: relative;
    z-index: 1;
    background: url('../images/slide01.jpg') center no-repeat !important;!i;!;!i;!;
    background-size: cover !important;
    background-attachment: fixed !important;!i;!;
    padding: 4em 8%;
}

.intervention h2 {}

.acc-map iframe {
    display: block;
    width: 100%;
    max-height: 470px;
}

.acc_map iframe {
    width: 100%;
    max-height: 350px;
}

.intervention:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(177deg, #000000bf 20%, var(--color2) 100%);
    opacity: 0.8;
}

.intervention .contenu {
    padding: 0 8%;
    color: var(--color0);
    font-size: 17px;
    opacity: .9 !important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

.zone_btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.intervention .contenu a,.intervention .contenu a:link,.intervention .contenu a:visited {
    color: var(--color0)
}

.intervention h2, .intervention h2 span {
    color: var(--color0);
    margin-top: 0;
    opacity: 1 !important;!i;!;
}

.intervention h2:before {
    background: var(--color0);
}

.intervention ul {
    margin: 20px 0 20px;
    column-count: 3;
    width: 70%;
}

.note-avis {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2rem
}

.nbr-note {
    font-size: 40px;
    margin-right: 4rem
}

.pied {
    position: relative;
    z-index: 1;
    background: #000000f2;
}

.pied .bande1 {
    position: relative;
    padding: 4rem 10% 3rem;
    color: var(--color0);
}
.pied .bande2:before {
    content: '';
    position: absolute;
    top: 0;
    background: #ffffff4a;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
}

.pied .horaire-table tr td, .pied .horaire-infos {
    color: var(--color0) !important;
}
.bande_contact_footer {
    padding: 70px 10% 50px;
    background: #f7f7f7;
}

.bande_contact_footer .row1 {
    position: relative;
    display: block;
    /* background: var(--bg-facultatif); */
    padding: 5rem 28%;
    border-radius: var(--border-radius);
}

.bande_contact_footer .row1::after {
    display: block;
    width: 232px;
    height: 1px;
    content: "";
    background: var(--color0);
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    margin-top: 49px
}

.pied .bande2 {
    position: relative;
    padding: 10px 10%;
}

.pied .title_footer {
    color: var(--color0);
    font-family: var(--font_family_1);
    font-size: 22px;
    padding: 0 0 20px;
    position: relative;
    font-weight: 200;
    float: left;
    width: 100%;
}

.pied .title_footer::before {
    content: "";
    width: 75px;
    height: 10px;
    background: var(--color0);
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 2px
}

.pied .navf .menu_footer {
    color: var(--color0);
    padding: 15px 20px;
    list-style-type: none;
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
}

.pied .navf .menu_footer li {
    display: block;
    padding: 0 0 4px;
    background: 0 0;
    position: relative
}

.pied .navf .menu_footer li:last-child {
    border: none
}

.pied .navf .menu_footer li a,.pied .navf .menu_footer li a:visited {
    font-size: 16px;
    padding: 0 0 0;
    color: inherit;
    text-decoration: none
}

.pied .navf .menu_footer li a:hover {text-decoration: underline;}

.pied .navf .menu_footer li.active a {
    color: var(--color0);
    text-decoration: underline;
}

.pied .navf .menu_footer li.active a:hover {
    text-decoration: none
}

.pied .menu_referencement {
    color: var(--color0);
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: justify;
    padding: 0
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: 0 0
}

.pied .menu_referencement li:before {
    content: none
}

.pied .menu_referencement li:after {
    content: " - "
}

.pied .menu_referencement li:last-child:after {
    content: ""
}

.pied .menu_referencement li a,.pied .menu_referencement li a:visited {
    color: inherit;
    font-size: 16px;
    text-decoration: none
}

.pied .menu_referencement li a:hover {
    text-decoration: underline;
}

.pied .menu_referencement li.active a:hover {
    text-decoration: none
}

.pied address {
    margin: 0;
    padding: 15px 30px 0px 0;
    color: var(--color0);
    font-size: 16px;
    float: left;
    width: 100%;
    position: relative;
}

span.a_title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 0 0;
    padding: 0 0 10px 0
}

p.info_2 {
    padding-right: 35px !important;
    font-size: 15px;
}

.flex-address {
    position: relative;
    display: flex
}

.flex-address {}

.flex-address i {
    margin-top: 3px!important
}

address i {
    margin: 0;
    margin-right: 12px;
    font-size: 16px;
    color: var(--color5);
    width: 16px
}

footer address i {
    color: var(--color0);
}

.pied address p.tel a {
    color: inherit;
    text-decoration: none
}

.pied address p a {
    text-decoration: none;
    color: inherit
}

.pied address p a:hover {
    text-decoration: underline
}

.pied .scrollbars {
    margin: 15px 0 0;
    height: 260px;
    position: relative;
    float: left;
    width: 100%;
}

.pied .horaires {
    color: var(--color3);
    padding: 0px 0 35px;
    margin: 15px 0 0;
    font-size: 16px;
    float: left;
    width: 100%;
}

.horaires {
    display: inline-grid
}

p.horaires i {
    display: none;
}

.horaires i {
    margin: 4px 0 0;
    margin-right: 12px;
    font-size: 16px;
    color: var(--color2)
}

.pied .copyright-footer {
    margin: 5px 0 0;
    text-align: center
}

#logoFD svg * {
    fill: var(--color0);
}

#logoFD svg {
    width: 210px
}

.pied .btn-like {
    padding: 20px 0 0
}

.pied .btn-partage {
    text-align: right;
    /* padding: 10px 0 0; */
    display: flex;
    justify-content: flex-end;
}

.pied .col-md-4:nth-child(3) {
    display: flex;
    justify-content: end;
}

.scrollbars {
    width: 100%;
    height: 28vh
}

.scrollbar-path-horizontal,.scrollbar-path-vertical {
    position: absolute;
    background-color: #ececec;
    z-index: 100
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: var(--color0)
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0;
    height: 100%;
    width: 5px;
    box-shadow: inset 1px 0 1 rgba(0,0,0,.1)
}

.scrollbar-path-horizontal {
    box-shadow: inset 0 1px 1 rgba(0,0,0,.1)
}

.scrollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--color1)
}

.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%
}

.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%
}

.scrollbar-handle,.scrollbar-path-horizontal,.scrollbar-path-vertical {
    border-radius: 5px
}

.scrollbar-content {
    padding: 0 30px 0 0;
    float: none!important
}

.prestation {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0);
    margin-bottom: 3rem;
}

.prestation:nth-child(even) {
    direction: rtl
}

.prestation .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
    border-radius: var(--border-radius);
    min-height: 460px;
}

.prestation .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 2px solid var(--color0)
}

.prestation:last-child .cell.texte {
    border-bottom: none
}

.prestation .cell.texte .contenu {
    padding: 90px 10%;
    text-align: center;
    direction: ltr
}

.prestation .cell.texte .contenu p {
    padding: 0 0 20px;
    text-align: center;
}

.prestation .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.prestation .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: url(../images/puce.svg) no-repeat 0 9px
}

.prestation .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.body-contact h2 {
    color: var(--color1);
    text-transform: none;
    position: relative;
    margin-bottom: 55px;
    font-weight: 600
}

.tab-coordonnes h2:before {
    content: "";
    width: 75px;
    height: 2px;
    background: var(--color1);
    position: absolute;
    top: 50px;
    left: 0
}

.body-contact .tab-formulaire .cell.droite h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px
}

.body-contact .tab-formulaire .cell.droite h2:before {
    content: "";
    width: 75px;
    height: 2px;
    background: var(--color1);
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -37px
}

.contact .tab-coordonnes {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0)
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    border-top: 2px solid var(--color0)
}

.contact .tab-coordonnes .cell.gauche .contenu {
    padding: 0em 7% 0;
}

.contact .tab-coordonnes .cell.centre {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-coordonnes .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-formulaire {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--bg-facultatif);
    padding: 5rem 28%;
    margin: 5em auto;
    border-radius: var(--border-radius);
}

.contact .tab-formulaire .contenu h2 {
    text-align: center;
    margin-bottom: 37px;
    color: var(--color5);
}

.contact .plan {
    font-size: 0;
    display: flex;
    flex-direction: row;
    height: 100%;
    gap: 20px;
    flex-wrap: wrap;
}

.contact .plan > div {
    width: 48%;
}

.contact .plan .block #googlemapapi,.contact .plan iframe {
    width: 100%!important;
    height: 540px!important;
}

.contact .coordonnees {
    padding: 0 0 20px
}

.contact .coordonnees h2 {
    margin-top: 20px
}

.contact .coordonnees address p {
    padding: 0 0 10px 0
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none
}

.contact .coordonnees address p span.intitule {
    font-weight: 700
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit
}

.contact .coordonnees address p a:hover {
    text-decoration: underline
}

.contact .description-contact {
    padding: 0 0 10px
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0!important;
    padding-right: 0!important
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0!important;
    padding-right: 0!important
}

.contact .formulaire .form-group .col-md-4 {
    display: none
}

.contact .formulaire .form-group .col-md-8 {
    width: 100%!important
}

.form-group .label-rgpd strong,.info-rgpd a,.info-rgpd a:visited,.info-rgpd strong {
    color: var(--color1)
}

.contact .formulaire .control-label {
    text-align: left!important;
    font-weight: 400
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0!important;
    margin-left: 0!important;
    margin-right: 0!important
}

.contact .formulaire .form-group .form-control {
    background: #ffffff9e;
    border: 1px solid #00000052;
    box-shadow: none;
    border-radius: 0;
    width: 100%!important;
    font-size: inherit;
    color: var(--color1);
    border-radius: var(--border-radius)
}

.form-control:focus {
    color: #000;
    background: var(--color0)
}

.contact .formulaire .form-group textarea.form-control {
    height: 109px;
    position: static
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
    line-height: 1;
    line-height: 50px\9;
    padding: 0 12px
}

.contact .formulaire .form-group .form-control:active,.contact .formulaire .form-group .form-control:focus {
    border: 1px solid var(--color1);
}

.contact .formulaire .form-group select.form-control {
    height: 50px;
    line-height: 50px;
    padding: 5px 12px
}

@media screen and (-webkit-min-device-pixel-ratio: 0),screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance:none!important;
        -moz-appearance: none!important;
        appearance: none;
        background-image: url(../images/image-select.svg)!important;
        background-repeat: no-repeat!important;
        background-position: right 15px center!important;
        line-height: normal!important;
        background-size: 22px auto!important
    }

    .form-horizontal select.form-control option {
        color: inherit
    }
}

.contact .formulaire .form-group input[name=captcha] {
    width: 31%!important;
    height: 50px!important;
    display: inline-block;
    float: none!important;
    margin-right: 2%!important;
    vertical-align: top
}

.contact .formulaire .form-group input[name=captcha]+a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    height: 50px!important;
    border-radius: 0;
    padding: 0
}

.contact .formulaire .form-group input.btn-primary {
    display: inline-block;
    position: relative;
    float: right;
    padding-right: 70px
}

.contact .formulaire .form-actions {
    font-size: 12px
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
    padding: 15px 20px;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    background-color: var(--color5);
    color: var(--color0);
    text-align: left;
    /* border-radius: 30px; */
    font-size: 14px;
    border: none;
    text-decoration: none;
    transition: all .4s ease;
    background-size: 24px auto;
    background-position: left 90% center;
    background-image: url(../images/ico-envoyer.svg);
    background-repeat: no-repeat
}

.body-error404 a.btn.btn-default {
    background-image: none
}

.body-error404 a.btn.btn-default:active,.body-error404 a.btn.btn-default:hover,.contact .formulaire input.btn-primary:active,.contact .formulaire input.btn-primary:hover,.contact a.btn.btn-default:active,.contact a.btn.btn-default:hover {
    background-color: var(--color3);
    /* box-shadow: 0 0 7px #00000070; */
    /* transform: scale(1.03); */
    transition: .3s;
}

::-webkit-input-placeholder {
    color: var(--color1)!important
}

:-moz-placeholder {
    color: var(--color3)!important;
    opacity: 1!important
}

::-moz-placeholder {
    color: var(--color3)!important;
    opacity: 1!important
}

:-ms-input-placeholder {
    color: var(--color2)!important
}

.pageseo .formulaire .form-group input[name=captcha] {
    width: 100%!important;
    margin-right: 0!important;
    text-align: left!important
}

.pageseo .formulaire .form-group input[name=captcha]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0!important
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em
}

.flex-seoContain .seo-content h1,.flex-seoContain .seo-form h2.h1 {
    text-align: left
}

.flex-seoContain .seo-content h1:before,.flex-seoContain .seo-form h2.h1:before {
    left: 0;
    margin-left: 0;
    transform: initial;
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 3% 3em;
    background: var(--bg-facultatif)
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 240px;
    height: auto
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .description-galerie {
    padding: 0 0% 40px;
    text-align: justify
}

.gallery .multiple .ligne-photos .col-md-1,.gallery .multiple .ligne-photos .col-md-2,.gallery .multiple .ligne-photos .col-md-3,.gallery .multiple .ligne-photos .col-md-4,.gallery .multiple .ligne-photos .col-md-6 {
    padding-left: 10px!important;
    padding-right: 10px!important;
    margin-bottom: 20px
}

.gallery .multiple .ligne-photos {
    margin-left: 0!important;
    margin-right: 0!important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0
}

.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center
}

.custom-object-fit img {
    opacity: 0
}

.gallery .ligne-photos .propor:after {
    padding-top: 76%;
    display: block;
    content: ''
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.gallery .ligne-photos .propor .propor-cont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
    border-radius: var(--border-radius)
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    -webkit-transform: translateZ(0);
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    height: 100%
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: var(--border-radius)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: .7;
    filter: alpha(opacity=70)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.gallery .nav {
    margin: 10px 0;
    text-align: center
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    background: 0 0;
    padding: 0 3px 0 5px
}

.gallery .nav li:before {
    content: none
}

.gallery .nav li a.bouton-principal {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font_family_1);
    text-align: center;
    border-radius: var(--border-radius);
    background: var(--color1);
    text-decoration: none
}

.gallery .nav li a.bouton-principal:after {
    content: none
}

.gallery .nav li.active a {
    background: var(--nuanceColor1)
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 10px
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .bas-galerie a.bouton-principal {
    /* padding-right: 60px; */
}

.gallery .bas-galerie a.bouton-principal:after {
    background-image: none;
    width: 22px;
    height: 22px;
    content: "+";
    font-family: verdana;
    font-size: 35px;
    position: absolute;
    right: 20px;
    top: 7px
}

.header-sidebars,.sidebar-left,.sidebar-right {
    background-color: var(--color0);
}

.contactButton,.nav-item-active,.sidebar-bottom-controls a,.sidebar-divider-text,.sidebar-form label,.sidebar-left a,.sidebar-right a,.sidebar-send-button {
    color: var(--color0)!important
}

.header-sidebars {
    height: 25px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: -1px;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,.1);
    background: var(--color0);
}

.header-sidebars .header-top {
    display: table;
    height: 35px;
    width: 100%;
    background: var(--color0);
}

.header-top .icones {
    fill: white;
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    /* overflow-y: hidden; */
    width: 116px;
}

.top-logo img {
    position: absolute;
    left: 10px;
    top: 2px;
    height: auto;
    width: 152px;
}

.deploy-right-sidebar {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color-bg);
    height: 65px;
    width: 65px;
    background-position: center center;
}

.deploy-right-mail {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color-bg);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 65px;
    top: 0
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color-bg);
    background-size: auto 49%;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute;
    right: 130px;
    top: 0
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto!important;
    overflow-x: hidden!important;
    height: 100%;
    background-color: var(--color2);
}

.sidebar-right {
    font-family: var(--font_family_2)!important;
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    margin-right: 10px;
    box-shadow: -2px 0 2px 0 rgba(0,0,0,.1)
}

.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: var(--color0)!important;
    z-index: 1
}

.sidebar-right-logo {
    margin-left: 84px;
    top: 14px;
    right: 1px;
    max-width: 180px;
    float: inherit;
    max-height: 37px;
    position: relative
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: var(--color0)!important;
    background: var(--color5);
    /* opacity: .3; */
}

.submenu a:first-child {
    background-image: none!important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color-bg);
    position: relative
}

.sidebar-header-right .icones {
    fill: var(--color0);
}

.close-sidebar-right {
    height: 65px;
    width: 65px;
    margin-left: 0;
    display: block
}

.sidebar-right .close-sidebar-right {
    position: absolute!important
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    background: 0 0;
    padding-left: 18px;
    background: var(--color-bg);
}

.menu-mobile-dynamique li.active {
    background: var(--color1);
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: none
}

.menu-mobile-dynamique .sub-menu {
    background-image: linear-gradient(to bottom,var(--color1),var(--color1));
    padding-top: 18px;
    padding-bottom: 18px
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: var(--color0);
    height: 60px;
    padding-left: 29px;
    background-position: 6px 20.9px
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: 0 0
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: 0
}

.no-bottom {
    margin-bottom: 0!important
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px
}

.remonter button {
    display: block;
    padding: 6px 9px;
    text-align: center;
    border: none;
    background: rgba(0,0,0,.05);
    border-radius: 3px
}

.remonter button:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.deprecated-ie {
    text-align: center;
    color: #000;
    background: #eee
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0
}

.deprecated-ie a {
    line-height: 30px;
    font-family: Helvetica,arial,sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: underline
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color2);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color1)
}

.bx-pager.bx-default-pager a {
    background-color: var(--color2)
}

.bx-pager.bx-default-pager a.active,.bx-pager.bx-default-pager a:hover {
    background-color: var(--color2)
}

.vegas-timer-progress {
    background: var(--color0)
}

.icones {
    width: 32px;
    margin: 16px 0 0 16px;
    height: 32px;
    fill: var(--color0);
}

.deploy-right-sidebar .icones {
    width: 29px;
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "\f105";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    left: 5px;
    font-weight: 700;
    font-size: 15px;
    color: var(--color0);
}

.pied .btn-partage .icones {
    fill: var(--color0);
}

.remonter .icones {
    margin: 0 0 -5px;
    fill: var(--color1)
}

.tete .tel .icones, .tel-header .icones {
    width: 19px;
    margin: -2px 10px -3px 0;
    height: 17px;
    fill: var(--color0);
}

.fixed .tel .icones {
    /* fill: black; */
}

.btn-partage .btnp:hover .icones {
    fill: var(--color0);
}

.tete .infos.infos_small .btn-partage .icones {
    top: 5px;
    left: 0
}

.newsList {
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%
}

.newsList .ligne-actus {
    flex: 0 0 auto;
    margin: 0 0 30px;
    float: none
}

.news .date_post {
    text-align: center;
    color: var(--color0);
    font-weight: 800;
    font-size: 14px;
    font-size: clamp(12px,.5vw,14px);
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 0;
    top: 0;
    padding: 7% 4% 4%;
    z-index: 50;
    margin: 0;
    border-top-left-radius: var(--border-radius)
}

.news .date_post span {
    display: block;
    line-height: 13px;
    min-width: 84px
}

.news .date_post .s1 {
    font-size: 50px;
    line-height: 35px;
    padding-bottom: 5px;
    font-size: clamp(40px,2vw,50px)
}

.newsList .propor .propor-cont .imagecont .masque {
    background-color: rgba(250,250,250,.2);
    background-image: none
}

.news .propor .propor-cont .imagecont:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.newsList .propor {
    overflow: hidden
}

.newsList .item .h3 {
    color: var(--color1);
    padding: 5px 0 25px;
    margin: 0;
    font-weight: 200;
    font-family: var(--font_family_1)
}

.newsList .item:hover .h3 {
    color: var(--nuanceColor1)
}

.newsList .item .h3 a:hover {
    text-decoration: none
}

.item-news {
    position: relative
}

.newsItem .photo img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden
}

.newsItem .photo {
    width: 100%;
    height: 33vw;
    border-radius: var(--border-radius);
    overflow: hidden;
    height: clamp(300px,40vw,650px);
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-color: #f2f2f2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    image-rendering: optimizeQuality
}

.newsItem .contenu-article {
    padding: 15px 0 0;
    min-height: 200px;
    margin: 0
}

.newsItem .div-rs {
    margin: 0 auto 40px;
    display: flex;
    align-content: center;
    align-items: center
}

.newsItem .div-rs .btn-partage {
    display: flex;
    overflow: hidden;
    height: 36px;
    position: relative;
    top: 0;
    margin-left: 2rem
}

.newsItem .div-rs .btn-partage .icones {
    fill: var(--color1)
}

.newsItem .div-rs .btn-partage .btnp {
    background-color: var(--color0)
}

.newsItem .div-rs .btn-partage .btnp:hover {
    background-color: var(--color1)
}

.newsItem .div-rs .btn-partage .btnp:hover .icones {
    fill: var(--color0)
}

.newsItem .date_post {
    padding: 5% 3% 3%
}

.news_avant_apres {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%
}

.news_avant_apres>div {
    display: table-cell;
    float: none;
    padding: 0;
    height: 100%
}

.news_avant_apres a,.news_avant_apres a:visited {
    padding: 15px 30px;
    color: var(--color1);
    text-decoration: none;
    border: 1px solid var(--bg-facultatif);
    display: block;
    height: 100%;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    border-radius: var(--border-radius)
}

.news_avant_apres a:focus,.news_avant_apres a:hover {
    border-color: var(--color1);
    text-decoration: none
}

.news_avant_apres>div:last-child {
    right: -5px
}

.news_avant_apres a:focus b,.news_avant_apres a:hover b {
    text-decoration: none;
    color: var(--color1)
}

.navButtons,.navButtons:visited {
    padding: 0 0 10px;
    color: var(--color2);
    transition: .8s;
    text-decoration: none;
    display: block
}

.news_avant_apres a:focus span,.news_avant_apres a:hover span {
    color: var(--color2);
    text-decoration: none
}

.pagination>li {
    background: 0 0;
    padding-left: 0
}

.pagination>li>a,.pagination>li>span {
    color: var(--color1);
    border-color: var(--color3)
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    color: var(--color0);
    background-color: var(--color1);
    border-color: var(--color1)
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    color: var(--color1);
    background-color: var(--color0)
}

@media (min-width: 768px) {
    .dispaly_flex {
        display:flex
    }

    .flex_child_2 {
        flex: 2
    }

    .flex_child_1 {
        flex: 1
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow:scroll
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0
    }
}

@media (max-width: 991px) {
    .contact .formulaire .form-group>label.control-label {
        display:block;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transform: translateZ(0);
        bottom: 11px;
        opacity: .5;
        position: relative;
        font-size: 0
    }
    .images-f:before ,.page-contenu-home:before{
        display:none;
    }
    #contactButtonsMobile a{   
        background: var(--color4) !important;
    }
    a.btnp.btn-twitter {
    background: url(../images/twitter.png) no-repeat center;
    background-size: 50%;
}
    .AvisClientsBg .contenu .bx-viewport{
        padding: 30px 0 20px;
    }
    .AvisClients, .AvisClients:link{
         height:100%;
         padding: 3rem 2% 3rem;
    }
    .atouts-card{
        width:100%;
    }
    .h1, h1{
        margin-bottom: 20px;
    }

.atout-img, .atout-txt {
    width: 100%;
}

.atout-img {
    display: none;
}

.atouts-CH {
    display: flex;
    flex-direction: column;
}

.img-center {
    display: none;
}

.atout-cont {
    display: flex;
    flex-direction: column;
}

.atout-left, .atout-right {
    width: 100%;
    gap: 11px;
}

.atout-left .atout {
    display: flex;
    flex-direction: row;
    text-align: left;
}

.picto-atout {
    width: 19%;
    max-width: 10%;
}
     /*********/


     .realisations .row.recup-photos.gallery {
        padding: 0;!;!importan;
        display: grid;!;!importan;
        grid-template-columns: 1fr 1fr;!;!importan;
        grid-template-areas:
            "item1 item2"
            "item3 item4";
        grid-template-rows: 150px 150px;
        grid-gap: 7px;!;!importan;
    }
       .realisations .row.recup-photos.gallery .col-md-3:nth-last-child(-n+2) {
        display: none;
    }
    /********/
    .AvisClientsBg{
        padding: 2em 0% 2em;
    }

.atouts .atouts-cont {
    padding: 0rem 5% 1rem;
}
    
.propor.pic-1 {
    inset: 0;
}
    .contact .plan{
        flex-direction: row;
        margin-bottom: 20px;
    }
    .f-block:before{
        display:none;
    }
.added-block{
    padding: 50px 25px;
}
.contact .plan > div {
    width: 100%;
}
    p.info_2{
        padding-right:10px !important;
    }
    .slogan h1{
        text-align:center;
    }
    .a_box{
        display: flex;
        width:100%;
        padding: 10px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

.a_boxes .a-two img {
    height: 270px;
    width: 340px;
}

.a_box div:nth-child(2) {
    margin: 0;
}

.atouts p {
    width: 100%;
}

.atouts h3 {
    font-size: 19px;
}

.a_boxes .a-one {
    width: 100%;
}

.a_boxes .a-two {
    margin-top: 40px;
}

.atout_box {
    padding: 0;
}
    .n_boxes .n_box{
        width:100%;
    }
    .body-page-1 .fluid-contenu .corps:before ,.body-page-1 .services:before{
        display:none;
    }

.n_boxes .n_box p {
    font-size: 22px;
}

.numbers_block .n_boxes {
    flex-direction: column;
}

.numbers_block {
    padding: 20px 6% 80px;
}

.n_boxes .n_box span {
    font-size: 40px;
}
    .atout-box .a-infos h3{
        font-size:20px;
        height: fit-content;
    }
    .pied .bande1:before{
        display:none
    }
    .pied .bande1{
    }
    .certifs .cell.gauche .contenu ul{
        column-count:1;
    }
    .card-title h3{
        font-size:20px;
    }
    .certifs{
        
padding: 3em 2% 4em;
    }

.swiper-cont {
    display: flex;
    flex-wrap: wrap;
}

.swiper-cont .swiper-slide {
    width: 45%;
}
    .row.r-flex .col-md-5{
        inset:0;
    }
      .recup-photos .propor {
        width: 100% !important;
    }

    .vehicules_flex .last_c{
        left:0;
    }
    .vehicules_flex:before{
        display:none;
    }
    .first_c .v_box ,.v_box{
        flex-direction: column;
        text-align:center;
        align-items: center;
    }

.v_box span {
    width: 100%;
    padding: 0 !important;
}

.v_box img {
    margin: 0 0 5px 0px;
}
    .swiper-navigation{
        margin-top:20px;
    }

.Atout-AT .swiper-navigation {
    /* top: 82%; */
    /* position: absolute; */
    /* margin: 0; */
    /* padding: 0; */
    /* width: 100%; */
}

.atout {
    padding: 3em 5%;
}

.certifs .swiper-button-next i, .certifs .swiper-button-prev i {
    color: var(--color2);
}
      .img-service img{
    height: 350px !important;
    }
    .row.r-flex .col-md-5{
        top:0;
        margin-top: 40px;
        display: none;
    }
     .row.r-flex ,.vehicules_flex{
        flex-direction:column;
        gap: 0;
    }

.body-page-1 .corps .text-start a {
    margin: 20px 0;
}

.body-page-1 article {
    padding: 0;
}

    .propor.pic-2 ,.r_name {
        display: none;
    }
     .atouts{
        padding: 2em 3% 2em !important;
    }

.atouts:after {
    display: none;
}
    .intervention{
        padding: 2em 2% 2em;
    }
 
    .body-page-1 .fluid-contenu .corps:before ,.body-page-1 .realisations:before{
        display:none;
    }

    .contact .formulaire .form-group>label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 5px
    }
    .certifs .swiper-slide .img-swiper{
        height: 130px;
        background-size: contain;
    }

    .container {
        max-width: none;
        width: auto
    }

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0 25%!important
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100%!important
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100%!important
    }

    .contact .formulaire .form-group input[name=captcha] {
        width: 100%!important;
        margin-right: 0!important;
        text-align: left!important
    }

    .contact .formulaire .form-group input[name=captcha]+a {
        position: absolute;
        width: 140px;
        top: 1px;
        right: 1px;
        margin-right: 0!important
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none
    }

    .lb-prev {
        opacity: 1!important;
        background: url(../images/lightbox-g.png) left 48% no-repeat
    }

    .lb-next {
        opacity: 1!important;
        background: url(../images/lightbox-d.png) right 48% no-repeat
    }

    .video-accueil {
        position: static;
        width: 100%;
        height: auto;
        margin-left: 0
    }

    .banniere {
        height: 24vh !important;
        position: relative !important;
    }

.body-page-1 .banniere {
    height: 45vh !important;
}

    .pied .bande1 {
        padding: 5rem 1% 70px 2%;
    }


.bande1 .row .col-sm-3:nth-child(3) {
    margin-bottom: 30px;
}

    .prestation .cell.texte .contenu {
        padding: 50px 10%
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 50px 7% 30px
    }

    .certifs .logo-certif img {
        background-size: contain
    }

    .fluid-contenu {
        margin: 0!important
    }

    .slogan {
        width: 100%;
        left: 0;
        padding: 0 15px;
        top: auto
    }

    .body-page-1 .slogan {
        text-align: center;
        width: 100% !important;
        left: 0 !important;
        top: 50%;
    }

.body-page-1 .banniere:after {
    background: #00000069;
}

.body-page-1 .banniere:before {
    display: none;
}

    .slogan .titre, .slogan .sous-titre {
        font-size: 32px;
        line-height: 70px;
    }

.corps .h2, .corps h2 {
    font-size: 17px;
}

.adress-inf {
    display: none;
}

    .slogan .titre span {
        font-size: 29px
    }

    .slogan .sous-titre {
        /* font-size: 20px; */
        /* line-height: 20px; */
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }

    .page-contenu-home {
        padding: 0 0;
        height: unset;
    }

.body-page-1 .corps .text-center {
    text-align: center;
}

    .certifs .cell.gauche .contenu {
        padding: 0 0
    }

    .intervention .contenu {
        padding: 0 0
    }

    .actualites .cell.texte .contenu {
        padding: 0 0
    }

    .bande_contact_footer {
        padding: 0
    }

    .flex-seoContain {
        flex-wrap: wrap
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: 0 0
    }

    .flex-seoContain .seo-form {
        width: 100%
    }

    .img-seo img {
        width: 100%;
        height: auto
    }

    .bande_contact_footer .row1 {
        padding: 5rem 11%
    }

    .contact .tab-formulaire {
        padding: 5rem 10%;
        margin: 0;
    }

    .livre-elements {
        padding: 0 0
    }
}

@media (max-width: 767px) {
    .corps {
        --taille_font:14px;
        font-size: var(--taille_font)
    }

    .bloc-GMB {
        padding: 5em 2% 6em !important;
    }
    .drapeau-france{
        display:none;
    }
    .bande1 .row .col-sm-4, .bande1 .row .col-sm-12, .bande1 .row .col-sm-3 ,.bande1 .row .col-sm-5 {
    /* margin: 10px 15px; */
    }
    .pied .bande1 {
        padding: 5rem 2% 70px;
    }


    .pad-xs {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .pad-xs-l {
        padding-left: 15px!important
    }

    .pad-xs-r {
        padding-right: 15px!important
    }

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0!important
    }

    .nopad-xs {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-xs-l {
        padding-left: 0!important
    }

    .nopad-xs-r {
        padding-right: 0!important
    }

    .h1,h1 {
        font-size: 26px;
        line-height: 30px;
    }

.body-page-1 .corps h1 {
    text-align: center;
}

.Atout-AT .swiper-button-next {
    /* right: 33%; */
}

.Atout-AT .swiper-navigation {
    /* top: 88%; */
    margin-top: 0;
}

.Atout-AT .swiper-button-prev {
    /* left: 36%; */
}

.Atout-AT .swiper {
    height:360px;
    overflow: visible;
}

.atouts-img {
    display: none;
}

.atouts .atouts-cont {
    width: 100%;
}

.prestation h2.h1 {
    font-size: 21px;
}
    .img-service img {
    height: 300px !important;
}

    .titre-secondaire {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .body-page-1 .slogan {
        position: absolute;
        background: var(--color2);
        width: 100% !important;
        text-align: center;
        padding: 10px;
        bottom: 0;
        top: auto;
        line-height: 37px;
        left: 0 !important;
    }

.banniere img {
    object-position: left;
}

    .slogan {
        text-align: center
    }

    .slogan .titre, .slogan .sous-titre {
        font-size: 26px;
        line-height: 14px;
    }

.body-page .slogan .titre {
    font-size: 16px;
}

    .slogan .titre span {
        font-size: 23px
    }

    .slogan .sous-titre {
        font-size: 17px;
        line-height: 17px;
    }

    .fluid-contenu .corps {
        padding: 20px 17px 40px !important;!i;!;
    }

.body-page-1 .corps {
    padding: 20px 15px 40px;
}

    .recup-photos .col-md-4 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .recup-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .newsList .recup-photos {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .recup-photos .propor {
        margin-bottom: 5px
    }

.propor.pic-1 {
    height: 250px;
    inset: 0;
}

    .certifs {
    padding: 3em 0 6em;
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%
    }

    .certifs .cell.gauche .contenu {
        padding: 10px 15px 40px;
    }

    .certifs .cell.droite {
        display: block;
        width: 80%;
        padding: 0px 0px 70px;
    }

    .certifs .cell.droite .bg-noir {
        padding: 40px 0
    }

    .cont-slider .controls {
        bottom: -20px
    }

    .services {
        display: block
    }

    .services .cell.gauche {
        display: block;
        width: 100%;
        height: 180px
    }

    .services .cell.droite {
        display: block;
        width: 100%
    }

    .services .cell.droite .contenu {
        padding: 30px 15px 40px
    }

    .realisations {
        display: block;
        padding: 2em 4% 3em;
    }

    .realisations .titre-secondaire {
        display: inline-block;
        width: 100%
    }

    .realisations .col-md-3 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .realisations {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .realisations .propor {
        margin-bottom: 5px
    }

    .AvisClientsBg .contenu,.realisations .contenu {
        padding: 0px 0px 20px;
    }

    a.bouton-principal,button.bouton-principal {
        padding: 13px 10px 13px;
        min-width: fit-content;
    }

    .intervention .contenu {
        padding: 30px 24px 10px;
    }

    .intervention ul {
        column-count: 1;
        width: 100%
    }

    .AvisClientsBg {
        /* padding: 0; */
    }

    .temoignageScroll {
        max-height: 100%;
    }

    .temoignageScroll {
        max-height: 100%;
    }

    .note-avis {
        flex-wrap: wrap
    }

    .bande_contact_footer .row1 {
        padding: 2rem 8%
    }

    .divAvis {
        width: 100%
    }

    .pied .bande1 {
        padding: 30px 15px
    }

    .pied .btn-like {
        padding: 0 0 15px;
        text-align: center
    }

    .pied .btn-partage {
        text-align: center;
        padding: 20px 0 0;
        justify-content: center
    }

    .pied .btn-partage a {
        text-align: center
    }

    .body-contact .fluid-contenu .corps,.body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0 0
    }

    .contact .tab-coordonnes {
        display: block
    }

    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 0 15px 30px
    }

    .contact .tab-coordonnes .cell.centre {
        display: block;
        width: 100%
    }

    .contact .tab-coordonnes .cell.droite {
        display: block;
        width: 100%;
        /* height: 180px; */
    }

    .contact .plan .block #googlemapapi,.contact .plan iframe {
        height: 220px!important;
    }

    .contact .tab-formulaire {
        display: block;
        padding: 2rem 2%;
    }

.corps .h2, .corps h2 {
    font-size: 20px;
}

    .contact .coordonnees {
        padding: 0
    }

    .gallery .description-galerie {
        padding: 0 15px 20px
    }

    .actualites,.prestation {
        display: block;
        min-height: none
    }

    .actualites .cell.photo,.prestation .cell.photo {
        display: block;
        width: 100%;
        height: 180px
    }

    .actualites .cell.texte,.prestation .cell.texte {
        display: block;
        width: 100%;
        clear: both
    }

    .actualites .cell.texte .contenu,.prestation .cell.texte .contenu {
        padding: 30px 15px
    }

    .gallery .ligne-photos .col-md-1,.gallery .ligne-photos .col-md-2,.gallery .ligne-photos .col-md-3,.gallery .ligne-photos .col-md-4,.gallery .ligne-photos .col-md-6 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .gallery .ligne-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .gallery .ligne-photos .propor {
        margin-bottom: 10px
    }

    .gallery .nav li {
        margin-bottom: 0;
        background: 0 0;
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }

    .services .cell.droite .contenu {
        clear: both
    }

    .scrollbars {
        width: 100%;
        height: auto
    }

    .news_avant_apres>div:last-child {
        right: 0
    }

    .news_avant_apres>div {
        display: block;
        margin: 0 0 5px
    }

    .news_avant_apres,.news_avant_apres>div {
        display: block
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .pad-sm {
        padding-left:15px!important;
        padding-right: 15px!important
    }
    .AvisClientsBg .contenu{
        
    }
    

    .pad-sm-l {
        padding-left: 15px!important
    }

    .pad-sm-r {
        padding-right: 15px!important
    }

    .nopad-sm {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-sm-l {
        padding-left: 0!important
    }

    .nopad-sm-r {
        padding-right: 0!important
    }

    .slogan {
        text-align: center
    }

    .scrollbars {
        height: 240px
    }

    .body-contact .fluid-contenu .corps,.body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0 0
    }

    .h1, h1, .prestation h2.h1 {
        font-size: 26px;
        line-height: 26px
    }

.body-page-1 .corps h1 {
    text-align: center;
}

    .titre-secondaire {
        font-size: 23px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .slogan .sous-titre {
        font-size:20px;
        line-height: 20px
    }

    .services a.bouton-principal {
        font-size: 11px
    }

    .body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
        padding: 16px 20px;
        font-size: 12px
    }

    .contact .coordonnees {
        padding: 0
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none
    }
}

.infinite-scroll .chargement {
    background: rgba(0,0,0,0) url(../images/chargement.gif) no-repeat scroll center top;
    bottom: 0;
    display: none;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px
}

.g-recaptcha {
    float: left
}

#g-recaptcha-response {
    left: 12px;
    position: relative;
    display: block!important;
    top: -45px;
    opacity: 0!important;
    margin: 0!important;
    height: 10px!important
}

@media print {
    @page {
        size: portrait;
        margin: 2cm
    }

    body {
        background-color: var(--color0);
        font-family: Serif;
        font-size: 10pt
    }

    a:after {
        content: " [" attr(href) "] "
    }

    h1,h2,h3 {
        font-family: verdana,serif
    }

    .hide-print {
        display: none
    }

    .hide {
        display: none
    }

    .clear {
        clear: both
    }

    div[class^=col-] {
        width: 100%
    }

    .gallery .ligne-photos div[class=col-md-2] {
        width: 16.666666666667%
    } 

    .gallery .ligne-photos div[class=col-md-3] {
        width: 25%
    }

    .gallery .ligne-photos div[class=col-md-4] {
        width: 33%
    }

    .gallery .ligne-photos div[class=col-md-6] {
        width: 50%
    }
}


/***/

/*** Preloader ***/
.preloader{position:fixed;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:99999;background:var(--color0)}
.preloader svg {max-width: 200px;}

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 4461.69384765625px;
    stroke-dasharray: 4461.69384765625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4461.69384765625px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 4461.69384765625px;
    stroke-dasharray: 4461.69384765625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4461.69384765625px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(156, 39, 45);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(156, 39, 45);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 4s ease 0s both,
                       animate-svg-fill-1 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 4s ease 0s both,
               animate-svg-fill-1 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1828.4261474609375px;
    stroke-dasharray: 1828.4261474609375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1828.4261474609375px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1828.4261474609375px;
    stroke-dasharray: 1828.4261474609375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1828.4261474609375px;
  }
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 4s ease 0.12s both,
                       animate-svg-fill-2 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-stroke-2 4s ease 0.12s both,
               animate-svg-fill-2 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1828.4261474609375px;
    stroke-dasharray: 1828.4261474609375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1828.4261474609375px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1828.4261474609375px;
    stroke-dasharray: 1828.4261474609375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1828.4261474609375px;
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 4s ease 0.24s both,
                       animate-svg-fill-3 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-3 4s ease 0.24s both,
               animate-svg-fill-3 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 2583.870361328125px;
    stroke-dasharray: 2583.870361328125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2583.870361328125px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 2583.870361328125px;
    stroke-dasharray: 2583.870361328125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2583.870361328125px;
  }
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(144, 144, 144);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(144, 144, 144);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 4s ease 0.36s both,
                       animate-svg-fill-4 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
          animation: animate-svg-stroke-4 4s ease 0.36s both,
               animate-svg-fill-4 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 660.5714111328125px;
    stroke-dasharray: 660.5714111328125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 660.5714111328125px;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 660.5714111328125px;
    stroke-dasharray: 660.5714111328125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 660.5714111328125px;
  }
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(204, 204, 204);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(204, 204, 204);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 4s ease 0.48s both,
                       animate-svg-fill-5 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
          animation: animate-svg-stroke-5 4s ease 0.48s both,
               animate-svg-fill-5 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 553.2799072265625px;
    stroke-dasharray: 553.2799072265625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 553.2799072265625px;
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 553.2799072265625px;
    stroke-dasharray: 553.2799072265625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 553.2799072265625px;
  }
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(156, 39, 45);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(156, 39, 45);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 4s ease 0.6s both,
                       animate-svg-fill-6 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
          animation: animate-svg-stroke-6 4s ease 0.6s both,
               animate-svg-fill-6 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 2481.42626953125px;
    stroke-dasharray: 2481.42626953125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2481.42626953125px;
  }
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 2481.42626953125px;
    stroke-dasharray: 2481.42626953125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2481.42626953125px;
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 4s ease 0.72s both,
                       animate-svg-fill-7 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
          animation: animate-svg-stroke-7 4s ease 0.72s both,
               animate-svg-fill-7 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}






/***/

.newtons-cradle {
 --uib-size: 50px;
 --uib-speed: 1.2s;
 --uib-color: #474554;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 50px;
 gap: 3px;
 height: 50px;
}

.newtons-cradle__dot {
 position: relative;
 display: flex;
 align-items: center;
 height: 20px;
 width: 20px;
 transform-origin: center top;
}

.newtons-cradle__dot::after {
 content: '';
 display: block;
 width: 20px;
 height: 20px;
 border-radius: 50%;
 background-color: var(--color2);
}

.newtons-cradle__dot:first-child {
 animation: swing var(--uib-speed) linear infinite;
}

.newtons-cradle__dot:last-child {
 animation: swing2 var(--uib-speed) linear infinite;
}

@keyframes swing {
 0% {
  transform: rotate(0deg);
  animation-timing-function: ease-out;
 }

 25% {
  transform: rotate(70deg);
  animation-timing-function: ease-in;
 }

 50% {
  transform: rotate(0deg);
  animation-timing-function: linear;
 }
}

@keyframes swing2 {
 0% {
  transform: rotate(0deg);
  animation-timing-function: linear;
 }

 50% {
  transform: rotate(0deg);
  animation-timing-function: ease-out;
 }

 75% {
  transform: rotate(-70deg);
  animation-timing-function: ease-in;
 }
}
