/**
 * Theme Name: Office_Kennedy
 * Template:   twentytwentyfour
 * ...other header fields
 */

/* ---- SMOOTH SCROLLING / davidmazeau.com ---- */
:root {
    --scroll-behavior: smooth !important;
    scroll-behavior: smooth !important;
}

form #cola, #colb {width: 50%; float: left;}
form #cola input, #colb textarea {
    padding: 15px;
    width: 90%;
    margin-top: 20px;
    border-radius: 8px;
    border: solid 1px #11518c;
}
#colb textarea {
    height: 16.4em;
}
#colb input {
    float: right !important;
    cursor: pointer;
}

.wp-block-details summary {
    outline: none !important;
}


.wpcf7-submit {
    border-radius: 5px;
    border: none !important;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    background-color: #de9d13;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.wp-block-navigation.items-justified-right {
    margin: 0 20px 0 0;
}

.wp-block-navigation.items-justified-right li {
    color: #FFFFFF !important;
    padding: 10px 0 10px 0;
}


.wp-block-navigation.items-justified-right li a:hover {
    text-decoration:none !important;
    background-image:url(https://officekennedy.fr/wp-content/uploads/2024/11/trait.svg);
    background-repeat:no-repeat;
    background-position-y: 16px;
    background-size: 100% 10px;
}

@media screen and (max-width: 980px) {
  form #cola, #colb {width: 100%; float: none !important;}
}




