* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
    transition: all .3s ease;
}
body {
	font-family: "Calibri", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #4e4a4a;
}
img {
	max-width: 100%;
} 
 
 
	.container {
	    max-width: 1300px;
        width: 100%;
	    padding: 0px 20px;
	    margin: 0 auto;
	} 
	header.header .container {
	    max-width: 1500px;
	} 

a, 
a:hover {
	text-decoration: none;
}

a.logo img {
    width: 170px;
    height: 93px;
    object-fit: contain;
    background: #fff;
    border-radius: 5px;
}
header.header {
    background: #053b81;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 111;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-top {
    min-width: 170px;
}
.header-right {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}
.tel-top {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 180px;
}
.tel-top span {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    position: relative;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    background-color: #ffee00;
    border: 1px solid #053b81;
}
.tel-top span:hover {
    background-color: transparent;
    border: 1px solid #ffee00;
}
.tel-top span::before {
	z-index: -1;
    border-radius: 500px;
    content: "";
    clear: both;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
    transition: all 0.4s ease-in;
}
.tel-top span:hover::before {
    width: 100px;
    height: 100px;
    top: -30%;
    left: -30%;
    transition: all 0.4s ease-in;
}
.tel-top span img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: invert(1);
}
.tel a {
    font-size: 18px;
    line-height: 26px;
    color: #ffee00;
    display: block;
    font-weight: 600;
}
.tel-top span:hover img{
    filter: invert(0);
}
.Desktop ul.nav-list {
    display: flex;
}
li.nav-item {
    display: block;
    width: 16.667%;
    padding-left: 15px;
}
li.nav-item > a {
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 25px 0;
    position: relative;
    color: #ffffff;
    text-align: center;
    font-family: "Calibri", sans-serif;
    font-weight: 600;
}
.Desktop li.nav-item > a:hover, li.nav-item.active > a {
    color: #ffee00 !important;
}
.Mobile li.nav-item.active > a,
.Tablet li.nav-item.active > a,
.Mobile .nav-submenu-item.active a,
.Tablet .nav-submenu-item.active a {
    color: #ffee00!important;
}

.nav-submenu {
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
    top: 100%;
    left: inherit; 
    padding: 0px 0;
    transform: translateY(40px);
    transition: all 300ms ease;
    z-index: 100;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.Desktop .nav-item:hover .nav-submenu {
    transition: all 300ms ease;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}
.nav-submenu-item {
    position: relative;
    display: block;
    width: 100%;
}
.nav-submenu-item a {
    display: block;
    padding: 10px 20px;
    color: #000;
    line-height: 24px;
    font-weight: 500;
    font-family: "Calibri", sans-serif;
    font-size: 17px;
    transition: all 200ms ease;
}
.Desktop .nav-submenu-item:hover a, .nav-submenu-item.active a {
    padding-left: 30px;
    transition: all 200ms 
ease;
    color: #053b81;
}

/* Slider */
.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;
    margin-left: auto;
    margin-right: auto;
}
.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;
}
/*fin slick*/

.homeslider {
    position: relative;
    height: 850px;
    overflow: hidden;
    margin-top: 80px;
}
.fullImg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 850px;
    position: relative;
}
.fullImg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9), rgba(0,0,0,0.0) 100%);
    top: 0px;
    right: 0px;
    z-index: 1;
    opacity: 1;
}
.fullImg::after {
	position: absolute;
    content: '';
    width: 100%;
    height: 80px;
    background-image: url(../images/img/slider-after.webp);
    background-size: cover;
    z-index: 1;
    bottom: -1px;
}
.caption {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    padding: 15px;
}
.block-slider {
    display: flex;
    align-items: center;
}
.text-slider {
    width: 58%;
}
.devis_formulaire {
    width: 42%;
    background-color: #fff;
    max-width: 445px;
    margin-left: auto;
}
.text-top {
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: "Calibri", sans-serif;
    font-weight: 600;
}
.titreSlider {
    max-width: 95%;
    font-size: 52px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "Calibri", sans-serif;
}
.text {
    max-width: 605px;
    width: 100%;
    font-size: 18px;
    color: #fff;
}
.btn_ {
    margin-top: 50px;
    display: flex;
    gap: 15px;
}
a.btn-one {
    padding: 17px 50px 17px 25px;
    background: #053b81;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 18px;
}
a.btn-one.btn-cont {
    background: #ffee00;
    color: #000;
}
a.btn-one.btn-cont:hover { 
    color: #fff;
}
.btn-one.btn-cont::after{
    filter: invert(1);
}
.btn-one.btn-cont:hover::after{
    filter: invert(0);
}
a.btn-one::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/img/left.webp);
    background-size: cover;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}
a.btn-one::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 60%;
    top: 60%;
    width: 150%;
    transition: all 0.5s ease;
    z-index: -1;
    background: #000;
    transform: rotate(-25deg);
}
a.btn-one.btn-cont::before {
	background: #053b81;
}
a.btn-one:hover::before {
    left: -30%;
	top: -70%;
	height: 470%;
    transition: all 0.5s ease;
}
span.titre {
    font-size: 28px;
    color: #ffee00;
    padding: 25px 20px 20px 20px;
    background: #053b81;
    display: flex;
    justify-content: center;
    height: 95px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}
