/** {
    background: #000 !important;
    color: #0f0 !important;
    outline: solid #f00 1px !important;
}*/
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    --scroll-behavior: smooth;
    scroll-behavior: smooth;
    font-family: Barlow;
}
.mentions {
    background-color: #ffe077;
}
.navbar_retour {
   display: none;
    background-color: #ffe077;
}

#content {
    margin-left: 20%;
    margin-bottom: 100px;
}

#legal > h1 {
    margin : 6% 0 6% 0;
}
#legal > h2, #legal > h3, #legal > h4 {
    margin: 5% 0 3% 0;
}

#legal > h1, #legal > h2, #legal > h3 {
    text-transform: uppercase;
}
#legal > p {
    white-space: normal;
    text-wrap: normal;
    text-align: left;
}

.sidebar_retour {
    position: fixed;
    padding-top: 5%;

}
@font-face {
    font-family: Didot;
    src: url("fonts/Didot/Didot-Regular.ttf");
}

@font-face {
    font-family: Barlow;
    src: url('fonts/Barlow/Barlow-Regular.ttf');
}

@font-face {
    font-family: Barlow-Thin;
    src: url('fonts/Barlow/Barlow-Thin.ttf');
}
@font-face {
    font-family: Barlow-bold;
    src: url('fonts/Barlow/Barlow-BoldItalic.ttf');
}

.temoignage_name {
    font-family: Barlow;
    font-size: 1.77vw;
    color: #ffe077;
    position: absolute;
    bottom: 150px;
}

.header {
    position:relative
}
.header-video {
    display:block;
    width:100%;
    height:auto;
}
.container-temoignage {
    position:absolute;
    top:10%;
    left:50%;
    z-index:10;
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
    -webkit-box-align:center;
    align-items:center;
    -webkit-box-pack:center;
    justify-content:center;
    width:100%;
    height:100%;
    /*padding:15px;*/
    text-align:center;
    -webkit-transform:translate(-50%,-10%);
    transform:translate(-50%,-10%)
}

.container-cta {
    position:absolute;
    top:50%;
    left:50%;
    z-index:10;
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
    -webkit-box-align:center;
    align-items:center;
    -webkit-box-pack:center;
    justify-content:space-evenly;
    width:100%;
    height:100%;
    /*padding:15px;*/
    text-align:center;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.container-temoignage > button {
    position: absolute;
    bottom:40px;
}
.container-temoignage > button:hover {
    background-color: #ffe077;
    color: #000;
}
.header-container {
    position:absolute;
    top:1%;
    left:50%;
    z-index:10;
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
    -webkit-box-align:center;
    align-items:center;
    -webkit-box-pack:center;
    width:100%;
    height:100%;
    padding:15px;
    text-align:center;
    -webkit-transform:translate(-50%,-1%);
    transform:translate(-50%,-1%);
    justify-content: space-around;

}
.landingSubtitle_block {
    margin-top: 2.08vw;
    width: 100%;
}
@media all and (max-width:1199px) {
    .header-container {
        width:100%
    }
}
#chevron {
    width: 100%;
    height: auto;
}

#chevron > img {
    width: 80%;
}
@media all and (max-width: 1199px) {
    #chevron > img {
        width: 60%;
    }
}

.help-container {
    position:absolute;
    top:50%;
    left:50%;
    z-index:10;
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
    -webkit-box-align:center;
    align-items:center;
    -webkit-box-pack:center;
    justify-content:center;
    width:100%;
    height:100%;
    padding:15px;
    text-align:center;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}

@media all and (max-width: 767px) {
    #content {
        margin-left: unset;
        margin-bottom: 150px;
    }
    .header-video {
        height: 750px;
    }
    video {
        object-fit: cover;
    }
    .navbar_retour {
        display: block;
        box-shadow: 1px 1px 1px 1px grey;
        width: 100%;
        position: fixed;
        top: 0;

    }
    .sidebar_retour {
        display: none;
    }
    .wrapper {
        margin-top: 20% !important;
    }
}
.cta_black {
    display:block;
    color:#000;
    background: transparent;
    border: 1px solid #000;
    border-radius: 0;
    font: normal normal bold 22px/26px Barlow;
    width: 300px !important;
    height: 100px !important;
}
.icon {
    width: 85%;
}

