:root {
    --theme-color: #029490;
    --theme-bg-grey: #f3f7f8;
}

.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}


/* ---   ----- */

body {
    font-family: 'Encode Sans Semi Condensed';
    font-style: normal;
    color: #1a171b;
    font-size: 14px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
}

.as-container {
    margin: auto;
    max-width: 1440px;
}

.as-container img {
    max-width: 100%;
    height: auto;
}

.as-container p {
    margin-bottom: 30px;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    display: none;
    margin-top: 0;
    transition: all 0.2s;
}


/* --- GENERAL --- */

.as-h2-about {
    margin: 0 auto 30px;
}

.as-h2-about.center {
    text-align: center;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 18px;
}

h4 {
    color: #009490;
    font-weight: bold;
    /* font-size: 20px; */
    font-size: 18px;
    /* letter-spacing: 3.33px; */
    letter-spacing: 1px;
    line-height: 1.6;
}

h4.small {
    color: #009490;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
}

h2 {
    /* color: #4d4d4d;
    font-weight: bold;
    font-size: 28px; */
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #009490;
}

h3 {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 16px;
    color: #4d4d4d;
    font-weight: bold;
}

h3.as-theme-color {
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #009490;
}

h3.as-theme-color-2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: 0.23px;
    color: #009490;
    margin-bottom: 30px;
}

.as-container p.as-before-ul {
    margin-bottom: 0;
}

.as-faq-page h2:not(:first-child) {
    padding-top: 20px;
}

.as-faq-page h3 {
    margin-bottom: 5px;
}

hr {
    padding-top: 0;
    padding-bottom: 30px;
    border-color: #9e9e9e;
}

.as-border-bottom {
    border-bottom: 1px solid #fff;
}

.as-justify {
    text-align: justify;
}


/* --- IMG ----*/

.as-img-fx-1 {
    position: relative;
    margin-right: 30px;
}

.as-img-fx-1.right-0 {
    margin-right: 0;
}

.as-img-fx-1 img {
    max-width: 100%;
    height: auto;
}

.as-img-fx-1::after {
    content: ' ';
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 80%;
    border-radius: 10px;
    background-color: #009490;
    z-index: -1;
}


/* --- HEADER ----*/

.as-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.as-container-menu {
    background-color: #fff;
}

.as-logo {
    width: 280px;
    height: auto;
}

.as-top-bar {
    padding: 14px 0;
    color: #fff;
    background-color: var(--theme-color);
}

.as-top-bar .as-container {
    padding: 0 25px;
}

.as-top-bar a {
    padding-left: 15px;
    color: #fff;
    font-size: 13px;
}

.nav-item a {
    font-size: 13px;
    font-weight: 700;
    line-height: 84px;
    color: #666666;
    text-transform: uppercase;
    padding: 0px 3em 0px 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-item a:hover {
    color: var(--theme-color);
}

.nav-item a.actif {
    color: var(--theme-color);
}

.as-search {
    width: 20px;
    height: auto;
    margin-left: 50px;
}

.navbar-toggler-icon {
    background-image: url(as_assets/menu.svg);
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}


/* --- MAIN --- */

main {
    margin-top: 133px;
}


/* --- HERO --- */

.as-hero {
    position: relative;
    /* height: 1024px; */
    height: calc(100vh - 133px);
    background: #fff url(as_assets/hero.jpg);
    background-position: center center;
    background-size: cover;
    display: grid;
    /* align-items: center; */
    place-items: center;
}

.as-hero-container {
    width: 100%;
    max-width: 1440px;
    padding: 0 30px;
}

.as-hero-wrapper {
    max-width: 1170px;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.7);
}

.as-hero-container h1 {
    font-family: 'Encode Sans Semi Condensed';
    font-weight: bold;
    font-stretch: semi-condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    /* color: #fff; */
    color: var(--theme-color);
    font-size: 75px;
}

.as-hero-container p {
    color: var(--theme-color);
}

.as-hero-wrapper-btn {
    margin-top: 35px;
}

.as-hero-btn {
    border-radius: 3px;
    margin: 27px 30px 3px 0px;
    padding: 10px 30px 13px;
    background-color: #ffffff;
    border-color: #ffffff;
    /* color: #121212; */
    color: var(--theme-color);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.11px;
    text-align: center;
    text-decoration: none;
}


/* --- Section --- */

.as-main-section {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-right: 10px;
    padding-left: 10px;
}

