#intro_accueil {
	z-index:1;
}
#intro_accueil h1 {
	color:#000000;
}
#intro_accueil h2 {
	color:#344D98;
}
#sticky-interieur {
    display:none !important;
	width:420px;
	position: fixed;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    container-widget-width: calc((1 - var(--container-widget-flex-grow))* 100%);
    container-widget-height: 100%;
    container-widget-flex-grow: 1;
    container-widget-align-self: stretch;
    flex-wrap-mobile: wrap;
    justify-content: center;
    align-items: center;
    gap: 0px 10px;
    row-gap: 0px;
    column-gap: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	z-index:2;
}
#container_logo {
	margin: 0px 15px 0px 15px;
    padding: 5px 20px 5px 0px;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #AAAAAA;
    flex-grow:0;
    flex-shrink: 5;
}
#container_logo img {
	height:90px;
}
#img_menu_interieur {
	margin: 0px 5px 0px 5px;
    padding: 0px 10px 0px 0px;
}
#menu_interieur {
    position: absolute;
    width: 420px;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 108px;
    background:#FFFFFF;
}
#section_presentation {
	position:relative;
    z-index:0;
}
#fond_img_accueil {
    line-height:0;
}
#fond_img_accueil_mobile {
    display:none;
}
#intro_accueil {
	position:absolute;
	width: var(--container-widget-width, 40%);
    max-width: 40%;
    container-widget-width: 40%;
    container-widget-flex-grow: 0;
	left:10%;
    bottom: 15%;
    font-family: "Arial", Sans-serif;
    font-weight: normal;
}
#logo_accueil {
    /*position:absolute;
    top:0;
    left: 42%;
    z-index: 2;*/
    text-align: center;
    width:100%;
    background:#FFFFFF;
}
#logo_accueil .logo_gauche {
    /*width:80%;*/
    /*width:350px;*/
    padding:10px 10px 10px 40px;
    flex:0.6;
}
#logo_accueil .logo_droit {
    /*width:80%;*/
    /*width:350px;*/
    padding:10px 40px 10px 10px;
    flex:0.6;
}
#logo_accueil a {
    font-size: 2.188em;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    color:#0061AD;
}
#logo_accueil p {
    width:100%;
    opacity:0;
    animation: slide-down 10s ease-out forwards;
    margin-bottom:0px;
    flex:1.8;
}
@keyframes slide-down {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
#section_paves {
    display: flex;
    /*display:none;*/
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: row;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
    justify-content: space-between;
    gap: 0px;
    font-family: "Arial", Sans-serif;
    color: #FFFFFF;
    /*transition: margin-left 1.5s ease-out, opacity 1.5s ease-out;*/
    z-index:0;
    font-size:120%;
    min-height:630px;
}
#section_paves.anime {
    margin-left: -100%;
    opacity: 0;
}
#section_paves.visible {
      margin-left:0; /* Position finale */
      opacity: 1;
}
#section_paves h3 {
    font-weight: 600;
    font-size:1.6em;
    color: #FFFFFF;
    text-align:center;
    margin:0;
    padding: 30px 20px 40px 20px;
}
#section_paves h3 a {
    color: #FFFFFF;
}
#section_paves p {
    font-size:1.150em;
    line-height: 140%;
}
#section_paves p.plus {
    text-align:center;
    /*background-image:var(--picto-plus);
    background-repeat:no-repeat;
    background-position:center right;
    height:56px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:0.83em;
    font-weight:bold;
}
#cadre_qui_sommes_nous {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
#fond_qui_sommes_nous {
    background: rgba(0, 0, 0, 0.2);
    min-height:270px;
}
#qui_sommes_nous {
    background-image: var(--fond-qui);
    background-position: center center;
    background-size: cover;
    flex:1;
}
#texte_qui_sommes_nous {
    text-align: left;
    max-width: 100%;
    padding: 0px 80px 20px 80px;
}
#qui_sommes_nous a {
    display:block;
    height:100%;
    color:#FFFFFF;
}
#section_col2 {
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content: flex-end;
}
#video_logo {
    background:#E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
}
#notre_savoir_faire {
    background-image: var(--fond-savoir-faire);
    background-position: center center;
    background-size: cover;
    min-height:270px;
}
#texte_savoir_faire {
    text-align: left;
    max-width: 100%;
    padding: 0px 80px 20px 80px;
}
#notre_savoir_faire a {
    display:block;
    height:100%;
    color:#FFFFFF;
}
#nos_references {
    background-image: var(--fond-references);
    background-position: center center;
    background-size: cover;
    flex:1;
}
#nos_references a {
    display:block;
    height:100%;
    color:#FFFFFF;
}
#cadre_references {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
#fond_references {
    background: rgba(0, 0, 0, 0.2);
    min-height:270px;
}
#texte_references {
    text-align: left;
    max-width: 100%;
    padding: 0px 80px 20px 80px;
}
#texte_references li::before {
    content: "";
    /*background-image:var(--picto-references);
    background-repeat:no-repeat;
    background-size:150px 30px;*/
    width:30px;
    height:30px;
    display: inline-block;
    position: relative;
    margin:0 5px 0 0;
    vertical-align:bottom;
}
#texte_references li:nth-child(1)::before {
    background-position: 0 0;
}
#texte_references li:nth-child(2)::before {
    background-position: -30px 0;
}
#texte_references li:nth-child(3)::before {
    background-position: -60px 0;
}
#texte_references li:nth-child(4)::before {
    background-position: -90px 0;
}
#texte_references li:nth-child(5)::before {
    background-position: -120px 0;
}
.contenu_texte {
    display: flex;
    flex-direction: row;
    font-family: "Arial", Sans-serif;
    color:#000000;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 15%;
    align-items:center;
}
.contenu_texte h4 {
    font-weight: bold;
    font-size:1.25em;
    color: #000000;
    margin:0;
    padding: 0 0 20px;
}
#contenu_virtuel {
    padding-bottom:40px;
}
#contenu_source {
    padding-left:0;
    padding-right:15%;
    padding-top:50px;
}
#contenu_ia {
    padding-left:0;
    padding-right:15%;
}
#illus_clref {
    position:relative;
    background-image: var(--fond-section2);
    background-position: center center;
    background-size: cover;
    align-self:stretch;
}
#img_resp_section2 {
    /*display:none;*/
}
#img_client_reference {
    position: absolute;
    width: auto;
    top: -60px;
    left: 25%;
}
#contenu_clref {
    padding-left:0;
    align-items: self-start;
    margin: 0;
    background: #EEEEEE;
    padding: 0
}
#texte_clref {
    background:#EEEEEE;
    padding:40px;
}
#contenu_innover2 {
    padding-bottom:140px;
    background-image: url("/wp-content/uploads/2026/04/frise.webp");
    background-position:bottom right;
    background-repeat:no-repeat;
}
.contenu_texte h3 {
    color: var(--e-global-color-primary);
    font-size:180%;
    font-weight: 800;
    text-transform: uppercase;
}
.contenu_texte p {
margin-bottom: 20px;
line-height: 160%;
}
.contenu_texte img {
    width:100%;
}
.texte_texte {
    flex:1;
}
.illus_texte {
    flex:1;
    overflow: hidden; 
    position: relative;
}
.illus_texte img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* La transition rend le zoom fluide (0.5 seconde) */
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
}

