body{
    background: white;
    color:#B4B4B4;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}
h1{
    font-weight: 500;
    font-size: 60px;
    color:white;
    text-transform: uppercase;
    line-height: 55px;
    text-align: center;
    margin:0;
}
h2{
    font-size: 35px;
    text-transform: uppercase;
    font-weight: normal;
    color:#98B535;
    line-height: 35px;
    text-align: center;
    width: 100%;
    margin:0;
}
h3{
    font-size: 20px;
    font-weight: bold;
    color:#98B535;
    line-height: 20px;
}
div.float-content h3:last-of-type{
    margin-top:31px;
}
ul{
    padding-left:0;
    margin:27px 0;
}
li {
    list-style-type: none;
}
a{
    font-weight:bold;
    font-size:inherit;
    color:inherit;
    background: none;
    text-decoration:underline;
}
.link-underline{
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    background: none;
    text-transform: none;
    text-decoration: none;
}
.link-underline:after{
    content:'';
    position: absolute;
    width:31px;
    height: 1px;
    background: #B4B4B4;
    bottom:-5px;
    left:50%;
    transform: translateX(-50%);
    transition: width 0.2s ease-in-out;
}
.link-underline:hover:after{
    width:50px;
}

a.link-green{
    color:#98B535;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom:45px;
    font-weight:500;
}
p{
    margin:25px 0;
}
p.flex-center{
    font-style: italic;
    font-weight: normal;
}

#page_header_title p#espace-client{
    font-weight: 600;
    font-size: 20px;
    color:white;
    margin:5px 0;
}
.espace_intro, .espace-modification{
    font-size: 18px;
    width: 100%;
    text-align: center;
    color:black;
    padding:0 20%;
}
.espace-bold,.espace-bold>a{
    font-weight: bold;
}
.espace-underline{
    text-decoration: underline;
}
label{
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #98B535;
    margin-top:20px;
    margin-bottom: 12px;
    width:100%;
    position:relative;
}
input::placeholder{
    color:black;
}
input#birthday::placeholder{
     white-space: pre-wrap;
}
input[type="text"], input[type="email"], input[type="password"], select, textarea{
    background: #E6E6E6;
    color:black;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    min-height:60px;
    border: none;
    width:100%;
    padding:21px 20px 24px;
    margin-top:5px;
    margin-bottom: 5px;
}
select{
    height: 64px;
}
#help-location textarea{
    min-height:180px;
}
input[readonly]{
    color:#959595;
}
.select-container{
    position: relative;
    overflow: hidden;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-container:after{
    content:"";
    display: block;
    background: none;
    position: absolute;
    width:12px;
    height:12px;
    top:50%;
    transform: translateY(-75%) rotate(45deg);
    right:20px;
    border-right:3px solid #98b535;
    border-bottom: 3px solid #98b535;
    pointer-events: none;
}

/*icons*/
.icon{
    cursor: pointer;
}
.icon.icon-question{
    width: 21px;
    height: 21px;

    background: url('../img/logo/pointInterrogation.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    right:0;
    bottom:0;
}
.icon.icon-date{
    background: #E6E6E6 url('../img/logo/calendrier.svg') no-repeat top 18px right 20px;
    background-size: 27px 25px;
    padding-right:45px;
}
.icon.icon-user{
    width: 17px;
    height: 31px;

    background: url('../img/logo/user.svg') no-repeat left center;
    position: absolute;
    left: 20px;
    top:50%;
    transform: translateY(-50%);
    padding-right:37px;
    border-right:solid 1px #B4B4B4;
}
.icon.icon-pswd{
    width: 17px;
    height: 31px;

    background: url('../img/logo/cadenas.svg') no-repeat left center;
    position: absolute;
    left: 20px;
    top:50%;
    transform: translateY(-50%);
    padding-right:37px;
    border-right:solid 1px #B4B4B4;
}
.espace-deconnect{
    width:75px;
    height: 75px;
    background: white url('../img/logo/power.svg') no-repeat center center;
    position: absolute;
    right:0;
    top:0;
    transition: all 0.3s ease;
}
.espace-deconnect:hover{
    background-size: 37px 37px;
}
.espace-download{
    width: 60px;
    height: 60px;
    background: url('../img/logo/download.svg') no-repeat center center;
    position: absolute;
    top:50%;
    right:26px;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}
.espace-download:hover{
    background-size: 40px auto;
}
.icon.icon-crayon{
    width:13px;
    height: 15px;
    background: url('../img/logo/crayon.svg') no-repeat center center;
    margin-left:15px;
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
}

/*checkbox design*/
.input-inline {
    padding: 21px 0 24px;
}

.input-inline input[type="checkbox"] {
    display: none;
}
.input-inline label::before{
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    border: none;
    background:#E6E6E6;
}
.input-inline label::after {
    content: "";
    display: inline-block;
    background: black;
    width: 10px;
}
.input-inline label{
    padding-left: 32px;
}
.input-inline label, .input-inline a{
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color:#B4B4B4;
}
.input-inline a{
    text-decoration: underline;
}
.input-inline label::before,.input-inline label::after {
    position: absolute;
}
.input-inline label::before {
    top: 0;
    left:0;
}
.input-inline label::after {
    top: 5px;
    left:5px;
    transition: height 0.2s ease-in-out;
}
.input-inline input[type="checkbox"] + label::after {
    content:"";
    height:0;
}
.input-inline input[type="checkbox"]:checked + label::after {
    content:"";
    height: 10px;
}

.input-with-icon > input {
    padding-left: 77px;
}

/*buttons*/
button, .link-btn{
    border:none;
    background: #98B535;
    color:white;
    padding:10px 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius:30px;
    font-weight: 600;
    font-size: 14px;
    line-height:19px;
    text-decoration: none;
    cursor:pointer;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}
.btn-red{
    color: white;
    background: darkred;
}
button:hover, .link-btn:hover{
    color:#98B535;
    background: white;
    box-shadow: 0 0 0 2px #98B535;
}
.btn-red:hover{
    color:#fff;
    background: red;
    box-shadow: 0 0 0 2px #fff;
}
.espace-card .renew-location{
    background: #D7336E;
    transition: all 0.2s ease;
}
.espace-card .renew-location:hover{
    color:#D7336E;
    background: none;
    box-shadow: 0 0 0 2px #D7336E;
}
.espace-card .cancel-location{
    margin-top:20px;
    float:right;
    background: #FF5C00;
    transition: all 0.2s ease;
}
.espace-card .cancel-location:hover{
    color:#FF5C00;
    background: none;
    box-shadow: 0 0 0 2px orange;
}
div.espace-delete button{
    background: #E5E5E5;
    color:white;
    border-radius:30px;
    padding:13px 19px 17px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}
div.espace-delete button:hover{
    background: red;
    box-shadow: none;
    color:white;
}

#page_header{
    background: url("../img/content/velhop-location.jpg") no-repeat left center transparent;
    background-size: cover;
}
main div.float-content .swiper-container{
    border: 1px solid #E6E6E6;
    position: relative;
}
main div.float-content .swiper-container .swiper-slide{
    width:100%;
    height: 100%;
    padding:5%;
}

/*espace client*/
#espace-nav{
    background: #98B535;
    color:white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
#espace-nav nav>a{
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
    text-decoration:none;
    color:white;
    border-left:1px solid #FFFFFF;
    line-height: 25px;
    transition: all 0.2s;
}
#espace-nav nav>a:first-of-type{
    border-left:none;
}
#espace-nav nav>a.active, #espace-nav nav>a:hover{
    padding-bottom:10px;
}
.espace-notifications{
    font-size:18px;
}
div.item-notification{
    border:1px solid #FF5C00;
    color:#FF5C00;
}
div.item-notification.error{
    border:1px solid  #f91010 ;
    color: #f91010 ;
}
div.item-notification.success{
    border:1px solid  #4BB543 ;
    color: #4BB543 ;
}
.item-notification.with-close{
    padding-right:40px;
    
}
.item-notification .close-notification{
    content:'';
    width: 15px;
    height: 15px;
    background: url('../img/logo/cross.svg') no-repeat center center;
    position: absolute;
    top:17px;
    right:17px;
    cursor:pointer;
}
.espace-card{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    font-size: 30px;
    background: white;
}
.title-card{
    color:#959595;
}
.title-card h3{
    font-size: 30px;
    text-transform: uppercase;
    line-height: normal;
}
.validating-location h3{
    color:#FF5C00;
}
.validated-location h3{
    color:#98B535;
}
.subtitle-location{
    font-weight: bold;
    margin-left: 40px;
    margin-right: 40px;
}
.title-card .id-location{
    border-left: 1px solid #B4B4B4;
    padding-left:31px;
}
.title-card .date-location{
    border-left: 1px solid #B4B4B4;
    padding-left:31px;
    margin-left:31px;
}

