.principal-psg{
    box-shadow: 2px 2px 2px #9c9a9a;
    background: #ffffff;
}

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

.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 rgb(132, 131, 131);
}

.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 ul {
    position: absolute;
    border: .5px solid rgb(107, 105, 105);
    right: 10px;
    padding: 10px;
    background: #ffffff;
    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;
}

.case-psg .foot ul li:hover {
    background: #000000;
    color: #ffffff;
}

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

.modal-customer .form-body{
    background: #ffffff;
    z-index: inherit;
}

.modal-customer .form-body .head{
    background: rgb(171,126,65);
    color: #ffffff;
    padding: 15px 25px 15px 15px;
    text-transform: uppercase;
}

.modal-customer .form-body .head i{
    color: #ffffff;
    float: right;
    cursor: pointer;
    font-size: 150%;
}

/* 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) {

}
