/*
 * Theme Name: Le Studio
 * Description: 
 * Author: Le Studio
 * Version: 0.0.1
 * Tags: 
 */

@font-face {
    font-family: 'autography';
    src: url('/wp-content/themes/lestudio/fonts/autography.otf') format('opentype'),
    font-weight: normal;
    font-style: normal;
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 1em;
	font-family: 'Source Sans Pro', sans-serif;
	color: #1d1d1b;
	position: relative;
	overflow-x: hidden;
    margin: 0;
}

body, section, article, div, ul, li, p, img, textarea, input {
    box-sizing: border-box;
}

h1 { 
    font-size: 2.1em; 
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 45px 0;
}

h2 { 
    position: relative;
    font-size: 2em; 
    margin: 0;
    text-align: center;
    position: relative;
    color: #006579;
    margin-top: 25px;
    margin-bottom: 60px;
}

h2::after { 
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 65px;
    height: 5px;
    background-color: #006579;
}
h2.has-text-align-left::after { 
    left: 0;
    transform: translate(0, 0);
}

h3 { 
    font-size: 1.17em; 
    text-transform: uppercase;
    margin: 20px 0 15px;
}

h4 { 
    font-size: 1.12em; 
    margin: 15px 0 10px 0;
}

h5 { 
    font-size: .83em; 
}

h6 { 
    font-size: .75em; 
}

img{
    max-width: 100%;
    height: auto;
}

ul, ol {
    padding: 0;
    margin: 0 0 15px 0;
}

li {
    margin-left: 15px;
    padding-bottom: 5px;
    line-height: 1.3em;
    color: #006579;
}

p {
    margin: 0;
    line-height: 1.4em;
    padding-bottom: 15px;
    color: #006579;
}

span {
    color: #006579;
}

hr {
    margin: 0;
}

a {
    color: #006678;
}


/* *** PHOTOS BACKGROUND *** */

[background-photo] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
}
[background-photo] img {
  display: none;
}





/* *** COULEURS *** */

:root{
    --bleu: #006579;
}





/* *** CLASS FLEX *** */

.flex{
    display: flex;
}
.flex-column{
    display: flex;
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.ai-center{
    align-items: center;
}
.ai-flex-start{
    align-items: flex-start;
}
.ai-flex-end{
    align-items: flex-end;
}
.jc-space-around{
    justify-content: space-around; 
}
.jc-space-between{
    justify-content: space-between; 
}
.jc-flex-end{
    justify-content: flex-end;
}
.jc-flex-start{
    justify-content: flex-start;
}
.jc-center{
    justify-content: center;
}



/* ********************* EFFETS ********************* */

@keyframes animation_images_accueil {
  0%   {transform: scale(1);}
  100% {transform: scale(2.2);}
}




/* ********************* GLOBALE ********************* */

#header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 450px;
    height: 100%;
    background-color: white;
    box-shadow: 5px 0px 15px rgba(0,0,0,0.1);
}

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

.bouton a {
    display: inline-block;
    font-weight: bolder;
    text-decoration: none;
    padding: 15px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bouton_blanc a {
    background-color: white;
    color: #006579;
}

.bouton_couleur a {
    background-color: #006678;
    color: white;
}

.bouton_couleur_fonce a {
    background-color: #034451;
    color: white;
}

.bouton_bordure a {
    border: solid 1px #006678;
    color: #006678;
}


.fil_ariane {
    font-size: 0.9em;
    padding: 15px 0;
    color: grey;
    font-style: italic;
}

.fil_ariane a {
    color: grey;
}


.page-content {
    max-width: 690px;
    margin: 0 auto;
    padding: 10px 0 45px 0;
}

.page-content p {
    line-height: 1.4em !important;
}

.page-content em {
    font-weight: lighter;
}

.pages {
    position: relative;
}


.wp-block-image img {
    width: 100%;
}

.wp-block-image figure {
    width: 100%;
    margin: 35px 0;
}


.position {
    position: relative;
    z-index: 1;
}



.fond_noir {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.contenu_page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 25px;
}

.la_page {
    max-width: 800px;
    margin: 0 auto;
    padding: 45px 25px;
}




/* *** PRELOADER *** */

#preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #044352;
    z-index: 9999999999;
    display: flex;
    align-items: center ;
    justify-content: center ;
}
  
#loading{
    width: 150px;
    height: 150px;
    position: relative;
    -webkit-animation: mymove 1.5s infinite; 
    animation: mymove 1.5s infinite;
}

/*** ANIMATION PRELOADER ***/
@-webkit-keyframes mymove {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 100%;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}   


/*** BANDEAU VOLANT ***/
#bandeau_volant {
    position: fixed;
    width: 100%;
    background-color: #006579;
    box-shadow: 2px 2px 25px rgba(0,0,0,0.3);
    z-index: 999;
    top: -600px;
    left: 0;
    transition: all 0.3s ease;
    padding: 8px 12px;
    box-sizing: border-box;
}
#bandeau_volant.volant {
    top: 0;
}
.contener_bandeau_volant {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-bandeau-volant{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#lien-home{
   font-size: 1.4em;
   font-weight: bold;
}
#lien-home img{
    width: 50px;
    height: 50px;
    display: block;
    object-fit: contain;
}










@-webkit-keyframes background_couleur {
    0% {
      background-color: #034451;
    }
    50% {
      background-color: #006579;
    }
    100% {
      background-color: #034451;
    }
}




/* ********************* HEADER-HOME  ********************* */

.header{
    /*background: linear-gradient(-00deg, rgb(4, 67, 82) 0%, rgb(0, 101, 121) 100%);*/
    position: relative;
    overflow: hidden;
    background-color: black;
}
.header .header_haut{
    background-color: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header .header_haut hr{
    border: none;
    width: 1px;
    height: 15px;
    background-color: #044352;
    margin: 0 12px;
}
.header ul#wrapper_reseaux_sociaux{
    padding-bottom: unset;
    margin: 0;
}
.espace_membres {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.header .picto_membres{
    padding: 5px;
    width: 30px;
}
.header .connexion_espace_membre{
    color: #044352;
    font-weight: 600;
    text-transform: unset;
    padding-bottom: unset;
    font-size: 0.9em;
}

.header_bas{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 25px;
}

.header #logo_header{
    display: block;
    width: 190px;
    height: auto;
    margin: unset;
    padding: unset;
}

.header .menu_principal{
    padding: unset;
}
.header ul#menu-menuprincipal li{
    display: inline-block;
    position: relative;
    padding: unset;
    margin-right: 15px;
}
.header ul#menu-menuprincipal li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: -15px;
    width: 5px;
    height: 5px;
    background-color: white;
    transform: translate(5px);
}
.header ul#menu-menuprincipal li a{
    color: white;
    text-transform: unset;
}


/* *** Slider *** */

.dots {
    position: absolute;
    top: 38%;
    left: 10px;
    z-index: 1;
    transform: translate(0, -50%);
}

.dot {
    display: block;
    /*width: 14px;
    height: 14px;
    background: rgba(255,255,255,0.15);*/
    margin: 7px;
    border-radius: 60px;
    cursor: pointer;
    animation: fade 4s;
}

.dot.dot_active {
    /*background-color: white;*/
}

.contenu_intro_accueil {
    gap: 35px;
}

.contenu_intro_accueil img {
    object-fit: contain;
    border-radius: 35px;
    height: 100%;
    margin-left: 50px;
}
.down{display: none;}
.invisible{opacity: 0.05;}




