* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Calibri', sans-serif;
}

 
a,
input[type="submit"],
input[type='submit'],
button {
    cursor: pointer;
    outline: none;
}

input {
    outline: none;
}

a, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
	outline: none;
}

p {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 25px;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1000px) {
    .container {
        max-width: 991px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 95%;
    }
}

.icon{
    position: relative;
    padding: 12px;
}
.icon:before {
    content: "";    
    background-repeat: no-repeat;
    background-size: contain!important;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-phone:before {
    background: url(../images/img/fixe.png);
}
.icon-mobile:before {
    background: url(../images/img/portable.png);
}
.icon-envelope:before,
.icon-mail:before {
  background: url(../images/img/mail.png);
}

.icon-devis:before {
    background: url(../images/img/devis.png);
}

.icon-map:before {
    background: url(../images/img/map.png);
}

.icon-horaire:before {
    background: url(../images/img/horaire.png);
}
.icon-location:before {
  background: url(../images/img/icon-locali.png);
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.h-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

.Mobile .h-btn {
    flex-direction: column;
}

.h-btn a {
    background: #ffff00;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    margin: 0;
    display: block;
    letter-spacing: 0.05em;
    color: #000;
}

.blog_pageIntrouvable {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 10000 !important;
    text-align: center;
    top: 0;
    left: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #000;
}

.blog_pageIntrouvable > div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #333
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
}
.blog_pageIntrouvable a {
  display: block;
}
.blog_pageIntrouvable p {
  font-size: 17px;
  letter-spacing: 5px;
  margin-top: -10px;
}
.blog_pageIntrouvable h1 {
    font-size: 100px;
}
}


/*============================
CONTACT & DEVIS
============================*/

.contact-content {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}
.Mobile .contact-content {
    display: block;
    margin-top: 0;
    padding: 20px 0;
}
.Mobile .adr-map {
    padding: 20px 0;
}
.Tablet .contact-content {
  padding: 20px 0;
}
.coordonne_cont img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.coordonne_cont {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.ContactezNous b {
    font-size: 20px;
}
.ContactezNous-h1 {
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Calibri;
    font-size: 32px;
}
.adr-map {
    padding: 0 40px;
}
.coordonne_cont a {
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.ContactezNous {
    text-align: center;
}
.devis .Devisgratuit-h3 {
    font-size: 32px;
    margin: 20px 0;
    text-align: center;
    font-weight: 600;
}
.Mobile.devis .Devisgratuit-h3 {
    font-size: 24px;
}
.devis .Devisgratuit {
    width: 80%; 
    margin: 0 auto 30px;
    text-align: center;
}
body.Desktop.devis .btn-submit {
    max-width: 48%;
    margin: auto;
}
body.Mobile.devis .Devisgratuit {
    display: block; 
    width: 100%;
    margin-top: 0;
}


body.Mobile.devis div#devisGratuit {
    display: none;
}

a.btn.btn-cont {
    background: rgba(255, 255, 255, .3);
    color: #000;
    border-radius: 0; 
    margin-top: 20px;
    text-transform: uppercase;
    border: solid 1px#fff;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 14px;
}
.boutton-slider {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
}
.Mobile .boutton-slider { 
    justify-content: center; 
}
.contact .ContactezNous #FormDevis {
    display: block!important;
}
.contact-content div#Map {
    height: 450px;
    width: 100%;
}
.Mobile .contact-content div#Map {
    height: 300px;
    width: 100%;
}
.ContactezNous svg, .ContactezNous img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}

a.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
b.titre-album {
    width: 100%;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 15px;
    text-transform: uppercase;
    text-align: center;
}

