/*hero*/
.equipe #hero {
    background-size: cover;
    background-position: center center;
    height: 585px;
    align-items: center;
    display: flex;
}

.equipe #hero > div {
    display: flex;
    justify-content: center;
}

.equipe #hero h1 {
    font-size: 2.6rem;
    margin: 40px 0 0 0;
}

@media (max-width: 768px) {
    .equipe #hero { 
        background-size: cover!important;
        background-repeat: no-repeat;
        background-position: center 25px;
        height: 285px;
        align-items: center;
    }

    .equipe #hero > div {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .equipe #hero h1{
        font-size: 1.5rem;
        width: 100%;
        text-align: center;
        margin-top: 77px;
    }
}

/*section-two*/
.section-two {
    min-height: auto;
    padding: 50px 0px 130px 0px;
    background: #E4E1DF;
}

.section-two::after {
    all: unset;
}

.section-two .title, .section-two .description {
    color: #2F2F2F;
}

.equipe ul li{
    font-size: 14px !important;
    line-height: 25px;
}

.equipe .content p {
    font-size: 15px !important;
}

@media (max-width: 768px) {
    .section-two {
        padding: 2rem 0;
    }

    .section-three .container-images img{
        width: 300px !important;
        object-fit: cover;
    }

    .equipe #hero{
        margin-top: 0 !important;
    }   
    

    .section-two .title {
        font-size: 1.5rem;
        text-align: left !important;
        line-height: 1.5;
        width: 80%;
    }

    .section-two .description {
        font-size: 0.75rem;
        text-align: left !important;
    }

    .section-two{
        min-height: auto;
        padding: 60px 1rem 120px 1rem;
    }
}


/*section-three*/

.equipe .section-three {

    min-height: unset;
    padding: 7.875rem 0;
    margin-top: -80px;
}

.section-three .container-images {
    width: 18.75rem;
    height: 23.75rem;
    margin-bottom: 50px;
}

.section-three .container-images img {
    width: 100%;
    border-radius: 20px;
}

.section-three .content .section-three-name {
    color: #C4B8A4;
    font-weight: 600;
    font-size: 1.875rem;
}

.section-three .content p {
    color: #FFF;
    font-size: 0.75rem;
    line-height: 20px;
}

.section-three .content ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: 14px;
}

.section-three .content ul li {
    color: #FFF;
    font-size: 13px;
}

.section-three .content .container-hr {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 27px 0;
}

.section-three .content .container-hr .hr {
    width: 2px;
    height: 62px;
    background: #FFF;
}


.equipe .section-three:nth-of-type(1){
    background: #A6826E;
    border-top-left-radius: 6.125rem;
    border-top-right-radius: 6.125rem;
}

.equipe .section-three:nth-of-type(even):not(:first-of-type) {
    background-color: #C4B8A4;
}

.equipe .section-three:nth-of-type(even):not(:first-of-type) .section-three-name {
    color: #FFFFFF;
}

.equipe .section-three:nth-of-type(even):not(:first-of-type) p, .equipe .section-three:nth-of-type(even):not(:first-of-type) ul li {
    color: #292929;
}

.equipe .section-three:nth-of-type(even):not(:first-of-type) .row{
    flex-direction: row-reverse;
}

.equipe .section-three:nth-of-type(odd):not(:first-of-type) .section-three-name{
    color: #A09584;
}

.equipe .section-three:nth-of-type(odd):not(:first-of-type) p, .equipe .section-three:nth-of-type(odd):not(:first-of-type) ul li {
    color: #292929;
}

.equipe .section-three:nth-of-type(odd):not(:first-of-type) {
    background-color: #E4E1DF
}


@media (max-width: 768px) {
    .section-three {
        padding: 40px 0;
        padding-left: 1rem;
        padding-right: 1rem;
        color: #C4B8A4;
    }

       .equipe .section-three:nth-of-type(1){
        border-top-left-radius: 2.125rem;
        border-top-right-radius: 2.125rem;
    }

    .section-four, .section-five, .section-four, .section-six{
        padding-left: 1rem !important;
        padding-right: 1rem !important; 
    }

    .section-six{
        padding-top: 36px !important;
        padding-bottom: 60px !important;
    }

    .section-three .section-three-mobile {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        padding: 0px 1rem 0px 1rem;
    }

    .section-three .section-three-name {
        font-size: 1.5625rem;
        margin-bottom: 20px;
    }

    .section-three .content {
        text-align: left;
        margin-top: 2rem;
    }
}