/* animation svg */
.illu_bretagne polyline {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 5s linear;
}
.illu_bretagne .st0{stroke:#95D3E6;}
.illu_bretagne .st1{stroke:#FFFFFF;}
.illu_bretagne .st2{stroke:#A4D9EA;}
.illu_bretagne .st3{stroke:#AEDDEC;}

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

#chiffres_cabinet{
    margin-bottom: 15px;
}
.chiffre_cab{
    width: 120px;
    margin: 10px;
    text-align: center;

}
.chiffre_cab img{
    margin-bottom: 5px;
    object-fit: contain;
    object-position: center;
    height: 40px;
}
.chiffre_cab strong{
    font-size: 1.2em;
    color: #006678;
    display: block;
    margin-bottom: 5px;
}


/* ********************* HEADER ********************* */

header a {
    text-decoration: none;
}

.intro_pages {
    padding: 130px 0;
}

.intro_pages h1 {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    z-index: 2;
    color: white;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.intro_pages hr{
    width: 80px;
    height: 5px;
    border: none;
    background-color: white;
    margin-bottom: 28px;
}
.intro_pages p{
    font-size: 1.2em;
    color: white;
}

.wrapper_header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 3;
}

ul#menu-menuprincipal li {
    list-style: none;
    padding-bottom: 35px;
    position: relative;
}

ul#menu-menuprincipal li a {
    color: #1d1d1b;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 600;
}

#logo_header {
    display: block;
    width: 70%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    padding: 35px;
    margin-top: 7vh;
}

.illu_bretagne {
    position: absolute;
    bottom: -110px;
    right: -80px;
    z-index: 2;
    transform: translate(0%, 0%);
    width: 580px;
    opacity: 0.4;
}



.slider-container {
    width: 100%; /* Largeur du slider, ajustez-la selon vos besoins */
    margin: 0 auto; /* Centrez le slider horizontalement */
    position: relative; /* Assurez-vous que les éléments à l'intérieur se positionnent correctement */
}

/* Style pour chaque diapositive */
.slide {
    position: relative; /* Assurez-vous que les éléments à l'intérieur se positionnent correctement */
}

/* Style pour l'image à l'intérieur de chaque diapositive */
.slide img {
    width: 100%; /* Pour que l'image occupe toute la largeur du conteneur */
    height: auto; /* Pour conserver les proportions originales de l'image */
}

/* Style pour la légende de l'image */
.image-caption {
    text-align: center; /* Centrez le texte de la légende */
    margin-top: 10px; /* Espace en haut de la légende */
}


.slider-container {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.slick-list,
.slick-track {
    height: 100%;
}

.slick-slide img {
  height: 100%;
  object-fit: cover;
}

.fond_header img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
}

#barre-contacts{
    position: relative;
    background-color: #044352;
    background-color: #006579;
    width: 100%;
    padding: 15px;

}
#barre-contacts .inner-barre-contacts{
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
}
.bloc-barre-contacts{
    width: 33%;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid white;
}
.bloc-barre-contacts:last-child{
    border-right: 0px solid white;
}
.picto-barre-contacts{
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 20px;
}

.picto-barre-contacts img{
    position: relative;
    width: 25px;
    height: 25px;
    object-fit: contain;
    object-position: center;
}
#barre-contacts .inner-barre-contacts p{
    margin-bottom: 0;
    padding-bottom: 0;
    color: white;
}
#barre-contacts .inner-barre-contacts a{
    color: white;
    text-decoration: none;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

#barre-contacts .inner-barre-contacts a:hover{
    opacity: 0.5;
}

/* ****************** MENU ORDI ****************** */

#mega-menu-Top li:hover a {
  text-decoration: none !important;
  position: relative !important;
}
#mega-menu-Top li:hover a:before {
  content: "" !important;
  position: absolute !important;
  width: 100% !important;
  height: 2px !important;
  bottom: 0 !important;
  left: 0 !important;
  background-color: white !important;
  visibility: hidden !important;
  transform: scaleX(0) !important;
  transition: all 0.3s ease !important;
}
#mega-menu-Top li:hover a:hover:before {
  visibility: visible !important;
  transform: scaleX(1) !important;
}

#mega-menu-wrap-Top #mega-menu-Top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
#mega-menu-wrap-Top #mega-menu-Top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    border-bottom: solid 1px var(--bleu);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* ****************** MENU MOBILE ****************** */

.mobmenul-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #044352 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 600px !important;
    order: solid 2px white;
}

.mobmenu-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobmenu-left-panel {
    width: 100% !important;
    background-color: #006678 !important;
}

.mob-menu-header-holder {
    top: 0 !important;
    left: 5px !important;
}

.menu-menuprincipal-container {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.menu-menuprincipal-container::before {
    content: url(/wp-content/uploads/2022/07/mg_conseil_logo_blanc_01.svg);
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.mobmenu-left-panel .mob-cancel-button {
    color: white !important;
}

.mobmenu-content li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.mobmenu-content > li > a {
    text-transform: uppercase !important;
    font-size: 1.2em !important;
}

#mobmenuleft .mob-expand-submenu, 
#mobmenuleft > .widgettitle, 
#mobmenuleft li a, 
#mobmenuleft li a:visited, 
#mobmenuleft .mobmenu-content h2, 
#mobmenuleft .mobmenu-content h3, 
.mobmenu-left-panel .mobmenu-display-name, 
.mobmenu-content .mobmenu-tabs-header li {
    text-transform: uppercase !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}



/* ****************** FIL D'ARIANNE ****************** */

#filarianne {
    color: white;
    padding: 10px 25px;
    max-width: 1400px;
    margin: 0 auto;
    font-size: 0.9em;
    text-align: center;
    position: relative;
    z-index: 3;
}

#filarianne a,
#filarianne span {
    color: white;
}


/* ********************* PAGE ACCUEIL ********************* */

#header-home .intro_accueil {
    text-align: center;
}

.intro_accueil {
    position: relative;
    padding: 250px 25px 250px 25px;
    max-width: 800px;
    margin: 0 auto;
    z-index: 2;
}

.mg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    object-fit: contain;
}

.contenu_intro_accueil {
    color: white;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: ease 1s;
    opacity: 0;
    text-align: center;

}

.contenu_intro_accueil.active{
    opacity: 1;
}

.contenu_intro_accueil.bottom{
    top: 100%;
}

@keyframes fade {
  0% {  }
  100% { bottom: 100%; }
}

.intro_accueil h1,
.intro_accueil strong {
    padding-bottom: 20px;
    padding-top: unset;
    position: relative;
    z-index: 2;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 4em;
    display: block;
}

.intro_accueil hr{
    width: 80px;
    height: 5px;
    border: none;
    background-color: white;
    margin-bottom: 28px;
}
.intro_accueil p{
    font-size: 1.2em;
    color: white;
}


#header_pages .intro_accueil hr {
  width: 80px;
  height: 5px;
  border: none;
  background-color: white;
  margin: 0 auto;
}

#header_pages .intro_accueil {
    padding: 50px 25px;
}


/* *** MEA CABINET *** */

#mea_cabinet {
    position: relative;
    padding: 0 25px;
    overflow: hidden;
    /*background-image: radial-gradient(circle at 90% 80%, transparent, #00000014) !important;*/
    /*animation: background_couleur 5s infinite ease-in-out;*/
    /*background: rgb(0,101,121);
    background: linear-gradient(90deg, rgba(4,67,82,1) 0%, rgba(0,101,121,1) 100%);*/
    background: #006579;
    background: #044352;
}

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

.contener_mea_cabinet {
    background-color: white;
    height: 100%;
    padding: 50px;
    max-width: 696px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 30px 45px rgba(0,0,0,0.3);
}

#mea_cabinet h2 {
    color: white;
    position: relative;
    z-index: 3;
}

#mea_cabinet h2:after {
    background-color: white;
}

.fond_header {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.fond_header video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}



/* *** MEA BILAN *** */

#mea_bilan {
    padding: 50px 25px;
}

.schema_accueil {
  max-width: 1340px;
  margin: 0 auto;
}

.mention_mea_bilan {
    text-align: center;
    margin: 65px auto 25px auto;
    display: block;
    color: #006579;
}

.schema_accueil .photo_mea_competences img {
    width: 250px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}





/* *** MEA COMPETENCES *** */

#mea_competences {
    background-color: #ebf3f4;
    padding: 50px 25px;
}

#mea_competences .liste_competences {
    gap: 40px;
    max-width: 1280px;
    margin: 0 auto;
}

#mea_competences .liste_competences > * {
    width: calc(50% - 40px);
}

.liste_competences .element_competences {
    padding: 35px;
}

.photo_mea_competences {
    position: relative;
}

