.container-espace-home
{
    background: url("../images/MonEspace.jpg") no-repeat center center transparent;
    background-size: cover;
}
.container-espace-home .grid figure figcaption > a
{
    z-index: 20;
    cursor: pointer;
    background-color: black;
    opacity: 0.4;
}
.container-espace-home figure.effect-ming h2
{
    z-index: 200;
}
.container-espace-home .case-100-75
{
    padding: 0;
}
/*PAGE AGENTS*/
.container.charles-middle-container.container-agent
{
    background-color: #fff;
    padding: 0;
    height: 90vh;
    max-height: 100vh;
}
.container-espace .big-header
{
    background-color: #ffffff;
    padding: 30px 0 15px;
}
.container-agent .log-profile {
    min-height: 15vh;
    height: auto;
    text-align: center;
    padding: 2%;
    border-bottom: 1px solid;
}
.container-agent.container-espace  .big-header h2,
.container-agent .big-header .separator
{
    color: white;
    display: block;
    border-color: white;
    text-transform: uppercase;
    text-align: center;
}
.container-espace .big-header > *
{
    display: inline-block;
    vertical-align: middle;
}
.container-espace .big-header > div{
    width: 100%;
    text-align: center;
    font-family: 'ProximaNova-Regular', sans-serif;
    color:#8d8d8d;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 100;
}
.container-espace .big-header h2
{
    display: inline-block;
    margin: 5px;
    color: #000000;
    font-family: 'Novecentowide-Normal', sans-serif;
}
.icon-header i
{
    background: url("../images/sprite-icons.png")no-repeat 0 0 transparent;
    display: inline-block;
    width: 60px;
    height: 68px;
}