.header {
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
.Mobile .header,
.Tablet .header {
    position:fixed;
    background:white;
    left:0;
    top:0;
    width:100%;
    z-index: 1111;
}
.header-block {
    position: relative;
}
.bot-nav {
    border-top: 1px solid #ddd;
}
.top-nav > div {
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    padding: 10px 0;
    font-size: 14px;
    line-height: 2;
    color: #57585a;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 3px;
}
.Mobile .top-nav > div,
.Tablet .top-nav > div {
    margin-right: 10px;
    margin-left: 10px;
}
.Mobile .tel-top,
.Tablet .tel-top {
    display: flex;
    justify-content: center;
    align-items: center;
}
.Mobile .tel-top span,
.Tablet .tel-top span {
    display: flex;
    align-items: center;
}
@media(min-width: 1200px) {
    .top-nav > div:before {
        content: "";
        height: 107%;
        width: 2px;
        background-color: #ddd;
        position: absolute;
        top: -2px;
        right: -30px;
        transform: rotate(20deg);
    }
    .top-nav > div:last-child:before { display: none; }
}
.tel-top a {
    font-weight: 900;
    color: #57585a;
}
.Mobile .tel-top a,
.Tablet .tel-top a {
    font-size: 16px;
    font-weight: 600;
    color: var(--SecondColor);
}
.tel-top em {
    margin: 0 5px;
}
.mail-top:hover a {
    color: var(--SecondColor);
    text-decoration: underline;
}
.Mobile .mail-top, .Tablet .mail-top { display: none; }
.logo-header {
    position: relative; 
    display: -ms-flexbox; 
    -ms-flex-pack: center;
    justify-content: center; 
    width: 250px;
}
.logo-header img {
    width: 250px;
    height: 141px;
    display: block;
    object-fit: contain;
}
.Mobile .logo-header,
.Tablet .logo-header {
    -webkit-clip-path: none;
    clip-path: none;
    justify-content: space-between;
}
.logo {
    padding: .5rem 1rem;
}
.Mobile .logo,
.Tablet .logo {
    padding: 0;
    width: 175px;
}
.logo img {
    max-width: 100%;
}
.Desktop .logo img {
    max-width: 90%;
}
.top-nav.row-flex img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-right: 5px;
}
.top-nav > div.adr-top {
    display: none;
}
.bot-nav {
    justify-content: space-between;
}
.nav-list {
    display: none;
    list-style: none;
    margin: 0;
    position: relative;
    padding-left: 0;
}
@media(min-width: 1200px) {
    .nav-list {
        display: block;
    }
    .top-nav > div.adr-top {
        display: flex;
        align-items: center;
    }
}
@media(max-width: 1199px) {
    .top-nav {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .top-nav > div {
        padding: 0;
    }
    .header-block > nav {
        justify-content: space-between !important;
    }
    .top-nav {
        display: initial;
    }
}
.Mobile .top-nav,
.Tablet .top-nav {
    padding: 0;
    text-align: center;
}
.nav-item {
    display: table-cell;
    padding: 5px;
    width: 150px;
}
.nav-item > a {
    display: block;
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    display: block;
    position: relative;
    box-sizing: border-box;
    transition: all .3slinear;
    text-transform: capitalize;
}
.nav-click {
    position: absolute;
    left: 10px;
}
.nav-click i {
  display: block;
  height: 18px;
  width: 18px;
  background-image: url(/skins/default/images/img/down.png);
  background-size: cover;
}
.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.megaMenu {
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    z-index: 9999!important;
    left: 0;
}
.Mobile .megaMenu,
.Tablet .megaMenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
}
.nav-item:hover .megaMenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.megaMenu > ul {
    list-style: none;
    padding: 20px;
    margin: 0;
    text-align: left;
    border-bottom: 4px solid #14599e;
    background-color: #fff;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
}
.megaMenu > ul {
    padding: 20px;
}

.nav-submenu-item > a {
    display: block;
    position: relative;
    line-height: 150%;
    font-size: 14px;
    margin-bottom: 15px;
}

