/*
Theme Name: Page Builder Framework Child
Theme URI: https://wp-pagebuilderframework.com
Template: page-builder-framework
Author: David Vongries
Author URI: https://mapsteps.com
Description: Page Builder Framework is a super fast, lightweight (less than 50kb on the frontend) and highly customizible WordPress theme made to work with all page builders such as Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, Thrive Architect, Brizy and more. It can be daunting to look for the perfect theme to pair with the page builder you love. Page Builder Framework is the only theme that has been specifically created for Page Builders. It has been written from ground up with SEO in mind, is 100% Gutenberg compatible and follows the latest web standards (HTML5 and schema.org markup). With its minimalistic approach and lots of customization options in the WordPress customizer, it enables you to build almost any type of website such as a Blog, Portfolio website, Agency website or WooCommerce storefront. Agency owners and Developers love Page Builder Framework for its flexibility and extendability when it comes to building outstanding client websites. If you’re not a coder, don’t worry! With endless options in the WordPress customizer it’s the perfect fit for users at any skill level. Are you using a Page Builder and still looking for the perfect theme? Look no further.
Tags: one-column,two-columns,left-sidebar,right-sidebar,custom-colors,custom-menu,featured-images,full-width-template,custom-logo,custom-background,threaded-comments,translation-ready,blog,news,e-commerce,theme-options,block-styles,wide-blocks
Version: 2.11.0.9.1721315240
Updated: 2024-07-18 15:07:20

*/


*, body {
   font-family: "Jost", sans-serif;
}
:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: none;
}
html {
  scroll-behavior: smooth;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.bande-oblique.bande-footer {
    bottom: 0px;
    top: initial;
    z-index: 1;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0);
    width: 100%;
    height: 65px;
    position: relative;
    background: linear-gradient(45deg, #ff5500, #fef200);
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  opacity: .2;
}
.lines .line:nth-child(1) {
  margin-left: -40%;
}
.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#load-more button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073e6;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

#load-more button:hover {
    background-color: #005bb5;
}


.lines .line:nth-child(2) {
  margin-left: -20%;
}
.lines .line:nth-child(2)::after {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.lines .line:nth-child(3) {
  margin-left: 0%;
}
.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.lines .line:nth-child(4) {
  margin-left: 20%;
}
.lines .line:nth-child(4)::after {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.lines .line:nth-child(5) {
  margin-left: 40%;
}
.lines .line:nth-child(5)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 217, 0, 0) 0%, #ffd900 75%, #ffd900 100%);
  -webkit-animation: run 5s 0s infinite;
          animation: run 5s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 100%;
  }
}
@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 100%;
  }
}

.wpbf-navigation {
    background: transparent;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}
.wpbf-logo img, .wpbf-mobile-logo img {
    width: 60px !important;
}

.wpbf-navigation .wpbf-menu a, .wpbf-mobile-menu a {
    font-size: clamp(0.65rem, 0.9vw, 1rem);
}
.loader_bloc {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 999;
    background-image: url(/wp-content/uploads/2024/07/map-load.webp);
    background-color: white;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
	background-size: auto;
	overflow: hidden;
    transition: 1s opacity ease-in;
}
header#header .wpbf-container {
    width: 100%;
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

.navbar_on_scroll .wpbf-nav-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    background: linear-gradient(45deg, #003366, #0066CC);
}

div#bloc_langue {
    display: flex;
    background: url(https://sindevstat.com/wp-content/uploads/2024/12/translate.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 15px;
}

