body {
    font-family: "Montserrat";
}

nav .container, header .container {
    max-width: 1600px;
}

a, a:hover {
    color: currentcolor;
    text-decoration: none;
    z-index: 2;
    position: relative;
}

nav {
    background: #fff;
    position: relative;
    z-index: 1;
}

nav .container {
    height: 55px;
    width: 100%;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center
}

nav p {
    font-size: 0.625em;
}

nav div {
    display: flex;
    align-items: center;
}

nav div p {
    font-size: 0.93em;
    font-weight: italic;
}

nav div p b {
    font-weight: bold;
}

nav p {
    margin: 0;
}

.style-text img {
    max-height: 400px;
    object-fit: contain;
}

a.btn, input.btn, span.btn {
    font-weight: 500;
    font-size: 0.875em;
    border: 1px solid;
    margin: 10px;
    padding: 5px 20px;
    border-radius: 40px;
    transition-duration: 300ms;
}

a.btn.btn-white, input.btn-white, span.btn-white {
    border-color: #060718;
    background: #fff;
    color: #060718;
}

a.btn.btn-white:hover, input.btn.btn-white:hover, span.btn.btn-white:hover {
    color: #fff!important;
    background: #060718;
    border-color: #fff;
}

a.btn.btn-bark, input.btn.btn-dark {
    color: #fff;
    background: #060718;
    border-color: #fff;
}

a.btn.btn-bark:hover, input.btn.btn-dark:hover {
    border-color: #060718;
    background: #fff;
    color: #060718;
}

a.btn.btn-big, input.btn.btn-big, span.btn.btn-big {
    padding: 8px 40px;
    font-size: 1.25em;
}

nav a.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.style-text blockquote {
    font-size: 1.5em;
    width: inherit;
    padding-inline: 0;
    max-width: 945px;
    background: #060718;
}

.style-text blockquote a {
    padding: 0.2em 1.5em;
    border: 1px solid;
    border-radius: 1em;
    margin-top: 1em;
    font-size: 0.8em;
}

header {
    z-index: 2;
    position: relative;
}

header .container {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    margin: 0;
    justify-content: center;
}

header ul li a:hover, header ul li a.active, footer ul li a:hover, footer ul li a.active {
    text-decoration: underline;
}

header ul li {
    display: flex;
    align-items: center;
}

header ul li a {
    transition-duration: 300ms;
    text-transform: uppercase;
    font-weight: 600;
    padding-inline: 15px;
}

section.introduction {
    z-index: 1;
    padding-block: 55px;
    color: #fff;
    background: url('/themes/assets/pfdumas/bg-introduction.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.introduction:after {
    content: "";
    display: block;
    background: url('/themes/assets/pfdumas/colombe-after.png');
    width: 391px;
    height: 467px;
    position: absolute;
    top: -24%;
    background-repeat: no-repeat;
    left: 3%;
}

section.introduction .container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


div.introduction-content h1 {
    font-size: 5.625em;
    line-height: 0.9;
    font-weight: 500;
    font-family: Fahkwang;
    max-width: 500px;
    z-index: 2;
    position: relative;
}

div.introduction-content p {
    max-width: 870px;
    font-size: 1.57em;
    font-weight: 400;
    margin-block: 1em;
}

header + section.introduction {
    transform: translateY(-120px);
    padding-top: calc(120px + 55px);
}

div.introduction-content a.btn {
    font-size: 1em;
}

section.introduction img {
    max-width: 580px;
    height: 768px;
    width: 100%;
    border: 15px solid;
    border-radius: 500px;
    object-fit: cover;
    margin-bottom: -10%;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.2);
}

section.text-style {
    padding-bottom: 95px;
}

section.text-style img.colombe {
    margin: auto;
    display: block;
    margin-bottom: 2em;
}

section.text-style p {
    font-size: 1.25em;
    line-height: 1.75em;
    font-weight: italic;
    margin: 0;
    text-align: center;
}

section.know-us {
    color: #fff;
    background: #060718;
    padding-block: 95px;
    position: relative;
    overflow: hidden;
}

section.know-us div.introduction-content p {
    font-size: 1.18em;
    padding-block: 1em;
    z-index: 2;
    position: relative;
}

