/*PREMIUMBASE*/


/*Import Fonts*/

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
/*  */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Montserrat', sans-serif; */

/*GENERAL*/

html {
    scroll-behavior: smooth;
  }

body {
    font-family: 'Montserrat', sans-serif;
}
.progress-bar {
    background-color: #111;
}
.alert-danger {
    color: #222;
    background-color: #eee;
    border-color: #eee;
}
.vert {
    color:#bdcd00;
}

/* BOUTONS */
.btn {
    border-radius: 0;
}
.btn-primary, .btn-info, .btn-secondary, .btn-success {
    color: #000;
    background-color: #bdcd00;
    border-color: #bdcd00;
    width: 200px;
}
.btn-primary:hover, .btn-info:hover, .btn-secondary:hover, .btn-success:hover {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}
.liens_center {
    display: flex;
    justify-content: center;
}

/* TOP PAGE */
.agence .top_page {
    background-image: url(/assets/images/top_page/agence_top.jpg);
}

/* TITRES */
.home_heading::after, .home_heading::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #bdcd00;
    vertical-align: middle;
    margin: 0 10px;
}
.page_heading {
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 5px;
    margin: 20px 0 20px 0;
    text-transform: uppercase;
}
.page_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #bdcd00;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}
.home_heading {
    font-weight: 100;
    font-size: 30px;
    letter-spacing: 5px;
    margin: 20px 0 40px 0;
    color: #bdcd00;
    font-weight: 600;
}
.home_heading2 {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 5px;
    margin: 20px 0 40px 0;
    text-align: center;
    text-transform: uppercase;
}
.page-heading, .deco{
    font-weight: inherit;
    text-transform: inherit;
    font-size: 35px;
    line-height: inherit;
    letter-spacing: 2px;
    border-left: 3px solid #bdcd00;
    padding-left: 15px;
}
.block_etiquette {
    width: 200px;
}
.bg-gris {
    background: rgba(0,0,0,0.05);
    padding: 14px 0;
    margin: -54px 0 54px 0;
}
/* MENU */

.alerte-email .top_page, .top_page {
    background-image: url(/assets/images/top_page/estimation_top.jpg);
}
.contact .top_page {
    background-image: url(/assets/images/top_page/agence_top.jpg);
}
nav ul > li:hover > a {
    background: #bdcd00;
    color: #000;
}
nav .dropdown-menu {
    min-width: 20px;
    font-size: 15px;
    color: #292b2c;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    font-weight: 600;
    top: 32px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
}
.index .not-sticking nav .dropdown-menu {
    background-color: rgba(255,255,255,0.5);
}
nav .dropdown-item {
    display: block;
    width: 100%;
    padding: .55rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    background: 0 0;
    border: 0;
    font-weight: 600;
}
nav .dropdown-item:focus, .dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #bdcd00;
}
/* MOTEUR */
.moteur {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: inherit;
    border-radius: 10px;
    background-color: transparent;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #000;
}
/* .radio_trans {
    display: none;
} */

/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
}
.carousel-indicators {
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
    background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/3.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider_home/4.jpg');
}

#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider_home/5.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(6) {
    background-image: url('/assets/images/slider_home/6.jpg');
}


.call-to-header{
    position: absolute;
    top: 39%;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 10;
}
.bg-callto, .bg-callto2{
    background: rgba(255, 255, 255, 0.65);
    transition: all 0.3s ease-in-out;
    border: 1px solid #bdcd00;
}
.bg-callto:hover, .bg-callto2:hover{
    background: #bdcd00;
    transition: all 0.3s ease-in-out;
}
.bg-callto:hover #carte-callto {
    font-size: 3rem;
    line-height: 3rem;
    transition: all 0.3s ease-in-out
}
.bg-callto2:hover #carte-callto2 {
    font-size: 3rem;
    line-height: 3rem;
    transition: all 0.3s ease-in-out
}
#carte-callto, #carte-callto2{
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    line-height: 2.5rem;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.bg-callto:hover #carte-callto {
    color: #fff;
}
.callto-title, .callto-title2{
    padding: 70px 0;
}


