/*
Theme Name: Maison Médicale de Bénaménil
Template: edservices2303
Version: 1.6.2
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/*bleu un peu foncé #3b559*/

.wcp-post-author {
    display:none;
}

.wcp-post-date {
    margin-left:-10px;
}

div.logo {
    position: absolute;
    left: -160px;
    top: 0;
}
#menu-main-menu a span {
    padding:0 14px !important;
    font-size:x-large;
}

#Subheader {
    /*top:100px;*/
    background-color:#ebf4f9;
}

#Subheader h1.title {
    /*color:white !important;*/
    font-size:3rem !important;
}

.actuswrapper {
    display:flex;
    justify-content: center;
    align-items: center;
}

.actuswrapper > div {
    max-width:1240px !important;

}

.dark h2.avecligne:after {
    
    border: 3px solid #c9e4f3;
    background:#c9e4f3
}

h1.avecligne:after, h2.avecligne:after, h3.avecligne:after {
content: '';
border: 3px solid #3b559a;
background:#3b559a;
border-radius: 5px;
width: 10%;
vertical-align: middle;
display: inline-block;
margin-left: 15px;
}

#Footer h2 {
    font-size:xx-large;
    color:#3b559a !important;
    line-height: normal;
}

#Footer li.title {
    font-family: Satisfy, Helvetica, Arial, sans-serif;
    line-height: 2rem;
    font-size:xx-large;
    color:#3b559a !important;
    font-weight: 500;
    margin-bottom:1rem;
}

/*page contact*/
.horairesdiv ul {
    color: white;
    font-size: medium;
    font-weight: 500;
    list-style: none;
    }
    
    .horairesdiv .jour {
        border-bottom: 1px solid #c9e4f3;
    }
    
    .jour {
        width:80px;
        display: inline-block;
    }
    

    .contactformwrapper input, .contactformwrapper textarea {
        background: #c9e4f3;
        border-radius: 5px;
        color: rgb(0, 26, 62) !important;
    }
    
    .contactformwrapper input:focus, .contactformwrapper textarea:focus {
        background: #d7e0e7 !important;
        color: rgb(0, 26, 62) !important;
    }
    
    .contactformwrapper {
        padding:30px 30px 0 30px;
        margin-top:-850px;
        border-radius: 10px;
        background: #fff;
    }
    
    .contactformwrapper h5 {
        text-align:center;
    }
    
    .contactformwrapper h5:before {
    top: 30px !important;
    left: 6% !important;
    }
    
    .get_in_touch ul li, .get_in_touch .get_in_touch_wrapper ul  li p a {
        color:white !important;
    }

    .get_in_touch ul li .icon {
        color:#c9e4f3 !important;
    }

    .get_in_touch {
        background-color: #2d4188 !important;
        height:400px !important;
    }

    #adressehoraires {
    }

    #adressehoraires h3 {
        color:#c9e4f3 !important;
    }

    #adressehoraires > div {
        display: flex;
  flex-wrap: wrap;

          justify-content: center !important;
        align-items: center !important;
          /*gap: 10px 20px; /* row-gap [column-gap]*/
          gap: 2rem;
  
        /*width:100%;*/
        
    }
    
    #adressehoraires > div > div {
        width:40% !important;
        height:400px !important;

    }
/*page contact*/