#vos-besoins .photo_mea_competences img,
#nos-solutions .photo_mea_competences img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#vos-besoins .liste-sous-pages,
#nos-solutions .liste-sous-pages{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#vos-besoins .liste-sous-pages .element_competences,
#nos-solutions .liste-sous-pages .element_competences{
    width: calc(50% - 15px);
}

.liste_competences .photo_mea_competences img {
    object-fit: contain;
    width: 100%;
    height: 250px;
    object-position: bottom;
    margin-bottom: 20px;
}

#mea_competences .titre_mea_h3 {
    background-color: transparent;
}

#mea_competences .titre_mea_h3 h3 {
    color: #006579;
    padding: 0 25px 0 25px;
    text-align: center;
}

#mea_competences .titre_mea_h3 h3 span {
    color: #006579;
}



.titre_mea_h3 {
    background-color: #006579;
}

.titre_mea_h3 h3 {
    margin: 0 auto;
    max-width: 350px;
    color: white;
    padding: 25px 0;
    line-height: 1.2em;
}

.titre_mea_h3 h3 span {
    font-weight: 100;
    display: block;
    color: white;
}

.contenu_mea {
    padding: 25px;
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
}





/* *** MEA BESOINS *** */

#mea_besoins {
    padding: 50px 25px;
    background-color: white;
    gap: 80px;
    max-width: 1435px;
    margin: 0 auto;
}

#mea_besoins > * {
    width: calc(50% - 80px);
}

.intro_mea_besoin h2 {
    text-align: left;
}

.intro_mea_besoin h2:after {
    left: 0;
    transform: inherit;
}

.texte_intro_mea_besoins {
    padding: 15px 0;
}

.intro_mea_besoin strong {
    font-size: 3em;
    color: #034451;
}

.liste_mea_besoins {
    gap: 25px;
}

.liste_mea_besoins > * {
    width: calc(50% - 25px);
    background-color: #ebf3f4;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.element_besoin img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    display: block;
}

.element_besoin h3 {
    color: #034451;
}

#impot img {
    width: 35px;
}

#placement img {
    width: 28px;
}




/* *** MEA SOLUTIONS *** */

#mea_solutions {
    background-color: var(--bleu);
    padding: 50px 25px;
}

.contener_mea_solutions {
    max-width: 1280px;
    margin: 0 auto;
}

#mea_solutions h2 {
    color: white;
}

#mea_solutions h2::after {
    background-color: white;
}

#mea_solutions img {
    width: 165px;
    height: 165px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    padding: 35px;
}

#mea_solutions h3 {
    text-align: center;
    padding-top: 0;
    max-width: 280px;
    margin: 0 auto;
}

#mea_solutions .titre_mea_h3 {
    background-color: #044352;
}

#mea_solutions .bouton {
    margin-top: 15px;
}

#mea_solutions .photo_mea_competences {
    background-color: #044352;
}


/* *** MEA INVESTISSEMENTS *** */

#mea_investissements {
    background-color: #ebf3f4;
}

.liste_investissements {
    column-gap: 15px;
}

.liste_investissements > * {
    position: relative;
    width: 50%;
    padding: 140px 25px;
}

.liste-sous-pages {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.photo_investissements {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-blend-mode: luminosity;
    background-color: #006579;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.photo_inv_responsable {
    background-image: url(/wp-content/uploads/2022/08/investissements_responsables_01.jpg);
}

.photo_scpi {
    background-image: url(/wp-content/uploads/2022/08/scpi_01.jpg);
}

.fond_bleu {
    background-color: rgba(0,101,121,0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.contenu_investissements {
    color: white;
    max-width: 420px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.contenu_investissements h2 {
    color: white;
    text-align: left;
    margin-bottom: 25px;
}

.contenu_investissements h2::after {
    display: none;
}   

.texte_mea_investissement {
    margin-bottom: 25px;
}

.texte_mea_investissement p {
    color: white;
}




/* *** MEA APPARTEMENTS *** */

#mea_appart {
    padding: 50px 25px;
}

.liste_appartement {
    gap: 40px;
    max-width: 1280px;
    margin: 0 auto;
}

#mea_appart .contener_mea_competences {
    background-color: #ebf3f4;
}

#mea_appart > .bouton {
    margin-top: 45px;
}

.appartement_adresse {
    text-transform: none;
}

.contenu_mea > * {
    display: block;
}

.nbre_pieces {
    margin-bottom: 15px;
    font-weight: 800;
}

.contenu_mea strong {
    font-size: 1.8em;
    margin-top: 10px;
    color: #006579;
}

.etiquette {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    background-color: white;
    color: #006579;
    padding: 10px 25px;
}

.liste_appartement .photo_mea_competences img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    margin-bottom: 0;
}

#mea_appart .element_competences,
#nos-appartements .element_competences {
    box-shadow: none !important;
}

.accueil .element_competences,
#nos-appartements .element_competences {
    position: relative;
    top: 0;
    width: calc(33% - 40px);
    background-color: white;
    box-shadow: 0 20px 25px rgba(0, 102, 120, 0.15);
    border-radius: 15px;
    transition: all 0.35s ease-out;
}

.accueil .element_competences:hover {
    box-shadow: 0 35px 25px rgba(0, 102, 120, 0.35);
    top: -5px;
}


/* *** MEA PARTENAIRES *** */

#mea_partenaires {
    background-color: #ebf3f4;
    padding: 50px 25px;
}

#liste_partenaires_accueil {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: white;
    box-shadow: 0 20px 25px rgba(0, 102, 120, 0.15);
    border-radius: 15px;
    max-width: 1390px;
    margin: 0 auto 45px auto;
    padding: 15px;
}

#liste_partenaires_accueil li {
    margin: 15px;
    list-style: none;
}

#liste_partenaires_accueil li img {
  width: 220px;
  height: 130px;
  object-fit: contain;
}






/* *** NEWSLETTER *** */

#news_brochure > * {
    width: 50%;
}

#newsletter {
    background-image: url(/wp-content/uploads/2022/08/personnes_signature_01.jpg);
    background-blend-mode: luminosity;
    background-color: #006579;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 160px 25px 65px 25px;
    position: relative;
}


.contener_newsletter {
    background-color: white;
    box-shadow: 0 31px 78px rgba(0, 101, 121, 0.9);
    max-width: 800px;
    margin: 0 auto;
    border-radius: 15px;
    position: relative;
    z-index: 3;
}

#newsletter h3 {
    font-size: 1.6em;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: lighter;
    color: #044352;
}

.illu_newsletter {
    position: relative;
    padding: 15px;
}

.contenu_newsletter {
    padding: 0 25px 25px 25px;
    text-align: center;
}

.lettre_newsletter {
    width: 227px;
    display: block;
    object-fit: contain;
    position: relative;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 25px 25px 0 25px;
    margin-top: -137px;
}

.champ_email input#form_email_1 {
    background-color: #044352;
    padding: 15px 15px !important;
    border-radius: 60px;
    border: none;
    color: white;
    width: 400px !important;
    margin: 10px auto !important;
}

.bouton-envoyer-newsletter input.mailpoet_submit {
    display: block;
    color: #044352;
    text-align: center;
    border: solid 1px #044352;
    border-radius: 600px;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 10px 15px !important;
    margin: 0 auto !important;
    text-align: center !important;
    max-width: 160px;
    cursor: pointer;
}

.bouton_abonnement_newsletter {
    width: 100%;
}

#mailpoet_form_1 form.mailpoet_form {
    padding: 0 !important;
}

.mailpoet_checkbox_label {
    font-size: 0.8em;
    text-align: center;
}



/* *** BROCHURE *** */

#brochure_accueil {
    padding: 25px;
}






/* ********************* PAGE DOMAINES DE COMPETENCES ********************* */

#particuliers {
    background-color: #ebf3f4;
    padding: 25px;
}

#domaines-de-competences h2 {
     text-align: center;
     color: #1d1b1b;
}

#domaines-de-competences h2::after {
     display: none;
}

.intro_domaines_de_competences {
    background-color: var(--bleu);
    color: white;
}

.intro_domaines_de_competences a, 
.intro_domaines_de_competences .fil_ariane {
    color: #1d1d1b;
}

