/*
Theme Name: EWD
Description:
Version: 1.0
Author: EWD
*/

/* CSS Reset */
/************ my style ****************/

@keyframes countUp {
    from {
        content: '0';
    }
    to {
        content: '15';
    }
}
section#google-map.google-map-agence .map-white {
    background: #fff !important;
}
#count, #site-count, #delivery-count, #price-count {
    display: inline-block;
    font-size: 2em;
}
.text-our_achievements p {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
header {
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 20%);
}
.image-expertises {
       height: 100px;
    width: auto !important;
    margin: 5px auto;
    margin-top: -10px !important;
	top: 0px;
    left: 50px;
    position: relative;
}
.item-slider-expertises ul {
    margin: 0px 0px 20px 20px;
}
.item-slider-expertises ul li {
    padding: 5px 0;
    list-style: disc;
}
/***************lire plus**************/
details{
    display:inline;
  }
  details {
    position:relative;
  }
  details summary {
      color: #333;
      display: block;
      cursor: pointer;
      font-size: 16px !important;
      font-weight: 500;
      /*padding-top: 10px;*/
  }
  details summary:focus {
    outline:none;
  }
  details[open] {
    display:block;
    padding-bottom:25px;
    /*padding-top:10px;*/
    animation: open .2s linear;
  }
  details[open] summary {
    position:absolute;
    bottom: 0;
    left:0;
  }
  details[open] #close {
      position: relative;
      top: 15px;
      padding-bottom: 10px;
      
  }
  details #open {
    padding-left: 5px;
    text-align: center;
    color: #0666dd;
}  details #open:after{
          display: inline-block;
      position: relative;
      top: 1px;
      margin-left: 8px;
      content: "";
      font-family: dashicons;
      font-weight: normal;
      display: inline-block;
      margin: 0;
      vertical-align: top;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: rotate(0);
      color: inherit;
      position: relative;
      background: transparent;
      height: auto;
      width: auto;
      right: auto;
      line-height: inherit;
  }
      details #close:after {
      display: inline-block;
      position: relative;
      top: 0px;
      margin-left: 10px;
      content: "";
      font-family: dashicons;
      font-weight: normal;
      display: inline-block;
      margin: 0;
      vertical-align: top;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: rotate(0);
      color: inherit;
      position: relative;
      background: transparent;
      height: auto;
      width: auto;
      right: auto;
      line-height: inherit;
      transform: rotate(180deg);
  }
  details[open] #open{display:none;}
  details #close{display:none;}
  details[open] #close{display:block;}
  ::-webkit-details-marker {display: none;}
  @keyframes open {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  details[open] summary {
      width: 100%;
  }
  /**********Fin lire plus***********/
section#bas h2 {
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 10px;
	color: #0666dd;
	
}
.block.block-b-4 .block-4 {
    display: flex;
}
.block.block-b-4 .block-4>div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}
.text-principes * {
    text-align: center;
}
section.principes .block-b-4 {
    align-content: stretch;
}
@media (max-width: 1300px){
section#principes .block-4 {
    width: 50% !important;
}
section.principes .block-b-4 img {
    height: 80px !important;
}
.text-principes {
    padding: 0 15px !important;
}
}
@media (max-width: 767px){
    section#principes .block-4 {
        width: 100% !important;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
 }

/**************************************/
*,
*::before,
*::after {
    z-index: 2;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    background: none;
/*     text-align: left; */
    text-decoration: none;
    font: inherit;
    color: inherit;
    list-style: none;
    outline: none;
}


/* input,
button, */
select

/* textarea */
    {
    -webkit-appearance: none;
    -moz-appearance: none;
}

a,
button {
    overflow: visible;
    cursor: pointer;
}

p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
u {
    text-decoration: underline;
}
/* Accessibility */

.screen-reader-text,
.screen-reader-response {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    overflow: hidden;
}

:root {
    --header-height: ;
    --viewport-height: 100vh;
    /* Sizes */
    --h1: ;
    --h2: ;
    --h3: ;
    /* Colors */
    --black: #000;
    --white: #FFF;
}

/* Global */
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}
html, body {
    min-width: 400px;
    position: relative;
}
body, input, button {
    font-size: 16px;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    color: #202124;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans","Roboto,Arial",Helvetica,sans-serif;
    color: #212121;
}
header {
    padding: 32px 0;
}


div#wrapper > *:not(.chat-block) > * > *:not(.full-width),.container {
    max-width: 1550px;
    width: 100%;
    margin: auto;
    padding: 0 30px;
}
@media (max-width: 1600px) {

    div#wrapper > *:not(.chat-block) > * > *:not(.full-width),.container {
        max-width: 1500px;
    }
}
@media (max-width: 1500px) {

    div#wrapper > *:not(.chat-block) > * > *:not(.full-width),.container {
        max-width: 1440px;
    }
}

@media (max-width: 1440px) {
    div#wrapper > *:not(.chat-block) > * > *:not(.full-width),.container {
        max-width: 1340px;
    }
}
@media (max-width: 1300px) {
    div#wrapper > *:not(.chat-block) > * > *:not(.full-width),.container {
        max-width: 1200px;
    }
}
/* 
@media (max-width: 1300px) {
    div#wrapper > *:not(.chat-block) > * > *:not(.full-width),.container {
        max-width: 991px;
    }
} */

@media (max-width: 1199px) {
    /* div#wrapper > *:not(.chat-block) > * > *:not(.full-width),.container {
        max-width: 880px;
    } */
}

/* Grid */

.block-12 {
    width: 100%;
}

.block-6 {
    width: 50%;
}

.block-1 {
    width: 8.33%;
}

.block-2 {
    width: 16.66%;
}

.block-4 {
    width: 33.33%;
}

.block-3 {
    width: 25%;
}

.block-7 {
    width: 58.33%;
}

.block-5 {
    width: 41.67%;
}

.block-8 {
    width: 66.67%;
}

.block-9 {
    width: 75%;
}

.block-10 {
    width: 83.34%;
}
/* 
[class*="block-"] {
    float: left;
} */



section#bloc23-page .blocktext:last-child {
    margin-bottom: 0 !important;
}
b {
    font-weight: bold;
}

section#google-map {
    padding: 0px;
}
div#menu-header ul#mega-menu-primary > li:last-child a:hover {
    color: #0666dd !important;
    border: 1px solid #0666dd !important;
    background: transparent!important;
}
.map-white {
    height: 70px;
    background: #e0f0fe;
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
    position: relative;
}
section#google-map .map-iframe {
    margin-top: -68px !important;
    z-index: 2 !important;
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
}

section#google-map iframe {
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
    pointer-events: none;

}
section#header-page-2 {
    background: #f3f0d4;
    padding: 83px 0 128px 0;
}
section#bloc4-page {
    padding: 116px 0 0 0;
}

section#bloc4-page .block-image img {
    width: 100%;
}
section#bloc4-page .block-image {
    text-align: center;
    max-width: 440px;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}
section#bloc4-page > .block {
    max-width: 1199px;
}

section#bloc4-page p {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    line-height: 32px;
}

section#header-page-2 h1 {
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -3px;
    margin-bottom: 30px;
    text-align: center;
}
section#header-page-2 p {
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1px;
    text-align: center;
}
section#bloc23-page {
    padding: 75px 0;
}
section#bloc1-page {
    padding: 0;
    position: relative;
    top: -50px;
}
section#bloc1-page > .block {
    background: #111522;
    padding: 55px;
    max-width: 700px;
    border-radius: 40px;
    color: #fff;
}
.white-backgroud.textes {
    margin-top: 0;
    background: #fff;
}

section#confidence h2 span {
    word-wrap: break-word;
    margin-bottom: 10px;
    letter-spacing: -2px;
    color: #0666dd;
    font-size: 65px;
    line-height: 60px;
    text-transform: capitalize;
}

.textes .blocktext p:last-child {
    margin-bottom: 0;
}
section#bloc1-page p {
    font-size: 24px;
    text-align: center;
    font-weight: 300;
    line-height: 34px;
}
div#top-bar .block {
    display: flex;
    justify-content: space-between;
}

div#menu-header ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#menu-right {
    display: flex;
    align-items: center;
}
div#menu-header ul#mega-menu-primary > li {
    margin-left: 20px !important;
}



div#menu-header ul li a {
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
}
div#logo-header {
    padding-right: 30px;
}

div#top-bar {
    transition: all 0.5s ease;
    box-sizing: border-box;
    width: 100%;
    z-index: 9;
}

div#top-bar {
    position: relative;
    top: 0px;
    transform: translateY(0%);
  }

  div#top-bar.fixed {
    position: fixed;
    width: 100%;
    transform: translateY(0%);
    height: auto !important;
    background: #fff;
}

  div#top-bar.fixed  div#menu-header ul li a {
    /*font-size: 21px !important;*/
    /*line-height: 24px !important;*/
}
/* div#top-bar.fixed img {
    width: 80px;
} */

div#top-bar.fixed div#logo-header {
    padding: 15px 0;
}



/* Menu Mobile */
@media (max-width: 991px) {
    #menu-header {
        display: none;
    }
}
@media (min-width: 992px) {
    #menu-burger{
        display: none;
    }
}
#menu-mobile {
    position: fixed;
    top: 0px;
    max-width: 50%;
    width: 50%;
    height: 100vh;
    overflow: auto;
    border-bottom-width: 0;
    border-bottom-style: solid;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    transition: left 0.5s;
    z-index: 999999;
    left: -50%;
}
.open-mobile-menu-btn {
    cursor: pointer;
}
.open-mobile-menu #menu-mobile {
    transition: left 0.5s;
    z-index: 999999999;
    left: 0;
}
body.open-mobile-menu:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right,#000000,#000000);
    opacity: 0.7;
    transition: color 1.5s;
    z-index: 3;
}
#contact-header-mobile {
    display: flex;
    align-items: center;
    padding: 77px 56px 0 63px;
    justify-content: space-between;
}
#menu-header-mobile div > ul > li a {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu-header-mobile div ul ul li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    padding: 10px 0;
}

#menu-header-mobile > div > ul > li > ul > li > span a {
    font-weight: 500;
    color: #0666dd !important;
}

#menu-header-mobile div ul ul li a:first-child {
    padding: 20px 0 10px 0;
}
#menu-header-mobile {
    padding: 40px 30px;
}
#menu-header-mobile div > ul > li {
    border-bottom: 1px solid #80808054;
    padding: 21px 0;
}
#menu-header-mobile .demo-icon.icon-down-open {
    font-size: 24px;
    cursor: pointer;
}
#menu-header-mobile > div ul ul {
    display: none;
    transition: opacity 0.3s linear;
}
img#close {
    margin-bottom: 50px;
    width: 40px;
    height: 40px;
}

section#header .block-link {
    margin-top: 25px;
}
/* Footer */
div#wcb {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

div#top_footer > .block {
    display: flex;
    justify-content: space-between;
    align-items: start;
	    width: 80%;
	margin: auto;
    padding: 0 30px;
}
div#top_footer > .block .block-4 {
    width: 30%;
}
div#top_footer > .block .block-8 {
    width: 70%;
}
footer p {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
ul#social-list {
    display: flex;
    width: 130px;
    justify-content: space-between;
    margin-bottom: 15px;
}
#header h1 {
    font-size: 58px;
    font-weight: 800;
    line-height: 79px;
    word-wrap: break-word;
    letter-spacing: -2px;
    margin-bottom: 25px;
    text-shadow: 2px 2px 4px #b5b0b0;
}
div#text-1 {
    max-width: 530px;
}


section#nos-accomplissements .block {
    /*display: flex;*/
  
}
.nos-accomplissements {
    padding: 75px 0;
    background: #f7f7f7;
    margin-top: 50px;
    margin-bottom: 50px;
}
.nos-accomplissements p {
    color: #5f6368;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
.nos-accomplissements .block-4 strong {
    font-size: 68px;
    font-weight: bold;
    line-height: 60px;
    display: block;
    text-align: center;
    margin: 15px 0;
}


section#subcategory h1 {
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: -2px;
    margin-bottom: 20px;
    text-align: center;
}
section#subcategory p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.5px;
    text-align: center;
}
section#subcategory .block-text {
    /* max-width: 500px; */
    margin: auto;
}
section#subcategory .block-link {
    text-align: center;
}
section#subcategory .block-image img:nth-child(odd) {
    position: relative;
    top: -35px;
}
section#subcategory .block-image img:nth-child(even) {
    margin: 0 15px;

}
section#subcategory .block-image img {
    max-width: 30%;
}
section#subcategory .block-image {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 100px;
    margin: auto;
}
.image_texte-subcategorie {
    padding: 100px 0;
    margin-top: 50px;
}
.block-subcategory.full-width {
    padding: 75px 0 30px 0;
}
body.page-template-sous_categorie header {
    background: #ddeffe;
}
.block-image-texte-subcategorie {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 75px;
}
/* .block-image-texte-subcategorie-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 75px;
} */



.image_texte-subcategorie .block-image img {
    width: 90%;
    height: auto;
    border-radius: 50px;
/*     max-width: 435px; */
}
.image_texte-subcategorie h3 {
    font-size: 25px;
    line-height: 29px;
    font-weight: 900;
    margin-bottom: 20px;
}
.image_texte-subcategorie .block-image.block-image-texte-6-image {
    display: flex;
    justify-content: start;
}
.image_texte-subcategorie .block-image-texte-subcategorie.even {
    flex-direction: row-reverse;
}
.image_texte-subcategorie .block-image-texte-subcategorie.even .block-image.block-image-texte-6-image {
    justify-content: end;
}

.block-image-texte-subcategorie-container {
    border-radius: 50px 50px 0 0;
    background-image: linear-gradient(to bottom, #ddeffe, #ddeffe, #ddeffe, #ddeffe, #fdfeff);
    padding: 0 30px;
    padding-bottom: 75px;
    padding-top: 60px;
}
.block-image-texte-subcategorie-container:first-child{
    /* border-radius: 50px 50px 0 0; */
    /* background-image: linear-gradient(to bottom, #ddeffe, #ddeffe, #ddeffe, #ddeffe, #ffffff); */
}

.block-image-texte-subcategorie-container:last-child{
    /* background-image: linear-gradient(to bottom, #ddeffe, #ddeffe, #ddeffe, #ddeffe, #fdfeff); */
}
span.price-currency {
    font-size: 2.3em;
    font-weight: bold;
}
.block-image-texte-contenue-personnalise .shortcode-bloc {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
}
.image_texte-subcategorie .block-link a {
    margin-top: 10px;
}
.image_texte-subcategorie h4 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
/*     margin-bottom: 15px;
    margin-top: 15px; */
	margin-bottom: 0px;
    margin-top: 0px;
}
.image_texte-subcategorie p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 22px;
}