div#bloc_langue li {
    list-style: none;
    margin: 0 5px;
}
.bloc_atouts_content p {
    font-size: 14px !important;
}
.wpbf-menu li a {
    font-weight: 600;
    font-size: 14px !important;
}
.mon_menu {
    position: relative;
    background: #ffffff47;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar_on_scroll .wpbf-logo-container .wpbf-logo:after {
    content: "";
    background: linear-gradient(45deg, #003366, #0066CC);
    left: -3px;
    top: -3px;
    width: 108%;
    height: 108%;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.bloc_noir_haut {
    position: relative;
    top: 0;
    right: 0;
    height: 40px;
    width: 100%;
    background: #023364;
    clip-path: initial;
    padding-right: 10%;
    z-index: 9999;
    padding-left: 0;
    color: white;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 60px;
    font-weight: 400;
    text-transform: initial;
}

.bloc_noir_haut span svg {
    margin-right: 5px;
    height: 10px;
    width: 10px;
    border: 1px solid white;
    border-radius: 50px;
    padding: 5px;
}
.wpbf-menu > .menu-item.current-menu-item > a {
    color: #ffffff !important;
    position: relative;
}
.wpbf-menu > .menu-item.current-menu-item > a:after {
    width: 100%;
}

.wpbf-menu > .menu-item > a:hover:after {
    width: 100%;
}
.mon_logo_custom_content.mon_logo_custom_content_first {
    margin-bottom: -20px;
    margin-top: 22px;
}
.wpbf-menu > .menu-item > a:after {
    content: "";
    background: white;
    width: 0%;
    height: 1.1px;
    left: 0;
    bottom: 18px;
    position: absolute;
    transition: .4s ease;
}
.wpbf-menu > .menu-item > a {
    font-size: 17px !important;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.wpbf-contact div#content, .wpbf-contact-us div#content {
    padding: 4em 10%;
}
.wpbf-contact .bande-oblique.bande-footer {
    display: none;
}
.wpbf-menu > .menu-item > a {
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 13px;
    text-transform: none;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 60px;
    font-weight: 500;
    display: block;
    padding: 0 12px;
    text-transform: uppercase;
  	font-family: "Jost", sans-serif;
}
.bloc_noir_haut span:nth-child(2) {
    padding: 0 5px;
    margin-right: 10px;
}
.bloc_noir_haut span:nth-child(2) {
    padding: 0 5px;
    margin-right: 10px;
	padding-right: 15px;
}
.second_bloc_accueil_content {
	
}
.second_bloc_accueil_content path {fill: lightgray; stroke: white;}
.second_bloc_accueil_content path:hover {fill: gray;}
.bloc_noir_haut span:nth-child(2) svg {background: white;}

.bloc_noir_haut span:nth-child(2) svg path {
    color: #01619a;
}
.bloc_noir_haut span{
	position: relative;
}
.bloc_noir_haut span:nth-child(2):after {
    content: "";
    background: #033461;
    left: 0;
    top: 50%;
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: -1;
    transform: translateY(-50%);
    border-radius: 50px;
}

.mon_menu .mon_logo_custom_content {
    position: relative;
    z-index: 1;
    color: white;
}
.home .page_banner{
	    position: relative;
    height: calc(100vh - 160px);
}
.page_banner {
    position: relative;
    height: 40rem;
}
.mon_menu .mon_logo_custom_content {
    position: relative;
    z-index: 1;
    color: white;
    margin-left: 15px;
    display: flex;
    justify-content: center;
}
.mon_logo_custom_content.mon_logo_custom_content_first p {
    font-size: 19px;
    line-height: 25px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    margin-right: 5px;
}
.actu-etude {
    display: flex;
    width: 100%;
    position: relative;
    bottom: -64px;
}
.seul-etude .page_etude_info > div {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    height: 140px;
}
.actu-etude-head {
    padding: 8%;;
    background-attachment: fixed;
    height: 100%;
}
a.titre-etude {
    color: white;
    font-size: 25px;
    line-height: normal;
}
.seul-etude {
    width: 100%;
    position: relative;
    height: 35rem;
}
.bloc-interne-etude {
    position: relative;
    z-index: 1;
}
.seul-etude .principal_button {
    background: transparent;
    border: 1px solid;
    font-weight: 400;
}
.seul-etude img {
position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.seul-actualite {
    width: 50%;
}

.seul-etude h2 {
    color: white;
    text-decoration: underline;
}
.seul-etude:before {
    background: linear-gradient(45deg, black, transparent);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
}
.bouton-scroll-to-bottom {
    position: absolute;
    bottom: 90px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}
.bouton-scroll-to-bottom a {
  padding-top: 60px;
}
.bouton-scroll-to-bottom a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.bouton-scroll-to-bottom a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.mon_logo_custom {
    display: flex !important;
    width: 315px;
}

.mon_logo_custom .wpbf-logo {
    width: 100px !important;
}
.scrolling-active .wpbf-logo img {
    width: 50px !important;
}


.navbar_on_scroll .wpbf-logo-container {
    margin-bottom: initial;
}


.navbar_on_scroll .mon_logo_custom_content p:nth-child(1) {
    font-size: 15px;
}

.navbar_on_scroll .mon_logo_custom_content {
    left: initial;
    top: initial;
}

.navbar_on_scroll .mon_logo_custom_content p:nth-child(3) {
    font-size: 10px;
}

.navbar_on_scroll .mon_logo_custom_content p:nth-child(2) {
    font-size: 15px;
}
.logo_footer .mon_logo_custom_content p:nth-child(1) {
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}
.logo_footer .mon_logo_custom_content p:nth-child(2) {
    color: white;
    font-weight: 300;
    line-height: normal;
}
.titre_logo_gras {
    font-weight: 700;
    font-size: 12px;
	margin-bottom: 0;
}
.logo_on_sroll {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
}
.logo_on_sroll .wpbf-logo a {
    height: 60px;
    width: 60px;
    padding: 10px;
    position: relative;
}
.logo_on_sroll .wpbf-logo a:after {
    content: "";
    background: linear-gradient(45deg, #003366, #0066CC);
    left: -3px;
    top: -2px;
    width: 110%;
    height: 110%;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}
.logo_on_sroll p {
    font-size: 15px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    margin-bottom: inherit;
}
.mon_logo_custom_content_on_scroll {
    width: 30%;
    text-align: center;
    display: flex;
}

p.p-1 {
    text-align: left;
}
p.p-2 {
    text-align: right;
}
header#header .navbar_on_scroll .wpbf-container:before,
header#header .navbar_on_scroll .wpbf-container:after
{
	display: none;
}
.logo_on_sroll .wpbf-logo {
    padding: 0 10px;
}
.mon_logo_custom_content p:nth-child(3), .mon_logo_custom_content p:nth-child(4) {
    font-size: 11px;
    font-style: initial;
    font-weight: 500;
    text-align: left;
    line-height: 12px;
    position: relative;
    left: initial;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}

.mon_logo_custom_content p:nth-child(4) {
    left: initial;
    top: 2px;
    text-align: left !important;
}

.wpbf-contact .page_banner .page_banner__bg_image img, 
.wpbf-contact-us .page_banner .page_banner__bg_image img {
    object-position:  top;
}

.bloc_noir_haut span {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wpbf-3-4.wpbf-menu-container {
    position: relative;
    z-index: 1;
}

.scrolling-active .navbar_on_scroll .wpbf-3-4.wpbf-menu-container {
    top: 0;
}
.bloc_nos_services {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.bloc_nos_services .bloc_flex {
    display: flex;
    flex-direction: column;
    padding: 0 5%;
    margin: initial;
    width: 50%;
    margin-bottom: 20px;
}
.wpbf-nos-services div#inner-content {
    padding: initial;
}
.slider_banner {
height: calc(100vh - 45px);
    position: relative;
    margin-left: 0;
    margin-top: -100px;
}

.slider_banner .list_slider_content .item_slider {
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.slider_banner .list_slider_content .item_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    	animation: zoomInFaster 35s linear infinite 0s;
    -o-animation: zoomInFaster 35s linear infinite 0s;
    -moz-animation: zoomInFaster 35s linear infinite 0s;
    -webkit-animation: zoomInFaster 35s linear infinite 2s;
}

    /* zoomInFaster */
@keyframes zoomInFaster {
    0% {
        transform: scale(1);
        -ms-transform: scale(1);
    }
    30% {
        transform: scale(1.25);
        -ms-transform: scale(1.25);
    }
    100% {
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}
@-o-keyframes zoomInFaster {
    0% {
        transform: scale(1);
        -ms-transform: scale(1);
    }
    30% {
        transform: scale(1.25);
        -ms-transform: scale(1.25);
    }
    100% {
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}
@-moz-keyframes zoomInFaster {
    0% {
        transform: scale(1);
        -ms-transform: scale(1);
    }
    30% {
        transform: scale(1.25);
        -ms-transform: scale(1.25);
    }
    100% {
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}
@-webkit-keyframes zoomInFaster {
    0% {
        transform: scale(1);
        -ms-transform: scale(1);
    }
    30% {
        transform: scale(1.25);
        -ms-transform: scale(1.25);
    }
    100% {
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}


.slider_banner .list_slider_content .item_slider:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, black, transparent);
}
.slider_banner .list_slider_content .item_slider .item_content {
position: absolute;
    left: 50%;
    top: 50%;
    min-width: 75%;
    max-width: 75%;
    z-index: 1;
    transform: translate(-50%, -50%);
    height: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 10%;
    text-align: center;
}
.slider_banner .list_slider_content .item_slider .item_content p {
    font-size: 25px;
    line-height: normal;
    color: white;
    margin-top: 5px;
}

.slider_banner .list_slider_content .item_slider .item_content p:nth-child(1) {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 800;
}

.slider_banner .list_slider_content .item_slider .item_content p:nth-child(3) {
    font-size: 25px;
    line-height: initial;
    margin-top: 40px;
	z-index: 9;
}

.slider_banner .list_slider_content .item_slider .item_content h2 {
    font-size: 60px;
    margin: 0;
    line-height: 55px;
    font-weight: 500;
    background: #ffffff00;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
	font-family: 'Poppins';
}

.slider_banner .list_slider_content .item_slider.active {
    opacity: 1;
    z-index: 10;
}

@keyframes showContent {
    to {
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}

.slider_banner .list_slider_content .item_slider.active p:nth-child(1), .slider_banner .list_slider_content .item_slider.active h2, .slider_banner .list_slider_content .item_slider.active p:nth-child(3), .slider_banner .list_slider_content .item_slider.active .banner_buttons {
    transform: translateY(30px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s .7s ease-in-out 1 forwards;
    color: white;
}

.slider_banner .list_slider_content .item_slider.active h2 {
    animation-delay: 1s;
    font-family: "Poppins", sans-serif;
	z-index: 9;
}

.slider_banner .list_slider_content .item_slider.active p:nth-child(3) {
    animation-duration: 1.5s;
}

.slider_banner .list_slider_content .item_slider.active .banner_buttons {
    animation-duration: 2s;
}

.arrows {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.arrows button {
    font-family: monospace;
    width: 30px;
    height: 30px;
    border-radius: initial;
    font-size: x-large;
    color: #eee;
    transition: .5s;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    background: transparent;
	position: relative;
}
.arrows button:after {
    content: "";
    border: 1px dashed white;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
.arrows button:hover {
    opacity: .5;
}
div#content {
    background: white;
    position: relative;
    z-index: 9;
}
.slider_thumbnail {
    position: absolute;
    bottom: 0;
    z-index: 11;
    display: flex;
    gap: 10px;
    width: 100%;
    height: 140px;
    padding: 0 50px;
    box-sizing: border-box;
    overflow: auto;
    justify-content: center;
    display: none;
}

.slider_thumbnail::-webkit-scrollbar {
    width: 0;
}

.slider_thumbnail .item_slider {
    width: 150px;
    height: 90px;
    filter: brightness(.5);
    transition: .5s;
    flex-shrink: 0;
}

.slider_thumbnail .item_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_thumbnail .item_slider.active {
    filter: brightness(1.5);
}

.slider_thumbnail .item_slider .item_content {
    position: absolute;
    inset: auto 10px 10px 10px;
    background: #000000d1;
    border-radius: 3px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 9px;
    font-weight: 600;
}

 .principal_button {
background: #004b95;
    color: white;
    padding: 12px 24px;
    margin-right: 15px;
    transition: .4s ease;
    font-weight: 600;
    position: relative;
    font-size: initial;
    border-radius: 5px;
}

.banner_buttons .principal_button {
background: #004b95;
    color: white;
    padding: 12px 24px;
    margin-right: 15px;
    transition: .4s ease;
    font-weight: 600;
    position: relative;
    font-size: initial;
    border-radius: 5px;
}
.banner_buttons .principal_button svg {
    height: 10px;
    width: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #01619a;
    padding: 6px;
}
.secondaire_btn svg path {
    color: white;
}
.banner_buttons .principal_button:hover, .principal_button:hover {
    background: #01366b;
	color: white;
}

.banner_buttons {
    display: block;
    height: initial !important;
    position: relative;
    margin-top: 50px;
	z-index: 9;
}


.site_h1 {
    font-size: 25px;
    margin: 30px 0;
    padding-left: 0;
    color: #003366;
    position: relative;
    text-transform: uppercase;
    letter-spacing: initial;
    padding-left: 20px;
}


.site_h1 svg {
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 20px;
    opacity: 1;
}

.sous_titre_h1 {
    font-size: 12px;
    display: block;
    color: #9c9c9c;
    font-weight: 700;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: initial;
    font-family: "Montserrat", sans-serif;
}

.content_accueil {
    display: flex;
	overflow: hidden;
}

.bloc_atouts {
    padding: initial;
    display: flex;
    justify-content: space-between;
    margin: initial;
    position: relative;
    margin-top: 2em;
    overflow: hidden;
    padding-top: 4rem;
}

.bloc_atouts_content {
    padding: 5% 0;
    display: flex;
    justify-content: space-between;
}


.bloc_atouts .boc {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-right: 20px;
    width: calc(100% / 4);
    padding: 20px;
    transition: 1s ease;
}

.bloc_atouts .boc span svg {
    height: 25px;
    margin-bottom: initial;
}

.bloc_atouts .boc p {
    font-size: 15px;
    line-height: normal;
    text-align: center;
    color: white;
    font-weight: 400;
    height: 100px;
    transition: .7s ease;
}
.bloc_atouts .boc h3 {
    color: white;
    font-size: 20px;
    text-align: center;
    opacity: 1;
    height: 50px;
    transition: .6s ease;
    font-family: 'Jost';
    font-weight: 600;
}

.bloc_atouts .boc span {
    margin-right: initial;
    opacity: 1;
    background: transparent;
    height: 50px;
    border: 1px solid white;
    width: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: .5s;
}

.bloc_atouts .boc:nth-child(2) span, .bloc_atouts .boc:nth-child(4) span {
    background: transparent;
    border: 1px solid white;
}
.bloc_atouts .boc span svg path {
    fill: white;
    transition: .55s ease;
}
.bloc_atouts .boc > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bloc_atouts:after {
    content: "";
    background: gray;
    background-image: url(/wp-content/uploads/2024/07/bloc-atout.webp);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: inherit;
    background-attachment: fixed;
}

.bloc_atouts:before {
    content: "";
    background: black;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: 6px;
    z-index: 0;
    opacity: .7;
}

.bloc_atouts .boc:nth-child(1) span {
    background: white;
    opacity: 1;
}

.bloc_atouts .boc:nth-child(1) span svg path {
}
.bande-obloque {
    position: absolute !important;
    top: -1px;
    left: 0;
    width: 100%;
    height: 65px;
    background: white;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.bande-oblique-bas {
    bottom: -1px;
    top: initial;
    z-index: 1;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
.quatrieme_bloc .wpbf-container {
    padding-top: 50px;
}
.bloc_atouts .boc:nth-child(1) span svg path {fill: #1e4ec4;}

.bloc_atouts .boc:nth-child(1):hover span svg path, .bloc_atouts .boc:nth-child(3):hover span svg path {
    fill: white;
}

.bloc_atouts .boc:nth-child(1) h3, .bloc_atouts .boc:nth-child(3) h3 {
    color: white;
}

.bloc_atouts .boc:nth-child(1) {
    background: linear-gradient(45deg, #003366, #0066CC);
}
.bloc_atouts .boc:nth-child(1) p {
    color: white;
}

.bloc_qui_sommes_nous_gauche {
    width: 40%;
}

.bloc_qui_sommes_nous_gauche img {
    padding-right: 5%;
}

.bloc_qui_sommes_nous_droit {
    width: 60%;
    padding: 5%;
    position: relative;
    padding-right: 0;
}

.bloc_qui_sommes_nous_droit p {
    opacity: .7;
}

.banner_buttons .principal_button:nth-child(1) svg {
    background: white;
}

.banner_buttons .principal_button:nth-child(1) svg path {
    color: #033461;
}
.bloc_qui_sommes_nous_droit .principal_button svg {
    height: 10px;
    width: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    padding: 6px;
}
.bloc_qui_sommes_nous_droit .principal_button svg path {
	color: #1E4EC4;
}
img.bande_haut_footer {
    position: relative;
    height: 100%;
    top: -100%;
    width: 100%;
    object-fit: initial;
    left: 0;
}
.navbar_on_scroll {
    position: fixed;
    width: 100%;
    top: -100px;
    opacity: 0;
    transition: .4s ease;
}
.navbar_on_scroll #navigation .wpbf-menu {
    display: flex;
}
.scrolling-active .navbar_on_scroll {
    transform: translateY(100px);
    opacity: 1;
    z-index: 99;
    background: linear-gradient(45deg, #003366, #0066CC);
    box-shadow: 0 0 30px -10px gray;
    display: flex;
    justify-content: space-between;
    padding: 5px 5%;
	color: white;
	height: 70px;
}

.scrolling-active .navbar_on_scroll .lang-item a {
    margin-left: 1px;
    text-transform: initial !important;
    color: var(--accent-color-alt) !important;
    background: url(https://sindevstat.com/wp-content/uploads/2024/12/translate.png);
    background-repeat: no-repeat;
    background-position: center left;
    width: 60px;
    text-align: right;
}

.navbar_on_scroll .mon_logo_custom img {
    width: 70px !important;
}

.second_bloc_accueil {
position: relative;
}
.second_bloc_accueil_content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

/* .padding_top_bottom {
    padding: 4% 0;
    transition: 1s ease;
} */

/* .padding_top_bottom > div {
    transition: 1s ease;
} */

.second_bloc_accueil img {
    width: 50%;
    transition: 1s ease;
}

.troisieme_bloc_accueil {
    margin-right: initial;
    padding-top: 0;
    background: url(/wp-content/uploads/2024/07/contact-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 0;
    background-attachment: initial;
    background-position: center;
}
.second_bloc_footer_bas {
    text-align: left;
    width: 25%;
    margin-top: initial;
    padding: 0 2%;
    position: relative;
    z-index: 1;
}
.second_bloc_footer_bas .titre {
    line-height: 20px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    left: initial;
    color: white;
    font-family: 'Jost';
}
.bloc_footer_flex {
    width: 50%;
    position: relative;
    z-index: 1;
}
div#content {
    padding: 5% 0;
}
.home div#content {
    margin-bottom: inherit;
    position: relative;
    padding-bottom: initial;
}
.second_bloc_footer_bas p {
    line-height: normal;
    font-size: 14px;
    color: white;
}

.liens_footer ul li:hover {
    opacity: 1 !important;
}

.liens_utiles ul li:hover {
    opacity: 1;
}
.troisieme_bloc_accueil:before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: 5px;
    z-index: 1;
    opacity: .5;
}

.troisieme_bloc_accueil:after {
    content: "";
    background: #002a69;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: .7;
}
.troisieme_bloc_content {
    display: flex;
    padding: 50px 10% !important;
    position: relative;
    z-index: 1;
    align-items: center;
}
.troisieme_bloc_content .site_h1 p {
    color: white;
}

.troisieme_bloc_content .site_h1 p:after {
    background: white;
}

.troisieme_bloc_content h2 {
    color: white;
}

.troisieme_bloc_content > div {
    position: relative;
    color: white;
}


.bloc_choix_entete {
    display: flex;
    align-items: center;
}

.bloc_choix_entete .bloc_choix_titre, .bloc_choix_entete .bloc_choix_texte {
    width: 50%;
}
/* bloc tab change */
.bloc_choix_entete {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}.bloc_choix_entete .bloc_choix_titre, .bloc_choix_entete .bloc_choix_texte {width: 50%;}.tab-block .tab-mnu .active_block,.tab-block .tab-mnu li:hover:not(.active_block){background-color: #1E4EC4;color:#fff}.tab-block{width:100%;display:flex}.tab-block .tab-mnu{display:flex;list-style:none;width: 40%;flex-direction:column;padding-left: initial;}
.cinquieme_bloc {
    padding-top: 50px;
}
.tab-block .tab-mnu p {
    text-align: left;
    font-size: 14px;
}
.tab-block .tab-mnu h3 {
    text-align: left;
    transition: .4s;
    line-height: normal;
    position: relative;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    left: initial;
    letter-spacing: 0px;
    color: #033461;
    top: -1px;
    font-family: "Montserrat", sans-serif;
}
.tab-block .tab-mnu li{box-sizing:border-box;width:100%;text-align:center;cursor:pointer;margin-bottom:10px;padding:10px;border: 1px solid #bababa1c;transition:.4s;position:relative}.tab-block .tab-mnu li:after{content:"\27A4";right:-50px;position:absolute;top:50%;transform:translateY(-50%);font-size:55px;color: #1E4EC4;opacity:0;transition:.4s}.tab-block .tab-mnu .active_block h3,.tab-block .tab-mnu li:hover:not(.active_block) h3{color:#fff}.tab-block .tab-mnu .active_block{cursor:default}.tab-block .tab-mnu .active_block:after{right:-20px;opacity:1}.tab-block .tab-cont{box-sizing:border-box;color:#000;width:60%}.tab-block .tab-cont .tab-pane{padding:0 0 0 40px;height:524px}.tab_pane_img{height:100%;position:relative}

.tab-pane-text {
    position: absolute;
    top: 50%;
    z-index: 1;
    color: white;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 0% 10%;
    left: 50%;
}

.bloc_des_partenaires_content {
    font-size: 40px;
    font-weight: 900;
    color: #b5b5b5;
    text-align: center;
    padding: 5% 0;
    animation: 25s slide infinite linear;
    width: 100%;
    display: flex;
    white-space: nowrap;
    justify-content: space-between;
}
.bloc_des_partenaires_content:hover .item_partenaire {
    animation-play-state: paused;
}
.bloc_des_partenaires {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
	position: relative;
}
.bloc_des_partenaires:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
    content: "";
    z-index: 2;
}

.bloc_des_partenaires:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    content: "";
    z-index: 2;
}
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.item_partenaire {
    margin: 0 40px;
}


.tab_pane_img:before {
    content: "";
    background: url("/wp-content/uploads/2024/07/carre.webp");
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: 5px;
    z-index: 0;
    opacity: 0.7;
}

.tab_pane_img:after {
    content: "";
    background: #002a69;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .78;
    z-index: 0;
}

.tab_pane_img:after {}.tab_pane_img img{height:100%;width:100%;object-fit:cover}
/* bloc tab change */


.site_h1:after {
    content: "";
    background: url(https://sindevstat.com/wp-content/uploads/2024/12/h1-deco.png);
    left: 0;
    top: 8px;
    width: 40px;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 30px;
}
.contact_info_bloc {
    display: flex;
    justify-content: flex-start;
}

.contact_info_bloc-mobile {
    display: flex;
    flex-direction: column;
    margin-right: 5%;
}

.contact_info_bloc-fixe {
    display: flex;
    flex-direction: column;
}

span.titre-bloc-contact {
    font-size: 12px;
    letter-spacing: 2px;
}

.contact_info_bloc span {
    color: black;
}

/* .wpbf-contact .entry-content, .wpbf-contact-us .entry-content {
    display: flex;
} */
.wpbf-contact div#inner-content, .wpbf-contact-us div#inner-content {
    padding: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    float: initial;
}
.bloc-blue {
    width: 30%;
    background: linear-gradient(45deg, #003366, #0066CC);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2%;
    text-align: left;
    align-content: flex-start;
}
.bloc-blue .h1 {
    font-size: 55px;
    font-weight: 600;
}
.bloc-blue span.h1-second {
    font-size: 1.5rem;
    line-height: normal;
}
.principal-bloc-contact {
    display: flex;
    width: 100%;
}
p.first-info-contact {
    font-size: 20px;
    text-align: center;
}
.contact_info {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 2rem 5%;
}
.numero-info-portable, .numero-info-fixe {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 22px;
	margin-top: 10px;
}
.numero-info-email, .numero-info-adresse {
    display: flex;
    flex-direction: column;
    padding-left: 22px;
	position: relative;
}
.numero-info-email:before {
    content: "";
    background: url(https://sindevstat.com/wp-content/uploads/2024/12/email.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top left;
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
    position: absolute;
}
.numero-info-email a span {
    color: black;
    text-decoration: underline;
}
.numero-info-adresse a span {
    color: black;
}
.second-bloc-contact, .second-bloc-contact iframe {
    width: 100%;
}
.contact_info_bloc_email {
    margin: 20px 0;
}
.troisieme-bloc-contact {
display: flex;
    margin-right: initial;
    background: url(/wp-content/uploads/2024/07/contact-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: initial;
    background-position: center;
    padding: 4em 10%;
}
.bloc-contact-info {
    position: relative;
    z-index: 1;
    color: white;
    padding: 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.bloc-contact-info h2.site_h1 {
    color: white;
}
.troisieme-bloc-contact:after {
    content: "";
    background: #002a69;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: .7;
}
div#form_contact_bloc, div#form_contact_bloc_en {
    position: relative;
    z-index: 1;
    background: #f1f4f6;
    padding: 40px 10px;
}
div#form_contact_bloc div#wpcf7-f6-o1 {
    width: 100%;
}
.numero-info-adresse:before {
    content: "";
    background: url(https://sindevstat.com/wp-content/uploads/2024/12/location.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top left;
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
    position: absolute;
}
.numero-info-portable:before {
    content: "";
    background: url(https://sindevstat.com/wp-content/uploads/2024/12/contact.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top left;
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
    position: absolute;
}

.numero-info-fixe:before {
    content: "";
    background: url(https://sindevstat.com/wp-content/uploads/2024/12/phone.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top left;
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
    position: absolute;
}
/* .wpbf-contact .entry-content div#wpcf7-f6-o1, .wpbf-contact-us .entry-content div#wpcf7-f36-o1 {
    width: 50%;
} */
.wpbf-contact-us .bande-oblique.bande-footer {
    display: none;
}
div#form_accueil, div#form_accueil_anglais {
    padding: 5%;
}

div#form_accueil .wpcf7, div#form_accueil_anglais .wpcf7 {
    background: #f1f4f6;
    padding: 40px 10px;
}

.nom_mail, .objet_phone {
    display: flex;
}

.nom_mail input, .objet_phone input {
    height: 40px;
    margin-bottom: 15px;
}

.nom_mail p br, .objet_phone p br {
    display: none;
}

.nom_mail p, .objet_phone p {
    display: flex;
}

.nom_mail p span, .objet_phone p span {
    width: 50%;
    margin: 0 10px;
}

.message p {
    margin: 0 10px 10px;
}

.nom_mail p, .objet_phone p {
    margin: 0 15px;
    color: white;
}

.message {
    margin: 0 15px;
    color: white;
}

.message textarea {
    height: 60px;
}

.acceptance_submit {
    margin: 0 15px;
}

.acceptance_submit span {
    color: black;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.acceptance_submit p span.wpcf7-list-item {
    font-size: 10px;
}

.acceptance_submit p br {
    display: none;
}
.acceptance_submit p {
    display: flex;
    color: white;
    flex-direction: column;
    margin: 0 10px;
}
.second_bloc_accueil {
    position: relative;
}
.second_bloc_accueil .wpbf-container.wpbf-container-center.wpbf-padding-medium {
    padding-bottom: inherit;
}
.acceptance_submit p input.has-spinner {
    padding: 0;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    background: #1E4EC4;
    color: white;
}
.quatrieme_bloc_content {
    display: flex;
    align-items: center;
}
.quatrieme_bloc.padding_top_bottom {
	position: relative;
    background: url(/wp-content/uploads/2024/07/competences-image.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.bloc_decompte {
    background: url("/wp-content/uploads/2024/07/compte.webp");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
.bloc_decompte_bouton {
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
    margin-top: 30px;
}
a.linkedIn {
    color: white;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 50px;
    margin-right: 10px;
    transition: .4s ease;
}

a.linkedIn:hover {
    background: #001830;
}
.bloc_decompte_bouton .secondaire_btn {
    background: linear-gradient(45deg, #684201, #c48e1e);
}
.bloc_decompte_content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    color: white;
    text-align: center;
}

.bloc_decompte_content .compteur> span {
    font-size: 45px;
    font-weight: 800;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #1E4EC4;
    border-radius: 50%;
    margin-bottom: 25px;
    background: #1E4EC4;
}

.bloc_decompte_content .compteur {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bloc_decompte_content .compteur p {
    font-size: 20px;
	font-weight: 600;
}
.bloc_decompte:after {
    background: #002a69;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: 6px;
    z-index: 0;
    opacity: .7;
    content:"";
}

.quatrieme_bloc_content .image_competence {
    width: 40%;
}

.quatrieme_bloc_content_text {
    width: 60%;
    padding-right: initial;
}

.footer {
background: linear-gradient(45deg, #ff5500, #fef200);
    display: flex;
    position: relative;
    padding: 0 !important;
    margin-top: initial;
    flex-direction: column;
    width: 100%;
}

.footer_first_bloc {
    display: flex;
    padding: 2% 10%;
    position: relative;
}

.logo_footer {
    display: flex;
}

.footer_logo img {
    height: 80px;
}

.footer_logo {
    text-align: center;
    padding: 0 10px;
    width: 25%;
    position: relative;
    z-index: 1;
}

.liens_utiles, .liens_footer {
    padding: 0 10px;
    width: 100%;
    text-align: left;
}

.actualites {
    padding: 10px;
}

.actualites .post_image {
    margin-bottom: 30px;
}

.actualites ul {
    padding-left: 0;
}

.actualites ul li {
    list-style: none;
}

.actualites ul li a {
    color: white;
}
.info_email a {
    text-decoration: underline;
}
.info_contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.info_email {
    margin-bottom: 10px;
}
.info_contact a {
    font-size: 14px;
    color: white;
    font-weight: normal;
    display: flex;
    align-items: center;
}
.liens_utiles ul {
    padding-left: 0px;
}
.single-nos-actualites .page_banner__bg_image.etude-single-page {
    display: none;
}
.single-etudes .page_banner__bg_image.actualite-single-page {
    display: none;
}
.liens_utiles ul li, .liens_footer ul li {
    list-style: inside;
    line-height: normal;
    color: white;
}
.single-nos-actualites img.logo_commanditaire_etude {
    display: none;
}
.actualite-single-page-content-hidden {
    display: none;
}
.bloc-du-contenu.actualite-single-page img {
    height: auto;
    width: 300px;
    float: right;
    border-radius: 10px;
}
.bloc-du-contenu.actualite-single-page {
    width: 100%;
    position: relative;
    display: block;
}
.wrapper.nos-actualites {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bloc-du-contenu.actualite-single-page div#inner-content {
    padding: initial !important;!i;!;
}
.single-etudes  img.image-actualites {
    display: none;
}
.bloc-du-contenu.actualite-single-page .wpbf-grid.wpbf-main-grid.wpbf-grid-medium {
    margin: initial !important;!i;!;
    display: block;
}
.single-nos-actualites header.article-header {
    width: 50%;
}
.single-nos-actualites span.previous-post-link a, .single-nos-actualites span.next-post-link a {
    color: transparent;
    position: relative;
    display: block;
    width: 170px;
}
.single-nos-actualites span.previous-post-link a:after {
    content: "← Actualité précédente";
    color: black;
    left: 0;
    position: absolute;
}
.single-nos-actualites span.next-post-link a:after {
    content: "Actualité suivante →";
    color: black;
    left: 0;
    position: absolute;
}
.bloc-du-contenu.actualite-single-page main#main {
    padding: initial;
    width: 100%;
    position: relative;
    top: -150px;
}
.single-nos-actualites div#content {
    margin-bottom: 0;
}
.page-actualite {
    display: flex;
    flex-direction: row-reverse;
}

.page-actualite .image-actualites {
    height: 145px !important;!i;!;
}
.wrapper.nos-actualites .actu_content {
    width: calc(100% / 2);
    padding: 10px;
}
.no-flex {
    width: 100%;
    display: block;
    margin: inherit;
}

.no-flex main {
    width: 100%;
	position: relative;
}
.no-flex main .post-links {
    position: absolute;
    bottom: -40px;
    width: 100%;
}
.actu_contenu {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
.actu_date {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    z-index: 1;
    background: #ff620099;
    color: white;
    font-size: 29px;
    text-align: center;
    line-height: 35px;
    font-weight: 600;
}
.actu_contenu h3 {
    padding-top: 25px;
    font-weight: 600;
    color: white;
    font-family: poppins;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.wpbf-nos-actualites div#content {
    padding: 0 10% 4rem;
}
p.single-date {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #ff6100;
}
.liens_utiles ul a, .liens_footer ul a {
font-size: 14px;
    color: white;
}
.liens_footer ul {
    padding-left: 0;
}
/* .wpbf-inner-footer-right {
    display: none !important;
} */
.actu_contenu .principal_button {
    background: transparent;
    border: 1px solid white;
    transition: .4s ease;
}
.actu_contenu .principal_button:hover {
    background: white;
    color: black;
}
.footer h4 {
    line-height: normal;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    left: initial;
    color: white;
    font-family: 'Jost';
}

.footer h4:after {
    content: "";
    background: white;
    left: 0;
    bottom: -15px;
    width: 40px;
    height: 3px;
    position: absolute;
    opacity: 0;
}
.wpbf-page-footer {
    background: #000000;
    font-size: 14px;
    color: white;
}
.display_blog{
    display: none;
}

body.blog .display_blog, body.single-post .display_blog {
    display: block;
    position: relative;
    z-index: -1;
}

body.blog .display_blog .page_banner__bg_image, 
body.single-post .display_blog .page_banner__bg_image {
    height: 55vh;
    position: relative;
    margin-top: -100px;
    background: url(https://sindevstat.com/wp-content/uploads/2024/12/actu-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* body.single-post .page_banner__bg_image{
	display: none;
} */

.page_banner__bg_image {
    height: 40rem;
    position: relative;
    margin-top: -100px;
}
.page_banner__bg_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center 10px;
}
.page_banner__bg_image.blog_etudes {
    height: 55vh;
    position: relative;
    margin-top: -100px;
}

.page_banner__bg_image.blog_etudes:before {
    content: "";
    background: #00000059;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: .5;
}
.page_banner__bg_image.blog_etudes img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_banner__content {
position: absolute;
    top: 50%;
    left: 15%;
    color: white;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    transform: translateY(-50%);
    height: 100%;
    background: #0000006b;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0 10%;
    text-align: left;
}

.page_banner__content .page_banner_title h1 {
    color: white;
    font-size: 55px;
    font-weight: 800;
    background: #ffffff00;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.page_banner_intro p {
    font-size: 20px;
    line-height: normal;
}
.vision_objectif {
    padding: 40px 0;
    display: flex;
    width: 100%;
}
.home div#content .lines {
    z-index: 1;
    position: fixed;
    height: 100%;
    width: 100%;
}
.home .wpbf-padding-medium {
    padding-top: 0;
	 z-index: 9;
    position: relative;
}
.vision_objectif > div {
    width: 50%;
}

.cacher{
    display: none !important;
}
div#respond {
    display: none;
}

.form_contact_page {
    display: flex;
    position: relative;
    padding: 5%;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
    flex-direction: column;
    margin: 4em 0;
    background: url("/wp-content/uploads/2024/07/contact.webp");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.formulaire_et_info {
    position: relative;
    z-index: 1;
    z-index: 1;
    display: flex;
}
.form_contact_page:after {
    content: "";
    background: #007dc9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .8;
}

.form_contact_page:before {
    content: "";
    background: url("/wp-content/uploads/2024/06/carre.webp");
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: 5px;
    z-index: 0;
    opacity: .8;
}

.form_contact_page h3 {
    color: black !important;
    font-weight: 400 !important;
    font-size: 16px;
}
.wpbf-sidebar-wrapper {
    display: none;
}
.form_contact_page .page_contact_gauche {
    width: 70%;
    padding: 2%;
    background: none;
}

.form_contact_page .page_contact_gauche form input, .form_contact_page .page_contact_gauche form textarea {
    border-radius: initial;
    background: #003f65;
    border: none;
    color: white;
}

.form_contact_page .page_contact_gauche form input::placeholder, .form_contact_page .page_contact_gauche form textarea::placeholder{
    color: black;
    font-size: 14px;

}

.form_contact_page .page_contact_gauche form p {
    color: black;
}

.page_contact_droite {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 40%;
    padding-left: 20px;
    color: white;
}

.page_contact_droite .bloc_info span {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #003f65;
    margin-right: 15px;
    border-radius: 50px;
    border: none;
}

.page_contact_droite .bloc_info {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.page_contact_droite .bloc_info span svg path {
    fill: white;
}

.page_contact_droite .bloc_info span svg {
    height: 20px;
}

.sub-menu .menu-item a {
    color: white;
}
.entry-content h3 {
    font-weight: 800;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    left: initial;
    letter-spacing: 0px;
    color: #ff6400;
    font-family: 'Jost';
    font-style: initial;
}

.second_bloc_footer {
    display: flex;
    justify-content: space-evenly;
}

.troisieme_bloc_content form input, .troisieme_bloc_content form textarea {
    background: white;
    border: 1px solid #ffffff;
    color: black;
}
.troisieme_bloc_content form input::placeholder, .troisieme_bloc_content form textarea::placeholder{
    color: black;
    font-size: 14px;
    opacity: .7 !important;
}
h3.h3contact {
    font-size: 18px;
    color: black;
    font-weight: 300;
    text-align: center;
    padding: 5px 5%;
}
.mon_menu .mon_logo_custom_content p {
    line-height: 15px;
    margin-top: 18px;
    font-size: 14px;
}
.navbar_on_scroll .wpbf-logo-container {
    display: block;
    width: 103px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
}
.wpbf-logo-container {
    display: flex !important;
    width: 450px !important;
    align-items: center;
	margin-left: -40px;
}
.mon_logo_custom_content_first {
    margin-top: 10px;
}
.mon_logo_custom_content.mon_logo_custom_content_first p {
    margin: 0;
    text-transform: uppercase;
    margin-right: 5px;
    font-size: 15px;
    text-align: left;
    line-height: 20px;
}
.wpbf-logo-container .wpbf-logo {
    width: initial;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.article-header h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

header.article-header h3 a {
    color: #033461;
}
.article-header p.article-meta {
    display: none;
}
.single-etudes span.previous-post-link a,
.single-etudes span.next-post-link a
{color: transparent;position: relative; display: block;width: 150px;}
span.previous-post-link {
    float: left;
}
.single-etudes span.previous-post-link a:after {
    content: "← Etude précédente";
    color: black;
    left: 0;
    position: absolute;
}
.single-etudes span.next-post-link a:after {
    content: "Etude suivante →";
    color: black;
    left: 0;
    position: absolute;
}
header.article-header h1.entry-title {
    font-size: 25px;
    color: #033461;
}
section.commentlist {
    display: none;
}
.info_contact span svg {
    border: 1px solid;
    padding: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    margin-right: 3px;
}

.info_contact span {
    display: flex;
    align-items: center;
    font-size: 15px;
    text-align: left;
    color: white;
}

.bloc_flex {
    display: flex;
    margin: 45px 0;
}

.bloc_flex_item {
    width: 50%;
    padding-right: 2%;
}
.bloc_nos_valeurs_item {
    display: flex;
	margin-bottom: 30px;
}

.cinquieme_bloc_content .bloc_nos_valeurs_item:after {
    content: "";
    background: white;
    left: 50%;
    top: -7px;
    width: 120px;
    height: 120px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 50%;
}

.bloc_nos_valeurs_item .icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, #003366, #0066CC);
    border-radius: 100px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.bloc_nos_valeurs_item .icon img {
    height: 100%;
    width: auto;
}

.bloc_nos_valeurs_item .text {
    width: 90%;
    margin-left: 30px;
}

.bloc_nos_valeurs_item .text h3 {
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: initial;
    font-weight: 700;
}
.cinquieme_bloc_content .bloc_nos_valeurs_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	position: relative;
}
.cinquieme_bloc .bloc_nos_valeurs_item .text h3 {
    margin-bottom: 20px;
}
.cinquieme_bloc_content .bloc_nos_valeurs_item .text {
    width: 100%;
    margin: inherit;
    margin-top: -10px;
    background: #f3f3f3;
    box-shadow: 0 0 45px -25px #f3f3f3;
    border-radius: 5px;
    padding: 30px;
    position: relative;
    z-index: -1;
}
@media(max-width: 1665px) {
    .bloc_noir_haut span {
        margin-right: 10px;
        font-size: 12px;
    }
    .bloc_noir_haut {
        padding-left: 0;
        width: 100%;
        padding-right: 10%;
    }
}
.bloc_nos_valeurs_item .text h3 {
    text-decoration: initial;
}

.bloc_nos_valeurs_item .text h3 span {
    text-decoration: none !important;
    font-weight: 500;
    font-size: 15px;
}
@media(max-width: 1575px) {
ul#menu-menu-principal-2 {
    position: absolute;
    bottom: 0;
    right: -320px;
}
.page_banner_intro p {
    font-size: 18px;
    line-height: normal;
}
}

@media(max-width: 1360px) {
	.wpbf-menu > .menu-item > a{
		font-size: 12px!important;
	}
	
	}

@media(max-width: 1300px) {
.slider_banner .list_slider_content .item_slider .item_content h2 {
    font-size: 40px;
    line-height: normal;
}
.slider_banner .list_slider_content .item_slider .item_content p {
    font-size: 18px;
}
	.banner_buttons .principal_button {
		padding: 10px 20px;
		font-size: 12px;
	}
.site_h1 {
    font-size: 25px;
}
.site_h1 svg {
    bottom: 0px;
    left: 5px;
    height: 15px;
}
.bloc_qui_sommes_nous_droit .principal_button {
    padding: 10px 20px;
    font-size: 12px;
}
.wpbf-menu > .menu-item > a {
    font-size: 10px !important;
}
	
.troisieme_bloc_content {
    padding: 0 0%;
}
.footer {
    flex-wrap: wrap;
    padding: 2% 3%;
}
}
@media(max-width: 1193px) {
	.wpbf-menu > .menu-item > a {
    font-size: 9px !important;
	margin: 0 6px;
}
}

@media(max-width: 1093px) {
.bloc_atouts {
    flex-wrap: wrap;
    position: relative;
}
.bloc_atouts .boc {
    margin-right: initial;
    width: calc(100% / 2);
    margin-bottom: 20px;
    padding-bottom: 40px;
}
.bloc_atouts:after {
        top: 50%;
        height: 100%;
        transform: translateY(-50%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
  }
.bloc_atouts_content {
    flex-wrap: wrap;
}

	
}

.blog .wpbf-grid.wpbf-main-grid.wpbf-grid-medium {
    width: 100%;
    margin-left: initial;
}

.blog main#main {
    width: 100%;
    display: flex;
}

.blog main#main article {
    padding: 0 15px;
    display: flex;
    width: 50%;
    box-shadow: 0 0px 40px -20px gray;
    padding: 15px;
    border-radius: 10px;
}
.blog main#main article header.article-header {
    width: 40%;
    margin-right: 20px;
}

.section-article-display {
    width: 60%;
}

.blog main#main article .wpbf-post-image-wrapper {
    height: 100px !important;
}

.blog main#main article .wpbf-post-image-wrapper .wpbf-post-image-link img {
    height: 100% !important;
}

.blog main#main article .wpbf-post-image-wrapper .wpbf-post-image-link {
    height: 100%;
}

.blog main#main article .wpbf-post-image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.article-footer .wpbf-read-more {
    background: #033461;
    color: white;
    font-weight: 500;
    transition: .4s ease;
}

.article-footer .wpbf-read-more:hover {
    background: #004f98;
}
.blog main#main article .wpbf-post-image-wrapper .wpbf-post-image-link {
    height: 100%;
    width: 100%;
}

.blog main#main article .article-footer p {
    display: none;
}

body.post-template-default.single.single-post .wpbf-grid wpbf-main-grid wpbf-grid-medium {
    width: 100% !important;
}

body.post-template-default.single.single-post  .wpbf-grid.wpbf-main-grid.wpbf-grid-medium {
    width: 100%;
    display: block;
}
.wpbf-a-propos .bloc_nos_valeurs_item:nth-child(1) .icon {
    background: #90d6ff;
}

.wpbf-a-propos .bloc_nos_valeurs_item:nth-child(2) .icon {
    background: #57c1ff;
}

.wpbf-a-propos .bloc_nos_valeurs_item:nth-child(3) .icon {
    background: #2f9ad9;
}

.wpbf-a-propos .bloc_nos_valeurs_item:nth-child(4) .icon {
    background: #14699a;
}

.wpbf-a-propos .bloc_nos_valeurs_item:nth-child(5) .icon {
    background: #1a4484;
}
body.post-template-default.single.single-post .wpbf-grid.wpbf-main-grid.wpbf-grid-medium main#main {
    width: 100%;
}
footer.article-footer p.footer-categories {
    display: none;
}
.swiper-pagination-bullet-active {
    position: relative;
    padding: 5px;
}

.swiper-pagination-bullet-active:after {
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #01619a;
    position: absolute;
    padding: 8px;
    display: flex;
    transform: translate(-50%, -50%);
    border-radius: 50px;
}





.iti__flag-container {
    color: black !important;
}

@media(max-width: 777px) {
    .site_h1 {
        font-size: 20px;
    }
.bloc_atouts .boc p {
    padding: 0 20px;
    height: 55px;
}
    .sous_titre_h1 {
        font-size: 10px;
    }
.bloc_atouts {
    position: relative;
    flex-wrap: wrap;
    padding-top: 5%;
    padding-bottom: 5%;
}
.bloc_atouts:after {
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
}
}

@media(max-width: 767px) {
.nom_mail, .objet_phone {
    display: flex;
    flex-direction: column;
}
    .footer_logo {
        width: 100%;
    }
.nom_mail p, .objet_phone p {
    width: 100%;
    margin: initial;
    display: flex;
    flex-direction: column;
}
.second_bloc_footer_bas {
        width: 100%;
    }
.objet_phone p {
    width: 100% !important;
}
.message {
    margin: 15px 0;
    color: white;
}

.acceptance_submit p {
    margin: initial;
}

.message p {
    margin-left: initial;
    margin-right: initial;
}
.page_banner__content {
	width: 100%;
    max-width: 100%;
}
.page_banner__content .page_banner_title h1 {
    color: white;
    font-size: 25px;
}
.contact_info {
    width: 100%;
	margin-bottom: 20px;
}
.wpbf-contact .entry-content div#wpcf7-f6-o1, .wpbf-contact-us .entry-content div#wpcf7-f36-o1 {
    width: 100%;
}
.wpbf-contact .entry-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page_banner_intro p {
    font-size: 15px;
}
.acceptance_submit {
    margin: 0;
    font-size: 12px;
}
.second_bloc_footer {
    flex-direction: column;
}
.nom_mail p span, .objet_phone p span {
    width: 100%;
    margin: initial !important;
}
.objet_phone p span> div {
    width: 100%;
}
.liens_utiles, .liens_footer {
    padding: 10px;
    width: 100%;
    text-align: left;
}
.tab_pane_img:before {
    opacity: 0.3;
}
}

@media(max-width: 600px) {
    .bloc_atouts .boc {
        width: 100%;
        margin-bottom: 25px;
    }
    .bloc_atouts:after {
        opacity: 1;
    }
    .bloc_atouts .boc h3 {
        height: initial;
        padding: 0 15px;
    }
    .bloc_atouts .boc span {
        margin-bottom: 10px;
    }
}


.class_horeb img {
    height: 30px;
    margin-left: 10px;
}


#loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 80px;
    margin-top: -70px;
    margin-left: -50px;
    font-family: Lifestyle;
    line-height: 40px;
    overflow: hidden;
    opacity: 0;
    animation: 5s ease 0s infinite normal none running Loader;
    transform: scale(1.7, 1.7);
}

#loader * {
    display: block;
    position: absolute;
}

@keyframes Loader {
    5%, 100% {
        opacity: 1;
    }

    10%, 90% {
        width: 334px;
        margin-left: -172px;
    }

    100% {
        width: 334px;
        margin-left: -172px;
    }
}

#loader .rectangle {
    left: 0px;
    bottom: 0px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    box-sizing: border-box;
}

#loader .rectangle.outlines {
    animation: 5s ease-in-out 0s infinite normal none running Outlines;
}

#loader .rectangle.outlines div {
    position: relative;
}

#loader .rectangle.outlines div img {
    top: 40px;
    transform: translateY(-50%);
    position: absolute !important;
}

#loader .rectangle.outlines img {
    height: auto;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes Outlines {
    82% {
        width: 90px;
        height: 90px;
    }

    85%, 100% {
        width: 0px;
        bottom: 0px;
    }

    85%, 86% {
        height: 90px;
        border-width: 2px;
    }

    89%, 100% {
        height: 0px;
        border-width: 0px;
    }
}

#loader .rinkin_coffee {
    left: -220px;
    top: 15px;
    width: 100%;
    animation: 5s ease-in-out 0s infinite normal none running rinkinCoffee;
}

#loader .rinkin_coffee div {
    display: inline-block;
    position: static;
}

#loader .rinkin_coffee span.rinkin {
    position: relative;
    right: 50px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 10px;
    left: initial;
    letter-spacing: initial;
    color: #033461;
    top: -2px;
    font-family: "Montserrat", sans-serif;
    font-style: inherit;
    line-height: 10px;
}


#loader .rinkin_coffee span.coffee {
    right: 48px;
    position: relative;
    text-align: center;
    font-family: 'Montserrat';
    color: black;
    font-weight: 600;
    top: -2px;
    font-size: 7px;
    line-height: 9px;
}