.nav-submenu-item > a:before {
    content: "";
    /*background-image: url(../images/img/arrow_drop_up.svg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    transform: rotate(90deg);
    width: 14px;
    height: 14px;
    top: 4px;;
}

button.navMobile {
    display: none;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}
@media(max-width: 1199px) {
    button.navMobile { 
        display: flex; 
        align-items: center;
        flex-direction: column;
    }
}
button.navMobile:hover {
    opacity: .5;
}
button.navMobile > span {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
}

.devis-block {
    position: relative;
}
.Mobile .devis-block, .Tablet .devis-block { display: none; }
.toogle-devis {
    -webkit-clip-path: polygon(8% 0,100% 0%,100% 100%,0% 100%);
    clip-path: polygon(8% 0,100% 0%,100% 100%,0% 100%);
    background-color: #ffff00;
    color: #fff;
    padding: 13px 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    max-width: 250px;
    flex: 0 0 250px;
    border: none;
    font-size: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Tablet .toogle-devis {
    max-width: 150px;
    flex: 0 0 150px;
}
@media (min-width: 1200px) and (max-width: 1313px) {
    .toogle-devis {
        max-width: 135px;
        flex: 0 0 135px;
        letter-spacing: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
}
.toogle-devis:focus {
    color: white;
}

.devis-block > div {
    position: absolute;
    min-width: 300px;
    width: 100%;
    top: 100%;
    right: 1rem;
    transition: all 0.3s ease 0s;
    z-index: 100;
}
.devis-block .Devisgratuit {
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    padding-top: 17px;
    margin-top: 1rem;
    height: 0;
}
.devis-block .Devisgratuit.open-devis {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    height: auto;
}
#mail, #mail2 { display: none; }

#FormDevis label { 
    font-size: 18px;  
    font-style: italic;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
    display: block;
}
#FormDevis strong {
    display: block;
    font-size: 32px; 
    color: #212121;
    padding-bottom: 1rem; 
    font-weight: 300;
    text-align: center;
    text-transform: capitalize;
}
.form-input {
    margin: 5px 0;
    display: block;
    width: 100%;
    line-height: 1.25;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid transparent;
    background-color: #f6f6f6;
    font-size: 14px;
    color: #57585a;
    padding: 10px 15px;
    border-radius: 6px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: #000000;
}
.form-input::placeholder {
    color: #333!important;
    opacity: 1;
}
.form-input:focus,
.rappelBlock .form-rappel:focus {
    outline: none;
    border-color: var(--SecondColor);
    box-shadow: none;
}
textarea.form-input {
    height: 100px;
}
.form-input::input-placeholder {
  color: #333;
}

.form-input::placeholder {
  color: #333;
}

.form-input:-ms-input-placeholder {
  color: #333;
}

.form-input::-ms-input-placeholder {
  color: #333;
}

.form-input::placeholder {
  color: #cccccc;
}

.rappelBlock {
    background-color: #000000;
    border-radius: 15px;
    margin-top: 1rem;
    transition: all 0.3s ease 0s;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.rappelBlock:before {
    content: "";
    position: absolute;
    background-image: url(../images/img/img-rappel.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .5;
    filter: brightness(0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.rappelBlock > div {
    position: relative;
    color: white;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}
.rappelBlock > div > div {
    padding-left: 1.5rem;
}
.rappelBlock span {
    max-width: 70px;
    flex: 0 0 70px;
    height: 70px;
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #14599e;
}
.rappelBlock .form-rappel {
    border: 1px solid transparent;
    padding: 7px 15px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 3px;
    background-color: rgb(255 255 255 / 65%);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    color: #000000;
}
.rappelBlock .btn-custom {
    background: #14599e;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
}

.overly-sidebar {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    width: 0;
    background-color: rgba(0,0,0,.75);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s;
}
.overly-sidebar.showMenu {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.overly-sidebar .overly-sidebar-content {
    background-color: #fff;
    width: 400px;
    margin-left: auto;
    padding: 40px 10px 0 60px;
    position: relative;
    right: -600px;
    cursor: auto;
    transition: all ease 1s;
}
.Mobile .overly-sidebar .overly-sidebar-content,
.Tablet .overly-sidebar .overly-sidebar-content {
    padding-left: 10px;
}

.overly-sidebar.showMenu .overly-sidebar-content {
    opacity: 1;
    visibility: visible;
    right: 0;
    transition: all ease 1s;
}
.overly-sidebar .overly-sidebar-content .circle-btn {
    display: inline-block;
    border: none;
    font-size: 16px;
    margin: 0 5px;
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 47px;
    height: 47px!important;
    line-height: 34px;
    border-radius: 50%;
    transition: all ease 0.3s;
    right: 45px;
    color: #393738!important;
    background: #eee;
    top: 16px;
}
.overly-sidebar.showMenu .overly-sidebar-content>button {
    line-height: 1.2;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.6s;
    display: none;
}
.Tablet .overly-sidebar.showMenu .overly-sidebar-content>button,
.Mobile .overly-sidebar.showMenu .overly-sidebar-content>button {
    display: block;
}
.offcanvas-content {
    height: 100vh;
    transition: all 0.3s ease-out;
    overflow: auto;
    padding-right: 40px;
    padding-top: 20px;
}
.offcanvas-content .nav-list,
.offcanvas-content .nav-list .nav-item {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
}
.offcanvas-content .nav-list .nav-item:first-child {
    position: relative;
    padding-left: 3rem;
}
.offcanvas-content .nav-list .nav-item > a {
    font-size: 16px;
    text-align: left;
}
.Mobile .offcanvas-content .nav-list .nav-item > a, .Tablet .offcanvas-content .nav-list .nav-item > a {
    font-size: 14px;
    color: #212121;
}

.top-contact {
    background: #14599e;
}

.top-contact-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
    font-size: 18px;
    padding: 10px 0;
    font-weight: 600;
}

.top-contact-content a {
    color: #fff;
}

.Mobile .top-contact-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 27px;
}

.Tablet .top-contact-content {
  justify-content: center;
}

.top-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
.logomenu {
    background: #fff;
}
.Tablet .logomenu,
.Mobile .logomenu {
    background-size: contain;
    background-repeat: repeat;
}
.homeslider {
    width: 100%;
    height: 645px;
    background: #ddd;
    position: relative;
    overflow: hidden;
}
.Mobile .homeslider {
    width: 100%;
    height: 500x;  
}
.slider-img {
    height: 645px;
    background-size: cover;
}
.full-image {
    width: 100%;
    height: 100%;
    position: relative;
}
.full-image:after {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .4;
}
.captionSlider {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.Tablet .captionSlider { 
  top: 56%; 
}
.Mobile .captionSlider {
    top: 62%;
}
.titleSlider {
    text-align: center;
    width: 60%;
    margin: auto;
}
.Mobile .titleSlider,
.Tablet .titleSlider { 
    width: 100%;  
}
.titre-h1 {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 20px;
    display: block;
    line-height: normal;
}
.Tablet .titre-h1 {
  font-size: 40px; 
}
.Mobile .titre-h1 {
    font-size: 26px; 
}
.titleSlider p { 
    color: #fff; 
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 30px;
    display: block;
    margin: 0 0 20px;
}
.Mobile .titleSlider p {
    font-size: 18px;
}
.h-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.btn-realisation { 
    font-size: 20px; 
    line-height: normal;
    text-transform: uppercase; 
    font-weight: 600;
    padding: 20px 40px;
    background: #ffff00;
    color: #fff;
    transition: all .3s linear;
}
.btn-realisation:hover{
    background: #fff;
    color: #ffff00;
}
.Tablet .btn-realisation {
  font-size: 15px; 
}
.Mobile a.btn.btn-realisation {
    font-size: 14px;   
    padding: 15px 12px;  
}
section {
    padding: 100px 0;
}
.Tablet section,
.Mobile section {
    padding: 50px 0;
}

.s0_content {
    width: 100%;
}

.s0_content strong {
    font-size: 25px;
    text-transform: uppercase;
    padding-left: 15px;
}

form#rappel_immediat {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

input.form-rappel {
    width: 70%;
    font-size: 21px;
    padding: 25px 25px 25px 40px;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #000;
}

.icon-box-wrapper {
    position: relative;
    width: 30%;
}

.icon-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}

.img-send {
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    box-shadow: 0 0 5px #14599e;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-send img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.btn-submit input.btn.btn-custom {
    width: 100%;
    font-size: 21px;
    padding: 26px 0;
    text-transform: uppercase;
    background: #14599e;
    border: none;
    color: #fff;
    font-weight: 800;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.Mobile form#rappel_immediat {
    flex-direction: column;
}

.Mobile input.form-rappel {
    width: 100%;
    font-size: 17px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #000;
}

.Mobile .icon-box-wrapper {
    width: 100%;
}
.Mobile .btn-submit input.btn.btn-custom {
    width: 100%;
    font-size: 19px;
    padding: 17px 0;
    margin-top: 3px;
    border-radius: 10px;
}
.Mobile .img-send {
    background: #fff;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 0 5px #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Mobile .icon-wrapper {
    left: 30px;
}

.Mobile .s0_content strong {
    font-size: 20px;
}


section.categories .title_ {
    font-size: 44px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 20px;
    padding: 0 0 20px;
    color: #212121;
    text-transform: capitalize;
    position: relative;
}
.Mobile section.categories .title_ {
    font-size: 28px;
}
section.categories .title_:after,
.titre-album:after,
.page-mention h2:after,
.contact-h1:after  {
    content: '';
    position: absolute;
    max-width: 30px;
    width: 100%;
    height: 20px;
    margin: auto;
    bottom: -6px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/img/title-border.webp);
    left: 0;
    right: 0;
}
section.categories p {
    width: 60%;
    text-align: center;
    margin: 0 auto 40px;
    font-size: 20px;
}
.Mobile section.categories p {
    width: 100%; 
}
.services-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
}
.Mobile .services-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
}
.cat-item {
    width: 100%;
    height: 300px;
    padding: 20px;
    border-right: 1px dotted #cccccc;
    border-top: 1px dotted #cccccc;
    display: grid;
    justify-content: center;
    align-items: center;
}
.Mobile .cat-item { 
    padding: 10px 5px;
    height: 220px;
}
.services-list .cat-item:first-child {
    border-top: none;
    border-left: none;
} 
.services-list .cat-item:nth-child(2) {
  border-top: none;
}

.services-list .cat-item:nth-child(3) {
  border-top: none;
  border-right: none;
}
.Mobile .services-list .cat-item:nth-child(3) {
    border-right: 1px dotted #cccccc;
    border-top: 1px dotted #cccccc;
}
.Mobile .services-list .cat-item:nth-child(2),
.Mobile .services-list .cat-item:nth-child(4) {
 border-right: none;
}
.services-list .cat-item:last-child{ 
    border-right: none;
} 
.cat-item img {
    display: block;
    margin: 0 auto 20px;
    width: 90px;
    height: 90px;
    object-fit: contain; 
}
.cat-item span {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    display: block;
}
.Mobile .cat-item span {
    font-size: 14px; 
}
.btn-cat {
    position: relative;
    margin: auto;
    overflow: hidden;
} 
.btn-cat {
    position: relative;
    margin: auto;
    overflow: hidden; 
    width: 100%;
    height: 30px;
    display: block;
    text-align: center;
}
.btn-cat span {
    font-weight: 300;
    font-size: 18px;
    position: relative;
    top: -25px;
    width: max-content;
    margin: auto;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}
.cat-item:hover .btn-cat span { 
    top: 0px; 
}
.Tablet .btn-cat span,
.Mobile .btn-cat span { 
    top: 0px; 
}

.navMobile img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    filter: brightness(0);
}

button#sidebar-close img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Mobile .top-navigation {
    margin: 0 1.2rem;
}

.Tablet .top-navigation {
  margin: 0 3rem;
}

.features-block-style2 .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    height: 110px;
    overflow: hidden;
    background-color: #fff;
    transform: skewX(-2deg);
    box-shadow: 0 0 76px rgba(0, 0, 0, .28);
    z-index: 3;
}

.features-block-style2 .inner-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 87px;
    height: 100%;
    transform: skewX(-5deg);
    background-color: #14599e;
    transform-origin: top right;
    transition: all .4s ease;
    z-index: 1;
}

.features-block-style2:hover .inner-box:before {
    left: 0;
    width: 100%;
    transform: skewX(0);
    background-color: #14599e;
}

.features-block-style2 .inner-box img {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
    color: #fff;
    transition: all .3s ease;
    z-index: 3;
}

.features-block-style2 .inner-box .features-title {
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    z-index: 3;
}

.features-block-style2 .inner-box .features-title span p {
    font-weight: 700;
    font-size: 1.35rem;
    transition: 0.5s;
}

.features-block-style2:hover .inner-box .features-title span p {
    color: #fff;
}

.categ {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.Mobile .categ,
.Tablet .categ {
    grid-template-columns: repeat(2, 1fr);
}

.Mobile .features-block-style2 .inner-box {
    flex-direction: column;
    height: 100%;
}

.Mobile .features-block-style2 .inner-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    transform: skewX(0);
    background-color: #14599e;
    transform-origin: top right;
    transition: all .4s ease;
    z-index: 1;
}

._title {
    text-align: center;
    margin: 0 0 50px 0;
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
}

.Tablet ._title {
    font-size: 2rem;
}

.Mobile ._title {
    font-size: 1.8rem;
}

.s_2_content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.s2_left img {
    width: 468px;
    height: 631px;
    object-fit: cover;
}

.s2_right h1 {
    text-transform: uppercase;
    margin-bottom: 40px;
}

.s2_right h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

.s2_right p {
    text-align: justify;
}

.mail-top a:hover {
    color: #fff;
}

.Mobile .s_2_content {
    flex-direction: column;
    gap: 10px;
}

.Mobile .s2_right h1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.Mobile .s2_right h2 {
    font-size: 22px;
}

.Tablet .s_2_content {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.Tablet .s2_left,
.Mobile .s2_left {
  width: 100%;
}

.Tablet .s2_left img,
.Mobile .s2_left img,
.Tablet .s3_right img,
.Mobile .s3_right img {
    width: 100%;
    height: 250px;
}

.Tablet .s3_right img,
.Tablet .s2_left img {
    height: 320px;
}

.section_3 {
    background: #ffff00;
}
.s3_content {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.s3_left {
    color: #000000;
}

.s3_left h2 {
    padding-left: 21px;
    position: relative;
    margin-bottom: 30px;
    position: relative;
    display: block;
    font-size: 47px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    z-index: 2;
}

.s3_left h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 160px;
    background-color: #14599e;
}

.s3_left h3 {
    font-size: 21px;
    margin: 22px 0 0 0;
    padding-left: 35px;
    position: relative;
    display: flex;
    align-items: center;
} 
.s3_left h3::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background: #14599e;
    background-size: cover;
    /* 
    background: url(../images/img/check.png) center no-repeat;
    background-size: cover;
    filter: brightness(0) invert(1); */
    border-radius: 50%;
}