span.titre::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 95px;
    z-index: 1;
    bottom: -1px;
    background-image: url(../images/img/form-shape.webp);
    background-size: cover;
}
form#Devis_form {
    padding: 35px 40px 50px 40px;
}
.form-input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 55px;
    border-radius: 2px;
    margin-bottom: 20px;
    font-family: "Calibri", sans-serif;
    outline: none;
}
input.btn-devis-gratuit {
    padding: 12px;
    border: none;
    background: #053b81;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    cursor: pointer;
    transition: all 0.4s ease-out 0s;
}
input.btn-devis-gratuit:hover {
    background: #000;
    transition: all 0.4s ease-out 0s;
}
textarea.form-input {
    max-width: 100%;
    min-height: 80px;
    max-height: 200px;
}

/*prestation*/

h1, h2{
    color: #000;
}
h1{
    font-size: 48px;
}
h2{
    font-size: 40px;
    line-height: 1.3;
}
.box-sect-1 {
    display: flex;
    gap: 85px;
    align-items: center;
}
.img-sect-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.text-sect-1,
.img-sect-1 {
    width: 50%;
}
.box-intervention {
    background: #053b81;
    padding: 40px;
    width: 415px;
    height: 185px;
    position: absolute;
    margin-top: -192px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.logo-intervention img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.intervention p {
    color: #fff;
    font-size: 22px;
    line-height: 40px;
}
.text-sect-1 h1 {
    padding: 0 0 30px; 
    line-height: 56px;
}
.section-1 {
    padding: 120px 0 180px;
    position: relative;
}
.section-1:before {
    position: absolute;
    content: '';
    background-image: url(../images/img/about-1.svg);
    width: 595px;
    height: 320px;
    background-size: cover;
    right: 0;
    bottom: 147px;
    z-index: -1;
}
.section-2 {
    background: #053b81;
    padding: 100px 0;
}
.img-sect-1{
    position: relative;
}
.img-sect-1:before {
    position: absolute;
    content: '';
    background-image: url(../images/img/about-one-line.svg);
    width: 350px;
    height: 480px;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
}
.box-sect2 {
    display: flex; 
}
.text-sect2{
    width: 50%;
}
.img-sect2 {
    position: absolute;
    right: 60px;
    margin-top: -190px;
}
.img-sect2 img {
    width: 40vw;
    height: 590px;
    object-fit: cover;
    clip-path: polygon(0 0, calc(100% - 0vw) 0, 100% 100%, calc(100% - 5vw) 100%, 8vw 100%, 0 84%);
}
.text-sect2 h2 ,
.text-sect2 h3 {
    color: #fff; 
    padding: 0 0 30px;
}
.text-sect2 p {
    color: #d0d0d0;
}
.box1-sect-3 { 
    display: flex;
    align-items: center;  
}
.img-sect3 {
    height: 470px;
    overflow: hidden;
    margin-left: 15px;
}
.text-sect3 {
    width: 70%; 
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.10);
    padding: 40px;
    height: 470px;
    margin-left: -55px;
    display: flex;
    align-items: center;
}
.img-sect3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.box1-sect-3:hover .img-sect3 img,
.block-text:hover .img-sect5 img{
    transform: scale(1.1);
    transition: 0.5s;
}
.svg-img {
    position: relative;
    left: -54px;
    top: 3px;
}
.box1-sect-3.box-text-4 {
    padding: 0 0 0 40px;
    margin-top: 30px;
}
.box1-sect-3.box-text-4 .svg-img {
    left: 35px;
    z-index: 9;
}
.box1-sect-3.box-text-4 .svg-img {
    left: 59px;
}
.section-3 {
    padding: 0 0 120px;
}
.text-sect3 h2,
.text-sect5 h2 {
    font-size: 30px;
    padding: 0 0 20px;
}
.box-sect4 {
    display: flex; 
    align-items: center;
}
.img-sect4 {
    width: 55%;
}
.img-sect4 img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.text-4 {
    position: absolute;
    width: 55%;
    background-color: #ffffff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.10);
    z-index: 9;
    padding: 70px 50px 60px 70px; 
    right: 0;
}
.text-4 h2 {
    padding: 0 0 30px;
} 
.text-sect5 {
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.10);
    padding: 40px;
    height: 580px;
}
.box1-sect-3.box-text-4 .text-sect3 {
    margin-right: -30px;
    position: relative;
    left: 29px;
}
.section-5 {
    padding: 120px 0;
} 
.box-sect5 h2 {
    padding: 0 0 20px;
    border-bottom: 1px solid #949495;
}
.box-sect5 {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.10);
    padding: 40px;
}
.box-sect5 > p {
    padding: 20px 0 0;
} 
.box-sect-6 {
    display: grid;
    align-items: center;
    gap: 60px;
    background: #e6e5e8; 
    grid-template-columns: repeat(2, 1fr);
}
.text-sect-6 {
    width: 100%;
    padding: 40px 30px 40px 0;
}
.text-sect-6 h2 {
    padding: 0 0 30px;
}
.img-sect-6 { 
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
    background-repeat: no-repeat;
    background-size: cover;
} 
div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 9999;
    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;
}
a.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
div#realisations {
    padding: 50px 0;
}
b.titre-album {
    width: 100%;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 20px 0 30px;
    text-align: center;
    text-transform: uppercase;
}
.container-box .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.mentions h2 {
    padding: 20px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
}