/* L'effet de zoom au survol du conteneur */
.illus_texte:hover img {
    transform: scale(1.15); /* Zoom de 15% */
}
.illus_texte img.is-zoomed {
    transform: scale(1.2); /* L'image s'agrandit de 20% */
}


#parlez_nous {
    font-family: "Arial", Sans-serif;
    margin-right: -100%;
    opacity: 0;
    transition: margin-right 1.5s ease-out, opacity 1.5s ease-out;
    z-index:0;
}
#parlez_nous.anime {
    margin-right: -100%;
    opacity: 0;
}
#parlez_nous.visible {
      margin-right:0; /* Position finale */
      opacity: 1;
}
#titre_projet {
    color: var(--e-global-color-primary);
    padding: 80px 40px 10px 40px;
    text-align: center;
}
#titre_projet h3 {
    font-weight: 800;
}
#texte_projet {
    color:#2F96CF;
    width: var(--container-widget-width, 50%);
    margin: 0 auto;
}
#texte_source {
    padding:40px;
}
#texte_innover{
    padding-right:40px;
}
#texte_ia {
    padding:40px;
}
#texte_innover2{
    padding-right:40px;
}
#cadre_footer {
    display: flex;
    background: #0061AD;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px 4px;
    row-gap: 20px;
    column-gap: 4px;
    grid-auto-flow: row;
    justify-items: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: "Arial", Sans-serif;
    z-index:0;
    align-items: center;
    justify-content: space-between;
}
#cadre_footer a:hover {
    text-decoration:underline;
}
#logo_footer {
    text-align:center;
    align-self:initial;
}
#logo_footer img {
    width:100%;
}
#geo_footer {
    padding: 0;
    font-weight: bold;
    color:#FFFFFF;
    font-size:1em;
}
#geo_footer p {
    margin: 0;
}
.liens_footer {
    /*align-self:flex-end;*/
}
#bouton_contact_footer {
    color:#000000;
    font-weight:bold;
    /*align-self:flex-end;*/
    padding-bottom:10px;
}
#bouton_contact_footer a {
    color:#000000;
    background: #FFFFFF;
    display:block;
    font-size:0.688em;
    border-radius: 34px 34px 34px 34px;
    padding: 15px 10px 15px 10px;
}
.note_eco a:hover {
    text-decoration:none !important;
}
.ecoindex {
    background:#2f96cf;
    border-radius:30px;
    padding:2px 4px;
}
/* RESPONSIVE */
@media (max-width: 1300px) and (min-width: 769px)  {
    #sticky-interieur {
        width:100vw;
    }
    #section_presentation {
        /*padding-top:110px;*/
    }
    #logo_accueil {
        /*display:none;*/
    }
    #cadre_footer {
        font-size:80% !important;
    }
    #section_paves {
        flex-direction: column;
    }
}
@media (max-width: 1024px)  {
#qui_sommes_nous {
    order:2;
}
#section_col2 {
    order:1;
}
#nos_references {
    order:3;
}
}
@media (max-width: 1024px) and (min-width: 767px)  {
#img_client_reference {
    top: -10px;
    left: 10%;
}
}
@media (max-width: 768px)  and (min-width: 768px) {
    #sticky-interieur {
        width:100vw;
    }
    #section_presentation {
        /*padding-top:127px;*/
    }
    #logo_accueil {
        /*display:none;*/
    }
    #intro_accueil {
        bottom:12%;
    }
    #cadre_footer {
        font-size:50% !important;
    }
    #section_paves {
        flex-direction: column;
    }
}
@media (max-width: 768px)  {
    #logo_accueil a {
        flex-wrap: wrap;
    }
    #logo_accueil .logo_gauche {
        order:1;
        flex:1;
        padding:4px;
    }
    #logo_accueil p {
        order:3;
        flex-basis:100%;
    }
    #logo_accueil .logo_droit {
        order:2;
        flex:1;
        padding:4px;
    }
}
@media (max-width: 767px) {
    #sticky-interieur {
        width:100vw;
    }
    #section_presentation {
        /*padding-top:113px;*/
    }
    #logo_accueil {
        /*display:none;*/
    }
    #logo_accueil .logo_gauche {
        width:48%;
    }
    #logo_accueil .logo_droit {
        width:48%;
    }
    #intro_accueil {
        max-width: 50%;
        width: 50%;
    }
    #section_paves {
        flex-direction: column;
    }
    #texte_qui_sommes_nous {
    padding: 0px 20px 20px 20px;
    }
    #texte_savoir_faire {
    padding: 0px 20px 20px 20px;
    }
    #texte_references {
    padding: 0px 20px 20px 20px;
    }
    #cadre_footer {
        font-size:125% !important;
        grid-template-columns: repeat(1, 1fr);
        flex-direction:column;
        align-items:center;
    }
    #fond_img_accueil {
        display:none;
    }
    #fond_img_accueil_mobile {
        display:block;
        line-height: 0;
    }
    .contenu_texte {
        flex-direction: column;
        padding-left:10px !important;
        padding-right:10px !important;
        justify-content:center;
    }
    #contenu_virtuel {
        flex-direction: column-reverse;
    }
    #contenu_innover {
        flex-direction: column-reverse;
    }
    #contenu_innover2 {
        flex-direction: column-reverse;
    }
    .illus_texte {
        width: 100%;
    }
    .contenu_texte p {
    line-height: 140%;
    }
    #texte_projet {
        width:90%;
    }
    #contenu_clref {
        padding-left:0px !important;
        padding-right:0px !important;
    }
    #img_resp_section2 {
        display:block;
    }
    #img_client_reference {
        width: 160px;
        top: -40px;
    }
    .liens_footer {
        align-self:center;
    }
    #bouton_contact_footer {
        align-self:center;
    }
    #contenu_innover2 {
        padding-bottom:140px;
        background-image: url("/wp-content/uploads/2026/04/frise_mobile.webp");
        background-position:bottom center;
    }
}
/******* ACCUEIL *****************/

