/* ----------------------------------------------------------------------------- */
/** GLOBAL **/
/* ----------------------------------------------------------------------------- */
body,
html {
    overflow-y: hidden !important;
}

body {
    font-family: ars-maquette-web, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #202020;
    margin: 0;
    background-color: #e0004d;
    min-height: 100%;
}

*:focus {
    outline: none;
}

a {
    transition: 0.3s;
    color: #e0004d;
}

a,
a:hover {
    color: #e0004d;
    text-decoration: none;
}

.main-content {
    padding: 0;
}

.home .main-content {
    padding: 0;
    overflow: hidden;
}

.home.main-content {
    padding: 0;
}

.btn {
    color: #e0004d;
    background-color: #e0004e25;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    font-size: 1.125em;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box;
    border: none;
}

.is-type-video .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
    overflow: hidden;
}

.is-type-video .wp-block-embed__wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.wp-block-image.is-style-width-100 img {
    width: 100%;
    height: auto;
}

.wp-block-image.is-style-width-50 img {
    width: 50%;
    height: auto;
}

.slider.hide {
    transform: translateY(-50%) !important;
    transition: 1.5s;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #e0004d;
    transition: 1.5s;
}

.loader .slide-pres {
    align-items: center;
    justify-content: center;
    height: 100%;
}

.loader .slide-pres > div {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.loader:after {
    content: "";
    position: absolute;
    width: 160%;
    height: 100%;
    background: #fff;
    top: 0;
    left: -30%;
    transform: translateX(-100%) skewX(-15deg);
    transition-duration: 1s;
    transition-delay: 1s;
    z-index: -1;
}

.loader.active:after {
    transform: translateX(-0%) skewX(-15deg);
}

.logo.red polygon,
.logo.red path {
    fill: #e0004d;
    transition-duration: 0.3s;
}

.loader.animation-end:after {
    transform: translateX(-100%) skewX(-15deg);
    transition-delay: 0s;
}

.slider {
    transform: translateY(100%);
    transition: 0.8s;
    background-color: #fff;

    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.slider .slick-list,
.slider .slick-track {
    height: 100%;
}

.animation-loaded .loader {
    transform: translateY(-50%);
}

.animation-loaded .slider {
    transform: translateY(0%);
}

.logo:not(.tagline) {
    transform: scale(0);
    transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.loader.active .logo:not(.tagline) {
    transform: scale(1);
}

/* ----------------------------------------------------------------------------- */
/** MENU **/
/* ----------------------------------------------------------------------------- */
#website-menu {
    padding: 20px 30px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 6%);
    background: #fff;
    width: 100%;
    transition: all 0.3s ease;
    display: none;
}

.menu-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 18.5vw;
    height: auto;
    margin: auto;
    padding: 20px 20px 0 20px;
}

.logo.tagline {
    position: relative;
    margin-top: 0.8vw;
    transform: translateY(110%);
    transition: 0.5s;
    padding: 0 20px;
}

.logo.tagline.show {
    transform: translateY(0%);
}

.logo-area img {
    width: 100px;
    height: auto;
}

.menus-area {
    display: flex;
    align-items: center;
}

.search-content {
    position: relative;
    z-index: 10;
}

.search-content .search-area {
    position: absolute;
    display: none;
    transition: all 0.3s ease;
    right: -100%;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
}

.search-content .search-area .main-search {
    display: flex;
}

.search-content .search-area .main-search {
    box-shadow: 0 19px 60px rgb(0 0 0 / 10%), 0 15px 60px rgb(0 0 0 / 10%);
}

.search-content .search-area .main-search input[type="text"] {
    border-bottom-left-radius: 100%;
    border-top-left-radius: 100%;
    border: none;
    padding: 15px 20px;
    line-height: 1;
}

.search-content .search-area .main-search .search-send {
    border: none;
    background: #fff;
    padding: 0 15px 0 0;
}

.search-content .search-area.active {
    display: block;
}

.search-content .search-area.show {
    opacity: 1;
    right: -15px;
}

.search-content .fa-times {
    display: none;
}