@keyframes rinkinCoffee {
    0% {
        left: -220px;
    }

    20%, 82% {
        left: 62px;
    }

    100% {
        left: -260px;
    }
}


#loader .rectangle {
    left: 90px;
}

@media (max-width: 767px) {
	#loader .rectangle.outlines img {
		width: auto;
		left: 20px;
		height: 35px;
	}
.lines {
    display: none;
}
	#loader .rinkin_coffee span.rinkin {
		font-size: 11px;
		right: 35px;
		top: -10x;
	}

	#loader .rinkin_coffee span.coffee {
		font-size: 8px;
		right: 35px;
		top: -2px;
	}

    #loader .rectangle {
        left: 80px;
    }
}
.loader_bloc.hide{
    opacity: 0;
}
.loader_bloc.hideDisplay{
    display: none;
}
 
.rinkin br, .coffee br {
  display: block !important;
  position: relative !important;
}

.swiper {
    width: 100%;
    height: 100%;
}



.nos-etudes, .nos-actualites {
    width: min(1300px, 100%);
    margin: auto;
    display: flex;
    padding-bottom: 5%;
	flex-wrap: wrap;
}

.etude_content {
    width: calc(100% / 3);
    padding: 0 10px;
}

.container {
    background-color: white;
    color: black;
    border-radius: 5px;
    box-shadow: 00 1px 1px gray;
    margin: 20px 0;
	position: relative;
}
.question h3 {
    font-size: 16px;
    margin: initial;
    font-weight: 500;
    color: white;
}
img.logo_commanditaire {
    position: absolute;
    z-index: 1;
    height: 50px;
    background: #ffffff;
}
.question {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    height: 370px;
}
.question img {
    border-radius: 5px;
    height: 390px;
    width: 100%;
    object-fit: cover;
    position: relative;
}
.question:after {
	content: "";
    background: linear-gradient(359deg, black, transparent);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.nos-etudes .mission_contenu {
    position: absolute;
    bottom: 0px;
    left: 15px;
    z-index: 1;
}
.mission_contenu_second img {
    height: auto;
    width: 90px;
    object-fit: contain;
}

.mission_contenu_second {
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}

.mission_contenu_second a {
    background: transparent;
    color: white;
    padding: 6px 24px;
    transition: .4s ease;
    font-weight: 600;
    position: relative;
    font-size: initial;
    font-weight: 500;
    border: 1px solid white;
    border-radius: 5px;
}
.mission_contenu_second a:hover {
    background: #0a3259;
}
.mission_contenu_second a:hover {
    background: white;
    color: black;
}
.post-type-archive div#content {
    padding: 5% 0;
}
.page_etude_info {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
.single-etudes h1.entry-title {
    display: none;
}
.page_etude_info div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 4);
    height: 100px;
    justify-content: center;
}
.single-etudes .wpbf-grid.wpbf-main-grid.wpbf-grid-medium #main {
    width: 100%;
}
.wp-block-image img {
    border-radius: 7px;
}
.etude_autorite {
    background: #01619a80;
}
.etude_demarrage {
    background: #01619abd;
}
.etude_fin {
    background: #033461ba;
}
.etude_duree {
    background: #003366;
}
.wpbf-nos-etudes .wpbf-padding-medium, .wpbf-nos-actualites div#inner-content {
    padding-top: 10px;
    padding-bottom: 40px;
}
.wpbf-nos-actualites div#inner-content {
    padding-top: 50px;
    padding-bottom: 40px;
}
.page_etude_info div span {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding: 0 2%;
    text-align: center;
}
img.logo_commanditaire_etude {
    position: relative;
    width: auto;
    height: 50px;
    margin-left: auto;
    display: block;
}
.page_banner_title p {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}