.s3_right:before {
    content: '';
    background: #14599e;
    width: 400px;
    height: 110%;
    position: absolute;
    z-index: -1;
    top: -30px;
    right: -50px;
}

.Mobile .s3_right:before ,
.Tablet .s3_right:before {
    display: none;
}

.s3_right {
    position: relative;
    z-index: 1;
}

.s3_right img {
    width: 600px;
    height: 600px;
    object-fit: cover;
    object-position: right bottom;
}

.Mobile .s3_content,
.Tablet .s3_content {
    flex-direction: column-reverse;
    gap: 20px;
}

.Mobile .s3_right,
.Tablet .s3_right  {
    width: 100%;
}

.Tablet .s3_left h2,
.Mobile .s3_left h2,
.Tablet .s4_right h2,
.Mobile .s4_right h2 {
    font-size: 26px;
    line-height: normal;
}

.Tablet .s3_left h2::before,
.Mobile .s3_left h2::before {
    height: 100px;
}

section.section_4 {
    padding-top: 160px;
}

.s4_content {
    display: flex;
    align-items: flex-start;
    gap: 90px;
}

.s4_left {
    position: relative;
    width: 600px;
    height: 600px;
}

.s4_left_q1 {
    position: absolute;
    top: -80px;
    right: -60px;
    padding: 20px;
    background: #fff;
}