section#image_texte-subcategorie h2 {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -2px;
    max-width: 570px;
/*     margin: auto; */
    margin-bottom: 50px;
    text-align: center;
}
.image_texte-subcategorie {
    padding: 100px 0 0 0;
}
section#header {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: initial;
    position: relative;
    background: linear-gradient(180deg, #e0f0fe 0%, #e0f0fe 52%, rgb(255 255 255) 72%);
    padding-bottom: 75px;
}
section#header-page {
    background: #e0f0fe;
    padding: 100px 0;
}

section#header-page h1 {
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -5px;
    margin-bottom: 30px;
    text-align: center;
}
section#header-page .block-text > *:not(section#header-page .block-text > h1 ) {
    max-width: 790px;
    margin: auto;
}
section#header-page p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1px;
    text-align: center;

}
section#header p {
    color: #000000;
    font-size: 27px;
    font-weight: 400;
    line-height: 42px;
    word-wrap: break-word;
}
section#header h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    word-wrap: break-word;
    margin-bottom: 5px;
}
#msg-carbon span {
    font-size: 14px;
    line-height: 16px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    padding: 10px 15px;
    margin-right: 15px;
}
div#msg-carbon {
    position: fixed;
    bottom: 12.5%;
    right: 0;
    transform: translate(-13%, 0);
    z-index: 7;
    max-width: 1530px;
    width: 100%;
    padding: 0 30px;
}
#msg-carbon .block-12 {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: end;
}

.logo-text {
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: self-end;
    display: inline-flex;
    line-height: 18px;
}
.text-lg-1{
    color: #111522; font-size: 24px;  font-weight: 700; word-wrap: break-word
}
.text-lg-2{
    color: #111522; font-size: 24px; font-weight: 400; word-wrap: break-word
}
.text-lg-3{
    color: #0666DD; font-size: 17px; 
    font-family: 'Urbanist', sans-serif;
    font-weight: 400; 
    word-wrap: break-word;
}

#mega-menu-wrap-primary #mega-menu-primary {
    min-width: 811px;
    width: 100%;
    display: flex;
    justify-content: end;
}
#mega-menu-wrap-primary,#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    /*background: transparent !important;*/
  }

.logo-header-div{
    width: 100%; height: 100%; justify-content: flex-start; align-items: center; display: inline-flex;
}

.logo-header-div > a {
    display: flex;
}
div#menu-header ul li a {
    color: #212121 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    word-wrap: break-word !important;
    height: 60px !important;
    display: flex !important;
    align-items: center;
    text-transform: initial !important;
}
div#menu-header ul#mega-menu-primary > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > a {
    color: #0666dd !important;
    margin-bottom: 15px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    word-wrap: break-word !important;
    display: flex !important;
    align-items: center;
    text-transform: initial !important;
}
ul#mega-menu-primary > li > ul.mega-sub-menu {
    padding: 20px !important;
    max-width: 811px !important;
    margin-top: 15px !important;
}
div#menu-header ul.mega-sub-menu li a {
    height: auto !important;
    margin-bottom: 15px !important;
    font-weight: 300 !important;
}

span.colored-text {
    color: #0666DD;
}
span.small-text {
    color: #8B8B8B;
    font-size: 50px;
    font-weight: 300;
    line-height: 120px;
    word-wrap: break-word;
    vertical-align: top;
    letter-spacing: -3px;
}



.display-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}
.justify-content-end {
    justify-content: end;
}
.block-6-img-1{
    max-width: 300px;
}



.block-main-links {
    width: 100%;
    display: flex;
    /* border: 1px #8B8B8B solid; */
    border-radius: 50px;
    background: #fff;
}
.block-main-link:nth-child(1) a {
    background: #FFAFAF;
    border-radius: 20px 0 0 20px;
}
.block-main-link a:hover {
    filter: grayscale(1);
}
.block-main-link:nth-child(2) a {
    background: #FFECA9;
}
.block-main-link:nth-child(3) a {
    background: #B2D3FF;
}
.block-main-link:nth-child(4) a {
    background: #A6FFBA;
    border-radius: 0 20px 20px 0;
}
.block-main-link {
    width: 25%;
}
.block-main-link a {
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
    padding: 30px 0;
    color: #212121;
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
    /* border-radius: 0; */
}
/* .block-main-links .block-main-link:last-child a {
    border-radius: 0 50px 50px 0;
}
.block-main-links .block-main-link:first-child a {
    border-radius: 50px 0 0 50px;
} */
/* .block-main-link a:hover {
    background: #EBF0F1;

    
} */



.block-main-link:not(.block-main-link:last-child) {
    /* border-right: 1px #8B8B8B solid; */
}

section#qui-sommes-nous p {
    color: #8B8B8B;
    font-size: 44px;
    /* font-family: 'Inter', sans-serif; */
    font-weight: 400;
    line-height: 64px;
    word-wrap: break-word;
    text-align: center;
}
section#qui-sommes-nous {
    padding: 160px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
section#qui-sommes-nous .block-12.container {
    max-width: 1037px;
}
section#header svg {
    padding: 0 !important;
    position: absolute;
    right: 0;
}
.block-12-img-1 {
    margin-bottom: 50px;
}
section#header #svg_1 path {
    stroke-width: 0.04;
    stroke: #8B8B8B;
}
section#header #svg_1 {
    padding: 0 !important;
    position: absolute;
    right: 0;
    stroke-width: 0.1;
    width: 525px !important;
}

section#header #svg_2 path {
    stroke-width: 0.04;
    stroke: #8B8B8B;
}
section#header #svg_2 {
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 110px;
    stroke-width: 0.1;
    width: 700px !important;
}


strong {
    font-weight: bold;
}
section#services .block {
    display: flex;
}
section#services h2 {
    word-wrap: break-word;
    margin-bottom: 10px;
    letter-spacing: -5px;
    color: #0666dd;
    font-size: 65px;
    line-height: 60px;
    font-weight: bolder;
}
section#related-list h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 90px;
    word-wrap: break-word;
    margin-bottom: 10px;
    letter-spacing: -5px;
}
section#related-list h3 {
    font-size: 23px;
    font-weight: 400;
    line-height: 47px;
    word-wrap: break-word;
    margin-bottom: 0px;
    text-align: left;
    color: #333333;

}
section#services .block-text p {
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    word-wrap: break-word;
    letter-spacing: 0px;
}
section#services h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 33px;
    word-wrap: break-word;
    margin-bottom: 15px;
    text-align: center;
}
section#services h3 span {
    color: #0666dd;
    font-weight: 900;
}
section#services .item-service p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    text-align: center;
}
section#services .block-link {
    text-align: center;
}
section#services {
    padding: 120px 0 90px 0;
    display: flex;
    flex-direction: column;
}
.block.block1 {
    z-index: 5 !important;
    display: block !important;
}
section#services .block1 .block-text {
    max-width: 460px;
    float: left;
}
section#services .block2 .block-text {
    margin-top: 35px;
}



.dna-b {
    position: absolute;
    max-width: 100% !important;
    padding: 0 !important;
}
img#dna2 {
    position: relative;
    top: -135px;
}
img#dna1 {
    position: relative;
    top: 135px;
}
/* @keyframes rotateVertical {
    from {
        transform: rotateX(0deg); 
    }
    to {
        transform: rotateX(360deg); 
    }
} */
.dna-b {
    animation: moveUpDown 16s linear infinite alternate; 
    
}
@keyframes moveUpDown {
    0%, 100% {
        transform: translateY(0) rotateX(0deg); 
        opacity: 1 !important;

    }
    50% {
        transform: translateY(100px) rotateX(60deg); 
        opacity: 1 !important;

    }
}
.dna-b img {
    width: 100%;
    opacity: 1 !important;
    /* backface-visibility: hidden; */

}

section#services a {
    color: #0666dd;
    font-size: 18px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    border-radius: 160px;
    border: 1px #0666dd solid;
    padding: 12px 25px;
    display: inline-block;
    margin-top: 10px;
}
section#realisations h2, section#image_texte-categorie .title h2, #nos-accomplissements h2 {
    word-wrap: break-word;
    margin-bottom: 20px;
    color: #0666dd;
    font-size: 65px;
    line-height: 60px;
    font-weight: bolder;
}
#realisations .owl-slider {
    transform: rotate(-2deg);
    transform-origin: 0 0;
	margin-Top: 60px;
}


#realisations .block-link {
    text-align: center;
    margin-top: 30px;
}
section#realisations .block-12 {
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: center center;
}

section#expertises-slider h2 {
    word-wrap: break-word;
    margin-bottom: 10px;
    letter-spacing: -5px;
    color: #0666dd;
    font-size: 65px;
    line-height: 60px;
    font-weight: bolder;;
}
.icone-expertises-slider-div {
    width: 77px;
    height: 77px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.icone-expertises-slider {
    width: 45px !important;
}
.item-slider-expertises-slider {
    padding: 40px 40px 0 40px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section#expertises-slider h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: -3px;
    margin-top: 15px;
    margin-bottom: 15px;
}
section#expertises-slider p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -1px;
}
section#expertises-slider {
    margin-top: 70px;
}
.owl-slider-avis {
/*     border-radius: 24px;
    background: var(--Gris-Background, #EBF0F1);
    padding: 40px 40px; */
    margin-bottom: 0 !important;
}
.item-slider-avis  .center {
    border-radius: 24px;
    background: var(--Gris-Background, #EBF0F1);
    padding: 40px 40px;
    margin: 0 10px;
}
section#contact h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    word-wrap: break-word;
    letter-spacing: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
section#contact h2 span {
    word-wrap: break-word;
    margin-bottom: 10px;
    color: #0666dd;
    font-size: 65px;
    line-height: 60px;
    text-transform: capitalize;
}
section.avis {
    margin-top: 50px;
    margin-bottom: 0px;
    background: #ebf0f13d;
    padding: 60px 0px;
}
section.avis .block-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
    border-radius: 4%;
}
img.icone_avis {
    width: 45px !important;
    margin: auto;
}
img.image-avis {
/*     width: 85px !important; */
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
    margin-bottom: 15px;
}
.item-slider-avis {
    text-align: center;
}
.center{
    text-align: center;
}


.image-avis-dots {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
    border-radius: 50%;
    float: right !important;
}
section.avis h2 {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    max-width: 400px;
}
section.avis .block-12 {
    display: flex;
    justify-content: space-between;
}
.owl-slider-avis-dots {
    /* max-width: 100%; */
}
section.avis .block-text {
    max-width: 500px;
}
section.avis .block-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block-left-avis {
    padding-right: 50px;
}
.block-left-avis {
    width: 40%;
    display: flex;
    flex-direction: column;

}
.block-slides-avis {
    width: 60%;
}
img.icone_avis {
    margin-bottom: 15px;
}
.text_avis p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.text_avis {
    margin-bottom: 20px;
}

.title_avis p {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -1px;
    color: #111522;
}
.function_avis {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: #657173;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}
.owl-slider-avis-dots {
    max-width: 310px;
    float: right;
    max-height: 80px;
}
.image-avis-dots-cercle {
    border: 2px solid transparent;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
}
.image-avis-dots-cercle.slick-slide.slick-current.slick-active {
    border: 2px solid #0666DD;
}

.slick-prev:before, .slick-next:before {
    color: #c90000 !important;
}
div#nav-avis-child {
    display: flex;
    justify-content: space-between;
    max-width: 130px;
    float: right;
    width: 100%;
}
.arrow-avis{
    cursor: pointer;
}
div#dots-avis-nav {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
div#nav-avis {
    margin-top: 30px;
}

#realisations img {
	/*height: 250px;*/
   /* width: 250px;*/
   /* object-fit: cover;*/
  /*  object-position: top;*/
 /*   box-shadow: 0px 0px 5px 0px #00000021;*/
}

section#contact h2 {
   /* font-size: 65px; */
   /*  font-style: normal;*/
   /*  font-weight: 400;*/
   /*  line-height: 96px;*/
   /*  letter-spacing: -4.8px;*/
}
section#contact > .block {
    display: flex;
}
form.wpcf7-form input {
    border-radius: 283px;
    border: 1px solid var(--gris-1, #8B8B8B);
    padding: 15px 15px;
    width: 100%;
}
form.wpcf7-form textarea {
    border-radius: 20px;
    padding: 10px 15px;
    width: 100%;
    border: 1px solid var(--gris-1, #8B8B8B);
}
form.wpcf7-form.init label {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1px;
    display: block;
    margin-bottom: 7px;
}
form.wpcf7-form .col-6 {
    width: 48%;
    float: left;
}
form.wpcf7-form .col-12 {
    width: 100%;
}
.cf7-c-bloc {
    display: flex;
    justify-content: space-between;
}
.cf7-c {
    margin-bottom: 25px;
}
.wpcf7-submit {
    max-width: 226px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    border-radius: 160px !important;
    background: #111522;
    color: #fff;
    cursor: pointer;
    border: 1px solid #111522 !important;
}
/* 
.wpcf7-submit :hover {
    background: #fff;
    color: #111522;
} */
form.wpcf7-form input::placeholder,form.wpcf7-form textarea::placeholder {
    color: #8B8B8B;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 1; 
}

form.wpcf7-form input::-ms-input-placeholder,form.wpcf7-form textarea::-ms-input-placeholder {
    color: #8B8B8B;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 1; 
}
section#contact {
    padding-top: 60px;
	padding-bottom: 60px;
}

section#contact h3 {
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -3px;
    margin-top: 15px;
}
.card {
    display: flex;
    align-items: center;
    padding: 0 25px 20px 25px;
    border-radius: 50px;
    border-bottom: 2px solid #8B8B8B;
    margin-bottom: 50px;
}
.card-text {
    display: flex;
    flex-direction: column;
}
.card-text strong {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1px;
    margin-bottom: 4px;
}
.card-text span {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}

.card img {
    margin-right: 50px;
}
.block-coor {
    margin-top: 100px;
    max-width: 400px;
}


section#bas {
    margin-top: 100px;
}
section#bas .block-6 {
    width: 47%;
}
section#bas .block {
    display: flex;
    justify-content: space-between;
}
section#bas p {
	color: #5f6368;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
	    margin-bottom: 22px;

}
div#header-content-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #e0f0fe;
    clip-path: ellipse(85% 50%);
    padding-bottom: 100px;
    padding-top: 50px;
}
.block-left-expertises-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#expertises-slider-nav .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100px;
}
svg#svg-shape {
    transform: rotate(180deg);
}
svg#svg-shape {
    transform: rotate(180deg);
    height: 50px;
    width: 100%;
}
footer {
    margin-top: 100px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 52%, rgba(17,21,34,1) 72%);
}

