/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Thème enfant pour Divi 5
 Author:         LES APPRÊTEURS
 Author URI:     https://www.annedebretagne.com
 Template:       Divi 5
 Version:        1.0.0
*/

/* Vos personnalisations CSS commencent ici */


.menu-fullscreen p {
    font-family: "freight-text-pro", serif;
    transition: font-style 1s;
}

.menu-fullscreen p:hover {
    transition: font-style 1s;
}

h2, .body1 p {
        font-family: "freight-text-pro", serif;
}

/*
--------      
            SURVOL DES BLOCS DE RÉSERVATION
--------                                        
*/

.bloc-resa .et_pb_group:hover {
    background-color: var(--gcid-primary-color);
    transition: 0.7s;
}

.bloc-resa .et_pb_group:hover h2, .bloc-resa .et_pb_group:hover p {
    color: var(--gcid-secondary-color) !important;
        transition: 0.7s;
}



/*
--------      
            FORMULAIRE DE CONTACT
--------                                        
*/

/* Mettre le bouton en pleine largeur */

body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button, body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:hover, .et_contact_bottom_container .et_pb_button_wrapper, body #page-container .et_pb_section .et_pb_contact_form_0 .et_contact_bottom_container {
    width:100%;
    margin-left: 0;
}

/* Texte de confirmation d'envoi du formulaire */

.et-pb-contact-message {
    text-align: center;
    color:  var(--gcid-primary-color);
    font-family: "freight-text-pro", serif;
    font-size: 16px;
}