#contact-content {
    width: 100%;
}

#contact-content #contact-banner {
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-image: url("../../../Public/Img/contact-nutrition.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: 90%;
}

#contact-content #contact-banner h1 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 60px;
}

#form-content {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    padding-top: 40px;
}

#form-content form {
    width: 60%;
    margin: auto;
}

#form-content form #radio {
    justify-content: flex-start;
}

#form-content form label {
    color: #EF7D15;
}

#form-content input[type="radio"] {
    appearance: none;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #EF7D15;
    border-radius: 50% !important;
    outline: none;
    background-color: white;
    cursor: pointer;
    padding: 0 !important;
    margin-right: 10px;
}

#form-content input[type="radio"]:checked {
    background-color: #EF7D15;
}

#form-content form div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#form-content form .select-content {
    display: flex;
    flex-direction: column;
}
#form-content form .select-content label {
    margin-bottom: 10px;
}

#form-content form .select-content select {
    padding: 10px;
    border: 2px solid #EF7D15;
    border-radius: 10px;
}

#form-content form #radio input {
    width: auto;
}

#form-content form input {
    width: 40%;
    border: 2px solid #EF7D15;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#form-content form input::placeholder {
    color: #EF7D15;
}

#form-content #message-content {
    width: 100%;
}

#form-content #message-content textarea {
    width: 100%;
    height: 200px;
    border: 2px solid #EF7D15;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    resize: none;
}

#form-content form a {
    color: #FFFFFF;
}

#form-content form #contact-button {
    display: inline-block;
    width: fit-content;
    height: 40px;
    background-color: #29A048;
    color: #FFFFFF;
    border: 1px solid #29A048;
    cursor: pointer;
    font-weight: 600;
    border-radius: 4px;
}

#form-content form select {
    height: 40px;
    color: #494949;
}

#form-content #contact-button div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
}

#form-content #contact-button div img {
    width: 30px;
    height: auto;
    margin-top: -5px;
    margin-left: 6px;
}






#form-content #newsletter-content {
    width: 40%;
    margin-bottom: 60px;
    margin-left: 40px;
    padding: 40px;
    position: relative;
    background-image: url("../../../Public/Img/repas-dietetique (1).jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

#form-content #newsletter-content #filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(41, 160, 72,0.8);
    z-index: 1;
    border-radius: 20px;
}

#form-content #newsletter-content h2 {
    z-index: 100;
    position: relative;
    color: #FFFFFF;
    font-family: "Sour Gummy", serif;
}

#form-content #newsletter-content p {
    z-index: 100;
    position: relative;
    margin-top: 20px;
    font-size: 14px;
}



#form-content #social-form form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#form-content #social-form form #social-input-2 input {
    position: relative;
    z-index: 100;
    margin: 20px 0;
    width: 100%;
    border: 2px solid #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}
#social-radio-2 {
    position: relative;
    z-index: 100;
    justify-content: flex-start !important;
    margin-bottom: 20px;
}

#social-radio-2 input[type="radio"] {
    appearance: none;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #FFFFFF;
    border-radius: 50% !important;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0 !important;
    margin: 0;
    margin-right: 10px;
}

#social-form #social-input-2 {
    margin: 0;
}

#contact-content #social-radio-2 label {
    color: #FFFFFF;
}
#social-radio-2 input[type="radio"]:checked {
    background-color: #FFFFFF;
}
#form-content #social-form form #social-input-2 input::placeholder {
    color: #FFFFFF;
}

#contact-newsletter-button {
    display: inline-block;
    width: fit-content;
    height: 40px;
    background-color: #FFFFFF;
    color: #29A048;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    font-weight: 600;
    border-radius: 4px;
    z-index: 100;
}

#contact-newsletter-button div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
}

#contact-newsletter-button div p {
    margin: 0px !important;
}

#contact-newsletter-button div img {
    width: 30px;
    height: auto;
    margin-top: -5px;
    margin-left: 6px;
}











#contact-details-content {
    width: 100%;
    min-height: 400px;
    background-color: #FBFFEB;
    background-image: url("../../../Public/Img/pattern-brocolis2.png");
    background-size: 13%;
    display: flex;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

#contact-details-content h2 {
    width: 100%;
    color: #EF7D15;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
}

#contact-details {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#contact-details div {
    width: 300px;
    height: 200px;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: #dddddd 5px 5px 5px;
    margin: 0px 20px;
    text-align: center;
}

#contact-details div img {
    width: 30%;
    height: auto;
    margin: 20px auto;
}

#contact-details div a {
    color: #29A048;
    font-weight: bold;
    
}

#calendar {
    width: 80%;
    margin: auto;
    padding: 40px 20px;
}

#calendar #calendar-text h2 {
    width: 100%;
    color: #EF7D15;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/**************************************************************************************************************************************/
/**********************************************************    RESPONSIVE    **********************************************************/
/**************************************************************************************************************************************/

@media (max-width: 1024px) {

    #form-content {
        flex-direction: column;
    }

    #form-content form {
        width: 100%;
    }

    #form-content #newsletter-content {
        width: calc(100% - 80px);
        margin-left: 0;
        margin: auto;
        margin-top: 40px;
    }
}


@media (max-width: 768px) {

    #contact-details {
        flex-direction: column;
    }

    #contact-details div {
        height: 160px;
        width: 70%;
        margin: 30px auto;
    }

    #contact-details div img {
        width: 60px;
    }
    
    #contact-content #contact-newsletter-button div {
        flex-direction: row;
    }
}

@media (max-width: 530px) {

    #form-content form div {
        flex-direction: column;
    }

    #form-content form div input,
    #form-content #message-content textarea,
    #form-content #social-form form #social-input-2 input {
        width: calc(100% - 30px);
    }

    #form-content form #radio {
        flex-direction: row;
    }

    #form-content form #radio input{
        margin-left: 10px;
    }

}