

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: 'Montserrat', sans-serif; */

@font-face {
    font-family: 'Metropolis';
    src: url(webfonts/Metropolis-Regular.otf);
}
@font-face {
    font-family: 'MetropolisItalic';
    src: url(webfonts/Metropolis-MediumItalic.otf);
}
@font-face {
    font-family: 'MetropolisLightItalic';
    src: url(webfonts/Metropolis-LightItalic.otf);
}


body{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
}
.container {
   /*  max-width: 1400px; */
}
a:hover{
    transition: .3s;
}
html{
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}
.img_slide_images{
    margin-left: 30px;
    margin-right: 30px;
}
.fixed-top{
    background: transparent;
    padding: 25px 15px;
}
.fixed-top.scrolled{
    /* padding: 12px 10px; */
    background: white;
}
.navbar-light .navbar-nav .nav-link{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #3C3C3B;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-light .navbar-nav .nav-link:hover{
    background: linear-gradient(180deg, #64FF9C 0%, #00D3E6 47.59%, #008DF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#introduction .slick-dots li button{
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#introduction .slick-dots li.slick-active{
    border: solid 2px #C4C4C4;
    border-radius: 50%;
}
#introduction .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 2px;
    border: solid 2px #fff;
    border-radius: 50%;
}
#introduction .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #008DF6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 9px;
}
#introduction .slick-dots li button:before{
    opacity: 1;
    color: #C4C4C4;
    font-size: 8px;
    width: 8px;
    height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bloc_right_header{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bloc_right_header a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(138.19deg, #64FF9C -8.2%, #00D3E6 49.32%, #0084F9 97.76%);
    border-radius: 30px;
    padding: 14px 28px;
    border: solid 1px #00D3E6;
    white-space: nowrap;
}
.bloc_right_header a:hover{
    background: white;
    color: #00D3E6;
}
header .current-menu-item a{
    background: linear-gradient(180deg, #64FF9C 0%, #00D3E6 47.59%, #008DF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
header .current-menu-item{
    position: relative;
}
header .navbar-expand-lg .navbar-nav{
    justify-content: space-between;
    width: 100%;
}
header .current-menu-item::after{
    content: "";
    height: 7px;
    width: 7px;
    background: linear-gradient(138.19deg, #64FF9C -8.2%, #00D3E6 49.32%, #0084F9 97.76%);
    position: absolute;
    left: 0px;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    margin: auto;
    border-radius: 50%;
}
.m_top{
    padding-top: 100px;
}
#introduction h1{
    font-family: 'Metropolis';
    font-size: 14px;
    line-height: 30px;
    color: #008DF6;
    margin-bottom: 0px;
}
.texteIntroduction h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #3C3C3B;
}
#introduction{
    margin-top: 9rem;
}
.bloc_avis_intro{
    background: #3C3C3B;
    border-radius: 10px;
    width: 240px;
    padding: 45px 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    margin: auto;
    position: relative;
}
.bloc_avis_intro:before {
    content: "";
    border-top: 0;
    border-right: 23px solid transparent;
    border-bottom: 20px solid #3C3C3B;
    border-left: 22px solid transparent;
    position: absolute;
    right: 40%;
    transform: rotate(180deg);
    bottom: -20px;
}
.bloc_avis_intro p{
    font-family: 'MetropolisLightItalic';
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
}
.bloc_avis_intro h3{
    font-family: 'Metropolis';
    font-size: 12px;
    line-height: 14px;
    color: #00D3E6;
}
.bloc_avis_intro h4{
    font-family: 'Metropolis';
    font-size: 12px;
    line-height: 14px;
    color: #8D8D8D;
}
.row_rs_top{
    margin-top: 4rem;
}
.scroll_down{
    width: 95px;
    height: 95px;
    background: #00D3E6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #00D3E6;
    margin: auto;
    margin-top: 65px;
}
.scroll_down:hover{
    background: white;
    border: solid 1px #00D3E6;
    border-radius: 50%;
}
.scroll_down a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroll_down a:hover{

}
.scroll_down a:hover svg path{
    fill: #00D3E6;
}
.row_rs_top ul{
    list-style: none;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    padding-left: 0;
    justify-content: center;
    left: 0;
    right: 0;
}
.row_rs_top ul li{
    margin-right: 15px;
}
.row_rs_top ul li a:hover svg path{
    fill: #00D3E6;
}
#expertise{
    margin-top: 8rem;
}
#expertise h2, #mission h2, #services h2{
    font-size: 14px;
    line-height: 30px;
    font-family: 'Metropolis';
    color: #008DF6;
    margin-bottom: 0;
}
#expertise h3, #mission h3, #services h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #3C3C3B;
    margin-bottom: 50px;
}
.cont_expertise{
    padding-top: 9rem;
    padding-bottom: 8rem;
    background: rgba(0, 211, 230, 0.1);
}
#expertise p, #mission p{
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #3C3C3B;
    padding-right: 3rem;
}
.lien_expertise{
    display: flex;
    margin-top: 40px;
}
.lien_expertise a{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(138.19deg, #64FF9C -8.2%, #00D3E6 49.32%, #0084F9 97.76%);
    border-radius: 30px;
    padding: 16px 35px;
    border: solid 1px #00D3E6;
}
.lien_expertise a:hover{
    background: white;
    color: #00D3E6;
}
#mission{
    margin-top: 8rem;
}
.probleme h4, .probleme h5{
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #3C3C3B;
}
.probleme{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6rem;
    margin-top: 4rem;
    position: relative;
}
.lien_mission{
    display: flex;
    margin-top: 3rem;
}
.lien_mission a:first-child{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(138.19deg, #64FF9C -8.2%, #00D3E6 49.32%, #0084F9 97.76%);
    border-radius: 30px;
    padding: 16px 35px;
    margin-right: 15px;
    border: solid 1px #00D3E6;
}
.lien_mission a:first-child:hover{
    background: white;
    color: #00D3E6;
}
.lien_mission a:last-child{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: #3C3C3B;
    border-radius: 30px;
    padding: 16px 35px;
    border: solid 1px #3C3C3B;
}
.lien_mission a:last-child:hover{
    background: white;
    color: #3C3C3B;
}

a.devis_dm{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: #3C3C3B;
    border-radius: 30px;
    padding: 16px 35px;
    border: solid 1px #3C3C3B;
    margin-top: 23px;
    display: block;
    width: 240px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}
a.devis_dm:hover{
    background: white;
    color: #3C3C3B;
}


#services{
    margin-top: 10rem;
}
.bloc_icone_service {
    display: flex;
    align-items: end;
    justify-content: center;
    height: 115px;
    margin-bottom: 5px;
    position: relative;
}
.blocs_pic_services h4{
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #3C3C3B;
    min-height: 45px;
    width: 235px;
    margin: auto;
    margin-bottom: 10px;
}
.blocs_pic_services p{
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #3C3C3B;
    padding-left: 2rem;
    padding-right: 2rem;
}
.bloc_txts_services{
    padding-right: 10rem;
    margin-bottom: 15px;
}
#footer_crm{
    margin-top: 8rem;
}
#slide_index .slick-track {
    display: flex;
    align-items: center;
}
#avis h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    color: #3C3C3B;
    text-align: center;
    margin-bottom: 22px;
}
#avis{
    margin-top: 5rem;
    margin-bottom: 6rem;
}
.bloc_info_avis p{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #3C3C3B;
    margin-bottom: 50px;
}
.bloc_info_avis h4{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #3C3C3B;
    margin-top: 40px;
    border-top: 1px solid #EEE9E9;
    padding-top: 25px;
    margin-bottom: 30px;
}
#footer_infos h2{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #3C3C3B;
    margin-bottom: 18px;
}
#footer_infos .collapse:not(.show){
    display: block;
}
#footer_infos .navbar-nav .nav-link{
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif !important;
    color: #B5C6C8;
    padding-bottom: 0px;
    padding-top: 5px;
}
#footer_infos .navbar-nav .nav-link:hover{
    color: #00D3E6;
}
.bloc_1_footer p{
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif !important;
    color: #B5C6C8;
    margin-top: 2.5rem;
}
.bloc_2_footer{
    padding-left: 4rem;
}
.bloc_3_footer{
    padding-left: 4rem;
}
.bloc_4_footer ul{
    padding-left: 0px;
    list-style: none;
}
.bloc_4_footer ul li a{
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif !important;
    color: #B5C6C8;
}
.bloc_4_footer ul li a:hover{
    color: #00D3E6;
}
#footer_infos{
    margin-bottom: 10rem;
}
#sect_newsletter ul{
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
}
#sect_newsletter ul li{
    margin-right: 15px;
}
#sect_newsletter ul li a:hover svg path {
    fill: #00D3E6;
}
.right_newsletter{
    display: flex;
    align-items: center;
}
#sect_newsletter h2{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #3C3C3B;
    position: absolute;
    top: 14px;
}
#sect_newsletter form {
    position: relative;
}
#sect_newsletter input[type="submit"] {
    background: url(images/send_newsletter_crm.png) center center;
    text-indent: -9999px;
    box-shadow: none;
    font-size: 0px;
    max-width: 150px;
    width: 50px;
    height: 42px;
    padding: 0px;
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}
#sect_newsletter .form-control{
    background: #E6FBFD;
    border: solid 1px #E6FBFD;
    border-radius: 0px;
    height: 43px;
    padding-left: 35px;
    font-size: 12px;
}
#sect_newsletter .form-control:focus{
    background: #E6FBFD;
    border: solid 1px #E6FBFD;
    border-radius: 0px;
    height: 43px;
    outline: none;
    box-shadow: none;
}
#sect_newsletter .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 400;
    font-size: 12px;
    line-height: 182.5%;
    color: #B5C6C8;
    opacity: 1; /* Firefox */
}
  