.footer_first_bloc:after {
    content: "";
    background: url(https://sindevstat.com/wp-content/uploads/2024/07/map.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: .3;
}

@media screen and (max-width: 1113px){
    .wpbf-menu > .menu-item > a {
        font-size: 8px !important;
        margin-right: 5px;
    }
	.mon_menu .mon_logo_custom_content p {
		font-size: 10px;
	}
	.mon_logo_custom_content.mon_logo_custom_content_first p {
		font-size: 11px;
		text-align: left;
		line-height: 15px;
	}
	.second_bloc_accueil_content svg {
    width: 100%;
    height: fit-content;
}
}

@media(max-width: 1024px) {
	.wpbf-menu-toggle-container.wpbf-1-3 {
    text-align: center;
    display: block;
}
	.menu-pour-mobile {
    display: flex;
    color: white;
}
	a.titre-etude {
    font-size: 15px;
}
	.seul-etude {
    width: 100%;
    position: relative;
    height: 500px;
}
	.seul-actualite {
    display: none;
}
	.navbar_on_scroll{
		display: none;
	}
    .wpbf-navigation {
        position: fixed;
        top: 0;
    }
.current-menu-item {
    background: #394ca9;
}
.wpbf-contact div#content {
    padding: initial;
}
.current-menu-item a {
    color: white !important;!i;!;
}
.wpbf-mobile-logo img {
    height: auto;
    width: 45px !important;!i;!;
    margin-right: 10px;
}
	.logo-for-mobile .titre_logo_second {
    margin-bottom: 0;
    font-size: 11px;
}

.logo-for-mobile {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo-for-mobile p {
    line-height: 15px;
}
    .wpbf-mobile-menu-hamburger {
        position: fixed;
        width: 100%;
        background: linear-gradient(45deg, #003366, #0066CC);
        box-shadow: 0 0 30px -15px gray;
        top: 0;
        z-index: 9;
        height: 65px;
    }
.entry-content h3 {
    font-size: 20px;
}
.bloc_flex {
    display: block;
}
.bloc_flex_item {
    width: 100%;
    padding-right: initial;
}
.footer_logo {
    width: 50%;
}
	
.bloc_nos_valeurs_item {
    display: flex;
	flex-direction: column;
	justify-items: center;
}

/* .bloc_nos_valeurs_item .icon {
    width: 100px;
    height: 100px;
    background: #007ec9;
    border-radius: 100px;
    padding: 20px;
	margin-bottom: 30px;
} */

.bloc_nos_valeurs_item .icon img {
    height: 100%;
    width: auto;
}

.bloc_nos_valeurs_item .text {
    width: 100%;
    margin-left: initial;
}

.bloc_nos_valeurs_item .text h3 {
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: initial;
    font-weight: 700;
}	
	
.second_bloc_footer_bas {
    width: 50%;
}
.wpbf-mobile-menu-toggle, .wpbf-menu-toggle {
        margin: 0;
        color: white;
        background: #001e67;
        padding: 10px;
        border-radius: 3px;
    }
.wpbf-mobile-menu>.menu-item a {
        color: #000000;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 500;
    }
.scrolling-active .mon_logo_custom_content {
    margin-left: 50px;
}
    .bloc_footer_flex {
        width: 100%;
        margin-top: 30px;
    }
header.article-header h3 {
    font-size: 17px;
}
.quatrieme_bloc.padding_top_bottom {
    background: transparent;
}
.blog main#main article {
    width: 100%;
}
.blog main#main article header.article-header {
    width: 100%;
    margin-right: initial;
}
.section-article-display {
    width: 100%;
    margin-top: 20px;
}
	.blog main#main article .wpbf-post-image-wrapper {
    height: 100% !important;
}
.blog main#main article {
    flex-direction: column;
}
.bloc_noir_haut {
    display: none;
}
.form_contact_page {
    margin: 1em 0 4em;
}
.form_contact_page .page_contact_gauche {
    width: 100%;
    padding: 2% 0 !important;
    background: none;
}
.formulaire_et_info .nom_mail p, .formulaire_et_info .objet_phone p {
    width: 100%;
}
.formulaire_et_info {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.blog main#main {
	flex-direction: column;
	padding-left: initial;
}
    .slider_banner {
        position: relative;
        margin-left: initial;
        top: initial;
        width: 100%;
        margin-top: initial;
        height: calc(100vh - 35px);
    }
    .page_banner__bg_image {
        height: 40vh;
        position: relative;
        margin-left: 0%;
        margin-top: initial;
    }
