/*
 Theme Name:   bootScore Child
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/*
All style editing is done via scss/_bscore_custom.scss
*/



@font-face {
    font-family: "linotype-didot";
    src: url("fonts/DidotLTPro-Roman.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "linotype-didot";
    src: url("fonts/DidotLTPro-Bold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'avenir-light';
    font-style: normal;
    font-weight: 600;
    src: url("fonts/Avenir-Light.woff") format("woff");
}


:root {
    --bordeaux: #641622;
}

:root {
    --ecru: #FAF7F5;
}


/********GLOBAL********/

html, body, #page {
    height: unset;
}

body {
    overflow-x: hidden;
    background-color: var(--ecru);
}

img.logo {
    max-width: 120px;
}

.sur-menu{
    background-color: var(--bordeaux);
    color: white;
    text-align: center;
    padding: 10px;
}

span.breadcrumb_last {
    font-weight: 600;
}

p#breadcrumbs {
    margin-bottom: 0;
}

.module_2_images_texte .img {
    overflow: hidden;
}

@media screen and (min-width: 991px){
    #nav-main .container {
        max-width: 95%;
    }
}

@media screen and (min-width: 1700px){
    #nav-main .container {
        max-width: 85%;
    }
}



/*BARRE NAVIGATION PRINCIPALE FIXE*/

.fixed-top {
    top: 44px;
    transition: .2s;
    color: white;
}

.fixed-top a{
    color: white;
}

.fixed-top.defilement-nav {
    top: 0;
    background-color: white;
}

.fixed-top .btn-radius{
    border-color: white;
}

.fixed-top.defilement-nav .btn-radius{
    border-color: #332D2D;
}

.fixed-top.defilement-nav a{
    color: #332D2D;
}

.fixed-top.defilement-nav .logo{
    max-width: 80px;
}

.fixed-top.defilement-nav .logo{
    visibility: hidden;
}

.fixed-top.defilement-nav .navbar-brand.md{
    position: relative;
    display: initial!important;
}

.fixed-top.defilement-nav .navbar-brand.md:after{
    position: absolute;
    content: '';
    background: url('/wp-content/uploads/2024/01/logo-pizza-capri.png');
    background-size: 100%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
}

/*FIN BARRE NAVIGATION PRINCIPALE FIXE*/



a {
    color: black;
}

.top-button {
    background-color: white;
    border-color: var(--bordeaux);
    color: var(--bordeaux);
}

.top-button:hover {
    background-color: var(--bordeaux);
    border-color: white;
    color: white;
}

.img-header {
    background-size: cover;
}

@media screen and (min-width: 991px) {
    .img-header, .img-header .container {
        min-height: 450px;
        max-height: 500px;
    }

}

.img-header .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 50px;
}

.img-header.h-100, .img-header.h-100 .container {
    min-height: unset;
    height: 100vh;
    max-height: unset;
    padding-top: unset;
    padding-bottom: unset;
}

header.entete .btn-radius{
    font-family: "linotype-didot", serif;
    font-size: 22px;
    font-weight: 600;
    width: fit-content;
    border-color: transparent;
}

header.entete .btn-radius:hover{
    color: var(--bordeaux);
    border-color: var(--bordeaux);
    background-color: var(--ecru);
}

header p {
    margin-bottom: unset;
}

header .texte-entete {
    font-size: 20px;
    margin-bottom: 20px;
}

.img-fond {
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-fond .btn-radius {
    background-color: white;
}

h1 {
    font-family: "linotype-didot", serif;
    font-size: 75px;
    font-weight: 600;
}

h2 {
    font-family: "linotype-didot", serif;
    font-size: 40px;
    font-weight: 600;
}

body {
    font-family: "avenir-light", sans-serif;
}

a {
  text-decoration: none;
}

#bootscore-navbar li.btn-radius:hover {
    background-color: white;
    border-color: var(--bordeaux);
}

li.btn-radius:hover .nav-link {
    color: var(--bordeaux)!important;
}