.box-1-contact {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.10);
    padding: 35px;
    width: 100%;
    position: relative;
    text-align: center;
}
.box-1-contact:before{
    position: absolute;
    content: '';
    height: 120px;
    -webkit-clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
    clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
    background-color: #000; 
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s;
}
.box-1-contact:hover:before{
    background-color: #053b81;
    transition: .5s;
}
.box-cont {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 120px;
}
.ContactezNous {
    padding: 120px 0;
}
.icon-cont img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    filter: grayscale(0) brightness(0);
    transition: .5s;
}
.box-1-contact:hover .icon-cont img{
    filter: none;
    transition: .5s;
}
.icon-cont {
    border: 3px solid #000;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 10px;
    background: #fff;
    transition: .5s;
}
.box-1-contact:hover .icon-cont{
    border: 3px solid #053b81;
    transition: .5s;
}
.num-cont span {
    padding: 20px 0 10px;
    display: block;
    color: #000;
    font-size: 23px;
    font-weight: 600;
}
.tel_ a,
.mail_ a,
.classe {
    color: #626262;
    font-size: 18px;
}
.tel_ {
    display: flex;
    flex-direction: column;
}
#Map { 
    height: 500px;
}
.texte-cont b {
    color: #000;
    padding: 10px 0 15px;
    display: block;
}
.texte-cont {
    text-align: center;
}
.text-sect-6 p {
    color: #000;
}
.section-6 {
    background: #e6e5e8;
}
.icon-prest img,
.text-4 img {
    width: 150px;
    height: 65px;
    object-fit: contain;
}
.cage-contact {
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.10);
    padding: 80px;
    text-align: center;
    margin-top: -150px;
    position: relative;
    z-index: 9;
}
.cage-contact .form-input {
    background: #F8F8F8;
}
.input-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
}
input.btn-one{
    cursor: pointer;
}
.block-contact {
    position: relative;
    z-index: 1111;
}
.Mobile .box-sect-1 { 
    flex-direction: column;
}
.Mobile .section-1 {
    padding: 100px 0px 50px; 
}
.Mobile .text-sect-1,
.Tablet .text-sect-1, 
.Mobile .img-sect-1,
.Tablet .img-sect-1 {
    width: 100%;
}
.Mobile .box-intervention { 
    padding: 20px;
    width: 100%;
    height: 126px; 
    margin-top: -132px;
}
.Mobile .intervention p { 
    line-height: 1.3;
    font-size: 18px;
}
.Mobile .img-sect-1 img { 
    height: 250px; 
}
.Mobile .img-sect-1:before { 
    width: 100%;
    height: 250px; 
    top: 57%; 
    right: 20px;
}
.Mobile .box-sect-1 { 
    gap: 60px; 
}
.Mobile .text-sect-1 h1 { 
    line-height: 1.3;
}
.Mobile .text-sect2 {
    width: 100%;
}
.Mobile .section-2,
.Tablet .section-2 {  
    padding: 50px 0;
}
.Mobile .box-sect2,
.Tablet .box-sect2 { 
    flex-direction: column-reverse;
}
.Mobile .img-sect2 {
    position: relative;
    right: 0;
    margin-top: 0;
    margin-bottom: 30px;
}
.Mobile .img-sect2 img {
    width: 100%;
    height: 250px; 
}
.Mobile .section_4.cat-prest {
    padding: 60px 0 60px;
}
.Mobile .box1-sect-3 { 
    flex-direction: column;
}
.Mobile .img-sect3 img { 
    height: 250px; 
}
.Mobile .img-sect3 {
    height: 250px;  
    margin-left: 0;
    width: 100%;
}
.Mobile .section-3 {
    padding: 0 0 50px;
} 
.Mobile .svg-img{
    display: none;
}
.Mobile .text-sect3 {
    width: 100%; 
    margin-left: 0;
    height: 100%;
    padding: 20px;
}
.Mobile .box1-sect-3.box-text-4 {
    flex-direction: column-reverse;
}
.Mobile .box1-sect-3.box-text-4 .text-sect3 {
    margin-right: 0; 
    left: 0;
}
.Mobile .box1-sect-3.box-text-4{
    padding: 0;
}
.Mobile .box-sect4,
.Tablet .box-sect4 { 
    flex-direction: column;
}
.Mobile .img-sect4,
.Tablet .img-sect4,
.Mobile .text-sect-6,
.Tablet .text-sect-6 {
    width: 100%;
}
.Mobile .text-4,
.Tablet .text-4 {
    position: relative;
    width: 100%; 
    padding: 30px 20px; 
    margin-top: -8px;
}
.Mobile .section-4 {
    padding: 0 20px;
}
.Mobile .img-sect4 img { 
    height: 250px; 
}
.Mobile .section-5 {
    padding: 50px 0;
}
.Mobile .box-sect5 {  
    padding: 20px;
}
.Mobile .box-sect-6,
.Tablet .box-sect-6 { 
    gap: 30px; 
    flex-direction: column;
    padding: 0;
    grid-template-columns: repeat(1, 1fr); 
}
.Mobile .img-sect-6 {
    width: 100%;
    height: 250px;
    clip-path: none;
}
.Tablet .img-sect-6{
    width: 100%;
    height: 325px;
    clip-path: none;
}
.Mobile .section-6 { 
    padding: 50px 15px;
} 
.Tablet .text-sect-1 h1 { 
  line-height: 40px;
  font-size: 35px;
}
.Tablet .section-1 {
  padding: 60px 40px 80px; 
}
.Tablet .box-sect-1 { 
  gap: 40px; 
  flex-direction: column;
}
.Tablet .img-sect-1 img { 
  height: 350px; 
}
.Tablet .img-sect-1::before { 
  width: 100%;
  height: 325px;
  right: -40px;
  top: 40%; 
}
.Tablet h2{
    font-size: 30px;
}
.Tablet .section_4 {
  padding: 60px 0 60px; 
}
.Tablet .box-intervention { 
  height: 143px; 
  margin-top: -150px; 
}
.Tablet .text-sect3{
    height: 100%;
}
.Tablet .img-sect3 { 
  margin-left: 0;
}
.Tablet .box1-sect-3.box-text-4 .text-sect3 { 
  left: 0;
  margin-right: -60px;
}
.Tablet .section-4 {
  padding: 0 40px;
}
.Tablet .img-sect4 img { 
  height: 325px; 
}
.Tablet .section-5 {
  padding: 60px 40px;
}
.Tablet .section-6 { 
  padding: 40px;
}
.contact .devis_formulaire{
    display: none;
}
.Mobile .ContactezNous {
    padding: 80px 0 30px; 
}
.Tablet .ContactezNous {
  padding: 60px 0;
}
.Mobile .box-cont { 
    flex-direction: column;
}
.Mobile .box-1-contact:before{
    height: 90px;
}
.Mobile .icon-cont{
    width: 50px;
    height: 50px;
    margin-top: 25px;
}
.Mobile .icon-cont img {
    width: 20px;
    height: 20px; 
}
.Mobile #Map { 
    height: 250px; 
}
.Mobile .cage-contact { 
    padding: 20px; 
    margin-top: 0; 
}
.Mobile .flex-mob,
.Tablet .flex-mob {
    display: flex;
    flex-direction: column-reverse;
}
.Mobile .block-contact,
.Tablet .block-contact { 
    margin-top: -60px;
    margin-bottom: 60px;
}
.Mobile .cage-contact h1 {
    font-size: 30px;
}
.Mobile .input-flex { 
    grid-template-columns: repeat(1, 1fr); 
}
.cage-contact textarea.form-input {
    height: 140px;
}
.Tablet .adr-map { 
  height: 325px;
  background: #ddd;
}
.Tablet .cage-contact { 
  padding: 40px; 
  margin-top: -90px; 
}
.Tablet .icon-cont img {
  width: 30px;
  height: 30px; 
}
.Tablet .icon-cont{
    width: 95px;
    height: 95px;
}
.Mobile .tel_ a,
.Tablet .tel_ a, 
.Mobile .mail_ a,
.Tablet .mail_ a, 
.Mobile .classe,
.Tablet .classe { 
    font-size: 17px;
}
.Mobile .box-1-contact{
    padding: 20px;
}
.Tablet .cage-contact h1 {
  font-size: 35px;
}
.Mobile b.titre-album{
    font-size: 33px;
}
.Mobile .container-box .row { 
    grid-template-columns: repeat(1, 1fr); 
}
.Tablet .container-box .row { 
    grid-template-columns: repeat(3, 1fr); 
}

