*{
	font-family: 'calibri', sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
    overflow-x: hidden;
}
p {
    line-height: 1.7;
    font-size: 18px;
    color: #6c6b6f;
}
/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    z-index: -1;

    -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;
}


.container {
    max-width: 1200px;
    margin: auto;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
.top-header {
    position: relative;
    display: block;
    background-color: #fff;
    overflow: hidden;
}
.top-header-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 480px;
    z-index: 1;
}
.top-header-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 418px;
    right: -1000000px;
    background-color: #f5f2ef;
    z-index: -1;
}
.top-header-content:after {
    position: absolute;
    content: "";
    top: 0;
    left: 418px;
    border-left: 0px solid #fff;
    border-right: 40px solid transparent;
    border-top: 40px solid #fff;
    z-index: -1;
}
.left-content-header {
    font-size: 17px;
    line-height: 15px;
    padding: 12px 0;
}
.reseux {
    position: relative;
    display: flex;
    align-items: center;
}
.second-content-header {
    position: relative;
    display: block;
    background-color: #fff;
}
.main-infos {
    position: relative;
    display: block;
}
.main-info-shape-1 {
    position: absolute;
    top: -40px;
    left: 122px;
    border-top: 144px solid #151518;
    border-left: 141px solid transparent;
    border-right: 141px solid transparent;
}
.main-info-shape-2 {
    position: absolute;
    top: -40px;
    left: 84px;
    border-top: 96px solid #07304a;
    border-left: 96px solid transparent;
    border-right: 96px solid transparent;
}
.main-info-shape-3 {
    position: absolute;
    bottom: -1px;
    left: 190px;
    border-bottom: 38px solid #1c1b1f;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
}
.main-info-shape-4 {
    position: absolute;
    top: -40px;
    left: -375px;
    height: 233px;
    width: 415px;
    background-color: #f4f1ee;
    clip-path: polygon(0 0, 100% 0%, 43% 100%, 0% 100%);
}
.main-info-shape-5 {
    position: absolute;
    bottom: -90px;
    left: -14px;
    border-bottom: 60px solid #f4f1ee;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    z-index: 1;
}
.main-info-shape-6 {
    position: absolute;
    bottom: -90px;
    left: -142px;
    border-bottom: 93px solid #07304a;
    border-left: 93px solid transparent;
    border-right: 93px solid transparent;
}
.main-info-shape-7 {
    position: absolute;
    top: 103px;
    left: 105px;
    border-left: 0px solid #fff;
    border-right: 86px solid transparent;
    border-top: 90px solid #fff;
    z-index: 1;
}
.logo {
    position: relative;
    display: block;
    float: left;
    max-width: 175px;
    width: 100%;
    z-index: 1;
    left: -15px;
    height: 103px;
}
.logo img {
    object-fit: contain;
    width: 200px;
    height: 149px;
}
.block-infos {
    position: relative;
    display: block;
    float: right;
    padding: 25px 0 24px;
}
.infos-tel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 35px;
}
.infos-tel .tel,
.infos-tel .email,
.infos-tel .adresse {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}
.main-infos::after {
    display: block;
    clear: both;
    content: "";
}
.header-menus {
    position: relative;
    display: block;
}
.nav-list {
    display: flex;
    background-color: #1c1b1f;
    margin-left: 105px;
    padding: 7px 0 7px 107px;
}

