body {
    background-color: #EFD7CB;
    font-family: 'Agency FB', sans-serif;
    min-width: none;
    min-height: 100vh;
}

.home {
    background-image: url('../img/pexels-victoria-borodinova-5631214.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.vos-journaux {
    background-image: url('../img/pexels-george-milton-6953849.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.vos-journaux-1 {
    background-image: url('../img/pexels-anastasia-shuraeva-7539723.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50% 100%;
}

.contact {
    background-image: url('../img/pexels-andrea-piacquadio-914931.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.video {
    background-image: url('../img/pexels-cottonbro-3205567.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50% 100%;
}

.mariage {
    background-image: url('../img/pexels-emma-bauso.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.anniversaire {
    background-image: url('../img/pexels-cottonbro-3171837-1.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50% 100%;
}

.naissance {
    background-image: url('../img/pexels-rene-asmussen.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.retraite {
    background-image: url('../img/pexels-andrea-piacquadio-3781931-2.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.famille {
    background-image: url('../img/pexels-nicole-michalou2-5774936-1.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.recit {
    background-image: url('../img/pexels-andrea-piacquadio-3768131-3.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.entreprises {
    background-image: url('../img/pexels-cottonbro-10319496-2.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.hommage {
    background-image: url('../img/pexels-rene-asmussen-4181659-1.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.sur-mesure {
    background-image: url('../img/pexels-markus-spiske-97050-1.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
}

.naissance .welcome h1,
.famille .welcome h1,
.retraite .welcome h1 {
    font-size: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sur-mesure .welcome h1,
.hommage .welcome h1,
.entreprises .welcome h1,
.recit .welcome h1 {
    font-size: 65px;
    display: flex;
    justify-content: start;
    align-items: center;
}


.naissance .welcome h1{
    font-size: 65px;
}

.sur-mesure .welcome h1,
.recit .welcome h1,
.hommage .welcome h1 {
    justify-content: space-between;
}

.entreprises .welcome h1.second-title {
    justify-content: flex-end;
    opacity: 1;
}

.sur-mesure .welcome h1.second-title,
.hommage .welcome h1.second-title,
.recit .welcome h1.second-title {
    justify-content: flex-end;
    opacity: 0;
}

.cat-text {
    max-width: 785px;
    margin: 0 auto;
    font-size: 25px;
    text-align: center;
    color: #020008;
    margin-bottom: 25px;
}

.cat-btn {
    text-align: right;
    /* margin-bottom: 50px; */
}

.cat-btn a {
    display: inline-block;
    background-color: #020008;
    font-size: 25px;
    padding: 0 15px;
    color: #EFD7CB;
    text-decoration: none;
}

.logo {
    padding: 24px 47px;
}

.logo-img {
    width: 100px;
}

.logo .back-btn img {
    width: 45px;
}

.vos-journaux-1 .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-menu {
    justify-content: flex-end;
    border-bottom: 1px solid;
    width: fit-content;
    height: 60px;
}

.nav-menu .nav-link {
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #060606;
    padding: 15px 30px;
}

.welcome h1 {
    text-align: right;
    font-size: 65px;
    font-weight: bold;
    color: #060606;
    text-transform: uppercase;
}

.welcome hr {
    border: 5px solid #020008;
    margin-left: -15px;
}

.welcome p {
    font-size: 25px;
    font-weight: 400;
    color: #060606;
}

.vos-journaux-1 .welcome a,
.vos-journaux .welcome a {
    font-size: 38px;
    margin-bottom: 15px;
}

.welcome a {
    font-size: 30px;
    font-weight: bold;
    color: #EFD7CB;
    background-color: #020008;
    display: inline-block;
    text-decoration: none;
    padding: 5px 25px;
    /* margin-bottom: 140px; */
}

.corner-div {
    /* position: relative; */
    height: 100%;
}

.corner-div-item {
    position: fixed;
    bottom: 0;
    right: 0;
    background-image: url('../img/Ellipse.svg');
    background-repeat: no-repeat;
    max-width: 450px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    padding: 60px;
    padding-right: 15px;
    padding-left: 190px;
    font-family: 'Agency FB', sans-serif;
    font-size: 25px;
    color: #EFD7CB;
}

a.journaux-item {
    max-width: 276px;
    border: 1px solid #707070;
    background-color: #060606;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    margin-bottom: 2rem;
}

.journaux-item img {
    width: 100%;
}

.jounaux-title {
    height: 35px;
    line-height: 35px;
    font-family: 'Agency FB', sans-serif;
    font-size: 18px;
    color: #EFD7CB;
    font-weight: bold;
    text-align: center;
}

.contact-social {
    display: inline-block;
    max-width: 76px;
    margin-top: 25px;
    margin-right: 1rem;
}

.contact-social img {
    width: 45px;
}

.contact-item {
    display: flex;
    align-items: center;
    max-width: 760px;
    margin-left: auto;
    margin-bottom: 30px;
}

.contact-item p {
    margin: 0 20px;
    max-width: 520px;
    font-size: 28px;
    font-weight: 400;
    color: #020008;
}

.tarif-item {
    background-color: #020008;
    max-width: 555px;
    padding: 40px 0;
    margin: 0 auto;
}

.tarif-item h2 {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #EFD7CB;
}

.tarif-item hr {
    border: 10px solid #EFD7CB;
}

.tarif-item hr.tarif-hr-top {
    margin-left: 110px;
}

.tarif-item hr.tarif-hr-bottom {
    margin-left: 0;
    margin-right: 110px;
}

.tarif-item.left hr.tarif-hr-top {
    margin-left: 0;
    margin-right: 110px;
}

.tarif-item.left hr.tarif-hr-bottom {
    margin-right: 0;
    margin-left: 110px;
}

.contact-item p a{
    display: inline-block;
    color: #020008;
    text-decoration: none;
}

.tarif-item p {
    font-size: 24px;
    font-weight: bold;
    color: #EFD7CB;
    text-align: center;
    padding: 0 35px;
}

.tarif-item .highlight {
    font-size: 40px;
    font-weight: bold;
    color: #EFD7CB;
    text-align: center;
}

.tarif-item a {
    margin: 0;
    text-align: center;
    margin: 0 auto;
    background-color: #EFD7CB;
    font-size: 54px;
    font-weight: bold;
    color: #020008;
    display: inline-block;
    text-decoration: none;
    padding: 5px 45px;
}

.tarif-item.popular {
    background-color: transparent;
    border: 10px dashed #020008;
}

.tarif-item.popular a {
    background-color: #020008;
    color: #EFD7CB;
}

.tarif-item.popular p {
    color: #020008;
}

.tarif-item.popular .highlight {
    color: #020008;
}

.tarif-item.popular h2 {
    color: #020008;
}

.tarif-item.popular hr {
    margin-left: 69px;
    margin-right: 69px;
    border-color: #020008;
}

.popular-text {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    padding: 0 10px;
    background-color: #FBEB0F;
    width: fit-content;
    margin: 0 auto;
    margin-top: -150px;
    margin-bottom: 15px;
}

.commingsoon {
    text-align: center;
    font-size: 46px;
    font-weight: 400;
    color: #020008;
    margin-top: -80px;
}

.commingsoon-img {
    background-color: #fff;
    height: 488px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.asavoir-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: bold;
    color: #020008;
}

.asavoir-list {
    display: flex;
    justify-content: space-between;
}

.asavoir-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #020008;
    text-align: center;
    margin: 0 5px;
    margin-bottom: 35px;
}

.asavoir-item img {
    height: 30px;
    width: fit-content;
    margin-bottom: 15px;
}

.div-left-corner-container {
    position: relative;
    left: -15px;
    background-image: url('../img/Ellipse-2.svg');
    background-position: -550px 0;
    background-repeat: no-repeat;
    height: 100%;
}

.div-left-corner {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-left: 15px;
    /* background-size: 100%; */
    padding-top: 15px;
}

.div-left-corner a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #EFD7CB;
}

.div-left-corner p {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #EFD7CB;
}

.mariage .welcome h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.welcome .back-btn {
    background-color: transparent;
    margin: 0;
    padding-left: 0;
}

.welcome .back-btn img {
    width: 45px;
}

.mariage-list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.mariage-item {
    flex: 0 0 33%;
}

.mariage-title {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-top: 15px;
    padding-left: 15px;
}

.mariage-item .mariage-title svg {
    margin-right: 10px;
}

.mariage-item .mariage-desc {
    border-right: 1px dotted #707070;
}

.mariage-item:nth-child(1) .mariage-desc,
.mariage-item:nth-child(2) .mariage-desc,
.mariage-item:nth-child(3) .mariage-desc {
    border-bottom: 1px dotted #707070;
}

.mariage-item:nth-child(3) .mariage-desc {
    border-right: none;
}

.mariage-item:nth-child(4) .mariage-title,
.mariage-item:nth-child(5) .mariage-title {
    border-right: 1px dotted #707070;
}

.mariage-desc ul {
    list-style: none;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 25px;
    font-weight: 400;
}

.mariage-btns {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

a.btn-pages {
    display: inline-block;
    border: 5px solid #020008;
    color: #020008;
    background-color: #EFD7CB;
    text-decoration: none;
    padding: 0 15px;
    font-size: 25px;
    font-weight: bold;
}

a.btn-tarif {
    display: inline-block;
    border: 5px solid #020008;
    color: #EFD7CB;
    background-color: #020202;
    text-decoration: none;
    padding: 0 15px;
    font-size: 25px;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .mariage-item:nth-child(4) .mariage-title,
    .mariage-item:nth-child(4) .mariage-desc,
    .mariage-item:nth-child(2) .mariage-desc {
        border-right: none;
    }
    .mariage-item:nth-child(3) .mariage-desc,
    .mariage-item:nth-child(3) .mariage-title {
        border-right: 1px dotted #707070;
    }
    .mariage-item:nth-child(4) .mariage-desc {
        border-bottom: 1px dotted #707070;
    }
    .mariage-item {
        flex: 0 0 50%;
    }
    .div-left-corner-container {
        top: 60px;
    }
    .commingsoon {
        margin-top: 0;
    }
    .popular-text {
        margin-top: -90px;
    }
    .tarif-item hr.tarif-hr-top {
        margin-left: 60px;
    }
    .tarif-item hr.tarif-hr-bottom {
        margin-right: 60px;
    }
    .tarif-item.left hr.tarif-hr-top {
        margin-right: 50px;
    }
    .tarif-item.left hr.tarif-hr-bottom {
        margin-left: 50px;
    }
    .tarif-item.popular hr {
        margin: 0 30px;
    }
    .tarif-item a {
        font-size: 30px;
    }
    .contact-item p {
        font-size: 24px;
    }
    .contact-item img {
        width: 36px;
    }
    .contact-icon {
        width: 100px !important;
    }
    .contact-social {
        max-width: 50px;
        margin-top: 5px;
    }
    .logo-img {
        width: 64px;
    }
    .nav-menu .nav-link {
        padding: 30px;
    }
    .welcome h1 {
        font-size: 50px;
    }
    .welcome hr {
        border-width: 5px;
    }
    .vos-journaux .welcome a,
    .welcome a {
        font-size: 30px;
    }
    .vos-journaux-1 .nav-link {
        padding: 30px 20px;
    }
    .back-btn img {
        width: 48px;
    }
}

@media only screen and (max-width: 768px) {
    .mariage-title {
        justify-content: flex-start;
    }
    .home,
    .sur-mesure,
    .hommage,
    .entreprises,
    .recit,
    .famille,
    .retraite,
    .naissance,
    .mariage,
    .video {
        background-image: none;
    }
    .tarif-item {
        margin-bottom: 2rem;
    }
    .popular-text {
        margin-top: 0;
    }
    .contact-social {
        margin-top: 50px;
    }
    .welcome h1 {
        margin-top: 2rem;
    }
    .corner-div-item {
        position: relative;
        max-width: none;
        background-image: none !important;
        color: #020008;
        padding-left: 90px;
    }
    .contact,
    .vos-journaux-1,
    .vos-journaux {
        background-image: none;
    }
    .div-left-corner {
        position: relative;
    }
    .asavoir-title {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 425px) {
    .famille .welcome .back-btn {
        padding: 5px 10px;
    }
    .famille .welcome h1 {
        font-size: 40px;
    }
    .mariage-item .mariage-title,
    .mariage-item .mariage-desc {
        border-right: none !important;
    }
    .mariage-item .mariage-desc {
        border-bottom: 1px solid #707070;
    }
    .mariage-item {
        flex: 0 0 100%;
    }
    .mariage-item:last-child {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .contact-icon {
        width: 50px !important;
    }
    .contact-social {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .contact-item p {
        font-size: 18px;
    }
    .logo {
        text-align: center;
    }
    .nav-menu {
        height: auto;
        justify-content: center;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 320px) {
    .famille .welcome h1 {
        font-size: 34px;
    }
}