#sect_newsletter .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 400;
    font-size: 12px;
    line-height: 182.5%;
    color: #B5C6C8;
}
  
#sect_newsletter .form-control::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 400;
    font-size: 12px;
    line-height: 182.5%;
    color: #B5C6C8;
}
#sect_newsletter .wpcf7-spinner{
    display: none;
}
.title_newsletter{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
#signature{
    margin-top: 2rem;
    padding-top: 10px;
    padding-bottom: 10px;
}
.left_signature p{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 182%;
    font-family: 'Poppins', sans-serif !important;
    color: #B5C6C8;
}
#signature .collapse:not(.show){
    display: contents;
    flex-basis: unset;
}
#signature .navbar-nav{
    flex-direction: initial;
}
.right_signature{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.left_signature{
    display: flex;
    align-items: center;
}
#signature .navbar-nav .nav-link{
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    color: #B4B4B4;
    padding-right: 15px;
}
#signature .navbar-nav .nav-link:hover{
    color: #00D3E6;
}
.right_signature a{
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    color: #B4B4B4;
    position: relative;
}
.right_signature a:hover{
    color: #00D3E6;
}
.right_signature a:hover svg path{
    fill: #00D3E6;
}
.right_signature li a::after{
    background: #B4B4B4;
    content: "";
    display: inline-block;
    height: 15px;
    position: absolute;
    top: -3px;
    width: 1px;
    bottom: 0;
    margin: auto;
    right: 7px;
}
.left_newsletter{
    display: flex;
    align-items: center;
}
#avis .slick-dots li {
    width: 75px;
    height: 65px;
}
.myslider__img{
    display: none !important;
}
#avis li.slick-active img{
    border: 3px solid #00D3E6;
    border-radius: 50%;
    opacity: 1;
    position: relative;
}
#avis li.slick-active img::after{
    content: '';
    background: rgba(60, 60, 59, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#avis .slick-dots{
    position: initial;
}
#avis li img{
    opacity: 0.3;
}
#Horaires{
    margin-bottom: 85px;
}
.bloc_avis_intro p a{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Metropolis';
    color: #00D3E6;
}
.bloc_avis_intro p a:hover{
    color: white;
}
#Horaires .bloc_avis_intro {
    padding-bottom: 1px;
    padding-top: 38px;
}
#Horaires .bloc_avis_intro p {
    margin-bottom: 29px;
}
#introduction .slick-dots{
    transform: rotate(90deg);
    left: -25%;
    right: unset;
    width: unset;
    top: 22%;
    bottom: unset;
}
#nos_accompagnements{
    margin-top: 4rem;
    margin-bottom: 7rem;
}
#nos_accompagnements h1{
    font-family: 'Metropolis';
    font-size: 14px;
    line-height: 30px;
    color: #008DF6;
    margin-bottom: 0;
}
#nos_accompagnements h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #3C3C3B;
    margin-bottom: 35px;
    white-space: pre-line;
    padding-right: 3rem;
}
#nos_accompagnements p{
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #3C3C3B;
    white-space: pre-line;
}
.lien_nosAcc{
    display: flex;
    margin-top: 42px;
}
.lien_nosAcc a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(138.19deg, #64FF9C -8.2%, #00D3E6 49.32%, #0084F9 97.76%);
    border-radius: 30px;
    padding: 14px 28px;
    border: solid 1px #00D3E6;
}
.lien_nosAcc a:hover{
    color: #00D3E6;
    background: white;
}
.cont_nos_accomp{
    background: rgba(0, 211, 230, 0.1);
    padding-top: 5rem;
    padding-left: 8rem;
    padding-bottom: 100px;
}
.img_nos_accp img{
    margin-top: 6rem;
}
.img_design{
    position: absolute;
    left: 8px;
    z-index: -1;
}
#consultant h2{
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Metropolis';
    color: #008DF6;
    margin-bottom: 0;
}
#consultant h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #3C3C3B;
    margin-bottom: 30px;
}
#consultant p{
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #3C3C3B;
}
.img_cons{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
    position: relative;
}
.img_cons img{
    position: absolute;
    bottom: -190px;
}
.text_cons{
    padding-left: 0;
}
#resultats{
    background: #F7FEFF;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
    margin-top: 3rem;
}
#resultats h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 47px;
    color: #3C3C3B;
    margin-bottom: 12px;
}
#resultats p{
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #3C3C3B;
}
.paragraphe1_result{
    margin-bottom: 25px;
    width: 755px;
}
.lien_sesult{
    display: flex;
    margin-top: 4rem;
}
.lien_sesult a:first-child{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(138.19deg, #64FF9C -8.2%, #00D3E6 49.32%, #0084F9 97.76%);
    border-radius: 30px;
    padding: 14px 40px;
    border: solid 1px #00D3E6;
    margin-right: 15px;
}
.lien_sesult a:first-child:hover{
    background: white;
    color: #00D3E6;
}
.lien_sesult a:last-child{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: #3C3C3B;
    border-radius: 30px;
    padding: 14px 40px;
    border: solid 1px #3C3C3B;
}
.lien_sesult a:last-child:hover{
    background: white;
    color: #3C3C3B;
}
#support{
    margin-top: 6rem;
}
#support h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #3C3C3B;
    margin-bottom: 50px;
}
#support h3{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Metropolis';
    color: #008DF6;
    min-height: 90px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #008DF6;
}
#support h3 span{
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    background: linear-gradient(180deg, #64FF9C 0%, #00D3E6 53.84%, #008DF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 20px;
    min-width: 57px;
}
.bloc_contrat{
    padding-left: 25px;
    padding-right: 25px;
}
#commençont{
    margin-top: 7rem;
    margin-bottom: 12rem;
}
#commençont h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    color: #3C3C3B;
    width: 870px;
    margin: auto;
    margin-top: 5rem;
}
.lien_cmc{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}
.lien_cmc a{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(138.19deg, #64FF9C -8.2%, #00D3E6 49.32%, #0084F9 97.76%);
    border-radius: 30px;
    padding: 14px 40px;
    border: solid 1px #00D3E6;
}
.lien_cmc a:hover{
    background: white;
    color: #00D3E6;
}
.img_design_client{
    position: absolute;
    z-index: -1;
    bottom: -145px;
    width: 100%;
}
#comptabilite h2{
    font-family: 'Metropolis';
    font-size: 14px;
    line-height: 30px;
    color: #008DF6;
    margin-bottom: 0;
}
#comptabilite h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #3C3C3B;
    margin-bottom: 40px;
}
#comptabilite h4{
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Metropolis';
    color: #008DF6;
    border-bottom: 1px solid #008DF6;
    margin-bottom: 25px;
    margin-top: 15px;
}
#comptabilite p{
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #3C3C3B;
}
.bloc_icone_compt{
    width: 11%;
}
.bloc_txt_compt{
    padding-left: 0;
    margin-bottom: 2rem;
}
.lien_gestion{
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}
#comptabilite h5{
    font-weight: 700;
    font-size: 24px;
    line-height: 47px;
    color: #3C3C3B;
    text-align: center;
    margin-bottom: 0;
}
.row_compt{
    margin-bottom: 4rem;
}
#savoir{
    margin-top: 6rem;
    background: #F7FEFF;
    padding-top: 5rem;
    padding-bottom: 3rem;
    margin-bottom: 6rem;
}
#savoir h2, #faq h2{
    font-family: 'Metropolis';
    font-size: 14px;
    line-height: 30px;
    color: #008DF6;
    margin-bottom: 0;
}
#savoir h3, #faq h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #3C3C3B;
    margin-bottom: 40px;
}
#savoir h4{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Metropolis';
    color: #008DF6;
    min-height: 75px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #008DF6;
}
#savoir h4 span{
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    background: linear-gradient(180deg, #64FF9C 0%, #00D3E6 53.84%, #008DF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 20px;
    min-width: 55px;
}
#savoir p,#savoir li{
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #3C3C3B;
}
#savoir p strong{
    font-weight: 700;
}