section.know-us .container:before {
    content: "";
    background-image: url('/themes/assets/pfdumas/bg-colombe.png');
    display: block;
    max-width: 825px;
    max-height: 1361px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -150px;
    margin-bottom: -65px;
    right: 10%;
    top: 0;
    bottom: 0;
    z-index: 1;
}

section.know-us:after {
    content: "";
    background-image: url('/themes/assets/pfdumas/main.png');
    display: block;
    max-width: 762px;
    max-height: 404px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -10%;
    z-index: 1;
}

section.cta-devis {
    background-image: url('/themes/assets/pfdumas/bg-cta.png');
    background-size: cover;
    padding-block: 50px;
}

section.cta-devis .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.btn-big-brown, div.btn-big-brown, blockquote{
    border: 10px solid #fff;
    border-radius: 120px;
    font-size: 2em!important;
    font-weight: bold;
    background: #7f553f;
    color: #fff;
    padding: 25px 60px;
    text-align: center;
    line-height: 1.2;
}
a.btn.btn-big, input.btn.btn-big, span.btn.btn-big{
    font-size: 1.8em!important;
    padding: 6px 50px;
    border-radius: 100px;
}
div.btn-big-brown:last-of-type{
    font-size:2.5em !important
}
div.btn-big-brown a.btn, blockquote a{
    font-size: 0.5em!important;
}
section.cta-devis a.btn-big-brown {
    max-width: 630px;
    display: block;
}

section.cta-devis .cta-content h1 {
    font-size: 3.12em;
    line-height: 1;
    font-weight: bold;
    font-family: "Fahkwang";
}

#prevoyance section.cta-devis .cta-content h1 {
    max-width: 655px;
}

#prevoyance section.cta-devis a.btn-big-brown {
    max-width: 540px;
    display: block;
    font-size: 2em;
}

section.cta-devis .cta-content p {
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.83em;
    max-width: 550px
}

section.obituary {
    padding-block: 105px;
}

section.obituary h1, section.reviews h1, section.commitment h1, .style-text h1 {
    font-family: "Fahkwang";
    font-weight: bold;
    text-align: center;
    font-size: 3.75em;
}

.style-text {
    margin-block: 2em;
    padding-bottom: 3em;
    border-bottom: 2px solid aliceblue;
}

.style-text h1 {
    text-align: center;
    line-height: 1;
    font-weight: 800;
    max-width: 950px;
    margin: auto;
    position: relative;
}

.style-text h1:after {
    content: "";
    background: url('/themes/assets/pfdumas/logo-colombe.png');
    width: 223px;
    height: 145px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
}

.style-text pre {
    overflow: visible;
    width: 100%;
    background: #7f553f;
    padding: 3em;
    margin: 3em auto;
    font-size: 1em;
    word-break: inherit;
    white-space: pre-wrap;
    color: #fff;
    font-family: Montserrat;
    font-weight: 600;
    position: relative;
}

.style-text pre:before {
    content: "";
    background-image: url('/themes/assets/pfdumas/main.png');
    display: block;
    max-width: 270px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    z-index: 1;
    opacity: 0.3;
    top: 0;
    filter: invert(1);
}

.style-text pre:after {
    content: "";
    background-image: url('/themes/assets/pfdumas/main.png');
    background-position: right;
    display: block;
    max-width: 270px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    z-index: 1;
    opacity: 0.3;
    filter: invert(1);
    top: 0;
    transform: scaleX(-1);
}

input[type="search"] {
    width: 100%;
    height: 60px;
    border: 0;
    background: #f3f3f4;
    padding: 10px 35px;
    border-radius: 2em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9em;
    color: #999999;
}

.input-group.search {
    max-width: 730px;
    margin: 1.5em auto;
    position: relative
}

.style-text h2 {
    font-family: "Fahkwang";
}

.input-group.search:before {
    content: "";
    background-image: url('/themes/assets/pfdumas/search-icon.png');
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-100%, -50%)
}