.wpbf-mobile-nav-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
}
.site_h1 p {font-size: 12px;}

.site_h1 p:after {
    height: 8px;
}
.mon_logo_custom_content p:nth-child(1) {
    font-size: 13px;
    margin-bottom: -10px;
    margin-top: 5px;
	color: white;
}
    .mon_logo_custom_content p:nth-child(2) {
        font-size: 13px;
        margin-top: 7px;
        color: white;
    }
	
	    .wpbf-mobile-logo-container .mon_logo_custom_content p:nth-child(3), .wpbf-mobile-logo-container .mon_logo_custom_content p:nth-child(4) {
        margin-top: -4px !important;
		color: white !important;
    }

    .mon_logo_custom_content {
        text-align: center;
        color: white;
        width: 240px;
        position: absolute;
        top: -7px;
        margin-left: 50px;
    }
.content_accueil {
    display: flex;
    flex-direction: column;
}
    .footer {
        flex-wrap: wrap;
        padding: 5%;
    }
.bloc_qui_sommes_nous_gauche {
    width: 100%;
    padding: 0 5%;
}
.bloc_qui_sommes_nous_droit {
    width: 100%;
    position: relative;
}
/* .padding_top_bottom {
    padding: 3em 0;
} */
    .second_bloc_accueil {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 0rem 5% !important;
    }
