@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
:root {
    --color-blue: #1F5EA9;
    --color-blue-metal: #E9EFF6;
    --color-blue-light: #83D0F5;
    --color-beige: #F9F0E3;
    --color-red: #EB5D48;
    --color-black: #000;
    --color-white: #FFF;
}

header {
    top: 0;
    transition: box-shadow 0.25s ease-in;
}
.header-page {
    height: 90px;
}
.toolbar-loading header {
    top: var(--admin-toolbar-top-bar-height);
}
main {
    padding-top: 0;
}
.toolbar-loading main {
    padding-top: 120px;
}
body.scroll header {
    background: #FFF;
    box-shadow: 0 10px 31.5px 0 rgba(31, 94, 169, 0.20);
    transition: box-shadow 0.25s ease-out;
}
section,
section .main-region {
    position: relative;
}
.layout-deco:before,
.layout-deco:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    z-index: -1;
    visibility: hidden;
}
.tree-left:before {
    background: url('../images/tree-left.svg') no-repeat transparent;
    background-position: left 0rem bottom -7rem;
}
.tree-right:after {
    background: url('../images/tree-right.svg') no-repeat transparent;
    background-position: right 0rem top 4rem;
}
.sun-cloud-right:after {
    background: url('../images/sun-cloud.svg') no-repeat  transparent;
    background-position: right 1rem top 3rem;
}
.cta-register .main-region {
    position: relative;
    z-index: 10;
}
.cta-register:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 190px;
    content: '';
    display: block;
    background-color: var(--color-blue);
    z-index: 0;
}
.cta-register .field--name-body h2 {
    margin-bottom: 1rem;
}
.cta-register .field--name-body h2 a {
    color: var(--color-white);
    text-decoration: none;
    background: url('../images/calendar.svg') no-repeat center top 2rem, url('../images/arrow-right-red.svg') no-repeat bottom 0 center;
    min-height: 105px;
    padding-top: calc(110px + 2rem);
    padding-bottom: calc(45px + 2rem);
    display: inline-flex;
    align-items: flex-end;
}
.cta-block-partner {
    border-radius: 40px;
    padding: calc(2.7rem + 227px + 2rem) 2.7rem 2.7rem 2.7rem ;
    background: url('../images/illu-cta-partner.svg') no-repeat top 2.7rem left 2.7rem var(--color-beige); 
    position: relative;
}
.cta-block-partner:before {
    content: '';
    display: block;
    width: 92px;
    height: 102px;
    flex-shrink: 0;
    background: url('../images/arrow-down.svg') no-repeat;
    position: absolute;
    top: 0;
    left: -65px;
}
.cta-block-partner .btn {
    width: 75%;
    justify-content: center;
}
.bg-blue {
    background-color: var(--color-blue);
    color: var(--color-white);
}
.bg-blue-light {
    background-color: var(--color-blue-light);
}
.bg-beige {
    background-color: var(--color-beige);
}
.bg-beige.bloc--webform-block {
    border-radius: 30px;
    padding: 3rem;
}
.bloc--system-menu-block-footer .menu-horizontal {
    display: flex;
    flex-direction: column;
}
.bloc--system-menu-block-footer .menu-horizontal a {
    text-decoration: none;
    color: var(--color-blue);
}
.bx-viewport .field__item {
    max-width: 100vw;
}
footer .container-tiny {
    max-width: 650px;
}
footer .col_3 .field.field--name-body {
    width: 100%;
}
footer .col_3 .bloc--inline-block-basic a {
    display: block;
    text-align: center;
}
.mentions {
    padding: 0.5rem 0;
    text-align: center;
}
.mentions a {
    color: var(--color-blue);
    text-decoration: none;
    font-weight: 600;
}
.bx-wrapper {
    box-shadow: none;
    background-color: transparent;
    border: 0;
}
.justify-content-center.bloc--inline-block-slider .paragraph--type--slide-image {
    text-align: center;
}
.bx-wrapper img {
    height: auto;
}
.paragraph--type--slide-image a {
    display: inline-block;
}
footer .col_1,
footer .col_2 {
    text-align: center;
    margin-bottom: 1rem;
}
section .align-content-center .bloc--field-block-node-page-title {
    text-align: center;
}
.content-wrapper {
    position: relative;
}
.bloc--system-breadcrumb-block {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    top: 0.5rem;
}
.breadcrumb-item {
    background-color: var(--color-white);
    color: var(--color-blue);
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}
.breadcrumb-item a {
    color: var(--color-blue);
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: none;
}
.field--name-field-ai-titre {
    background-color: var(--color-blue-metal);
    font-size: 1.1rem;
    color: var(--color-blue);
    font-weight: 700;
    border-radius: 30px;
}
.field--name-field-ai-titre:after {
    background: url('../images/faq-plus.svg') no-repeat;
    width: 42px;
    height: 42px;
}
.field--name-field-ai-description {
    border-color: var(--color-blue-metal);
    border-radius: 0 0 30px 30px;
    margin-top: -2rem;
    padding-top: 3rem;
}
.bloc--inline-block-image {
    position: relative;
}
.two-cols .col_1 .bloc--inline-block-image:after {
    content: '';
    display: block;
    width: 116.59px;
    height: 44.19px;
    position: absolute;
    bottom: -1.5rem;
    right: 1rem;
    background: url('../images/grille.svg') no-repeat;
}
.programme.cols .bloc--inline-block-vue {
    padding: 25px;
    border-radius: 30px;
}
.programme.cols .col_1 .bloc--inline-block-vue {
    background-color: #dde7f2;
}
.programme.cols .col_2 .bloc--inline-block-vue {
    background-color: #fce7e4;
}
.programme.cols .col_3 .bloc--inline-block-vue {
    background-color: #e6f6fd;
}
.programme.cols .col_1 .bloc--inline-block-vue h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.node--type-animation.node--view-mode-teaser {
    background-color: var(--color-white);
    border-radius: 30px;
    padding: 25px;
    text-align: center;
    margin-bottom: 1rem;
}
.field--name-field-anim-horaire,
.node--type-animation.node--view-mode-full .bloc--field-block-node-animation-field-anim-horaire {
    color: var(--color-red);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.node--type-animation.node--view-mode-teaser .field--name-field-anim-horaire {
    font-size: 20px;
}
.more-link {
    display: flex;
    justify-content: end;
    margin-right: -12.5px;
    margin-bottom: -12.5px;
}
.more-link a {
    width: 42px;
    height: 42px;
    background: url('../images/plus-white.svg') no-repeat center var(--color-blue);
    border-radius: 42px;
    display: block;
    font-size: 0;
}
.field--name-field-anim-intervenant .field__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.field--name-field-anim-intervenant .field__items .field__item + .field__item:before  {
    content: ', ';
    display: inline-block;
    margin-left: 2px;
    margin-right: 5px;
}
.field--name-field-anim-intervenant .field__items .field__item>article {
    display: inline-block;
}
.field--name-field-anim-intervenant a {
    color: var(--color-blue);
}
.node--type-animation.node--view-mode-full .bloc--field-block-node-animation-field-anim-horaire {
    margin-right: 0.5rem;
    display: inline-flex;
}
.node--type-animation.node--view-mode-full .date-jour:after {
    content: ' : ';
    display: inline-block;
    margin-left: 0.5rem;
}
.bloc-speakers {
    background-color: #e9eff6;
    padding: 0 90px 45px;
    border-radius: 30px;
    text-align: center;
    margin-right: 5rem;
}
.modal-dialog:before,
.bloc-speakers:before {
    content: '';
    display: inline-flex;
    width: 96px;
    height: 96px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: url('../images/user.svg') no-repeat center var(--color-blue);
    margin-top: -48px;
    margin-bottom: 1rem;
}
.modal-dialog:before {
    margin-top: 0;
    margin-bottom: -30px;
    position: relative;
    z-index: 2010;
}
.modal-content {
    background-color: var(--color-beige);
    border-radius: 30px;
}
.modal-dialog.modal-dialog-centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
button.close {
    border: 0;
    background-color: transparent;
}
button.close span {
    font-size: 2rem;
    color: var(--color-blue);
}
.webform-submission-form label {
    margin-bottom: 5px;
}
.webform-flex--container > .form-item > input:not([type="checkbox"]), .webform-flex--container > .form-item > select,
.webform-flex--container > .form-item  textarea {
    border: 0;
    width: 100%;
    border-radius: 6px;
    min-height: calc(48px - 0.5rem);
    padding: 0.25rem;
}
.webform-submission-form .form-actions{
    text-align: right;
}
.webform-submission-form .button--primary {
    background-color: var(--color-red);
    border-color: var(--color-red);
    border-radius: 30px;
    width: 100%;
    max-width: 365px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
.view-partenaires .view-content {
    display: flex;
    flex-wrap: wrap;
}
.view-partenaires .view-content .views-row {
    width: 20%;
    text-align: center;
}
.view-partenaires .partenaire {
    margin: 0 0.5rem 1rem;
}
.view-partenaires .partenaire a,
.name-part {
    margin-bottom: 0.5rem;
    display: block;
}
.view-partenaires .partenaire img {
    height: auto;
}
@media (min-width: 24em) {
    
}
@media (min-width: 48em) {
    .layout-deco:before,
    .layout-deco:after {
        visibility: visible;
    }
    .cta-register:after {
        height: 100px;
    }
    .cta-register .field--name-body h2 a {
        background: url('../images/calendar.svg') no-repeat center left, url('../images/arrow-right-red.svg') no-repeat bottom 0 right;
        padding-left: calc(110px + 2rem);
        padding-right: calc(62px + 2rem);
        padding-top: 0;
        padding-bottom: 0;
        flex-direction: row;
    }
}
@media (min-width: 62em) {
    
}
@media (max-width: 72em) {
   
}
@media (min-width: 72em) {
    .header-page {
        height: 137px;
    }
    .toolbar-loading main {
        padding-top: 137px;
    }
    .tree-left:before {
        background-position: left 0rem top 4rem;
    }
    .cta-block-partner {
        padding: 2.7rem 2.7rem 2.7rem calc(2.7rem + 277px + 2rem);
        background: url('../images/illu-cta-partner.svg') no-repeat center left 2.7rem var(--color-beige); 
    }
    .node--type-animation.node--view-mode-full h1 {
        font-size: 2.25rem;
    }
    footer .col_1,
    footer .col_2 {
        text-align: left;
        margin-bottom: 0;
    }
}