.search-send {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.main-menu-inner {
    padding: 0px;
    margin-bottom: 0px;
}

.main-menu-inner ul {
    padding: 0;
    margin: 0;
}

.main-menu-inner li {
    list-style-type: none;
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.main-menu-inner li a {
    font-size: 22px;
    color: #393d44;
    transition: all 0.3s ease;
}

/* .main-menu-inner li a:hover,
.main-menu-inner li.current_page_item > a,
.main-menu-inner li.current_page_ancestor > a{
    color: #46b2a8;
    text-decoration: none;
} */

.main-menu-inner li .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    background: #fff;
    left: 0;
    z-index: 1;
    padding: 20px;
    min-width: 300px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: translateY(20px);
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 6%);
}

.main-menu-inner li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.main-menu-inner li .sub-menu li {
    margin-bottom: 10px;
}

.main-menu-inner li .sub-menu li:last-child {
    margin-bottom: 0px;
}

/* ----------------------------------------------------------------------------- */
/** SLIDER **/
/* ----------------------------------------------------------------------------- */
.slick-initialized .slick-slide {
    display: flex;
}

.subscribe-form,
.desist-form {
    padding-bottom: 160px;
}

.inscription-hate {
    margin-bottom: 60px;
    padding-bottom: 0 !important;
}

.subscribe-form,
.desist-form {
    position: fixed;
    transform: translateY(100%);
    transition: 0.8s;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    height: 100vh;
    overflow-y: auto;
}

.subscribe-form .arrow-retour,
.desist-form .arrow-retour {
    transform: scale(1) rotate(90deg);
}

.subscribe-form.open,
.desist-form.open {
    transform: translateY(0%);
}

.btn-container {
    padding-bottom: 260px;
}

.subscribe-form .btn-nobackg,
.desist-form .btn-nobackg {
    margin-top: 0;
}

.btn-close-form {
    text-align: center;
    display: none;
}

/* ----------------------------------------------------------------------------- */
/** SEARCH PAGE **/
/* ----------------------------------------------------------------------------- */

.search-item {
    color: #34424c;
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 2px;
    transition: 0.3s;
    position: relative;
    display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.search-item .top-content {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.search-item:hover .search-item-type {
    background-color: #fff;
    color: #34424c;
}
.search-item .img-content {
    width: 150px;
    min-width: 150px;
    margin-right: 10px;
}

.search-item .img-content img {
    width: 100%;
    height: auto;
}

.search-item .text-content {
    padding-top: 10px;
}
.search-item p {
    margin-top: 5px !important;
}

.search-item .search-item-type {
    /*position:absolute;
	top:30px;
	right:30px;
	z-index:1;*/
    padding: 5px 10px;
    background-color: rgba(214, 218, 220, 0.7);
    font-size: 13px;
    color: rgb(52, 66, 76) !important;
    transition: color 0.25s ease, background-color 0.25s ease;
    display: inline-block;
}

.search-item .search-term {
    color: #21b894;
    font-weight: 800;
    transition: 0.3s;
}

.search-item .text-content {
    padding-top: 30px;
}

.search-item:hover {
    background-color: #34424c;
    color: #fff;
    text-decoration: none;
}

.search-item:hover .search-term {
    color: #fff;
}

/* ----------------------------------------------------------------------------- */
/** SLIDER **/
/* ----------------------------------------------------------------------------- */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
.slick-prev:before,
.slick-next:before {
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 50px;
    line-height: 1;
    opacity: 0.75;
    color: white;
}
.slick-prev {
    left: 30px;
}
.slick-prev:before {
    content: "\f104";
}
.slick-next {
    right: 30px;
}
.slick-next:before {
    content: "\f105";
}

/* ----------------------------------------------------------------------------- */
/** GALLERY **/
/* ----------------------------------------------------------------------------- */
.gallery {
    margin-bottom: 50px;
}
.lightgallery {
    margin: 0 -5px;
}
.grid-item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.lightgallery .gallery-item {
    position: relative;
    display: block;
}
.grid-item img {
    width: 100%;
    height: auto;
}

.lightgallery .gallery-item .gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    background: #46b2a8;
}
.lightgallery .gallery-item:after {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
}
.lightgallery .gallery-item:hover .gallery-overlay {
    opacity: 0.55;
    visibility: visible;
}
.lightgallery .gallery-item:hover:after {
    opacity: 1;
    visibility: visible;
}

/* ----------------------------------------------------------------------------- */
/** ACCORDION **/
/* ----------------------------------------------------------------------------- */
.accordions {
    margin-bottom: 50px;
}
.accordion-item {
    background: #eee;
    transition: all 0.3s ease;
    margin-bottom: 5px;
}
.accordion-item .accordion-header h1,
.accordion-item .accordion-header h2,
.accordion-item .accordion-header h3,
.accordion-item .accordion-header h4,
.accordion-item .accordion-header h5 {
    font-size: 20px;
    font-weight: 500;
    color: #585756;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.accordion-item .accordion-header {
    padding: 37px 94px 37px 37px;
    display: block;
    position: relative;
    transition: 0.3s;
    transition-delay: 0.35s;
    cursor: pointer;
}
.accordion-item .accordion-header:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    width: 22px;
    height: 2px;
    background: #32373c;
    transform: translateY(-50%);
    transition: 0.3s;
}
.accordion-item .accordion-header:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 45px;
    width: 2px;
    height: 22px;
    background: #32373c;
    transform: translateY(-50%);
    transition: 0.3s;
}
.accordion-item .accordion-header.active:before {
    transform: translateY(-50%);
    height: 0px;
}
.accordion-item .accordion-content {
    padding: 10px 37px 25px 37px;
    display: none;
}
.accordion-item .accordion-content p:last-child {
    margin-bottom: 0px !important;
}
.accordion-item.active,
.accordion-item:hover {
    background: #32373c;
}
.accordion-item.active .accordion-header h1,
.accordion-item.active .accordion-header h2,
.accordion-item.active .accordion-header h3,
.accordion-item.active .accordion-header h4,
.accordion-item.active .accordion-header h5,
.accordion-item:hover .accordion-header h1,
.accordion-item:hover .accordion-header h2,
.accordion-item:hover .accordion-header h3,
.accordion-item:hover .accordion-header h4,
.accordion-item:hover .accordion-header h5,
.accordion-item.active .accordion-content p,
.accordion-item.active .accordion-content,
.accordion-item:hover .accordion-content p,
.accordion-item:hover .accordion-content {
    color: #fff;
}
.accordion-item.active .accordion-header:after,
.accordion-item:hover .accordion-header:after {
    background: #fff;
}
.accordion-item.active .accordion-header:before,
.accordion-item:hover .accordion-header:before {
    background: #fff;
}

