/*Import Fonts*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');

/*GENERAL */

body {
    font-family: 'Work Sans', sans-serif;
    color: #1E427E;
}

.bgAccueil {
    height: 100%;
    position: relative;
    height: 100vh;
    background: url(/assets/images/bgimg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.moteur {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 150px;
    z-index: 20;
    background-color: rgba(255, 255, 255, 0.6);
}

.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 4px solid #1E427E;
    color: #1E427E;
    font-weight: 600;
    font-size: 17px;
}

.radio_trans input[type=radio].css-checkbox + label.css-label {
    cursor: pointer;
    display: inline-block;
    padding: 7px;
    vertical-align: middle;
    color: #1E427E;
}

.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #1E427E;
}

/*    boutons et liens*/

button {
    background-color: transparent;
}

.btn {
    border-radius: 0;
}

.btn-primary,
.btn-success {
    background-color: #1E427E;
    border-color: #1E427E;
}

.btn-primary a,
.btn-success a {
    color: #fff;
}

.btn-primary:hover,
.btn-success:hover {
    background-color: #153262;
    border-color: #153262;
}

.btn-info {
    color: #fff;
    background-color: #EB6D23;
    border-color: #EB6D23;
}

.btn-info:hover {
    color: #fff;
    background-color: #eb5923;
    border-color: #eb5923;
}

.btn-link:hover {
    color: #EB6D23;
}


/*typographie*/

.home_heading {
    text-align: center;
    color: #1E427E;
    margin-bottom: 40px;
}

.home_subheading {
    color: #7b7b7b;
    font-size: 20px;
}

h2.deco {
    color: #EB6D23;
    text-transform: uppercase;
    font-size: 28px;
}
h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1E427E;
    margin: 10px 0;
}

.home_cont_presentation h3 {
    color: #fff;
    padding-bottom: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 28px;
}

h3 span {
    font-weight: 700;
    color: #8d8e89;
    padding-right: 10px;
}

h3:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 50px;
    background-color: #fff;
}

h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

h5 {
    font-weight: 700;
    font-size: 18px;
}

.h3-before {
    font-weight: 600;
    color: #8d8e89;
}

.hr1 {
    position: relative;
    width: 150px;
    border-top: 1px solid #7b7b7b;
    margin: 30px auto 40px auto;
}

.hr2 {
    position: relative;
    width: 150px;
    border-top: 1px solid #7b7b7b;
    margin: 30px 0 40px 0;
}

.linebreak {
    width: 100%;
    border-top: 1px solid #8d8e89;
    margin: 30px 0 30px 0;
}

.deco {
    font-weight: 600;
}

sup {
    font-size: 10px;
    right: -3px;
    top: -8px;
}

.info_prix sup {
    font-size: 11px;
    top: -5px;
    left: -3px;
}

.box_titre {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}

.box_titre::after {
    background-color: #ccc;
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 55px;
    margin: 20px 0 20px 0;
}

figcaption {
    font-style: italic;
    color: #1969ad;
}

a {
    color: #1E427E;
}

a:hover {
    color: #132d58;
}


/*ASIDE CONTACT */

aside.aside_contact {
    background-color: #0a1525;
}

.contact_nameagency {
    font-weight: 600;
}


/*MENU*/

.site-pusher {
    background-color: rgba(255, 255, 255, 0.5);
}

.index .not-sticking .menu {
    margin-top: 10px;
}

@media (min-width: 992px) {
    nav.menu ul li:not(: last-child) {
        margin-right: 0;
    }
    .menu ul {
        margin-bottom: 0;
        padding: 10px 0;
    }
    .menu ul > li > a {
        color: #1e427e;
        padding: 12px 10px;
        line-height: 1.2;
        font-weight: 500;
    }
    .menu ul > li:last-child > a {
        padding: 12px 32px 12px 10px;
    }
    .menu > ul > li > a:hover,
    .menu > ul > li.active > a {
        background-color: #1E427E;
        color: #fff;
    }
    .lang .dropdown-toggle::after {
        right: 23px;
    }
    .sticking .header__logo img {
        height: 90px;
        padding: 10px 0;
    }
    .not-sticking .header__logo img {
        height: 150px;
        padding: 10px 0;
    }
    .lien_extranet {
        display: none !important;
    }
}

.lien_extranet {
    color: #EB6D23;
}


/*fil d'\arianne*/