.troisieme_bloc_content {
    padding: 0;
    flex-direction: column-reverse;
}

div#form_accueil, div#form_accueil_anglais {
    padding: 5% 0;
}
.nom_mail p, .objet_phone p {
    width: 100%;
}

.quatrieme_bloc_content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 5%;
}
.quatrieme_bloc_content_text {
    width: 100%;
    padding-right: 0;
}
.quatrieme_bloc_content .image_competence {
    width: 100%;
}
    .slider_banner .list_slider_content .item_slider .item_content {
        width: 100%;
        left: 0;
        max-width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        min-width: 100%;
        max-width: 100%;
        z-index: 1;
        transform: translate(-50%, -50%);
        height: 100%;
        background: transparent;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 0 10%;
        text-align: center;
    }
.site_h1 {
    width: fit-content;
    padding-left: 0;
    font-size: 30px;
}
.footer_logo .mon_logo_custom_content {
        position: relative;
        width: fit-content;
        margin-left: 0px;
    }
.slider_banner .list_slider_content .item_slider .item_content h2 {
    font-size: 25px;
}

.sous_titre_h1 {
    font-size: 12px;
}
.slider_banner .list_slider_content .item_slider .item_content p {
    font-size: 15px;
}
.banner_buttons .principal_button {
    padding: 6px 12px;
    font-size: 7px;
    margin-right: 5px;
}
.vision_objectif {
    flex-direction: column;
}
.vision_objectif > div {
    width: 100%;
    margin-bottom: 20px;
}
.nos_valeurs {
    margin-bottom: 40px;
}