.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: flex!important;
    justify-content: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
    color: #000;
    margin-top: 20px;
    display: block;
}

.blog_pageIntrouvable > div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000;
    line-height: 1.3;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000;
}
.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 !important;
  }
}

.Desktop input.btn-devis-gratuit.btn-cont {
    width: 20%;
}
/*fin-prestations*/


/*section_1*/
.section_1 {
	padding: 120px 0px 90px;
}
.titre_1 h1 {
    line-height: 1.2;
    text-align: center;
    margin: auto;
    font-family: "Calibri", sans-serif;
    margin-bottom: 20px;
}
.section-text_1 {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 60px;
}
.bloc-img_1 {
	height: 300px;
    width: 100%;
    padding-bottom: 10px;
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 1%);
    background-color: #000;
    transition: all 0.4s ease-out 0s;
}
.img_1 {
	height: 100%;
    width: 100%;
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 1%);
}
.img_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloc-text_1 {
	padding: 0px 30px 40px 30px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.icon_1 {
	position: relative;
    z-index: 1;
    transition: all 0.4s ease-out 0s;
    width: 100px;
    height: 100px;
    margin: -50px auto 0;
    border-radius: 500px;
    background: #ffffff;
    border: 3px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.icon_1 img {
    filter: grayscale(.5) brightness(.1);
    width: 50px;
    height: 50px;
}
.text-sect_1:hover .bloc-img_1 {
    background-color: #053b81;
    transition: all 0.4s ease-out 0s;
}
.text-sect_1:hover .icon_1 {
    border-color: #053b81;
    transition: all 0.4s ease-out 0s;
}
.text-sect_1:hover .icon_1 img {
    filter: none;
    transition: all 0.4s ease-out 0s;
}
.text_1 h1,
.text_1 h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    min-height: 90px;
}


/*section_2*/
.section_2 {
	overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 85px 0px;
    background-image: url(../images/img/bg-sect-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.section_2::before {
	clip-path: polygon(0% 0, 100% 0, 88% 100%, 0% 100%);
    position: absolute;
    background: #fff;
    content: "";
    clear: both;
    height: 100%;
    width: 56%;
    top: 0%;
    z-index: -2;
    left: 7px;
}
.section_2::after {
	clip-path: polygon(0% 0, 100% 0, 88% 100%, 0% 100%);
    position: absolute;
    background: #000;
    content: "";
    clear: both;
    height: 100%;
    width: 56%;
    top: 0%;
    z-index: -2;
    left: 0px;
}
.bloc-sect_2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
}
.img-sect_2 {
	position: absolute;
    top: 0%;
    left: 0;
    z-index: -1;
}
.img-sect_2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
input#mail2 {
    display: none;
}
.bloc_2-l span {
    color: #fff;
    font-family: "Calibri", sans-serif;
    font-size: 35px;
    margin-bottom: 10px;
    display: block;
}
form#rappel_immediat {
    display: flex;
}
form#rappel_immediat .form-input {
    width: 70%;
    margin: 0;
}
form#rappel_immediat input.btn-devis-gratuit {
    width: 20%;
    height: 55px;
    text-transform: uppercase;
}
.icon-r {
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 50%;
    border: 2px dashed #053b81;
}
.icon-r span {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #053b81;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: playVideo infinite 3.5s;
}
@keyframes playVideo {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
	}
	40% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}
	80% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