section.obituary .obituary-items {
    margin-block: 5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

section.obituary .obituary-item {
    max-width: 45%;
    max-height: 185px;
    border-bottom: 1px solid #060718;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 10px;
    position: relative;
}

section.obituary .obituary-item:nth-child(1), section.obituary .obituary-item:nth-child(2) {
    border-top: 1px solid #060718;
}

section.obituary .obituary-item img {
    width: 110px;
    height: 140px;
    border: 7px solid #fff;
    border-radius: 100px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.16);
}

section.obituary .obituary-item div {
    margin-left: 1.5em;
}

section.obituary .obituary-item h3 {
    color: #d8d8dc;
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
}

section.obituary .obituary-item h2 {
    font-family: "Fahkwang";
    font-weight: bold;
    font-size: 1.56em;
    line-height: 1.2;
}

section.obituary .obituary-item h4 {
    font-size: 1.12em;
    font-weight: 400;
}

section.obituary .obituary-item i {
    background: #fff;
    position: absolute;
    text-decoration: underline;
    bottom: 0;
    right: -20px;
    padding: 0 1em;
    font-weight: 500;
    font-size: 0.87em;
    transform: translateY(50%);
}

section.obituary .btn-group-content {
    display: flex;
    justify-content: center;
}

section.prevoyance img {
    width: 650px;
    height: 700px;
    object-fit: cover;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    margin-top: -5%;
    margin-left: -10%;
    margin-right: 5%;
    z-index: 3;
}

section.prevoyance {
    background: #cccccc;
    position: relative;
}

section.prevoyance .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.prevoyance h1 {
    font-size: 4em;
    font-weight: bold;
}

section.prevoyance p {
    font-weight: 400;
    font-size: 1.12em;
    line-height: 1.83em;
    margin-block: 3em;
}

section.prevoyance .btn-big-brown {
    margin-left: 50%;
    transform: translate(-50%, 50%);
    display: block;
    font-size: 1.87em;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.16);
    position: absolute;
    bottom: 0;
    z-index: 99;
}

section.reassurance {
    background-image: url('/themes/assets/pfdumas/bg-reassurance.png');
    background-size: cover;
    position: relative;
    color: #fff
}