.header-lang {
    position:absolute;
    top:15px;
    right:15px;
    z-index:10;
    text-align:center
}
.header-link {
    display:block;
    color:#ffe077;
    background: transparent;
    border: 1px solid #ffe077;
    border-radius: 0;
    font: normal normal bold 1.14vw Barlow;
}
.header-link-top {
    display:block;
    color:#ffe077;
    background: transparent;
    border: 1px solid #ffe077;
    border-radius: 0;
    font: normal normal bold 1.26vw Barlow;
}
.header-link+.header-link {
    margin-top:2px;
    padding-top:2px;
    border-top:1px solid #282828;
    color:#282828
}
.landingHeader {
    /*background: url("img/image_header_temporaire.jpg") center no-repeat;*/
    max-height: 800px;

}
.hidden_img {
    visibility: hidden;
    opacity: 0;
}

.temoignage {
    height: 55px;
}

.landingTitle {
    font: 10vw Didot;
    line-height: 10vw;
    color: #ffe077;
    font-weight: bold;
}


.landingSubtitle {
    font: 1.45vw Barlow;
    color: #ffe077;
    width: 50%;
    margin: auto;
    text-align: center;
}

.landingLogo {
    width: 100%;
    height: auto;
}

@media all and (max-width: 1199px) {
    .landingLogo {
        width: 60%;
    }
}

.card {
    background-color: #ffe077;
    border: 2px solid #fff;
}
.card_top {
    border-top: none;
    border-left: none;
    border-bottom: none;
}
.card_bottom {
    border-left: none;
}
.card_bottom:last-of-type {
    border-right: none;
}
.card_top:last-of-type {
    border-right: none;
}
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
.card-img-top {
    height: 100%;
}

.landingTemoignageFullContent {
    padding-right: 0px !important;
}
.landingTemoignageText {
    text-align: center;
    font-family: Barlow-bold;
    font-size: 3.125vw;
    letter-spacing: 0;
    color: #ffe077;
    max-width: 487px;
    max-height: 100%;
    height: 70%;

}
footer {
    height: 609px;
    background-color: #ffe077;
}
.don_confiance {
    width: auto;
    height: 50px;
    margin-top: 2%;
}
.img_child {
    width:100%;
    height:100%;
    object-fit: contain;
}

@media all and (max-width: 1199px) {
    .landingTemoignageText {
        font-size: 5vw;

    }
}
.card_call {
    border-bottom: none;
}
@media all and (max-width: 991px) {
    div.img-fluid {
        height: unset !important;
    }
    .landingTemoignageText {
        font-size: 10vw;
        max-width: unset;
    }
    .temoignage_name {
        font-size: 4vw;
    }
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.need_help {
    font: normal 300 3.125vw Barlow-Thin;
    text-align: center;
    color:#ffe077;
    margin-top: 7.8125vw;
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.list-inline {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.footer_icon_and_link {
    font-family: Barlow;
    font-size: 1.25vw;
    height: 62px;
    line-height: 62px;
}
.footer_icon_and_link > a {
    color:#000;
    font-weight: bold;
}
.col, .col-2, .col-3, .col-4{
    padding-left: 0;
    padding-right: 0;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    /*margin: 70px auto;*/
/*    visibility: hidden;
    opacity: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;*/
   /* width: 90%;
    max-width: 916px;
    max-height: 515px;
    position: fixed;*/
/*    top: 50%;
    left: 50%;
    margin-top: -257.5px;
    margin-left: -458px;*/
}
.overlay11 {
    visibility: visible;
    opacity: 1;
}
#overlay1 {
    display: none;
}

.popup {
   /* margin: 70px auto;*/
    position: relative;
    /*padding: 20px;
    background: #fff;
    border-radius: 5px;*/
    width: 70%;
   /* position: relative;*/
    transition: all 5s ease-in-out;
    text-align: center;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media all and (max-width: 1199px) {
    .popup {
        width: 80%;
    }
}
.close {
    color:#ffe077 !important;
    text-shadow: none;
    font-size: 2vw !important;
    opacity: unset;
    width: 3vw;
}

.close > img {
    width: 3vw;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: -3.3vw;
    right: 0px;
    transition: all 200ms;
    text-decoration: none;
    z-index:9999;
}
.popup .close:hover {
    color: #d10e0e !important;
}
.popup .content {
    max-height: 75vh;
    overflow: auto;
    padding-right: 17px;
}
.popup h2 {
    font-family: 'Barlow Semi Condensed Bold';
    font-size: 30px;
    line-height: 32px;
    text-align: left;
    padding-bottom: 20px;
    color: #06904d;
}
.content p{
    font-family: 'Barlow Semi Condensed Regular';
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    padding-bottom: 10px;
}
.content h3 {
    font-family: 'Barlow Semi Condensed Bold';
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 15px;
    text-align: left;
}
#popup1 .content h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 28px;
}
#popup1 .content p {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
    word-wrap: break-word;
}
#popup1 .content p a{
    text-decoration: underline;
    color: #000;
}
/* Pop-Up Video */

.overlay1 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;

}