.icon-r img {
    width: 35px;
    height: 35px; 
}
.bloc_2-r {
    margin-top: 15px;
}

/*section_3*/
.section_3 {
    padding: 120px 0 60px;
}
.bloc-sect_3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
.bloc-sect-3-img {
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.img_3 img {
    width: 360px;
    height: 390px;
    object-fit: cover;
}
.img-ab {
    position: absolute;
    right: 20px;
    top: 23%;
    width: 390px;
    height: 500px;
    object-fit: cover;
}
.fond-img_3 {
    position: absolute;
    top: 10px;
    left: calc(20% + 20px);
    z-index: -1;
    animation: pluse-icon 6s ease-in-out infinite;
}
@keyframes pluse-icon {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0px);
    }
}
.fond-img_3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.g-decenale {
    width: 160px;
    height: 160px;
    position: relative;
    top: 20px;
    animation: circle 8s ease-in-out infinite;
}
@keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.g-decenale img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    filter: brightness(0);
}
.Mobile .g-decenale img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.bloc-sect-3-text {
    padding: 10px;
}
.text_3 h2 {
    margin-bottom: 40px;
    font-family: "Calibri", sans-serif;
}
.text_3 {
    margin-bottom: 40px;
}
.bloc-p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.bloc-p_1 {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    padding: 17px;
}
.bloc-p_1::before {
    transition: all 0.4s ease-out 0s;
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    clear: both;
    background-color: #053b81;
}
.bloc-p_1:hover::before {
    transition: all 0.4s ease-out 0s;
    width: 100%;
}
.icon-p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-p {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
}
.btn-sect-3 {
    border-top: 1px solid #e6e6e6;
    padding-top: 25px;
    display: flex;
    margin-top: 40px;
}


/*section_4*/
.section_4 {
    padding: 120px 0px 90px 0px;
    background-image: url(../images/img/bg-sect-4.webp);
    position: relative;
}
.titre-service {
    max-width: 80%;
    margin: auto;
    margin-bottom: 20px;
    font-family: "Calibri", sans-serif;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    color: #000;
    font-weight: bold;
}
.cat-item {
    background-color: #ffffff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
    margin: 0 20px 30px;
}
.Desktop .cat-item { 
    min-height: 400px;
    position: relative;
}
.form-cat {
    height: 150px;
    clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
    background-color: #053b81;
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
}
.cat-item:hover .form-cat {
    transition: all 0.4s ease-in-out 0s;
}
.list-cat {
    display: flex;
    overflow: hidden;
    margin-top: 150px;
}
.img-cat {
    margin-left: auto;
    margin-right: auto;
    margin-top: -110px;
    position: relative;
    z-index: 1;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    overflow: hidden;
}
.img-cat:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.img-cat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    transform: scale(1);
    transform-origin: center;
}
.cat-item:hover img {
    transition: all 0.5s ease-in-out 0s;
    transform: scale(1.1);
}
.cat-item a {
    color: #000;
    font-size: 20px;
    font-family: "Calibri", sans-serif;
    line-height: 1.2;
    font-weight: 600;
    padding: 30px 20px 45px;
    display: block;
    transition: all 0.5s ease-in-out 0s; 
    color: #000;
}