/*section-four*/
.section-four {
    background: #C4B8A4;
    min-height: unset;
    padding: 7.875rem 0;
}

.section-four .container-images {
    max-width: 100%;
}

.section-four .container-images img {
    height: 390px;
    width: 300px;
    object-fit: cover;
    border-radius: 2rem;
}

.section-four .section-four-name {
    color: #ECECEC;
    font-weight: 600;
    font-size: 1.875rem;
}

.section-four .content p {
    color: #292929;
    font-size: 0.75rem;
    line-height: 20px;
}

.section-four .content ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: 14px;
}

.section-four .content ul li {
    color: #292929;
    font-size: 0.75rem;
}

.section-four .content .container-hr {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 27px 0;;
}

.section-four .content .container-hr .hr {
    width: 2px;
    height: 62px;
    background: #FFF;
}

@media (max-width: 768px) {
    .section-four {
        padding: 40px 0;
    }

    .section-four .container-images img, .section-four .container-images img, .section-five .container-images img{
        width: 300px;
    }

    .section-four .section-four-mobile {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        padding: 0px 1rem 0px 1rem;
    }

    .section-four .section-four-name {
        font-size: 1.5625rem;
        margin-bottom: 20px;
    }
    .section-five .section-five-name{
        margin-bottom: 20px;
    }

    .section-four .content {
        text-align: left;
        margin-top: 2rem;
    }

    .row.align-items-center.image-right{
        flex-direction: column-reverse;
        
    }
}

/*section-five*/
.section-five {
    background: #ECECEC;
    min-height: unset;
    padding: 7.875rem 0;
}

.section-five .container-images {
    max-width: 18.75rem;
    height: 23.75rem;
}

.section-five .container-images img {
    width: 100%;
    border-radius: 2rem;
    height: 390px;
    object-fit: cover;
    object-position: top;
}

.section-five .section-five-name {
    color: #A09584;
    font-weight: 600;
    font-size: 1.875rem;
}

.section-five .content p {
    color: #292929;
    font-size: 0.75rem;
    line-height: 20px;
    text-align: left;
}

.section-five .content ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: 14px;
    text-align: left;
}

.section-five .content ul li {
    color: #292929;
    font-size: 0.75rem;
}

.section-five .content .container-hr {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 27px 0;
}

.section-five .content .container-hr .hr {
    width: 2px;
    height: 62px;
    background: #C4B8A4;
}

@media (max-width: 768px) {
    .section-five {
        padding: 40px 0;
    }

    .section-five .section-five-mobile {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    .section-five .section-five-name {
        font-size: 1.5625rem;
    }

    .section-five .content {
        text-align: left;
        margin-top: 2rem;
    }
}

.container-section-six .description{
    display: none;
}

/*section-six*/
.section-six {
    background: #ECECEC;
    min-height: unset;
    padding: 7.875rem 0;
}

.section-six .container-section-six {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-six .container-section-six .section-six-name {
    margin-top: 1rem;
    font-size: 1.125rem;
    color: #A09584;
}

.section-six .container-section-six .description {
    color: #1C1411;
    font-weight: 600;
}

.section-six .container-images {
    width: 15.625rem;
    height: 20.25rem;
    box-shadow: -27px 0 42px -30px black;
    border-radius: 2rem;
}

.section-six .container-images img {
    width: 100%;
    border-radius: 2rem;
}

@media (max-width: 768px) {
    .section-six .container-images {
        width: 10.625rem;
        height: 13.25rem;
    }
}

@media(min-width:1024px) {
     .container-images{
        text-align: end;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .equipe #hero{
        height: 500px;
    }
    
    .equipe .section-three .section-three-name{
        text-align: center;
    }
    
    .section-five{
       padding: 4rem 0;
    }

    .row.align-items-center.image-right{
        flex-direction: column-reverse;
        
    }
    
}