.content_photo_domaines_de_competences {
    filter: grayscale(1);
}

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

.wrapper_domaines_de_competences {
    padding: 25px 0;
}

.content_photo_domaines_de_competences {
    width: 65%;
    height: 450px;
    overflow: hidden;
    position: relative;
    box-shadow: 7px 7px 15px rgba(0,0,0,0.3);
    display:  flex;
}

.content_photo_domaines_de_competences img {
    object-fit: cover;
    width: 100%;
}

.content_text_domaines_de_competences {
    width: 35%;
    padding: 0 3vw;
    line-height: 1.6em;
    max-width: 360px;
}

ul.domaine_competence_contact {
    display: flex;
}

ul.domaine_competence_contact li {
    list-style: none;
    padding: 25px 10px 10px 0;
    cursor: pointer;
}

ul.domaine_competence_contact li img {
    width: 40px;
}


.wpcf7-list-item input {
    width: initial !important;
}

.exergue {
    background-color: white;
    color: var(--bleu);
    padding: 25px;
    text-align: center;
    margin: 0 0 25px 0;
    font-weight: 900;
}


#des-competences .element_competences {
    width: calc(25% - 40px);
    background-color: #ebf3f4;
}

#des-competences .element_categories h3 {
    padding: 25px;
    background-color: #006579;
    color: white;
    margin: 50px auto 25px auto;
    text-align: center;
    max-width: 600px;
}

#professionnels {
    margin-top: 50px;
    padding: 25px;
}

.contener_professionnels {
    padding: 25px;
}

.contenu_professionnels {
    width: 20%;
    margin: 0 auto;
    padding: 15px 25px;
    background-color: #ebf3f4;
}


.contener_intro_methode {
    padding: 25px;
    background-color: #378595;
}

.contener_intro_methode .intro_competences{
    padding: 0;
}

.contener_intro_methode p,
.contener_intro_methode h2,
.contener_intro_methode span {
    color: white;
}

.contener_intro_methode h2::after {
    background-color: white;
}

.intro_competences {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 0 25px;
}

.titre_competence {
  position: relative;
  max-width: 1500px;
  margin: 130px auto;
}

#particuliers .titre_competence::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 20%;
  transform: translate(0, -50%);
  background: #378595;
  height: 120%;
  width: 80%;
}

#professionnels .titre_competence::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 20%;
  transform: translate(0, -50%);
  background: #378595;
  height: 120%;
  width: 80%;
}

.titre_competence h2 {
    margin-top: 0px;
    margin-bottom: 40px;
}

.titre_competence h2 span {
  font-weight: 100;
  display: block;
}

.photo_competences {
    position: relative;
    z-index: 3;
}


.liste_competences {
    gap: 10px;
}

.element_competences {
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.element_competences .photo_competences {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: all 0.2s ease-out;
}

#des-competences .element_competences:hover .photo_competences {
    transform: translate(-50%, -50%) scale(1.3);
}

#des-competences .element_competences h3 {
    text-align: center;
    color: white;
    position: relative;
    z-index: 3;
    margin: 0 auto;
}

#des-competences .element_competences a {
    text-decoration: none;
    cursor: pointer;
}





/* *** PARTICULIERS *** */

.contenu_particuliers {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    padding: 25px;
    background-color: white;
    display: none;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
}

.contenu_particuliers.active {
    display: block;
}

.element_particulier {
    margin-bottom: 25px;
    max-width: 450px;
    margin: 0 auto;
}

.element_particulier h4 {
    margin-bottom: 15px;
}

.sous_titre_particuliers {
    margin-bottom: 45px;
    color: #c4c4c4;
    font-size: 0.9em;
    display: block;
}

.fermer {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2em;
    font-weight: 900;
    cursor: pointer;
}


/* *** PROFESSIONNELS *** */

#professionnels {
    background-color: #ebf3f4;
}

.liste_professionnels .element_competences:last-child {
    width: 100% !important;
}






/* *** SCHEMAS COMPETENCES *** */

.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.tabs li {
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
}

.tabs li.open {
  background-color: white;
}

.tabs a {
  display: block;
  padding: 5px 10px;
  color: #006579;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.tabs a:hover {
  background-color: white;
}

.tab-content {
    padding: 25px 0;
}

.tab-content > div {
  display: none;
  padding: 25px;
  max-width: 1540px;
  margin: 0 auto;
}

.tab-content > div:first-child {
  display: flex;
}


.element-annotation{
    position: relative;
    font-weight:  bold;
    text-decoration: underline;
    cursor: help;
}

.annotation{
    display: none;
    position: absolute;
    z-index:  2;
    top:  100%;
    left:  50%;
    transform: translateX(-50%);
    width:  320px;
    max-width:  100%;
    padding:  15px;
    border-radius:  15px;
    background:  white;
    box-shadow: 0 20px 25px rgba(0, 102, 120, 0.15);

}
.annotation p:last-child {
    padding-bottom:  0px;
}

.element-annotation:hover .annotation{
    display:  block;
}

.objectifs_competences,
.missions_competences {
    width: 30%;
}

.focus_competence {
    background-color: #006579;
    border: solid 15px #93d3d8;
    border-radius: 600px;
    padding: 45px;
    width: 500px;
    height: 500px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.focus_competence h3 {
    text-transform: uppercase;
    color: #93d3d8;
    font-size: 1.8em;
}

.focus_competence span {
    color: white;
    font-size: 0.9em;
}

/*a.bloc_competences*/
.bloc_competences{
    text-decoration: none;
    display: block;
    margin: 25px 0;
    padding: 25px;
    /*cursor: pointer;*/
    transition: all 0.2s ease;
}

.bloc_competences {
  box-shadow: 0 20px 25px rgba(0, 102, 120, 0.15);
  border-radius: 30px;
}

.titre_bloc_competence {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #006579;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.titre_bloc_competence img {
    object-fit: contain;
    display: block;
    margin-right: 10px;
}

.picto_objectifs {
    width: 50px;
    height: 50px;
}

.picto_fleche_competences {
    width: 22px;
    height: 20px;
}

.titre_bloc_competence h4 {
    color: #006579;
}






/* ********************* PAGE METHODE DE TRAVAIL ********************* */

#bilan_patrimonial {
    padding: 50px 25px;
}


#parcours_client {
    background-color: #ebf3f4;
}

.contener_parcours_client {
    max-width: 820px;
    margin: 0 auto;
    padding: 50px 25px;
}

.image_methode {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 15px 15px rgba(0,0,0,0.15));
}

#vos_objectifs{
    position: relative;
    padding-top: 50px;
    padding-bottom: 0px;
}
#vos_objectifs h2{
    margin-bottom: 100px;
}
#liste-objectifs{
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}
.bandeau_objectif{
    position: relative;
    padding: 80px 50px;
    width: 50%;
}
.bandeau_objectif:nth-child(2), .bandeau_objectif:nth-child(3){
    background-color: #ebf3f4;
}

.bandeau_objectif h3{
    text-align: center;
}

.bandeau_objectif > div{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.picto-objectif{
    display: block;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.picto-objectif img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


/* ********************* PAGE CABINET ********************* */



/* *** CABINET *** */

.contenu_page {
    position: relative;
    z-index: 3;
    gap: 40px;
    margin: 50px auto;
}

.photo_page {
    width: calc(60% - 20px);
}

.contener_page {
    width: calc(40% - 20px);
    position: relative;
}

.contenu_page::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 20%;
  background: #ebf3f4;
  height: 100%;
  width: 80%;
}

.photo_page img {
    width: 100%;
    object-fit: contain; 
}


/* *** BROCHURE *** */

#brochure {
    max-width: 1280px;
    margin: 100px auto 0 auto;
    padding: 50px 25px;
    box-shadow: 0 20px 25px rgba(0, 102, 120, 0.15);
}

.brochure {
    width: 350px;
    height: 350px;
    margin: 0 auto;
    object-fit: contain;
    display: block;
}

.contenu_brochure {
    max-width: 625px;
    margin: 0 auto;
}

.contenu_brochure strong {
    text-align: left;
    margin-bottom: 15px;
    display: block;
}

/* *** EQUIPE *** */