.nav-list-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    background-color: #1b1a1a;
    z-index: -1;
}
li.nav-item a {
    color: #fff;
    font-size: 16px;
}
li.nav-item {
    margin: 0 10px;
    text-align: center;
    position: relative;
}
.reseux a {
    margin: 3px 8px;
}
.reseux img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.infos-tel a {
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
p.title-info {
    color: #605d5d;
    font-size: 14px;
    line-height: 16px;
}
.adresse {
    line-height: 1.4;
    font-size: 17px;
}
.infos-tel img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.slide .slick-slide img {
  width: 100%;
  transform: scale(1.2);
  transition: transform 1s ease, opacity 1s ease;
  opacity: 0;
}

.slide .slick-active img {
  transform: scale(1);
  opacity: 1;
}
.slide .slick-active img {
  animation: zoomEffect 5s ease forwards;
}

@keyframes zoomEffect {
  from { transform: scale(1.5); }
  to { transform: scale(1); }
}
.homeslider{
    height: 718px;
    position: relative;
    overflow: hidden;
}
.fullImg {
    width: 100%;
    height: 718px;
}
.block-slider{
    position: absolute;
    max-width: 1008px;
    width: 1008px;
    top: 27%;
    transform: translateX(-50%) !important;
    left: 50%;
    transform: translateY(-50%);
}
.title-head {
    font-size: 40px;
    color: #fff;
    font-style: italic;
    text-align: center;
    margin: 10px 0 33px;
}
.title-head::first-line{
    font-size: 85px;
    font-style: normal;
}
a.btn.btn-rea {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: #07304a;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 5px;
    padding: 20px 40px 20px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
}
a.btn.btn-rea:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background-color: #000;
}
a.btn.btn-rea:hover::before{
    top: -15px;
}
a.btn.btn-rea img {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    object-fit: contain;
    line-height: 13px;
    text-align: center;
    top: 4px;
    margin-right: 4px;
    padding-left: 2px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.btn-slider {
    justify-content: center;
    display: flex;
    gap: 20px;
    margin: 20px 0;
}
.logoartisan-devis.mobileI img {
    object-fit: contain;
}
.logoartisan-devis.mobileI {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
}
.up-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeslider:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgb(28 27 31 / 70%);
    z-index: 0;
}
.one-section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
p.sub-title {
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #07304a;
    letter-spacing: 1px;
    font-size: 18px;
}
section.one-section {
    padding: 100px 0;
}
.left-one-section-content h1 {
    font-size: 48px;
    color: #1b1a1a;
    margin: 15px 0;
}
.left-one-section-content h2 {
    font-size: 27px;
    color: #07304a;
}
.first-sub-content,
.second-sub-content {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}
span.title-sub-content {
    font-size: 20px;
    font-weight: 600;
    color: #1b1a1a;
}
.sub-content p {
    display: flex;
    flex-direction: column;
}
.left-one-section-content a.btn.btn-rea {
    margin-top: 10px;
}
.first-images {
    position: relative;
    display: block;
    border-radius: 10px;
}
.first-images > img {
    width: 100%;
    height: 505px;
    border-radius: 10px;
    object-fit: contain;
}
.about-right-one-section {
    position: relative;
    display: block;
    margin-left: 130px;
}
.images-line {
    position: absolute;
    top: 130px;
    left: -80px;
    opacity: .20;
    z-index: -1;
}
.images-line > img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.second-images {
    position: absolute;
    left: -140px;
    bottom: -100px;
    border-radius: 10px;
}
.second-images > img {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    object-fit: contain;
}
.practice-year {
    position: absolute;
    left: -234px;
    bottom: -40px;
}
.practice-images {
    position: absolute;
    top: -36px;
    bottom: 0;
    left: -41px;
    right: 0;
}
.shape-one-section {
    position: absolute;
    bottom: -50px;
    right: 120px;
    border-radius: 30px;
    background-color: #07304a;
    width: 159px;
    height: 140px;
    z-index: -1;
}
.count-year {
    position: relative;
    display: flex;
    height: 175px;
    width: 185px;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.count-year span {
    font-size: 45px;
    color: #07304a;
    font-weight: 700;
    line-height: 45px;
}
.count-year p {
    font-size: 22px;
    color: #1b1a1a;
    font-weight: 700;
    line-height: 26px;
}
.item-cat a {
    position: relative;
    display: block;
    background-color: #f4f1ee;
    border-radius: 10px;
    text-align: center;
    padding: 40px 20px 40px;
    margin-bottom: 30px;
    height: 300px;
    color: #1c1b1f;
}
.grid-cat{
    display: flex;
    gap: 20px;
}
.grid-cat .slick-list .slick-track{
    display: flex;
    gap: 20px;
}
.item-cat{
    min-width: 279px;
}
.item-cat a img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin: auto;
    display: block;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.item-cat a strong {
    width: 120px;
    height: 120px;
    display: flex;
    background: #fff;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    position: relative;
}
.item-cat a span {
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 21px;
    margin-bottom: 21px;
    line-height: 1.4;
    display: block;
}
.cat-content {
    position: relative;
    z-index: 0;
}
.titre-h2 {
    color: #1b1a1a;
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
    text-align: center;
    margin: 10px 0 43px;
}
.cat-content .sub-title{
    justify-content: center;
}
.item-cat a strong:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: #07304a;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}
.item-cat a:hover strong:before{
    transform: scale(1);
    z-index: 0;
}
.item-cat a:hover strong img{
    filter: brightness(0) invert(1);
}
.two-section{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}
.two-section::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1c1b1f;
    opacity: 0.93;
    z-index: 0;
}
.two-section .container{
    position: relative;
    z-index: 1;
}
.two-section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.right-two-section-content img {
    width: 450px;
    height: 450px;
    display: block;
    background: #fff;
    border-radius: 50%;
    margin: auto;
}
.title-two-section .sub-title {
    justify-content: center;
    color: #30afff;
}
.title-two-section .sub-title img{
    filter: brightness(1) invert(0) saturate(21.5);
}
.title-two-section h2 {
    margin: 0;
    color: #fff;
    font-size: 42px;
    line-height: 58px;
    text-align: center;
    font-weight: 600;
    width: 675px;
    margin: 20px auto 50px;
}
.two-text h3 {
    color: #fff;
    margin: 20px 0 10px;
}
.two-text p {
    color: #a19f9f;
}
.icon-text {
    height: 100px;
    width: 100px;
    background-color: #30afff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.left-two-section-content {
    position: relative;
    display: block;
    padding-left: 130px;
}
.icon-text:before {
    position: absolute;
    top: 50%;
    right: -10px;
    content: "";
    border-top: 18px solid transparent;
    border-left: 10px solid #30afff;
    border-bottom: 18px solid transparent;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.icon-text img {
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 50px;
    height: 50px;
    object-fit: contain;
}
section.categorie {
    padding: 20px 0 100px;
    position: relative;
    overflow: hidden;
}
.two-text .btn {
    margin-top: 20px;
    background-color: #30afff !important;
    color: #000000 !important;
}
.two-text .btn:hover{
    color: #fff !important;
}
.top-tree-section-content:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f1ee;
    z-index: 0;
    opacity: 0.95;
}
.top-tree-section-content{
    z-index: 0;
    background-size: cover;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 100px 0 84px;
}
.tree-section-content{
    background-color: #f4f1ee;
}
.tree-section-content p.sub-title,
.tree-section-content h2,
.tree-section-content .tree-text,
.tree-section-content .for-text,
.bottom-tree-section-content{
    position: relative;
}
.top-tree-section-content .container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.tree-text,
.for-text{
    background: #fff;
    position: relative;
    display: block;
    padding: 50px 50px 50px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.tree-text .btn,
.for-text .btn{
    margin-top: 35px;
    padding: 13px 30px 13px !important;
}
.tree-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 100px solid #07304a;
    border-right: 100px solid transparent;
}
.tree-shape-2 {
    position: absolute;
    top: -17px;
    left: 77px;
    width: 1px;
    height: 114px;
    background-color: #07304a;
    transform: rotate(45deg);
}
.tree-shape-3 {
    position: absolute;
    top: -24px;
    left: 80px;
    width: 1px;
    height: 155px;
    background-color: #07304a;
    transform: rotate(45deg);
}
.tree-shape-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 185px;
    height: 11px;
    background-color: #1c1b1f;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 4% 100%);
}
.tree-shape-4:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    background-color: #30afff;
}
.tree-shape-5 {
    position: absolute;
    bottom: -4px;
    left: 168px;
}
.tree-shape-5 img,
.tree-shape-6 img {
    width: auto;
}
.tree-shape-6 {
    position: absolute;
    bottom: -4px;
    left: 176px;
}
.title-tree-section {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.title-tree {
    margin-bottom: 30px;
}
.bottom-tree-section-content {
    position: relative;
    display: block;
    margin-top: 158px;
    padding-left: 30px;
    bottom: -31px;
}
.bottom-tree-section-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background-color: #07304a;
}
.title-tree{
    margin: 0;
}
section.tree-section {
    margin-bottom: 360px;
}