.popup1 {
    margin: 70px auto;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    width: 90%;
    max-width: 916px;
    max-height: 515px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin-top: -257.5px;
    margin-left: -458px;
    visibility: hidden;
    opacity: 0;
}
.overlay2 {
    visibility: visible;
    opacity: 1;
}
.show_temoignage_button {
    cursor: pointer;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    height: 80px;
    width: 253px;
}

@media all and (max-width: 1199px) {
    .show_temoignage_button {
        font-size: 1.6vw;
    }
}
.item_3_2 {
    display: none;
}
.container-chevron {
    margin-top: 2.08vw;
}

.btn_don_top {
    height: 8.25vh;
    width: 13.77vw;
}
.btn_don_top:hover {
    background-color: #ffe077;
    color: #000;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.container-cta {
    width: 80%;
    height: 80%;
    border: 1px solid black;
}
.cta_black {
    height: 80px;
    width: 253px;
}
.cta_black:hover {
    color:#ffe077;
    background-color: #000;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}
.btn_help {
    white-space: nowrap;
    margin-top: 3vw;
    margin-bottom: 2vw;
    height: 5vw;
    width: 15vw;
    background-color: #ffe077;
    color: #000;
    border: none;
    font-size: 1.2vw;
}
.btn_help:hover {
    color:#ffe077;
    background-color: #000;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}
@media all and (max-width: 1024px) {
    .landingSubtitle {
        font-size: 1.5vw;
    }
    .footer_icon_and_link {
        font-size: 1.6vw;
    }
    .container-chevron {
        margin-top: unset;
    }
}

@media all and (max-width: 767px) and (orientation:portrait) {
    .popup {
        width: 100%;
    }
    .close > img {
        width: 4vw;
    }
    .popup .close {
        top: -5vw;
        right: 5px;
    }
}

@media all and (max-width: 767px) and (orientation:landscape) {
    .popup {
        width: 90%;
    }
}

@media all and (max-width: 767px) {

    .help-container {
        top: 60%;
    }
    .container-chevron {
        margin-top: 2.08vw;
    }
    .card_top:first-of-type {
        border-top: none;
    }
    .card {
        border:unset;
        border-bottom: 2px solid #fff;
    }
    .show_temoignage_button {
        height: 12% !important;
        width: 50% !important;
        font-size: 3.5vw;
    }
    .show_temoignage_button > a {
        font-size: 4vw;
    }

    .child_block {
        display: flex;
        justify-content: center;
        max-width: 100%;
        height: auto;
    }
    .child_block > img {
        width: unset !important;
        height: unset !important;
    }
    .need_help {
        font: unset;
        font-family: Barlow;
        font-size: 5vw;
        font-weight: bold;
        width: 90%;
        padding-bottom: 4rem;
        margin-top: unset;
    }
    .help-container > button {
        height: 10% !important;
        max-width: 220px;
        width: 100%;
    }
    .help-container > a {
        font-size: 0.9375vw !important;
        font-weight: bolder;
    }
    .help-container > img {
        height: unset !important;
        padding-top: 10%;
    }
    footer {
        height: 1200px !important;
        flex-direction: column;
        align-items: center;
    }
    footer > row {
        height: 100%;
    }
    footer > col {
        max-width: 100%;
    }

    ul.list-inline {
        flex-direction: column;
    }
    .link_list {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .link_list > div {
        max-width: 100%;
        height: 100%;
        margin-top: 1rem;
    }
    .item_3_2 {
        display:flex;
        height: 100%;
    }
    .item_3 {
       display: none;
    }
    .list-inline-item {
        margin-top: 2rem;
        margin-right: .5rem;
    }
    .devise > img {
        width: 70%;
    }
    .footer_icon_and_link {
        font-size: 4.5vw;
    }
    .header-lang {
        display: none;
    }
    .landingTitle {
        font: 17vw Didot;
    }
    .landingSubtitle {
        font: 4.5vw Barlow;
        width: 90%;
    }

    .landingTemoignageText {
        font-size: 8vw ;
    }
    .temoignage_name {
        font-size: 4.5vw;
        font-weight: bold;
        bottom: 30vw;
    }
    .card_call {
        order: 3;
    }
    .shera_order {
        order: 5;
    }
    .raphal_order {
        order: 4;
    }
    .container-cta > img {
        width: 60%;
    }
    .cta_black {
        width: 220px !important;
        height: 80px !important;
        border: 1px solid #000;
    }
    .btn_help {
        font-size: 4vw;
    }

}
.black_line {
    width: 100%;
    height: 5px;
    background-color: #000;
}

/*test iframe*/
#iframe {
    display: none;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
#teaser {
    display: none;
}