section.reassurance:before {
    content: "";
    background: rgba(6, 7, 24, 0.87);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

section.reassurance * {
    z-index: 2;
    position: relative;
}
section.reassurance h1{
    padding-top:65px;
    font-size: 3.5em;
}
section.reassurance .reassurance-items {
    display: flex;
    padding-top: 45px;
    justify-content: space-between;
}

section.reassurance .reassurance-items .item-reassurance {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.reassurance .reassurance-items .item-reassurance:not(:first-of-type):after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: rgb(255, 255, 255);
    position: absolute;
    left: -2em
}

section.reassurance .reassurance-items .item-reassurance p {
    font-weight: 600;
    font-size: 1.18em;
    line-height: 1.57em;
    text-align: center;
    max-width: 200px;
    margin-top: 1em;
}

section.reassurance a.btn {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-block: 4em;
}

section.reviews {
    padding-top: 95px;
    background: #fff;
}

section.reviews h1 {
    max-width: 500px;
    text-align: center;
    margin: auto;
    line-height: 1;
}

section.reviews > p {
    font-size: 2.18em;
    text-align: center;
    color: #ccc;
    font-weight: 600;
    line-height: 2;
}

section.reviews .review-items {
    display: flex;
    justify-content: space-around;
}

section.reviews .review-items .review-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.reviews .review-items .review-item .stars {
    color: #ccc;
    font-size: 1.8em;
    letter-spacing: 3px;
}

section.reviews .review-items .review-item .stars span {
    color: #7f553f;
}

section.reviews .review-items .review-item .date {
    font-size: 0.75em;
    color: #ccc;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

section.reviews .review-items .review-item p {
    font-family: "Fahkwang";
    font-weight: 600;
    font-style: italic;
    color: #060718;
    padding-block: 0.5em;
    max-width: 410px; /**270**/
    text-align: center;
}

section.reviews .review-items .review-item .author {
    font-weight: 400;
    font-weight: 1.12em;
    position: relative;
    width: 100%;
    margin-block: 1em;
    text-align: center
}

section.reviews .review-items .review-item .author:before {
    content: "";
    width: 160px;
    height: 1px;
    background: #060718;
    display: block;
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
}

section.reviews a.btn {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-block: 3em;
}

section.commitment {
    background-image: url('/themes/assets/pfdumas/bg-engagement.png');
    padding-top: 95px;
    background-size: cover;
    padding: 6em 0;
}

section.commitment p {
    font-family: "Fahkwang";
    font-weight: 600;
    text-decoration: underline;
    text-align: center;
    font-size: 1.56em;
    line-height: 2.32em;
    text-underline-offset: 0.3em;
    margin-top: 2em;
}

div.btn-big-brown, blockquote {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1250px;
    margin: auto;
    transform: translateY(50%);
}
.commitment div.btn-big-brown, blockquote{
    transform: translateY(100%);

}
blockquote {
    transform: none;
}

div.btn-big-brown em, blockquote em {
    display: block;
    font-size: 0.5em;
    font-weight: 400;
    font-family: Montserrat;
    line-height: 1.65;
}

div.btn-big-brown a.btn, blockquote a {
    font-size: 0.5em;
    border: 0;
}

header ul li.mobile {
    display: none;
}

footer {
    background-image: url('/themes/assets/pfdumas/bg-footer.png');
    background-size: cover;
}

footer .container {
    padding-block: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

footer .container ul {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 4em;
    position: relative;
    flex-wrap: wrap;
}

footer .container ul:after {
    content: "";
    width: 1000px;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    top: -2em;
}

.contact form {
    z-index: 999;
    position: relative;
    margin: 3em 0;
}

.know-us.contact div.introduction-content h1, .know-us.contact div.introduction-content {
    max-width: inherit;
}

input.form-control, textarea.form-control {
    width: 100%;
    min-height: 51px;
    border: 0;
    background: #f3f3f4;
    padding: 10px 25px;
    border-radius: 1em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9em;
    color: #999999;
    margin-block: 0.5em;
}

textarea.form-control {
    min-height: 200px;
}

section.know-us.contact .container::before {
    background-size: contain;
}

iframe {
    border: 20px solid #060718;
    border-top: 0;
}

.prevoyance:nth-child(odd) .container {
    flex-direction: row-reverse;

}

#prevoyance section.prevoyance img {
    height: 600px;
    max-width: 600px;
    z-index: 1;
}

header + .text-style {
    padding-top: 3em;
}
.introduction div.introduction-content h1{
    max-width: inherit;
}
#prevoyance div.introduction-content h1 {
    max-width: 580px !important;
}

.prevoyance:nth-child(odd) img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin: 0;
    margin-bottom: -5%;
}

header .container img {
    margin: auto;
    width: 200px
}

section.cta-devis .cta-content h1 {
    font-size: 3em
}

.items .item {
    color: white;
    background: #060718;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0.5em 1.1em;
    transform: skew(-10deg, 0deg);
    font-size: 1.1em;
}

section.cta-devis .container {
    flex-direction: column
}

section.cta-devis a.btn-big-brown {
    max-width: 100%;
}

section.cta-devis .btn-big-brown sub {
    position: absolute;
    font-size: 0.3em;
    line-height: 2;
    font-weight: 500;
    left: 5em;

}

.title-form {
    color: #7f553f;
    font-weight: 700;
    font-size: 4em;
    max-width: 47%;

    margin-right: 1em;
}

.title-form sub {
    font-size: 0.2em;
    margin-top: 1em;
}

.know-us ul li {
    font-size: 2em;
    z-index: 9;
    position: relative;
    text-shadow: 1px 1px 6px #060718;
}

.prevoyance:nth-child(2n+1) {
    background: #060718;
    flex-direction: row-reverse;
    color: #fff;
    z-index: 3;
}

h1 span {
    font-size: 0.3em;
    display: block;
    text-align: center
}

section.prevoyance h1 {
    max-width: inherit;
    padding-bottom: 0.5em;
    font-size: 3.5em;
}


.prevoyance ul li {
    position: relative;
    padding: 0.8em 0;
    list-style: none;
    font-weight: 500;
}

.prevoyance ul li:before {
    content: '';
    background: black;
    width: 20px;
    height: 20px;
    display: block;
    transform: rotate(45deg) translateY(-50%);
    top: 43%;
    left: -2.5em;
    position: absolute;
}