.phone-call {
    position: relative;
    display: block;
}
.phone-call p {
    padding-top: 4px;
    padding-bottom: 10px;
    font-size: 20px;
}
.phone-call a {
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    color: #1c1b1f;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.phone-call a:hover{
    color: #30afff;
}
.send-email {
    position: relative;
    display: block;
    margin-top: 32px;
}
.send-email p {
    padding-bottom: 10px;
    font-size: 20px;
}
.send-email a {
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    color: #07304a;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.send-email a:hover{
    color: #1c1b1f;
}
.cat-shape {
    position: absolute;
    bottom: -190px;
    right: -30px;
    opacity: .30;
    z-index: -1;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: float-bob-x;
}
.cat-shape img {
    width: auto;
}
@keyframes float-bob-x {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0px);
    }
}
.desc-logo {
    margin: 0;
    color: #1c1b1f;
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
}

.for-section {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background-color: #f4f1ee;
    overflow: hidden;
    z-index: 1;
}
.left-for-section{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
.left-for-section-content {
    position: relative;
    display: block;
    margin-left: -52px;
    margin-right: 222px;
    z-index: 1;
    padding: 60px 0;
}
.one-image-left-content {
    position: relative;
    display: block;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    z-index: 2;
}
.one-image-left-content > img {
    width: 400px;
    border-radius: 10px;
    height: 325px;
    display: block;
    object-fit: cover;
}
.two-image-left-content {
    position: absolute;
    bottom: -114px;
    right: -180px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    z-index: 1;
}
.two-image-left-content > img {
    width: 400px;
    border-radius: 10px;
    height: 325px;
    display: block;
    object-fit: cover;
}
.radius-border {
    position: absolute;
    left: 42px;
    top: 60px;
    border-width: 100px;
    border-color: #07304a;
    border-style: solid;
    border-radius: 50%;
    width: 494px;
    height: 494px;
}
.right-for-section h2 {
    margin: 20px 0;
    color: #1c1b1f;
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
}
.right-for-section .btn {
    margin-top: 43px;
}
.five-section-content {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.left-five-section-content {
    position: relative;
    display: block;
}
.one-image-five-section {
    position: relative;
    display: block;
}
.one-image-five-section img {
    width: 585px;
    border-radius: 5px;
    height: 198px;
    object-fit: cover;
}
.five-text-pub {
    position: relative;
    display: block;
    margin-right: 70px;
    margin-top: 33px;
}
.five-text-pub li {
    position: relative;
    display: block;
    padding-left: 90px;
}
.first-text-pub-content,
.second-text-pub-content {
    position: relative;
    display: block;
}
.five-text-pub li .five-text-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    width: 58px;
    background-color: #07304a;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.five-text-pub li:hover .five-text-icon{
    background: #1c1b1f;
}
.title-text-pub {
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 7px;
    color: #1c1b1f;
}
.five-text-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.five-text-pub li+li {
    margin-top: 24px;
}

.left-five-section-content h2{
    color: #1c1b1f;
    font-size: 38px;
    margin-bottom: 20px;
}
.left-five-section-content .btn {
    margin-top: 40px;
}
section.five-section {
    padding: 120px 0;
}
.for-section-shape-one {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    opacity: .05;
    z-index: -1;
    animation-name: float-bob-x;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.for-section-shape-one img {
    width: 655px;
    height: 582px;
    object-fit: contain;
}
.for-section-shape-two {
    position: absolute;
    top: 0;
    height: 100%;
    right: -30px;
    mix-blend-mode: luminosity;
    opacity: 0.05;
    z-index: -1;
    animation-name: float-bob-x;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.for-section-shape-two img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-six-section {
    position: relative;
    display: block;
    border-radius: 20px;
}
.image-six-section img {
    width: 100%;
    height: 528px;
    border-radius: 20px;
    object-fit: cover;
}
.six-section-bottom-content {
    position: relative;
    padding-top: 45px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
@media (min-width: 1200px) {
    .six-section-text {
        flex: 0 0 auto;
        width: 63.666667%;
    }
}
@media (min-width: 1200px) {
    .six-section-infos {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
}
.six-section-infos {
    position: relative;
    border-radius: 10px;
    background-color: #f4f1ee;
    padding: 42px 50px 50px;
}
.six-section-text h2 {
    font-size: 34px;
    font-weight: 800;
    line-height: 34px;
    color: #1c1b1f;
    margin-bottom: 27px;
}
.six-section-text p{
    margin: 15px 0;
}
.six-section-infos .title-info {
    font-size: 19px;
    line-height: 30px;
}
.six-section-infos a,
.six-section-infos .adresse {
    font-size: 21px;
    line-height: 30px;
    color: #1c1b1f;
}
.six-section-infos .email,
.six-section-infos .adresse{
    margin-top: 32px;
}
.six-section-infos .reseux{
    justify-content: space-between;
    margin-top: 32px;
}
.six-section-infos .reseux a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
    margin: 0;
}
.six-section-infos .reseux a:hover{
    background: #30afff;
}
.six-section-text .btn {
    margin-top: 20px;
}
li.nav-item:hover > .nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
}
.nav-submenu {
    position: absolute;
    top: 109%;
    left: 0;
    min-width: 270px;
    width: max-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 39.2px 0.8px rgba(0, 0, 0, 0.1);
    padding: 31px 20px 31px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 2px solid #30afff;
}
.nav-submenu li a{
    color: #1c1b1f;
    font-size: 18px;
}
.nav-submenu li{
    padding: 8px 0;
}
body.Desktop.valence section.tree-section {
    margin-bottom: 450px;
}
body.Desktop.montelimar section.tree-section {
    margin-bottom: 600px;
}
.seven-section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.image-seven-section {
    position: relative;
    display: block;
    border-radius: 5px;
}
.image-seven-section img {
    width: 570px;
    border-radius: 5px;
    height: 604px;
    object-fit: cover;
}
.text-seven-section h2 {
    margin: 20px 0;
    color: #1c1b1f;
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
}
.text-seven-section .btn {
    margin-top: 32px;
}
section.seven-section {
    padding: 120px 0;
}
.footer-content {
    position: relative;
    display: block;
    background-color: #1c1b1f;
    z-index: 1;
    overflow: hidden;
}
.images-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: luminosity;
    opacity: 0.08;
    z-index: -1;
}
.images-footer img,
.shape-footer img {
    width: auto;
    animation-name: float-bob-x;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.shape-footer {
    position: absolute;
    top: 0;
    right: -30px;
    opacity: 0.05;
    z-index: -1;
}
.footer-content .container {
    position: relative;
    display: block;
}
.grid-col-4.gap-30 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 118px 0 120px;
}
.footer-col.first-col,
.footer-col{
    flex: 0 0 30.333333%;
    padding: 20px;
}
.link-service{
    flex: 0 0 38%;
}
.textes-agence,
.textes-agence a {
    color: #fff;
    line-height: 30px;
}
.footer-col.first-col .reseux a {
    position: relative;
    height: 40px;
    width: 40px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #151518;
    border-radius: 50%;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 1;
}
.footer-col.first-col .reseux{
    margin-top: 32px;
}
.footer-col.first-col .reseux a img{
    filter: brightness(0) invert(1);
}
.footer-col.first-col .reseux a:hover{
    background-color: #fff;
}
.footer-col.first-col .reseux a:hover img{
    filter: brightness(1) invert(0);
}
.footer-title {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 30px;
}
.footer-col .services a {
    font-size: 19px;
    color: #86838c;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-col .rappel p {
    font-size: 19px;
    color: #86838c;
    font-weight: 400;
    line-height: 26px;
}
.informations-item {
    position: relative;
    display: flex;
    align-items: center;
}
.informations-item a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 18px;
}
.informations-item a:hover{
    color: #30afff;
}
.informations-item img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(1) invert(0) saturate(21.5);
}
.informations-item span {
    margin-left: 10px;
}
.informations-item .footer-adr {
    font-size: 18px;
    color: #86838c;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 33px;
}
.link-service ul.services li a {
    padding-bottom: 10px;
    display: block;
}
.copyright-foot {
    position: relative;
    display: block;
}
.copyright {
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    border-top: 2px solid rgb(255 255 255 / 10%);
    padding: 32px 0;
    color: #86838c;
    flex-wrap: wrap;
}
.copyright a{
    color: #86838c;
}
.section-rappel {
    position: relative;
    display: block;
    background-color: #1c1b1f;
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}
.rappel-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1439px;
    mix-blend-mode: luminosity;
    background-size: cover;
    opacity: 0.03;
    z-index: -1;
}
.rappel-shape1 {
    position: absolute;
    top: -180px;
    left: 0;
    height: 920px;
    width: 100px;
    background-color: #30afff;
    transform: rotate(45deg);
}
.rappel-shape2 {
    position: absolute;
    top: -124px;
    left: 1048px;
    background-image: -moz-linear-gradient(90deg, rgba(83, 83, 83, 0) 0%, rgb(116, 116, 116) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(83, 83, 83, 0) 0%, rgb(116, 116, 116) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(83, 83, 83, 0) 0%, rgb(116, 116, 116) 100%);
    opacity: 0.502;
    width: 103px;
    height: 591px;
    transform: rotate(-45deg);
}
.rappel-shape3 {
    position: absolute;
    top: -110px;
    left: 1225px;
    background-image: -moz-linear-gradient(90deg, rgba(108, 108, 108, 0) 0%, rgb(116, 116, 116) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(108, 108, 108, 0) 0%, rgb(116, 116, 116) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(108, 108, 108, 0) 0%, rgb(116, 116, 116) 100%);
    opacity: 0.502;
    width: 78px;
    height: 563px;
    transform: rotate(-45deg);
}
.rappel-shape4 {
    position: absolute;
    top: -53px;
    right: 615px;
    width: 3px;
    height: 360px;
    background-color: #30afff;
    transform: rotate(-45deg);
}
.rappel-shape5 {
    position: absolute;
    top: -97px;
    right: 493px;
    width: 3px;
    height: 626px;
    background-color: #30afff;
    transform: rotate(-45deg);
}
.rappel-shape6 {
    position: absolute;
    top: 0;
    right: 0;
}
.rappel-shape6 img {
    width: auto;
}
.rappel-image{
    position: absolute;
    bottom: 0;
    right: 0;
}
.rappel-image img {
    width: auto;
    vertical-align: middle;
}
@media only screen and (min-width: 1200px) and (max-width: 1750px) {
    .rappel-shape1 {
        display: none;
    }
}
@media (min-width: 1200px) {
    .section-rappel-content {
        flex: 0 0 auto;
        width: 50%;
    }
}
.rappel-col p {
    color: #fff;
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
    margin-bottom: 49px;
    position: relative;
    display: block;
    margin-top: -7px;
}
.rappel-col .form-input {
    height: 70px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 85px;
    color: #1c1b1f;
    font-weight: 500;
    font-size: 16px;
}
.rappel-col .form-input::placeholder{
    color: #1c1b1f;
}
input#mail2 {
    display: none;
}
#rappel_immediat {
    position: relative;
    display: block;
}
.btn.btn-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border: none;
    background-color: #30afff;
    width: 100px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 18px;
    color: #1c1b1f;
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.btn.btn-submit:hover{
    background-color: #fff;
    color: #1c1b1f;
}
.section-rappel-content p.sub-title{
    color: #30afff;
    margin-bottom: 10px;
}
.section-rappel-content p.sub-title img{
    filter: brightness(1) invert(0) saturate(21.5);
}
.title-head-prestations {
    font-size: 85px;
    color: #fff;
    text-align: center;
    line-height: 84px;
}
.one-section-prestations {
    position: relative;
    display: block;
    padding: 120px 0;
    overflow: hidden;
}
.shape-one-prestations.cat-shape {
    position: absolute;
    bottom: 0;
    right: -40px;
    opacity: .30;
}
.one-section-prest-content {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (min-width: 1200px) {
    .coleft-content-one-sect-prest,
    .right-content-one-sect-prest {
        flex: 0 0 auto;
        width: 50%;
    }
}
.left-content-one-sect-prest {
    position: relative;
    display: block;
    margin-right: 70px;
}
.left-content-one-sect-prest figure{
    position: relative;
    display: block;
}
.left-content-one-sect-prest figure > img {
    width: 500px;
    border-radius: 10px;
    height: 575px;
    object-fit: cover;
    display: block;
}
.shape-prest-2 {
    position: absolute;
    top: 30px;
    right: -30px;
    opacity: 0.20;
    z-index: -1;
}
.shape-prest-2 > img {
    width: 100%;
    height: 515px;
    object-fit: cover;
}
.satisfied-inner {
    position: absolute;
    bottom: 100px;
    left: -60px;
    z-index: 1;
}
.satisfied-shape .img-shape img {
    width: auto;
}
.satisfied-shape {
    position: relative;
    display: block;
    z-index: 1;
}
.satisfied-shape .img-shape{
    position: absolute;
    top: -59px;
    left: -69px;
}
.satisfied-content {
    position: relative;
    display: block;
    background-color: #07304a;
    padding: 21px 40px 28px;
    z-index: 1;
}
.satisfied-content .stat{
    position: relative;
    display: flex;
    align-items: center;
}
.stat .satisfied-count {
    font-size: 55px;
    color: #fff;
    font-weight: 800;
    line-height: 55px !important;
}
.satisfied-percent {
    font-size: 35px;
    color: #fff;
    font-weight: 800;
    line-height: 55px;
    position: relative;
    top: -9px;
}
.satisfied-text {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    width: 176px;
    line-height: 20px;
}
.section-title__title {
    margin: 0;
    color: var(--roofsie-black);
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
}
.right-content-one-sect-prest h1 {
    margin: 0;
    color: #1c1b1f;
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
}
.right-content-one-sect-prest h2{
    font-size: 28px;
    margin: 20px 0;
}
.right-content-one-sect-prest .btn {
    margin-top: 41px;
}
.menu-scrool-content .nav-list {
    margin: 0;
    padding: 7px 0;
}
.menu-scrool-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-scrool {
    background: #1c1b1f;
}
.menu-scrool {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #1c1b1f;
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}
.menu-scrool.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}
.logo-mobile {
    background: #fff;
    display: block;
    padding: 30px;
}
.logo-mobile .logo {
    position: relative;
    display: block;
    float: initial;
    max-width: 175px;
    width: 100%;
    z-index: 1;
    left: 0; 
    height: 103px;
    margin: auto;
}
.Mobile .menu-scrool-content .btn,
.Tablet .menu-scrool-content .btn {
    width: auto;
}
.Mobile .menu-scrool-content,
.Tablet .menu-scrool-content {
    padding: 15px;
}
.menu-btn-mobile img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.Mobile .block-slider {
    width: 100%;
    top: 20%;
}
.Tablet .block-slider{
    top: 30%;
}
.btn-slider {
    flex-wrap: wrap;
}
.Mobile .menu-scrool,
.Tablet .menu-scrool {
    visibility: visible;
    transform: translateY(0);
    position: fixed;
}
.Mobile .title-head::first-line {
    font-size: 40px;
    font-style: normal;
}
.Mobile .title-head {
    font-style: normal;
}
.Mobile .mobile-nav__wrapper.expanded,
.Tablet .mobile-nav__wrapper.expanded {
    overflow-y: scroll;
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.Mobile .mobile-nav__wrapper,
.Tablet .mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}
.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}
.Mobile .mobile-nav__wrapper.expanded .nav-list,
.Tablet .mobile-nav__wrapper.expanded .nav-list {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.Mobile .nav-list,
.Tablet .nav-list {
    width: 300px;
    background-color: #1c1b1f;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.Mobile .nav-submenu,
.Tablet .nav-submenu{
    position: initial;
    opacity: 1;
    visibility: visible;
    background-color: #1c1b1f;
    width: auto;
    transform: scaleY(1) translateZ(100px);
    padding: 0;
}
.Mobile .nav-submenu li a,
.Tablet .nav-submenu li a {
    color: #ffffff;
    font-size: 16px;
}
.Mobile li.nav-item,
.Tablet li.nav-item {
    padding: 8px 0;
}
img.close-btn {
    width: 15px;
    height: 15px;
    object-fit: contain;
    float: right;
}
.Mobile .homeslider,
.Tablet .homeslider {
    margin-top: 183px;
}
.Mobile .one-section-content {
    grid-template-columns: 100%;
}
.Mobile .container {
    padding: 0 20px;
}
.Mobile .menu-scrool .container,
.Tablet .menu-scrool .container{
    padding: 0;
}
.Mobile .left-one-section-content h1 {
    font-size: 35px;
}
.Mobile .left-one-section-content h2 {
    font-size: 25px;
}
.Mobile .practice-year {
    display: none;
}
.Mobile .second-images {
    display: none;
}
.Mobile .about-right-one-section {
    margin-left: 0;
}
.Mobile .shape-one-section {
    display: none;
}
.Mobile .images-line {
    display: none;
}
.Mobile .title-two-section h2 {
    font-size: 32px;
    width: 100%;
    line-height: 40px;
}
.Mobile .two-section-content,
.Tablet .two-section-content {
    grid-template-columns: 100%;
    gap: 50px;
}
.Mobile .right-two-section-content img {
    width: 100%;
    height: 100%;
}
.Mobile .left-two-section-content {
    padding-left: 78px;
}
.Mobile .icon-text img {
    width: 30px;
    height: 30px;
}
.Mobile .icon-text {
    height: 60px;
    width: 60px;
}
.Mobile .top-tree-section-content {
    height: 2116px;
}
.Mobile .top-tree-section-content .container,
.Tablet .top-tree-section-content .container  {
    grid-template-columns: 100%;
}
.Mobile .tree-text, .Mobile .for-text {
    padding: 51px 20px 50px;
}
.Mobile .bottom-tree-section-content,
.Tablet .bottom-tree-section-content {
    margin-top: 46px;
}
.Mobile section.tree-section {
    margin-bottom: 228px;
}
.Mobile .link-service {
    flex: 0 0 100%;
}
.Mobile .footer-col.first-col, .Mobile .footer-col,
.Tablet .footer-col.first-col, .Tablet .footer-col {
    flex: 0 0 100%; 
    padding: 20px 0; 
}
.Mobile .radius-border {
    display: none;
}
.Mobile .left-for-section,
.Tablet .left-for-section {
    grid-template-columns: 100%;
}
.Mobile .two-image-left-content {
    display: none;
}
.Mobile .left-for-section-content {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.Mobile .right-for-section h2 {
    font-size: 32px;
    line-height: 40px;
}
.Mobile .five-section-content,
.Tablet .five-section-content {
    grid-template-columns: 100%;
}
.Mobile .five-text-pub {
    margin-right: 0;
}
.left-five-section-content h2 {
    font-size: 32px;
}
.Mobile .reseux {
    flex-wrap: wrap;
}
.Mobile .rappel-col p {
    font-size: 32px;
    line-height: 40px;
}
.Mobile .rappel-image {
    display: none;
}
.Mobile .rappel-shape1,
.Mobile .rappel-shape2,
.Mobile .rappel-shape3,
.Mobile .rappel-shape4,
.Mobile .rappel-shape5,
.Mobile .rappel-shape6 {
    display: none;
}
.Mobile .btn.btn-submit {
    width: 80px;
    font-size: 14px;
}
.Mobile .rappel-col .form-input {
    padding-left: 20px;
}
.Mobile .desc-logo {
    font-size: 40px;
}
.Mobile .seven-section-content,
.Tablet .seven-section-content {
    grid-template-columns: 100%;
}
.Mobile .text-seven-section h2 {
    font-size: 32px;
    line-height: 40px;
}
.Mobile .six-section-infos {
    padding: 42px 20px 50px;
}
.Mobile .menu-scrool .tel,
.Tablet .menu-scrool .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-top: 1px solid #fff;
}
.menu-scrool .tel img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.menu-scrool .tel span a {
    font-size: 24px;
    margin-left: 10px;
    color: #fff;
}
.Mobile .title-head-prestations {
    font-size: 40px;
    text-align: center;
}
.Mobile .satisfied-inner {
    display: none;
}
.Mobile .shape-prest-2 {
    display: none;
}
.Mobile .left-content-one-sect-prest {
    margin-right: 0;
}
.Mobile .one-section-prest-content {
    gap: 50px;
}
.Mobile .right-content-one-sect-prest h1 {
    font-size: 32px;
    line-height: 40px;
}
.Tablet .block-slider {
  width: 70%;
}
.Tablet .title-head-prestations {
  font-size: 47px;
  text-align: center;
}
.Tablet .title-head::first-line {
    font-size: 47px;
    font-style: normal;
}
.Tablet .one-section-content {
  grid-template-columns: 100%;
}
.Tablet .container {
  padding: 0 30px;
}
.Tablet .right-one-section-content {
  width: 80%;
  margin-left: 115px;
}
.Tablet .top-tree-section-content {
  height: 1427px;
}
.Tablet section.tree-section {
  margin-bottom: 243px;
}
.Tablet .rappel-shape1 {
  display: none;
}
.Tablet .section-rappel-content p.sub-title {
  color: #fff;
  position: relative;
}
.Tablet .left-for-section-content {
  position: relative;
  display: block;
  margin-left: 77px;
  z-index: 1;
  width: 53%;
  padding: 0;
}
.Tablet .radius-border {
  top: 4px;
}
.Tablet .two-image-left-content {
  bottom: -181px;
}
.Tablet .left-for-section {
  gap: 220px;
}
.Tablet .six-section-infos {
  width: 100%;
}
.Tablet .nav-list {
  width: 449px;
}
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-align: center;
    text-transform: uppercase;
}
.flex-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.flex-content .col-md-3.col-sm-6.col-xs-12 {
    flex: 0 0 23.12%;
}
.Mobile .flex-content .col-md-3.col-sm-6.col-xs-12 {
    flex: 0 0 100%;
}
.Tablet .flex-content .col-md-3.col-sm-6.col-xs-12 {
  flex: 0 0 30.12%;
}
.info-contact-page {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.info-contact-page .call-info,
.info-contact-page .email-info,
.info-contact-page address {
    position: relative;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    text-align: center;
    margin-bottom: 19px;
}
.info-contact-page .call-info:before,
.info-contact-page .email-info:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 2px;
    background-color: #f4f1ee;
}
.icon-contact {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    width: 110px;
    border: 10px solid #07304a;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.info-contact-page .call-info:hover .icon-contact,
.info-contact-page .email-info:hover .icon-contact,
.info-contact-page address:hover .icon-contact {
    background-color: #07304a;
}
.info-contact-page .call-info .icon-contact img,
.info-contact-page .email-info .icon-contact img,
.info-contact-page address .icon-contact img{
    filter: brightness(0);
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.info-contact-page .call-info:hover .icon-contact img,
.info-contact-page .email-info:hover .icon-contact img,
.info-contact-page address:hover .icon-contact img{
    filter: brightness(0) invert(1);
}
.call-info a,
.email-info a,
.local-text {
    font-size: 20px;
    font-weight: 600;
    color: #6c6b6f;
    line-height: 36px;
    position: relative;
    display: block;
    margin-top: 20px;
}
.info-contact-page {
    position: relative;
    padding: 120px 0;
}
.ContactezNous b {
    font-size: 16px;
    color: #07304a;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.title-form-contact div:nth-child(1) {
    margin: 0 0 40px;
    color: #1c1b1f;
    font-size: 45px;
    line-height: 58px;
    font-weight: 800;
}
.title-form-contact div:nth-child(3){
    font-size: 18px;
}
.title-part-contact {
    position: relative;
    display: block;
    max-width: 770px;
    margin: auto;
    text-align: center;
}
.ContactezNous form{
    max-width: 770px;
    margin: auto;
}
.input-contact {
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.input-contact input {
    height: 60px;
    flex: 0 0 auto;
    width: 48.69%;
    border: none;
    background-color: #f4f1ee;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: #6c6b6f;
    display: block;
    border-radius: 5px;
    font-weight: 500;
}
.ContactezNous textarea {
    font-size: 14px;
    color: #6c6b6f;
    height: 190px;
    width: 100%;
    max-width: 100%;
    background-color: #f4f1ee;
    padding: 15px 30px 30px;
    border: none;
    border-radius: 5px;
    outline: none;
    font-weight: 500;
    margin: 20px 0;
}
input#mail {
    display: none;
}
.ContactezNous .btn.btn-submit {
    position: relative;
    display: block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: #07304a;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 5px;
    padding: 20px 40px 20px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
    margin: 0 auto;
    width: 200px;
}
.ContactezNous{
    padding: 0 0 120px;
}
div#Map {
    height: 500px;
    z-index: 0;
}
body.Desktop.contact .btn-slider{
    justify-content: left;
}
.Mobile .info-contact-page .call-info,
.Mobile .info-contact-page .email-info, 
.Mobile .info-contact-page address {
    flex: 100%;
    max-width: 100%;
    width: 100%;
}
.Mobile .title-form-contact div:nth-child(1) {
    font-size: 32px;
    line-height: 40px;
}
.Mobile .input-contact input {
    width: 100%;
}
.Tablet .info-contact-page .call-info, 
.Tablet .info-contact-page .email-info, 
.Tablet .info-contact-page address {
  flex: 0 0 40.333%;
  max-width: 40.333%;
}
.Tablet .info-contact-page {
  justify-content: center;
}
.Tablet .title-form-contact div:nth-child(1) {
  font-size: 35px;
  line-height: 44px;
}
.Tablet .input-contact input {
  width: 100%;
}
div#Messages {
    text-align: center;
    background-color: #07304a;    
    padding: 10px;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
}

div#Messages p {
    margin: 0;
    color: #fff;     
    font-size: 20px;
    text-align: center
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
}
.Desktop .mobile-nav__wrapper {
    width: 80%;
}
.Mobile .logo-mobile,
.Tablet .logo-mobile {
    padding: 0;
}
.Mobile .logo img {
    width: 150px;
    height: 103px;
}
.Tablet .logo-mobile .logo {
  max-width: 180px;
  height: 120px;
}
.Tablet .logo img {
  width: 180px;
  height: 120px;
}
.Mobile .left-content-one-sect-prest figure > img {
    width: 100%;
    height: 360px;
}
.Mobile .right-content-one-sect-prest h2 {
    font-size: 23px;
}
.Mobile .image-seven-section img {
    width: 100%;
    height: 360px;
}
.Desktop .logo {
    left: -28px;
    top: -16px;
}
.Mobile .homeslider,
.Tablet .homeslider {
    height: 600px;
}
.Mobile .fullImg,
.Tablet .fullImg {
    height: 600px;
}
.Mobile .title-head-prestations,
.Tablet .title-head-prestations {
    line-height: 45px;
}
.first-sub-content img, .second-sub-content img {
  font-size: 40px;
  display: inline-block;
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.block-infos .infos-tel .tel img,
.block-infos .infos-tel .email img {
  transition: transform 0.3s ease, color 0.3s;
}

.block-infos .infos-tel .tel:hover img,
.block-infos .infos-tel .email:hover img {
  transform: scale(1.2) rotate(15deg);
}
.block-infos .infos-tel .adresse div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #888a88;
  opacity: 0.6;
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  70% {
    transform: scale(1.6);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.block-infos .infos-tel .adresse div {
    position: relative;
    width: 35px;
    height: 35px;
}
.block-infos .infos-tel .adresse div img{
    position: relative;
    z-index: 1;
}
.Mobile .one-image-five-section img,
.Tablet .one-image-five-section img {
    width: 100%;
}
.Mobile .one-image-left-content > img {
    width: 100%;
}
body.Mobile.valence section.tree-section {
    margin-bottom: 594px !important;
}
body.Tablet.valence section.tree-section {
  margin-bottom: 420px;
}
.Mobile section.one-section {
    padding: 50px 0;
}
.Mobile section.categorie {
    padding: 20px 0 50px;
}
.Mobile .top-tree-section-content {
    padding: 50px 0 84px;
}
.Mobile .section-rappel {
    padding: 50px 0 50px;
}
.Mobile .for-section {
    padding: 50px 0 50px;
}
.Mobile .left-for-section {
    gap: 30px;
}
.Mobile section.five-section {
    padding: 50px 0;
}
.nav-list li.active > a{
    text-decoration: underline;
}
.up-arrow img {
    width: 107px;
    height: 74px;
    object-fit: cover;
}
p.sub-title img {
    width: 30px;
    height: 18px;
    object-fit: cover;
}
.Mobile .image-six-section img {
    height: 200px;
}
.Mobile .up-arrow img {
    width: 55px;
    height: 39px;
    object-fit: contain;
}
.practice-images img {
    width: 271px;
    height: 267px;
    object-fit: contain;
}
.cat-shape img {
    width: 611px;
    height: 644px;
    object-fit: contain;
}
.first-sub-content img, .second-sub-content img{
    width: 50px;
    height: 46px;
    object-fit: contain;
}