.s4_left_q2 {
    position: absolute;
    top: 80%;
    left: -60px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 8pc #888;
}

img.s4_img_1 {
    width: 600px;
    height: 600px;
    object-fit: cover;
    object-position: right bottom;
}

img.s4_img_2 {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.s4_left_q2 span {
    font-size: 21px;
    text-transform: uppercase;
    background: #14599e;
    color: #fff;
    padding: 12px 35px;
    border-radius: 10px;
}

.s4_right h2 {
    text-transform: uppercase;
    margin-bottom: 25px;
}

.s4_right h3,
.s6_text h3,
.s_8_content h3 {
    font-size: 21px;
    margin: 22px 0 0 0;
}

.Tablet .s4_content,
.Mobile .s4_content {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.Mobile .s4_left {
    width: 100%;
    height: 300px;
}

.Mobile .s4_img_1 {
    width: 100%;
    height: 300px;
}

.Mobile .s4_left_q2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: -60px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 8pc #888;
}

.Mobile section.section_4 {
    padding-top: 110px;
}

.section_5 {
    background: #ffff00;
    position: relative;
    overflow: hidden;
    padding: 0 0 100px 0;
}

.Mobile .section_5,
.Tablet .section_5 {
    padding: 0 0 50px 0;
}

.section_5:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}

.s5_top {
    color: #fff;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 60px;
    width: fit-content;
    margin: 90px auto;
    border: 1px solid #fff;
    position: relative;
}

.Mobile .s5_top {
    padding: 5px 10px;
    width: 70%;
    margin: 29px auto 50px;
    display: block;
    font-size: 16px;
}