#service_marketing{
    margin-top: 6rem;
    background: white;
    padding-top: 5rem;
    padding-bottom: 3rem;
    margin-bottom: 6rem;
}
#service_marketing h2, #faq h2{
    font-family: 'Metropolis';
    font-size: 14px;
    line-height: 30px;
    color: #008DF6;
    margin-bottom: 0;
}
#service_marketing h3, #faq h3{
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #3C3C3B;
    margin-bottom: 40px;
}
#service_marketing h4{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Metropolis';
    color: #008DF6;
    min-height: 75px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #008DF6;
}
#service_marketing h4 span{
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    background: linear-gradient(180deg, #64FF9C 0%, #00D3E6 53.84%, #008DF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 20px;
    min-width: 55px;
}
#service_marketing p,#service_marketing li{
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #3C3C3B;
}
#service_marketing p strong{
    font-weight: 700;
}

.right_pad{
    padding-right: 60px;
    margin-bottom: 6rem;
}
.left_pad{
    padding-left: 60px;
    margin-bottom: 6rem;
}
#faq h4{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Metropolis';
    color: #008DF6;
    border-bottom: 1px solid #008DF6;
    height: 55px;
}
#faq p{
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #3C3C3B;
}
#faq p strong{
    font-weight: 700;
}
#faq{
    margin-bottom: 14rem;
}
.page-template-template-support .lien_nosAcc {
    margin-top: 75px;
}
.row_txtSuppo{
    margin-top: 2rem;
}
.page-template-template-support #savoir{
    background: white;
    margin-top: 15rem;
}
.page-template-template-support #service_marketing{
    background: white;
    margin-top: 15rem;
}