/*section_5*/
.section_5 {
    padding: 80px 0 120px;
}
.bloc-sect_5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 30px;
}
.titre-bloc-5 {
    color: #053b81;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
}
.text_4 h2 {
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: "Calibri", sans-serif;
}
.logo-divers {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.logo-divers img {
    width: 150px;
    height: 126px;
    object-fit: contain;
    filter: brightness(0);
}
.bloc-img-5 {
    position: relative;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 5px;
    height: 520px;
    overflow: hidden;
}
.bloc-img-5::before {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    width: 5px;
    content: "";
    top: 0;
    left: 0px;
    height: 100%;
    background: #053b81;
}
.bloc-img-5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icon-5 {
    position: absolute;
    top: 0;
    right: 0;
    background: #053b81;
    width: 50px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-5 img {
    width: 22px;
    height: 22px;
}


/*section_6*/
.section_6 {
    position: relative;
    background-image: url(../images/img/bg-sect-6.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    overflow: hidden;
    z-index: 0;
}
.section_6::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0009;
    z-index: -1;
    top: 0;
    left: 0;
}
.section_6 .icon-r span {
    background: #fff;
}
.text_5 {
    position: relative;
    z-index: 1;
}
.text_5 h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.2;
}
.text_5 p {
    color: #fff;
}
.fond-6-1 {
    position: absolute;
    top: 0;
    left: 2%;
    z-index: -1;
}
.fond-6-2 {
    position: absolute;
    bottom: -2%;
    right: 2%;
}
.fond-6-1 img,
.fond-6-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_6 .icon-r {
    margin: 10px auto 30px;
}


/*section_7*/
.section_7 {
    background-image: url(../images/img/bg-sect-4.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}
.bloc-sect_7 {
    display: flex;
    align-items: center;
    gap: 20px;
}
.bloc-sect_7-1 {
    width: 42%;
}
.bloc-sect_7-2 {
    width: 58%;
}
.titre-bloc_7 h2,
.titre-bloc-7 {
    margin-bottom: 20px;
    font-size: 32px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
}
.text_6 {
    padding: 40px 40px 40px 60px;
    border-radius: 140px;
    border: 1px solid #053b81;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.section_7 h2 {
    font-size: 32px;
    margin-bottom: 10px;
}
.text_7 {
    margin-top: 40px;
    border: 1px solid #000;
    margin-right: -70px;
    margin-left: 70px;
    padding: 40px 40px 40px 60px;
    border-radius: 140px;
}
h3 {
    color: #000;
    font-size: 20px;
    margin: 15px 0 5px;
}
.text_5 h3 {
    color: #fff;
}


/*footer-top*/
.footer-top {
    background: #053b81;
}
.bloc-footer-top {
    display: flex;
    justify-content: center;
}
span.icon-f {
    width: 55px;
    height: 55px;
    background: #ffee00;
    display: flex
;
    align-items: center;
    justify-content: center;
}
span.icon-f img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    transition: all 0.4s ease-in-out;
    filter: brightness(0);
}
.bloc-footer-top > div:hover span.icon-f img {
    transform: rotateY(360deg);
    transition: all 0.4s ease-in-out;
}
.bloc-footer-top > div {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 40px;
}
.bloc-footer-top,
.bloc-footer-top a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.tel-f a {
    display: block;
}
.adr {
    padding-left: 0 !important;
}
.tel-f {
    padding-right: 0 !important;
}
.mail {
    border-width: 0 1px;
    border-style: solid;
    border-color: rgba(219, 219, 219, 0.25);
}


/*footer-bottom*/
.footer-bottom {
    overflow: hidden;
    background: #000;
    position: relative;
    z-index: 1;
}
.bloc-footer-bottom {
    border-top: 1px solid rgba(221, 221, 221, 0.15);
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
}
.bg-footer-1 {
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: -1;
    animation: pluse 8s ease-in-out infinite;
}
@keyframes pluse {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}
.bg-footer-2 {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: -1;
}
.titre-foot {
    color: #ffee00;
    font-size: 24px;
    margin-bottom: 35px;
    font-family: "Calibri", sans-serif;
    font-weight: 600;
}
.logo-footer .logo {
    margin: 0 auto 40px;
    display: block;
    text-align: center;
}
.bloc-foot {
    padding: 66px 50px 40px 50px;
    margin-bottom: 40px;
}
.bloc-foot:nth-child(2) {
    border-width: 0 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 0.15);
}
ul.services-footer li {
    display: block;
}
ul.services-footer a {
    color: #ffffff;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
    display: block;
    transition: all .3s linear;
}
ul.services-footer a:hover {
    color: #053b81;
    transition: all .3s linear;
}
.text-agence {
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.text-agence a {
    color: #fff;
    font-weight: 600;
}
.copyright {
    border-top: 1px solid rgba(221, 221, 221, 0.15);
    color: #fff;
    background: #053b81;
}
.copyright a {
    color: #ffee00;
}
.bloc-copyright {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    padding: 20px 0 10px;
}

/*resp*/
.Mobile .text-slider,
.Tablet .text-slider {
    width: 100%;
}
.Mobile .titreSlider {
    font-size: 26px;
    margin-bottom: 20px;
}
.Mobile .text-top {
    margin-bottom: 10px;
    font-size: 20px;
}
.Mobile .text {
    font-size: 16px;
}
.Mobile .btn_ {
    flex-direction: column;
    margin-top: 25px;
}
.Mobile a.btn-one {
    font-size: 16px;
    width: 200px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.Mobile .homeslider {
    height: 600px;
    margin-top: 30px;
}
.Mobile .fullImg,
.Tablet .homeslider,
.Tablet .fullImg {
    height: 600px;
}
.Mobile .caption {
    transform: translateY(-38%);
}
.Mobile .fullImg::after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.Mobile .devis_formulaire,
.Tablet .devis_formulaire {
    width: 95%;
    max-width: 100%;
    margin: 30px auto 0;
    box-shadow: 0 0px 15px rgb(0 0 0 / 20%);
    border: 1px solid rgb(0 0 0 / 20%);
}
.Mobile span.titre::before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.Mobile form#Devis_form {
    padding: 35px 10px 0;
}
.Mobile .section_1 {
    padding: 50px 0px;
}
.Mobile h1 {
    font-size: 24px;
}
.Mobile h2 {
    font-size: 22px;
}
.Mobile h3 {
    font-size: 20px;
}
.Mobile .section-text_1,
.Tablet .section-text_1 {
    grid-template-columns: 100%;
    margin-top: 30px;
}
.Mobile .container,
.Tablet .container {
    padding: 0 15px;
}
.Mobile .bloc-text_1 {
    padding: 0px 15px 40px;
}
.Mobile .section_2 {
    padding: 40px 0px;
    background-image: none;
}
.Mobile .bloc-sect_2 {
    grid-template-columns: 100%;
}
.Mobile .section_2::after {
    clip-path: none;
    width: 100%;
}
.Mobile .bloc_2-l span {
    font-size: 24px;
}
.Mobile form#rappel_immediat .form-input {
    width: 80%;
}
.Mobile .section_3 {
    padding: 50px 0;
}
.Mobile .bloc-sect_3,
.Tablet .bloc-sect_3 {
    grid-template-columns: 100%;
}
.Mobile .g-decenale {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100px;
    height: 100px;
}
.Mobile .bloc-sect-3-img {
    padding: 0;
}
.Mobile .text_3 h2 {
    margin-bottom: 10px;
}
.Mobile .bloc-p {
    grid-template-columns: 100%;
    gap: 0;
    margin-bottom: 10px;
}
.Mobile .section_4 {
    padding: 50px 0;
}
.Mobile .titre-service {
    max-width: 100%;
    font-size: 28px;
}
.Mobile .list-cat {
    margin-top: 0;
}
.Mobile .cat-item {
    margin: 0 5px;
    min-width: 320px;
}
.Mobile .img-cat {
    width: 200px;
    height: 200px;
}
.Mobile .section_5 {
    padding: 50px 0;
}
.Mobile .bloc-sect_5 {
    grid-template-columns: 100%;
    gap: 50px;
}
.Mobile .logo-divers img,
.Tablet .logo-divers img {
    width: 100px;
    height: 80px;
}
.Mobile .bloc-img-5 {
    height: 300px;
}
.Mobile .section_7 {
    padding: 50px 0;
}
.Mobile .bloc-sect_7,
.Tablet .bloc-sect_7 {
    flex-direction: column;
    gap: 40px;
}
.Mobile .bloc-sect_7-1,
.Mobile .bloc-sect_7-2 {
    width: 100%;
}
.Mobile .text_6 {
    padding: 20px;
    border-radius: 50px;
}
.Mobile .text_7 {
    margin-right: 0;
    margin-left: 0;
    padding: 20px;
    border-radius: 50px;
}
.Mobile .bloc-footer-top {
    flex-direction: column;
    padding: 15px 0;
}
.mail {
    border: none;
}
.Mobile .bloc-footer-top > div {
    gap: 10px;
    padding: 20px 0;
}
.Mobile .bloc-footer-top,
.Mobile .bloc-footer-top a {
    font-size: 16px;
}
.Mobile span.icon-f img {
    width: 30px;
    height: 30px;
}
.Mobile .bloc-footer-bottom {
    border-top: none;
    grid-template-columns: 100%;
}
.Mobile .bloc-foot:nth-child(2) {
    border: none;
}
.Mobile .bloc-foot {
    padding: 20px 0;
    margin-bottom: 10px;
}
.Mobile .logo-footer .logo {
    margin: 0px auto 20px;
}
.Mobile .titre-foot {
    margin-bottom: 15px;
}
.Mobile .bloc-copyright {
    flex-direction: column;
}
.Mobile .copyright a {
    margin-top: 10px;
}
.Tablet .bloc-sect_7-1 {
    width: 90%;
}
.Tablet .bloc-sect_7-2 {
    width: 80%;
}
.Tablet .bloc-footer-top {
    flex-wrap: wrap;
}
.Tablet .bloc-foot {
  padding: 50px 15px 0;
}
.Tablet .img-ab {
  top: 10%;
}
.Tablet .g-decenale {
  top: 0;
}
.fixed-top {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 9999;
    transform: translateY(-100%);
    animation: forwards fromTop .5s;
}
@keyframes fromTop {
    from {
        transition: all .25s;
        transform: translateY(-100%);     
    }
    to {
        transition: all .25s;
        opacity: 1;
        transform: translateY(0);
    }
}
.Tablet .caption {
  transform: translateY(-52%);
}