section.prevoyance p {
    margin-top: 0;
}

.digital {
    color: #fff;
    font-style: italic;
    text-decoration: none;
    display: block;
    text-align: center;
    padding-bottom: 1em;
}


/*************Formulaire************/
.xbold {
    font-weight: 800;
}

.formulaire {
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    width: 95%;
    z-index: 10000;
    background: #060718;
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 5px;
}

.formulaire p {
    font-size: 18px;
}

#formulaire2 {
    max-width: 400px;
    height: auto;
}

#formulaire2 h2 {
    font-weight: 800;
    font-size: 42px;
    color: #fff;
    text-align: center;
}

#formulaire2 p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.formulaire.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.popup-blur {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffffcf;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition-duration: 300ms;

}

.form3 #formulaire2 {
    padding: 30px;
    max-width: 1100px;
}

.form3 .row input:not([type="checkbox"]):not([type="radio"]):not([type="number"]), .form3 .row select, .fieldset-label {
    width: 41%;
    text-align: center;
    font-size: 1.2em !important;
    color: #737373;
    margin: 0.2em;
    background: #fff;
    border-radius: 5px;
    border: 0;
    height: 38px;
}

#formulaire2 fieldset.mt-2 {
    margin-top: 1em !important;
}

.fieldset-label {
    display: flex;
    flex-direction: column;
    background: transparent;
}

.fieldset-label input {
    width: 100% !important;
}

#form {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.choice-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.choice-content fieldset {
    align-items: center;
    display: flex;
}

.choice-content input, .choice-content label {
    margin-left: 0.2em;
    margin-top: 0;
}

input[type="checkbox"], input[type="radio"] {

}

.btn.next-step.btn-white.btn-big,.btn.last-step.btn-white.btn-big {
    float: right;
}

#formulaire2 fieldset, label {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    align-items: center;
}

#formulaire2 .row fieldset label {
    display: block;
}

.form3 .row {
    display: flex;
    justify-content: space-around;
}

.form3 textarea {
    width: 91%;
}

.success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    padding: 1em;
    border-radius: 5px;
    margin-top: 3em;
    font-weight: 600;
}

.popup-blur.active {
    transform: none;
}

.formulaire .close {
    position: absolute;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 10001;
    opacity: 1;
    font-family: initial;
    transform: rotate(45deg);
    right: 13px;
    top: 0;
    font-weight: bold;
    text-shadow: 2px 2px 4px black;
}


@media (max-width: 768px) {
    .form3 .row:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(3)) input, .form3 .row select, .form3 textarea {
        width: 99%;
        padding: 0.2em;
        margin: 0.3em 0;
    }

    .form3 .row:first-of-type input, .form3 .row:nth-of-type(2) input, .form3 .row:nth-of-type(3) select {
        width: 49%;
        margin: 0.3em 0;
    }

}

@media (max-width: 450px) {
    .formulaire {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        max-height: 100vh;
        overflow-y: scroll;
    }

    #formulaire2 h2 {
        font: 800 22px auto;
        margin-top: 3em;
    }

    section.situation form {
        padding: 5em 1em;
    }

}

@media (max-width: 1400px) {
    section.reassurance .reassurance-items .item-reassurance:not(:first-of-type)::after{
        left: -1em;
    }
    section.prevoyance h1 {
        font-size: 3.4em;
    }
}

@media (max-width: 1199.9px) {
    section.cta-devis a.btn-big-brown {
        max-width: 490px;
        font-size: 1.8em;
    }

    section.text-style p {
        font-size: 1em;
    }

    section.prevoyance .btn-big-brown {
        max-width: 991px;
        font-size: 1.8em;
        width: 100%;
    }

    section.reassurance .reassurance-items .item-reassurance:not(:first-of-type)::after {
        left: -1.5em;
    }

    nav {
        font-size: 0.8em;
    }

    header .container {
        max-width: 90%;
    }

    section.commitment p {
        font-size: 1.35em;
    }

    footer .container ul::after {
        width: 95%;
    }
    section.reassurance .reassurance-items .item-reassurance p{
        max-width: inherit;
    }
    section.reassurance .reassurance-items{
        flex-direction: column;
    }
    section.reassurance .reassurance-items .item-reassurance:not(:first-of-type)::after{
        content: none;
    }
    .item-reassurance{
        border-bottom: 1px solid;
    }
}

