body {
    /*background-color: red;*/
    background-color: white;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}

.no-border {
    border: none;
}

.no-padding{
    padding: 0;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .cloud-header-static {
        height: 3vh !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .cloud-header-static {
        height: 6vh !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .cloud-header-static {
        height: 8vh !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    body {
        padding: 10px 10px 0 10px;
    }
    .cloud-header-static {
        height: 7vh !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    html, body {
        padding: 10px 10px 0 10px;
    }
}

.layout-header, .layout-content, .layout-footer {
    min-height: 100%;
    position: relative;
    margin-bottom: 0 !important;
}

.cloud-header {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/nuages.png'), linear-gradient(to bottom, var(--main-bg-color), var(--main-bg-color) 100%);
    background-origin: border-box;
    background-size: cover;
    background-position: bottom 70px center;
    background-repeat: no-repeat;
    height: 250px;
}

.cloud-header-static {
    top: 0;
    left: 0;
    background-image: url('../images/nuages.png'), linear-gradient(to bottom, var(--main-bg-color), var(--main-bg-color) 100%);
    background-origin: border-box;
    background-size: cover;
    background-position: bottom 0px center;
    background-repeat: no-repeat;
    height: 13vh;
}

.background-header {
    /*background-image: url('../images/nuages.png'), linear-gradient(to bottom, var(--main-bg-color), var(--main-bg-color) 100%);*/
    background-color: var(--main-bg-color);
    background-origin: border-box;
    background-size: contain;
    background-position: bottom 70px center;
    background-repeat: no-repeat;
    max-width: 100%; 
    border-radius: 10px 10px 0 0;
}



.content {
    padding-bottom: 30px;
}

.img-picto {
    width: 30%;
}

.picto-container {
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: auto;
    padding: 10px;
    box-shadow: 0px 7px 21px -1px rgba(0,0,0,0.46);
    -webkit-box-shadow: 0px 7px 21px -1px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 7px 21px -1px rgba(0,0,0,0.46);
}

.picto-body {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.event-container {
    display: inline-block;
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    padding: 10px;
    box-shadow: 0px 7px 21px -1px rgba(0,0,0,0.46);
    -webkit-box-shadow: 0px 7px 21px -1px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 7px 21px -1px rgba(0,0,0,0.46);
    border-radius: 20% !important;
}

.card-shadow {
    box-shadow: 0px 7px 21px -1px rgba(0,0,0,0.46);
    -webkit-box-shadow: 0px 7px 21px -1px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 7px 21px -1px rgba(0,0,0,0.46);
    border-radius: 25px !important;
}

.card-img-rounded {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.card-body-rounded {
    border-radius: 0 0 25px 25px !important;
    background-color: white;
    padding-top: 0 !important;
    min-height: 250px;
}

.card-rounded {
    border-radius: 20% !important;
}

.card-background {
    border: none;
    display: flex;
    flex-flow: column;
    background-color: #dae9f3;
}

.card-body-consulting {
    margin-top: 0;
}


.btn-card-body {
    position: absolute;
    bottom: 20px;
    transform: translateX(-50%);
}

.btn-shadow {
    box-shadow: 0px 7px 21px -1px rgba(0,0,0,0.46);
    -webkit-box-shadow: 0px 7px 21px -1px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 7px 21px -1px rgba(0,0,0,0.46);
    border-radius: 20px !important;
}

.btn-item {
    display: inline-flex;
    justify-content: center; /* center the content horizontally */
    align-items: center;
    padding: 10px 20px 10px 20px;
}

.visuel-title {
    color: #036db2 !important;
    font-size: 1.2rem
}

.title-404 {
    color: #036db2 !important;
}

.gift-button {
    background-image: url('../images/cadeau.png');
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    display: block;
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

.img-custom-rounded {
    border-radius: 25px 25px 0 0 !important;
}

.card-img-container{
    position: relative;
}

.card-body-top {
    background-color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    border-radius: 25px 25px 0 0 !important;
}

.card-title-custom {
    font-size: 1.25rem;
}

.card-text-custom {
    font-size: 1.15rem
}

.carousel-inner-events {
    overflow: hidden;
    height: 100%;
}

.carousel-paragraph {
    color: #363E4F;
    font-size: 1.2rem;
}

.btn-consulting {
    padding: 10px 20px 10px 20px;
    position: absolute;
    bottom: 20px;
    transform: translateX(-50%);
}

.carousel-visuels-left {
    background-image: url('../images/arrow_left.png');
    width: 20px;
    height: 27px;
}

.carousel-visuels-right {
    background-image: url('../images/arrow_right.png');
    width: 20px;
    height: 27px;
}    

.w-5 {
    width: 5% !important;
}

.custom-align-middle{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}


.accordion-custom-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}



.message-hr {
    height: 2px !important;
    color: black;
    opacity: 1;
    margin-left: 10px;
    margin-right: 10px;
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}

.hover-edel .mask {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hover-edel:hover .mask {
    opacity: 0.5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hover-edel {
    color: #0053a1 !important;
    transition: all .3s ease-in-out;
}

.hover-edel:hover {
    color: white !important;
    transition: all .3s ease-in-out;
    z-index:99;
}

.ratio_50 {
    --bs-aspect-ratio: 50%;
}

.btn-edel:hover {
    background-color: #6c757d !important;
    color: white;
    fill: white;
}

.btn-edel:hover svg path{
    fill: white;
}

.btn-edel:hover svg rect{
    fill: white;
}

.ie-notice {
    display: none;
}
  
/* Show IE banner on IE10/11 */
@media screen and (-ms-high-contrast: active),
         screen and (-ms-high-contrast: none) {
    .ie-notice {
      display: block;
    }
}

ul {
    list-style : none;
    margin: 0;
    padding: 0;
}


.btn-primary{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #0268ad;
    position: absolute;
    z-index: 10;
    bottom: 10px;
}

.helper {
    display: none;
}

iframe{
   border:none;
   outline: none;
}

.btn:focus{
    outline: auto;
    outline-color: black;
}

.form-control:focus{
    outline: auto;
}

.gift-button:focus{
    outline: auto;
}

a {
    color: #0268ad;
}


.carousel-control-prev:focus-visible .carousel-control-prev-icon, .carousel-control-next:focus-visible .carousel-control-next-icon{
    outline: auto;
    outline-color: black;
}

.carousel-control-prev:focus-visible .carousel-visuels-left, .carousel-control-next:focus-visible .carousel-visuels-right{
    outline: auto;
    outline-color: black;
}

.carousel-control-prev:focus-visible .carousel-control-prev-icon2, .carousel-control-next:focus-visible .carousel-control-next-icon2{
    outline: auto;
    outline-color: black;
}


.carousel-control-prev,
.carousel-control-next{
    opacity: 1;
    color: black;
}

#ot-sdk-btn.ot-sdk-show-settings {
    background-color: white !important;
    color: #0268AD !important;
    border: 1px solid #0268AD !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover {
    background-color: #0268AD !important;
    color: white !important;
}