/*NOTRE SELECTION*/
.text-align-right {
    text-align: right;
}
.home_cont_selection .btn-primary {
    background: transparent;
    width: auto;
    color: #000;
    border-color: #000;
}
.home_cont_selection .btn {
    padding: .25rem .75rem;
}
.home_cont_selection .btn i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 0;
    margin-left: 5px;
    top: -2px;
}
.prod_accueil article {
    border: 1px solid #ddd;
    width: calc(49.3% - 20px);
    margin: 10px;
}
.home_cont_selection{
    background: #fff;
}
.index .info_ville {
    font-size: 13px;
    text-transform: uppercase;
}
.index .prod_accueil .card-fav-absolute{
    right: 20px;
    top: 20px;
    font-size: 22px;
    z-index: 150;
    color: #FFFFFF;
}
.index .info_type {
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0;
    text-transform: capitalize;
}
.index .prod_accueil .block_info {
    min-height: auto;
    padding: 10px;
    height: 70px;
    background: #ffffff;
}
.index .prod_accueil article, .prod_listing > .listing_article article {
    border-bottom: 2px solid #bdcd00;
    box-shadow: 6px 3px 5px #dedede;
}
.index .info_prix {
    float: right;
}
.prixplus {
    display: none;
}
/* PRESENTATION */
.home_cont_presentation {
    background: url(/assets/images/home-background-presentation.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
.home_cont_presentation .container {
    background: rgba(255, 255, 255, 0.7);
    padding: 50px;
    color: #000;
}
.home_cont_presentation .bloc-noir{
    background: rgba(0, 0, 0, 0.6);
    padding: 50px;
    border-radius: 20px;
}
.home_cont_presentation h3 {
    text-transform: inherit;
    
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 1.8rem;
    color: #bdcd00;
}
.home_cont_presentation p{
    padding: 15px 0;
    text-align: center;
}
/*NOS BIENS*/
.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 20%;
    right: 20%;
    background: rgba(255,255,255, 0.6);
    color: #fff;
    width: 60%;
    height: 60%;
}
.cat:hover .cat-infos-overlay {
    background: rgba(255,255,255, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.home_cont_categories .cat-text, .home_cont_categories .cat-text-small{
    color: #000;
    letter-spacing: 2px;
}
.home_cont_categories .cat-text-small{
    font-weight: 400;
}
.home_cont_categories .cat-text::after{
    background: #000;
    width: 30px;
    margin: 10px auto 0 auto;
}
/* ALERTE EMAIL */
.home_cont_alertes {
    padding: 20px 10px;
    background-color: #000000;
}
/*COORDONNEES*/
.cont_coordonnees{
    background: #fff;
    color: #000;
}
.logo-fb {
    font-size: 30px;
    margin: 0 5px;
    color: #000;
}
.cont_coordonnees .btn-primary, .cont_coordonnees #voir-telephone-0 {
    background: #bdcd00;
    border-color: #bdcd00;
    color: #000;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin: 5px 0 !important;
}
.cont_coordonnees .btn-primary:hover, .cont_coordonnees #voir-telephone-0:hover{
    background: #000;
    color: #fff;
    border-color: #000;
}
.cont_coordonnees .btn {
    text-align: center;
}
.cont_coordonnees p{
    margin-bottom: 0.2rem;
}
.coordonnees_heading {
    font-weight: 600;
    text-transform: inherit;

    letter-spacing: 2px;
}

/* FOOTER */
footer {
    background-color: #000000;
    padding: 30px 10px;
}
footer .liens_right {
    margin-top: 0;
}
/* Boite à outils */
#bloc_fixed {
    bottom: 37%;
}
#bloc_fixed ul li > i {
    font-size: 2rem;
    top: 2px;
    left: 2px;
}
#bloc_fixed ul li > .ion-ios-heart-outline {
    left: 1px;
}
#bloc_fixed ul li > .ion-social-youtube-outline {
    font-size: 1.8rem;
    top: 4px;
    left: 1px;
}
#bloc_fixed .bloc {
    width: 50px;
    min-height: 50px;
    margin: 15px 0;
    position: relative;
    right: 7px;
    cursor: pointer;
    padding-left: 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 50%;
    background: #bdcd00;
}
#bloc_fixed .bloc:hover {
    right: 12px;
    border:1px solid #fff;
}
#bloc_fixed .surcharge_favoris {
    left: 16px;
    top: 19px;
}
.badge-pill {
    padding-right: 0.4em;
    padding-left: .4em;
    border-radius: 10rem;
}
.badge {
    font-size: 66%;
}