.btn-radius{
    color: #332D2D;
    border: 1px solid;
    border-radius: 50px;
    text-decoration: unset;
    padding: 10px 25px 8px;
}

.contenu .btn-radius, footer .btn-radius{
    font-family: "linotype-didot", serif;
    font-size: 20px;
    font-weight: 600;
}

.contenu .btn-radius {
    margin-top: 20px;
    display: inline-block;
}

.contenu .btn-radius:hover {
    color: var(--bordeaux);
    border-color: var(--bordeaux);
    background-color: white;
}

footer .btn-radius:hover {
    background-color: white;
    color: var(--bordeaux);
    border-color: var(--bordeaux);
}

.surtitre {
    color: var(--bordeaux);
}

.z-index-up {
    position: relative;
    z-index: 2;
}

.padding-20{
    padding: 20px;
}

.padding-50{
    padding: 50px;
}

@media screen and (min-width: 990px) {

    ul#bootscore-navbar {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 5%;
        margin-left: 5%!important;
    }

    li.menu-item {
        padding: 0 10px;
    }

    li.menu-item.btn-radius {
        padding: 0;
        margin-right: 0;
        margin-left: auto;
    }
}

@media screen and (min-width: 1400px) {

    li.menu-item {
        padding: 0 30px;
  }
}

li.menu-item.btn-radius {
    padding: 0;
}

li.menu-item.btn-radius a{
    padding: 10px 20px 8px!important;
}

.ligne-repetitions{
    gap: 2%;
}

.contenu-repetition{
    flex: 1;
}



@media screen and (min-width: 991px) {

    header .nav-link:hover, header .nav-link.active{
        color: white!important;
        position: relative;
    }

    .nav-link:hover:before, .nav-link.active:before{
        content: '';
        position: absolute;
        background: url("/wp-content/uploads/2024/01/carre-blanc.svg");
        background-size: 20px;
        width: 100%;
        height: 20px;
        background-repeat: no-repeat;
        left: calc(50% - 10px);
        bottom: -20px;
    }

    .defilement-nav .nav-link, .defilement-nav .nav-link.active{
        color: #332D2D!important;
    }

    .defilement-nav .nav-link:hover:before, .defilement-nav .nav-link.active:before{
        background: url("/wp-content/uploads/2024/01/carre-vert.svg");
        background-repeat: no-repeat;
        left: calc(50% - 10px);
        bottom: -20px;
    }

    .defilement-nav .btn-radius .nav-link, .defilement-nav .nav-link:hover, .defilement-nav .btn-radius .nav-link.active{
        color: #332D2D!important;
    }

    .defilement-nav .btn-radius .nav-link:hover, .defilement-nav .btn-radius .nav-link.active{
        color: var(--bordeaux)!important;
    }

    .defilement-nav .btn-radius:hover {
        border-color:var(--bordeaux);
    }

    .btn-radius .nav-link:hover::before, .btn-radius .nav-link.active:before{
        display: none;
    }
}


.date-cle {
    font-family: 'linotype-didot', serif;
    font-size: 36px;
    color: #882629;
    line-height: 1;
}

h3 {
    font-family: 'linotype-didot', serif;
    font-size: 22px;
    color: #3B3E46;
}

.bloc-image-text h3 {
    margin-bottom: 20px;
}

.bloc-image-text .titre-2 p {
    /*white-space: nowrap;*/
}

.bloc-image-text p a {
    font-weight: 600;
    color: #3B3E46;
}

.contenant-carte-bandeau {
    position: relative;
}

.bordure {
    border: 1px solid black;
    border-radius: 30px;
}

.bloc-liste-ville {
    background-color: var(--ecru);
    padding: 30px;
    z-index: 10;
    margin-right: 0;
    margin-left: auto;
    top: -100px;
    position: relative;
}

.bloc-liste-ville ul {
    padding-left: 0;
}

.bloc-liste-ville ul li {
    list-style: none;
    padding-left: 0;
}