/* ----------------------------------------------------------------------------- */
/** TABS **/
/* ----------------------------------------------------------------------------- */
.tabs {
    margin-bottom: 50px;
}
.tabs-nav ul {
    padding: 0px;
}
.tabs-nav ul li {
    display: inline-block;
    list-style-type: none;
    padding: 6px 12px 4px 12px;
    margin-right: 15px;
    background: #eee;
    transition: all 0.3s ease;
    border-radius: 5px;
    letter-spacing: 1px;
    cursor: pointer;
}
.tabs-nav ul li:hover,
.tabs-nav ul li.active {
    background: #32373c;
    color: #fff;
}
.tabs-content .tab {
    display: none;
}

.tabs-content .tab.active {
    display: block;
}

/* ----------------------------------------------------------------------------- */
/** BOX COLOR **/
/* ----------------------------------------------------------------------------- */
.is-style-box-color {
    padding: 40px 45px 40px 48px;
    margin-bottom: 40px;
    border: 5px solid transparent;
}

.is-style-box-color.has-blue-background-color {
    background: #46b2a8;
    color: #fff;
}

/* ----------------------------------------------------------------------------- */
/** POSTS LIST **/
/* ----------------------------------------------------------------------------- */
.posts-by-category {
    margin-bottom: 50px;
}

.card {
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 19px 60px rgb(0 0 0 / 10%), 0 15px 60px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: #3e3e3e;
    margin-bottom: 30px;
}
.card .img-wrap img {
    max-width: 100%;
    height: auto;
}
.card .post-content {
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    transition: 0.3s;
}
.card h3 {
    margin-bottom: 10px !important;
    padding: 0;
}
.card .categories .category {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    display: inline-block;
    margin-right: 5px;
    background: #32373c;
    padding: 2px 10px;
    border-radius: 5px;
    transition: 0.3s;
}
.card:hover .post-content {
    background: #32373c;
    color: #fff;
}
.card:hover .categories .category {
    color: #32373c;
    background: #fff;
}

/* ----------------------------------------------------------------------------- */
/** TABLE **/
/* ----------------------------------------------------------------------------- */

table {
    width: 100%;
    border: 0;
}

table tr {
    background: #fafafa;
    border-bottom: 0;
}

table tr:nth-child(even) {
    background: transparent;
}