.s5_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Tablet .s5_bot {
  display: grid;
  align-items: center;
  grid-template-columns: 50% 50%;
  gap: 70px 0;
}

.Mobile .s5_bot {
  display: grid;
  align-items: center;
  grid-template-columns: 100%;
  gap: 70px 0;
}

.s5_bot .inner-box {
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
}

.s5_bot .inner-box .icon-box {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
}

.s5_bot .inner-box .icon-box:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 70px;
    width: 70px;
    height: 117px;
    background-image: url(../images/img/icon-border-2.png);
    filter: brightness(0) invert(1);
}

.s5_bot .inner-box .icon-box img {
    position: relative;
    display: inline-block;
    width: 91px;
    height: 91px;
    padding: 20px;
    line-height: 91px;
    font-size: 45px;
    border-radius: 50%;
    background-color: #fff;
    transition: all .3s ease;
}

.s5_bot .inner-box .content {
    position: relative;
    padding: 115px 35px 75px;
    border-radius: 200px;
    height: 450px;
    overflow: hidden;
    background-color: #000;
}

.s5_bot .inner-box .working-title {
    color: #fff;
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: 600;
}
.s5_bot .inner-box .working-details {
    color: #fff;
    margin-bottom: 35px;
}

.s5_bot .inner-box .working-count {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
    background-color: #14599e;
    text-align: center;
    transition: all .3s ease;
}

.s6_content {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 50px;
}

.s6_img {
    width: 600px;
    height: 300px;
    object-fit: cover;
    object-position: right bottom;
}
.s6_text {
    padding: 20px 20px 40px 20px;
}
.s6_text h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 20px;
}
.s6_box {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 8px #888;
    overflow: hidden;
}

.Tablet .s6_content,
.Mobile .s6_content {
  grid-template-columns: 100%;
}

.Tablet .s6_img,
.Mobile .s6_img {
    width: 100%;
}

.section_7 {
    position: relative;
}

.section_7::before {
    content: '';
    background: #eee;
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0;
    top: -10px;
    z-index: -1;
}

.s7_content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.s7_left img {
    width: 600px;
    height: 600px;
    object-fit: cover;
    object-position: top right;
}

.s7_right h2,
.s_8_content h2 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 35px;
}

.s7_right .h-btn {
    margin-top: 30px;
    justify-content: flex-start;
}

.s7_right .h-btn a {
    background: #14599e;
}

.s7_right .h-btn a:hover {
    background: #ffff00;
    color: #fff;
}

.Mobile .s7_content,
.Tablet .s7_content {
  flex-direction: column;
  gap: 20px;
}

.Mobile .s7_left,
.Tablet .s7_left {
  width: 100%;
}

.Tablet .s7_left img {
    width: 100%;
    height: 350px;
}

.Mobile .s7_left img {
    width: 100%;
    height: 250px;
}

.Mobile .s7_right h2,
.Mobile .s_8_content h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 12px;
}

.Tablet .s7_right h2,
.Tablet .s_8_content h2 {
    margin-bottom: 15px;
}

footer#footer {
    overflow: hidden;
    padding: 100px 0 0;
    background-color: #ffff00;
}
.Mobile footer#footer { 
    padding: 50px 0 0; 
}
.footer-infos {
    color: #000000;
    padding: 0 0 80px;
}
.Mobile .footer-infos { 
    padding: 0 0 40px;
}
.rappel-footer { 
    margin: 0 0 80px;
}
.Mobile .rappel-footer {
    margin: 0 0 40px;
}

.footer-infos-grid {
    display: grid;
    grid-template-columns: 30% 1fr 1fr 30%;
}
.Tablet .footer-infos-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px 0;
}

.Mobile .footer-infos-grid {
    display: grid;
    grid-template-columns: 100%;
    gap: 40px;
}
.col-footer {
    padding: 0 15px;
}
strong.footer-h3 {
    font-size: 22px;
    line-height: normal;
    margin: 0 0 20px;
    display: block;
}

.col-footer li {
    list-style: none;
}
 