.mobile-navbar {
    display: none;
}

@media (max-width: 991px) {
    nav.container {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0.8em 0;
        height: auto;
    }
    section.introduction img {
        max-width: 400px;
        height: 600px;
    }
    .title-form {
        font-size: 3em;
    }

    section.introduction img {
        position: absolute;
        right: 10vw;
        z-index: 1;
        filter: grayscale(25%);
    }

    header + section.introduction {
        padding-top: 245px;
    }

    div.introduction-content {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 100%;
    }

    header ul {
        display: none;
    }

    header .container {
        max-width: 90%;
    }

    .mobile-navbar {
        display: flex;
    }

    .burger {
        width: 45px;
        margin-left: 1em;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .burger span {
        width: 100%;
        height: 4px;
        background: #fff;
    }

    .burger span:first-of-type {
        width: 80%;
    }

    header ul {
        transform: translate(-200%);
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        background: #060718;
        height: 100%;
        width: 100%;
        justify-content: center;
        z-index: 999;
        flex-direction: column;
        padding: 0;
        transition-duration: 300ms;
    }

    header ul.active {
        transform: translate(0);
        transition-duration: 300ms;

    }

    header ul.active:after {
        content: "";
        display: block;
        background: url('/themes/assets/pfdumas/colombe-after.png');
        width: 391px;
        height: 467px;
        position: absolute;
        top: -24%;
        left: 3%;
    }

    header ul li.mobile {
        position: fixed;
        top: 0;
        right: 0.2em;
        font-size: 5em;
        font-weight: 100;
        transform: rotate(45deg);
        margin: 0;
        display: block;
        z-index: 99;
    }

    header ul li.mobile div.close {
        cursor: pointer;
    }

    header ul li {
        font-size: 1.5em;
        text-align: center;
        margin-inline: auto;
    }

    header ul li a.btn {
        font-size: 0.65em;
    }

    section.cta-devis .container {
        flex-direction: column;
    }

    section.cta-devis a.btn-big-brown {
        max-width: inherit;

    }

    section.cta-devis .cta-content h1 {
        font-size: 4em;
        max-width: inherit;
        text-align: center;
    }

    a.btn.btn-big {
        font-size: 1.15em;
    }

    section.cta-devis .cta-content p {
        text-align: center;
        max-width: inherit;
        margin: 1em 0;
    }

    section.know-us .container::before {
        filter: blur(2px);
        background-size: contain;
    }

    section.obituary .obituary-item {
        max-width: inherit;
        border-top: 0 !important;
    }

    section.prevoyance img {
        position: absolute;
        z-index: 0;
        filter: blur(1px);
        margin-top: 0;
        margin-inline: 0;
        left: 0;
    }

    section.prevdiv div.introduction-content {
        padding-block: 5em;
    }



    section.commitment p {
        font-size: 1em;
    }

    section.prevoyance {
        padding-block: 51px;
    }

    nav .container {
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
    }

    .know-us ul li {
        text-shadow: 1px 1px 15px #0000005c;

    }

    section.prevoyance h1 {
        text-shadow: 1px 1px 15px #0000005c;
    }

    nav {
        padding: 1em 0;
    }

    section.prevoyance img {
        position: absolute;
        filter: blur(1px);
        z-index: 2;
    }

    #prevoyance section.prevoyance img {
        height: 100%;
    }


}

@media (max-width: 767.98px) {
    section.obituary .btn-group-content {
        flex-direction: column;
    }

    .container.review-items {
        flex-direction: column;
    }

    .cta-devis .container .d-flex {
        flex-direction: column;
    }

    .title-form {
        max-width: 100%;
        font-size: 2.5em;
    }

    section.commitment div.btn-big-brown, blockquote {
        font-size: 1.9em;
    }

    /**section.introduction img{
        filter:blur(2px);
    }**/
    nav.div {
        flex-wrap: wrap;
        justify-content: center;
    }

    div.introduction-content h1 {
        text-shadow: 1px 1px 15px #0000005c;
    }

    section.cta-devis a.btn-big-brown sub {
        left: 6em;
    }

    .know-us ul li {
        font-size: 1.7em;
    }

    section.prevoyance h1 {
        font-size: 3.37em;
    }

}