body.home footer {
    margin-top: 0;
    background: linear-gradient(180deg, rgb(247 247 247) 0%, rgba(255,255,255,1) 52%, rgba(17,21,34,1) 72%);
}



#top_footer {
    background: #111522;
    color: #fff;
    padding: 80px 0 0;
    clip-path: ellipse(100% 50%);
}
.block-12.background-eclipse div {
    background: #111522;
    height: 288px;
    clip-path: ellipse(100% 50%);
}
.block-12.background-eclipse {
    background: rgb(17,21,34);
    background: linear-gradient(180deg, rgba(17,21,34,1) 0%, rgba(17,21,34,1) 35%, rgba(255,255,255,1) 69%);
}
img#svg-shape {
    transform: rotate(180deg);
    width: 100%;
    height: 50px;
    position: relative;
    bottom: -8px;
}

span#title-website {
    font-size: 19.6px;
    font-style: normal;
    font-weight: 300;
    line-height: 32.4px;
    letter-spacing: -1.08px;
    display: block;
    margin-top: 10px;
}
.coor-footer {
    margin-top: 30px;
}
.coor-footer p,.address-coor-2 span {
    font-size: 17.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.4px;
    margin-bottom: 0;
}

#top_footer .block-5 {
    width: 35%;
}
.coor-footer {
    margin-top: 30px;
    max-width: 475px;
    display: flex;
    flex-direction: column;
}
div#address-coor {
    display: flex;
    margin-bottom: 15px;
}
div#address-coor > div:first-child {
    padding-right: 15px;
}
div#address-coor > div {
    width: 50%;
}
span#address-coor {
    float: left;
}
.address-coor-2 {
    float: right;
}
p.footer_title {
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
}
footer .menu-item a {
    font-size: 17.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.4px;
    color: #888888;
    display: flex;
}
footer .menu-item a img {
    padding-right: 10px;
}
hr#footrer_hr {
    border: 1px solid #8888;
    margin-top: 80px !important;
    display: block;
}
footer .current-menu-item a {
    color: #fff !important;
}
header .page-item-12 {
    display: none;
}
footer .menu-item a:hover {
    color: #ffffff;
}
span.wpcf7-not-valid-tip {
    color: red;
}
.wpcf7-response-output {
    color: #0666dd;
    font-weight: 500;
    font-size: 18px;
}


.item-service > * {
    max-width: 600px;
    margin: auto;
    position: relative;
}

.item-service > .block-image {
    position: relative;
    display: inline-block;
    height: 325px;
}

.item-service > .block-image::before {
    content: "";
    position: absolute;
    width: 355px;
    height: 355px;
    background-color: #3498db;
    border-radius: 50%;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#services-bloc  .block-image {
    position: relative;
    display: flex;
    align-items: center;
}
#services-bloc .block-6-image::before {
    content: "";
    position: absolute;
    width: 355px;
    height: 355px;
    background-color: #3498db;
    border-radius: 50%;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.block-text.blue h2 {
    color: #0666dd;
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.block-text.fullwidth {
    max-width: 100% !important;
}

.service-principes-child {
    background-color: #f0f0f0;
    position: relative;
    left: calc((100% - 100vw) / 2);
    width: calc(100vw - 0px );
    padding: 100px 0 80px 0;
    background: #f7f7f7;
}


#nos-accomplissements .text-our_achievements p > span {
    display: flex;
    align-items: center;
}

section.principes.service-principes  .block {
    max-width: 1530px;
    width: 100%;
    margin: auto;
    padding: 0 30px;
}

/* .item-service#webdesign > .block-image::before { */
    /* background-color: #FFECA9;
}
.item-service#edition > .block-image::before {
    background-color: #C4DDFF;
}
.item-service#creation-de-sites-web > .block-image::before {
    background-color: #A6FFBA;
}
.item-service#delegation > .block-image::before {
    background-color: #FFAFAF;
}
.item-service#delegation > .block-image::before {
    background-color: #F1E4F3;
}
.item-service#delegation > .block-image::before {
    background-color: #E0CDFF;
} */
.item-service > .block-image::before {
    background-color: var(--background-color-before, initial);
}

#services-bloc .block-image::before {
    background-color: var(--background2-color-before, initial);
}

.item-service img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    margin-bottom: 15px;
}

section#nos-services .block .block-6 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

section#services .block.block2,section#confidence .block.block2 {
    display: block !important;
}
section#services .block.block2,section#confidence .block.block2 {
    display: block !important;
    /* margin-top: -50px !important; */
}
section#services .block2 > .block .block-6:first-child {
    /* padding-top: 100px; */
}
div#webdesign {
    /* padding-top: 100px; */
}
div#edition {
    /* padding-top: 100px; */
}


@media (max-width: 1600px) {
    section#qui-sommes-nous p {
        font-size: 36px;
        line-height: 58px;
    }
    div#logo-header {
        padding-right: 15px;
    }
    section#header {
        height: 100%;
        /* padding-top: 0; */
        /* padding-bottom: 0; */
    }
    span.small-text {
        font-size: 31px;
        line-height: 88px;
    }
    section#header h2 {
        font-size: 18px;
        line-height: 25px;
    }
    section#header {
        overflow: hidden;
    }
    .block-6-img-1 {
        max-width: 250px;
    }
    .block-6-img-1 img {
        width: 100%;
    }
    .block-12-img-1 {
        margin-bottom: 15px;
    }
}

#process h2 {
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -5px;
    margin-bottom: 150px;
}
  .content-process-text h3{
    color: #0666DD;
    font-family: Inter;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -3px;
  }
  .content-process-text p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
  }


  .timeline ul li:last-child {
    padding-bottom: 7px;
  }
  .timeline ul li:before {
    content: "";
    background: #0666DD;
    position: absolute;
    left: 50%;
    top: 115px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 3;
}








.timeline ul li.item-process-odd:after {
    left: -83px;
}
.timeline ul li.item-process-even:after {
    left: 83px;
}

  .timeline ul li .content-c {
    background: #67CC8E;
    position: relative;
    top: 7px;
    width: 450px;
    padding: 20px;
  }
  .timeline ul li .content-c h2 {
    color: #fff;
    padding-bottom: 10px;
    text-align: center;
  }
  .timeline ul li .content-c p {
    text-align: center;
  }
  .content-process-image {
    width: 250px !important;
    height: 250px !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 !important;
}
.content-process-image .content-process-image-3 {
    width: 210px !important;
    height: 210px !important;
    background-image: url(/wp-content/uploads/2023/10/back-bleu.png);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    z-index: 99;
}
    .timeline ul li .content-process {
        position: relative;
        top: 8px;
        width: 530px;
        padding: 25px;
    }
    .timeline ul li .content-process-text-odd {
        left: 70px;
        background: transparent;
        top: -235px;
        /* border: 1px solid #0666DD; */
        /* border-width: 0 0 2px 2px; */
    }
    .timeline ul li .content-process-text:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        border: 1px solid #0666DD;
        border-width: 0 0 2px 2px;
        width: 100%;
        height: 100%;
        transition: all 2s ease;
        transform-origin: right top;
        transition-delay: .7s;
    }

    .content-process-image-2 {
        position: relative;
        width: 232px;
        height: 131px;
        /* border-radius: 233px 233px 0 0; */
        /* border-top: 2px solid #0666DD;
        border-left: 2px solid #0666DD;
        border-right: 2px solid #0666DD; */
        display: flex;
        justify-content: center;
        align-items: start;
        padding-top: 16px;

        /* animation: reveal 3s linear; */
    }


      
      
      
     .content-process-image-2:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width:  100%;
        height: 100%;
        border-radius: 233px 233px 0 0;
        border-top: 2px solid #0666DD;
        border-left: 2px solid #0666DD;
        border-right: 2px solid #0666DD;

        /* border-color: #00e2ff; */
        /* transition: border-top-color 0.25s linear, border-right-color 0.25s linear, border-bottom-color 0.25s linear, border-left-color 0.25s linear;
        transition-delay: 0s, 0.25s, 0.5s, 0.75s; */
    } 

    /* .content-process-image-2:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 102%;
        height: 100%;
        z-index: 9;
        transform: translateX(0);
        background: #fff;
        transform: translateX(0);
        transition: transform 1.5s;
    }
    .timeline ul li .content-process-image-2.changed-w-100-i:after {
        transform: translateX(232px);
    } */

    /* .timeline ul li:after {
        content: "";
        background: #fff;
        position: absolute;
        top: 128px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 0;
        height: 2px;
        z-index: 3;
        transition: width .7s linear;
        transition-delay: 1.5s;
        width: 310px;


    }
    .timeline ul li.changed:after {
        width: 310px;
    } */
    .timeline ul li::after {
        content: "";
        background: #0666DD;
        position: absolute;
        top: 128px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 0;
        height: 2px;
        z-index: 3;
        /* transition: width .7s linear; */
        /* transition-delay: 1.5s; */
        width: 0;
        /* transform: translateX(0); */
    }
    .timeline ul li.changed::after {
        width: 310px;
    }



    .timeline ul li .content-process-image-2.changed-w-100:before {
        width: 100%;
        height: 100%;
    }

/* 
    .block-timline ul{
        position: relative;
    }
    .block-timline ul:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        background: #111522;
        margin: 0 auto;
        width: 6px;
        padding-bottom: 110px;
        padding-top: 115px;
        list-style-type: none;
        opacity: 1;
        transform: translate(-50%,20px);
        transition: opacity 1s ease, transform 1s ease;
        height: -webkit-fill-available;
        z-index: 9;
    } */

    .timeline ul li .content-process-text.content-process-text-even:before {
        border-width: 0 2px 2px 0;
        transform-origin: right top;

    }

    .timeline ul li .content-process-text.changed-w-100:before {
        width: 100%;
        height: 100%;
    }


    .timeline ul li .content-process-image-odd {
        left: -477px;
        transform: translate(0, -50%);
    }
    .timeline ul li .content-process-image-even {
        left: 227px;
        transform: translate(0, -50%);
    }

  .timeline ul li .content-process-image-odd:before {
    right: -38px;
  }




.timeline ul li .content-process-text-even {
    left: -600px;
    background: transparent;
    top: -235px;
}


section#realisations {
/*     margin-top: 150px; */
    width: 100%;
 }




  .timeline ul li .content-c-even {
    left: 50px;
    background: transparent;
    border: 1px solid #67cc8e;
    border-width: 0 0 5px 5px;
    top: -183px;
}
  .timeline ul li .content-c-even:before {
    left: -38px;
  }
  .timeline ul li .content-c-odd {
    left: calc(-450px - 45px);
    background: #67CC8E;
    background: -webkit-linear-gradient(45deg, #56BC83, #67CC8E);
    background: linear-gradient(45deg, #56BC83, #67CC8E);
    /* top: 50%; */
    transform: translate(0, -50%);
}
  .timeline ul li .content-c-odd:before {
    right: -38px;
  }
  

  .timeline ul li {
    background: #111522;
    position: relative;
    margin: 0 auto;
    width: 6px;
    padding-bottom: 110px;
    padding-top: 115px;
    list-style-type: none;
    opacity: 1;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;

}
.timeline ul li.hidden {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 2s ease, transform 2s ease;
}


.visible {
    opacity: 1;
    transform: translateY(0);
}







#header_site_vitrine h1 {
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 112.5% */
    letter-spacing: -5px;
}

section#header_site_vitrine p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -1px;
}


section#header_site_vitrine .block-text {
    max-width: 474px;
}
#header_site_vitrine h1 {
    font-size: 78px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -5px;
    margin-bottom: 30px;
}
#header_site_vitrine {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    height: calc(100vh - 115px );
}
section#header_site_vitrine:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
    background: #f3f0d4;
    /* max-width: 660px; */
}
section#header_site_vitrine .block-7 {
    padding: 70px 0 50px 0;
}

#lists_site_vitrine h2 {
    font-size: 70px;
    font-style: normal;
    font-weight: normal;
    line-height: 90px;
    letter-spacing: -5px;
    margin-bottom: 80px;
}
section#lists_site_vitrine {
    background: #EBF0F1;
    padding: 100px 0;
}
.tech_item {
    display: flex;
    align-items: center;
    margin-bottom: 100px !important;
}
.tech_item h3{
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 145.455% */
    letter-spacing: 0px;
    margin-bottom: 15px;
}
.tech_items h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    margin: 15px 0;
    color: #222c3e;
}
.tech_item p{
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
section#lists_site_vitrine .tech_item {
    max-width: 1281px !important;
    width: 100%;
    margin: auto;
    padding: 0 30px;
}
.tech_item.pair {
    flex-direction: row-reverse;
}
.tech_item.pair img {
    float: right;
}

.tech_items .shortcode-bloc {
    margin: 100px 0 100px 0 !important;
}
.block-x2 {
    width: 48%;
    /* min-width: 758px; */
}
.justify-content-between {
    justify-content: space-between;
}
.block-12.block-12-img-sv-1 img {
    width: 100%;
}
.block-x {
    width: 55%;
    padding: 0 7% 0 30px;
}
section#header_site_vitrine .block-text {
    float: right;
}

section#header_site_vitrine > div {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}



@media (max-width: 1300px) {
    #header_site_vitrine h1 {
        font-size: 67px;
        line-height: 78px;
        margin-bottom: 22px;
    }
    section#header_site_vitrine p {
        font-size: 21px;
        line-height: 29px;
    }

}

.block-4.first-block-4 .block-text {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%230666DDFF' stroke-width='1' stroke-dasharray='30%2c 30%2c 30' stroke-dashoffset='16' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 15px;
    padding: 50px 8%;
}


section.principes h2 {
    line-height: 1.3em;
    font-size: 28px;
    font-weight: 600;
    max-width: 100%;
    margin-bottom: 75px;
    color: #000;
}
.block-4.first-block-4 h2 {
    margin-bottom: 0;
    width: 100%;
}
section.principes .block-text {
    max-width: 1115px;
}
section.principes h3 {
    line-height: normal;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
    color: #0666dd;
}
section.principes p {
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.text-principes {
    padding: 0 30px;
}
section.principes  .block-b-4 {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
div#nav-avis-child img:hover {
    filter: brightness(0) saturate(100%) invert(42%) sepia(79%) saturate(6980%) hue-rotate(205deg) brightness(92%) contrast(95%);
}
section.principes .block-b-4 img {
    height: 60px;
}
section.principes {
    padding: 100px 0 80px 0;
    background: #f7f7f7;
    /*margin-top: 70px;*/
}
.block.block-b-4 .block-4 {
    margin-bottom: 50px;
}
.picto-principes {
    padding: 23px 50px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.item-service {
    display: flex;
    flex-direction: column;
}

section#maincategory {
    background: linear-gradient(180deg, #e0f0fe 0%, #e0f0fe 52%, rgb(255 255 255) 72%);
}
.block-maincategory.full-width {
    background: #e0f0fe;
    clip-path: ellipse(80% 50%);
    padding: 50px 0 75px 0;
}

section#maincategory h1 {
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: -2px;
    margin-bottom: 20px;
    max-width: 499px;
}
section#maincategory img {
    width: 100%;
    padding-left: 30px;
    padding-bottom: 0px !important;
    margin-bottom: -70px !important;
}
section#maincategory p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.5px;
}