/*menu*/
.Mobile .menu,
.Tablet .menu {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: #000;
    top: 0;
    right: 0;
    padding-top: 100px;
    transform: translateX(100%);
    transition: all .3s ease-in-out;
}
.Mobile .menu.show,
.Tablet .menu.show {
    transform: translateX(0);
    transition: all .3s ease-in-out;
}
.close {
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
}
.close img {
    width: 22px;
    height: 22px;
}
.Mobile .nav-click,
.Tablet .nav-click {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    width: 30px;
    height: 30px;
}
.Tablet .nav-click {
    top: 5px;
}
.Mobile i.nav-arrow ,
.Tablet i.nav-arrow {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
}
.Mobile span.nav-click i::before,
.Tablet span.nav-click i::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-image: url(../images/down.png);
    background-size: cover;
}
.Mobile ul.nav-submenu,
.Tablet ul.nav-submenu {
    visibility: visible;
    opacity: 1;
    display: none;
    position: static;
    width: 100%;
    transform: none;
}
.Mobile li.nav-item,
.Tablet li.nav-item {
    display: block;
    margin: 15px 20px;
    width: auto;
    border-bottom: 1px solid #535353;
    padding: 0 15px 5px 0;
    position: relative;
}
.menu-mob {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffee00;
}
.menu-mob img {
    width: 25px;
    height: 25px;
}
.Mobile li.nav-item > a,
.Tablet li.nav-item > a {
    color: #fff;
    padding: 5px 0;
    line-height: 1.4;
    text-align: left;
}
.Mobile li.nav-item:first-child > a,
 .Tablet li.nav-item:first-child > a {
    padding-right: 20px;
}
.Mobile .header-top,
.Tablet .header-top {
    padding: 10px 0;
}
.nav-rotate {
    transform:rotate(90deg);
    transition: all .3s linear;
}
.Mobile .text-sect-6 {
    padding: 20px 0;
}
.page-mention {
    padding: 50px 0;
}
.devis .Devisgratuit {
    padding: 50px 0;
    max-width: 80%;
    margin: auto;
}
.Mobile.devis .Devisgratuit {
    max-width: 100%;
}
.devis .Devisgratuit .h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.Mobile.devis .Devisgratuit .h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
input#mail {
    display: none;
}
.devis form#FormDevis {
    margin-top: 25px;
}
.devis input.btn-devis-gratuit.btn-cont {
    margin: auto;
    display: block;
}
.btn-sect {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.bloc-sect_7-1 .btn-sect {
    justify-content: flex-start;
}
.tel.tel-mob {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: absolute; 
  width: 100%;
  left: 0;
  background: #fe0;
  padding: 5px 0;
}
.tel.tel-mob a:first-child {
    background: #053b81;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
}
.tel.tel-mob a:last-child {
    background: #053b81;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
}

.logo-footer {
    background: #fff;
}
.Desktop .bloc-text_1{
    height: 600px;
}
.horaire p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 45px;
    border: 2px solid #053b81;
    padding: 15px;
}
.Mobile .horaire p,
.Tablet .horaire p{
    margin-top: 15px;
    font-size: 15px;
}
.Tablet .horaire {
  width: 68%;
}