.breadcrumb-item a {
    color: #1E427E;
}

.breadcrumb-item a:hover {
    color: #EB6D23;
}

.breadcrumb-item.active {
    color: #EB6D23;
}


/*SIDEBAR*/

html address [type=button] {
    color: #EB6D23;
}

.sidebar_blocinfos ul a {
    color: #EB6D23;
}

/*  PAGE LISTING */

.page-item.active .page-link {
    color: #EB6D23;
    background-color: transparent;
    border: 1px solid #EB6D23;
}
.page-link {

    color: #EB6D23;
    background-color: transparent;
}

.page-item.active .page-laulau {
    color: #EB6D23;
    background-color: transparent;
    border: 1px solid #EB6D23;
}

.page-laulau {

    color: #EB6D23;
    background-color: transparent;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: transparent;
  border-color: transparent;
}

.page-item a {
    display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  }
/*PAGE INDEX*/

.home_cont_categories .cat-infos-overlay {
    background: rgba(10, 21, 37, 0.85) !important;
}

.home_cont_presentation {
    background: url(/assets/images/home-background-presentation.jpg) no-repeat center top;
    padding: 5% 0;
}

.home_cont_alertes {
    background-color: #0a1525;
}

.home_cont_alertes .btn-primary {
    background-color: #EB6D23;
    border-color: #EB6D23;
}

.home_cont_alertes .btn-primary:hover {
    background-color: #eb5923;
    border-color: #eb5923;
}
.cont_coordonnees .list-inline-item {
    font-size: 35px;
    line-height: 0;
}
.cont_coordonnees .list-inline-item a{
    color: #fff;
}
.cont_coordonnees .list-inline-item a:hover{
    color: #EB6D23;
}
.cont_coordonnees p {
    margin-top: 15px;
}


/*slider accueil*/

.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');
}

.carousel-indicators {
    display: none;
}

/* BANDEAU SUR SLIDER */

.jumbotron1, .jumbotron2 {
    border-radius: 15%;
    min-height: 266px;
}

.jumbotron1 {
    background-color: rgba(30,60,126, 0.8);
    border: 2px solid #eb6d23;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
}
.jumbotron2 {
    background-color: rgba(235,109,35, 0.8);
    border: 2px solid #1e427e;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
}

.caption_gauche .jumbotron1 .h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #eb6d23;
}
.caption_droite .jumbotron2 .h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #1e427e;
}
.caption_gauche a, .caption_droite a {
    color: #fff;
    font-size:23px;
    margin: 0 10px 0 10px;
}
.caption_gauche a:hover, .caption_droite a:hover {
    text-decoration: underline;
}
.caption_gauche p, .caption_droite p {
    margin: 0px;
}

.p_1 {
    color: #fff;
    font-weight: 500;
    font-size:22px;
    padding: 6px 0 10px 0;
}
.p_2 {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}
.p_3 {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-top: 10px;
}
p span {
    font-weight: 600;
    color: #eb6d23;
    font-size: 20px;
}

#carouselExampleIndicatorsHome .caption_gauche {
        position: absolute;
        text-align: center;
        z-index: 15;
        font-weight: 300;
        color: #1e427e;
        padding: 0;
        top:35vh;
    }
#carouselExampleIndicatorsHome .caption_droite {
    float: right;
    padding: 0;
    top:35vh;
    text-align: center;
    z-index: 15;
    font-weight: 300;
    min-height: 1200px;
}
.jumbotron1, .jumbotron2 {
    display: flex;
    justify-content: space-around;
}
.jumbotron1 .contenu, .jumbotron2 .contenu {
    margin:auto 0;
}
.jumbotron1 h4 {
    color: #eb6d23;
}
.jumbotron2 h4 {
    color: #1e427e;
/*    text-transform: capitalize;*/
    font-size: 30px;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .jumbotron1 {
        padding: 0.5rem 0.5rem;
        margin-left: 6vh;
        width: 37vh;
        
    }
    .jumbotron2 {
        padding: 1rem 1rem;
        margin-right: 6vh;
        width: 37vh;
    }
}