section#maincategory .block-text > *:not(section#maincategory .block-text > h1 ) {
    max-width: 790px;
    margin: auto;
}
section#maincategory .container.block {
    display: flex;
    flex-direction: row;
}

section#maincategory .block-text {
    padding: 75px 10% 75px 0;
}

/* section#maincategory  {
    display: flex;
    align-items: center;
} */
.block.block-b-4.container {
    display: flex;
    flex-direction: row;
}
section#maincategory.container.block {
    display: flex;
    flex-direction: column;
}
@media (max-width: 991px){
	section#maincategory .container.block {
    display: flex;
    flex-direction: column;
}
}
section#image_texte-categorie .image_texte-categorie-sub.full-width {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section#maincategory svg {
    padding: 0 !important;
    position: absolute;
    right: 0;
}

section#maincategory #svg1 .svg_1 path {
    stroke-width: 0.04;
    stroke: #8B8B8B;
}
section#maincategory #svg1 .svg_1 {
    padding: 0 !important;
    position: absolute;
    right: 0;
    stroke-width: 0.1;
    width: 354px !important;
    bottom: -15px;
}

section#maincategory #svg1  .svg_2 path {
    stroke-width: 0.04;
    stroke: #8B8B8B;
}
section#maincategory #svg1 .svg_2 {
    padding: 0 !important;
    position: absolute;
    right: 0;
    bottom: -336px;
    stroke-width: 0.1;
    width: 530px !important;
}




section#maincategory #svg2 .svg_1 path {
    stroke-width: 0.04;
    stroke: #8B8B8B;
}
section#maincategory #svg2 .svg_1 {
    padding: 0 !important;
    position: absolute;
    left: 0;
    stroke-width: 0.1;
    width: 354px !important;
    bottom: -15px;
}

section#maincategory #svg2  .svg_2 path {
    stroke-width: 0.04;
    stroke: #8B8B8B;
}
section#maincategory #svg2 .svg_2 {
    padding: 0 !important;
    position: absolute;
    left: 0;
    bottom: -336px;
    stroke-width: 0.1;
    width: 530px !important;
}

div#svg2 svg {
    transform: rotate(-180deg);
}

section#header-cover {
    position: relative;
/*     height: calc(100vh - 115px); */
	height: 700px;
    position: relative;
    min-height: 75%;
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	background-position: center 0px;
}

section#header-cover h1 {
	
/*     color: #ffffff; */
    font-size: 60px;
    /* font-family: 'Inter', sans-serif; */
    font-weight: 400;
    line-height: 90px;
    word-wrap: break-word;
    letter-spacing: -5px;
    text-align: right;
}

section#objectif {
    margin-top: 100px;
   max-width: 1200px; 
    margin-left: auto;
    margin-right: auto;
}

section#objectif h1, section#objectif h2, section#objectif h3, section#objectif h4, section#objectif h5, section#objectif h6 {
    color: #111522;
    font-size: 80px;
    /* font-family: 'Inter', sans-serif; */
    font-weight: 400;
    line-height: 90px;
    word-wrap: break-word;
    margin-bottom: 35px !important;
    letter-spacing: -5px;
}

section#objectif p {
    line-height: 1.5em;
    font-size: 20px;
    font-weight: 400;
/*     color: #8B8B8B; */
}


section#solutions {
/*     margin-top: 100px; */
    margin-left: auto;
    margin-right: auto;
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

section#solutions h1, section#solutions h2, section#solutions h3, section#solutions h4, section#solutions h5, section#solutions h6 {
    color: #111522;
    font-size: 80px;
    /* font-family: 'Inter', sans-serif; */
    font-weight: 400;
    line-height: 90px;
    word-wrap: break-word;
    margin-bottom: 35px !important;
    letter-spacing: -5px;
}

section#solutions p {
    line-height: 1.5em;
    font-size: 20px;
    font-weight: 400;
    color: #8B8B8B;
}
section#solutions > .block {
    display: flex;
    align-items: center;
}
section#solutions .block-image {
    margin-right: 50px;
}

.owl-slider-galerie .owl-item img {
    width: 400px !important;
    /* max-width: 300px !important; */
}

.owl-slider-galerie .active:not(.center) img {
    width: 220px !important;
}
.owl-slider-galerie {
    max-width: 1100px;
    margin: auto;
}
.owl-slider-galerie .owl-item {
    display: flex;
    justify-content: center;
}

section#galerie {
    margin-top: 100px;
    background: #dddedd4f;
    padding: 65px 0;
    /* margin: 100px; */
    border-radius: 50px;
}

section#galerie h1, section#galerie h2, section#galerie h3, section#galerie h4, section#galerie h5, section#galerie h6 {
    color: #111522;
    font-size: 80px;
    /* font-family: 'Inter', sans-serif; */
    font-weight: 400;
    line-height: 90px;
    word-wrap: break-word;
    margin-bottom: 15px !important;
    letter-spacing: -5px;
}

section#galerie p {
    line-height: 1.5em;
    font-size: 20px;
    font-weight: 400;
    color: #8B8B8B;
}

section#galerie .block-text * {
    text-align: center;
}
section#galerie .block-text {
    margin-bottom: 65px;
}

section#header-cover  a {
    background: #111522;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 25px;
    margin-right: 0;
}
section#header-cover .block-text {
    text-align: right;
    max-width: 500px;
    float: right;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section#header-cover .block-text h1 {
    margin: 0;
}


.principes2 .block.block-b-4 .block-4 {
    display: flex;
    align-items: center;
}
section.principes2 .block-b-4 img {
    margin-right: 20px;
}

.block.block-b-4 .block-4 {
    padding-right: 15px;
}

section.principes2 p {
    font-size: 17px;;
}
div#menu-header ul#mega-menu-primary > li:last-child a {
    background: #0666DD !important;
    color: #fff !important;
    padding: 12px 25px !important;
    border-radius: 30px !important;
    display: inline-block !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    height: auto !important;
    border: 1px solid #0666dd !important;

}
div#menu-right svg, button#close {
    font-size: 30px;
}

div#header-content-1 img {
    width: 100%;
}

ul.mega-sub-menu {
    border-radius: 20px !important;
    background: #EBF0F1 !important;
    float: left !important;
    width: 100% !important;
}

.realisation-item {
    padding: 50px 30px;
    height: 100vh;
    position: relative;
    transition: background-color 1.4s ease-in-out;
    display: flex;
}
.realisation-item-block.container {
    float: left;
    width: 100%;
}

.realisation-background {
    position: relative;

}
.realisation-background-2 {
    height: 50vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 700px;
    margin: auto;
    border-radius: 50px;
}
.realisation-item:first-child {
    padding-top: 100px;
}
.realisation-item-content {
    background: transparent;
    padding: 15px 30px;
    border-radius: 25px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin: auto;
    margin-top: 25px;
}
.realisation-item-content a {
    background: #111522;
    padding: 10px 25px;
    border-radius: 25px;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    position: relative;
}
.realisation-item-content h2 {
    font-size: 27px;
    text-align: center;
    font-weight: 400;
    line-height: 47px;
    word-wrap: break-word;
    margin-bottom: 10px;
}
section.all-realisations .block {
    overflow: hidden;
}
a.realisation-item-link-web {
    background: transparent;
    color: #111522;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 25px;
}
a.realisation-item-link {
    border: 1px solid #202124;
    font-weight: 400;
    margin-bottom: 3px;
}
a.realisation-item-link-web:after {
    content: '';
    border-bottom: 2px solid #111522;
    position: absolute;
    bottom: 3px;
    width: 70%;
    left: 50%;
    transform: translate(-50%, 0);
}
.realisation-background {
    position: relative;
    width: 33.33%;
    float: left;
    padding: 0 30px;
}

div#top_footer ul.menu .sub-menu .sub-menu {
    display: none;
}

section#cover-blog img {
    width: 100%;
    max-width: 767px;
    height: 400px;
    object-fit: cover;
    margin: 50px 0;
	border-radius: 50px;
}
section#cover-blog .block {
    text-align: center;
}
section#content-blog .block-text {
    max-width: 95%;
    margin: auto;
}
.categories_blog {
    text-align: center;
}
.categories_blog span {
    background: #111522;
    color: #f3f0d4;
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: 300;
}
.post-infos svg {
    color: #cbc587;
    margin-right: 3px;
}
.post-infos {
    color: #8B8B8B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.18px;
    margin-bottom: 10px;
}
.post-infos span.date {
    padding-right: 15px;
    border-right: 1px solid #cbc587;
}
.post-infos span.autor {
    padding-left: 15px;
}

.block-blog-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.blog-item {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    max-width: 33.33%;
    padding: 0 25px;
    margin-bottom: 50px;
}

section#blog-list {
    margin: auto;
    margin-top: 50px;
    max-width: 1199px;
}
.related-item {
    color: #333333;
}

section#blog-list h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    word-wrap: break-word;
    margin-bottom: 10px;
    text-align: left;
    color: #0666dd;
}
.blog-item {
    color: #333333;
}

.blog-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.blog-item .block-content {
    padding: 10px 20px;
}
.blog-item2 {
    background: #f3f0d4;
    padding-bottom: 15px;
    border-radius: 20px;
    transition: background-color 1.4s ease-in-out;
}
.pagination {
    background: #111522;
    color: #f3f0d4;
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: 300;
    margin: auto;
}
.pagination > * {
    padding: 0 3px;
}
.blog-infos {
    color: #333333;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
/*     letter-spacing: -0.18px; */
    margin-bottom: 0;
}
.blog-infos span.date {
    padding-right: 7px;
    border-right: 1px solid #cbc587;
}
.blog-infos span.autor {
    padding-left: 7px;
}
.block-infos {
    position: relative;
    margin-bottom: 15px;
}
.pagination .current {
    font-weight: 500;
}
.blog-item p {
    font-weight: 400;
}

.block-related-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.related-item {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    max-width: 33.33%;
    padding: 0 25px;
    margin-bottom: 50px;
}
section#related-list {
    margin: auto;
    margin-top: 50px;
    max-width: 1199px;
}

.related-item img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.related-item .block-content {
    padding: 0 10px;
}
.related-item2 {
    background: #f3f0d4;
    padding-bottom: 25px;
    border-radius: 20px;
    transition: background-color 1.4s ease-in-out;
}
.related-infos {
    color: #333333;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.18px;
    margin-bottom: 0;
}
.related-infos span.date {
    padding-right: 7px;
    border-right: 1px solid #cbc587;
}
.related-infos span.autor {
    padding-left: 7px;
}

.related-item p {
    font-weight: 400;
}