.Desktop.ville .title-slider::first-line, .title-slider {
    font-size: 46px;
    color: #fff;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    margin: 30px 0;
}
.Desktop.ville .title-slider {
    line-height: normal;
    font-size: 40px;
    color: #ffffff;
    font-weight: 500;
    /* margin: 0; */
    font-style: italic;
    text-transform: none;
}
.Mobile .title-slider {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
}
.footer-bottom a.logo img {
    width: 300px;
    height: 164px;
    object-fit: contain;
    background: #fff;
    border-radius: 5px;
}

/*
Avis
*/
.imgAvis.bg {
    padding: 60px 0;
}
.Mobile .imgAvis.bg {
    padding: 10px;
}
b.titreAvis {
    display: block;
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
}
b.titreAvis::after {
    content: "";
    display: block;
    margin: 1rem auto 2rem;
    width: 35px;
    border-bottom: 3px solid #000;
}
.block-avis {
    margin: 0 auto;
    padding: 40px;
    border-radius: 7px;
    text-align: center;
}
.temoin {
    color: #000;
    padding: 80px 0;
}
.Desktop .temoin .grid-row {
    display: grid;
    grid-template-columns: 60% 40%;
    justify-content: center;
}
.Tablet .temoin .grid-row,
.Mobile .temoin .grid-row {
    display: block;
}
.col-right {
    border: 3px solid #0f4f62;
    padding: 20px;
}
.Desktop .col-right {
    margin-left: 1rem;
}
.temoin .item-tem {
    border-bottom: 1px solid rgb(98 98 98 / 20%);
    padding-bottom: 15px;
    margin-bottom: 1rem;
}
h1.Titrecontenu {
    font-size: 36px;
    margin-bottom: 2rem;
}
.Mobile h1.Titrecontenu {
    font-size: 22px;
}
h2.Titrecontenu {
    color: #000;
}
#avis_form {
    margin-top: 15px;
}

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

#avis_form .form-control {
  margin: 0 0 15px 0;
  width: 100%
}
#MonAvis span {
  font-size: 18px;
  color: v#1faed8;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}

.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;
}
div#temoignages {
    background: #f5f1ef;
}
#temoignages a.btn-rea {
    margin-top: 1rem;
    padding: 7px 35px;
}
.item-tem img {
    margin: 0;
    width: 50px;
    height: 50px;
}
img.google {
    width: 60px;
    height: 25px;
    object-fit: contain;
}
.avis-nom {
    display: flex;
    align-items: center;
    gap: 10px;
}
.slide-temoignage .avis-nom {
    justify-content: center;
}
.slide-temoignage .avis-nom {
    justify-content: center;
}
.avis-t {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0;
}
.slide-temoignage .avis-t {
    justify-content: center;
    margin: 10px 0 5px;
}
.Mobile .slide-temoignage .avis-t {
    flex-wrap: wrap;
    gap: 0;
}
.item-tem p {
    margin-bottom: 15px;
}
input#mail {
    display: none;
}
.avis-nom span {
    font-size: 18px;
    font-weight: 600;
}
.avis-t b {
    display: flex;
    align-items: center;
    gap: 10px;
}
.s_btn {
    margin-top: 20px;
}
.s_btn a,
input.btn-devis-gratuit {
    background: #3c3b3b;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid transparent;
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    cursor: pointer;
}