.sectionPopupContact {
    width: 100%;
    height: 10118px;
    background: #F7B4AC;
    font-family: Montserrat, sans-serif;
    text-align: center;
    position: absolute;
    top: 0px;
    z-index: 160;
    color: white;
    display: none;
}
.sectionPopupContact .croixPopup {
    width: 24px;
    height: 24px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: 14px;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}
.sectionPopupContact .titrePopup {
    font-size: 56px;
    font-weight: lighter;
    line-height: 68px;
    margin-bottom: 8px;
}
.sectionPopupContact .jourPopup {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
}
.sectionPopupContact .traitBlanc {
    display: block;
    margin: auto;
    margin-bottom: 6px;
}
.sectionPopupContact .numeroTel {
    font-size: 16px;
    font-weight: 800;
    line-height: 41px;
}
.sectionPopupContact .emailContact {
    font-size: 16px;
    line-height: 41px;
    font-weight: 400;
    margin-bottom: 26px;
}
.sectionPopupContact #formContact {
    width: 96%;
    margin: auto;
}
.sectionPopupContact #formContact .etoile_01 {
    position: absolute;
    right: 27%;
    margin-top: 10px;
    display: block;
}
.sectionPopupContact #formContact .etoile_02 {
    position: absolute;
    right: 27%;
    margin-top: 10px;
    display: block;
}
.sectionPopupContact #formContact .etoile_03 {
    position: absolute;
    right: 27%;
    margin-top: 10px;
    display: block;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin:0;
}
.sectionPopupContact #formContact input {
    width: 50%;
    height: 46px;
    border-radius: 8px;
    margin-bottom: 10px;
    border: none;
    padding-left: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
}
.sectionPopupContact #formContact textarea {
    width: 50%;
    height: 176px;
    border-radius: 8px;
    border: none;
    padding-left: 16px;
    padding-top: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
}
.sectionPopupContact #formContact ::placeholder {
    font-size: 16px;
    color: #878DA4;
    font-family: Montserrat, sans-serif;
}
.sectionPopupContact #formContact .erreur {
    font-size: 10px;
    font-family: Avenir;
    font-weight: 600;
    color: black;
    margin-top: 8px;
    margin-bottom: 28px;
    text-align: left;
    padding-left: 8px;
    width: 50%;
}
.sectionPopupContact .telechargerPhoto {
    width: 50%;
    margin: auto;
    cursor: pointer;
}
.sectionPopupContact .telechargerPhoto .blockTelecharger {
    display: flex;
    width: 316px;
}
.sectionPopupContact .telechargerPhoto .blockTelecharger .iconTelechargerPhoto {
    width: 56px;
    height: 52px;
    margin-right: 16px;
}
.sectionPopupContact .telechargerPhoto .blockTelecharger .photoCharger {
    display: none;
    margin-right: 16px;
}
.sectionPopupContact .telechargerPhoto .blockTelecharger .buttonTelecharger {
    width: 136px;
    height: 33px;
    background: white;
    color: #F7B4AC;
    font-size: 12px;
    font-weight: 600;
    line-height: 32px;
    border-radius: 4px;
    margin-top: 13px;
    box-shadow: 0px 3px 3px #00a0c654;
    cursor: pointer;
}

.sectionPopupContact #formContact .rgbd {
    margin: auto;
    margin-top: 32px;
    margin-bottom: 16px;
    width: 49%;
    height: 114px;
    overflow-y: scroll;
    font-size: 12px;
    color: #969696;
    line-height: 21px;
    padding: 6px 10px;
    background: white;
    border-radius: 6px;
    text-align: justify;
}
.sectionPopupContact #formContact button {
    width: 50%;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background: black;
    margin-bottom: 34px;
    border: none;
    border-radius: 6px;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
}
.sectionPopupContact .reseaux {
    width: 696px;
    margin: auto;
    display: flex;
    justify-content: center;
    height: 69px;
    margin-top: 16px;
}