.petit-titre {
    font-family: "linotype-didot", serif;
    font-weight: 600;
    font-size: 20px;
}

.contenant-carte-bandeau img {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    max-height: 480px;
    object-fit: cover;
}

.bloc-liste-ville a.btn-radius {
    width: 100%;
    display: block;
    text-align: center;
}

.bloc-liste-ville a {
    color: #332D2D;
}

.texte-gras {
    display: block;
}



/*PIED DE PAGE - FOOTER*/

footer {
    background-color: var(--bordeaux);
}

footer p.titre-colonne {
    font-family: "linotype-didot", serif;
    font-weight: 600;
    font-size: 22px;
}

footer, footer a {
    color: white;
}

footer a:hover {
    text-decoration: underline;
}

footer .btn-radius{
    color: white;
    border-color: white;
    text-align: center;
    margin-top: 10px;
    display: block;
    white-space: nowrap;
}

footer .btn-radius:hover{
    text-decoration: unset;
}

footer img{
    max-width: 150px!important;
    height: fit-content;
}

footer ul li {
    padding: 10px 0;
}

footer li img {
    width: 40px!important;
}

.bootscore-info .container {
    font-size: 14px;
}

#page-id-877 .wp-block-image img, img.wp-image-878 {
    max-width: 280px!important;
    width: 280px!important;
}

/********FIN GLOBAL********/






/*---------------------------MOBILE ACCORDEON FOOTER------------------------------*/

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

    footer .mobile-accordion .titre-colonne {
        position: relative;
        padding-bottom: 1.2em;
        border-bottom: 1px solid #fff;
    }
    footer .mobile-accordion .titre-colonne:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background-image: url("/wp-content/uploads/2024/01/chevron-down-white.svg");
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform 0.2s ease-in-out;
        background-position: center;
    }
    footer .mobile-accordion .textwidget.active .titre-colonne:after {
        transform: rotate(180deg);
    }
    footer .mobile-accordion .textwidget ul{
        display: none;
    }
    footer .mobile-accordion .textwidget.active ul {
        display: block;
    }
}

/*---------------------------FIN MOBILE ACCORDEON FOOTER------------------------------*/






/*---------------------------BLOC 2 IMAGES------------------------------*/

.contenant-2-img{
    position: relative;
    margin-bottom: 175px;
}

.contenant-2-img div.img{
    width: 60%;
    max-width: 450px;
    overflow: hidden;
}

.contenant-2-img div.img:nth-child(2){
    position: absolute;
    top: 50%;
    left: 30%;
}

/*---------------------------FIN BLOC 2 IMAGES------------------------------*/





/*---------------------------BLOC REPETEUR IMAGE ET TEXTE------------------------------*/

.contenu-repetition h3 {
    font-family: "linotype-didot", serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--bordeaux);
}

.compo-par-2 .contenu-repetition div {
    flex-direction: column!important;
    align-items: start!important;
    margin-bottom: unset!important;
    gap: unset;
}

.contenu-repetition strong {
    font-family: "linotype-didot", serif;
    font-size: 18px;
    color: #3B3E46;
}

.home .contenu-repetition strong {
    font-family: "avenir-light", sans-serif;
    font-size: 16px;
}

@media screen and (min-width: 768px){

    .contenu-repetition section {
        height: 150px;
    }

    .contenu-repetition section img{
        max-height: 100%;
        max-width: fit-content;
    }

    .contenu-repetition h3 {
        margin: 20px 0 10px!important;
    }
}

/*---------------------------FIN BLOC REPETEUR IMAGE ET TEXTE------------------------------*/






/*---------------------------BANDEAU TEXTE DEFILANT------------------------------*/

