.container-fluid {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 10px;
}


.header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.navbar-expand-lg .navbar-toggler {
    /* display: block !important; */
    border: none;
    padding: 0;
}
header .navbar-expand-lg .navbar-toggler:focus {
    box-shadow: none;
}
span.nav-line {
    display: block;
    height: 2px;
    background: #000;
    width: 21px;
}

span.nav-line:nth-child(2) {
    margin: 5px 0;
}
.navbar-expand-lg .navbar-collapse ul {
    display: flex;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    gap: 35px;
}

.navbar-expand-lg .navbar-collapse ul li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #4A5277;
}
.navbar-expand-lg .navbar-collapse ul li a {
  position: relative;
}

.navbar-expand-lg .navbar-collapse ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  background: #4A5277;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.navbar-expand-lg .navbar-collapse ul li.active a::after,
.navbar-expand-lg .navbar-collapse ul li:hover a::after {
  width: 90%;
}
.nav-btn-wrp {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
#nav-icon1 {
  width: 28px;
  height: 22px;
  position: relative;
  cursor: pointer;
  transition: .3s;
  border: none;
  background: none;
}

#nav-icon1 .nav-line {
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 3px;
  transition: .3s;
  position: absolute;
  left: 0;
}

#nav-icon1 .nav-line:nth-child(1) {
  top: 0;
}

#nav-icon1 .nav-line:nth-child(2) {
  top: 5px;
}

#nav-icon1 .nav-line:nth-child(3) {
  bottom: 0;
}
#nav-icon1.active .nav-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

#nav-icon1.active .nav-line:nth-child(2) {
  opacity: 0;
}

#nav-icon1.active .nav-line:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

section h1 {
    color: #181D4E;
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    margin-bottom: 35px;
}

section#section-1 {
    margin: 200px 0 100px;
}

section#section-1 h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    color: #1F2335;
    margin-bottom: 50px;
    text-align: left;
}

section#section-1 p {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #1F2335;
}
section {
    margin: 65px 0;
}

section h2 {
    color: #181D4E;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 66px;
}

.ex-label {
    font-weight: 600;
    font-size: 30px;
    color: #181D4E;
    line-height: 120%;
    text-align: center;
    display: block;
    margin-top: 25px;
}

.expertise-wrp {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.exp-item {
    max-width: 371px;
    width: 100%;
    border: 2px solid #4A527714;
    box-shadow: -5px 10px 9px 0px #0000000F;
    background: #F6F6F6;
    padding: 100px 52px;
}

.text-w {
    max-width: 481px;
}

.text-w p {
    color: #4A5277;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 25px;
}

section.texte-image .text-w h2 {
    text-align: left;
}

.col-lg-6.text-col {
    padding-left: 100px;
    display: flex;
    align-items: center;
}

a.bouton {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    background: linear-gradient(0deg, #0068b3a6, #0068b300), radial-gradient(circle at 6% 27%, rgba(0, 43, 135, 0.5) 0%, rgba(0, 104, 179, 0) 100%), radial-gradient(circle at 100% 100%, rgba(250, 94, 105, 0.8) 0%, rgba(0, 104, 179, 0) 100%);
    color: #fff;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    max-width: fit-content;
    margin-top: 40px;
}
a.bouton:hover {
    background: #181d4e;
}
a.bouton img {
    margin-left: 15px;
}
.chiffre-wrp {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 50px 140px;
}

.nombre {
    color: #7171A8;
    font-weight: 700;
    font-size: 152px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: baseline;
    gap: 30px;
    justify-content: center;
}

.nombre span {
    font-size: 100px;
}

.chiffre-label {
    color: #000000;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
}
section.realisation {
    margin-top: 100px;
}
.realisation-wrp {
    display: flex;
    flex-wrap: wrap;
}

a.real-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    padding-bottom: 15px;
    /* max-width: 326px;
    width: 100% !important; */
}

a.real-item img {
    height: 196px;
    object-fit: cover;
    margin-bottom: 15px;
    width: 100%;
}
.art-item {
    display: flex;
    gap: 15px;
}
.art-item a {
    color: #000;
}
.art-item > div {
    flex: 50%;
}

.art-item .content-col {
    background: #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-col h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 25px;
}

.content-col p {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #000;
}

span.cat-label {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    background: #4A5277;
    padding: 9px 15px;
    border-radius: 8px;
    display: block;
    width: fit-content;
    margin-bottom: 10px;
}

.content-col {
    padding: 25px;
}
.art-item:nth-child(even) {
    flex-direction: row-reverse;
    margin-top: 30px;
}

.article-wrp {
    max-width: 1170px;
    margin: 0 auto;
}

.art-item .content-col p {
    margin-bottom: 0;
}

.content-col .align-center {
    max-width: 469px;
}
a.bouton:hover {
    color: #fff;
}

#contact .content-w {
    max-width: 1170px;
    margin: 0 auto;
}