#map {
    height: auto;
    min-height: 30vh;
    max-height: 68vh;
    width: auto;
    min-width: 30vw;
    max-width: 60vw;

    display: flex;
    display: -webkit-box;
    display: moz-box-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex: 1;
    -webkit-flex: 1;
}
#map img
{
    max-width: none;
}
.infoWindowContent {
    font-size:  14px !important;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.agents-block aside
{
    max-height: 70vh;
    min-height: 65vh;
    max-width: 38vw;
    overflow: auto;
    float: left;
}
.agents-block aside ul
{
    list-style-type: none;
    padding: 0;
}
.agents-block aside li
{
    border-left: 1px solid #808080;
    padding-top: 10px;
    padding-left: 15px;
}
.container-agent address
{
    margin-bottom: 0;
    cursor: pointer;
}
.agents-block {
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: moz-box-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.agent-block {
    display: block;
    vertical-align: text-top;
    background-color: #fff;
    text-align: left;
    margin: 25px 15px;
    font-size: 1.1em;
    font-family: 'ProximaNova-Regular', sans-serif;
    color: #333333;
}
.agent-details
{
    padding: 5px 20px 5px 0;
    font-family: 'ProximaNova-Regular', sans-serif;
    color: #808080;
}
.agent-block h5
{
    text-transform: uppercase;
    font-size: 1.1em;
}
.agent-block p
{
    margin: 0;
    padding: 0;
}
.agent-block a
{
    font-family: 'ProximaNova-Regular', sans-serif;
    text-transform: uppercase;
    color: #808080;
}
.agent-block .agent-name span
{
    text-transform: uppercase;
}
.agent-block .agent-email,
.agent-block .agent-url
{
    font-size: 1em;
    text-transform: none;
}
.agent-block .agent-url
{
    cursor: pointer;
}
.societe-map
{
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

.left.disconnect_btn_wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*PAGE PROFILE*/
.log-profile
{
    min-height: 46vh;
    height: auto;
    text-align: center;
    padding: 6%;
    /* border-bottom: 1px solid; */
}

.right .profil_info {
    border: 1px solid #ddd;
    padding: 30px;
    position: relative;
}

.right .profil_info .edit_icon {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
}

.right .profil_info .edit_icon:hover {
    cursor: pointer;
}

.right .profil_info  .profil_info_str {
    display: block;
}

.right .profil_info .edit_form .required {
    border: 1px solid red;
}

/* .right .profil_info:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 30px;
    width: 20px;
    height: 20px;
    background-image: url("../images/espace/edit-regular.svg");
    background-repeat: no-repeat;
} */

.right .profil_info .edit_show {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0;
    font-family: "ProximaNova-Regular", sans-serif
}

.log-profile.img-triangle:before
{
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -26px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 26px 31px 26px;
    border-color: transparent transparent #000 transparent;
}
.log-profile h2
{
    text-transform: uppercase;
    font-family: 'Novecentowide-Normal', sans-serif;
    font-size: 30px;
}
.btn-log
{
    border: 0 none;
    background-color: transparent;
    text-transform: uppercase;
    font-family: 'Novecentowide-Normal', sans-serif;
}
.icon-login
{
    background: url("../images/sprite-icons.png")no-repeat 0 0 transparent;
    display: inline-block;
    background-position: -107px -220px;
    height: 60px;
    width: 60px;
    margin: 10px;
}
.icon-header .icon-bookmark {
    background-position: -314px -139px;
    width: 55px;
    height: 72px;
}
/* when hiding the thing */
.btn-log.ng-hide-add,
.btn-log.ng-hide-remove {
    -webkit-transition: all linear 1s;
    transition: all linear 1s;
}
.btn-log
{
    opacity: 1;
    height: auto;
}
.btn-log.ng-hide
{
    opacity: 0;
    height: 0;
}
.btn-log.ng-hide-add-active,
.btn-log.ng-hide-remove-active {
    -webkit-transition: all linear 1s;
    transition: all linear 1s;
}
.form-login
{
    padding: 10px;
}
.log-info .right > *,
.form-login > *
{
    display: block;
    margin: 0 auto;
    font-family: 'ProximaNova-Regular', sans-serif;
}
.log-info a
{
    color: #333;
}
.form-login .log-btn
{
    font-family: 'Novecentowide-Normal', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
}
.modal-pass .log-line,
.form-login .log-line
{
    border-radius: 20px;
    padding: 3px 10px;
    min-width: 40%;
    border-color: #ccc;
    margin-bottom: 15px;
}
.form-login .btn-reset
{
    font-size: 13px;
}
.log-info .log-out
{
    width: 100%;
    padding: 20px 0;
    margin: 10px 0;
    border: 0 none;
    display: block;
    font-family: 'Novecentowide-Normal', sans-serif;
    background-color: #000;
    color: #fff;
    /* background-image: url("../images/sprite-icons.png"); */
    /* background-repeat: no-repeat; */
    /* background-color: transparent; */
}

.disconnect_form {
    width: 100%;
}
.log-profile .log-out
{
    background-position: -110px -349px;
}
.send-card
{
    background-position: -110px -286px;
}
.log-profile .log-info
{
    font-size: 17px;
    display: flex;
}
.log-profile .log-info  h3
{
    font-family: 'ProximaNova-Bold', sans-serif;
    font-size: 23px;
    margin-top: 0;
}
.error-msg
{
    font-family: 'Novecentowide-DemiBold', sans-serif;
}
.log-info .left
{
    text-align: -webkit-right;
}
.log-info .right
{
    text-align: left;
}
.btn-delete
{
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    background-color: #666;
    opacity: 0.5;
    border: 0 none;
    width: 30px;
    height: 30px;
    font-size: larger;
    z-index: 500000;
}

.gridFavoris .btn-delete{
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    background-color: transparent;
    opacity: 1;
    border: 0 none;
    width: 30px;
    height: 30px;
    font-size: larger;
    z-index: 500000;
}



/*CONTACT*/
.container-contact .title-contact
{
    background: url("../images/Espace/Profil_BgContact.png") no-repeat top center transparent;
    background-size: cover;
    height: 15vh;
}
.container-contact .log-profile
{
    padding: 2%;
    min-height: 19vh;
}
.container-contact .description
{
    color: #000;
    padding: 15px;
}
.icon-header .icon-contact
{
    width: 63px;
    background-position: -209px -233px;
}
form.form-contact {
    padding: 0 15%;
    margin: 15px 0;
    text-align: left;
    font-family: 'ProximaNova-Regular', sans-serif;
    color: #8d8d8d;
}
.form-contact textarea,
.container-contact input,
.container-contact select
{
    display: block;
    height: 32px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-right: 12px;
    padding-left: 12px;
}
.container-contact input[type=radio],
.container-contact input[type=checkbox]
{
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-right: 10px;
    vertical-align: top;
}
.form-contact .form-group {
    display: inline-block;
}
.form-contact textarea,
.form-contact input
{
    background-color: #fff;
    border: 1px solid black;
    border-radius: 0px;
    padding-left: 10px;
    font-weight: 200;
}
.form-contact .right .form-group
{
    display: block;
}
.form-contact textarea
{
    height: 35vh;
    padding: 10px;
    width: 100%;
}
.form-contact select
{
    background-color: #ffffff;
    border: 1px solid black;
}
.form-contact select,
.form-contact select option
{
    color: #808080;
}
.form-contact textarea,
.form-contact input,
.form-contact ::-webkit-input-placeholder
{
    color: #808080;
    font-family: 'ProximaNova-Regular', sans-serif;
}
.send-btn,
.send-btn:focus
{
    border: 0 none;
    background-color: transparent;
    font-size: 17px;
    font-family: 'ProximaNova-Regular', sans-serif;
    color: #666666;
    font-weight: 100;
    text-align: right;
    text-decoration: underline;
    float: right;
}
.send-btn .icon-send
{
    background: url("../images/sprite-icons.png")no-repeat -210px -323px transparent;
    display: inline-block;
    vertical-align: middle;
    height: 70px;
    width: 70px;
    margin: 20px 0 20px 20px;
}
.form-contact address
{
    text-align: right;
    color: #808080;
    margin-top: 50px;
}
.form-contact address h5
{
    text-transform: uppercase;
    font-size: 17px;
    margin: 2px 0;
}
.form-contact address > *
{
    display: block;
}
.form-contact address span
{
    font-family: 'ProximaNova-Regular', sans-serif;
}
.modal-pass {
    text-align: center;
}
.modal-pass .btn-reset
{
    font-size: 13px;
    text-transform: uppercase;
    color: #666666;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #666666;
    background-color: transparent;
}


@media all and (max-width: 940px) {
    form.form-contact {
        padding: 0 5%;
    }
}

@media all and (max-width: 740px) {
    .container.charles-middle-container.container-agent
    {
        height: auto;
        max-height: none;
    }
    .container-espace .big-header > div {
        width: 100%;
        font-size: 15px;
    }
    h2 {
        font-size: 25px;
    }
    .container-espace .icon-header,
    .icon-header
    {
        display: none;
    }
    .agents-block
    {
        display: block;
    }
    #map
    {
        display: none;
    }
    .agents-block aside {
        height: auto;
        width: 100%;
        max-width: 100vh;
        max-height: none;
        overflow: initial;
        float: none;
    }
    .agent-block {
        width: 100%;
    }
    .log-info .left input
    {
        display: inline-block;
    }
    form.form-contact {
        padding: 0 1%;
    }
    .form-contact textarea, .container-contact input, .container-contact select {
        width: 100%;
    }
}

/* MODIF JEROME */

.gridFavoris{
    display: grid;
    grid-template-columns: 1fr 4fr;
}

#paper {
  background: #fff;
  /* width: 100%; */
  margin: 0px;
  padding-right: 20px;
  word-wrap: break-word;
  overflow: hidden;
  text-align: left;
  border-radius: 5px;
}

#paper * {
 margin: 0;
 padding: 0; 
 outline: none;
 border: 0;
 list-style: none;
 text-decoration: none;
 font-family: helvetica neue, helvetica, arial, sans-serif;
 font-weight: 200;
 -webkit-font-smoothing: antialiased;
}

.gallery_wrapper {
    display: flex;
    margin-bottom: 250px;

}


#paper h1 {
  color: #444;
  font-size: 180%;  
  padding: 20px 0;
}
.gallery_title{
    color: #444;
    font-size: 180%;  
    padding: 20px 0;
    margin: 0;
    font-weight: 200;
    font-family: helvetica neue, helvetica, arial, sans-serif;
}