.texte_defilant div{
    font-family: 'linotype-didot', serif;
    font-size: 50px;
    color: #332D2D;
}
.texte_defilant{
    width: 100%;                      /* largeur de la fenêtre */
    margin: 1em auto 4em;
    overflow: hidden;                     /* masque tout ce qui dépasse */
    position: relative;
    white-space: nowrap;
    text-transform: uppercase;
}
.texte_defilant1{
    margin: 5em auto 4em;
}
.texte_defilant3{
    margin: 6em auto 6em!important;
}
.marquee-rtl .bandeau_texte{
    display:inline-block;
    animation: scrolling-left1 40s linear infinite;
}
.marquee-rtl .bandeau_texte2{
    display:inline-block;
    animation: scrolling-left2 40s linear infinite;
    animation-delay: 0s;
    padding-left: 20px;
}
.marquee-rtl div img{
    max-width: 45px;
}
@keyframes defilement-rtl {
    0% {
        transform: translate(0%,0);      /* position initiale à droite */
    }
    100% {
        transform: translate(-100%,0);  /* position finale à gauche */
    }
}
@keyframes scrolling-left1 {
    0% {transform: translateX(0%);
        -webkit-transform: translateX(0%);}
    100% {transform: translateX(-100%);
        -webkit-transform: translateX(-100%);}
}
@keyframes scrolling-left2 {
    0% {transform: translateX(0%);
        -webkit-transform: translateX(0%);}
    100% {transform: translateX(-100%);
        -webkit-transform: translateX(-100%);}
}

/*---------------------------FIN BANDEAU TEXTE DEFILANT------------------------------*/




.zoom {
    transition: transform  0.5s ease;
}

.zoom:hover {
    transform: scale(1.2);
}






/*---------------------------BANDEAU IMAGE------------------------------*/


.bandeau-img .btn-radius {
    margin: 0 auto;
    width: fit-content;
    min-width: 350Px;
}

/*---------------------------FIN BANDEAU IMAGE------------------------------*/





/*---------------------------ARCHIVE PIZZAS------------------------------*/

div#liste-pizzas, div#liste-ingredients {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.encart-pizza.bordure.contenu-repetition {
    width: fit-content;
    max-width: 23%;
    min-width: 23%;
}

.encart-pizza div.text-center {
    padding: 0 20px 20px;
}

.encart-pizza div.contenant-img {
    height: 150px;
}

.encart-pizza.bordure {
    border-radius: 10px;
}

.encart-pizza div img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 150px;
    object-fit: cover;
    max-width: 100%;
    max-height: 150px;
}

.encart-pizza p {
    margin-bottom: 0;
    font-size: 14px;
}

.contenu .encart-pizza .btn-radius {
    width: 100%;
}

/*---------------------------FIN ARCHIVE PIZZAS------------------------------*/







/*---------------------------SINGLE PIZZA------------------------------*/

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

.entete-pizza::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: block;
    z-index: -1;
    position: absolute;
    background-size: 100%;
    top: 0;
}

.bloc-allergenes .petit-titre {
    color: var(--bordeaux);
    font-size: 30px;
}

.liste-allergenes {
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.allergene {
    flex: 1 0 120px;
    list-style: none;
    margin-bottom: 10px;
}

.allergene::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    margin-right: 10px;
    bottom: -2px;
    position: relative;
}

.allergene.gluten::before{
    background: url('/wp-content/uploads/2024/02/gluten.svg');
}

.allergene.lactose::before{
    background: url('/wp-content/uploads/2024/02/lactose.svg');
}

.allergene.arrachide::before{
    background: url('/wp-content/uploads/2024/02/lupin.svg');
}

.allergene.soja::before{
    background: url('/wp-content/uploads/2024/02/soja.svg');
}

.allergene.lupin::before{
    background: url('/wp-content/uploads/2024/02/lupin.svg');
}

.allergene.moutarde::before{
    background: url('/wp-content/uploads/2024/02/moutarde.svg');
}

.allergene.champignons::before{
    background: url('/wp-content/uploads/2024/02/moutarde.svg');
}

