.principal-psg {
    box-shadow: 2px 2px 2px #9c9a9a;
    background: var(--white-official);
}

.principal-psg .title {
    padding: 10px 20px;
    color: rgb(200, 176, 125);
    background: black;
    font-size: 90%;
}

.principal-psg .logo {
    margin: 10px 30px;
}

.principal-psg .logo img {
    width: 60px;
}

.principal-psg .body {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    color: rgb(59, 57, 57);
    border-top: .5px solid var(--gray-official);
    font-size: 80%;
}

.principal-psg .foot {
    padding: 15px 0px;
}

.principal-psg .body img {
    width: 70px;
    cursor: pointer;
    height: 35px;
}

.padding-perefed {
    padding: 10px 20px;
}

.title-preference {
    padding-left: 10px;
    border-bottom: 3px solid rgb(174, 135, 50);
    margin-bottom: 20px;
}

.title-preference h2 {
    font-size: 140%;
    margin-top: 40px;
    color: rgb(133, 98, 25);
}

.title-preference select {
    height: 40px;
}

.case-psg .foot {
    position: relative;
}
.case-psg .foot button, .case-psg .foot a{
    font-size: 80%;
}

.case-psg .foot ul {
    position: absolute;
    border: .5px solid rgb(107, 105, 105);
    right: 10px;
    padding: 10px;
    background: var(--white-official);
    z-index: 1;
    list-style: none;
    padding: 0;
    min-width: 50%;
    box-shadow: 2px 2px 2px rgb(150, 149, 149);
}

.case-psg .foot ul li {
    cursor: pointer;
    padding: 10px;
    font-size: 80%;
}

.case-psg .foot ul li:hover {
    background: var(--black-official);
    color: var(--white-official);
}

.modal-customer {
    position: fixed;
    background: rgba(0, 0, 0, .3);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    padding: 60px 20px 30px 20px;
}

.modal-customer .form-body {
    background: var(--white-official);
    z-index: inherit;
}

.modal-customer .form-body .head {
    background: var(--gray-official);
    color: var(--white-official);
    padding: 15px 25px 15px 15px;
    text-transform: uppercase;
}

.modal-customer .form-body .head i {
    color: var(--white-official);
    float: right;
    cursor: pointer;
    font-size: 150%;
}


.logo {
    position: relative;
}

.logo .post-photo-mp-form button{
    border: .5px solid var(--gray-official);
    position: absolute;
    top: -20px;
    left: 50px;
    background: var(--white-official);
    border-radius: 50%;
    cursor: pointer;
    padding: 5px;
    color: var(--white-official);
    background: var(--gray-official);
}

.logo .post-photo-mp-form button:hover{
    border: .5px solid var(--gray-official);
    color: var(--black-official);
    background: var(--white-official);
}

/* debut du responsive */

@media screen and (min-width: 1920px) {
    .modal-customer {
        padding: 250px;
    }

    .modal-customer .form-body .content-form {
        padding: 80px;
    }
}

/* --------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1919px) and (min-width: 1366px) {
    .modal-customer {
        padding: 200px;
    }

    .modal-customer .form-body .content-form {
        padding: 60px;
    }
}

/* --------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1365px) and (min-width: 1280px) {
    .modal-customer {
        padding: 200px;
    }

    .modal-customer .form-body .content-form {
        padding: 60px;
    }
}

/* --------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1279px) and (min-width: 1112px) {
    .modal-customer {
        padding: 150px;
    }

    .modal-customer .form-body .content-form {
        padding: 50px;
    }
}

/* --------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1111px) and (min-width: 1080px) {
    .modal-customer {
        padding: 130px;
    }

    .modal-customer .form-body .content-form {
        padding: 40px;
    }
}

/* --------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1079px) and (min-width: 1024px) {
    .modal-customer {
        padding: 130px;
    }

    .modal-customer .form-body .content-form {
        padding: 40px;
    }
}

/* ------------------------------------------ partie mobile --------------------------------------------------------- */

@media screen and (max-width: 1023px) and (min-width: 834px) {
    .modal-customer {
        padding: 130px;
    }

    .modal-customer .form-body .content-form {
        padding: 40px;
    }
}

/* --------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 833px) and (min-width: 800px) {}

/* --------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 799px) and (min-width: 768px) {}

/* --------------------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) and (min-width: 736px) {}

/* ---------------------------------------------------------------------------------------------- */

@media screen and (max-width: 735px) and (min-width: 667px) {}

/* ---------------------------------------------------------------------------------------------- */

@media screen and (max-width: 666px) and (min-width: 576px) {}

/* ---------------------------------------------------------------------------------------------- */

@media screen and (max-width: 575px) and (min-width: 568px) {}

/* ---------------------------------------------------------------------------------------------- */

@media screen and (max-width: 567px) and (min-width: 414px) {}

/* ---------------------------------------------------------------------------------------------- */

@media screen and (max-width: 413px) and (min-width: 375px) {}

/* ---------------------------------------------------------------------------------------------- */

@media screen and (max-width: 374px) and (min-width: 320px) {}

/* ---------------------------------------------------------------------------------------------- */

@media screen and (max-width: 319px) {}