@media (max-width: 575.98px) {
    .style-text blockquote {
        font-size: 1.3em;
        padding-inline: 0;
        max-width: inherit;
        background: #060718;
        border-radius: 4em;
    }

    .know-us ul li {
        font-size: 1.3em;
    }
    section.introduction img{
        position: relative;
        margin-bottom: -100px;
        margin-top: -19px;
    }
    section.introduction .container{
        flex-direction: column;
    }
    div.introduction-content{

    }
    nav {
        font-size: 0.7em;
    }

    nav div {
        flex-direction: column;
    }

    header .container {
        flex-direction: column;
        padding: 1em 0;
    }

    .mobile-navbar {
        margin-top: 1em;
        width: 100%;
        justify-content: space-between;
    }

    .prevoyance .container {
        flex-direction: column-reverse !important;
    }

    .prevoyance .container img {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        object-fit: cover;
        margin: 0;
        max-width: 420px;
        max-height: 420px;
        filter: blur(0);
    }

    section.cta-devis .cta-content h1 {
        font-size: 2.2em;
    }

    div.introduction-content h1 {
        font-size: 3.28em;
        text-shadow: 1px 1px 15px #0000005c;

    }



    #contact div.introduction-content h1 {
        font-size: 2.1em;
    }

    section.introduction img {
        height: 400px;
        width: 300px;
        right: inherit;
    }



    header + section.introduction + section.text-style {
        margin-top: -65px;
    }

    section.cta-devis a.btn-big-brown {
        font-size: 1.2em;
        padding: 0.5em 1em;
    }

    section.cta-devis .cta-content h1 {
        font-size: 3em;
        margin-top: 1em;
    }

    section.obituary {
        padding-block: 40px;
    }

    section.obituary .obituary-item img {
        margin-bottom: 1em;
    }

    section.obituary .obituary-item {
        flex-direction: column;
        padding: 2em 0;
        height: auto;
        max-height: inherit;
    }

    a.btn.btn-big {
        font-size: 0.84em;
    }

    section.prevoyance .btn-big-brown {
        font-size: 1.2em;
        padding: 1em;
    }
    span.btn.btn-big{
        display: block;
        margin: 0.5em auto;
        float: none;
    }
    section.reassurance .reassurance-items .item-reassurance p {
        padding: 0.5em;
        font-size: 1.1em;
    }

    section.obituary h1, section.reviews h1, section.commitment h1 {
        font-size: 2.5em;
    }

    section.reviews > p {
        font-size: 1.4em;
        padding-top: 1em;
    }

    section.commitment div.btn-big-brown {
        padding: 2em 0.2em;
    }

    div.btn-big-brown {
        transform: translateY(10%);
    }

    footer p {
        text-align: center;
    }

    section.reassurance a.btn, section.reviews a.btn {
        width: 90%;
        display: block;
        margin: 1em auto;
        transform: none;
    }

    footer p b {
        display: block;
        text-align: center;
        margin-top: 3em;
    }

    footer ul {
        flex-display: column;
        padding: 0;
    }

    footer .container {
        padding-block: 96px;
    }

    footer ul li {
        margin-top: 1em;
    }

    .introduction::after {
        width: 320px;
        background-size: contain;
        left: 0;
    }

    input[type="search"] {
        width: 100%;
        height: 50px;
        padding: 3px 20px;
        font-size: 0.7em;
    }

    section.reviews a.btn {
        width: 90%;
    }

    .choice-content fieldset{
        width: 100%;
    }
    div.introduction-content p {
        font-size: 1em;
    }

    .btn.btn-white.btn-big b {
        display: block;
    }
    section.reassurance a.btn{
        width:90%;
        margin-left:5%;
        display: inline-block;
    }
    section.reassurance h1 {
        font-size: 1.95em;
    }
}