table tr td {
    border: 0;
    padding: 19px 25px 21px 25px;
}

table tr td:first-of-type {
    padding-left: 35px;
}

table tr td a {
    color: #353b40;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
    box-shadow: inset 0px -1px 0px 0px #46b2a8;
    padding: 0px 0px 3px 0px;
}

table tr td a:after {
    display: none;
}

table tr td a:hover {
    color: #46b2a8;
    text-decoration: none;
}

table p {
    margin-bottom: 0px;
}

.wp-block-table {
    scrollbar-width: thin;
    scrollbar-color: #46b2a8 #d2dce1;
    margin-bottom: 60px;
}

.wp-block-table::-webkit-scrollbar-track {
    background-color: #d2dce1;
}

.wp-block-table::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #d2dce1;
}

.wp-block-table::-webkit-scrollbar-thumb {
    background-color: #46b2a8;
}

/* ----------------------------------------------------------------------------- */
/** BLOCKQUOTE **/
/* ----------------------------------------------------------------------------- */

blockquote {
    border-left: 3px solid #46b2a8;
    margin: 0px;
    margin-bottom: 40px;
    padding: 9px 0px 5px 34px;
}

blockquote p:first-of-type {
    font-size: 24px;
    font-style: italic;
    line-height: normal;
    font-style: italic;
    margin-bottom: 15px;
}

blockquote p + * {
    font-size: 18px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 0px;
    font-style: normal;
}

blockquote p + *:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 1px;
    background-color: #252626;
}

/* ----------------------------------------------------------------------------- */
/** FORM **/
/* ----------------------------------------------------------------------------- */
form {
    margin-top: 0 !important;
}

.ginput_recaptcha {
    display: none !important;
}

.gform_footer {
    position: relative;
}

.gform_ajax_spinner {
    width: 30px;
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
}

.gform_confirmation_message {
    text-align: center;
    padding: 0 30px;
}

.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    font-size: 20px;
    padding: 18px 12px;
    line-height: 1 !important;
    box-shadow: none;
    border-radius: 0;
}

.gform_wrapper .gform_validation_errors > h2 {
    padding: 0;
    text-align: left;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 24px;
}

input[type="checkbox"] {
    vertical-align: top;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    line-height: 0;
    height: 19px;
    margin-right: 10px !important;
    outline: 0;
    padding: 0 !important;
    position: relative;
    top: 3px;
    text-align: center;
    vertical-align: middle;
    width: 19px !important;
    min-width: 18px;
    -webkit-appearance: none;
    transition: 0.3s;
    background: #fff;
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 18px;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
}

.gform_wrapper.gravity-theme .ginput_container_checkbox,
.gform_wrapper.gravity-theme .ginput_container_radio {
    margin-top: 0;
}

.gform_wrapper .gform_fields.gfield_checkbox li input[type="checkbox"] {
    width: 19px !important;
}

.gform_wrapper .hidden_label input,
.form_body .form_field .hidden_label input {
    margin-top: -9px;
}

.gfield_consent_label {
    display: initial !important;
}

.gfield_visibility_visible {
    margin-bottom: 20px;
}

.gfield_visibility_visible.hidden_label {
    margin-bottom: 0;
}

input[type="checkbox"]:hover {
    border: 1px solid #46b2a8 !important;
}

input[type="checkbox"]:checked {
    background: #46b2a8 !important;
    border: 1px solid #46b2a8 !important;
}

input[type="checkbox"]:checked:before {
    content: "";
    margin: 1px 6px;
    color: #fff;
    float: left;
    display: inline-block;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
    top: inherit;
}

input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

input[type="radio"] + label {
    padding-left: 30px;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    border: solid 1px #ccc;
    border-radius: 100%;
    background: #fff;
    transition: 0.3s;
}

input[type="radio"]:disabled + label:before {
    opacity: 0.35;
}

input[type="radio"]:disabled + label {
    cursor: not-allowed;
}

input[type="radio"]:not(:checked):hover + label:before {
    border: 1px solid #46b2a8;
}

input[type="radio"]:checked + label:before {
    border: 1px solid #46b2a8;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #46b2a8;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ginput_container_fileupload {
    padding-bottom: 12px;
    border-bottom: solid 1px #cccccc;
    max-width: 335px;
}

.ginput_container_fileupload input[type="file"] {
    font-size: 14px;
    width: 100% !important;
}

select {
    display: none !important;
}