#wrapper_portait {
    padding: 50px 0;
}

.liste_equipe {
    max-width: 1280px;
    margin: 60px auto;
}

.contenu_equipe {
    width: 50%;
    padding: 25px 45px;
}

.element_equipe {
    margin-bottom: 0px;
}

.element_equipe:nth-child(even) .photo_portrait {
    order: 2;
}

.element_equipe:nth-child(even) .contenu_equipe {
    order: 1;
    text-align: right;
}

#wrapper_portait h2 {
    color: white;
    position: relative;
    z-index: 3;
}

#wrapper_portait h2:after {
    background-color: white;
}

.fonction {
    margin: 10px 0;
    font-weight: 800;
}

.photo_portrait {
    width: 50%;
    height: auto;
    object-fit: contain;
    display: block;
}


.liste_equipe h3 {
    text-transform: uppercase;
    color: var(--bleu);
    font-size: 1.56em;
}

.liste_equipe p {
    color: var(--bleu);
}

.fond_equipe {
    background-color: var(--bleu);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}




/* *** VALEURS *** */

#valeurs h2 {
    margin-top: 60px;
}

.liste_valeurs h3 {
    color: white;
}

.liste_valeurs {
    gap: 40px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 25px;
}

#valeurs .photo_mea_competences {
    background-color: #006579;
}

#valeurs .photo_mea_competences img {
   width: 150px;
   height: 150px;
   object-fit: contain;
   display: block;
   padding: 25px;
   margin: 0 auto;
}

#valeurs .element_competences {
    position: relative;
    top: 0;
    width: calc(25% - 40px);
    background-color: var(--bleu);
    box-shadow: 0 20px 25px rgba(0, 102, 120, 0.15);
    border-radius: 15px;
    transition: all 0.35s ease-out;
    padding: 50px 25px;
    text-align: justify;
}
#valeurs .element_competences h3{
    text-align: center;
}

#valeurs .contener_mea_competences p {
    color: white;
}






/* ********************* PAGE COMPETENCES RUBRIQUES ********************* */

.element_competences {
    position: relative;
}

.photo_element_competences {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.liste_des_competences {
    max-width: 1920px;
    margin: 0 auto;
    padding: 25px;
}

.liste_des_competences a {
    display: block;
    padding: 50px 25px;
    background-color: var(--bleu);
}


.picto_competences {
    width: 50px;
    height: 50px;
    display: block;
    margin: 15px auto;
    object-fit: contain;
}





/* ********************* PAGE COMPETENCES DETAIL 01 ********************* */

#competence_detail {
    padding: 50px 25px;
    background-color: #ebf3f4; 
}


#competence_detail .wp-block-media-text .wp-block-media-text__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 25px;
    background-color: #378595;
    /*background: linear-gradient(-00deg, rgb(4, 67, 82) 0%, rgb(0, 101, 121) 100%);*/
}

#competence_detail .wp-block-media-text .wp-block-media-text__content h2 {
    color: white;
}

#competence_detail .wp-block-media-text .wp-block-media-text__content h2::after {
    background-color: white;
}

#competence_detail .wp-block-media-text {
  position: relative;
  margin: 80px auto;
  max-width: 1500px;
}

#competence_detail .wp-block-heading {
    margin-top: 45px;
    padding: 15px;
}

#competence_detail .wp-block-media-text p,
#competence_detail .wp-block-media-text li {
    color: white !important;
}

#competence_detail .wp-block-media-text__content {
    position: relative;
    z-index: 3;
}

#competence_detail .wp-block-media-text__media {
    position: relative;
    z-index: 2;
    height: 440px;
}



#competence_detail .wp-block-media-text::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 20%;
  transform: translate(0, -50%);
  background: #378595;
  height: 100%;
  width: 80%;
}

#competence_detail .has-media-on-the-right::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 20%;
  left: inherit;
  transform: translate(0, -50%);
  background: #378595;
  height: 100%;
  width: 80%;
}

.wp-block-media-text__media img {
    height: 100% !important;
    object-fit: cover;
}

.wp-block-media-text {
    margin: 50px 0;
}






/* ********************* PAGE COMPETENCES DETAIL 02 ********************* */

#page_competence_detail {
    gap: 50px;
    text-align: justify;
    max-width: 1920px; 
    margin: 0 auto;
}

.competence_gauche {
    width: calc(75% - 50px);
}

.competence_droite {
    width: calc(25% - 50px);
}

.intro_competences_detail {
    max-width: 1290px;
    padding: 50px 25px;
    position: relative;
    z-index: 3;
    margin: 50px auto;
    background-color: #ebf3f4;
}

.contenu_intro_competences {
    max-width: 760px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}

.wp-block-separator {
    width: 100%;
    height: 1px;
    background-color: var(--bleu);
    border: inherit;
    margin: 25px 0;
}


/* ********************* PAGE PARTENAIRES ********************* */


#particuliers .photo_mea_competences img,
#professionnels .photo_mea_competences img {
    width: 290px;
    margin: 0 auto 15px auto;
    display: block;
    object-fit: contain;
}

.liste_categories {
    margin: 35px auto;
}

.liste_categories img {
    width: 220px;
    margin: 25px;
    height: 130px;
    object-fit: contain;
}

#liste_partenaires {
    max-width: 1280px;
    margin: 0 auto ;
}

.liste_partenaires {
    box-shadow: 0 20px 15px rgba(0,0,0,0.1);
    margin-bottom: 100px;
}


/* ********************* PAGE APPARTEMENTS RUBRIQUES ********************* */

article.la_page {
    padding: 50px 0;
}

#nos-appartements {
    display: flex;
    justify-content: center;
    gap: 35px;
    max-width: 1280px;
    margin: 50px auto;
    padding: 25px;
}

#nos-appartements .contener_mea_competences {
    background-color: #ebf3f4;
}

#nos-appartements .photo_mea_competences img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    margin-bottom: 0;
    display: block;
}


/* ********************* PAGE APPARTEMENTS DETAILS ********************* */

.appartements_detail {
    max-width: 980px;
    margin: 0 auto;
    padding: 50px 25px;
}

.photo_appartement_detail {
    width: 100%;
    height: auto;
    margin: 0 auto 7px auto;
    object-fit: contain;
    max-width: 600px;
    display: block;
}

.caracteristiques_appartements {
    display: flex;
    justify-content: center;
    column-gap: 35px;
    background-color: #006579;
    margin-bottom: 40px;
}

.caracteristiques_appartements > * {
    width: 30%;
    color: white;
    padding: 25px;
}

.caracteristiques_appartements strong {
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
}

.etiquette_appart {
    background-color: #ebf3f4;
    padding: 15px;
    display: inline-block;
    margin-bottom: 15px;
    color: #006579;
}


/* ********************* PAGE 404 ********************* */

#page_404 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 25px;
}

#page_404 p {
    font-size: 1.9em;
}

#page_404 a {
    color: #00859e;
}

#page_404 img {
    width: 300px;
    object-fit: contain;
    margin: 0 auto;
}




/* ********************* PAGE DEFAUT ********************* */

.page_defaut {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 25px;
}

.page_defaut > p{
    text-align: justify;
}


/* ********************* PAGE CONTACT ********************* */

.contener_contact {
    text-align: center;
}

#contact .page-content strong {
    display: inline-block;
    padding-bottom: 15px;
    font-size: 1.2em;
}

#contact .page-content p {
    padding-bottom: 15px;
}

#contact .page-content a {
    color: var(--bleu);
    font-style: italic;
}

#wrapper_formulaire_map {
    display: flex;
    margin: 0 0 45px 0;
}

#wrapper_formulaire_map > div {
    width: 50%;
    min-height: 500px;
}

#contact .contenu_page a {
    text-decoration: none;
}

#contact .contenu_page p {
    padding-bottom: 0;
    text-align: center;
}

/* *** FORMULAIRE *** */

#wrapper_formulaire {
    background-color: var(--bleu);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

#wrapper_formulaire h2 {
    text-align: center;
    color: white;
    max-width: 370px;
    padding: 15px 0;
}

#wrapper_formulaire h2::after {
    background-color: white;
}