.France::before{
    content: '';
    width: 20px;
    height: 20px;
    background: url("/wp-content/uploads/2024/02/drapeau-france.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    position: relative;
    bottom: -4px;
    margin-right: 5px;
}



/*---------------------------FIN PIZZA------------------------------*/






/*---------------------------POINTS DE VENTE - CARTOGRAPHIE------------------------------*/

.cartographie {
    position: relative;
}

.mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
    border-radius: 30px;
    border: 1px solid;
    background-color: var(--ecru);
}

.cartographie .mapboxgl-ctrl-geocoder--icon-search {
    left: unset;
    right: 10px;
}

.cartographie-liste-ville {
    display: inline-block;
    background-color: var(--ecru);
    padding: 15px 20px;
    border: 1px solid;
    border-radius: 0 20px 20px 0;
    position: absolute;
    top: 20%;
}

.cartographie-liste-ville .liste a:hover{
    text-decoration: underline;
}

.mapboxgl-ctrl-bottom-left {
    display: none;
}

.mapboxgl-marker svg path {
    fill: #641622;
}

.mapboxgl-popup-content {
    width: fit-content!important;
}

.popup-capri {
    width: fit-content;
    border-radius: 20px!important;
    border: 1px solid;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.popup-capri .map-popup-header h2 {
    font-family: "linotype-didot", serif!important;
    /*white-space: nowrap!important;*/
}

button.mapboxgl-popup-close-button {
    font-size: 30px!important;
    color: black!important;
    right: -145px !important;
    top: -120px !important;
    z-index: 1000;
}

.map-popup-body {
    font-size: 16px;
    width: 280px !important;
}

.map-popup-background {
    width: 320px!important;
    height: 300px!important;
}

.popup-capri a {
    font-weight: 700;
}

.popup-capri button.map-popup-footer-button {
    font-family: "linotype-didot", serif!important;
    border-radius: 20px !important;
    border: 1px solid black !important;
    padding: 10px 20px !important;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.map-popup-footer {
    margin-top: auto!important;
}

.map-popup-body .insta img {
    width: 40px;
}


/*---------------------------FIN POINTS DE VENTE - CARTOGRAPHIE------------------------------*/






/*---------------------------SINGLE POINT DE VENTE - LOCALISATION------------------------------*/

.livraison a img {
    max-width: 250px;
}

.livraison .row .d-flex .col-lg-6.col-12.bloc-image-text {
    margin-bottom: 25px;
}

div .icone-before{
    margin-bottom: 10px;
    display: inline-block;
}

div .icone-before::before{
    content: '';
    width: 20px;
    height: 20px;
    bottom: -2px;
    position: relative;
    background-repeat: no-repeat;
    display: inline-block;
}

.adresse::before {
    background: url("/wp-content/uploads/2024/02/location-dot.svg");
}

.tel::before {
    background: url("/wp-content/uploads/2024/02/phone-solid.svg");
}

.insta::before {
    background: url("/wp-content/uploads/2024/02/instagram_red.svg");
}

/*---------------------------FIN SINGLE POINT DE VENTE - LOCALISATION------------------------------*/






/*---------------------------CONTACT------------------------------*/

.wpcf7-form label, .wpcf7-form input, .wpcf7-form textarea {
    width: 100%;
}

.wpcf7-acceptance input {
    width: unset;
}

.wpcf7-form input, .wpcf7-form textarea {
    border-radius: 50px;
    border: 1px solid black;
    padding: 10px;
    background-color: transparent;
}

.wpcf7-form textarea {
    border-radius: 20px;
}

input.wpcf7-form-control.wpcf7-submit {
    font-family: 'linotype-didot', serif;
    font-weight: 600;
    width: fit-content;
    padding: 10px 30px;
}

span.wpcf7-list-item {
    margin: 0;
    display: block;
}

@media screen and (max-width: 768px) {
    input.wpcf7-form-control.wpcf7-submit {
        width: 100%;
    }
}

/*---------------------------FIN CONTACT------------------------------*/





/*---------------------------RESPONSIVE GLOBAL------------------------------*/

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

    .defilement-nav a.xs {
        display: none;
    }

    button.btn.btn-outline-secondary.d-lg-none.ms-1.ms-md-2 {
        border: 0;
        font-size: 25px;
        color: #332D2D;
    }

    button.btn-close.text-reset {
        color: #332D2D!important;
        opacity: 1;
        font-size: 20px;
    }

    .fixed-top {
        top: 0;
        transition: .2s;
        background-color: white;
    }

    .offcanvas-header {
        box-shadow: 0 -5px 10px black;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    img.logo, .fixed-top.defilement-nav .logo {
        max-width: 60px;
    }

    .offcanvas-body{
        padding: 0;
    }

    li.btn-radius {
        border: 0;
        color: var(--bordeaux)!important;
        text-decoration: unset;
        text-align: left;
        border-radius: 0;
    }

    .fixed-top li {
        border-bottom: 1px solid;
    }

    .fixed-top li.menu-item a {
        color: #332D2D;
        font-weight: 400;
        font-size: 18px;
        padding: 20px var(--bs-offcanvas-padding-x)!important;
    }

    li.btn-radius a{
        color: var(--bordeaux)!important;
    }
}



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

    .sur-menu{
        display: none;
    }

    .ligne-repetitions {
        flex-direction: column;
        gap: 2%;
    }

    .cacher-texte p{
        display: none;
    }

    .ligne-repetitions.compo-par-2 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6%;
    }

    .compo-par-2 .contenu-repetition {
        width: 40%;
        flex: unset;
        text-align: center;
    }

    .contenu-repetition div {
        gap: 10px;
    }

    .compo-par-2 .contenu-repetition div {
        align-items: center!important;
    }

    .contenu-repetition img {
        height: auto;
        max-width: 100px;
        max-height: 100px;
    }

    .compo-par-2 .contenu-repetition img {
        height: 140px;
        max-width: 100%;
    }

    .compo-par-2 .contenu-repetition img {
        height: 140px;
        max-width: 100%;
    }

    .contenant-carte-bandeau img {
        object-fit: cover;
        height: 100%;
    }

    .bloc-liste-ville {
        top: 80px;
    }


    .encart-pizza div.text-center {
        padding: 20px;
    }


    .contenant-2-img div.img:last-child {
        top: 50%;
        left: 40%;
    }

    .contenant-2-img {
        margin-bottom: 4.5rem;
    }

    .contenant-2-img div.img {
        max-width: 60%;
    }
}