@media screen and (max-width: 767px){
#intro_accueil h1 {
	font-size:14px !important;
}
#intro_accueil h2 {
	font-size:12px !important;
}
#geo_footer p {
    text-align:center;
}
}
/*#texte_qui_sommes_nous {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#texte_qui_sommes_nous:hover {
    opacity: 1;
}
#texte_savoir_faire {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
	  font-size:130%;
}

#texte_savoir_faire:hover {
    opacity: 1;
}*/
#texte_savoir_faire ul {
   margin:0;
	 padding:0;
}
#texte_savoir_faire li {
    list-style-type:none;
		margin-bottom:10px;
}
#texte_savoir_faire li a {
    color:#FFFFFF;
}
/*
#texte_references {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#texte_references:hover {
    opacity: 1;
}*/
#texte_references ul {
    text-align: left;
    margin: 0 20%;
	padding:0;
}
@media screen and (max-width: 1366px){
#texte_references ul {
    margin: 0 10%;
}
}
#texte_references li {
    list-style-type:none;
		margin-bottom:10px;
}
#texte_references li img {
    vertical-align:middle;
}
#texte_references li:nth-child(1) img {
    padding-bottom:4px;
}
#texte_references a {
	color:#FFFFFF;
}
#texte_references a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#titre_projet h3 {
	font-size:260%;
	line-height:120%;
}
#texte_projet {
	font-size:120%;
}
#bouton_projet .elementor-button-text {
	font-size:120%;
}
#cadre_footer {
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 1024px){
#intro_accueil h1 {
	font-size:160%;
}
#intro_accueil h2 {
	font-size:140%;
}
}
@media screen and (min-width: 1921px){
#fond_img_accueil img {
	width:100% !important;
}
}