.wpbf-contact .entry-content, .wpbf-contact div#inner-content {
    padding-top: initial !important;
}
	.troisieme-bloc-contact {
    padding: 4em 10% 4rem;
    flex-direction: column-reverse;
}

.form_contact_page {
    display: flex;
    position: relative;
}

.page_contact_droite {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    box-shadow: none;
    background: none;
}
.banner_buttons {
    margin-top: 15px;
}
.bloc_qui_sommes_nous_droit p {
    margin-bottom: 70px;
}
.sub-menu .menu-item a {
    color: black;
}
    .banner_buttons .principal_button {
        padding: 7px 14px;
        font-size: 12px;
        border-radius: 3px !important;
    }
.slider_banner .list_slider_content .item_slider .item_content p {
    margin-top: 20px !important;
	font-size: 20px !important;
    line-height: initial;
    z-index: 9;
}
    .slider_banner .list_slider_content .item_slider .item_content h2 {
        font-size: 30px;
        line-height: 35px;
    }
.banner_buttons .principal_button svg {
    height: 10px;
    width: 10px;
    right: 5px;
    padding: 4px;
}
.site_h1 {
    font-size: 20px;
	padding-left: 15px;
}
.site_h1:after {
    top: 6px;
    width: 40px;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 25px;
}

.bloc_choix_entete {
    flex-direction: column;
}
.bloc_choix_entete .bloc_choix_titre, .bloc_choix_entete .bloc_choix_texte {
    width: 100%;
}
.tab-block {
    flex-direction: column;
}
.tab-block .tab-mnu {
    width: 100%;
}
.tab-block .tab-cont {
    width: 100%;
}
.second_bloc_accueil_content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.second_bloc_accueil img {
    width: 100%;
    transition: 1s ease;
}
.tab-block .tab-cont .tab-pane {
    padding: initial;
    height: initial;
}
.tab-block .tab-mnu li:after{
    display: none;
}
.bloc_decompte_content {
    flex-wrap: wrap;
}
.bloc_decompte_content .compteur {
    width: 100%;
    margin-bottom: 20px;
}
.tab_pane_img img {
    display: none;
}
}