@media (max-width: 1199px) {
    section#maincategory h1 {
        font-size: 45px;
        line-height: 67px;
    }
    section#subcategory h1 {
        font-size: 45px;
        line-height: 67px;
    }
    div#header-content-1 img {
        /*max-width: 475px;*/
    }
    span.small-text {
        font-size: 28px;
        line-height: 80px;
    }
    section#header p {
        font-size: 17px;
        line-height: 23px;
    }
}
@media (max-width: 991px) {
    div#header-content-1 .block-12 {
        flex-direction: column;
    }
    div#header-content-1 .block-text {
        margin: auto;
        margin-bottom: 25px;
        max-width: 500px;
    }
    div#header-content-1 .block-image {
        margin: auto;
        max-width: 500px;
        display: block;
    }
    div#header-content-1 .block-6 {
        width: 100%;
    }

    section#header p {
        text-align: center;
    }
    section#header .block-link {
        text-align: center;
    }
    .block-main-link a {
        padding: 20px 5px;
        font-size: 16px;
    }
    section#qui-sommes-nous p {
        font-size: 30px;
        line-height: 50px;
    }
}
@media (max-width: 1600px) {

    section#contact .block-5 {
        padding-right: 25px;
    }
    section#maincategory p {
        font-size: 17px;
        line-height: 22px;
    }
    section#subcategory  p {
        font-size: 17px;
        line-height: 22px;
    }

    section#maincategory h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    section#subcategory h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    section#confidence h2 span {
        font-size: 50px;
    }
    section#services h2 {
        font-size: 55px;
        margin-bottom: 10px;
    }
    section#solutions h2{
        font-size: 55px;
        margin-bottom: 10px !important;
    }
    section#galerie h2{
        font-size: 55px;
    }
    section#objectif h2{
        font-size: 55px;
        margin-bottom: 10px !important;
    }
    #lists_site_vitrine h2 {
        font-size: 55px;
        margin-bottom: 35px;
        line-height: 75px;
    }

    section#expertises-slider h2 {
        font-size: 55px;
        margin-bottom: 40px;
    }
    section#realisations h2, section#image_texte-categorie .title h2, #nos-accomplissements h2 {
        font-size: 55px;
        margin-bottom: 10px;
        text-align: center;
    }
    section.avis h2 {
        font-size: 55px;
        line-height: 70px;
    }
    section#contact h2 span {
        font-size: 55px;
        line-height: 57px;
    }
    section#services .block-text p {
        font-size: 20px;
        line-height: 27px;
    }
    section#services h3 {
        margin-top: 20px;
        font-size: 38px;
        line-height: 40px;
    }
    .item-service > * {
        max-width: 500px;
    }
    .item-service {
        background-size: 430px;
    }
    #top_footer {
        padding: 80px 0 60px 0;
    }
    .block-12.block-12-img-ca-1 {
        height: 300px;
    }
    .block-12.background-eclipse div {
        height: 230px;
    }
    section#maincategory #svg2 .svg_2, section#maincategory #svg1 .svg_2 {
        bottom: -185px;
        width: 380px !important;
    }
    section#maincategory #svg2 .svg_1, section#maincategory #svg1 .svg_1 {
        width: 280px !important;
        bottom: 30px;
    }
}
@media (max-width: 1400px) {

    .block-maincategory.full-width {
        padding: 15px  0 75px 0;
    }
    #header_site_vitrine h1 {
        font-size: 60px;
        line-height: 65px;
        margin-bottom: 15px;
    }
    section#header_site_vitrine p {
        font-size: 22px;
        line-height: 30px;
    }

    section#header_site_vitrine .block-text {
        max-width: 385px;
    }
    section#header_site_vitrine:before {
        width: 40%;
    }
    .block-12.background-eclipse div {
        height: 215px;
    }
    section#maincategory #svg2 .svg_2, section#maincategory #svg1 .svg_2 {
        bottom: -185px;
        width: 350px !important;
    }
    section#maincategory #svg2 .svg_1, section#maincategory #svg1 .svg_1 {
        width: 250px !important;
        bottom: 30px;
    }
}
@media (max-width: 1199px) {
    #mega-menu-wrap-primary #mega-menu-primary {
        min-width:auto;
    }
    .owl-slider-avis {
        padding: 40px 30px;
    }
    .item-service {
        background-size: 430px;
    }
    /* .item-service img {
        max-width: 400px;
    } */
    .realisation-background {
        padding: 0 5px;
    }
    .block-12.background-eclipse div {
        height: 150px;
    }
    section#maincategory #svg2 .svg_2, section#maincategory #svg1 .svg_2 {
        bottom: -45px;
        width: 285px !important;
    }
    section#maincategory #svg2 .svg_1, section#maincategory #svg1 .svg_1 {
        width: 218px !important;
        bottom: 130px;
    }

}
.block-list img {
    width: 100%;
}
@media (max-width: 991px) {
    header {
        padding: 20px 0;
    }
    hr#footrer_hr {
        margin-top: 25px !important;
    }
    #realisations .block-link a {
        margin-top: 0;
    }

    section#solutions .block-image img {
        width: 100%;
    }
    section#solutions .block {
        display: flex;
        flex-direction: column;
        max-width: 700px;
        align-items: flex-start;
    }
    section#solutions .block-image {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .block-list {
        max-width: 600px;
        margin: auto;
    }
    #lists_site_vitrine h2 {
        font-size: 55px;
        margin-bottom: 50px;
        line-height: 75px;
    }
    #lists_site_vitrine h2 {
        font-size: 50px;
        margin-bottom: 50px;
        line-height: 65px;
    }
    section#lists_site_vitrine {
        padding: 50px 30px;
    }
    .tech_item {
        margin-bottom: 35px !important;
    }
    #lists_site_vitrine h2 {
        font-size: 43px;
        margin-bottom: 50px;
        line-height: 61px;
        letter-spacing: -3px;
    }
    .tech_item {
        flex-direction: column;
    }
    .block-list .block-6 {
        width: 100%;
    }
    section#lists_site_vitrine .tech_item {
        max-width: 100% !important;
        flex-direction: column;
        padding: 0;
    }


    #header_site_vitrine h1 {
        font-size: 55px;
        line-height: 60px;
    }
    section#header_site_vitrine p {
        font-size: 20px;
        line-height: 27px;
    }

    section#maincategory #svg2 .svg_1, section#maincategory #svg1 .svg_1 {
        width: 190px !important;
        bottom: 20px;
    }
    section#header_site_vitrine .block-text {
        max-width: 375px;
    }
    section#maincategory #svg2 .svg_2, section#maincategory #svg1 .svg_2 {
        bottom: -130px;
        width: 265px !important;
    }
    .block-12.block-12-img-ca-1 {
        height: 280px;
    }
    .block-12.background-eclipse div {
        height: 115px;
    }
    section#header-page h1 {
        font-size: 50px;
        margin-bottom: 5px;
    }
    section#header-page p {
        font-size: 19px;
        line-height: 29px;
    }
    .realisation-background > * {
        max-width: 300px;
    }
    .realisation-item {
        padding: 0;
    }
    .realisation-item:first-child {
        padding-top: 0;
    }
    .realisation-item-block.container {
        padding: 0;
    }
    .realisation-background {
        width: 100%;
        max-width: 100%;
        margin: auto;
        float: none;
        height: 100vh;
        transition: background-color 1.4s ease-in-out;
        padding: 0 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .realisation-item {
        height: auto;
    }
    .coor-footer {
        margin-top: 15px;
    }
    footer .menu-item a {
        font-size: 16px;
    }
    .coor-footer p, .address-coor-2 span {
        font-size: 16px;
    }
    div#top_footer > .block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    div#top_footer > .block > div {
        max-width: 500px !important;
        width: 100% !important;
        float: left;
        margin-bottom: 50px;
    }
    div#top_footer > .block > div:first-child {
        max-width: 500px !important;
        width: 100% !important;
    }
    section#header {
        padding-bottom: 65px;
    }
    section.avis {
        margin-top: 65px;

    }
    section#expertises-slider {
        margin-top: 65px;
    }
    section#realisations {
        margin-top: 65px;
    }
    section.avis h2 {
        text-align: center;
        margin: auto;
    }

    section#realisations .block-text {
        padding: 0 30px;
        margin-bottom: 30px;
    }
    section#realisations {
        max-width: 100% !important;
        padding: 0 15px 0 0;
    }
    section#realisations > .block {
        max-width: 100% !important;
        padding: 0;
        /* margin-left: -30px!important;
        margin-right: -30px!important; */
    }
    section#services .block-6 {
        width: 100%;
        max-width: 500px;
    }
    section#services .block2 > .block .block-6:first-child {
        padding-top: 0;
    }
    section#services .block.block2,section#confidence .block.block2 {
        margin-top: 0 !important;
    }
    section#services .block {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }
    section#principes .block-4 {
        width: 50%;
    }
    section.principes h2 {
        margin-bottom: 45px;
        font-size: 26px;
    }
    section.principes {
        padding: 75px 0 30px 0;
    }
    section#services .block-6 .item-service {
        padding-top: 100px;
    }

    section.avis .block-12 {
        flex-direction: column;
    }
    section.avis .block-text {
        max-width: 100%;
    }
    .block-left-avis {
        padding-right: 0;
    }
    .block-left-avis {
        width: 100%;
        max-width: 500px;

    }
    section.avis .block-12 {
        flex-direction: column;
    }
    div#dots-avis-nav {
        margin-top: 25px;
        margin-bottom: 25px;
        justify-content: left;
        align-items: center;
    }
    div#nav-avis {
        margin-top: 15px;
    }
    .block-slides-avis {
        width: 100%;
        max-width: 500px;
    }
    section#qui-sommes-nous {
        padding: 100px 0;
    }
    /* .item-service img {
        width: 100% !important;
        max-width: 400px !important;

    } */
    section.avis .block-12 {
        padding: 20px 0;
    }
    .owl-slider-avis {
        padding: 40px 30px;
    }

    section#contact {
        margin-top: 65px;
    }
    section#contact > .block > div {
        width: 100%;
    }
    section#contact > .block {
        display: flex;
        flex-direction: column;
    }
    section#contact > .block  > div {
        max-width: 500px;
        margin: auto;
        padding: 0 !important;
    }

    section#bas {
        margin-top: 65px;
    }
    /* .textes {
        margin-top: 65px;
    } */
    form.wpcf7-form {
        margin-top: 35px;
    }
    .block-coor {
        margin-top: 35px;
    }
    section#services {
        padding: 65px 0 65px 0;
    }
    
    .blog-item {
        max-width: 100%;
        padding: 0;
    }
    .block-blog-item {
        max-width: 400px;
        margin: auto;
    }

    .related-item {
        max-width: 100%;
        padding: 0;
    }
    .block-related-item {
        max-width: 400px;
        margin: auto;
    }
}
@media (max-width: 767px) {
    section#header_site_vitrine .block-text {
        max-width: 100%;
    }
    #header_site_vitrine {
        padding: 50px 30px;
    }
    .block-x {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }
    .block-x2 {
        width: 100%;
    }
    section#header_site_vitrine > div {
        flex-direction: column;
        position: initial;
        transform: none;
    }
    .card img {
        margin-right: 30px;
    }
    .card-text strong {
        font-size: 20px;
        line-height: 30px;
    }
    form.wpcf7-form.init label {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    section#maincategory svg {
        display: none;
    }
    .block-12.background-eclipse {
        display: none;
    }
    section.avis .block-12 {
        border: none;
    }


    div#top_footer > .block > div {
        max-width: 500px !important;
        width: 100% !important;
    }
    section.principes {
        padding: 50px 0 15px 0;
    }
    section#services .block-6 .item-service {
        padding-top: 50px;
    }
    section.principes .block-text {
        max-width: 100%;
    }
    section.principes h2 {
        max-width: 100%;
    }
    section#expertises-slider h3 {
        font-size: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    section#expertises-slider p {
        font-size: 20px;
        line-height: 30px;
    }
    img.icone-expertises-slider {
        width: 40px !important;
    }
    .icone-expertises-slider-div {
        width: 70px;
        height: 70px;
    }

    .item-slider-expertises-slider {
        padding: 30px 30px 0 30px;
    }
    .block-main-links {
        flex-direction: column;
        max-width: 300px;
    }
    .block-main-link {
        width: 100%;
    }
    .block-main-link:not(.block-main-link:last-child) {
        border-right: none;
    }
    section#qui-sommes-nous {
        padding: 80px 0;
    }
    section#qui-sommes-nous p {
        font-size: 27px;
        line-height: 45px;
    }

}

@media (max-width: 500px) {



    section#principes .block-4 {
        width: 100%;
    }
    .text-principes {
        max-width: 100% !important;
    }
    .block.block-b-4 .block-4 {
        padding-right: 0;
    }
    section#expertises-slider h2, section#services h2, section#realisations h2, section#image_texte-categorie .title h2, #nos-accomplissements h2, section.avis h2, section#contact h2, section#contact h2, #lists_site_vitrine h2,section#objectif h2,section#galerie h2, section#solutions h2, section#related-list h2 {
        font-size: 34px;
        margin-bottom: 10px;
        line-height: 48px;
        letter-spacing: -2px;
    }
    span.small-text {
        font-size: 26px;
        line-height: 74px;
    }
    .block-main-link a {
        padding: 10px 5px;
    }
    .block-main-links {
        padding: 10px 0;
    }
    section#qui-sommes-nous {
        padding: 50px 0;
    }
    #menu-mobile {
        max-width: 90%;
        width: 90%;
        left: -90%;
    }
    #menu-header-mobile div > ul > li a {
        font-size: 18px;
        line-height: 20px;
    }
    #menu-header-mobile div > ul > li {
        padding: 17px 0;
    }
    #menu-header-mobile {
        padding: 30px 30px;
    }
    button#close {
        margin-bottom: 10px;
    }
    section#bas .block-6 {
        width: 100%;
    }
    section#bas .block {
        flex-direction: column;
    }
    section#qui-sommes-nous p {
        font-size: 25px;
        line-height: 43px;
    }
}


section#confidence h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    word-wrap: break-word;
    letter-spacing: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

section#confidence p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 22px;
    max-width: 478px;
}
section#confidence p:last-child {
    margin-bottom: 0 !important;
}
/* section#confidence > .block {
    background: #F1F1F1;
    padding-top: 50px;
    padding-bottom: 60px;
    border-radius: 60px;
    padding-left: 60px;
    padding-right: 60px;
} */
section#confidence .block2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 60px;
    border-radius: 50px;
    padding-left: 60px;
    padding-right: 60px;
    background: #F1F1F1;
    align-items: center;
}
section#confidence .block-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 200px;
}
section#confidence img.img_logo {
    width: 100%;
    /*max-height: 70px;*/
    /*filter: grayscale(1);*/
}
section#confidence img.img_logo:hover {
    /*filter: grayscale(0);*/
}
section#confidence > .block > [class^="block-"] {
    display: flex;
    align-items: center;
}
section#confidence .block-text {
    max-width: 665px;
}
section#confidence .img_logo_block {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    max-width: 33.33%;
    padding: 0 25px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
}

/*************WIII************/

@media (max-width: 991px) {
    #realisations .block-link {
        margin-top: 15px;
    }
    #realisations .owl-slider {
        margin-bottom: 0;
    }
    section#confidence .block2 {
        flex-direction: column;
        /*max-width: 90%;*/
        margin: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }
    section#confidence .block2 > div {
        width: 100%;
    }
section#confidence .block-6 {
    width: 100%;
}
section#confidence .block-text {
    margin-bottom: 15px;
}

}








/* .block-main-link a:hover {
    background: #0666dd;
    color: #fff;
} */
.tech_item.impair>div:last-child {
    margin-right: 0;
}
.tech_item.impair>div {
    margin-right: 5%;
}
/**************menu hover*********/
.mega-menu li a:hover::before {
    width: 85% !important;
}

.mega-menu li a:hover {
    color: #0666dd !important;
}
#mega-menu-item-845 .mega-menu-link:before{
	display:none !important;
}
div#menu-header ul.mega-sub-menu li a:before{
	display:none !important;
}
/**********home botton*************/





section#subcategory {
    background: #ddeffe;
}


.svg-text {
    background-size: cover;
    background-image: url('/wp-content/uploads/2024/02/cercle1.svg');
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 990px) and (max-width: 1300px){
#header h1 {
    font-size: 41px !important;
    line-height: 50px;
    margin-bottom: 10px;
}
	@media (max-width: 1100px) and (min-width: 992px) {
	#header h1 {
    font-size: 37px !important;
    line-height: 50px;
    margin-bottom: 4px;
		}}
	
}
@media (max-width: 1500px) {
    #header h1 {
        font-size: 50px;
        line-height: 70px;
        margin-bottom: 10px;
    }
    section#header p {
        font-size: 23px;
        line-height: 32px;
    }

    .block-main-link a {
        padding: 27px 0;
        font-size: 23px;
        line-height: 24px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    #header1.align-items-center {
        align-items: start;
    }
    #header h1 {
        font-size: 46px;
        line-height: 64px;
        margin-bottom: 4px;
    }
    .home #header1 div:last-child.block-6 {
        padding-top: 55px;
    }
    section#header p {
        font-size: 21px;
        line-height: 30px;
    }
    .block-main-link a {
        padding: 23px 0;
        font-size: 22px;
        line-height: 24px;
    }
    div#text-1 {
        max-width: 425px;
    }
}
@media(max-width: 991px) {
    #header h1 {
        text-align: center;
        font-size: 50px;
        line-height: 53px;
    }
    .cf7-c-bloc {
        flex-direction: column;
    }
    form.wpcf7-form .col-6 {
        width: 100%;
    }
}
li.menu-item-has-children > span {
    display: flex;
    align-items: center;
}
@media(max-width: 767px) {
	.owl-slider-avis {
		padding: 40px 0;
	}
    .block-main-link:nth-child(1) a {
        border-radius: 20px 20px 0 0;
    }
    .block-main-link:nth-child(4) a {
        border-radius: 0;
    }
    .block-4.first-block-4 .block-text {
        padding: 30px;
    }
    section#confidence {
        padding-top: 30px;
    }

}
@media(max-width: 500px) {
    #header h1 {
        font-size: 38px;
        line-height: 45px;
    }
    section#header p {
        font-size: 22px;
    }
    section#confidence .block2 {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 25px;
        padding-right: 25px;
    }
    section#confidence h2 span {
        font-size: 35px;
        line-height: 45px;
    }
    section#confidence h2 {
        font-size: 30px;
        line-height: 34px;
    }
    section#confidence .img_logo_block {
        max-width: 50%;
    }
    section.principes h2 {
        font-size: 24px;
    }
}

