.h2-title {
    text-align: center;
    padding-top: 50px;
}

.form-name {
    margin-bottom: 1rem;
}

.bouton-formulaire,
.bouton-formulaire:hover,
.bouton-formulaire:active {
    background-color: #162133 !important;
    border: none;
    box-shadow: none !important;
    width: 200px;
    color: white !important;
}

input[type=checkbox] {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    position: relative;
    top: -10px;
}

.spam-input{
}

label {
    user-select: none;
}

.formRDV {
    position: fixed !important;
    z-index: 5;
    top: 100px;
    right: -500px;
    width: 350px;
    background-color: rgb(217, 217, 217);
    border: 1px solid #b5b5b5;
    padding: 30px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    animation: fadeFormRDV 1.5s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

@keyframes fadeFormRDV {
    0% {}

    100% {
        right: 0;
    }
}

.btn-form-contact-tel {
    width: 20px;
    height: 20px;
    background-color: rgb(217, 217, 217);
    position: absolute;
    cursor: pointer;
    top: 5px;
    left: 5px;
}

.exit-form-contact-tel {
    width: 15px;
}

.radioH1,
.radioH2,
.radioH3,
.radioH4,
.radioH5{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.radioH1 label,
.radioH2 label,
.radioH3 label,
.radioH4 label,
.radioH5 label{
    margin: 0;
    padding-left: 10px;
}

#radio1,
#radio2,
#radio3,
#radio4,
#radio5{
    width: 20px;
    height: 20px;
}


/*-----------------------------------------*/
/*               RESPONSIVE                */
/*-----------------------------------------*/

@media screen and (max-width: 1100px) {
    .formRDV {
        position: fixed !important;
        top: inherit;
        bottom: -400px;
        right: 0px;
        width: 350px;
        background-color: rgb(217, 217, 217);
        border: 1px solid #b5b5b5;
        padding: 30px;
        border-bottom-left-radius: 0px;
        animation: fadeFormRDV 1.5s ease-in-out;
        animation-fill-mode: forwards;
        animation-delay: 1s;
    }

    @keyframes fadeFormRDV {
        0% {}

        100% {
            bottom: 0px;
        }
    }
}

@media screen and (max-width: 991px) {

    .decoration-titre-page-secondaire{
        width: 50px;
    }
    
    .titre-page-secondaire{
        font-size: 20px!important;
    }

    .cc-color-override--616189339.cc-window{
        display: none !important;
    }
    
}

@media screen and (max-width: 767px) {
    .formRDV {
        width: 100%;
        border-top-right-radius: 10px;
        padding-bottom: 100px;
    }
}