@media screen and (max-width: 1024px){
	.scrolling-active .navbar_on_scroll, 
	header#header .wpbf-container:after, 
	header#header .wpbf-container:before,
	.page_banner:after
	{
		display: none;
	}
.page_banner_title p {
    font-size: 20px;
    line-height: normal;
}
.page_banner__content .page_banner_title h1 {
    font-size: 30px;
}
.arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 99%;
    display: flex
;
    justify-content: space-between;
    transform: translate(-50%, -50%);
}
.page_etude_info {
    flex-wrap: wrap;
}
.page_etude_info div span {
    font-size: 15px;
}
.single-etudes .page_banner__content {
    padding: 0 2%;
}
.page_etude_info div {
    width: calc(100% / 2);
	height: 100px !important;
}
/* 	.actu-etude-head {
    width: 100%;
    padding: 0 10%;
} */
	.single-etudes .page_banner__bg_image {
		height: 65vh;
		position: relative;
		margin-left: 0%;
		margin-top: initial;
	}

    .page_banner {
        position: relative;
        overflow: hidden;
        height: 40vh;
    }

header#header .wpbf-container {
    padding-left: 2%;
    padding-right: 2%;
	margin-bottom: -15px;
}
.bloc_atouts {
    overflow: hidden;
    padding-top: 4rem;
}
	.bloc_atouts .boc {
        padding-bottom: 0;
        padding-top: 30px;
    }
.menu-pour-mobile p.titre_logo_gras {text-transform: uppercase;}
.etude_content {
    width: 100%;
}
.question {
    height: 100%;
}
.date_mission {
    flex-wrap: wrap;
}
	.date_fin {
    margin: 0 10px;
}
	.actu_contenu h3 {
    	font-size: 15px;
	}
	.actu_contenu {
    	padding: 10px;
	}
}
.single div#content {
    margin-bottom: 0 !important;
}

.bloc-du-contenu.actualite-single-page {
    margin-top: 100px;
}

@media screen and (max-width: 991px){
.footer_first_bloc {
    display: flex;
    padding: 2% 10%; 
    flex-wrap: wrap;
}
	.bloc-du-contenu.actualite-single-page {
    margin-top: initial;
}
.single-etudes .page_banner_title p {
        font-size: 15px;
        line-height: normal;
        margin-top: -60px;
    }
.page_etude_info div {
        font-size: 11px;
    }
    .page_etude_info div span {
        font-size: 12px;
    }
.wrapper.nos-actualites .actu_content {
    width: 100% !important;
}
	.single-nos-actualites header.article-header {
    width: 100%;
}
	.bloc-du-contenu.actualite-single-page main#main {
    top: 30px;
}
	.wpbf-article-wrapper section.entry-content.article-content {
    padding-top: initial;
}
}

@media screen and (max-width: 767px){
	.bloc-blue {
    width: 100%;
    padding: 5%;
}
	.slider_banner .list_slider_content .item_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: initial;
    -o-animation: initial;
    -moz-animation: initial;
    -webkit-animation: initial;
}
	.bloc_nos_services .bloc_flex{
    	width: 100%;
	}
.page-actualite {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.principal-bloc-contact {
        display: flex;
        flex-direction: column;
    }
.bloc-blue .h1 {
    font-size: 40px;
}
.wpbf-etudes-content {
    display: flex;
    flex-direction: column;
}
	.bloc-du-contenu.actualite-single-page main#main .logo_commanditaire_etude {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
}
@media screen and (max-width: 600px){
    .footer_logo {
        width: 100%;
        margin-bottom: 30px;
    }
	.seul-etude .principal_button {
    top: 38%;
}
	.seul-etude .page_etude_info .etude_autorite, .seul-etude .page_etude_info .etude_demarrage {
    height: 50px !important;
}
	 .seul-etude .principal_button {
        font-size: 12px;
    }
/* 	    .actu-etude-head {
        padding: 0 5%;
    } */
}

.nouveau-menu-mobile {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background-color: #ffffff;
    transition: left 0.3s ease;
	padding-top: 65px;
}

.nouveau-menu-mobile.open {
  left: 0; /* Menu visible lorsqu'il a la classe "open" */
	box-shadow: 70px 0 70px -67px #0000008f;
}

.fade-out {
    opacity: 0;
    transition: opacity 2s ease-in-out;
}