#paper ul li {
    /* border-bottom: 1px dashed #ddd;  */
    padding: 10px 20px 10px 0px;
    font-size: 90%;
    color: #666;
    text-align: left;
    animation: fadeIn 1s;
    line-height: 25px;
}

#paper input[type=text] {
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
    /* width: auto; */
    color: #000;
    font-size: 90%;
    line-height: 15px;
}

@keyframes fadeIn {
  0% {opacity: 0.0;}
  100% {opacity: 1.0;}
}

.listfavoris li{
    position: relative;
}

.listfavoris .removeListFavoris{
    position: absolute;
    right: 10px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}

.listfavoris .exportListFavoris{
    position: absolute;
    right: 40px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}

.quantity_info_wrapper{
    display: none;
}

.form_add_newItem{
    display: flex;
    border: 1px solid #ddd !important;
}

.form_add_newItem .add_newItem_input {
    width: 94%;
    font-weight: 500 !important;
}

.addFavoris {
    background-image: url('../images/espace/plus-square-regular.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
}

.info_wrapper, .gallery-list-wrapper {
    width: 50%;
}

.gallery-list_slider {
    padding: 0 40px;
    position: relative;
    margin-bottom: 40px;
    max-height: 250px;
}

.info_wrapper .all_lists_fav {
    position: relative;
    cursor: default;
}

.info_wrapper .all_lists_fav .remove_all_lists {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 !important;
    width: 25px;
    height: 25px;
    z-index: 9;
    cursor: default;
    margin: 10px;
}

.info_wrapper .all_lists_fav .remove_all_lists:hover {
    cursor: default;
}

.info_wrapper .all_lists_fav .remove_all_lists img {
    width: 100%;
    height: 100%;
}

.info_wrapper .all_lists_fav .remove_all_lists img:hover {
    cursor: pointer;
}

.gallery-list_slider .arrow-left {
    position: absolute;
    left: 0;
    top: 50%;
    height: 10px;
    transform: rotate(90deg) translateY(-50%);
}

.gallery-list_slider .arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
    height: 10px;
    transform: rotate(-90deg) translateY(-50%);
}

