/*
Theme Name: Aquabell'Eau
Template: edservices2303
Version: 1.6.2
*/

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

/*
orange #f68103
bleu ciel #29e6ed
*/

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

#Footer li.title {
    font-size:xx-large;
    color:#f68103 !important;
    font-weight: bold;
    margin-bottom:1rem;
}

#custom_html-7 ul li {
    //text-align: right;
}

.icondiv {
    background-color:#29e6ed !important;
    padding:40px 10px !important;
}

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

    .contactformwrapper input, .contactformwrapper textarea {
        background: #bcd1e2;
        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:#f68103 !important;
    }

    .get_in_touch {
        background-color: rgb(0, 26, 62) !important;
        height:400px !important;
    }

    #adressehoraires {
    }

    #adressehoraires h3 {
        color:#29e6ed !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*/