@media(min-width: 1601px) {
section#confidence > .block {
    padding-left: 0;
    padding-right: 0;
}
}




.owl-slider-3 {
    display: none !important;
}

.menu-item-has-children .svg-inline--fa {
    padding: 5px 15px;
}
.menu-item-has-children .fa-minus {
    display: none;
}

.textes .blocktext {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
.textes .blocktext:last-child {
    margin-bottom: 30px;
}

.textes .block-image img {
    width: 100%;
    object-fit: cover;
    height: 70%;
    border-radius: 25px;
}
.blocktext.odd {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}
.textes#services-bloc .block-image img {
    width: 100%;
    object-fit: initial;
    height: auto;
    border-radius: 0;
    max-width: 500px;
}
.textes#services-bloc .block-6-image- {
    display: flex;
    align-items: center;
    justify-content: center;
}
.textes#services-bloc .shortcode-bloc {
    padding: 50px 0 !important;
    margin: 0 !important;
}
.textes#services-bloc .blocktext {
    padding: 50px 0;
}


.textes#services-bloc.textes {
    padding: 90px 0 0 0;
}

.textes#services-bloc .even .block-6-image- {
    justify-content: flex-start;
    padding-left: 50px;
}
.textes#services-bloc .odd .block-6-image- {
    justify-content: flex-end;
    padding-right: 50px;
}

.textes .blocktext.even {
    flex-direction: row-reverse;
}
.textes .blocktext p {
    color: #5f6368;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 22px;
}

.textes .blocktext h2 {
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 10px;
    color: #0666dd;
    font-weight: 700;
}
.textes .block-link a {
    margin-top: 0;
}

.textes  .block-6-text {
    padding: 0 30px;
}



.textes {
    margin-top: 0px;
    padding: 90px 0;
    background: #f7f7f7;
}

.textes .block-link {
    max-width: max-content;
    margin-top: 15px;
}
.textes .block-link a {
    display: block;
}
/* .block-6.block-6-text > div {
    max-width: 525px;
} */
.nos-accomplissements .block-4:last-child {
    margin-bottom: 0;
}
.nos-accomplissements br {
    display: none;
}
@media(max-width: 991px) {
    .nos-accomplissements p {
        font-size: 22px;
        line-height: 30px;
    }
    .nos-accomplissements {
        padding: 60px 0;
    }

    .nos-accomplissements .block-4 strong {
        font-size: 60px;
        margin: 7px 0;
    }
    section#nos-accomplissements .block {
        max-width: 500px;
        margin: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nos-accomplissements .block-4 {
        width: 50%;
        /*margin-bottom: 50px;*/
    }
    section#expertises-slider .block-12 {
        max-width: 500px;
        margin: auto;
    }
    .textes .blocktext {
        flex-direction: column !important;
        margin-bottom: 70px;
    }
    .textes  .block-6-text {
        padding: 0 0;
    }
    .textes .block-6 {
        width: 50%;
        width: 100%;
        max-width: 500px;
    }
    .block-6-image {
        margin-bottom: 20px;
        height: auto !important;
    }
    .textes .blocktext h2 {
        font-size: 19px;
    }
    .textes {
        padding: 75px 0 55px 0;
        background: #f7f7f7;
    }
}
    
@media(max-width: 500px) {
    .nos-accomplissements .block-4 {
        width: 100%;
    }
}


.entreprises img {
    width: 100%;
    /*max-height: 70px;*/
    /*filter: grayscale(1);*/
}
.entreprises img:hover {
    filter: grayscale(0);
}
.entreprises .block-image {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    max-width: 33.33%;
    padding: 0 25px;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.entreprises .block {
    display: flex;
    justify-content: center;
}
.entreprises {
    padding: 50px 0;
}


.image_texte-categorie .block-image-texte-categorie {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.image_texte-categorie .block-image-texte-6-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.image_texte-categorie .block-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
    max-width: 435px;
}

section.theme-globale h2 {
    word-wrap: break-word;
    margin-bottom: 20px;
    color: #0666dd;
    font-size: 30px;
    line-height: 32px;
    font-weight: bolder;
}

.image_texte-categorie .block-image-texte-categorie p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}
.image_texte-categorie .block-image-texte-categorie h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
    font-weight: 700;
}
.image_texte-categorie .block-image-texte-categorie p:last-child {
    margin-bottom: 0;
}

.image_texte-categorie .block-image-texte-categorie.even {
    flex-direction: row-reverse;
}
.image_texte-categorie {
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(224 240 254) 52%, rgb(224 240 254) 72%);
}
section.theme-globale h2 {
    margin-bottom: 15px;
}
section.header-globale h1 {
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: -2px;
    margin-bottom: 20px;
    max-width: 499px;
    font-family: "Noto Sans", "Roboto,Arial", Helvetica, sans-serif;
    color: #212121;
    text-align: center;
}
section.header-globale {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.theme-globale h2:not(section.theme-globale h2:first-child) {
    margin-top: 30px;
}
section#realisations .block.full-width {
    overflow: hidden;
}
.image_texte-categorie .image_texte-categorie-sub {
    background: #e0f0fe;
    clip-path: ellipse(90% 50%);
    padding: 100px 0 50px 0;
}
.image_texte-categorie-acceuil .image_texte-categorie-sub {
    clip-path: ellipse(150% 50%);
}
.image_texte-categorie .block-image-texte-6-text .block-text {
    background: #fff;
    padding: 50px;
    border-radius: 50px;
}

.image_texte-categorie .block-link a {
    margin-top: 0;
}

section.image_texte-categorie .block-6 {
    max-width: 600px;
}
.image_texte-categorie-acceuil {
    padding-top: 75px;
}
.image_texte-categorie .block-image-texte-categorie {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 100px;
}
.image_texte-categorie .block-image-texte-categorie:last-child{
    margin-bottom: 0;
}
.mini-logo img {
    position: absolute;
}
img.logo-ca-1 {
    top: 30%;
    right: 15%;
    max-width: 90px;
    animation: float1 4s ease-in-out infinite;

}
img.logo-ca-2 {
    top: 15%;
    left: 15%;
    max-width: 60px;
    animation: float2 4s ease-in-out infinite;
}
.image_texte-categorie .block-image-2 {
    position: relative;
    height: 355px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image_texte-categorie .block-image-2:before {
    content: "";
    position: absolute;
    width: 355px;
    height: 355px;
    background-color: var(--background3-color-before, initial) !important;
    border-radius: 50%;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
section.avis ul.slick-dots {
    display: none !important;
}

@keyframes float2 {
    0%, 100% {
      transform: translateY(0) rotate(0deg);
    }
    50% {
      transform: translateY(-15px) rotate(-4deg);
    }
}

@keyframes float1 {
    0%, 100% {
      transform: translateY(0) rotate(0deg);
    }
    50% {
      transform: translateY(-25px) rotate(-3deg);
    }
}


@media(max-width: 1500px) {

    .image_texte-categorie .block-image-texte-6-text .block-text {
        padding: 40px;
    }


}
@media(max-width: 1300px) {
    .image_texte-categorie-sub {
        clip-path: ellipse(120% 50%);
    }
    .block-maincategory.full-width {
        clip-path: ellipse(75% 50%);
    }
    section#image_texte-subcategorie h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 35px;
    }
}


@media(max-width: 991px) {
    .image_texte-categorie .block-image-texte-categorie {
        margin-bottom: 50px;
    }

    .image_texte-categorie-sub {
        clip-path: ellipse(160% 50%);
    }
    .block-maincategory.full-width {
        clip-path: ellipse(95% 50%);
    }
    section#services h3 {
        margin-top: 0;
        font-size: 30px;
        line-height: 33px;
    }
    div#nav-avis-child {
        width: 100px;
    }
    section#maincategory .block-6 {
        width: 100%;
        max-width: 500px;
    }
    section#maincategory .block {
        flex-direction: column-reverse;
    }
    section#maincategory .block-text {
        padding: 25px 0 0 0;
    }
    .block-maincategory.full-width {
        padding: 50px  0 75px 0;
    }
    .entreprises .block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .entreprises .block-image {
        max-width: 33.33%;
    }
    .image_texte-categorie .block-image-texte-categorie, .image_texte-categorie .block-image-texte-categorie.even {
        flex-direction: column;
    }
    .image_texte-categorie .block-image img {
        margin-bottom: 20px;
    }
    section.image_texte-categorie .block-6 {
        max-width: 500px;
        width: 100%;
    }
    .image_texte-categorie-sub {
        padding: 70px 0 70px 0;
    }
    .image_texte-categorie .odd .block-image-texte-6-image {
        justify-content: center;
        padding-right: 0;
    }
    .block-6.block-image-texte-6-text {
        margin-top: 30px;
    }
    .entreprises .block-image {
        margin-bottom: 15px;
    }
    .entreprises {
        padding: 50px 0 35px 0;
    }
    section#maincategory img {
        padding-left: 0;
    }
 
    img.logo-ca-1 {
        top: 57%;
        right: 14%;
        max-width: 60px;
    }
    img.logo-ca-2 {
        top: 15%;
        left: 15%;
        max-width: 47px;
    }
    .block-image-texte-subcategorie {
        margin-bottom: 50px;
        flex-direction: column !important;
    }
    .block-image-texte-subcategorie .block-6 {
        width: 100%;
        max-width: 500px;
    }
    .image_texte-subcategorie .block-image img {
        max-width: 100%;
        margin-bottom: 15px;
    }
    section#image_texte-subcategorie h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .image_texte-subcategorie h4 {
        font-size: 18px;
        line-height: 23px;
        font-weight: 800;
    }
}


@media(max-width: 500px) {
    .image_texte-categorie-sub {
        clip-path: ellipse(220% 50%);
    }
    .block-maincategory.full-width {
        clip-path: ellipse(125% 50%);
    }
    section#subcategory .block-image img:nth-child(odd) {
        display: none;
    }
    section#subcategory .block-image img {
        width: 100%;
        max-width: 300px;
        margin: auto !important;
    }
    .entreprises .block-image {
        max-width: 50%;
    }
    .image_texte-categorie .block-image-texte-6-text .block-text {
        padding: 30px;
    }
    .image_texte-categorie .block-image-texte-categorie h2 {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 15px;
    }
    .image_texte-categorie .block-image-texte-categorie p {
        margin-bottom: 20px;
    }

}
.block-image.block-6-image {
    height: auto !important;
}

section#nos-services .block .block {
    display: flex;
    margin-bottom: 100px;
}
section#nos-services .block .block:last-child {
    margin-bottom: 0;
}
section#nos-services h2 {
    word-wrap: break-word;
    letter-spacing: -5px;
    color: #0666dd;
    font-size: 65px;
    line-height: 60px;
    font-weight: bolder;
    margin-bottom: 60px;
}
section#nos-services .block-text p {
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    word-wrap: break-word;
    letter-spacing: 0px;
}
section#nos-services h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 33px;
    word-wrap: break-word;
    margin-bottom: 15px;
    text-align: center;
}
section#nos-services h3 span {
    color: #0666dd;
    font-weight: 900;
}
section#nos-services .item-nos-services p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    text-align: center;
}
section#nos-services .block-link {
    text-align: center;
}
section#nos-services {
    padding: 75px 0 0 0;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(224 240 254) 52%, rgb(224 240 254) 72%);
}
section#nos-services .block1 .block-text {
    max-width: 460px;
    float: left;
}
section#nos-services .block2 .block-text {
    background: #fff;
    padding: 50px;
    border-radius: 50px;
    margin-top: 35px;
    min-height: 308px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section#nos-services .item-nos-services img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    margin-bottom: 15px;
}

section#nos-services .block.block2,section#confidence .block.block2 {
    display: block !important;
}
section#nos-services .block.block2,section#confidence .block.block2 {
    display: block !important;
    /* margin-top: -50px !important; */
}
section#nos-services .block2 > .block .block-6:first-child {
    /* padding-top: 100px; */
}
section#nos-services a {
    color: #0666dd;
    font-size: 18px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    border-radius: 160px;
    border: 1px #0666dd solid;
    padding: 12px 25px;
    display: inline-block;
    margin-top: 10px;
}

section#nos-services .item-nos-services > * {
    max-width: 600px;
    margin: auto;
    position: relative;
}

section#nos-services .item-nos-services > .block-image {
    position: relative;
    display: inline-block;
    height: 325px;
}

section#nos-services .item-nos-services > .block-image::before {
    content: "";
    position: absolute;
    width: 355px;
    height: 355px;
    background-color: #3498db;
    border-radius: 50%;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
section#nos-services .item-nos-services > .block-image::before {
    background-color: var(--background-color-before3, initial);
}

#nos-services-bloc .block-image::before {
    background-color: var(--background2-color-before3, initial);
}
section#nos-services .item-nos-services {
    display: flex;
    flex-direction: column;
}
section#nos-services .item-nos-service > .block-image {
    position: relative;
    display: inline-block;
    height: 325px;
}

section#nos-services .item-nos-service > .block-image::before {
    content: "";
    position: absolute;
    width: 355px;
    height: 355px;
    background-color: #3498db;
    border-radius: 50%;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nos-services-elms {
    background: #e0f0fe;
    clip-path: ellipse(150% 50%);
    padding: 125px 0 125px 0;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1600px) {

section#nos-services .item-nos-services > * {
    max-width: 500px;
}
section#nos-services .item-nos-services {
    background-size: 430px;
}
    section#nos-services h2 {
        font-size: 55px;
        margin-bottom: 10px;
    }
    section#nos-services .block-text p {
        font-size: 20px;
        line-height: 27px;
    }

    .nos-services-elms {
        clip-path: ellipse(140% 50%);
    }
}

@media (max-width: 1199px) {
    section#nos-services .item-nos-services {
        background-size: 430px;
    }
    .nos-services-elms {
        clip-path: ellipse(150% 50%);
    }
    section#nos-services .block .block-6 {
        padding: 0 12px;
    }
 }