.profile_log_wrapp{
    padding: 20px;
}

#paper .list_title, .list_title {
    font-size: 20px;
    text-align: left;
    font-family: 'Novecentowide-Normal';
    margin-bottom: 30px;
}

.link_external_wrapp .link_to_devis{
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    display: block;
    font-size: 17px;
}

.link_external_wrapp .link_to_devis:hover {
    text-decoration: none;
}

.profile_espace_subtitle{
    display: block;
    margin-bottom: 40px;
}
.separator_espace_profile {
    border-top: 4px solid #000;
    margin-top: 40px;
    margin-bottom: 25px;
}

.listfavoris .clickList:first-child {
    margin-bottom: 25px !important;
    display: block;
}


.devis_gallery {
    width: 100%;
}

.devis_gallery .gallery-list_slider {
    padding: 0 20px 0 20px;
    max-height: 200px;
}

.devis_wrapper .devis_form {
    padding: 0 85px;
}

.devis_form .checkbox_wrapp {
    width: 100%;
    margin-bottom: 40px;
}
.devis_form .arrow-right {
    right: -20px;
}

.devis_form .arrow-left {
    left: -20px;
}

.checkbox_wrapp .custom-checkbox {
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

.devis_wrapper .devis_arrow_wrapp {
    margin: 40px 0;
}
.devis_form .info_devis_static {
    border: 2px solid #000;
    padding: 18px 30px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
}
.checkbox_wrapp .custom-checkbox+label:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-position: center center;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.devis_form .checkbox_wrapp label {
    display: inline-flex;
    margin-right: 20px;
}

.devis_form .devis_input {
    padding: 30px 10px 30px 30px;
    margin-bottom: 20px;
    color:#000;
    font-weight: 800;
    border:1px solid #dddddd;
}

.devis_gallery .gallery_title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.devis_form .devis_send {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    display: block;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
}

.devis_form .devis_send:hover {
    text-decoration: none;
}

.checkbox_wrapp .custom-checkbox:checked+label:before {
    background-color: #8e7f64;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");

}

@media (max-width : 768px) {
    .log_info_wrapper{
        flex-direction: column;
    }

    .log_info_wrapper .left, .log_info_wrapper .right {
        width: 100%;
    }
    .gallery_wrapper {
        flex-direction: column;
    }
    .info_wrapper{
        width: 100%;
    }
    .gallery-list-wrapper{
        width: 100%;
    }
}