.img_design_support{
    position: absolute;
    top: -180px;
}
.page-template-template-support .left_pad, .page-template-template-support .right_pad{
    margin-bottom: 2rem;
}
.lien_support{
    display: flex;
    align-items: center;
    justify-content: center;
}
.lien_support a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(138.19deg, #64FF9C -8.2%, #00D3E6 49.32%, #0084F9 97.76%);
    border-radius: 30px;
    padding: 14px 28px;
    border: solid 1px #00D3E6;
}
.lien_support a:hover{
    background: white;
    color: #00D3E6;
}
#amelioration{
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8rem;
}
#amelioration::after{
    content: '';
    background: rgba(0, 211, 230, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.txt_amelio{
    z-index: 99;
}
.txt_amelio h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    color: #FFFFFF;
    white-space: pre-line;
}
.txt_philosophie p{
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #3C3C3B;
    margin-top: 12px;
    margin-bottom: 45px;
}
.page-template-template-support #comptabilite{
    margin-bottom: 12rem;
}
#contactez_nous{
    margin-top: 7rem;
}
#contactez_nous h1{
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Metropolis';
    color: #008DF6;
    margin-bottom: 0;
}
#contactez_nous h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #3C3C3B;
    margin-bottom: 25px;
}
#contactez_nous form p{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #2E2E2F;
    margin-bottom: 12px;
}
#contactez_nous form .form-control{
    border-radius: 0px;
    background: #F1FAFB;
    height: 52px;
    border: solid 1px #F1FAFB;
    font-size: 12px;
    margin-bottom: 20px;
}
#contactez_nous form .form-control:focus{
    border-radius: 0px;
    background: #F1FAFB;
    height: 52px;
    border: solid 1px #F1FAFB;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
}
.bloc_form_ctc{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 12px;
}
#contactez_nous form h3{
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #202023;
    margin-bottom: 35px;
}
#contactez_nous form .wpcf7-submit{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(138.19deg, #64FF9C -8.2%, #00D3E6 49.32%, #0084F9 97.76%);
    border-radius: 30px;
    padding: 13px 55px;
    border: solid 1px #00D3E6;
}
#contactez_nous form .wpcf7-submit:hover{
    background: white;
    color: #00D3E6;
}
.wpcf7-select{
    position: relative;
}
.wpcf7-select::after{
    background: url(images/select_form.png) center center;
    position: absolute;
    top: 5px;
    left: 18px;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    content: "";
    font-weight: 900;
    border-left: 0px solid #f8f8f8;
    border-radius: 0px;
    font-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
}
.custom-file-label {
    width: 96%;
    position: absolute;
    top: 32px;
    height: 52px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    display: flex;
    align-items: center;
    padding-left: 57px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #2E2E2F;
    background: #fff;
    border: 2px dashed #00c3ea;
    cursor: pointer;
    background: #fff;
    background-clip: padding-box;
    border-radius: 10px;
    
}
.custom-file-label::after {
    background: url(images/upload_crm.png) center center;
    position: absolute;
    top: 5px;
    left: 18px;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    content: "";
    font-weight: 900;
    border-left: 0px solid #f8f8f8;
    border-radius: 0px;
    font-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
}
.wpcf7-file{
    background: white !important;
    border: none !important;
}
.custom-file {
    position: relative;
}
#contactez_nous form h4{
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #2E2E2F;
}
.custom-file .wpcf7-form-control-wrap {
    top: 13px;
}
.wpcf7 input[type="file"] {
    margin-bottom: 2px !important;
}
.page-id-67 #contactez_nous form h3 {
    margin-bottom: 28px;
}
#content_page_statique{
    margin-top: 5rem;
}
#content_page_statique h1{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #313030;
    display: inline-block;
    margin-right: 16px;
    background: white;
    position: relative;
    margin-bottom: 25px;
}
#content_page_statique h1::after{
    content: "";
    position: absolute;
    width: 120px;
    height: 5px;
    background: linear-gradient(138.19deg, #64FF9C -8.2%, #00D3E6 49.32%, #0084F9 97.76%);
    top: 58%;
    transform: translateY(-50%);
    transition: .5s;
    z-index: -1;
    left: 436px;
}
#content_page_statique p{
    font-weight: 400;
    font-size: 14px;
    line-height: 118.5%;
    color: #2E2E2F;
    white-space: pre-line;
}
#content_page_statique h2{
    font-weight: 700;
    font-size: 14px;
    line-height: 118.5%;
    color: #2E2E2F;
}
#content_page_mention{
    margin-top: 7rem;
}
#content_page_mention h2{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #313030;
    display: inline-block;
    margin-right: 16px;
    background: white;
    position: relative;
    margin-bottom: 25px;
    padding-right: 25px;
}
#content_page_mention h2::after{
    content: "";
    position: absolute;
    width: 120px;
    height: 5px;
    background: linear-gradient(138.19deg, #64FF9C -8.2%, #00D3E6 49.32%, #0084F9 97.76%);
    top: 58%;
    transform: translateY(-50%);
    transition: .5s;
    z-index: -1;
}
.bloc_txt_contenu ul{
    list-style: none;
    padding-left: 2px;
}
.bloc_txt_contenu ul li, .bloc_txt_contenu ul li a{
    font-weight: 400;
    font-size: 13px;
    line-height: 29px;
    color: #313030;
}
.bloc_txt_contenu ul li a:hover{
    color: #00D3E6;
}
.bloc_txt_contenu ul li strong{
    font-weight: 700;
}
.img_mC{
    margin-top: 18rem;
}
.num_services{
    background: linear-gradient(180deg, #00D3E6 0%, #008DF6 99.99%, rgba(0, 211, 230, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 18px;
}
.bloc_num_serv{
    position: absolute;
    top: -8px;
    right: 104px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.probleme img{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -82px;
}
.bloc_txt_ms{
    margin-bottom: 5rem;
}
.bloc_design_ser{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -90px;
}
.blocs_pic_services{
    margin-top: 5rem;
}
.bloc_pic_ann{
    position: absolute;
    right: 0;
    top: -144px;
}
.img_des_prob{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -82px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#notre_expertises{
    position: absolute;
    top: -100px;
}

.line3.activeL
{
	stroke-dasharray:3200;
	stroke-dashoffset:3200;
	animation: dashO 4s linear forwards;
}


#service_marketing .right_side_img,#services .right_side_img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
}

#service_marketing .right_side_img h3,#service_marketing .right_side_img p{
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 80%;
}