.coo-wrp {
    max-width: 560px;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.coo-wrp a, .coo-wrp div {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    display: flex;
    align-items: center;
    gap: 15px;
}

#contact a.bouton {
    max-width: 214px;
    padding-block: 35px;
    text-align: center;
    margin: 50px auto 0;
}

section#contact h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    color: #000;
}
a.bouton img {
    margin-left: 15px;
}
#contact ::placeholder {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0%;
    color: #394443;

}

#contact input, #contact textarea {
    width: 100%;
    max-width: 100%;
    background: #EDEEF1;
    border: 3px solid #4A52770A;
}
#contact input{
    padding: 20px 25px;
    margin-bottom: 15px;
    font-size: 18px;
}
#contact textarea{
    min-height: 199px;
    padding: 25px;
}

.form-w {
    margin-top: 65px;
}

.conditions-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0px;
    color: #394443;
    margin: 10px 0 20px;
}

#contact input.btn-contact {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    background: linear-gradient(0deg, #0068b3a6, #0068b300), radial-gradient(circle at 6% 27%, rgba(0, 43, 135, 0.5) 0%, rgba(0, 104, 179, 0) 100%), radial-gradient(circle at 100% 100%, rgba(250, 94, 105, 0.8) 0%, rgba(0, 104, 179, 0) 100%);
    color: #fff;
    padding: 25px 25px;
    outline: none;
    border: blanchedalmond;
    border-radius: 0;
}
footer{
    background: url(../img/bg-footer.jpg) no-repeat;
    background-size: cover;
    background-position: left;
    padding: 75px 0;
}

footer ul li a {
    /* font-family: Euclid Flex; */
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}
footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
footer ul li {
    list-style: none;
}

footer ul {
    padding: 0;
    margin-bottom: 0;
}

.copyright, .copyright a {
    /* font-family: Euclid Flex; */
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #ffffff7d;
}

.copyright {
    padding-top: 40px;
    border-top: 1px solid;
    margin-top: 30px;
}

.menu-footer ul li {
    margin-bottom: 15px;
}

.menu-footer {
    gap: 15%;
}

.page-template-activitee .col-lg-6.text-col {
    justify-content: end;
    padding-left: 0;
    padding-right: 100px;
    padding-block: 35px;
}

.page-template-activitee .text-w p, .text-w ul li {
    font-size: 16px;
    color: #000;
}