.espace-card .content-location{
    margin:27px 0;
}

.espace-card .location-late{
    color:red;
}

.materiel{
    margin: 15px 0;
}

.title-materiel{
    text-decoration:none;
    font-weight:normal;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
    padding-right:50px;
}

.title-materiel .id-materiel{
    border-left: 1px solid #B4B4B4;
    padding-left:31px;
    margin:0;
}
.subtitle-materiel{
    font-weight: bold;
    margin-right: 40px;
}

.switch-materiel::after{
    content: "";
    display: block;
    background: none;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-75%) rotate(45deg);
    right: 20px;
    border-right: 3px solid #98b535;
    border-bottom: 3px solid #98b535;
}
.switch-materiel.active::after{
    transform: translateY(0%) rotate(225deg);
}

.espace-card .infos-materiel{
    color:black;
    line-height: 26px;
    font-size:18px;
    margin:0;
    margin-left:30px;
}
.espace-card .infos-materiel .title-info{
    color: #959595;
}

.item-location .infos-location{
    margin:0;
}

.espace-card .infos-location{
    color:black;
    line-height: 26px;
    font-size:18px;
}
.espace-card .infos-location .title-info{
    color: #959595;
}
.flex-link h3{
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.flex-link h3:after{
    display: none;
}
.espace-card .underline-subcontent{
    font-size: 20px;
    line-height: 20px;
    margin:0;
}
.espace-delete, .espace-edit{
    border-top:1px solid #E5E5E5;
    font-size: 14px;
    margin-bottom:27px;
}
.espace-rgpd{
    margin-bottom:0;
}
.espace-delete{
    color:#E5E5E5;    
}
.espace-delete .espace-bold{
    font-weight: 600;
    color:#B4B4B4;
    font-size: 14px;
}
/*compteur de dpcuments*/
.see-more .counter-elements{
    color:#808285;
    font-size: 12px;
    font-weight: 500;
}
.see-more p{
    margin:0;
}
.counter-elements .total-elements{
    background: #C4C4C4;
}
div.see-more button{
    background: white;
    border: 2px solid #808285;
    color:#808285;
    margin-top:20px;
    opacity: 0.8;
}
div.see-more button:hover{
    box-shadow: none;
    color:#808285;
    opacity: 1;
}
/*modal*/
.modal{
    background: rgba(0,0,0,0.5);
}
.modal-container{
    background: white;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2), 0 7px 20px 0 rgba(0,0,0,0.2);
    animation: modalopen 0.2s ease-in-out;
}
@keyframes modalopen {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.modal-container .close{
    width:22px;
    height:21px;
    z-index: 2;
    background: url('../img/logo/greenCross.svg');
    background-size: contain;
    position: absolute;
    top: 17px;
    right: 17px;
    cursor: pointer;
}

.modal-content form{
    width:100%;
    margin:auto;
    position:relative;
}

/*ajout pour styles WordPress*/
@font-face{font-family:proxima-nova;
    src:url(https://use.typekit.net/af/b683e3/00000000000000003b9b306c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3) format("woff2"),
    url(https://use.typekit.net/af/b683e3/00000000000000003b9b306c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3) format("woff"),
    url(https://use.typekit.net/af/b683e3/00000000000000003b9b306c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3) format("opentype");
    font-weight:900;
    font-style:normal;
}
@font-face{
    font-family:proxima-nova;
    src:url(https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),
    url(https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),
    url(https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
    font-weight:700;
    font-style:normal;
}
@font-face{
    font-family:proxima-nova;
    src:url(https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),
    url(https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),
    url(https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
    font-weight:400;
    font-style:normal;
}
@font-face{
    font-family:proxima-nova;
    src:url(https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),url(https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"),
    url(https://use.typekit.net/af/5c70f2/00000000000000003b9b3063/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");font-weight:400;font-style:italic;}@font-face{font-family:proxima-nova;src:url(https://use.typekit.net/af/cebe0e/00000000000000003b9b3060/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff2"),
    url(https://use.typekit.net/af/cebe0e/00000000000000003b9b3060/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff"),url(https://use.typekit.net/af/cebe0e/00000000000000003b9b3060/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("opentype");
    font-weight:300;
    font-style:normal;
}
@font-face{
    font-family:proxima-nova;
    src:url(https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff2"),
    url(https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff"),url(https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("opentype");
    font-weight:500;
    font-style:normal;
}
@font-face{
    font-family:proxima-nova;
    src:url(https://use.typekit.net/af/5b5251/00000000000000003b9b3065/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("woff2"),url(https://use.typekit.net/af/5b5251/00000000000000003b9b3065/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("woff"),
    url(https://use.typekit.net/af/5b5251/00000000000000003b9b3065/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("opentype");
    font-weight:500;
    font-style:italic;
}
#footer {
    font-family: "proxima-nova", sans-serif;
}
#footer #footer_right a{
    width: 100%;
    text-align: center;
    font-style: normal;
    font-size: 21px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-top: 50px;
}

.datepicker-container{
    color:#000;
}

.txt-error, .txt-error > *{
    color: #f91010 !important;
}

.form-errors{
    color: #f91010;
    margin:5px 0 10px;
    width: 100%;
    float: left;
}

#picto_location {
  position: fixed;
  z-index: 999999;
  bottom: 15px;
  right: 30px;
  width: 110px;
  height: 110px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 101, ../sass/styles.scss */
#picto_location:hover {
  width: 120px;
  height: 120px;
  bottom: 10px;
  right: 27px;
}

.back-home{
    display: block;
    background: none;
    width: 18px;
    height: 18px;
    transform: translateY(-75%) rotate(45deg);
    border-bottom: 3px solid #98b535;
    border-left: 3px solid #98b535;
}

.form-compound-phone > *{
    float:left;
    width:67% !important;
}
.form-compound-phone .select-container{
    width:32% !important;
    margin-right:1%;
}