.coordonnes > div {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 20px;
}
.copyright {
    text-align: center; 
    background: #14599e;
}
span.f-text {
    padding: 5px 0;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.Mobile span.f-text {
    display: block;
    text-align: center;
    padding: 20px 0 1px;
}
.copyright a {
    font-style: italic;
    text-decoration: underline;
}
.Mobile .copyright a {
    display: block;
    margin: 15px auto;
    text-align: center;
}

.copyright img {
    width: 150px;
    height: 25px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.logo-footer a img {
    width: 250px;
    height: 141px;
    object-fit: contain;
}

.logo-footer {
    background: #fff;
    width: fit-content;
    padding: 20px;
    margin-bottom: 30px;
}

.col-footer ul li {
    padding: 10px 0;
}

.col-footer .icon:before {
    filter: brightness(0);
}

.star > i {
  background: url('../images/rating-sprit.png') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
.star .avis-0 {
  background-position: 0 0 !important;
}
.star .avis-1 {
  background-position: 0 -25px !important;
}
.star .avis-2 {
  background-position: 0 -50px !important;
}
.star .avis-3 {
  background-position: 0 -75px !important;
}
.star .avis-4 {
  background-position: 0 -100px !important;
}
.star .avis-5 {
  background-position: 0 -125px !important;
}
.star .avis-6 {
  background-position: 0 -150px !important;
}
.star .avis-7 {
  background-position: 0 -175px !important;
}
.star .avis-8 {
  background-position: 0 -200px !important;
}
.star .avis-9 {
  background-position: 0 -225px !important;
}
.star .avis-10 {
  background-position: 0 -250px !important;
}

.s8_content {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.s8r_top {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.s8r_1 {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #14599e;
    margin-bottom: 20px;
}

.s8r_2 {
    font-size: 40px;
    color: #000;
    font-weight: 800;
    line-height: 38px;
    margin-bottom: 60px;
}

.avis-client {
    position: absolute;
    background: #eee;
    width: 100%;
    height: 270px;
    padding: 35px 20px;
    overflow: hidden;
    border-radius: 10px;
}

.avis-client p {
    margin: 12px 0 30px 0;
    font-size: 22px;
    width: 100%;
}

.avis-client span {
    font-size: 17px;
    font-style: italic;
}

.temoins_btn {
    position: absolute;
    margin-top: 290px;
}

.temoins_btn a {
    background: #14599e;
    color: #fff;
}

.temoins_btn a:hover {
    background: #ffff00;
    color: #000;
}

.section_8 {
    overflow: hidden;
}

.s8_right {
    position: relative;
}

.Mobile .s8_left,
.Tablet .s8_left {
  display: none;
}

.Tablet .s8_right {
  position: relative;
  margin-bottom: 350px;
}

.Mobile .s8_right {
    position: relative;
    margin-bottom: 380px;
}

.Mobile .s8r_2 {
    font-size: 31px;
    color: #000;
    font-weight: 800;
    line-height: 38px;
    margin-bottom: 30px;
}

.Mobile .temoins_btn.h-btn {
    flex-direction: column;
    width: 100%;
}

.Mobile .temoins_btn.h-btn a {
    font-size: 14px;
    padding: 15px 12px;
    width: 100%;
    text-align: center;
}

.presta_content {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.presta_left {
    width: 35%;
}

.presta_right {
    width: 65%;
}

.p1_img img {
    width: 780px;
    height: 504px;
    object-fit: cover;
}

ul.menu_list {
    list-style: none;
}

ul.menu_list li {
    font-size: 18px;
    letter-spacing: 0.03em;
    font-weight: bold;
    padding: 30px 10px;
    margin-top: 12px;
    background: #eee;
    border: 1px solid #999;
    border-radius: 10px;
}

ul.menu_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.menu_list li a span:last-of-type img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    filter: brightness(0);
}

ul.menu_list li a span:last-of-type {
    padding: 5px 15px 0px 15px;
    background: #fff;
    border-radius: 20px;
}

ul.menu_list li a.active,
ul.menu_list li:hover a {
    color: #14599e;
}

ul.menu_list li a.active span:last-of-type img {
    filter: brightness(0) invert(1);
}

ul.menu_list li a.active span:last-of-type {
    background: #14599e;
}

.Tablet .presta_content,
.Mobile .presta_content {
    flex-direction: column;
}

.Tablet .presta_right,
.Tablet .presta_left,
.Mobile .presta_right,
.Mobile .presta_left {
    width: 100%;
}

.Mobile .p1_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: right bottom;
}

.Tablet .p1_img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: right bottom;
}

.p1_text h1 {
    font-size: 27px;
    margin: 40px 0 15px 0;
}

.Mobile .p1_text h1 {
    margin: 20px 0 15px 0;
}

.p2_content {
    display: grid;
    grid-template-columns: 50% 50%;
    background: #eee;
}

.Mobile .p2_content,
.Tablet .p2_content {
    grid-template-columns: 100%;
}

.p2_box.p2_1 {
    background: #14599e;
    color: #fff;
}

.p2_box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 700px;
    padding: 50px;
}

.Tablet .p2_box {
    height: 100%;
    padding: 50px;
}

.Mobile .p2_box {
    height: 100%;
    padding: 20px;
}

.p2_box h2,
.p3_content h2,
.p4_text h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 20px;
}

.p2_box h3,
.p3_content h3,
.p4_text h3,
.mention_content h3 {
    font-size: 21px;
    margin: 22px 0 0 0;
}

.Tablet .p2_box h2,
.Mobile .p2_box h2,
.Tablet .p3_content h2,
.Mobile .p3_content h2,
.Tablet .p4_text h2,
.Mobile .p4_text h2 {
    font-size: 26px;
    line-height: normal;
}

.presta_3 {
    position: relative;
}

.presta_3:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: 0;
}

.p3_content {
    color: #fff;
    position: relative;
}

.p4_content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}

.p4_box {
    display: flex;
    align-items: center;
    gap: 35px;
}

.p4_img img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
}

.Tablet .p4_img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}

.Mobile .p4_box {
    flex-direction: column;
}

input.contact-btn {
    width: 100%;
    padding: 8px;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: none;
    background: #14599e;
    color: #fff;
    font-weight: 900;
    border-radius: 10px;
    transition: all 0.5s;
}

input.contact-btn:hover {
    background: #ffff00;
}

