/*
Theme Name: Organize mee
Description: Inside Web 2025 - thème
Version: 2.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/

:root {
    --white: #ffffff;
    --black: #000000;
    --primary: #5D4133;
    --secondary: #BD9780;
    --background: #ECDBCA;
    --background2: #ECE5DD;
    --button: #F7F3F0;
}

body{
    font-family: "area-normal", sans-serif;   
    margin: 0;
    overflow-y: scroll;
    color:var(--primary);
    font-weight:400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.4px;
}

a {
    color: var(--primary);
    font-weight: 800;
    text-decoration: none;
}

a:hover {
    color: var(--white);
    text-decoration: none;
}

img {
    width: 100%;
}

p:last-child {
    margin-bottom: 0;
}

.button{
    background: var(--button);
    border-radius: 20px;
    padding: 11px 48px;
    color: var(--secondary);
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.35px;
    transition: all 0.5s ease 0s;
    display: block;
    width: fit-content;
}

.button:hover{
    background: var(--secondary);
    color: var(--white);
}
.temoignagesHome .button{
    background: var(--secondary);
    color: var(--white);
}
.temoignagesHome .button:hover{
    background: var(--background2);
    color: var(--secondary);
}

.hide{
    display: none;
}

/*TITLE*/
.header1{ /*Area 40px*/
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.header2{ /*DM Serif 35px*/
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 0px;
}
.header3{ /*DM Serif 80px*/
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 110px;
    letter-spacing: 0px;
    margin-bottom: 0px;
}
.title1{ /*Area 35px*/
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.88px;
    margin-bottom: 0px;
}
.title2{ /*Area 25px*/
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.63px;
    margin-bottom: 0px;
}
.text1{ /*Area 14px*/
    font-weight: 800;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2.1px;
    margin-bottom: 0px;
}
.text2{ /*Area 22px*/
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.55px;
    margin-bottom: 0px;
}
/*Margin & Padding*/
.pt-120{
    padding-top: 120px;
}
.pt-95{
    padding-top: 95px;
}

.pb-120{
    padding-bottom: 120px;
}
.pb-95{
    padding-bottom: 95px;
}
.pb-70{
    padding-bottom: 70px;
}

.mb-120{
    margin-bottom: 120px;
}
.mb-95{
    margin-bottom: 95px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-10{
    margin-bottom: 10px;
}

/*GENERALE*/
.color-white{
    color: var(--white);
}
.color-secondary{ /*#BD9780*/
    color: var(--secondary);
}
.bg-color{ /*#ECDBCA*/
    background: var(--background);
}
.bg-color2{ /*#ECE5DD*/
    background: var(--background2);
}
.bg-button{ /*#F7F3F0*/
    background: var(--button);
}
.gap-16{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}
.icone{
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: var(--secondary);
    color: var(--white);
    font-size: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.icone:hover{
    background: var(--primary);
}
ol{
    padding-left: 20px;
}
.bandeau-page{
    padding-top: 40px;
    padding-bottom: 35px;
}
.text-justify{
    text-align: justify;
}
/* HEADER */
.navbar-brand img{
    width: 240px;
}

header .navbar{
    padding-top: 30px;
    padding-bottom: 30px;
}
header .navbar.active{
    background: var(--background);
}
.navbar-toggler{
    border: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
    padding:0px;
    font-size: 33px;
    color: var(--primary);
}
.navbar-toggler:hover{
    color: var(--white);
}
.offcanvas.fade {
  transition: opacity 0.1s ease-in-out;
}
.offcanvas.show {
  opacity: 1;
}
.offcanvas:not(.show) {
  opacity: 0;
}
#offcanvasNavbar{
    min-height: 100vh;
    width: 100%;
    background: var(--secondary);
    color: var(--white);
    overflow-y: scroll;
}
#offcanvasNavbar .navbar-brand img{
    filter: brightness(0) invert(1);
}
#offcanvasNavbar .closemenu{
    font-size: 33px;
    cursor: pointer;
}
#offcanvasNavbar .closemenu:hover{
    color: var(--primary);
}
#offcanvasNavbar .rowMenu{
    padding-top: calc(15vh + 105px);
}
#offcanvasNavbar .imgMenu{
    max-width: 300px;
    aspect-ratio: 1;
    height: fit-content;
}
#offcanvasNavbar .nav-link{
    width: fit-content;
    font-size: 35px;
    letter-spacing: 0.88px;
    line-height: 47px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}
#offcanvasNavbar .nav-link:hover{
    color: var(--primary);
}
#offcanvasNavbar .icone{
    background: var(--white);
    color: var(--secondary);
}
#offcanvasNavbar .icone:hover{
    background: var(--primary);
    color: var(--white);
}
/* FIN HEADER */

/* FOOTER */
.footer{
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
}
.extra-menu-container ul{
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: flex;
}
.extra-menu-container ul a{
    font-weight: 400;
}
.extra-menu-container ul li a::before {
    content: "·";
    margin-right: 3px;
    margin-left: 3px;
    color: inherit;
}
/* FIN FOOTER */