.page-template-activitee .text-w h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.page-template-activitee .text-w {
    max-width: 593px;
}
.exp-item ul {
    color: #4A5277;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: left;
    margin-bottom: 0;
    margin-top: 35px;

    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.exp-item:hover ul {
    opacity: 1;
    max-height: 500px;
}



/* tab */

section.texte-image ul.nav {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

section.texte-image .nav-item {
    flex: 1 1 0;
    max-width: 239px;
}

section.texte-image .nav-tabs button {
    width: 100%;
    min-height: 505px;
    border: none !important;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
    max-width: 239px;
    border-radius: 0;
}
section.texte-image .nav-tabs button::after {
    background: linear-gradient(0deg, rgba(74, 82, 119, 0.4), rgba(74, 82, 119, 0.4)), linear-gradient(188.51deg, rgba(31, 35, 53, 0) -15.06%, #1F2335 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.texte-image ul.nav {
    justify-content: center;
}

.nav-tabs button img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.nav-tabs button div {
    position: relative;
    z-index: 2;
}

.nav-tabs button div.num {
    font-weight: 800;
    font-size: 56px;
    line-height: 100%;
    color: #fff;
    opacity: 60%;
    position: absolute;
    top: 5%;
    left: 10%;
}

.nav-tabs button div.activite-label {
    font-weight: 800;
    font-size: 23px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.nav-tabs button div.desc-activite {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #fff;
}

.nav-tabs .nav-link {
    background-color: #4A5277 !important;
}

.nav-tabs .nav-link.active img, .nav-tabs button:hover img{
    opacity: 0;
}
.intro-domaine p {
    font-weight: 900;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #4A5277;
}

.domaine .intro-domaine h2 {
    margin-bottom: 35px;
}

.intro-domaine {
    margin-bottom: 50px;
}
.btn-back-nav-fixed {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  background: #4A5277;
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.btn-back-nav-fixed:hover {
  background: #303656;
  transform: translateY(-2px);
}
.tab-image{
    height: 100% !important;
    object-fit: cover;
}

/* réalisation */
.realisation-item img {
    width: 100%;
    max-width: 346px;
    height: 386px;
    object-fit: cover;
}

div#realisation-grid {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap ;
}

.realisation-item {
    flex: 0 0 100%;
    max-width: 346px;
    position: relative;
}

.overlay {
    background: linear-gradient(0deg, rgba(0, 104, 179, 0.7), rgba(0, 104, 179, 0.7)),
    radial-gradient(41.88% 185.17% at 5.63% 26.75%, rgba(0, 43, 135, 0.35) 0%, rgba(0, 104, 179, 0) 100%),
    radial-gradient(127.31% 378.15% at 100% 100%, rgba(250, 94, 105, 0.5) 0%, rgba(0, 104, 179, 0) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 5px;
}

.overlay h3 {
    color: #FFFFFF;
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 0;
}

ul#realisation-tabs {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: center;
    gap: 50px;
    margin: 51px 0;
}

ul#realisation-tabs li {
    font-family: Raleway;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 10px;
    cursor: pointer;
}
ul#realisation-tabs li.active, ul#realisation-tabs li:hover {
    border-bottom: 2px solid #E2000F;
}
section.realisations p {
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
}

section.realisations {
    margin-top: 150px;
}
section.realisation-detail .content-w {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

section.realisation-detail h1 {padding: 35px 0;font-family: Raleway;font-weight: 500;font-size: 35px;line-height: 130%;text-align: center;color: #000;}
.slick-wrp .realisation-item {
  margin: 0 20px;
}

main.single-realisation div#realisation-grid {
    flex-wrap: nowrap;
    max-width: 1300px;
    margin: 0 auto;
}

.slick-arrow {
    padding: 0;
    font-size: 0;
    width: 100%;
    max-width: 38px;
    border: none;
}

button.slick-next.slick-arrow {
    background: url(../img/Arrow2.png) no-repeat;
    background-position: center;
    background-size: contain;
}

button.slick-prev.slick-arrow {
    background: url(../img/Arrow1.png) no-repeat;
    background-position: center;
    background-size: contain;
}
main.single-realisation {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}

section.content-section {
    background: url(../img/bg-real.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 275px 0 60px;
}
.archive section.has-bg{
    position: relative;
    padding-bottom: 65px;
}
.archive section.has-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -1;
    background: url(../img/bg-real.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100% - 200px);
    width: 100%;
}
section.realisation-detail {
    position: relative;
    margin-bottom: -200px;
}
main.single-realisation section.realisations {
    margin-top: 50px;
}
.archive .partenaire-wrp {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    max-width: 1220px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
#contact .contact-intro p {
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
}

#contact .contact-intro {
    max-width: 342px;
    margin: 0 auto;
    text-align: center;
}

.page-template-contact #contact {
    margin-top: 150px;
}

#contact .contact-intro h1 {
    font-family: Raleway;
    font-weight: 500;
    font-size: 35px;
    line-height: 130%;
    text-align: center;
    color: #000;
}