.ui-datepicker-month,
.ui-datepicker-year {
    display: inline-block !important;
    background: transparent;
    border: none;
}

.gform_wrapper .gfield.open label.gfield_label {
    left: 10px !important;
    font-size: 15px !important;
    color: #353b40 !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
}

.dropdown {
    border: none;
    border: 0px;
    color: #353b40;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 15px 20px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    width: 100%;
    height: 57px;
    font-size: 18px !important;
    border-radius: 0px;
    box-shadow: -5px -5px 60px 0 rgb(255 255 255 / 50%), 5px 5px 60px 0 rgb(205 207 211 / 50%);
}

.gform_wrapper .gfield.open .dropdown {
    background-color: #dee1e1 !important;
}

.variations .dropdown {
    display: none;
}

.dropdown:after {
    content: "\f107";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    display: block;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transform-origin: 50% 25%;
    color: #46b2a8;
}

.dropdown.open:after {
    transform: rotate(-180deg);
}

.gform_wrapper .ginput_container span:not(.ginput_price),
.form_body .input_container span:not(.ginput_price) {
    margin-bottom: 0px !important;
}

.dropdown.open .list {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown.open .option {
    cursor: pointer;
    margin-bottom: 0px;
}

.dropdown.wide {
    width: 100%;
}

.dropdown.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transform: scale(0.75);
    transform-origin: 50% 0;
    background-color: #fff;
    border-radius: 0px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    min-width: 100%;
    left: 0px;
    z-index: 999;
    top: 100%;
    box-shadow: -5px -5px 60px 0 rgb(255 255 255 / 50%), 5px 5px 60px 0 rgb(205 207 211 / 50%);
}

.dropdown .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.dropdown .list ul {
    height: auto;
    max-height: 400px;
    overflow: auto;
    padding: 0;
    margin: 0;
}

/* .dropdown .list ul {
	scrollbar-width: thin;
	scrollbar-color: #46b2a8 #d2dce1;
} */

.dropdown .list ul::-webkit-scrollbar-track {
    background-color: #d2dce1;
}

.dropdown .list ul::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #d2dce1;
}

/* .dropdown .list ul::-webkit-scrollbar-thumb {
	background-color: #46b2a8;
} */

.dropdown .option {
    cursor: default;
    font-weight: normal;
    color: #353b40;
    outline: none;
    display: block;
    font-size: 18px;
    text-transform: none;
    padding: 12px 19px;
    text-align: left;
    transition: all 0.2s;
}

.dropdown .option:before {
    display: none;
}

.dropdown .option:hover,
.dropdown .option:focus {
    background-color: #fafafa !important;
    color: #353b40;
}

.dropdown .option.selected {
    font-weight: 600;
    color: #353b40;
}

.dropdown .option.selected:focus {
    font-weight: 700;
}

.dropdown:hover {
    border: 0px;
}

.dropdown .current {
    opacity: 1;
    transition: all 0.3s ease;
}
.gfield .dropdown .current {
    opacity: 1;
    transition: all 0.3s ease;
}

.gfield.open .dropdown .current {
    opacity: 1;
}

.gfield.open .dropdown {
    border: 0px;
}

.gform_required_legend {
    display: none;
}

/* ----------------------------------------------------------------------------- */
/** FOOTER **/
/* ----------------------------------------------------------------------------- */
.footer {
    background: #dee1e1;
    padding: 50px 0px;
    display: none;
}

.footer-bottom {
    background: #393d44;
    color: #fff;
    padding: 15px 0px 10px 0px;
}

/* ----------------------------------------------------------------------------- */
/** MODIF SCREEN PC **/
/* ----------------------------------------------------------------------------- */