/* AUTRE */
.top_link {
    background: rgba(0, 0, 0, 0.6);
    height: 50px;
    border-radius: 50px;
}
.top_link:hover {
    background: #000;
    height: 50px;
}
.badge-danger {
    color: #000;
    background-color: #fff;
}
.bg_collapse .btn-content .btn-circle{
    padding-top: 11px;
}
.alert-danger {
    text-align: center;
    margin: 20px auto;
}

.home_cont_alertes p i {
    color: #bdcd00;
}

/* SIDEBAR */
.sidebar {
    margin-top: 0;
}
.sidebar address {
    text-align: center;
    border: 1px solid #000;
}
.sidebar .group_btn a {
    margin: 5px 0;
    width: 100%;
}
.nom_agence {
    text-transform: uppercase;
}
.telephone-vu {
    background-color: transparent;
}

/*WIDGET CONTACT*/
aside {
    text-align: center;
}
aside.aside_contact{
    background: #000;
}
aside .contact_coordinates, aside .aside_map {
    border-bottom: none;
}
aside .contact_nameagency::after{
    content: "";
    display: block;
    position: relative;
    background: #fff;
    height: 2px;
    width: 50px;
    margin: 6px auto 24px auto;
}
.telephone-vu{
    color: #000;
    background: transparent;
}
aside address{
    margin-top: 15px;
}
aside address .group_btn a {
    width: 60%;
    margin: 10px;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 300;
}
.btn-info {
    background: #000;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
}
.btn-info:hover {
    background: transparent;
    text-transform: uppercase;
    border: 1px solid ;
    color: #000;
}
aside .btn-info:hover {
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #bdcd00;
    color: #bdcd00;
}
aside address .group_btn a:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
aside .social_network i{
    color: #fff;
    text-align: center;
}
aside .list-inline{
    text-align: center;
}

/* LISTING + DETAIL */
.prod_listing.damier > .listing_article article {
    width: 32.3333%;
    text-align: center;
}
.prod_listing.damier > .listing_article article .info_ville {
    font-size: 15px;
    color: #bdcd00;
    font-weight: 600;
}
.bouton-resa {
    padding: 20px 0;
    text-align: center;
}
.bouton-resa i, .bouton-resa-bas i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
    bottom: 4px;
    color: #bdcd00;
}
.bouton-resa-bas {
    padding: 20px 0;
    text-align: center;
}
.btn-primary-resa {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 280px;
}
.btn-primary-resa:hover {
    color: #bdcd00;
}
.block_etiquette {
    background: #bdcd00;
    text-align: center;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 500;
    color: #000;
}

.b_promesse-vente {
  background-color: #78ccf9;
  color: #000000;
}