#wpcf7-f4-p33-o1 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#wrapper_formulaire input,
#wrapper_formulaire select,
#wrapper_formulaire textarea {
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.9em;
    font-style: italic;
    padding: 11px 13px;
    border-radius: 0;
    border: none;
    background-color: white;
}

.wpcf7-submit {
    background-color: white;
    border-radius: 600px !important;
    border: none;
    color: #006579;
    text-transform: uppercase;
    font-weight: 900;
    font-style: normal !important;
    font-size: 1.4em !important;
    width: 250px !important;
    margin: 0 auto !important;
    display: block;
    cursor: pointer;
}

.mentions_formulaire {
    font-size: 0.8em;
}

.mentions_formulaire > * {
    margin-bottom: 5px;
}

.champs_obligatoire, 
.formulaire_a_savoir {
    color: white;
    display: inline-block;
    width: 100%;
}

.politique_de_confidentialite span,
.politique_de_confidentialite a  {
    color: white;
}

.wpcf7-list-item input {
    width: initial !important;
}

span.wpcf7-list-item {
    margin: 0 !important;
    color: white !important;
    line-height: 0.1em !important;
    display: inline-block;
    padding-bottom: 15px;
}

#wpcf7-f4-p33-o1 p {
    padding-bottom: 0;
    line-height: 1em !important;
}

.brochure_contact p {
    color: white;
    margin-bottom: 0;
    padding-bottom: 0;
}

.brochure_contact {
    padding: 15px;
    background-color: #ffffff38;
}



/* *** RESEAUX SOCIAUX *** */

#reseaux_sociaux_contact { 
    padding-top: 15px;
}

/* *** texte justifié *** */
.contener_intro_cabinet p,
.element_competences .contenu_mea p,
#professionnels .intro_competences p,
#particuliers .intro_competences p{
    text-align: justify;
}


/* ********************* FOOTER ********************* */

footer {
    background-color: #006579;
}

.bloc_logo_footer strong{
    color: white;
}

.bouton_rdv {
    text-align: center;
    background-color: #006579;
    width: 130px;
    height: 130px;
    border-radius: 600px;
    padding: 15px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    outline: solid 4px white;
    transition: all 0.2s ease;
}

.bouton_rdv a {
    text-decoration: none;
    height: 100%;
    color: white;
}

.bouton_rdv span {
    text-decoration: none;
    color: white;
}

.bouton_rdv img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
    margin-bottom: 15px;
    transform: rotate(0deg);
    transition: all 0.2s ease;
}

.bouton_rdv:hover img {
    transform: rotate(-15deg);
}

.bouton_rdv:hover {
    outline: solid 44px white;
}

/* *** LE FOOTER *** */

#contener_footer {
    max-width: 1390px;
    margin: 0 auto;
    gap: 35px;
    padding: 45px 25px 25px 25px;
}

.logo_footer {
    width: 255px;
    margin-bottom: 32px;
    display: block;
}

ul#wrapper_reseaux_sociaux {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul#wrapper_reseaux_sociaux li {
    list-style: none;
    padding: 3px;
    margin-left: 0;
    line-height: inherit;
}

.bloc_coordonnees_footer img {
    width: 17px;
    display: block;
    margin-right: 8px;
}

.bloc_coordonnees_footer,
.bloc_coordonnees_footer p {
    color: white;
    line-height: 1em;
    font-style: normal;
}

.bloc_coordonnees_footer a {
    color: white;
    text-decoration: none;
}

.reseaux_sociaux_footer img {
    width: 26px;
    margin-right: 6px;
    margin-top: 5px;
}

.mail_footer {
    margin-top: 15px;
    margin-bottom: 35px;
}

.liste_menu_footer {
    margin-top: 15px;
}

.liste_menu_footer a {
    color: white;
    text-decoration: none;
    font-weight: 800;
}

.liste_menu_footer li {
    list-style: none;
    padding: 6px 6px 6px 0 !important;
    margin-left: 0 !important;
}

.bloc_lien_footer .bouton a {
    display: flex !important;
    align-items: center;
    max-width: 250px;
    justify-content: center;
}

.bloc_lien_footer img {
    width: 20px;
    display: block;
    margin-right: 8px;
}

.contener_bloc_footer {
    gap: 6vw;
}


/* *** COPYRIGHT *** */

#copyright {
    background-color: #034451;
}

.mentions {
    padding: 15px 25px;
    max-width: 1395px;
    margin: 0 auto;
    color: white;
    line-height: 1.35em;
}

.mentions {
    font-size: 0.85em;
}

.mentions a {
    color: white;
    text-decoration: none;
}

.mentions span {
    margin: 0 3px;
}


/* *** LE STUDIO *** */

.copyright_le_studio {
    background-color: white;
    padding: 5px;
}

.copyright_le_studio img {
    width: 200px;
    display: block;
    margin: 0 auto;
    text-align: center;
}




/* *** GESTIONNAIRE DE DOCUMENTS *** */


#colonne-menu-gd{
    background-color: #ebf3f4;
    padding: 50px 25px;
    width: 320px;
}

#colonne-contenu-gd{
    width:  calc(100% - 320px);
    padding: 50px 25px;
}

.colonne-gd-full{
    margin-left:  auto;
    margin-right:  auto;
}


#colonne-contenu-gd > div{
    max-width:  1024px;
    margin-left:  auto;
    margin-right:  auto;
}

#colonne-menu-gd details{
    padding:  15px;
    border-radius:  15px;
    transition: all 0.2s ease-in-out;
}
#colonne-menu-gd details > summary {
    list-style-type: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right:  25px;
    color: #006579;
    font-size: 1.1em;
    font-weight:  bold;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}


#colonne-menu-gd details:hover{
    background-color:  #C5DBDE;
}
#colonne-menu-gd details[open]:hover{
    background-color:  white;
}

#colonne-menu-gd details > summary::-webkit-details-marker {
    display: none;
}

#colonne-menu-gd details > summary::before {
    content: "\f054";
    position: absolute;
    right:  0px;
    font-family: "Font Awesome 5 Free";
}

#colonne-menu-gd details[open] > summary::before {
    content: "\f078";
}

#colonne-menu-gd details[open] > summary {
    margin-bottom: 0.5rem;
}

#colonne-menu-gd details > summary img{
    margin-right:  15px;
}

#colonne-menu-gd details[open]{
    background-color:  white;
    border-radius:  15px;
}