@media (min-width: 1025px) {
    .jumbotron1 {
        padding: 0.5rem 0.5rem;
        margin-left: 6vh;
        width: 37vh;
    }
    .jumbotron2 {
        padding: 1rem 1rem;
        margin-right: 6vh;
        width: 37vh;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    #carouselExampleIndicatorsHome .caption_gauche {
        top:25vh;
    }
    #carouselExampleIndicatorsHome .caption_droite {
        top:25vh;
    }
    .jumbotron1 {
        padding: 0.5rem 0.5rem;
        margin-left: 6vh;
        width: 30vh;
        min-height: 200px;
    }
    .jumbotron2 {
        padding: 1rem 1rem;
        margin-right: 6vh;
        width: 30vh;
        min-height: 200px;
    }
    .caption_gauche .jumbotron1 h1, .caption_droite .jumbotron2 h1 {
        font-size: 22px;
    }
    .p_1 {
        color: #fff;
        font-weight: 500;
        font-size:16px;
    }
    .p_2 {
        color: #fff;
        font-weight: 300;
        text-transform: lowercase;
        font-size: 14px;
    }
    .p_3 {
        color: #fff;
        font-weight: 300;
        text-transform: lowercase;
        font-size: 14px;
    }
}
@media (min-width: 636px) and (max-width: 768px) {
    #carouselExampleIndicatorsHome .caption_gauche {
        top:5vh;
    }
    #carouselExampleIndicatorsHome .caption_droite {
        top:5vh;
    }
    .jumbotron1 {
        padding: 0.5rem 0.5rem;
        margin-left: 1vh;
        width: 30vh;
        min-height: 180px;
    }
    .jumbotron2 {
        padding: 1rem 1rem;
        margin-right: 1vh;
        width: 30vh;
        min-height: 230px;
    }
    .caption_gauche .jumbotron1 h1, .caption_droite .jumbotron2 h1 {
        font-size: 22px;
    }
    .caption_gauche a, .caption_droite a {
        font-size:22px;
    }
}
@media (min-width: 421px) and (max-width: 636px) {
    #carouselExampleIndicatorsHome .caption_gauche {
        top:2vh;
    }
    #carouselExampleIndicatorsHome .caption_droite {
        float: left;
        top:23vh;
    }
    .jumbotron1 {
        padding: 0.5rem 0.5rem;
        margin-left: 1vh;
        width: 50vh;
        min-height: 100px;
    }
    .jumbotron2 {
        padding: 1rem 1rem;
        margin-left: 1vh;
        width: 50vh;
        min-height: 100px;
    }
    .caption_gauche .jumbotron1 h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #eb6d23;
    }
    .caption_droite .jumbotron2 h1 {
        font-size: 18px;
        text-transform: uppercase;
        color: #1e427e;
    }
    .caption_gauche a, .caption_droite a {
        color: #fff;
        font-size:20px;
        margin: 0 10px 0 10px;
    }
    .caption_gauche p, .caption_droite p {
        margin: 0px;
    }

    .p_1 {
        color: #fff;
        font-weight: 500;
        font-size:14px;
    }
    .p_2 {
        color: #fff;
        font-weight: 300;
        text-transform: lowercase;
        font-size: 14px;
    }
    .p_3 {
        color: #fff;
        font-weight: 300;
        text-transform: lowercase;
        font-size: 14px;
    }
}
@media (max-width: 420px) {
    #carouselExampleIndicatorsHome .caption_gauche, #carouselExampleIndicatorsHome .caption_droite {
        display: none;
    }
}


/*moteur recherche accueil*/

.moteur {
    z-index: 555;
    background-color: rgba(250, 250, 250, 0.5);
}

@media (min-width: 768px) and (max-width: 992px) {
    .moteur {
    padding: -19px;
    bottom: 45px;
    }
}

.list-inline-item:not(:last-child) {
    margin-right: 40px;
}

.dropdown-toggle::after {
    right: 21px;
}

.plusdecritere .plusc::after {
    content: "+";
}

.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 4px solid #1e427e;
    color: #1e427e;
    font-weight: 500;
}

.radio_trans input[type=radio].css-checkbox + label.css-label {
    color: #1e427e;
    font-weight: 500;
}

.index .plusdecritere .plusc,
.index .plusdecritere .plusm {
    color: #1e427e;
    font-weight: 500;
}


/*selection produits*/

.home_cont_selection,
.temoignages {
    background-color: #f2f2f2;
}

.prod_accueil article {
    background-color: #fff;
}

.prod_accueil .block_info {
    min-height: 270px;
}

.triangle {
    display: none;
}