.leaflet-container a {
    color: #000 !important;
}

section#temoignages {
    position: relative;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    text-align: center;
}
section#temoignages > div > b {
  position: relative;
    font-size: 40px;
    color: #fff;
}
section#temoignages a {
    background: #b70d24;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 19px;
    margin: 25px 0;
    display: inline-block;
    position: relative;
}
section#temoignages p {
    color: #fff;
    font-size: 17px;
}
section#temoignages span {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}
section#temoignages::before {
    content: "";
    background: #000000ad;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.logo-partenaire {
    padding: 50px 0;
}

/*******/
.col-tem input {
    width: 100%;
    background: #fff;
    height: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 0 20px;
    border: 1px solid #000;
    border-radius: 10px;
}
.col-tem input:last-child {
    background: #b70d24;
    color: #fff;
    width: auto;
    display: inline-block;
    margin: auto;
    text-align: center;
}
.col-tem textarea {
    width: 100%;
    background: #fff;
    height: 100px;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 10px;
}
div#MonAvis span {
    color: #000;
    margin: 10px auto;
    text-transform: uppercase;
}
section.temoin {
    padding: 50px 0;
}
section.temoin h1, h2 {
    font-weight: bold;
    font-size: 25px;
}
.intro-layer.ribbon-1 span {
    display: block;
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 3px #666666;
}
.titre-span > span {
    display: block;
}
.titre-span span:first-child {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.\34 04 .sect4 {
    display: none;
}
 .Desktop .temoignages .contenu .container > .row > div {
    padding: 30px 0;
}
.Mobile .contenu .container > .row > div {
    padding: 30px!important;
}
.Tablet .contenu .container > .row > div {
    padding: 30px!important;
}
.temoignages .Titrecontenu{
    color: #14599e;
}
.temoignages .contenu {
    margin: 50px 0;
}

#avis_form {
    margin-top: 15px;
}

#MonAvis,
#avis_form {
  padding: 0 2%;
}
#MonAvis span {
  font-size: 18px;
  color: #333;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}

#avis_form label {
  display: block;
  margin-bottom: 8px
}

#avis_form .input-form {
  margin: 0 0 15px 0;
  width: 100%
}

.avis a {
  width:10%;
  float:left;
  height:100%;

}
.avis > i {
  background: url('../images/rating-sprit.png') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
.avis-0 {
  background-position: 0 0 !important;
}
.avis-1 {
  background-position: 0 -25px !important;
}
.avis-2 {
  background-position: 0 -50px !important;
}
.avis-3 {
  background-position: 0 -75px !important;
}
.avis-4 {
  background-position: 0 -100px !important;
}
.avis-5 {
  background-position: 0 -125px !important;
}
.avis-6 {
  background-position: 0 -150px !important;
}
.avis-7 {
  background-position: 0 -175px !important;
}
.avis-8 {
  background-position: 0 -200px !important;
}
.avis-9 {
  background-position: 0 -225px !important;
}
.avis-10 {
  background-position: 0 -250px !important;
}

.col-tem {
    width: 50%;
}

.Tablet .col-tem,
.Mobile .col-tem {
    width: 100%;
}

input.btn-temoing {
    width: 100% !important;
    border: none;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: normal;
    background: #ffff00 !important;
    transition: all 0.5s;
}

input.btn-temoing:hover {
    background: #14599e !important;
}

.item-tem {
    margin: 20px 0;
}

.item-tem p {
    font-weight: 600;
    font-size: 17px;
    margin: 5px 0 10px 0;
}

.Mobile section.temoin > .container > .row,
.Tablet section.temoin > .container > .row {
    margin: 0 !important;
}

.Tablet #MonAvis,
.Tablet #avis_form,
.Mobile #MonAvis,
.Mobile #avis_form {
  padding: 0 !important;
}

div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
}

div#Messages p {
    margin: 0;
    color: #fff;     
    font-size: 20px;
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
}

.ContactezNous address div {
    margin: 10px 0 25px 0;
}

.insta {
    position: fixed;
    z-index: 999999;
    bottom: 50px;
    right: 50px;
}

.Mobile .insta {
    bottom: 10px;
    right: 10px;
}

.insta a img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.insta a img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.devis_gratuit {
    position: absolute;
    z-index: 9;
    bottom: 15px;
    left: 15px;
    padding: 10px;
    background: #ffff00;
    color: #000;
    border-radius: 10px;
}

.nav-item.active,
.nav-item:hover {
    border-bottom: 2px solid #000;
}

.col-footer ul li:hover a {
    opacity: 0.5;
}

.mention_content h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.Mobile .top-contact-content a {
    color: #000;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
}

.Mobile .top-contact-content a .icon {
    filter: invert(1);
}
.reseau img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

._slider {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 50px;
}

.form_slider {
    width: 40%;
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
}

.form_slider_title {
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.Desktop .logomenu > .container {
    max-width: 1440px;
}

textarea {
    max-width: 100%;
    font-family: inherit;
}
.Mobile .logo-header img {
    width: 200px;
    height: 120px;
    display: block;
    object-fit: contain;
}


 
 .Mobile .devis_gratuit .icon-devis:before {
    filter: brightness(0);
}