@media screen and (min-width: 601px) and (max-width: 768px) {

    .encart-pizza.bordure.contenu-repetition {
        width: fit-content;
        max-width: 300px;
        min-width: 200px;
    }
}


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

    .img-header {
        background-position-x: 50%;
    }

    header.entete .btn-radius {
        font-size: 18px;
        width: 100%;
    }

    .container {
        padding-right: calc(var(--bs-gutter-x) * 1);
        padding-left: calc(var(--bs-gutter-x) * 1);
    }

    .contenu .btn-radius, footer .btn-radius {
        font-size: 18px;
        font-weight: 600;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 35px;
    }

    h1 br, h2 br{
        display: none;
    }

    .btn-radius {
        width: 100%;
        display: block;
        text-align: center;
    }

    footer .btn-radius {
        margin-bottom: 40px;
    }

    .bloc-liste-ville {
        padding: 20px 30px;
    }

    .contenant-carte-bandeau img {
        top: -20px;
    }

    .bloc-liste-ville {
        top: 100px;
    }

    .encart-pizza.bordure.contenu-repetition {
        max-width: 100%;
        min-width: 100%;

    }

    footer img {
        max-width: 120px!important;
    }

    .cartographie-liste-ville {
        top: 76%;
        max-width: 100%;
        width: 90%;
        left: 5%;
    }

    #page > div.contenu > div.container.module.module_2_images_texte.my-2.my-lg-5.py-5 {
        margin-top: 12.5rem!important;
    }

    .liste a.cta {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .mapboxgl-ctrl-geocoder {
        font-size: 16px!important;
        width: 190px!important;
        min-width: unset!important;

    }
}