.sectionPopupContact .reseaux p {
    font-size: 42px;
    font-weight: bold;
    line-height: 45px;
    color: white;
    margin-right: 28px;
}
.sectionPopupContact .reseaux a {
    margin-right: 32px;
}
.sectionPopupContact .reseaux .icon-insta-contact {
    width: 44px;
    height: 44px;
}
.sectionPopupContact .reseaux .icon-facebook-contact {
    width: 34px;
    height: 44px;
    object-fit: contain;
}
/* -----------------        TABLETTE        ----------------- */
@media screen and (min-width:720px) and (max-width:1200px) {
    .sectionPopupContact .numeroTel a {
        color: white;
    }
    .sectionPopupContact #formContact input {
        width: 96%;
    }
    .sectionPopupContact #formContact textarea {
        width: 96%;
    }
    .sectionPopupContact #formContact .rgbd {
        width: 96%;
    }
    .sectionPopupContact #formContact .etoile_01 {
        right: 5%;
    }
    .sectionPopupContact #formContact .etoile_02 {
        right: 5%;
    }
    .sectionPopupContact #formContact .etoile_03 {
        right: 5%;
    }
    .sectionPopupContact .telechargerPhoto {
        width: 96%;
    }
}
    /* -----------------        MOBILE        ----------------- */
@media screen and (max-width:720px) {
    .sectionPopupContact .numeroTel a {
        color: white;
    }
    .sectionPopupContact #formContact input {
        width: 100%;
        height: 33px;
        border-radius: 8px;
        margin-bottom: 8px;
        padding-left: 16px;
    }
    .sectionPopupContact #formContact textarea {
        width: 100%;
        height: 160px;
        border-radius: 8px;
        padding-left: 16px;
        padding-top: 0px;
    }
    .sectionPopupContact #formContact .rgbd {
        margin-top: 32px;
        margin-bottom: 16px;
        width: auto;
        height: 114px;
        overflow-y: scroll;
        font-size: 12px;
        line-height: 21px;
        padding: 6px 10px;
        border-radius: 6px;
    }
    .sectionPopupContact .telechargerPhoto .blockTelecharger .buttonTelecharger {
        width: 105px;
        height: 26px;
        font-size: 9px;
        font-weight: 600;
        line-height: 26px;
        border-radius: 4px;
        margin-top: 8px;
        box-shadow: 0px 3px 3px #00a0c654;
    }
    .sectionPopupContact #formContact .etoile_01 {
        position: absolute;
        right: 3%;
        margin-top: 5px;
        display: block;
    }
    .sectionPopupContact #formContact .etoile_02 {
        position: absolute;
        right: 3%;
        margin-top: 5px;
        display: block;
    }
    .sectionPopupContact #formContact .etoile_03 {
        position: absolute;
        right: 3%;
        margin-top: 5px;
        display: block;
    }
    .sectionPopupContact #formContact ::placeholder {
        padding-top: 6px;
        font-size: 14px;
        color: #878DA4;
        font-family: Montserrat, sans-serif;
    }
    .sectionPopupContact .telechargerPhoto {
        width: 50%;
        margin: unset;
        cursor: pointer;
        margin-right: auto;
    }
    .sectionPopupContact .telechargerPhoto .blockTelecharger .iconTelechargerPhoto {
        width: 44px;
        height: 40px;
        margin-right: 16px;
    }
    .sectionPopupContact #formContact button {
        width: 96%;
        height: 48px;
        font-size: 16px;
        font-weight: 600;
        color: white;
        background: black;
        margin-bottom: 34px;
        border: none;
        border-radius: 6px;
        font-family: Montserrat, sans-serif;
        cursor: pointer;
    }
    .sectionPopupContact .reseaux {
        width: 305px;
        margin: auto;
        display: flex;
        justify-content: center;
    }
    .sectionPopupContact .reseaux p {
        font-size: 19px;
        font-weight: bold;
        line-height: 26px;
        color: white;
        margin-right: 28px;
    }
    .sectionPopupContact .reseaux .icon-insta-contact {
        width: 24px;
        height: 24px;
    }
    .sectionPopupContact .reseaux .icon-facebook-contact {
        width: 14px;
        height: 24px;
    }
}