.info_type {
    padding-bottom: 0;
    font-style: italic;
    text-transform: capitalize;
}

.prod_accueil .card-fav-absolute {
    top: 0;
}

.info_ville {
    font-weight: 600;
}

.cont_contact {
    background-color: #dadada;
    padding: 30px;
}

.intro_contact .home_heading {
    text-align: left;
    line-height: 28px;
}

.intro_contact .home_heading:after {
    content: "";
    display: block;
    position: relative;
    background: #06243e;
    height: 2px;
    width: 150px;
    margin: 24px 0;
}


/*PAGE LISTING */

.main-content {
    margin-top: 50px;
}

.over_desc .info_prix {
    color: #1E427E;
}
.page-item.active .page-link {

    background-color: #1E427E;
    border-color: #1E427E;
}
.page-link {
    color: #1E427E;
}

/*FOOTER*/

.cont_coordonnees {
    padding-top: 40px;
    padding-bottom: 0px;
    background-color: #06243e;
    color: #fff;
}

.cont_coordonnees .container {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

footer {
    background-color: #06243e;
    padding: 30px 10px;
}

.cont_coordonnees .btn {
    text-align: center;
}

footer a:hover {
    color: #EB6D23;
}


/*formulaire*/

.form-style,
.btn.dropdown-toggle {
    color: #1e427e !important;
}

::-webkit-input-placeholder {
    color: #1e427e;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #1e427e;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #1e427e;
}

:-ms-input-placeholder {
    color: #1e427e;
}


/*estimation*/

.progress-bar {
    background-color: #1E427E;
}


/* liens sur pages d'annonces  ----- */

#annonceliensref {
    padding-top: 20px;
    padding-bottom: 20px;
}

#annonceliensref a {
    padding-right: 10px;
}


/*RESPONSIVE*/

@media (max-width: 991px) {
    .header__icon:after {
        box-shadow: 0 10px 0 1px #000, 0 16px 0 1px #000, 0 22px 0 1px #000;
    }
    #bloc_fixed {
        display: none !important;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 95vh;
    }
    
/*
    .bgAccueil {
        overflow: hidden;
    }
*/

    .top_page {
        margin-top: 100px;
    }
    #formrecherchevente, #formrecherchelocation {
        display: none;
    }
    
    .main-content {
        margin-top: 120px;
    }
}
    
   

@media (max-width: 768px) {
    .bgAccueil {
        background: #1E427E;
    }
    .site-pusher {
        background-color: #fff;
        /*        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;*/
    }
    .baseline {
        padding: 19px;
        font-size: 17px;
        top: 23%;
        right: 9%;
        width: 80%;
    }
    #carouselExampleIndicatorsHome {
        top: 0px;
    }
    #carouselExampleIndicatorsHome .carousel-item {
        margin-top: 100px;
    }
    .moteur {
        bottom: 58px;
    }
    .sticking .header__logo img,
    .not-sticking .header__logo img {
        height: 100px;
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .home_cont_presentation {
        background: #172a49;
        padding: 5% 0;
    }
    .home_cont_categories .cat {
        margin-bottom: 20px
    }
    .tab_contenu .detail_taber .nav-item a {
        font-size: 14px;
        line-height: 35px;
        padding: 5px 0;
    }
    .tab_contenu .detail_taber li {
        display: block;
    }
    .tab_contenu .detail_taber .nav {
        display: block !important;
    }
    .main-content {
        margin-top: 70px;
    }
}

@media (max-width: 575px) {
    #carouselExampleIndicatorsHome .carousel-item {
        margin-top: 66px;
    }
    .sticking .header__logo img,
    .not-sticking .header__logo img {
        height: 58px;
        margin-left: 17%;
    }
    .baseline {
        display: none;
    }
    .top_page {
        margin-top: 60px;
    }
    .moteur {
        padding: 5px 0;
    }
}

@media (max-width: 420px) {
    .header .img-fluid {
        width: inherit;
        margin: 0;
    }
    .moteur {
        top: 66px;
    }
}

@media (max-width: 360px) {
    .sticking .header__logo img,
    .not-sticking .header__logo img {
        margin-left: 10%;
    }
}


/* pages de ref  ----- */
#referencement h1 {
    font-size: 28px !important;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#referencement h1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 50px;
    background-color: #1E427E;
}

.page_ref2 h2 {
    margin-bottom: 20px;
    margin-top: 30px;
}