#services .right_side_img h3,#services .right_side_img p{
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

#service_marketing .right_side_img h3,#services .right_side_img h3{
    margin-bottom: 20px;
}

#service_marketing .right_side_img p,#services .right_side_img p{
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
}


#service_marketing .right_side_img::after,#services .right_side_img::after{
    background: linear-gradient(138.19deg, rgba(100, 255, 156, 0.3) -8.2%, rgba(0, 211, 230, 0.3) 49.32%, rgba(0, 132, 249, 0.3) 97.76%);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

#service_marketing .right_side_img .content_div,#services .right_side_img .content_div{
    z-index: 99;  
}


.separateur{
    height: 193px;
    width: 100%;
    background-position: center;
    background-image: url('/wp-content/themes/crm/images/line.svg');
    background-repeat: no-repeat;
    background-size: cover;
}


@keyframes dashO {
    to {
      stroke-dashoffset: 0;
    }
}


.line1
{
	stroke-dasharray:4000;
	stroke-dashoffset:4000;
	animation: dash 5s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.line2.active{
	stroke-dasharray:4000;
	stroke-dashoffset:4000;
	animation: dashh 2s linear forwards;
}
@keyframes dashh {
    to {
      stroke-dashoffset: 0;
    }
  }


.myslider__items{
    padding-left: 15px;
    padding-right: 15px;
}

#content_page_statique p a{
    color: #2E2E2F;
}
#content_page_statique p a:hover{
    background: linear-gradient(180deg, #64FF9C 0%, #00D3E6 47.59%, #008DF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-id-14 h1{
    display: none !important;
}
#aider h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #3C3C3B;
    margin-bottom: 6rem;
}
#aider{
    margin-top: 7rem;
    margin-bottom: 9rem;
}
#aider h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 47px;
    color: #575756;
    text-align: center;
}
.bloc_img_aider {
    display: flex;
    align-items: end;
    justify-content: center;
    height: 85px;
    margin-bottom: 18px;
    margin-top: 3rem;
}