#colonne-menu-gd details ul{
    margin-top: 20px;
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
}
#colonne-menu-gd details li{
    list-style: square;
    margin-bottom:  5px;`line-height:  140%;
}

#colonne-menu-gd details li a{
    text-decoration: none;
}

#colonne-menu-gd details li a:hover{
    text-decoration: underline;
}

.menu-gestionnaire-docs{
    margin-bottom:  5px;
}

.colonne-documents{
    padding: 30px;
    background:  #ebf3f4;
    border-radius:  15px;
    width: 48%;
}

#gestionnaire-de-documents h3{
    color: #006579;
    margin-bottom:  30px;
}

#colonne-menu-gd h2{
    margin-top:  0px;
}

.colonne-documents ul{
    padding-left:  0;
}

.colonne-documents li{
    list-style: none;
    margin-left:  0;
}

.colonne-documents .gravitypdf-download-link{
    position: relative;
    display: block;
    width: 40px;
    height:  40px;
    font-size:  0;
}

.colonne-documents .gravitypdf-download-link:before {
    content: "\f1c1";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    width: 40px;
    height:  40px;
    top:  0;
    left:  0;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.picto-tab-documents{
    height: 40px;
    width: 60px;
    text-align:  center;
}
.picto-tab-documents img{
    width: 40px;
}
.picto-tab-documents ul{
    margin-bottom:  0;
}

.colonne-documents > ul > li{
    background:  white;
    padding:  15px;
    border-radius:  15px;
    margin-bottom:  15px;
}

.colonne-documents > ul > li:first-child{
    background:  transparent;
    padding:  0px;
    margin:  10px;
}

#accueil-docs, .menu-lien-direct{
    padding: 15px;
}

.menu-lien-direct > a{
    display: block;
    list-style-type: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right:  25px;
    color: #006579;
    font-size: 1.1em;
    font-weight:  bold;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.menu-lien-direct > a img{
    margin-right:  15px;
}

#tab-documents{
    width:  100%;
    padding:  30px;
    border-radius:  15px;
    background-color:  #ebf3f4;
    margin-top:  30px;
}

#tab-documents td{ 
    padding-top:  15px;
    padding-bottom:  15px;
    background:  white;
}

.picto-tab-documents img{
    width:  40px;
    margin-left: auto;
    margin-right: auto;
}

#tab-documents li{
    list-style: none;
    margin-left:  0;
}

#tab-documents ul{
    margin:  0;
}

#tab-documents li > div{
    background:  white;
    padding:  15px;
    border-radius:  15px;
    margin-bottom:  15px;
}

#colonne-contenu-gd .urgent{
    background:  #FFECC4;
}

#tab-documents li:first-child > div{
    background:  transparent;
    padding:  15px 15px 0 15px;
    border-radius:  0px;
    margin-bottom:  5px;
}


#tab-documents li > div div:first-child{
    width: calc(100% - 230px);
    text-align: left;
}
#tab-documents li > div div:nth-child(2){
    width: 150px;
    text-align: center;
}
#tab-documents li > div div:nth-child(3),
#tab-documents li > div div:nth-child(4),
#tab-documents li > div div:nth-child(5){
    width: 80px;
    text-align: center;
}

#colonnes-gestionnaire-docs{
    background-color:  #ebf3f4;
}
#colonne-contenu-gd{
    background-color:  white;
    min-height:  610px;
}

#blocs-documents details {
  padding: 30px;
  border-radius: 15px;
  transition: all 0.2s ease-in-out;
  background:  #ebf3f4;
  margin-bottom:  15px;
}

#blocs-documents details > summary {
  list-style-type: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #006579;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#blocs-documents details > summary::-webkit-details-marker {
    display: none;
}

#blocs-documents details > summary::before {
    content: "\f054";
    position: absolute;
    right:  0px;
    font-family: "Font Awesome 5 Free";
}

#blocs-documents details[open] > summary::before {
    content: "\f078";
}

#blocs-documents details p{
    margin-top:  20px;
}

#blocs-documents .gravitypdf-download-link{
    position: relative;
    display: block;
    width: 40px;
    height:  40px;
    font-size:  0;
    margin-left: auto;
    margin-right: auto;
}

#blocs-documents .gravitypdf-download-link:before {
    content: "\f1c1";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    width: 40px;
    height:  40px;
    top:  0;
    left:  0;
    font-size: 30px;
    line-height: 40px;
    text-align: center;

    content: "";
    background: url(/wp-content/uploads/2024/01/picto_dl_pdf.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#blocs-documents details button{
    background-color:  #006579;
    color:  white;
    border:  0;
    padding:   10px 15px;
    border-radius: 15px;
    font-weight:  bold;
    cursor:  pointer;
    transition: all 0.2s ease-in-out;

}

#blocs-documents details button:hover{
    opacity:  0.8;
}

.intro-gestionnaire .um-form .um-account-profile-link{
    display:  none;
}

.um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-search-line .um-do-search{
    background-color: #006579;
}

.colonne-documents.colonne-profil{
    width:  100%;
}

.pod-pagination{
    padding:  30px 10px;
}

.pod-pagination .page-numbers, .page-pagination{
    padding:  5px;
    cursor: pointer;

}

.pod-pagination ul.pagination{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pod-pagination .page-numbers.current, .page-pagination.active{
    background:  #ebf3f4;
    border-radius: 5px;
    cursor: initial;
}

.menu-lien-direct.active{
    background-color:  white;
    border-radius:  15px;
}

#bloc-formulaire{
    margin-top:  30px;
}


#user-creation-form{
    display:  flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding:  30px;
    background-color: #ebf3f4;
    border-radius:  15px;


}


#user-creation-form label{
    margin-bottom:  5px;
    color: #006579;
    font-weight:  bold;
}

#user-creation-form input[type="text"],
#user-creation-form input[type="email"]{
    margin-bottom:  15px;
    border:  none;
    line-height:  150%;
    padding:  5px;
    width:  100%;
    max-width:  400px;

}

#user-creation-form input[type="submit"]{
    background-color: #034451;
    color: white;
    border:  none;
    border-radius:  0;
    font-weight: bolder;
    text-decoration: none;
    padding: 15px 20px;
    text-align: center;
    cursor: pointer;
}

#formulaire-docs{

}

#um_field_privacy_hide_in_members{
    display:  none;
}


.btn-archive{
    display: block;
    color: white;
    opacity: 1;
    cursor: pointer;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    background: #006579;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}
.btn-archive:hover{
    opacity: 0.8;
}


.colonne-user.colonne-profil{
    width: 250px;
}
.colonne-user.colonne-documents{
    width: calc(100% - 280px);
    margin-top: 60px;
}

.um-profile-photo, .um-account-meta-img{
    display: none !important;
}

.um-header{
    min-height: 45px !important;
}

.um-field-label-icon{
    display: none !important;
}
.um-profile-edit{
    left: 0;
    right: auto;
}

#recherche-docs input, #recherche-docs select{
    padding: 6px;
    margin-right: 5px;
}

#recherche-docs input[type="submit"]{
    cursor: pointer;
}

/*** listing des clients ***/

article#liste-des-clients .um-directory .um-members-wrapper .um-members .um-member{
    width: 100% !important;
    float: none !important;
    border: none !important;
    margin-bottom: 15px;
}

article#liste-des-clients .um-directory .um-member-card {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    padding-top: 15px;
    border-radius: 15px;
    background-color: #ebf3f4;

}

article#liste-des-clients .um-directory .um-member-name{
    margin: 0;
}

article#liste-des-clients .um-directory  .um-members-edit-btn a{
    background: white;
}



/*** STYLES FORMULAIRES ***/
#complements-formulaire{
  padding: 30px;
  border-radius: 15px;
  transition: all 0.2s ease-in-out;
  background: #f5f5f5;
  margin-bottom: 15px;
}

.um-profile-photo, .um-profile-photo-img, #um_account_submit_mytab, .um-account-tab-mytab .um-header.no-cover{
    display: none;
}

/* LABEL */
.gfield_label{
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: initial !important;
    margin-bottom: 10px !important;
    line-height: 130% !important;
}

.gsection_title{
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: initial !important;
    margin-bottom: 10px !important;
    border-bottom: 0px solid black !important;
    line-height: 130% !important;
}

.gsection{
    border-bottom: 0px solid #ccc !important;
    padding: 0 0px 0px 0 !important;
}

.titre-niveau-1 .gsection_title{
    font-size: 22px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #006579 !important;
    color: #006579 !important;
}

.titre-niveau-2 .gsection_title{
    font-size: 18px !important;
    font-weight: bold !important;
    text-transform: initiale !important;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid black !important;
    color: black !important;
}

fieldset.gfield{
    margin-bottom: 30px !important;
}
.gf_progressbar_percentage span{
    color: white !important;
}

/* RADIO */
.gfield_radio .gchoice{
    margin-bottom: 4px !important;
}
.gfield_radio .gchoice input, .gfield_checkbox .gchoice input{
    width: 16px;
    height: 16px;
}


/* FOOTER */
.gform-theme-button{
    padding: 10px 15px !important;
    background: #006579 !important;
    color: white !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    border: 0px solid black !important;
    line-height: 130% !important;

}
.gform_wrapper.gravity-theme .gform_page_footer input[type="submit"] {
    padding: 10px 15px !important;
    background: #034451 !important;
    color: white !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    border: 0px solid black !important;
    line-height: 130% !important;
}
.gform_page_footer{
    margin-top: 30px !important;
}

/* HOVER */
label.gform-field-label--type-inline, .gfield--type-radio input, .gfield--type-checkbox input, .gform-theme-button{
    cursor: pointer !important;
}

.gform_confirmation_message{
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
    padding: .75rem 1.25rem !important;
    margin-bottom: 1rem !important;
    border: 1px solid transparent !important;
}


/* DISABLE */
.gform_wrapper .disable textarea{
    background: transparent;
    border: none;
    height: auto !important;
    color: black;
    cursor: none;
    pointer-events: none !important;
    position: relative;
    resize: none;
}
.gform_wrapper .disable input{
    cursor: none;
    pointer-events: none !important;
    position: relative;
}


/***** MEDIA QUERIES *****/
/*************************/


@media only screen and (max-width : 1220px) {

    ul#menu-menuprincipal li a {
        font-size: 1.2em;
    }

    #valeurs .element_competences {
        width: calc(50% - 40px); 
    }

}



@media only screen and (max-width : 1023px) {

    header, 
    footer {
        position: initial;
        width: 100%;
        height: initial;
    }

    .menu_mobile {
        display: block;
    }

    .menu_principal {
        display: none;
    }

    .header_bas {
        justify-content: center;
    }

    .liste_competences,
    .liste_appartement,
    #nos-appartements {
        flex-wrap: wrap;
    }

    .liste_competences .element_competences,
    .liste_appartement .element_competences,
    #nos-appartements .element_competences {
        width: calc(50% - 35px);
    }

    .element_cabinet {
        flex-direction: column;
    }

    .element_cabinet > * {
        width: 100%;
    }

    .element_cabinet:nth-child(2n) .photo_image {
        order: 1;
    }

    .element_cabinet:nth-child(2n) .wrapper_mea_cabinet {
        order: 2;
    }

    .inner-bandeau-volant {
        display: none;
    }

    .contener_bandeau_volant {
        justify-content: center;
    }

    .contenu_page {
        flex-direction: column;
    }

    .contenu_page::before {
        left: 0;
        width: 100%;
    }

    .photo_page,
    .contener_page {
        width: 100%;
    }

    .tab-content > div:first-child {
        flex-direction: column;
    }

    .objectifs_competences, 
    .missions_competences {
        width: 100%;
    }

    .focus_competence {
        order: 1;
        height: auto;
        background-color: inherit;
        border: inherit;
        padding: 0;
    }

    .objectifs_competences {
        order: 2;
    }

    .missions_competences {
        order: 3;
    }

    .focus_competence h3,
    .focus_competence span {
        display: none;
    }

    .schema_accueil {
        flex-direction: column;
    }

    #des-competences .element_competences {
        width: calc(50% - 40px);
    }

    #mea_besoins {
        flex-direction: column;
    }

    #mea_besoins > * {
        width: 100%;
    }

    .colonne-profil.colonne-user, .colonne-documents.colonne-user{
        width: 100%;
    }

    .titre_competence {
        flex-direction: column;
    }

    .titre_competence > * {
        width: 100%;
    }

    .titre_competence::before {
        display: none;
    }

    #particuliers .photo_competences {
        order: 1;
    }

    #particuliers .contener_intro_methode {
        order: 2;
    }
    #barre-contacts{
        display: none;
    }

    .bandeau_objectif{
        width: 100%;
    }
    .bandeau_objectif:nth-child(1), .bandeau_objectif:nth-child(3){
        background-color: white;
    }
    .bandeau_objectif:nth-child(2), .bandeau_objectif:nth-child(4){
        background-color: #ebf3f4;
    }

}



@media only screen and (max-width : 767px) {

    #colonnes-gestionnaire-docs{
        flex-wrap:  wrap;
    }
    #colonne-menu-gd, #colonne-contenu-gd{
        width:  100%;
    }

    #colonnes-documents{
        flex-wrap:  wrap;
    }
    .colonne-documents{
        width:  100%;
        margin-bottom:  15px;
    }

    #mea_vous_etes {
        flex-direction: column;
    }

    #mea_vous_etes > div {
        width: 100%;
    }

    #wrapper_formulaire_map {
        flex-direction: column;
        margin: 0 !important;
    }

    #wrapper_formulaire_map > div {
        width: 100%;
        min-height: initial;
    }

    #map {
        height: 450px !important;
    }

    .contener_domaines_de_competences {
        flex-direction: column;
        padding: 0 15px;
    }

    .contener_domaines_de_competences > div {
        width: 100%;
        max-width: initial;
        padding: 0;
    }

    .contener_domaines_de_competences .content_photo_domaines_de_competences {
        height: 250px;
    }

    .content_text_domaines_de_competences {
        padding-top: 10px !important;
    }

    #wpcf7-f4-p33-o1 {
        width: 100%;
    }

    #liste-articles- > * {
        width: 40%;
    }

    #actu {
        flex-direction: column;
    }

    #actu > div {
        width: 90%;
        margin: 25px auto;
    }

    #contener_footer {
        flex-direction: column;
    }

    #mea_cabinet,
    #liste_cabinet .element_cabinet {
        flex-direction: column;
    }

    #mea_cabinet > *,
    #liste_cabinet .element_cabinet > * {
        width: 100%;
    }

    .element_cabinet:nth-child(even) .photo_image {
        order: 1;
    }

    .element_cabinet:nth-child(even) .wrapper_mea_cabinet {
        order: 2;
    }

    #des-competences .element_competences {
        width: 100%;
    }

    .liste_competences .element_competences {
        width: 100%;
    }

    .liste_investissements {
        flex-direction: column;
        row-gap: 25px;
    }

    .liste_investissements > * {
        width: 100%;
    }

    .illu_newsletter,
    .contenu_newsletter {
        width: 100%;
    }

    .contenu_newsletter {
        margin-left: 0;
    }

    .liste_categories img {
        width: 40%;
        margin: 15px;
    }

    .illu_bretagne {
        display: none;
    }

    #header-home .header_bas{
        top: 70px;
    }

    .mentions {
        text-align: center;
    }

    #mea_competences .liste_competences {
        flex-direction: column;
    }

    #mea_competences .liste_competences > * {
        width: 100%;
    }

    .liste-sous-pages {
        flex-direction: column;
    }

    .accueil .element_competences, 
    #nos-appartements .element_competences {
        width: 100%;
    }

    #news_brochure {
        flex-direction: column;
    }

    #news_brochure > * {
        width: 100%;
    }

    .bouton_rdv {
        width: 80px;
        height: 80px;
    }

    .bouton_rdv img {
        width: 45px;
        height: 35px;
        margin-bottom: 0;
    }

    .bouton_rdv span {
        display: none;
    }

    #competence_detail .wp-block-media-text__content,
    #competence_detail .wp-block-media-text__media,
    #competence_detail .has-media-on-the-right .wp-block-media-text__content,
    #competence_detail .has-media-on-the-right .wp-block-media-text__media {
        right: inherit !important;
        left: inherit !important;
    }

    #blocs-documents details {
      padding: 30px;
    }

    #competence_detail .wp-block-media-text::before,
    #competence_detail .has-media-on-the-right::before {
        display: none;
    }

    .bandeau_objectif{
        padding: 30px 15px;
    }
    #vos-besoins .liste-sous-pages .element_competences, #nos-solutions .liste-sous-pages .element_competences{ width: 100%;}

    #brochure{ flex-wrap: wrap; }
    #brochure .contenu_brochure{ width: 100%; }
    #brochure img.brochure{ width: 100%; max-width: 350px; margin-left: auto; margin-right: auto; }
    .element_equipe{ flex-wrap: wrap; }
    .element_equipe .contenu_equipe{ width: 100%; }
    .element_equipe img.photo_portrait{ width: 100%; max-width: 350px; margin-left: auto; margin-right: auto; }

}

@media only screen and (max-width: 480px) {

    .caracteristiques_appartements {
        flex-direction: column;
    }

    .caracteristiques_appartements > * {
        width: 100%;
    }

    #champ_email {
        width: 300px;
    }

    .contener_bloc_footer {
        flex-direction: column;
    }

    .intro_accueil {
        padding: 200px 25px 200px 25px;
    }

    .intro_accueil h1, 
    .intro_accueil strong {
        font-size: 2.5em;
    }

    .liste_mea_besoins > * {
        width: 100%;
    }

    #valeurs .element_competences {
        width: 100%;
    }

    #competence_detail .wp-block-media-text {
      margin: 50px auto;
    }

    .logo_footer {
        margin: 0 auto 35px auto;
    }

}

