@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/Bebas_Neue/BebasNeue-Thin.woff2') format('woff2'), url('../fonts/Bebas_Neue/BebasNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/Bebas_Neue/BebasNeueLight.woff2') format('woff2'), url('../fonts/Bebas_Neue/BebasNeueLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/Bebas_Neue/BebasNeue-Regular.woff2') format('woff2'), url('../fonts/Bebas_Neue/BebasNeue-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Book';
    src: url('../fonts/Bebas_Neue/BebasNeueBook.woff2') format('woff2'), url('../fonts/Bebas_Neue/BebasNeueBook.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/Bebas_Neue/BebasNeueBold.woff2') format('woff2'), url('../fonts/Bebas_Neue/BebasNeueBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* */

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Thin.woff2') format('woff2'), url('../fonts/Raleway/Raleway-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-ExtraLight.woff2') format('woff2'), url('../fonts/Raleway/Raleway-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Light.woff2') format('woff2'), url('../fonts/Raleway/Raleway-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway.woff2') format('woff2'), url('../fonts/Raleway/Raleway.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Medium.woff2') format('woff2'), url('../fonts/Raleway/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-SemiBold.woff2') format('woff2'), url('../fonts/Raleway/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Raleway/Raleway-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Bold.woff2') format('woff2'), url('../fonts/Raleway/Raleway-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-ExtraBold.woff2') format('woff2'), url('../fonts/Raleway/Raleway-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Black.woff2') format('woff2'), url('../fonts/Raleway/Raleway-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* @font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Heavy.woff2') format('woff2'),
        url('../fonts/Raleway/Raleway-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
} */

:root {
    font-family: "Raleway";
    font-weight: 400;
    --orangeColor: #EA6548;
    --blueColor: #005291;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
 :after,
 :before {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* background-image: url(../images/back.jpg); */
    background-repeat: no-repeat;
    background-position: top;
    /* background-size: cover; */
}

.stopScroll {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

input,
input:focus,
a:focus {
    outline: none;
    border: 0;
}

.centerPadding_2 {
    margin: 0 2%;
}

.centerPadding_5 {
    margin: 0 5.5%;
}

.centerPadding_7 {
    margin: 0 7%;
}

.centerPadding_8 {
    margin: 0 8%;
}

.centerPadding_9 {
    margin: 0 9%;
}

.centerPadding_1320 {
    margin: 0 auto;
    width: 132rem;
}

.centerPadding_15_5 {
    margin: 0 15.78%;
}

.desk {
    display: block !important;
}

.mob {
    display: none !important;
}

.textBold {
    font-weight: 700;
}

.extraBold {
    font-weight: 900;
}

.orangeColor {
    color: var(--orangeColor);
}

.blueColor {
    color: var(--blueColor);
}

input::placeholder {
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #383838;
    opacity: 1;
}

.scaled {
    transition: .3s;
}

.scaled:hover {
    transform: scale(1.07);
}

.hidden {
    display: none;
}


/* HEADER */

header {
    width: 100%;
    /* padding: 4rem; */
    height: 11.6rem;
    position: fixed;
    top: 0;
    left: 0;
    transition: .3s;
    z-index: 9994;
}

header.active {
    background-color: #ffffff;
}

.blc_header {
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding-top: 4rem;
}

.logo {
    width: 11rem;
    position: absolute;
    left: 4rem;
    top: 4rem;
    transition: .3s;
}

header.active .logo {
    width: 9rem;
    left: 4rem;
    top: 1.15REM;
}

.logo img {
    width: 100%;
    display: block;
}

.menu {
    width: 100.3rem;
    margin: 0 auto;
}

.menu ul {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 4rem;
}

.menu ul li {
    list-style: none;
}

.menu ul li a {
    font-family: 'Bebas Neue';
    font-size: 3.2rem;
    text-decoration: none;
    color: #ffffff;
    line-height: 1;
    position: relative;
    transition: .3s;
}

header.active .menu ul li a {
    color: var(--blueColor);
}

.menu ul li a::before {
    content: '';
    background-color: var(--orangeColor);
    width: 100%;
    height: 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.menu ul li a:hover {
    font-size: 3.6rem;
    color: var(--orangeColor);
}

.closeMenu {
    display: none;
}


/* FIN HEADER */


/* ACCROCHE */

.accroche {
    background-image: url(../images/back_accroche.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
}

.blc_accroche {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 64.4rem;
}

.text_accroche {
    margin-left: 8.8rem;
    margin-top: 18rem;
    width: 100%;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    width: 100%;
}

h1 .name_donat {
    font-size: 8rem;
    color: var(--orangeColor);
    margin-left: -0.48rem;
    width: 100%;
    height: 8.5rem;
    overflow: hidden;
    position: relative;
    text-align: left;
    line-height: 0.9;
}

h1 .name_donat .slick-list {
    height: 100% !important;
}

h1 .name_donat .slick-track {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    FLEX-DIRECTION: column;
    width: 100% !important;
}

h1 .name_donat .slick-slide {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100%;
}

h1 .big_merci {
    font-size: 20.5rem;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    line-height: 0.8;
    margin-left: -1.1rem;
}

.parag_accroche {
    width: 62.4rem;
    background-color: var(--blueColor);
    padding: 2.4rem 3.2rem;
    border-radius: 1.6rem;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 4.3rem;
}

.parag_accroche p {
    font-size: 2.4rem;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.jump_to_section {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 39.7rem;
    height: 9.9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    font-weight: 600;
    text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 12rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: .3s;
}

.jump_to_section:hover {
    background-color: #ffffff;
    color: var(--orangeColor);
    text-shadow: none;
}

.jump_to_section a span {
    display: block;
}

.jump_to_section a i {
    font-size: 2rem;
}


/* FIN ACCROCHE */


/* temoignages */

.temoignages {
    padding: 9rem 0;
    background-color: #ffffff;
    background-image: url(../images/back_temoignages.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #000; */
    /* couleur de base */
    position: relative;
}

.conainer_temoignages {
    width: 147rem;
    margin: 0 auto;
    position: relative;
}

.head_sec {
    margin-bottom: 8rem;
}

.head_sec h2 {
    font-family: 'Bebas Neue';
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.head_sec h2 {
    color: var(--orangeColor);
}

.title-animate {
    opacity: 0;
    transform: translateY(-6rem);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.title-animate.in-view {
    opacity: 1;
    transform: translateY(0);
}

.blc_temoignages {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item_temoignages {
    width: 46.8rem;
    height: 68.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--blueColor);
    color: #ffffff;
    padding: 4rem;
    border-radius: 2rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}


/* animation temporaire */

.growed {
    animation: pulseGrow 800ms cubic-bezier(.22, .9, .35, 1) forwards;
}


/* si tu veux une classe finale qui garde un style (optionnel) */

.growed-done {
    /* ex: légère mise en valeur permanente */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}


/* keyframes */

@keyframes pulseGrow {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.item_temoignages p {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    display: inline-block;
    margin: 0;
    position: relative;
}

.letterine {
    width: 3.937rem !important;
}

.letterine_end {
    position: absolute;
    right: 0;
    bottom: -1rem;
    width: 2.952rem;
    transform: rotate(360deg) scale(-1);
}

.info_testateur {
    font-family: 'Bebas Neue';
    font-size: 2.6rem;
    display: flex;
    align-items: center;
    margin: 1.6rem 0 1rem;
}

.info_testateur img {
    width: 6.471rem;
    margin-right: 2rem;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel .owl-item img {
    width: 6.471rem !important;
    display: inline-block !important;
}

.owl-carousel .owl-item img.letterine_end {
    width: 2.952rem !important;
}

.owl-carousel .owl-item img.letterine {
    width: 3.937rem !important;
}

.for_bernard .letterine_end {
    bottom: -2.5rem;
}

.small_comment {
    border-top: 0.1rem solid var(--orangeColor);
    padding-top: 1.5rem;
}

.small_comment p {
    font-size: 2.2rem;
    line-height: 1.2;
}


/* */


/* Réduction des items non centrés */

.blc_temoignages .item_temoignages {
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 1;
    transform: scale(0.85);
    background-color: #FFFFFF;
    color: #005291;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
    transition: .3S;
}


/* Élément centré (actif) */

.blc_temoignages .owl-item.center .item_temoignages {
    background-color: #005291;
    color: #ffffff;
    transform: scale(1);
    opacity: 1;
    z-index: 2;
    height: 71.5rem;
}

.owl-nav {
    position: absolute;
    left: 51%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.owl-prev,
.owl-next {
    width: 7.6rem;
    height: 7.6rem;
    background-color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 4px 9px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 4px 9px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 4px 9px 0px rgba(0, 0, 0, 0.15);
}


/* FIN temoignages */


/* combat */

.combat {
    padding: 9rem 0;
    background-color: #005291;
    background-image: url(../images/back_combat.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.combat .head_sec h2 {
    color: #ffffff;
}

.equipe_infos {
    width: 149.63rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}

.text_equipe {
    width: 71.2rem;
    font-size: 2.4rem;
}

.details_equipe {
    width: 70.43rem;
}

.blc_details_equipe {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image_equipe {
    width: 18.73rem;
}

.image_equipe img {
    width: 100%;
}

.txt_detail_equipe {
    width: 48.5rem;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.05;
}

.txt_detail_equipe p {
    margin: 1rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: .3s;
}

.txt_detail_equipe p img {
    width: 2rem;
    margin-right: 0.6rem;
}

.txt_detail_equipe a {
    color: #ffffff;
    text-decoration: none;
    line-height: 1.2;
    transition: .3s;
}

.link:hover {
    transform: scale(1.025);
}

.link:hover a {
    text-decoration: underline;
}

.name_equipe {
    font-family: 'Bebas Neue';
    font-size: 3.2rem;
    font-weight: 400;
}

.blc_centerBtn {
    text-align: center;
    margin-top: 8rem;
}

.centerBtn {
    font-family: 'Bebas Neue';
    font-size: 3.2rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    border: 0.2rem solid #ffffff;
    background-color: var(--orangeColor);
    padding: 1rem 2rem;
    border-radius: 1.6rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    transition: .3s;
}

.centerBtn:first-child {
    margin-right: 1rem;
}

.centerBtn:hover {
    background-color: #ffffff;
    color: var(--orangeColor);
    border-color: var(--orangeColor);
}

.centerBtn i {
    display: inline-block;
    text-indent: -7.5rem;
    margin-right: 1rem;
    font-size: 2.5rem;
    font-weight: 700;
    transition: .3s;
}

.centerBtn:hover i {
    text-indent: 0;
}


/* FIN combat */


/*  paral */

.paral {
    height: 54.4rem;
    color: #ffffff;
    position: relative;
    background-image: url(../images/back_paral.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.paral::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.paral3 {
    background-repeat: no-repeat;
    background-image: url(../images/back_paral-3.jpg);
    background-size: 133%;
}

.content_paral {
    position: absolute;
    top: 50%;
    left: 12rem;
    transform: translateY(-50%);
    width: 47.9rem;
}

.content_paral h3 {
    font-size: 3.2rem;
    font-weight: 500;
}

.content_paral p {
    font-size: 2.2rem;
    font-weight: 200;
}

.paral.right_paral {
    background-image: url(../images/back_paral-2.jpg);
}

.paral.right_paral .content_paral {
    right: 12rem;
    left: unset;
    text-align: right;
    width: auto;
}

.paral.right_paral .content_paral p {
    margin: 1rem 0;
}


/* FIN paral */


/* temoignages2 */

.temoignages2 {
    background-image: url(../images/back_temoignages.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9rem 0;
    display: none;
}

.blc_temoignages2 {
    width: 118rem;
    margin: 0 auto;
    height: 41rem;
    overflow: hidden;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
    -webkit-touch-callout: text !important;
}

.blc_temoignages2 .slick-list {
    overflow: visible !important;
}

.item_temoignages2 {
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.text_temoignages2 .letterine {
    display: inline-block;
}

.text_temoignages2 .letterine_end {
    position: relative;
    right: unset;
    bottom: unset;
    margin-bottom: -0.5rem;
    width: 1.968rem;
    display: inline-block;
}


/* [data-nam='clouzot'] .letterine_end {} */

.blc_txt_temoignages2 {
    background-color: #ffffff;
    width: 62rem;
    /* height: 39rem; */
    height: auto;
    margin-right: 6rem;
    padding: 3.2rem;
    text-align: center;
    border-radius: 1.6rem;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.text_temoignages2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--orangeColor);
    position: relative;
}

.blc_txt_temoignages2 p {
    color: var(--blueColor);
    font-size: 2rem;
    font-weight: 400;
    padding: 2rem 0 0;
    margin: 0;
    text-align: left;
}

.blc_txt_temoignages2 p.under_txt {
    color: var(--orangeColor);
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 2rem;
    text-align: center;
}

.p_withBorder {
    position: relative;
}

.p_withBorder::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    width: 30%;
    height: 0.2rem;
    background-color: var(--blueColor);
}

.blc_merci {
    width: 49.4rem;
    color: var(--blueColor);
    padding-top: 2rem;
}

.blc_merci h3 {
    font-size: 3.6rem;
    font-weight: 900;
}

.big_merci_tem {
    font-size: 9.6rem;
    display: block;
    line-height: 0.8;
}

.blc_merci p {
    font-size: 2.4rem;
    font-weight: 700;
}

.blc_arrow {
    position: relative;
    width: 118rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.slick-arrow {
    position: absolute;
    top: -25rem;
    width: 5.6rem;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
}

.slick-arrow:hover {
    transform: scale(1.1);
}

.rightArrows {
    right: -10rem;
}

.leftArrows {
    left: -10rem;
}


/* FIN temoignages2 */


/* mot_du_pere */

.mot_du_pere {
    padding: 9rem 0;
    background-image: url(../images/back_mot_du_pere.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.conainer_mot_du_pere .head_sec h2 {
    color: #ffffff;
}

.blc_mot {
    width: 128.8rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pic_mot {
    width: 37rem;
    height: 45.6rem;
    background-color: #cccccc;
    border-radius: 2.69rem;
    overflow: hidden;
}

.pic_mot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content_mot {
    color: #ffffff;
    font-size: 2.4rem;
    width: 86.2rem;
}


/* FIN mot_du_pere */


/* footer */

footer {
    padding: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_text {
    width: 40.497rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.logo_footer {
    width: 9.297rem;
    display: block;
    text-decoration: none;
}

.logo_footer img {
    width: 100%;
    display: block;
}

.logo_text p {
    font-size: 1.4rem;
    font-weight: 600;
    width: 29.6rem;
    color: var(--blueColor);
    margin: 0;
}

.blc_socialMedia {
    width: 28rem;
}

.head_social {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

.contentt_social {
    width: 22.885rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contentt_social a {
    font-size: 2.25rem;
    color: var(--blueColor);
}

.blc_credit {
    width: 23.2rem;
    text-align: center;
    font-size: 1.6rem;
    color: #000000;
}

.blc_credit a {
    text-decoration: none;
    color: #000000;
    display: inline-block;
    transition: .3s;
}

.blc_credit a:hover {
    text-decoration: underline;
    transform: scale(1.025);
}

.label {
    width: 8rem;
}

.label img {
    width: 100%;
    display: block;
}


/* FIN footer */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 11.6rem);
    margin-top: 11.6rem;
    background-color: rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: .3s;
}

.modal.modal-open {
    opacity: 1;
    visibility: visible;
    z-index: 9995;
}

.modal-dialog {
    width: 112rem;
    padding: 2rem;
    border-radius: 3rem;
    position: relative;
    background-color: #ffffff;
}

.closeModal {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 3rem;
    color: var(--blueColor);
    font-size: 3.5rem;
    cursor: pointer;
}

h5 {
    font-size: 4rem;
    text-align: center;
    color: var(--blueColor);
}

.modal-dialog p {
    font-size: 1.75rem;
    color: #000000;
    line-height: 1.7;
}