.page_ref2 p {
    text-align: justify;
}

.page_ref .spin3 {
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #1E427E !important;
    text-align: left !important;
}

.page_ref .prod_listing.damier {
    display: flex;
    flex-wrap: wrap;
}

.page_ref .description {
    padding: 0 20px;
    font-size: 12px;
}

.prod_listing.damier .block_info {
    min-height: auto;
}

.page_ref .prod_listing article {
    margin: 10px;
    width: calc(33.3% - 20px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid white;
}

  
.page_ref .liste-seo3 li {
    font-size: 13px;
  }

  .page_ref .card_list {
    margin:0;
  }

  .page_ref .info_type {
  }


  .page_ref .info_prix {

}


@media (min-width: 768px) {
    .page_ref .damier .card_list {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.page_ref .prod_listing .block_img,
.page_ref .prod_listing .block_info {
    width: 100%;
}

@media(max-width:768px) {
    .page_ref .prod_listing article {
        margin: 10px;
        width: calc(50% - 20px);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 40 vh;
        min-height: 600px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media(max-width:468px) {
    .page_ref .prod_listing article {
        margin-bottom: 20px;
        padding: 10px;
        width: 100%;
    }
}

#referencement {
    padding-bottom: 30px;
}


/*MODIF BEUG SLIDER*/
.index .bgAccueil {
	height: 100vh;
}


/*BOX 50 ANS*/
.home_cont_annees{
    background: #1E427E;
}
/*
.home_cont_annees::after {
    content: "";
    width: 100%;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 320px;
    border-right-width: -41px;
    border-color: #1e427e transparent transparent transparent;
    position: absolute;
    bottom: -14px;
    z-index: 1;
    left: 0;
}
*/
.home_cont_annees strong{
    font-size: 100px;
    color: #EB6D23;
}
.home_cont_annees h2 {
    font-size: 30px;
    color: #fff;
    padding: 20px 0 20px 30px;
    text-align: center;
}

@media (max-width: 1200px) {
    .home_cont_annees h2 {
    font-size: 20px;
    color: #fff;
    padding: 20px 0 20px 0px;
    text-align: center;
    }
}
@media (max-width: 768px) {
    .home_cont_annees h2 {
    font-size: 15px;
    color: #fff;
    padding: 20px 0 20px 0;
    text-align: center;
    }
    .home_cont_annees strong{
    font-size: 50px;
    color: #EB6D23;
    }
}

.home_cont_promos {
    text-align: center;
    padding: 30px;
    background: #EB6D23;
    
}
.home_cont_promos .bloc_1{
    background: #fff;
/*    border: 1px solid #eb6d23;*/
    padding: 40px 0 5px 0;
    margin-bottom: 20px;
    margin-right:0;
}
.home_cont_promos .bloc_1 p {
    color:#1E427E;
}
.home_cont_promos .bloc_titre1 {
    background: #EB6D23;
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.home_cont_promos .bloc_titre1::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 50px 0 50px;
    border-color: #EB6D23 transparent transparent transparent;
    position: absolute;
    bottom: -25px;
    z-index: 1;
    left: 41%;
}
.home_cont_promos .bloc_titre1 h2 {
    color:#1E427E;
    font-family: 'El Messiri', sans-serif;
}
.home_cont_promos .bloc_2 {
    background: #fff;
    border: 1px solid #1e427e;
    padding: 10px 0 30px 0;
    margin-left:0;
}
.home_cont_promos .bloc_2 p {
    color:#1E427E;
}
.home_cont_promos .bloc_titre2 {
    background: #1E427E;
    padding: 20px 0;
}
.home_cont_promos .bloc_titre2::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 26px 60px;
    border-color: transparent transparent #1E427E transparent;
    position: absolute;
    top: -26px;
    z-index: 1;
    left: 39%;
}
.home_cont_promos .bloc_titre2 h2 {
    color:#EB6D23;
    font-family: 'El Messiri', sans-serif;
}

/*
.col_img {
    min-height: 150px;
}

.col_titre {
    min-height: 150px;
    bottom: 0;
    float: right;
}
*/

.carousel-inner {
    overflow: initial;
}

/* 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;
}


.agence-vvirtuelle {
    width: 100%;
    height: 450px;
}

@media (max-width: 560px) {
    .agence-vvirtuelle {
        width: 100%;
        height: 250px;
    }
}