#main-content {
    padding-top: 190px;
}

/*#region SECTION 2*/

#section-2-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: var(--spacing-md);
    row-gap: var(--spacing-md);
}

#section-2-2-1 {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

#section-2-2-1 h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

#section-2-2-1-3 {
    margin-top: 0;
}

#section-2-2-2 {
    display: flex;
    flex-direction: column;
}

#section-2-2-2 p {
    font-size: 12px;
    font-style: italic;
    margin: 10px 0 0 0;
}

#section-2-2-2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

/* #endregion */

/*#region SECTION 3*/

#section3{
    padding-bottom: var(--spacing-lg);
}

#section311 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: var(--spacing-md);
    row-gap: var(--spacing-md);
}

.section311c {
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    /* justify-content: space-between; */
}

.section311c img {
    align-self: baseline;
    margin-bottom: 20px;
}

#section3111,
#section3113 {
    background-color: var(--gris-clair);
}

#section3112 {
    background-color: var(--vert);
}

.section311c1up {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.section311c1 {
    font-size: 18px;
    font-style: italic;
    line-height: 27px;
    font-family: 'Droid Serif';
}

.section311c2 {
    font-size: 15px;
    margin-top: 20px;
}

.section311c2 span {
    font-weight: bold;
}

/* #endregion */

/*#region SECTION 4*/

#section4 {
    background: transparent linear-gradient(180deg, #202427 0%, #2e353b 100%);
    padding: 70px 0;
    color: white;
}

#section41 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 700px;
    margin: auto;
    width: 90%;
}

#section41 h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

#section41 p {
    text-align: center;
    margin-top: 0;
}

#section413 {
    /* display: flex;
    justify-content: space-between; */
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section413c {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section413c div {
    text-align: center;
}

.section413c2 {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 700;
}

/* #endregion */

/*#region SECTION 5*/
#section5 {
    margin-bottom: 70px;
    margin-top: 70px;
}

#section51 {
    width: 90%;
    margin: auto;
    max-width: 1400px;
}

#section51 h2 {
    margin: 0 0 40px 0;
}

#section511 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 30px;
}

.section511c {
    display: flex;
    flex-direction: column;
}

.section511c1 img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.section511c2 {
    font-size: 30px;
    font-weight: 800;
    margin-top: 10px;
}

.section511c3 {
    font-size: 22px;
    font-weight: bold;
    color: var(--noir);
    margin-top: 10px;
    margin-bottom: 20px;
}

.section511c4 {
    margin: 0;
}

/* #endregion */

/*#region SECTION 6*/
#section6 {
    padding: var(--spacing-lg) 0;
    background-color: var(--vert);
}

#section61 {
    /* max-width: 700px; */
    /* margin: auto; */
    text-align: center;
    /* width: 90%; */
}

#section61 h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

#section61 p {
    margin: 0 0 40px 0;
}

/* #endregion */

/*#region SECTION 7*/
#section7 {
    padding: 70px 0;
}

#section71 {
    width: 90%;
    margin: auto;
    max-width: 1400px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 30px;
}

#section711 {
    display: flex;
    flex-direction: column;
}

#section711 p {
    margin: 0;
}

#section7112 {
    margin-bottom: 20px;
}

#section711 h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

#section711 a {
    margin-top: 20px;
}

#section712 {
    padding: 70px;
    display: flex;
    flex-direction: column;
    background-color: var(--gris-clair);
    border-radius: 16px;
}

#section712 h2 {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#section7121 {
    display: flex;
    column-gap: 20px;
}

#section71212 {
    display: flex;
    flex-direction: column;
}

#section712121 {
    font-weight: bold;
    margin-bottom: 20px;
}

#section712122 {
    margin-bottom: 20px;
    margin-top: 0;
}

#section712122 span {
    font-style: italic;
}

/* #endregion */

/*#region SECTION 8*/

#section8 {
    background-color: var(--gris-clair);
    padding: 70px 0 20px 0;

}

#section8 h2 {
    text-align: center;
    margin: 0px 0 50px 0;
}

#section-form {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: auto;
    max-width: 1400px;
}

#rechaptchaId {
    display: flex;
    justify-content: flex-end;
}

#soumissionId {
    margin-top: 25px;
}

#section-form-1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 20px;
    margin-bottom: 20px;
}

#section-form-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 20px;
    margin-bottom: 20px;
}

#section-form-3 {
    margin-bottom: 20px;
}

.wpcf7-form p {
    margin: 0 !important;
}

span.wpcf7-list-item {
    margin: 0 !important;
}

#control {
    margin: 20px 0 0 0;
}

/* #endregion */

/*#region SECTION 9*/
#section9 {
    padding: 70px 0;
}

#section91 {
    width: 90%;
    margin: auto;
    max-width: 1400px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /* column-gap: 50px ; */
}

#section911 h2 {
    margin: 0;
}

#section912 {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
}

details>summary {
    cursor: pointer;
    list-style: none;
}

details {
    border-bottom: 1px solid var(--gris-3);
    padding: 30px 0;

    &:first-of-type {
        border-top: 1px solid var(--gris-3);
    }
}

.summary11, .summary21, .summary31 {
    font-weight: bold;
}

#summary1,
#summary2,
#summary3 {
    display: flex;
    justify-content: space-between;
}

.tarif{
    text-decoration: underline;
}

/* #endregion */

/*#region SECTION 10*/
#section10 {
    width: 90%;
    margin: 50px auto;
    max-width: 1400px;
}

/* #endregion */

/*#region @MEDIA*/

@media (max-width: 1199px) {
    #section-2-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    #section311 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    #section511 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section511c1 img {
        /* width: auto; */
    }

    #section71 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    #section91 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 30px;
    }

    #section912 {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 991px) {
    #section511 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    #section413 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 30px;
    }

    #section-form-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    #section-form-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    #section-1 {
        width: 90%;
    }

    #section712 {
        padding: 30px;
    }

    #section7121 {
        row-gap: 30px;
        flex-direction: column;
    }

    #controlElement3bis {
        width: 100%;
        margin-right: 0;
    }

    #controlElement3Cont {
        flex-direction: column;
        row-gap: 10px;
    }

    #controlElement4 {
        width: 100%;
        margin-left: 0;
    }
}

/* #endregion */