.page-template-contact #contact .coo-wrp {
    margin: 50px auto 0;
}
.col-md-custom {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.file-label {
    position: absolute;
    z-index: 0;
    font-family: Raleway;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #394443;
    top: 20px;
    left: 20px;
}

#contact input.wpcf7-file {
    opacity: 0;
    margin-bottom: 0;
    padding-block: 12px;
}

.file-wrp {
    background: #EDEEF1;
    border: 3px solid #4A52770A;
    position: relative;
    cursor: pointer;
}

.file-wrp p {
    margin-bottom: 0;
}
section#map .content-w {
    max-width: 1170px;
    margin: 0 auto;
}
section#map{
    background: url(../img/bg-map.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
    padding: 75px 0;
}
section#map h2 {
    margin-bottom: 10px;
}

/* presentation */
section.engagement p {
    color: #4A5277;
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 25px;
}

section.engagement h4 {
    color: #4A5277;
    font-family: Raleway;
    font-weight: 900;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 35px;
}
section.engagement h2 {
    margin-bottom: 35px;
}

section.engagement h5 {
    font-family: Raleway;
    font-weight: 800;
    font-size: 19px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
    color: #181D4E;
    margin-bottom: 25px;
}

.engagement-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
    max-width: 920px;
    margin-inline: auto;
}

.engagement-wrp div {
    max-width: 283px;
    width: 100%;
    box-shadow: -5px 10px 9px 0px #0000000F;
    border: 2px solid #4A527714;
    padding: 25px 18px;
    background: #F6F6F6;
}
.intro-actu h2 {
    margin-bottom: 40px;
}

.intro-actu p {
    color: #4A5277;
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
}

.intro-actu {
    max-width: 719px;
    margin: 0 auto 50px;
}

.art-item ul {
    font-family: Raleway;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    margin-bottom: 0;
}
.text-col.pr-100 {
    justify-content: end;
    padding-left: 0;
    padding-right: 100px;
}
.text-w.w-625 {
    max-width: 625px;
}
.text-w.w-625 ul {
    margin: 40px 0;
}

.page-template-presentation section.texte-image .nav-tabs button {
    max-width: 100%;
}
.page-template-presentation section.texte-image .nav-item {
    flex: 1 1 0;
    max-width: 482px;
}
.ancre {
    position: relative;
    top: -100px;
}
main#mentions-legale section#section-1 h2 {
    margin-bottom: 35px;
    margin-top: 50px;
}
main#mentions-legale section#section-1 a {
    color: #000;
    text-decoration: underline;
}
main#mentions-legale section#section-1 ul.menu li a {
    font-size: 20px;
    text-decoration: none;
}