section.slide-pres {
    height: 100% !important;
    width: 100%;
    padding-left: 2vh;
    padding-right: 2vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.confirmation {
    position: absolute;
}

body:not(.home) .slide-pres {
    background: #fff;
}

.center-flex-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container {
    margin: 0;
    padding: 0;
}

section.wng-white {
    background-color: #e0004d;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
    color: #e0004d;
}

.center-flex {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

section.wng-white {
    justify-content: center;
    height: 100vh;
    width: 100%;
    /* background-color: #e0004d; */
}

section.wng-pink {
    display: flex;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

.agenda {
    font-size: 48px;
    height: 48px;
    width: 48px;
    color: #e0004d;
}

.party {
    font-size: 48px;
    height: 48px;
    width: 48px;
    color: #e0004d;
}

.pen-flex {
    display: flex;
    align-items: flex-end;
    font-size: 48px;
    height: 48px;
    width: 48px;
    color: #e0004d;
}

.zoom {
    font-size: 48px;
    height: 48px;
    width: 48px;
    color: #e0004d;
}

h2 {
    text-align: center;
    font-size: 72px;
    font-weight: 700;
    color: #202020;
    line-height: normal;
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
}

.celebrer {
    max-width: 1290px;
}

#size-school {
    max-width: 1100px;
}

.date-jeudi {
    max-width: 800px;
}

p {
    text-align: center;
    font-weight: 500;
}

.date-jeudi {
    letter-spacing: 0.52px;
}

.celebrer {
    margin-top: 40px;
    letter-spacing: 0.52px;
}

.hotel {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 40px;
    letter-spacing: 0.52px;
    width: 100%;
    position: relative;
}

.arrow-retour {
    display: block;
    font-size: 32px;
    color: #202020;
    transform: scale(0);
    transition: 0.3s;
    transition-delay: 0.3s;
    position: absolute;
    top: 35px;
    left: 8vw;
}

@media screen and (max-width: 1100px) {
    .arrow-retour {
        left: 2vw;
    }
}

.slick-current .arrow-retour {
    transform: scale(1);
}

.line-rotate {
    border: none;
    position: relative;
    transform: rotate(1deg);
}

.line-rotate::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    background: #e0004d;
    left: 0;
    bottom: -4px;
    transform: rotate(-2deg);
}

.line-rotate-add {
    width: 231px;
    height: 3px;
    transform: rotate(-2deg);
    background-color: #e0004d;
    margin-bottom: 100px;
}

.line-center,
.slick-dots {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    width: 100%;
    bottom: 120px;
}

.slick-dots li button {
    font-size: 0px;
}

.slick-dots li {
    margin: 0 20px;
    line-height: 1;
}

.slick-dots li button {
    width: 93px;
    height: 1px;
    opacity: 0.2;
    border: 0;
    padding: 0;
    background: #202020;
    transition: 0.5s;
}

.slick-dots li.slick-active button {
    width: 93px;
    height: 1px;
    background: #202020;
    opacity: 1;
}

.btn-event {
    display: flex;
}

.btn-event a,
.submit-btn {
    text-align: center;
    padding: 18px 53px;
    height: 58px;
    border-radius: 29px;
    background-color: #e0004e25;
    display: inline-block;
    color: #e0004d;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
}

.submit-btn {
    font-family: ars-maquette-web, sans-serif;
    font-weight: 500;
    transition: 0.3s;
    line-height: 1;
}

.btn-6 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #e0004d;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-6:hover {
    color: #fff;
}

.btn-6:hover span {
    width: 400px;
    height: 400px;
}

/* .btn-event.invitation {
    position: relative;
}

.btn-event.invitation canvas {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
} */

.exclame-italic {
    font-style: italic;
    color: #e0004d;
}

.point {
    color: #e0004d;
}

.invitation {
    margin: 20px;
}

.btn-nobackg {
    margin: 20px;
}

.padd-top-140 {
    text-align: center;
    padding-top: 135px;
}

.padd-top-100 {
    text-align: center;
    padding-top: 96px;
}

.padding-80px {
    padding-bottom: 119px;
}

#plus-padding {
    padding-bottom: 190px;
}

.padding-20px {
    padding-bottom: 119px;
}

.flex-btn {
    display: flex;
    align-items: center;
}

.gform_wrapper .gfield_required {
    color: #e0004d;
    font-size: 22px;
    font-weight: 700;
}

/* ----------------------------------------------------------------------------- */
/** FORMULAIRE GRAVITY FORM **/
/* ----------------------------------------------------------------------------- */

.indicateur-obligatoire {
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 27px;
}

.gfield_label {
    font-weight: 700;
}

.indicateur-obligatoire_wrapper {
    padding-left: calc(50vw - 330px);
    padding-right: calc(50vw - 330px);
    width: 100%;
}

.responsive-button {
    text-align: center;
    display: none;
}

section.slide-pres-formulaire {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gform_footer {
    display: flex;
    justify-content: center;
}

#input_1_1_6_container {
    padding: 0;
}

#input_1_5_3_container {
    padding: 0;
}

#input_2_1_6_container {
    padding: 0;
}