.b_offre_en_cours,
.b_souscompromis {
    background-color: #ff1e1e;
    color: #fff;
}
.b_vendu {
    background-color: #ff5800;
    color: #fff;
}
.line {
    border-bottom: 1px solid #000;
}
.card_list li > span:after{
    display: none;
}
.info_ville {
    font-size: 15px;
}
.prod_listing .info_titre {
    /* font-size: 18px;
    padding-top: 4px;
    font-weight: bold; */
    display: none;
}
.col1 .btn-primary:hover a{
    color: #fff;
}
.detail_header .titre {
    padding-bottom: inherit;
    margin-bottom: inherit;
    font-weight: inherit;
    text-transform: inherit;
    font-size: 20px;
    line-height: inherit;

    letter-spacing: 2px;
}
.detail_header .titre:after{
    display: none;
}
.detail_taber .nav-link.active{
    font-weight: bold;
    color: #000;
}
.lafficheur li {
    background-color: #000!important;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #fff!important;
    color: #000
}
.detail_header_sticky {
    background: #000;
    color: #fff;
}
.detail_header_nav li a{
    color: #fff;
}

.detail .resa-detail {
    margin: 0 auto 50px auto;
}
.resa-detail .btn-primary:hover{
    color: #000;
    background-color: #bdcd00;
    border-color: #bdcd00;
}
.resa-detail .btn-primary{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.resa-detail i {
    bottom: 3px;
}
.detail .ion-ios-telephone-outline {
    font-size: 20px;
}




/* PAGES AGENCES */
.agence .content_page {
    width: 100%;
}
.centre {
    text-align: center ;
}
.titre-agence {
    font-size: 23px;
    color: #bdcd00;
}
.titre-agence::after {
    content: "";
    display: block;
    position: relative;
    background: #bdcd00;
    height: 2px;
    width: 100px;
    margin: 10px auto 15px auto;
}
.agence .titre-agence::after {
    content: "";
    display: block;
    position: relative;
    background: #bdcd00;
    height: 2px;
    width: 100px;
    margin: 10px 0;
}

.agence p {
    text-align: justify;
}
.marginauto {
    margin: auto;
}
footer p {margin-bottom: 0;}
.italic {
    font-style: italic;
}

.alerte-email .dropdown-menu.open.show,
.estimation .dropdown-menu.open.show {
    transform: translate3d(0px, 0px, 0px)!important;
}

/* RESPONSIVE */
@media (max-width: 1281px){
    .bloc-agence {
        font-size: 15px;
        min-height: 450px;
        padding: 3px;
    }
}
@media (min-width: 992px){
    nav.menu ul  {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 16px;
        line-height: 1.2;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        font-weight: 600;
        font-size: 14px;
    }
    .nav-mobile-lang{
        display: none !important;
    }
    .nav-desktop-lang{
        display: block;
    }

    .index .not-sticking .site-pusher {
        display: block;
        background: rgba(255,255,255, 0.6);
    }
    .not-sticking .header__logo img,
    .sticking .header__logo img {
        width: 250px;
    }
    .sticking .header__logo {
        height: 150px;
    }
    .index .not-sticking .header__logo img {
        width: 27%;
    }
    .not-sticking nav,
    .sticking nav {
        margin: 10px 0;
    }
    .index .not-sticking nav {
        margin: 10px 0;
        padding: 9px 0;
    }
    .not-sticking nav ul,
    .sticking nav ul {
        margin-bottom: 0;
    }
}
@media (max-width: 991px){
    .menu {
        z-index: 1;
    }
    .menu {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.95);
        width: 400px;
        -webkit-transform: translateX(-400px);
        transform: translateX(-400px);
    }
    .with--sidebar .site-pusher {
        -webkit-transform: translateX(400px);
        transform: translateX(400px);
    }
    nav.menu ul li .dropdown-menu .dropdown-item {
        padding: .25rem 0 0 0 !important;
        color: #fff !important;
        text-transform: capitalize!important;
        font-size: 12px;
        font-weight: 300;
    }
    .nav-mobile-lang{
        display: block;
    }
    .nav-desktop-lang{
        display: none;
    }
    .index .not-sticking .header__logo {
        height: 90px;
    }
    .header__logo .index-logo-not-sticking,
    .header__logo img {
        width: 225px;
    }
    .moteur {
        bottom: 0;
    }
    .menu ul > li > a {
        color: #fff;
        letter-spacing: 0;
        padding: 4px 0;
        text-transform: uppercase;
    }
    footer {
        padding-bottom: 75px;
    }
    .listing .bloc.bloc4,
    [class*="listing-"] .bloc.bloc4 {

        display: block;
        position: absolute;
        right: -2px;
        top: 14px;
        font-size: 20px;
        background: #111;
        padding: 4px 12px;
        border-radius: 5px;
    }
    .ion-ios-search-strong:before {
        color: #fff;
    }
    .main-content {
        margin-top: 95px;
    }
    /* .top_page {
        background: #111;
        margin-top: 90px;
    } */
    .map {
        top: 85px;
    }
    aside .contact_img img {
        display: none;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .prod_listing.damier > .listing_article article {
        width: 100%;
        margin-top: 20px;
    }

}

@media (max-width: 768px){
    .home_heading2 {
        font-size: 18px;
    }
    .home_heading, .home_cont_presentation h3 {
        font-size: 23px;
    }
    .bloc-agence {
        margin: 10px 0;
    }
    .page-heading, .deco {
        font-size: 24px;
    }
    .contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire {
        width: 100%;
    }
    .index .info_type {
        font-size: 18px;
    }
}

@media (max-width: 560px){
    .prod_accueil article {
        width: 94%;
    }
    .home_heading::after, .home_heading::before {
        display: none;
    }
    .info_ville {
        font-size: 13px;
    }
    .index .info_ville {
        font-size: 11px;
    }
    .index .info_type {
        font-size: 16px;
    }
    .index .info_prix {
        font-size: 13px;
    }
}

@media (max-width: 420px){
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .bloc-btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .bloc-reseaux {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header__logo .index-logo-not-sticking, .header__logo img {
        width: 150px;
    }
    .index .not-sticking .header__logo {
        height: 75px;
    }
    .moteur {
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 10px;
        top: auto;
        background: none;
    }
    #formrechercheaccueil .container {
        background-color: rgba(0, 0, 0, 0.3);
        background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.44' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    }
    .home_cont_presentation .bloc-noir {
        padding: 15px;
        justify-content: center;
        text-align-last: center;
    }
    .home_cont_presentation p {
        text-align: center!important;
    }
    .home_cont_presentation h3 {
        text-align: center;
    }
    .coordonnees_heading {
        margin-top: 30px;
    }
    .menu ul > li > a {
        padding: 2px 0;
    }
    .plusdecritere .text-filtre1 {
        display: none;
    }
    .callto-title, .callto-title2 {
        padding: 15px 0;
    }
    #carte-callto, #carte-callto2 {
        font-size: 1.8rem;
    }
    .call-to-header {
        position: absolute;
        top: 27%;
        width: 94%;
        text-align: center;
        left: 4%;
        z-index: 10;
    }
}

@media (max-width: 320px) {
    .moteur {
        top: 68px;
    }
}

@media (min-width: 1920px) {
    .bgAccueil {
        position: relative !important;
        height: 100% !important;
        background: url(/assets/images/bgimg.jpg) no-repeat center center fixed !important;
        background-size: cover !important;
    }
}

/* MAPS */
.leaflet-custom-marker.leaflet-marker-icon,
.leaflet-marker-icon.leaflet-google-marker {
   margin-top: -37px;
   margin-left: -12.5px;
}

.leaflet-marker-icon.leaflet-google-marker {
   height: 37px !important;
   width: 25px !important;
}


@media only screen and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: portrait) {
    .bgAccueil {
        background-size: 1024px 768px !important;
        background: url(/assets/images/bgimg-mobile.jpg) no-repeat center !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape){
    .moteur {
        top: auto!important;
        padding: 0;
    }
    .call-to-header {
        position: absolute;
        top: 20%;
        width: 90%;
        text-align: center;
        left: 5%;
        z-index: 10;
    }
    .callto-title, .callto-title2 {
        padding: 10px 0;
    }
    #carte-callto, #carte-callto2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .container_search {
        margin: 10px 0 0 0;
    }

}