ul.menu li {
    margin-bottom: 20px;
}
@media screen and (min-width: 1800px) {
.text-w.w-625 a.bouton {
    margin-top: 75px;
}
}
@media screen and (max-width: 1600px) and (min-width: 1024px){
section#section-1 .container-fluid {
    padding: 0 50px;
}
}
@media screen and (min-width: 1024px) {
    .page-template-presentation .col-lg-6.col-image {
        padding-right: 50px;
    }
    .page-template-presentation .col-lg-6.text-col {
        padding-left: 50px;
    }
    .page-template-presentation .row.reverse .col-image {
        padding-right: 0;
        padding-left: 50px;
    }
}
@media screen and (max-width: 1024px) {
    section h1 {
        font-size: 26px;
    }

    section#section-1 h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    section#section-1 {
        margin: 125px 0 75px;
        padding-inline: 20px;
    }

    .exp-item {
        max-width: calc(50% - 8px);
        padding: 25px;
    }

    .expertise-wrp {
        flex-wrap: wrap;
        padding: 0 10px;
        gap: 15px;
        justify-content: center;
    }

    .ex-label {
        font-size: 20px;
    }

    section h2 {
        margin-bottom: 35px;
    }

    .col-lg-6.text-col {
        padding: 35px;
    }

    .chiffre-wrp {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
    }

    .nombre {
        font-size: 52px;
        gap: 15px;
    }

    .nombre span {
        font-size: 32px;
    }

    .chiffre-label {
        font-size: 20px;
    }

    section {
        margin: 35px 0;
    }

    section.realisation {
        margin-top: 55px;
    }

    a.real-item {
        /* max-width: calc(50% - 8px);
        width: 100%; */
    }

    .realisation-wrp {
        gap: 0 15px;
        padding: 0 10px;
    }

    a.real-item img {
        /* height: auto; */
    }

    .art-item {flex-wrap: wrap;justify-content: center;}

    .coo-wrp {
        margin: 50px auto;
        flex-direction: column;
        align-items: baseline;
        max-width: fit-content;
    }

    #contact a.bouton {
        padding-block: 25px;
    }

    .form-w {
        padding: 0 35px;
    }

    .menu-footer {
        margin-top: 25px;
    }

    .footer {
        padding: 35px;
    }
    .navbar-expand-lg .navbar-collapse ul {
        flex-direction: column;
        gap: 20px;
        text-align: left;
        padding-block: 25px;
    }

    header nav.navbar {
        padding-inline: 15px;
    }

    .navbar-collapse {
        order: 3;
    }

    /* tab */
    section.texte-image ul.nav {
        flex-direction: column;
    }

    section.texte-image .nav-tabs button {
        max-width: 100%;
        min-height: 110px;
        padding: 35px 50px;
    }

    section.texte-image .nav-item {
        flex: 100%;
        max-width: 100%;
    }

    .nav-tabs button div.activite-label {
        margin: 0 0 5px;
        font-size: 16px;
    }

    .nav-tabs button div.num {
        font-size: 40px;
        left: 15px;
        top: 25%;
    }
    .page-template-activitee .col-lg-6.text-col {
        padding: 25px;
    }
    section.content-section {
        padding: 10px 0;
    }
    section.realisation-detail {
        position: relative;
        margin-bottom: 0;
    }
    .col-md-custom {
        flex: 0 0 100%;
        max-width: 100%;
    }

    section#map {
        padding: 50px 0;
    }
    a.bouton{
        font-size: 16px;
    }
    .archive .partenaire-wrp{
        justify-content: center;
    }
    ul#realisation-tabs {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px 30px;
    }
}
@media screen and (max-width: 480px) {
    .ex-label {
        font-size: 18px;
    }

    section h2 {
        font-size: 24px;
    }

    .content-col h3 {
        font-size: 20px;
    }
    section.realisation-detail h1 {
        font-size: 24px;
        padding-inline: 15px;
    }
    ul#realisation-tabs{
        gap: 10px 30px;
    }
    .realisation-item.slick-slide img {
        height: auto;
    }
}
@media screen and (max-width: 390px) {
    header .logo-img {
        max-width: 180px;
    }
}


.page-template-contact .file-wrp input[type="file"] {
    display: block;
    width: 100%;
}

.page-template-contact .cf7-file-list {
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.page-template-contact .cf7-file-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
    margin: 0 0.25rem 0.25rem 0;
    border-radius: 3px;
    background: #f4f4f4;
}

.page-template-contact .cf7-file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

.page-template-contact .cf7-file-remove {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0;
}
section.not-found {
    padding: 150px 0;
    text-align: center;
    min-height: 60vh;
}

section.not-found h1 {
    font-size: 44px;
}

section.not-found h2 a {
    text-decoration: underline;
    color: #172f61;
}
a.bouton.js-more-toggle {
    margin-top: 20px;
    color: #fff;
}
main.single-realisation .art-item h2 {
    margin-bottom: 25px;
    text-align: left;
}
main.single-realisation .art-item .content-image img {
    height: 100%;
    object-fit: cover;
}