#input_2_5_3_container {
    padding: 0;
}

input {
    -webkit-appearance: none;
}

input[type="email"],
input[type="text"] {
    border: none;
    border-bottom: solid 1px rgba(224, 0, 77, 0.5);
    transition: 0.3s;
}

input[type="text"]:focus,
input[type="email"]:focus {
    background-color: rgba(229, 45, 107, 0.08);
    color: #202020;
    border-color: #e0004d;
}

input::placeholder {
    color: #202020;
    opacity: 0.2;
}

.gform_submit_button_1 {
    background-color: #e0004d;
}

#line-write {
    margin-left: -35px;
    padding-left: 36px;
    width: 35px;
    height: 1px;
    border: solid 1px #e0004d;
}

h3 {
    margin-top: 26px;
    margin-bottom: 0.5rem;
    color: #202020;
}

.icon-calendar {
    font-size: 48px;
}

.btn-page {
    text-align: center;
}

#invisibility-button {
    display: none;
}

.add-calendar {
    text-align: center;
}

/* ----------------------------------------------------------------------------- */
/** VERSION TÉLÉPHONE **/
/* ----------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
    .slick-dots li.slick-active button,
    .slick-dots li button {
        width: 60px;
    }

    .slick-dots {
        bottom: 60px;
    }

    @supports (-webkit-touch-callout: none) {
        .slick-dots {
            bottom: 7vh;
        }
    }

    .slick-dots li {
        margin: 0 10px;
    }

    .container {
        margin: 0;
        padding: 0;
    }

    section.slide-pres {
        height: 100vh;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

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

    .center-flex-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flex-btn {
        flex-direction: column;
    }

    .flex-btn .btn-nobackg {
        margin-top: 0;
    }

    section.wng-white {
        justify-content: center;
        height: 100vh;
        width: 100%;
        background-color: #e0004d;
    }

    section.wng-pink {
        display: flex;
        justify-content: center;
        height: 100vh;
        width: 100%;
    }

    .agenda {
        font-size: 48px;
        color: #e0004d;
    }

    .party {
        font-size: 48px;
        height: 48px;
        width: 48px;
        color: #e0004d;
    }

    .pen-flex {
        display: flex;
        align-items: flex-end;
        font-size: 48px;
        height: 48px;
        width: 48px;
        color: #e0004d;
    }

    .zoom {
        font-size: 48px;
        height: 48px;
        width: 48px;
        color: #e0004d;
    }

    h2 {
        text-align: center;
        font-size: 48px;
        font-weight: 700;
        color: #202020;
        line-height: normal;
    }

    p {
        font-weight: 500;
    }

    .date-jeudi {
        letter-spacing: 0.52px;
    }

    .celebrer {
        margin-top: 40px;
        letter-spacing: 0.52px;
    }

    .hotel {
        margin-top: 40px;
        letter-spacing: 0.52px;
    }

    .line-rotate {
        border: none;
        position: relative;
        transform: rotate(1deg);
    }

    .line-rotate::after {
        content: "";
        width: 100%;
        height: 4px;
        position: absolute;
        background: #e0004d;
        left: 0;
        bottom: -4px;
        transform: rotate(-2deg);
    }

    .line-rotate-add {
        width: 231px;
        height: 3px;
        transform: rotate(-2deg);
        background-color: #e0004d;
        margin-bottom: 50px;
    }

    .line-center {
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
    }

    .line1-active {
        width: 60px;
        height: 1px;
        margin: 0 20px 0 0;
        border: solid 1px #202020;
    }

    .line1 {
        width: 60px;
        height: 1px;
        margin: 0 20px 0 0;
        opacity: 0.2;
        border: solid 1px #202020;
    }

    .responsive-button {
        text-align: center;
        display: block;
        width: 100%;
        padding-bottom: 100px;
    }

    #invisibility-button {
        display: block;
    }

    .line2 {
        width: 60px;
        height: 1px;
        margin: 0 20px;
        opacity: 0.2;
        border: solid 1px #202020;
    }

    .line2-active {
        width: 60px;
        height: 1px;
        margin: 0 20px;
        border: solid 1px #202020;
    }

    .line3 {
        width: 60px;
        height: 1px;
        margin: 0 0 0 20px;
        opacity: 0.2;
        border: solid 1px #202020;
    }

    .line3-active {
        width: 60px;
        height: 1px;
        margin: 0 0 0 20px;
        border: solid 1px #202020;
    }

    .btn {
        color: white;
        background-color: #e0004d;
        border-radius: 9999px;
        box-shadow: none;
        cursor: pointer;
        display: inline-block;
        font-weight: 500;
        font-size: 1.125em;
        padding: calc(0.667em + 2px) calc(1.333em + 2px);
        text-align: center;
        text-decoration: none;
        overflow-wrap: break-word;
        box-sizing: border-box;
        border: none;
    }

    .btn-event a,
    .submit-btn {
        margin-bottom: 0;
        text-align: center;
        padding: 18px 50px;
        height: 58px;
        border-radius: 29px;
        background-color: #e0004d;
        color: white;
    }

    .btn-container {
        padding-bottom: 90px;
    }

    .exclame-italic {
        font-style: italic;
        color: #e0004d;
    }

    .arrow-retour {
        display: none;
    }

    .point {
        color: #e0004d;
    }

    .padd-top-140,
    .padd-top-100 {
        padding-top: 80px;
        padding-top: 12vh;
    }

    @supports (-webkit-touch-callout: none) {
        .padd-top-140,
        .padd-top-100 {
            padding-top: 7vh;
        }
    }

    /* .invitation {
        margin-top: 80px;
    } */

    .padding-80px {
        padding-bottom: 100px;
    }

    .padding-20px {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .btn-nobackg {
        margin-top: 20px;
    }

    .btn-close-form {
        display: block;
    }

    .gform_wrapper .gfield_required {
        color: #e0004d;
        font-size: 22px;
        font-weight: 700;
    }

    .logo {
        width: 55vw;
        height: auto;
        margin: auto;
    }

    .add-calendar {
        text-align: center;
    }

    /* ----------------------------------------------------------------------------- */
    /** FORMULAIRE GRAVITY FORM **/
    /* ----------------------------------------------------------------------------- */

    .indicateur-obligatoire {
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .gfield_label {
        font-weight: 700;
    }

    .indicateur-obligatoire_wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }

    section.slide-pres-formulaire {
        height: auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .gform_submit_button_1 {
        background-color: #e0004d;
    }

    #line-write {
        margin-left: -35px;
        padding-left: 36px;
        width: 35px;
        height: 1px;
        border: solid 1px #e0004d;
    }

    h3 {
        margin-top: 26px;
        margin-bottom: 0.5rem;
    }

    #plus-padding {
        padding-bottom: 140px;
    }

    .icon-calendar {
        font-size: 48px;
    }

    .btn-page {
        text-align: center;
    }

    #h2-marg {
        margin-bottom: 60px;
    }

    .gform_wrapper.gravity-theme input[type="color"],
    .gform_wrapper.gravity-theme input[type="date"],
    .gform_wrapper.gravity-theme input[type="datetime-local"],
    .gform_wrapper.gravity-theme input[type="datetime"],
    .gform_wrapper.gravity-theme input[type="email"],
    .gform_wrapper.gravity-theme input[type="month"],
    .gform_wrapper.gravity-theme input[type="number"],
    .gform_wrapper.gravity-theme input[type="password"],
    .gform_wrapper.gravity-theme input[type="search"],
    .gform_wrapper.gravity-theme input[type="tel"],
    .gform_wrapper.gravity-theme input[type="text"],
    .gform_wrapper.gravity-theme input[type="time"],
    .gform_wrapper.gravity-theme input[type="url"],
    .gform_wrapper.gravity-theme input[type="week"],
    .gform_wrapper.gravity-theme select,
    .gform_wrapper.gravity-theme textarea {
        font-size: 18px;
    }

    .gform_wrapper.gravity-theme .gfield_label {
        font-size: 20px;
    }

    .subscribe-form,
    .desist-form {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 450px) {
    .inscription-hate {
        font-size: 44px;
    }

    .line-rotate-add {
        width: 231px;
        height: 3px;
        transform: rotate(-2deg);
        background-color: #e0004d;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 396px) {
    section.slide-pres-formulaire {
        height: auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    h2 {
        text-align: center;
        font-size: 35px;
        font-weight: 700;
        color: #202020;
        padding-bottom: 50px;
    }

    #h2-marg {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 320px) {
    h2 {
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        color: #202020;
        padding-bottom: 50px;
    }

    .padding-20px {
        padding-bottom: 55px;
    }

    .inscription-hate {
        font-size: 22px;
    }
}
