﻿.Popup {
    position: fixed;
    transform: translate(-50%, -40%);
    opacity: 0;
    animation: openOpenPopup 0.4s forwards;
    transition: all 0.2s ease-in-out;
    left: 50% !important;
    top: 50% !important;
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 600px;
    max-height: 83vh;
    box-sizing: border-box;
    z-index: 10000;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    border-radius: 15px;
}

@media screen and (max-width: 960px) {
    .Popup {
        max-width: 95%;
    }
}

.Popup:not(.open), .Popup:not(.open) + .Popup-background {
    display: none;
}

.Popup-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.Popup-header, .Popup-body, .Popup-footer {
    padding: 30px;
}

.Popup-header {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #343434;
    margin: 40px;
    padding: 0 0 30px 0;
}

.Popup-body {
    padding-top: 0;
    overflow-y: auto;
}

.Popup-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}

.Popup-closeBtn {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 14px;
    width: 14px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    color: #13A2A2;
    font-family: 'boonIco' !important;
}

    .Popup-closeBtn::before {
        content: "\e981";
        color:#000;
    }

.Popup-title {
    margin-right: 16.5px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 22px;
    font-weight: 700;
}

.Popup--module-imageLien .Popup-header {
    position: absolute;
    top: 0;
    right: 0;
}

.Popup--module-imageLien .Popup-body {
    padding: 0;
}

.popupLienImage {
    width: 100%;
    height: 100%;
    position: absolute;
}

.imgPopupLien {
    width: 100%;
}

.popupImageLien {
    padding: 0 !important;
    height: auto !important;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background: #ffffff;
    padding: 32px 48px;
    height: auto;
    position: relative;
    z-index: 999990;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    .modalPopup .popupCtTitre {
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 24px;
        font-weight: 700;
    }

    .modalPopup .popupCtContenu {
        margin: 10px 0px 10px 0px;
        text-align: center;
    }

    .modalPopup .popupCtBoutons {
        text-align: center;
    }

        .modalPopup .popupCtBoutons a {
            margin: 0px 5px;
        }

    .modalPopup input[type=text] {
        min-width: 0;
        width: 100%;
    }

    .modalPopup textarea {
        min-width: 0;
        width: 100%;
    }

    .modalPopup .btnClose {
        text-align: right;
        position: absolute;
        top: 15px;
        right: 15px;
    }

        .modalPopup .btnClose a {
            text-decoration: none;
            transition: all 0.2s ease-in-out;
        }

            .modalPopup .btnClose a:before {
                font-family: "boonIco";
                content: "\e983";
                font-size: 20px;
                line-height: 20px;
                color: #000000;
                cursor: pointer;
                transition: all 0.2s ease-in-out;
            }

            .modalPopup .btnClose a:hover:before {
                font-size: 18px;
                line-height: 18px;
            }

    .modalPopup .formContact {
        margin-bottom: 10px;
    }

.popupFermer {
    background: url("../../images_b/clear.png") no-repeat;
    height: 29px;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 28px;
    cursor: pointer;
}

.lienPopup {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.dv-fermer-popup {
    cursor: pointer;
    display: block;
    font-family: "boonIco" !important;
    font-size: 20px;
}

    .dv-fermer-popup:after {
        content: "\e984";
        display: block;
        position: absolute;
        right: 16px;
        top: 16px;
    }

    .dv-fermer-popup.closeRecap:after {
        right: 0;
        top: 0;
    }

.popupActive {
    overflow-y: hidden;
}

    .popupActive:before {
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        position: fixed;
        width: 100vw;
        height: 100vh;
        content: "";
        animation: opacity 0.4s forwards;
        transition: all 0.2s ease-in-out;
        z-index: 2;
    }

.modalBrochure {
    transform: translate(-50%, -40%);
    opacity: 0;
    animation: openOpenPopup 0.4s forwards;
    transition: all 0.2s ease-in-out;
    left: 50% !important;
    top: 50% !important;
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
    box-sizing: border-box;
}

@media screen and (max-width: 960px) {
    .modalBrochure {
        min-height: auto !important;
    }
}

.modalBrochure .closepopup {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

    .modalBrochure .closepopup:before {
        font-family: "boonIco";
        content: "\e983";
        font-size: 15px;
        line-height: 15px;
        color: #000000;
    }

.modalBrochure #titre-formulaire {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}

@keyframes opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes openOpenPopup {
    0% {
        transform: translate(-50%, -40%);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}
.iti {
    position: relative;
    display: inline-block;
}

boonet-phoneinput .iti {
    width: 100%;
}
.iti__selected-country, boonet-phoneinput button[type=button].iti__selected-country {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border-radius: 0;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none;
}