/* ACCUEIL */
.coverHome img{
    height: 100vh;
    min-height: 350px;
    object-fit: cover;
}
.servicesHome .service{
    color: var(--white);
    background: var(--secondary);
    width: 375px;
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
}
.servicesHome .service:hover{
    color: var(--secondary);
    background: var(--button);
}
.aboutHome .bgImg{
    background: linear-gradient(to right, var(--white) 50%, var(--background) 50%);
}
.aboutHome img{
    height: 100%;
    object-fit: cover;
    border-radius: 217px 217px 0px 0px;
}
.contactHome img{
    height: 60vh;
    object-fit: cover;
    max-height: 400px;
    min-height: 250px;
}
.contactHome .overlay-contact{
    bottom: 0;
    right: 50%;
    transform: translate(50%,0);
    width: 100%;
    text-align: center;
}
.temoignagesHome .carousel-indicators{
    position: relative;
}
.temoignagesHome .carousel-indicators button{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
    border: unset;
}
/* FIN ACCUEIL */

/* ABOUT */
.organizeAbout{
    background: linear-gradient(to right, var(--white) 50%, var(--background2) 50%);
}
.organizeAbout img{
    height: 100%;
    object-fit: cover;
    border-radius: 237px;
}
.meeAbout .image1{
    width: 75%;
    z-index: 2;
}
.meeAbout .image2{
    width: 90%;
    transform: translatey(-50%);
    z-index: 1;
    margin-bottom: -50%;
}
/* FIN ABOUT */

/* SERVICES */
.coconServices .image1{
    height: 65%;
    object-fit: cover;
}
.coconServices .image2{
    height: 33%;
    object-fit: cover;
}
.quotidienServices .image1{
    height: 60vh;
    min-height: 300px;
    object-fit: cover;
}
/* FIN SERVICES */
/* CONTACT */
.contact{
    min-height: 100vh;
}
.contact img{
    object-fit: cover;
    min-height: 100vh;
    height: 100%;
}
/* FIN CONTACT */

/* MISSIONS */
.swiper-slide {
  width: auto;
}
.swiper-slide img {
  height: 400px;
  cursor: pointer;
  display: block;
  object-fit: cover;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 16px;
    font-weight: 700;
}
.swiper-button-next:after{
    margin-left: 3px;
}
.swiper-button-prev:after{
    margin-right: 3px;
}
/* FIN MISSIONS */
/* PAGE 404 */

#page404{
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-self: center;
}

/* FIN PAGE 404 */

.partenaire img{
    aspect-ratio: 1/1;
    object-fit: cover;
}

.partenaires .partenaire:nth-child(even){
    flex-direction: row-reverse;
}

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

}
@media only screen and (max-width: 1200px){ 

}
@media only screen and (max-width: 992px){
    /*TITLE*/
    .header1{ /*Area 40px*/
        font-size: 35px;
        line-height: 40px;
    }
    .header2{ /*DM Serif 35px*/
        font-size: 30px;
        line-height: 35px;
    }
    .header3{ /*DM Serif 80px*/
        font-size: 70px;
        line-height: 100px;
    }
    .title1{ /*Area 35px*/
        font-size: 30px;
        line-height: 40px;
    }
    .title2{ /*Area 25px*/
        font-size: 20px;
        line-height: 30px;
    }
    .text2{ /*Area 22px*/
        font-size: 18px;
        line-height: 28px;
    }
    /*Margin & Padding*/
    .pt-120{
        padding-top: 80px;
    }
    .pt-95{
        padding-top: 65px;
    }
    .pb-120{
        padding-bottom: 80px;
    }
    .pb-95{
        padding-bottom: 65px;
    }
    .pb-70{
        padding-bottom: 50px;
    }
    .mb-120{
        margin-bottom: 80px;
    }
    .mb-95{
        margin-bottom: 65px;
    }
    .mb-50{
        margin-bottom: 35px;
    }
    .servicesHome .services{
        padding-top: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .navbar-brand img{
        width: 180px;
    }
    header .navbar{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #offcanvasNavbar .rowMenu{
        padding-top: calc(15vh + 85px);
    }
    .footer{
        padding-top: 35px;
        padding-bottom: 25px;
    }
    .footer .col-footer{
        text-align: center;
        justify-content: center !important;
        margin-bottom: 10px;
    }
    .organizeAbout{
        background: linear-gradient(to right, var(--white) 60%, var(--background2) 40%);
    }
    .bandeau-page{
        padding-top: 80px;
    }
    .contact img{
        min-height: 60vh;
    }
}
@media only screen and (max-width: 768px) {
    .coverHome{
        height: 100vh;
        min-height: 500px;
    }
    .coverHome img{
        height: 50vh;
        min-height: 250px;
    }
    .coverHome .titleHome{
        height: 50vh;
        min-height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .servicesHome .service{
        width: 320px;
    }
    .aboutHome .bgImg{
        background: var(--white);
    }
    .organizeAbout img{
        max-width: 350px;
        display: block; 
        margin: auto;
        margin-top: 25px;
    }
    .organizeAbout{
        background: var(--white);
    }
    .meeAbout .image1{
        margin-top: 25px;
    }
}
@media only screen and (max-width: 576px) { 

}