@media(max-width: 991px) {
    section#nos-services .block2 .block-text {
        padding: 30px;
    }
    section#nos-services .block .block-6 {
        padding: 0;
    }
    .nos-services-elms {
        clip-path: ellipse(173% 50%);
    }

    section#nos-services .block-6 {
        width: 100%;
        max-width: 500px;
    }
    section#nos-services .block2 > .block .block-6:first-child {
        padding-top: 0;
    }
    section#nos-services .block.block2,section#confidence .block.block2 {
        margin-top: 0 !important;
    }
    section#nos-services .block {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }
    section#nos-services .block-6 .item-nos-services {
        padding-top: 100px;
    }
    section#nos-services {
        padding: 65px 0 65px 0;
    }
 
    
}

@media(max-width: 767px) {

    section#nos-services .block-6 .item-nos-services {
        padding-top: 50px;
    }
}

@media (max-width: 500px) {
section#nos-services h2{
        font-size: 47px;
        margin-bottom: 10px;
        line-height: 49px;
    }
    section#confidence .img_logo_block {
        padding: 0px 5px;
 }
}

 section#expertises h2 {
    word-wrap: break-word;
    margin-bottom: 10px;
    color: #0666dd;
    font-size: 65px;
    line-height: 60px;
    font-weight: bolder;
    margin-bottom: 25px;
}
.icone-expertises-titre {
    display: inline-block;
}
.icone-expertises-div {
/*     width: 77px;
    height: 77px; */
    /*background: #fff;*/
    border-radius: 50%;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
	 display: inline;
    margin: 10px;
	padding: 12px;
}
img.icone-expertises {
    width: 45px !important;
}

.item-slider-expertises {
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: calc(24% - 20px);
    margin: 0 10px;
    padding: 15px 15px 0;
    margin-bottom: 20px;
}
/* .item-slider-expertises:first-child {
    margin-left: 0;
} */
section#expertises h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -2px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-wrap: pretty;
    word-wrap: break-word;
}
section#expertises p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 15px;
	color: #555 !important;
}
section#expertises {
    margin-top: 70px;
	padding-bottom :70px;
}
.block-left-expertises {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#expertises-nav .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100px;
}

section#expertises .block-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    justify-content: space-between;
    flex-direction: row;
/*     flex-wrap: nowrap; */
}




@media (max-width: 1600px) {
    section#services h2 {
        font-size: 55px;
        margin-bottom: 10px;
    }
}
@media (max-width: 1300px) {
/*     .item-slider-expertises {
        max-width: calc(50% - 20px);
    }
	.block-items {
		max-width: 810px;
		width: 100%;
		margin: auto;
	} */
	.item-slider-expertises {
		max-width: calc(25% - 20px);
	}
}



@media (max-width: 991px) {
	.item-slider-expertises {
		max-width: calc(50% - 20px);
	}
    section#expertises {
        margin-top: 65px;
    }
    section#expertises .block-12 {
        max-width: 90%;
        margin: auto;
    }

}

@media (max-width: 771px) {
    section#expertises h3 {
        font-size: 26px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    section#expertises p {
        font-size: 20px;
        line-height: 30px;
    }
    img.icone-expertises {
        width: 40px !important;
    }
    .icone-expertises-div {
        width: 70px;
        height: 70px;
    }
    section#expertises h2 {
        letter-spacing: -2px;
        font-size: 34px;
        line-height: 60px;
        text-align: center;
    }
    section#realisations h2, section#image_texte-categorie .title h2, #nos-accomplissements h2{
        letter-spacing: -2px;
        font-size: 34px;
        line-height: 60px;
        text-align: center;
    }
    section#contact h2 span {
        font-size: 35px;
        line-height: 50px;
        letter-spacing: -2px;
    }
    section#contact h2 {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 40px;
        letter-spacing: -2px;
    }
	.item-slider-expertises {
		max-width: 290px;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	section#expertises .block-items {
		justify-content: center;
		gap: 30px;
	}
}

@media (max-width: 500px) {	
	
	
    section#services h2 {
        font-size: 47px;
        margin-bottom: 10px;
        line-height: 49px;
    }

    section#expertises .block-items {
        max-width: 290px;
        margin: auto;
    }
    .image_texte-categorie .image_texte-categorie-sub {
        padding: 60px 0 60px 0 !important;
        clip-path: ellipse(240% 50%) !important;
    }
    section#expertises {
        margin-top: 40px;
    }
    section#realisations {
        margin-top: 40px;
    }
    .nos-accomplissements {
        padding: 10px 0;
    }
    section#header {
        padding-bottom: 40px;
    }
}
section#newsletter h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    word-wrap: break-word;
    letter-spacing: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}
section#newsletter p {
    font-weight: 400;
}
section#newsletter {
    background: #111522;
    color: #fff;
    padding: 70px 0;
}
section#newsletter .block {
    display: flex;
    align-items: start;
}


section#newsletter .block-text {
    max-width: 700px;
}

section#newsletter .img_logo_block {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    max-width: 33.33%;
    padding: 0 25px;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
    display: flex;
}

section#newsletter .block-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 200px;
}

section#newsletter img.img_logo {
    width: 100%;
    max-height: 70px;
    /* filter: grayscale(1); */
}
section#newsletter img.img_logo:hover {
    filter: grayscale(0);
}


@media (max-width: 991px) {
    section#newsletter .block {
        flex-direction: column;
    }
    section#newsletter .block-6 {
        max-width: 500px;
        margin: auto;
        width: 100%;
    }
}
@media (max-width: 500px) {
    section#newsletter .img_logo_block {
        max-width: 50%;
    }
    section#newsletter .block-text {
        margin-bottom: 30px;
    }
    section#google-map {
        padding: 20px 0 0 0;
    }
}

/**************animation ripple*************/
.block-image-texte-categorie:hover .ripple:before {animation: ripple 2s linear infinite;}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 .5rem var(--background3-color-before, initial);,
               
                0 0 0 5rem rgb(255 255 255 / 30%);
  }
  100% {
    box-shadow: 0 0 0 3.5rem rgb(255 255 255 / 20%),
               
                0 0 0 5rem rgb(255 255 255 / 0%);
  }
}


/********************chifre****************/

#nos-accomplissements {
    background: linear-gradient(to top, rgb(255 255 255 / 0%), #f7f9f9, rgb(255 255 255 / 0%));
    color: #333;
    padding: 50px 0;
}

#nos-accomplissements .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
    padding: 20px;
}

#nos-accomplissements .block-4 {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    width: 100%;
}

#nos-accomplissements .block-4:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

#nos-accomplissements .text-our_achievements p {
    font-size: 1.1em;
    margin: 0;
}

#nos-accomplissements #count, 
#nos-accomplissements #site-count, 
#nos-accomplissements #delivery-count, 
#nos-accomplissements #price-count {
    font-size: 2.5em;
    font-weight: bold;
    margin: 10px 0;
}

#nos-accomplissements span {
    display: block;
}

/*********************style botton**********************/
.button,
.block-link a {
    display: inline-block;
    padding: 17px 30px;
    border-radius: 10rem;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 700;
}

.button:after,
.block-link a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0666dd;
    border-radius: 10rem;
    z-index: -2;
}

.button:before,
.block-link a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #0251b2;
    transition: all 0.4s; /* Slow transition */
    border-radius: 10rem;
    z-index: -1;
}

.button:hover,
.block-link a:hover {
    color: #fff;
    background-color: #0251b2; /* Change background color on hover */
}

.button:hover:before,
.block-link a:hover:before {
    width: 100%;
}
/**********************************/
#top_footer .block-5 img {
    width: 210px;
    height: auto;
}
.title {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 60px;
}
.copyright {
    text-align: center;
    padding: 25px !important;
}

.block-link.block-link-blue {
    margin-top: 25px !important;
}
.page-id-1223 section#bloc23-page {
    margin-top: 0px;
    clip-path: ellipse(90% 50%);
    padding: 100px 0 160px 0;
}
.page-template-template-service section.avis, .page-template-categorie section.avis{
    margin-top: 0px;
}
.page-template-template-service section.principes {
    padding-bottom: 0px;
}

/***************Table pricing*****************/
#tablepricing {
    display: none;
}
.page-id-1293  #tablepricing {
    display: block;
} 
#tablepricing .container.block{
    padding: 80px 0;
}
.check:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #0666dd;
}
.nocheck:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #ff3030;
}
.pr-card {
    position: relative;
    /*max-width: 350px;*/
    height: auto;
    background: linear-gradient(-45deg, #0666DD, #8B8B8B); /* Primary colors: Blue to Grey 1 */
    border-radius: 15px;
    margin: 0 auto;
    /*padding: 40px 20px;*/
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -webkit-transition: transform 0.5s, box-shadow 0.5s;
    transition: transform 0.5s, box-shadow 0.5s;
}
.pr-card:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.pr-card:hover {
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}

.pr-tab {
    width: 25%;
    margin: 20px 2%;
}
.pr-title {
    padding: 30px 30px 0;
}
.pr-price {
    padding: 0 30px 10px;
}
.pr-tab:nth-child(1) .pr-card,
.pr-tab:nth-child(1) .pr-card .pr-title .pr-fa {
    background: linear-gradient(-45deg, #F6D2C9, #0666dd);
}

.pr-tab:nth-child(2) .pr-card,
.pr-tab:nth-child(2) .pr-card .pr-title .pr-fa {
    background: linear-gradient(-45deg, #CBEBF1, #0666dd);
    padding: 20px 0 0 0;
}

.pr-tab:nth-child(3) .pr-card,
.pr-tab:nth-child(3) .pr-card .pr-title .pr-fa {
    background: linear-gradient(-45deg, #D5E0D0, #0666dd);
}

.pr-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    -webkit-transform: skewY(-5deg) scale(1.5);
    transform: skewY(-5deg) scale(1.5);
}

.pr-title .pr-fa {
    color: #fff;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.pr-title h2 {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    color: #fff;
    font-size: 28px;
    z-index: 2;
    font-weight: 800;
    padding-bottom: 15px;
}
.pr-title p {
    color: #fff;
}
.pr-price,
.pr-option {
    position: relative;
    z-index: 2;
}

.pr-price h3 {
    margin: 0;
    padding: 20px 0;
    color: #fff;
    font-size: 40px;
}

.pr-option ul {
    margin: 0;
    padding: 0;
}

.pr-option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #333;
    font-size: 16px;
}

.pr-card a {
    position: relative;
    z-index: 2;
    background: #fff;
    color: black;
    width: 176px;
    padding: 5px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 30px auto 0;
    font-size: 16px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}

.pr-card a:hover {
    background: #0666dd;
    color: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.table-pr {
    display: flex;
    justify-content: center;
    align-items: center;
}
.toggle-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }

.toggle-buttons button {
    margin: 0 15px;
}
button.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: transparent;
    transition: all 0.4s;
}
button.active {
    color: #0251b2;
    background-color: transparent;
}
button.active:before {
    background-color: transparent !important;
}
button.active:after {
    background-color: transparent !important;
    border: 2px solid #0251b2;
}
span.cls-sb {
    font-size: 22px;
}
.pr-option {
    background: #fff;
    padding: 30px 30px 35px;
    border-radius: 0 0 15px 15px;
}
.pr-tab:nth-child(2) .pr-card .pr-option {
    padding-bottom: 50px;
}
@media (max-width: 992px) {
.pr-tab {
    width: 30%;
    margin: 10px;
}
.pr-title h2 {
    font-size: 26px;
}
.pr-price h3 {
    font-size: 36px;
}
}
@media (max-width: 767px) {
    .pr-tab {
        width: 80%;
        margin: 20px;
    }
    .table-pr {
        flex-direction: column;
    }
    .pr-card::before{
        display:none;
    }
    .pr-title h2 {
        font-size: 24px;
    }
    .pr-price h3 {
        font-size: 32px;
    }
}
/****************switcher table pricing**************************/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch-option {
    font-size: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.switch input:checked ~ .slider {
    background-color: #0666dd;
}

.switch-div p {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.switch-div .active {
    color: #0666dd;
}
#invoicing-switch {
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*******************************************/
.page-id-1223 footer {
    margin-top: -5px;
}
.page-id-1223 #top_footer {
    clip-path: none;
}
.page-id-1223 section#bloc4-page {
    padding: 60px 0 60px 0;
}

.home div#header-content-1 {
    padding-bottom: 0;
}
div#menu-header ul#mega-menu-primary > li#mega-menu-item-845 a {
    background: #111522;
    color: #fff !important;
    padding: 12px 25px !important;
    border-radius: 30px !important;
    display: inline-block !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    height: auto !important;
    border: 1px solid #111522 !important;
}
div#menu-header ul#mega-menu-primary > li#mega-menu-item-845:hover a {
    background: transparent !important;
    color: #111522 !important;
    border: 1px solid #111522 !important;
}
@media (min-width: 992px) {
.home #header1 div:last-child.block-6 {
        width: 60%;
    }
.home #header1 div:first-child.block-6 {
    width: 40%;
    padding-bottom: 75px;
}
}
li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background: transparent !important;
}
#nos-accomplissements h2 {
    margin-bottom: 50px;
}
.page-id-1223 section#realisations {
    margin-top: 0px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: transparent;
}
.block-link.btnh {
    text-align: center;
    padding-top: 50px;
	width: 90%;
}
.block-text h2 {    
	font-size: 19px;
    text-align: left;
    font-family: 'Roboto';
    color: #0666dd;
    font-weight: 500;}

/* .block-text p { padding:16px 0px;} */

/* .accroche {padding: 100px;} */
.accroche h2 {
    text-align: center;
    font-size: 33px;
    color: #0666dd;
    font-family: 'Roboto';
    font-weight: 900;
}
.accroche p {
    text-align: center;
    font-size: 28px;
    color: #000;
    font-family: 'Roboto';
    font-weight: 500;
    width: 50% !important;
    padding: 16px !important;
    line-height: 38px;
}


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

.block-text p{
    font-weight: 400 !important;
}
/*************/
section#realisations {
    background-color: #e0f0fe;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
section#confidence {
    padding: 60px 0px;
}
.block-4.first-block-4 h2 {
    text-align: left !important;
	margin-bottom: 0px !important;
}
/*************/
/* .block-text span {
    font-size: 18px !important;
    font-weight: 400 !important;
} */
.textes .block-image img{
   display: flex;
    justify-content: space-evenly;
    padding: 0px !important;
    margin: 0px 0px !important;
    width: 100% !important;
}


.image_texte-categorie .image_texte-categorie-sub {
    background: #E0F0FE;
    clip-path: ellipse(135% 50%);
    padding: 100px 0 50px 0;
}