.as-main-section.half {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bg-grey {
    background-color: var(--theme-bg-grey);
}

.bg-theme {
    background-color: var(--theme-color);
}

.bg-theme h2,
.bg-theme h3,
.bg-theme h4,
.bg-theme h5,
.bg-theme h6,
.bg-theme a,
.bg-theme p,
.bg-theme strong {
    color: #fff;
}


/* --- PRESENTATION --- */

.as-presentation-right {
    padding-left: 80px;
}

.as-presentation-right p {
    text-align: justify;
}


/* --- NEWSLETTER --- */

.as-newsletter-wrapper {
    border-radius: 15px;
    box-shadow: 15px 7px 50px 0 rgba(0, 72, 102, 0.1);
    background-color: #fff;
    padding: 25px;
    margin-top: 60px;
}

.as-newsletter-wrapper.input-group {
    position: relative;
}

.as-newsletter-wrapper.input-group .form-control {
    margin-right: 200px;
    border: none;
}

.as-newsletter-wrapper.input-group .btn-inside {
    position: absolute;
    right: 15px;
    top: 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 8px 30px 8px;
    font-size: 20px !important;
    font-weight: bold;
    font-stretch: semi-condensed;
    letter-spacing: 1.11px;
    text-transform: none;
    border-radius: 4px;
    color: #fff;
    background-color: #009490;
}

.as-newsletter-wrapper input[type='email']::placeholder {
    font-size: 22px;
    font-weight: bold;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: normal;
    color: #004866;
    opacity: 0.3;
}

.as-newsletter-wrapper-checkbox {
    width: fit-content;
    margin: 30px auto 0;
}

.as-newsletter-wrapper-checkbox .form-check-input {
    width: 1.4em;
    height: 1.4em;
    border-color: #666;
}

.as-newsletter-wrapper-checkbox label {
    font-size: 15px;
    font-weight: 500;
    color: #666666;
    padding-left: 10px;
}


/* --- Parteners --- */

.as-container img.as-logo-partener {
    max-width: 300px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.as-container img.as-logo-partener:hover {
    opacity: 0.6;
}


/* --- FOOTER --- */

footer {
    padding-bottom: 60px;
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    background-color: var(--theme-color);
}

footer p {
    margin-bottom: 30px;
}

footer a {
    font-weight: bold;
    color: #fff;
}

footer li {
    margin-bottom: 10px;
}

footer li a {
    font-weight: 400;
}

.as-logo-footer-wrapper {
    width: fit-content;
    background-color: #fff;
    margin-bottom: 30px;
}

.as-logo-footer-wrapper img {
    width: 100%;
    max-width: 300px;
}

.as-footer-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.25px;
    line-height: 24px;
    margin: 0px 0px 20px;
}

.as-footer-title.right {
    text-align: right;
}

.as-footer-social a {
    color: var(--theme-color);
    width: 25px;
    height: 25px;
    margin-left: 20px;
    border-radius: 30px;
    background-color: #fff;
    padding-left: 7px;
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.as-footer-social a i {
    font-size: 12px;
}

.as-footer-social a:hover {
    transform: scale(1.2);
}


/* --- BANNER --- */

.as-banner {
    position: relative;
    /* height: 1024px; */
    height: 443px;
    background: #000;
    background-position: center center;
    background-size: cover;
    display: grid;
    place-items: center;
}

.as-banner h1 {
    font-family: 'Encode Sans Semi Condensed';
    font-weight: bold;
    font-stretch: semi-condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
}


/* --- PAGES --- */

.as-img-chair {
    width: 100%;
    margin-bottom: 40px;
}

.as-about-right {
    padding-left: 140px;
}

.as-about-right p {
    text-align: justify;
}

.as-img-border {
    padding: 50px;
    background-color: #fff;
    overflow: hidden;
}

.as-page-organising li {
    line-height: 30px;
}

.as-page-congresses {
    text-align: left;
}

.as-page-congresses,
.as-main-section.as-page-congresses {
    padding-bottom: 60px;
}

.as-col-6 {
    width: 50%;
    float: left;
}

.as-page-contact {
    padding-bottom: 60px;
}

.as-page-contact .as-container {
    padding-left: 120px;
    padding-right: 120px;
}

.as-page-contact .as-container .row>div {
    margin-bottom: 50px;
}

.as-contact-social a {
    color: var(--theme-color);
    width: 35px;
    height: 35px;
    margin-right: 20px;
    border-radius: 30px;
    background-color: var(--theme-color);
    color: #fff;
    margin-top: 20px;
    padding-left: 7px;
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.as-contact-social a i {
    font-size: 14px;
    line-height: 35px;
    padding-left: 5px;
}

.as-contact-social a:hover {
    transform: scale(1.2);
}

.as-page-registration {
    max-width: 1225px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.as-btn-orange {
    display: block;
    text-align: center;
    padding: 10px 30px 13px;
    max-width: 300px;
    background-color: #da5e14;
    border-color: #da5e14;
    color: #ffffff;
    width: 100%;
    margin: 0;
    margin-left: auto;
    font-size: 15px !important;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.as-btn-orange:hover {
    background-color: #009490;
    border-color: #009490;
}

.as-btn-orange:hover {
    background-color: #009490;
    border-color: #009490;
}

.as-btn-green {
    display: block;
    text-align: center;
    padding: 10px 30px 13px;
    max-width: 300px;
    background-color: #009490;
    border-color: #009490;
    color: #ffffff;
    width: 100%;
    margin: 0;
    margin-left: auto;
    font-size: 15px !important;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.as-btn-green:hover {
    background-color: #da5e14;
    border-color: #da5e14;
}

.as-page-registration table {
    width: 100%;
}

.as-page-registration table .row-1 th {
    text-transform: uppercase;
}

.as-page-registration table thead th {
    background-color: transparent;
    border-bottom: 2px solid #009490 !important;
    font-size: 20px;
    font-weight: bold;
    color: #4d4d4d;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
}

#tablepress-1 .column-2,
#tablepress-1 .column-3,
#tablepress-1 .column-4 {
    text-align: center;
}

#tablepress-1 .row-2 td.column-1 {
    background-color: rgba(0, 148, 144, 0.2);
    color: #009490;
    font-weight: bold;
    text-align: center;
}

.tablepress tbody td {
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d;
    padding: 20px 15px;
    border-color: #d8d8d8 !important;
}

.tablepress tbody td,
.tablepress tfoot th {
    border-top: 1px solid #ddd;
}

.tablepress tr {
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid;
    border-color: #eeeeee;
}


/* --- ACCORDION --- */

.accordion {
    margin-top: 40px;
}

.accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
}


/* .accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid var(--theme-color);
} */

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: var(--theme-color);
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: 0.23px;
    color: #009490;
    line-height: 60px;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 22px;
    border-color: #000;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 12px;
    left: 6px;
    width: 16px;
    height: 2px;
    background: #000;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 13px;
    width: 2px;
    height: 17px;
    background: #000;
}

.accordion button[aria-expanded='true'] {
    color: var(--theme-color);
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 400em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content div {
    margin: 0 0 60px;
    padding-right: 30px;
    line-height: 30px;
    text-align: justify;
}

.accordion .accordion-content div p {
    text-align: justify;
}


/* .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
} */

.accordion ul {
    list-style-type: circle;
}

.accordion ul li {
    line-height: 30px;
}

.as-registration-texte {
    padding-top: 60px;
    padding-bottom: 0;
}

.as-registration-texte p {
    text-align: justify;
}


/* --- RESPONSIVE --- */

@media screen and (max-width: 1140px) {
    .nav-item a {
        padding: 0px 1.2em 0px 0px;
    }
}

@media screen and (max-width: 992px) {
    .as-container-menu .as-container {
        /* margin-top: 12px; */
    }
    #navbarNav-xl {
        display: none;
    }
    #navbarNav {
        padding: 30px;
    }
    #navbarNav .nav-pills {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .row,
    .row>* {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        margin-left: 0;
    }
    h2 {
        font-size: 35px;
        line-height: normal;
    }
    h4 {
        font-size: 16px;
    }
    main section {
        padding-left: 40px;
        padding-right: 40px;
    }
    .as-main-section {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .as-main-section .as-container {
        /* outline: 1px solid yellowgreen; */
    }
    .as-header {
        position: relative;
    }
    main {
        margin-top: 0;
    }
    .as-hero {
        position: relative;
        /* height: 1024px; */
        height: 620px;
    }
    .as-hero-container h1 {
        font-size: 40px;
    }
    .as-img-fx-1 {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .as-img-fx-1::after {
        display: none;
    }
    .as-presentation-right {
        padding-left: 0;
    }
    .as-logo-partener {
        margin-bottom: 20px;
    }
    .as-img-chair {
        width: 100%;
    }
    footer {
        text-align: center;
    }
    .as-footer-social {
        justify-content: center !important;
    }
    .as-logo-footer-wrapper {
        margin: 0 auto 20px;
    }
    .as-footer-title.right {
        text-align: center;
    }
    .as-page-registration table .row-1 th {
        font-size: 14px;
    }
    .accordion button .accordion-title {
        line-height: 30px;
    }
}

.dropdown-menu {
    width: 300px;
}

.dropdown-menu a {
    line-height: 25px;
    padding: 0 0 5px 20px;
}

#navbarNav .dropdown-menu.show {
    position: relative !important;
    margin: 5px 0 !important;
    padding: 0 !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

#navbarNav .nav-item a {
    line-height: 30px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}