.customed_title{
    font-size: 36px!important;
}





@media(max-width:767.98px){
    .right_side_img{
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}
@media(max-width:374.98px){
    .right_side_img{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
@media screen and (min-width: 320px) and (max-width: 700px){
    #aider h2 {
        font-size: 21px;
        margin-bottom: 1rem;
        text-align: center;
        line-height: unset;
    }
    #aider {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .bloc_img_aider img{
        width: 65px;
    }
    .bloc_img_aider {
        margin-bottom: 13px;
        margin-top: 0rem;
    }
    #aider h3 {
        font-size: 12px;
        line-height: 22px;
        text-align: center;
    }
    .bloc_num_serv{
        display: none;
    }
    .cn-close-icon {
        display: none;
    }
    #commençont h2 {
        font-size: 16px;
        width: unset;
        margin-top: 2rem;
        line-height: 30px;
    }
    .img_design {
        width: 255px;
    }
    .cont_nos_accomp {
        padding-top: 4rem;
        padding-left: 15px;
        padding-bottom: 70px;
    }
    .bloc_right_header{
        display: none;
    }
    .bloc_btn_header{
        align-items: center;
        justify-content: flex-end;
    }
    .navbar-light .navbar-toggler-icon{
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-light .navbar-toggler {
        outline: none;
        box-shadow: none;
    }
    .bloc_menu #navbarSupportedContent{
        margin-top: 22px;
    }
    .navbar-toggler {
        border: 0px solid transparent;
    }
    #content_page_statique h1::after{
        left: 0;
    }
    #nos_accompagnements h2 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-right: 0;
    }
    .fixed-top {
        padding-left: 0;
        padding-right: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        background: white;
    }
    .custom-file-label{
        width: 93%;
    }
    #nos_accompagnements {
        margin-top: 0rem;
        text-align: center;
        margin-bottom: 0rem;
    }
    .page-template-template-support .lien_nosAcc {
        margin-top: 30px;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }
    .lien_nosAcc a {
        font-size: 14px;
    }
    .page-template-template-support #savoir {
        margin-top: 3rem;
        padding-top: 0rem;
    }
    #savoir h3, #faq h3 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 15px;
        text-align: center;
    }
    #savoir h4 {
        font-size: 13px;
        line-height: 20px;
        min-height: 60px;
    }
    #savoir h4 span {
        font-size: 28px;
        line-height: 40px;
        margin-right: 12px;
    }

    .page-template-template-support #service_marketing {
        margin-top: 3rem;
        padding-top: 0rem;
    }
    #service_marketing h3, #faq h3 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 15px;
        text-align: center;
    }
    #service_marketing h4 {
        font-size: 13px;
        line-height: 20px;
        min-height: 60px;
    }
    #service_marketing h4 span {
        font-size: 28px;
        line-height: 40px;
        margin-right: 12px;
    }
    .page-template-template-support .left_pad, .page-template-template-support .right_pad {
        margin-bottom: 1rem;
    }
    .right_pad {
        padding-right: 15px;
        margin-bottom: 1rem;
    }
    .left_pad {
        padding-left: 15px;
        margin-bottom: 1rem;
    }
    #savoir {
        margin-bottom: 0rem;
        margin-top: 2rem;
        padding-top: 3rem;
    }
    #savoir p, #savoir li {
        font-size: 12px;
    }

    #service_marketing {
        margin-bottom: 0rem;
        margin-top: 2rem;
        padding-top: 3rem;
    }
    #service_marketing p, #service_marketing li {
        font-size: 12px;
    }
    .lien_support a {
        font-size: 14px;
    }
    .txt_amelio h2 {
        font-size: 16px;
        line-height: 28px;
    }
    #amelioration {
        height: 360px;
        margin-bottom: 0;
    }
    #comptabilite h3 {
        font-size: 16px;
        margin-bottom: 22px;
        line-height: 28px;
    }
    #comptabilite{
        padding-top: 25px;
    }
    .page-template-template-support #comptabilite {
        padding-top: 3rem;
        margin-bottom: 4rem;
    }
    .lien_cmc a {
        font-size: 14px;
    }
    #avis h2 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .bloc_info_avis p {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .bloc_info_avis h4 {
        font-size: 16px;
        margin-top: 25px;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    #avis {
        margin-bottom: 2rem;
    }
    #footer_infos{
        text-align: center;
        margin-bottom: 2rem;
    }
    .bloc_1_footer img{
        width: 200px;
    }
    .bloc_1_footer p {
        font-size: 12px;
        margin-top: 1.5rem;
    }
    .bloc_2_footer {
        padding-left: 15px;
    }
    #footer_infos .navbar-nav .nav-link {
        font-size: 12px;
        padding-bottom: 0px;
        padding-top: 0;
    }
    #footer_infos h2 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .bloc_1_footer, .bloc_2_footer{
        margin-bottom: 20px;
    }
    .bloc_3_footer {
        padding-left: 15px;
        margin-top: 20px;
    }
    .bloc_4_footer{
        margin-top: 20px;
    }
    .right_newsletter {
        justify-content: center;
    }
    .left_newsletter {
        justify-content: center;
    }
    .left_signature {
        justify-content: center;
    }
    .right_signature {
        justify-content: center;
        flex-direction: column;
    }
    .img_slide_images {
        margin-left: 10px;
        margin-right: 10px;
        width: 120px;
    }
    #commençont {
        margin-bottom: 4rem;
        margin-top: 3rem;
    }
    #footer_crm {
        margin-top: 3rem;
    }
    .bloc_icone_compt {
        width: 28%;
    }
    .bloc_icone_compt img{
        width: 78px;
    }
    #comptabilite h4 {
        font-size: 13px;
        margin-bottom: 12px;
        margin-top: 15px;
        line-height: 20px;
    }
    #savoir h2, #faq h2{
        text-align: center;
    }

    #service_marketing h2, #faq h2{
        text-align: center;
    }
    #comptabilite p {
        font-size: 12px;
        line-height: 20px;
    }
    .bloc_txt_compt {
        padding-left: 0;
        margin-bottom: 0rem;
    }
    .texteIntroduction h2 {
        font-size: 21px;
        line-height: 28px;
    }
    #introduction {
        margin-top: 0rem;
        height: calc(100vh - 0px);
        display: flex;
        align-items: center;
    }
    .bloc_avis_intro {
        width: 240px;
        padding: 20px 15px;
        padding-right: 15px;
        padding-bottom: 20px;
        text-align: center;
        display: none;
    }
    .row_rs_top ul{
        display: none;
    }
    .row_rs_top{
        margin-top: 0;
    }
    .scroll_down{
        margin-bottom: 40px;
       /* display: none; */
    }
    .bloc_pic_ann{
        position: absolute;
        right: 0;
        top: -144px;
        top: 0;
        width: 100%;
        max-height: 100vh;
        min-height: 100vh;
        overflow: hidden;
    }
    #expertise {
        margin-top: 2rem;
    }
    .cont_expertise {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    #expertise h3, #mission h3, #services h3 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    #expertise p, #mission p {
        font-size: 12px;
        line-height: 22px;
        padding-right: 15px;
    }
    .lien_expertise {
        margin-top: 22px;
        margin-bottom: 25px;
        align-items: center;
        justify-content: center;
    }
    .cont_expertise{
        text-align: center;
    }
    .lien_expertise a {
        font-size: 14px;
        padding: 14px 30px;
    }
    #mission {
        margin-top: 2rem;
        text-align: center;
    }
    .bloc_txt_ms {
        margin-bottom: 0;
    }
    .probleme {
        margin-bottom: 1rem;
        margin-top: 1rem;
        display: none;
    }
    .probleme h4, .probleme h5 {
        font-size: 13px;
    }
    .lien_mission a:first-child {
        font-size: 14px;
        padding: 16px 10px;
    }
    .lien_mission a:last-child {
        font-size: 14px;
        padding: 16px 10px;
    }
    a.devis_dm{
        font-size: 14px;
        padding: 16px 10px;
    }
    .lien_mission {
        margin-top: 2rem;
        justify-content: center;
    }
    #services {
        margin-top: 2rem;
        text-align: center;
    }
    #consultant{
        text-align: center;
    }
    .bloc_txts_services {
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .bloc_icone_service {
        height: 90px;
        margin-bottom: 0;
    }
    .bloc_icone_service img{
        width: 100px;
    }
    .blocs_pic_services h4 {
        font-size: 14px;
        line-height: 22px;
        min-height: 25px;
        width: unset;
        margin: auto;
        margin-bottom: 10px;
    }
    .blocs_pic_services p {
        font-size: 12px;
    }
    .lien_nosAcc {
        margin-top: 20px;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }
    .img_nos_accp img {
        margin-top: 3rem;
    }
    #consultant h2 {
        font-size: 13px;
        margin-top: 2rem;
    }
    .img_cons img {
        position: initial;
    }
    #consultant h3 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .text_cons {
        padding-left: 15px;
    }
    #consultant p {
        font-size: 12px;
    }
    .img_cons {
        justify-content: center;
        padding-right: 12px;
    }
    .paragraphe1_result {
        width: unset;
    }
    .lien_sesult {
        display: flex;
        margin-top: 2rem;
        align-items: center;
        justify-content: center;
    }
    #resultats h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    #resultats p {
        font-size: 12px;
    }
    #resultats {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
        text-align: center;
    }
    .lien_sesult a:last-child, .lien_sesult a:first-child {
        font-size: 13px;
        padding: 14px 15px;
    }
    #support h2 {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 15px;
        text-align: center;
    }
    #support {
        margin-top: 2rem;
    }
    #support h3 {
        font-size: 13px;
        min-height: 70px;
    }
    #support h3 span {
        font-size: 30px;
        margin-right: 12px;
    }
    #comptabilite h5 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .row_compt {
        margin-bottom: 2rem;
    }
    #faq {
        margin-bottom: 2rem;
        text-align: center;
    }
    #faq p {
        font-size: 12px;
        line-height: 21px;
    }
    #faq h4 {
        font-size: 14px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #contactez_nous {
        margin-top: 0;
    }
    #contactez_nous h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
        text-align: center;
    }
    #contactez_nous h1 {
        font-size: 13px;
        line-height: 30px;
        margin-bottom: 0;
        text-align: center;
        margin-top: 15px;
    }
    #content_page_mention {
        margin-top: 25px;
        text-align: center;
    }
    #content_page_mention h2::after{
        display: none;
    }
    #content_page_mention h2 {
        font-size: 15px;
        margin-right: 0px;
        margin-bottom: 12px;
        padding-right: 0;
        margin-top: 25px;
    }
    .bloc_txt_contenu ul li, .bloc_txt_contenu ul li a {
        font-size: 12px;
        line-height: 26px;
    }
    .img_mC {
        margin-top: 0;
    }
    #content_page_statique h1 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    #content_page_statique p {
        font-size: 13px;
        line-height: 27px;
    }
    #content_page_statique {
        margin-top: 1rem;
    }
    .img_des_prob{
        display: none;
    }
    .bloc_design_ser{
        display: none;
    }
    .bloc_num_serv {
        right: 122px;
    }
    .blocs_pic_services {
        margin-top: 0rem;
    }
    .crm_header_logo{
        width: 150px;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    #aider h2 {
        font-size: 22px;
        line-height: 47px;
        margin-bottom: 2rem;
    }
    #aider {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }
    #aider h3 {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
    }
    .bloc_pic_ann{
        display: none;
    }
    .texteIntroduction h2 {
        font-size: 20px;
        line-height: 32px;
    }
    #introduction {
        margin-top: 20px;
    }
    .cont_expertise {
        padding-top: 4rem;
        padding-bottom: 5rem;
    }
    #expertise h3, #mission h3, #services h3 {
        font-size: 21px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .probleme{
        display: none;
    }
    .bloc_txt_ms {
        margin-bottom: 0;
    }
    .row_annim_pro{
        width: 100%;
    }
    #services {
        margin-top: 6rem;
    }
    .bloc_design_ser{
        display: none;
    }
    .blocs_pic_services {
        margin-top: 1rem;
        width: 100%;
    }
    .bloc_num_serv {
        right: 52px;
    }
    .img_slide_images {
        width: 100px;
    }
    #avis h2 {
        font-size: 26px;
        line-height: 47px;
        margin-bottom: 10px;
    }
    .bloc_1_footer img{
        width: 185px;
    }
    .bloc_4_footer ul li a {
        font-size: 12px;
    }
    #footer_infos h2 {
        font-size: 13px;
    }
    #footer_infos .navbar-nav .nav-link {
        font-size: 12px;
    }
    .bloc_1_footer p {
        font-size: 12px;
    }
    #footer_infos {
        margin-bottom: 3rem;
    }
    .right_newsletter {
        width: 70%;
        justify-content: flex-end;
    }
    .left_newsletter{
        width: 30%;
    }
    .right_signature{
        width: 80%;
        justify-content: flex-end;
    }
    .left_signature{
        width: 20%;
    }
    #signature .navbar-nav .nav-link{
        font-size: 12px;
    }
    .left_signature p {
        font-size: 11px;
    }
    .right_signature a {
        font-size: 12px;
    }
    .bloc_right_header{
        display: none;
    }
    .bloc_logo_header{
        width: 50%;
    }
    .fixed-top {
        background: white;
    }
    .cont_nos_accomp {
        padding-top: 3rem;
        padding-left: 3rem;
        padding-bottom: 60px;
    }
    #nos_accompagnements h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 35px;
        padding-right: 2rem;
    }
    #consultant h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 22px;
    }
    #nos_accompagnements {
        margin-bottom: 3rem;
    }
    .img_cons img {
        position: initial;
    }
    .paragraphe1_result {
        width: unset;
    }
    #resultats h4 {
        font-size: 20px;
    }
    #support h2 {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 50px;
        text-align: center;
    }
    .row_accom{
        width: 100%;
    }
    #support h3 span {
        font-size: 35px;
        min-width: 45px;
    }
    #support h3 {
        font-size: 13px;
        min-height: 80px;
    }
    #commençont h2 {
        font-size: 17px;
        line-height: 20px;
        width: unset;
        margin-top: 3rem;
    }
    #comptabilite h3 {
        font-size: 23px;
        line-height: 35px;
        margin-bottom: 40px;
    }
    #comptabilite h5 {
        font-size: 17px;
    }
    #savoir h3, #faq h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 22px;
    }

    #service_marketing h3, #faq h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 22px;
    }
    .left_pad {
        padding-left: 20px;
        margin-bottom: 2rem;
    }
    .right_pad {
        padding-right: 20px;
        margin-bottom: 2rem;
    }
    #savoir h4 {
        font-size: 13px;
    }
    #savoir h4 span{
        font-size: 32px;
    }
    #savoir p, #savoir li {
        font-size: 12px;
    }

    #service_marketing h4 {
        font-size: 13px;
    }
    #service_marketing h4 span{
        font-size: 32px;
    }
    #service_marketing p, #service_marketing li {
        font-size: 12px;
    }
    #faq h4 {
        font-size: 13px;
        height: 75px;
    }
    #faq p {
        font-size: 12px;
    }
    #faq {
        margin-bottom: 5rem;
    }
    .bloc_form_ctc {
        width: 40%;
    }
    #contactez_nous {
        margin-top: 0;
    }
    #contactez_nous .col-sm-5{
        width: 60%;
    }
    #contactez_nous h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .page-template-template-support #savoir {
        margin-top: 2rem;
    }

    .page-template-template-support #service_marketing {
        margin-top: 2rem;
    }
    .txt_amelio h2 {
        font-size: 20px;
        line-height: 35px;
    }
    #amelioration {
        height: 300px;
        margin-bottom: 0rem;
    }
    .bloc_btn_header{
        display: flex !important;
        width: 50%;
        align-items: center;
        justify-content: flex-end;
    }
    .navbar-light .navbar-toggler-icon{
        background-image: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #content_page_mention {
        margin-top: 3rem;
    }
    #content_page_mention h2 {
        font-size: 12px;
        margin-bottom: 25px;
        padding-right: 15px;
    }
    .bloc_txt_contenu ul li, .bloc_txt_contenu ul li a {
        font-size: 12px;
    }
    .img_mC {
        margin-top: 0rem;
    }
    #content_page_statique {
        margin-top: 2rem;
    }
    #content_page_statique h1::after{
        display: none;
    }
    #content_page_statique h1 {
        font-size: 16px;
    }
    #content_page_statique p {
        font-size: 13px;
    }
    #content_page_statique h2 {
        font-size: 13px;
    }









}