.slick-slide:not(.slick-active) {
    opacity: 0.4;
}
.owl-carousel.owl-theme.owl-slider.owl-slider-avis.slick-initialized.slick-slider.slick-dotted:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(238,174,202);
    background: -moz-radial-gradient(circle, rgba(238,174,202,0) 0%, rgba(247,249,249,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(238,174,202,0) 0%, rgba(247,249,249,1) 100%);
    background: radial-gradient(circle, rgba(238,174,202,0) 0%, rgba(247,249,249,1) 165%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeaeca",endColorstr="#f7f9f9",GradientType=1);
    /* z-index: 9; */
}


.cls-icon-tx{
	
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

/****************/
#accroche {
    background-size: cover !important;
    background-position: center !important;
    padding: 100px 20px !important; /* Espacement interne réduit à 60px */
    display: flex !important;
    justify-content: flex-end !important; /* Place le bloc encore plus à droite */
    align-items: center !important;
}

#accroche .container {
    background-color: #fff !important; /* Fond blanc */
    border-radius: 50px !important; /* Bords arrondis */
    padding: 60px 60px !important; /* Réduction de l'espacement interne */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 10%) !important; /* Ombre douce */
    max-width: 1000px !important; /* Largeur maximale */
    text-align: center !important; /* Texte aligné à gauche */
/*     margin-right: 10% !important;  */
}

#accroche .container h2 {
    font-size: 2em !important;
    margin-bottom: 15px !important;
}

#accroche .container p {
    font-size: 1.1em !important;
    color: #555 !important; /* Couleur du texte */
    margin-bottom: 20px !important;
}

#accroche .block-link a {
    display: inline-block !important;
    background-color: #0066ff !important; /* Couleur bleue pour le bouton */
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold !important;
    border-radius: 50px !important; /* Bouton arrondi */
    text-align: center !important;
    transition: background-color 0.3s !important;
}

#accroche .block-link a:hover {
    background-color: #004bb7 !important; /* Couleur plus foncée au survol */
}
/*********/

#accroche {
  position: relative !important;
  background-size: cover !important;
  background-position: center !important;
  z-index: 1 !important;
  color: #fff !important; /* Texte lisible */
}

#accroche {

}
@media (max-width: 991px){
	#accroche {
    background-position: 50%;
    min-height: unset;
    background-size: auto 100%;
    padding: 125px 26px 110px;
	}}
#accroche{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
    width: 100% !important;
    padding: 100px 20px 90px !important;
    font-family: var(--joy-font-family) !important;
    background-image: url("/wp-content/uploads/2024/12/B-Gvf-svg.png") !important;
    background-repeat: no-repeat !important;
    background-size: auto 596px !important;
    min-height: 590px !important;
    background-position: 50% !important;

}
#accroche .container h2{
	text-align: center !important;
}


#accroche::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
	background-position: left !important;
/*   background: rgb(213 224 208)  !important;  */
  z-index: 2 !important; /* Place l'overlay au-dessus du BG */
}

#accroche .container {
  position: relative !important;
  z-index: 3 !important; /* Place le contenu au-dessus de l'overlay */
}


@media (max-width: 980px) {
	
	.textes .block-image img {
    display: flex !important;
    justify-content: space-evenly !important;
    padding: 0px !important;
	margin: 0px !important; */
		width: 100% !important;}
}

/****/
@media (max-width: 500px) {
    .item-slider-avis {
/*         width: 250px !important; /* Ajustez la largeur souhaitée */ */
        margin: 0 auto; /* Centrez le contenu si nécessaire */
    }
    
    .slick-list {
        padding: 0 0 !important; /* Ajustez le padding pour réduire l'espace sur les côtés */
    }
	#accroche .container {
		margin-right: 0% !important;
}
	#top_footer {
		clip-path: ellipse(150% 50%);}}


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


.block-image-texte-subcategorie-container {
    border-radius: 50px 50px 0 0;
    /* background-image: linear-gradient(to bottom, #ddeffe, #ddeffe, #ddeffe, #ddeffe, #fdfeff); */
    background: #ddeffe;
    padding: 0 30px;
    padding-bottom: 75px;
    padding-top: 60px;
    margin-bottom: 60px;
    border-radius: 50px;
}


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

.cls-icon-txt {
    min-height: 80px;
}
.item-slider-expertises span {
    line-height: 26px !important;
    display: block;
    color: #202124;
}

 .block.block-b-4.container .block-4:nth-child(6),
    .block.block-b-4.container .block-4:nth-child(7) {
        display: none;
    }


@media (max-width: 980px) {
	section#maincategory .container.block {
    display: flex;
    flex-direction: column-reverse;
}
	section#realisations .block-12 {
         display: flex;
        flex-direction: column;
        align-items: center;
}
	.page-id-1223 section#bloc23-page {
    margin-top: 0px;
    clip-path: ellipse(160% 50%);
    padding: 100px 0 160px 0;
	}
.image_texte-categorie-acceuil {
    padding-top: 0px;
}
	section#expertises {
    padding-bottom: 0px;
}    
#nos-accomplissements {
  padding-bottom: 0;
  }
section#maincategory img {
    width: 100%;
    padding-left: 30px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
	.block-link {
  display: flex !important;
  justify-content: center !important; /* Centers horizontally */
  align-items: center !important; /* Centers vertically */
  width: 90% !important; /* Ensure the container takes up full width */
}

.block-link a {
  display: inline-block !important;
  text-align: center !important; /* Center the text within the anchor */
}

}
.block-5 span{
    font-size: 19.6px;
    font-style: normal;
    font-weight: 300;
    line-height: 32.4px;
/*     letter-spacing: -1.08px; */
    display: block;
    margin-top: 10px;
}
.image_texte-categorie .block-link.btnh {
    padding-bottom: 50px;
}

section#objectif .block {
    display: flex;
    flex-direction: row;
    align-items: center;
	width: 1500px !important;
}
section#objectif .block-image img {
    width: 500px !important;
    /* height: 10px !important; */
}
section#objectif {
    margin-top: 100px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
}

section#objectif .block-text {
    margin-right: 20px;
}
section#objectif h2 {
    line-height: 1.3em;
    margin-bottom: 10px !important;
    color: #0666dd;
    font-size: 35px;
    letter-spacing: 1px;
    font-weight: 600;
}
section#objectif b{
  
	color: #111522;}

/**************/
/****/
section#solutions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
/*   background-color: #f7f7f7; */
}

section#solutions .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 80%;
  max-width: 1000px;
  position: relative;
}

section#solutions .block-image {
  flex: 1;
  background: #dbe7d7;
  border-radius: 20px;
  height: 300px;
  margin-right: 20px;
}

section#solutions .block-text {
  flex: 2;
}

section#solutions .block-text h2 {
  color: #0056d2;
  margin-bottom: 10px;
  font-size: 24px;
}

section#solutions .block-text p {
  font-size: 18px !important;
  line-height: 1.6;
	color: #202124 !important; 
}

section#solutions .block .cta-button {
  display: inline-block;
  background-color: #0056d2;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

section#solutions .block .cta-button:hover {
  background-color: #0041a6;
}
section#solutions .block-text h2 {
      line-height: 1.3em;
    margin-bottom: 10px !important;
    color: #0666dd;
    font-size: 35px;
    letter-spacing: 1px;
    font-weight: 600;

}
section#solutions .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 60px 50px !important;
    margin: 60px !important;
    width: 70% !important;
    max-width: 900px;
    position: relative;
    flex-direction: column;
}
section#solutions .block-text {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#solutions{
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
    width: 100% !important;
    padding: 100px 20px 90px !important;
    font-family: var(--joy-font-family) !important;
    background-image: url("/wp-content/uploads/2024/12/B-Gvf-svg.png") !important;
    background-repeat: no-repeat !important;
    background-size: auto 596px !important;
    min-height: 590px !important;
	background-position: 50% !important;}

#principes .block-12{
	
    display: flex;
    flex-direction: column;
    align-items: center;

}

#objectif .block {
    padding: 60px !important;
    border-radius: 50px;
    background-color: #277fec0f;
}


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

#maincategory .block-text {
    line-height: 1.4;
    color: #333;
    font-size: 18px;
}

/* #maincategory .block-text p {
    margin-bottom: 1rem;
} */

#maincategory .block-text .p-rich_text_section {
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

/* #maincategory .block-text ul {
    list-style: disc inside;
} */

#maincategory .block-text ul li {
    margin-bottom: 0.5rem;
    /* border-left: 4px solid #0666dd;
    padding-left: 0.5rem; */
    transition: background-color 0.3s, color 0.3s;
}
/************/
.cls-icon-txt {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.icone-expertises-div {
    display: flex;
}
/***********/
@media (min-width: 990px) and (max-width: 1600px){
section#expertises h3 {
    font-size: 24px;
   
	}}
@media (min-width: 990px) and (max-width: 1200px){
	section#expertises h3 {
    font-size: 20px;
		        font-weight: 600;
   
	}}
@media (min-width: 990px) and (max-width: 1090px){
	section#expertises h3 {
    font-size: 18px;
		        font-weight: 600;
   
	}}
@media (min-width: 990px) and (max-width: 992px){
	section#expertises h3 {
    font-size: 17px;
           font-weight: 600;
	}}

/************************/
/* div#content{
    background: linear-gradient(180deg, #e0f0fe 0%, #e0f0fe 52%, rgb(255 255 255) 72%) !important;
} */

 
section#header-page {
   background: #e0f0fe;
clip-path: ellipse(80% 95% at 50% 0%);
    padding: 100px 0 100px 0;
}

.single-blog h1{
	    padding-bottom: 30px;
	    font-size: 50px !important;
	line-height: 1.1em !important;
	    color: #0666dd;
	font-weight: 600 !important;
	letter-spacing: 0px !important;
/* 	    width: 80% !important; */
}

/* Style spécifique à la page Single Blog */

/* Header Section */
#header-page {
    background: linear-gradient(to right, #34495e, #2c3e50);
    color: #fff;
    padding: 50px 20px;
    text-align: center;
}

#header-page .block-text h1 {
 font-size: 40px;
    margin: 0;
    font-weight: 600 !important;
    color: #0666dd;
	letter-spacing: 0px;
}

#header-page .categories_blog {
    font-size: 16px;
    margin-top: 10px;
    color: #ecf0f1;
}

/* Cover Section */
#cover-blog {
    text-align: center;
    padding: 20px;
    background: #fff;
/*     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

#cover-blog img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Content Section */
#content-blog {
    padding: 40px 20px;
    background: #f3f3f3;
    margin: 30px auto;
    max-width: 75%;
/*     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    border-radius: 50px;
    padding: 60px 30px;}

#content-blog .block-text {
    font-size: 18px;
    color: #2c3e50;
}

#content-blog .post-infos {
    font-size: 14px;
    margin-bottom: 20px;
    color: #7f8c8d;
}

#content-blog .post-infos span {
    margin-right: 10px;
}

/* Related Articles Section */
#related-list {
    background: #f3f3f3
    padding: 40px 20px;
    margin-top: 40px;
    text-align: center;
}

#related-list .block-title h2 {
   font-size: 35px !important;
    color: #0666dd;
    font-weight: 800;
    margin-top: 50px;
    margin-bottom: 35px;
    letter-spacing: 0;
}

#related-list .block-related-item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

#related-list .related-item {
    background: #fff;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    text-align: left;
}

#related-list .related-item img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}

#related-list .block-content {
    font-size: 16px;
    color: #2c3e50;
}

#related-list .block-title h3 {
  font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    word-wrap: break-word;
    margin-bottom: 15px;
	color: #0666dd;
}

#related-list .block-text p {
    font-size: 16px !important;
}


#content-blog .block-text h2 {    
	font-size: 32px !important;
    text-align: left;
    color: #0666dd;
    font-weight: 500;
	margin-top: 50px;
    margin-bottom: 15px;
}

#content-blog .block-text h3 {  
	padding: 15px 0 10px 0;
	font-size: 20px !important;
    text-align: left;
/*     color: #0666dd; */
    font-weight: 500;
 color: #0666dd !important; 
}


#content-blog a, button {
    overflow: visible;
    cursor: pointer;
    font-weight: 800;
	    color: #0666dd;
}


/* Responsive Styles */
@media (max-width: 768px) {
    #header-page .block-text h1 {
        font-size: 28px;
    }

    #content-blog {
        padding: 20px;
    }

    #related-list .block-related-item {
        flex-direction: column;
        align-items: center;
    }
}
section.error-404 {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.error-404 .block-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
section.error-404 h1 {
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: -2px;
    max-width: 499px;
}
.price-bloc {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.error-404 p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.5px;
    max-width: 790px;
    margin: auto;
}


/* Styles pour la section blog */
#content-blog {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  max-width: 1200px;
}

#content-blog .block {
  padding: 20px;
  margin-bottom: 30px;
}

#content-blog .block-text {
  max-width: 800px;
  margin: auto;
}

/* Titres dans la section */
#content-blog h2 {
  font-size: 34px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;

}

#content-blog h3 {
  font-size: 30px;
  font-weight: bold;
  color: #444;
  margin-bottom: 16px;
  
}

#content-blog h4 {
  font-size: 20px;
  font-weight: bold;
  color: #111522;
  margin-bottom: 12px;
  text-transform: capitalize;
}

/* Listes dans la section */
#content-blog ul,
#content-blog ol {
  margin-left: 20px;
  padding-left: 20px;
}

#content-blog li {
  font-size: 18px;
  line-height: 1.3;
  color: #111522;
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
}

#content-blog li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #888;
  font-size: 20px;
  line-height: 1.6;
}

/* Paragraphes dans la section */
#content-blog p {
  font-size: 18px;
  line-height: 1.3;
  color: #444;
  margin-bottom: 16px;
}

/* Infos de post */
#content-blog .post-infos {
  font-size: 16px;
  color: #777;
  margin-bottom: 15px;
}

#content-blog .post-infos svg {
  margin-right: 5px;
  color: #999;
  vertical-align: middle;
}

/* Liens dans la section */
#content-blog a {
  color: #0666dd;
  text-decoration: none;
  font-weight: bold;
}

#content-blog a:hover {
  text-decoration: underline;
  color: #0666dd;
}



.related-item img {
    width: 100% !important;
}
/*page  : Création de sites WordPress  */

.page-id-305 .block-image-texte-subcategorie-container h2 {
    text-align: left !important;
    margin-bottom: 10px !important;
}


.page-id-305 .block-text ul {
    margin-bottom: 22px;
}

.page-id-305 .block-text ul li {
    line-height: 23px;
    margin-bottom: 7px;
}

/* end page  : Création de sites WordPress */

