.navbar-brand .logo-img {
    max-height: 100%;
}

.custom_button_h {
    display: inline-block;
    margin: 10px;
    width: 220px; 
    vertical-align: top;
}

.custom_button_h a {
    display: flex;
    flex-direction: column;      
    align-items: center;   
    justify-content: flex-start; 
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px;             
    box-sizing: border-box;
}

.custom_button_h i {
    flex: 0 0 70px;         
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;      
    color: #1f7e92 !important;
    background-color: #fff !important;
    border: 2px solid #ffcf0d !important;
    box-sizing: border-box;
}

.custom_button_h i::before {
    line-height: 2;
    display: block;
}

/* texte */
.custom_button_h .clic-titre {
    display: flex;
    line-height: 1.1;         
    word-break: break-word;   
    min-width: 200px;
    margin-top: 20px;
    justify-content: center;
}

.custom_button_h {
    margin: 10px;
    width: 310px;
}

/* Pour fred, à faire proprement via substitution plutot que css*/

@media (min-width: 1400px) {

#t4-header .col-xxl-8 {
    width: 69.666667%;
}

#t4-header .t4-header-r.col-xxl-2 {
    width: 13.666667%;
}
}

#hero-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.awesomplete {
    max-width: 100%;
}

.contact .contact-address dd.show-0 .icon,
.contact .contact-address dd.show-0 .icon.fa-map-marker,
.contact .contact-address dd.show-0 .icon.fa-phone-square,
.contact .contact-address dd.show-0 .icon.fa-globe
{
    color: #ffcf0d;
}