html {
    font-size: 10px;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #353E47;
}

a {
    text-decoration: none;
    color: #353E47;
}

h1 {
    font-size: 3.6rem;
}

h1 span {
    font-size: 2.4rem;
}

h2 {
    font-size: 2.4rem;
}

h3 {
    color: #353E47;
}

.btns {
    background-color: #353E47;
    text-transform: uppercase;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;
    color: #FFF;
}

.container-full {
    margin-left: 50px;
    margin-right: 50px;
}

.container {
    width: calc(100% - 200px);
    position: relative;
    margin-top: 228px;
    margin-left: 200px;
}

.img-section {
    width: 200px;
    background-size: cover;
}

.headtop-tablet,
.header-tablet {
    display: none;
}

.headtop {
    position: fixed;
    background-color: #363E46;
    color: #FFF;
    width: 100%;
    top: 0;
    z-index: 100;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 12px;
}

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intitule {
    display: flex;
    align-items: center;
}

.headtop a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.topmenu nav ul {
    display: flex;
}

.topmenu nav ul li {
    position: relative;
}

.topmenu nav ul li a {
    margin-left: 25px;
    margin-right: 25px;
}

.topmenu nav ul li::after {
    position: absolute;
    content: '|';
    top: 0;
    right: 0;
    color: #FFF;
}

.topmenu nav ul li:last-child::after {
    display: none;
}

.headtop ul a {
    text-decoration: none;
    text-transform: uppercase;
    color: #DA8B6C;
}

.headtop ul .clic a {
    background-color: #DA8B6C;
    color: #FFF;
    margin-left: 40px;
    margin-right: 0px;
    padding: 5px 15px;
}


/* --------------headtop-------------- */

header {
    position: fixed;
    background-color: #FFF;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    top: 48px;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    justify-content: flex-start;
}

header nav ul {
    display: flex;
}

header nav ul li {
    position: relative;
}

header nav ul li {
    position: relative;
}

header nav ul li::after {
    position: absolute;
    content: '|';
    top: 2px;
    right: 0;
    color: #000;
}

header nav ul li:last-child::after {
    display: none;
}

header ul li a {
    color: #000;
    margin-left: 25px;
    margin-right: 25px;
}

header ul li:last-child a {
    margin-right: 0;
}

.navmenu .menu-item a {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    padding: 0.2em;
}

.navmenu .menu-item a:before {
    content: " ";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #DA8B6C;
    height: 3px;
    transition-property: left, right;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}

.navmenu .menu-item a:hover:before {
    left: 0;
    right: 0;
}


/* --------------header-------------- */

.section1 {
    position: relative;
    margin-top: 138px;
    min-height: calc(100vh - 138px);
    padding-top: 100;
    background-image: url("../img/img-fond1.png");
    background-size: cover;
    background-position: center center;
}

.section1 .container {
    max-width: 1130px;
    display: flex;
    justify-content: flex-end;
}

.hero {
    display: flex;
    justify-content: center;
}

.white-block {
    max-width: 760px;
    background-color: rgba(255, 255, 255, .7);
    padding: 55px 85px;
}

.hero h1 {
    font-family: 'Fira Sans', sans-serif;
    color: #353E47;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.hero h2 {
    color: #353E47;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.white-block .trait {
    background-color: #DA8B6C;
    height: 3px;
    width: 203px;
    margin-bottom: 30px;
}

.info>p {
    color: #353E47;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.2rem;
    margin-bottom: 25px;
}

.btn-box {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

.btn {
    position: relative;
    overflow: hidden;
    color: #353E47;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5rem;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    transition: box-shadow 0.3s ease-in-out;
}

.btn:hover {
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3);
}

.btn-box p {
    position: relative;
    z-index: 1;
    text-transform: none;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin-top: 5px;
}

.btn-box span {
    position: relative;
    z-index: 1;
}

.deposer {
    width: 33.333333%;
    background-color: #DA8B6C;
}

.payer {
    width: 33.333333%;
    background-color: #353E46;
    color: #FFF;
}

.connecter {
    width: 33.333333%;
    background-color: #CBC6C8;
}

/* --------------section1-------------- */

.section-content {
    max-width: 1130px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.section-title h2 {
    font-family: 'Fira-sans', sans-serif;
    color: #353E47;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-title .trait {
    background-color: #DA8B6C;
    height: 3px;
    width: 170px;
    margin-bottom: 70px;
}


.services-group-pos,
.actualites-group-pos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mission {
    width: 32.666666%;
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;

}

.mission:nth-child(3n) {
    margin-right: 0px;
}

.services-group-pos .icon-services {
    height: 46px;
    margin-bottom: 20px;
}

/* .constat,
.saisie {
    background-color: #CCC6C8;
}

.execution,
.litiges {
    background-color: #F4F4F4;
}

.recouvrement,
.depot {
    background-color: #353E47;
} */

.services-group-pos img {
    margin-bottom: 20px;
}

.services-group-pos h3 {
    color: #353E47;
    font-size: 20px;
    font-weight: 300;
    line-height: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.services-group-pos p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7rem;
    padding-left: 50px;
    padding-right: 50px;
}

.mission .blanc {
    color: #FFF;
}

.mission p {
    color: #353E47;
}

.section-defaut {
    position: relative;
    min-height: calc(100vh - 198px);
    display: flex;
}

/* .paiement,
.espace-client {
    position: relative;
    min-height: calc(100vh - 423px);
    display: flex;
} */

.presentationannexe {
    position: relative;
    min-height: calc(100vh - 423px);
    display: flex;
}

.section-defaut .img-colonne {
    width: 200px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.section-defaut .colonne-bottom {
    min-height: calc(100% + 150px);
}

.etude-block {
    display: flex;
    justify-content: space-between;
}

.block-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 47%;
}

.block-right {
    display: flex;
    justify-content: space-between;
    width: 47%;
}

.presentation {
    border: 1px solid #000;
    padding: 40px;
    margin-bottom: 25px;
    box-shadow: 1px 2px 4px 0px rgba(204, 198, 200, 1);
}

.etude-block h4 {
    color: #353E47;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.approche {
    background-color: #F4F4F4;
    border: 1px solid #000;
    padding: 40px;
    margin-bottom: 25px;
    box-shadow: 1px 2px 4px 0px rgba(204, 198, 200, 1);
}

.carte {
    display: flex;
    flex-direction: column;
    border: 1px solid #E48762;
    padding: 40px;
    margin-bottom: 25px;
    box-shadow: 1px 2px 4px 0px rgba(204, 198, 200, 1);
}

.carte p {
    margin-bottom: 50px;
}

.carte img {
    margin: auto;
    width: 250px;
}

.contact-list {
    display: flex;
    justify-content: space-between;
    color: #353E47;
    font-size: 18px;
    line-height: 2.3rem;
    font-weight: 300;
    text-transform: uppercase;
}

.contact-list .list {
    display: flex;
    flex-direction: column;
    width: 33.333333%;
    margin-bottom: 40px;
    align-items: flex-start;
    padding-top: 50px;
}

.margbt {
    margin-bottom: 25px;
}

.contact-list .list.time {
    position: relative;
    padding-left: 40px;
}

.contact-list .list.time:before {
    position: absolute;
    content: "";
    background-image: url('../img/svg/time.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: -25px;
    left: 40px;
}

.contact-list .localisation {
    position: relative;
    padding-left: 40px;
}

.contact-list .localisation:before {
    position: absolute;
    content: "";
    background-image: url('../img/svg/placeholder.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 39px;
    height: 55px;
    top: -25px;
    left: 40px;
}

.contact-list .list.contact {
    position: relative;
    padding-left: 40px;
}

.contact-list .list.contact:before {
    position: absolute;
    content: "";
    background-image: url('../img/svg/envelope2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 55px;
    height: 50px;
    top: -25px;
    left: 40px;
}

.contact-list .icon-contact {
    width: 60px;
    height: 60px;
}

.contact-list .localisation span {
    font-weight: 700;
}

.contact-list .contact span {
    text-transform: none;
}

.contact-list .contact .formul a {
    font-weight: 700;
    color: #DA8B6C;
}

.contact-list p {
    text-align: left;
}

.actu {
    position: relative;
    width: 32.666666%;
    margin-bottom: 10px;
}

.actu-bouton {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #E48762;
    color: #FFF;
    width: 100%;
    transition: .2s;
    padding: 10px 20px 15px;
}

.actu-date {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    margin-bottom: 15px;
}

.actu-titre {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 30px;
    transition: .2s;
}

.titlesmall {
    font-size: 2.5rem;
    font-weight: 400;
}

.actu-bouton:hover {
    background-color: #353E47;
}

.actu-bouton:hover .actu-titre {
    color: #E48762;
    transition: .2s;
    margin-bottom: 35px;
}

.actu-other {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E48762;
    height: 100%;
    width: 100%;
    color: #FFF;
    font-size: 35px;
    transition: .2s;
}

.actu-other:hover {
    background-color: #353E47;
    color: #E48762;
}

footer {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #363E46;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 150px;
    z-index: 99;
}

.mentions ul {
    display: flex;
}

.mentions ul li a {
    color: #CCC6C8;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    margin-left: 20px;
    margin-right: 20px;
}

.mentions {
    align-items: center;
    color: #DA8B6C;
}

/*----------------------page notre étude----------------------*/


.etude {
    position: relative;
    margin-top: 198px;
    display: flex;
}

.etude .container {
    margin-top: 30px;
    margin-left: 200px;
}

.etude .img-colonne {
    position: fixed;
    top: 198px;
}

.ariane {
    margin-bottom: 45px;
}

.ariane a,
.ariane span.current {
    color: #353E47;
    font-size: 14px;
    font-weight: 300;
}

.ariane span.delimiter {
    color: #353E47;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1.4rem;
}

/* .search {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 36px;
}

.btn-search {
    background-color: #353E47;
    color: #FFF;
    border: none;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 10px 18px;
    margin-right: 0;
    cursor: pointer;
    outline: none;
}

#marecherche {
    width: 260px;
    height: 37px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    margin-left: -5px;
    outline: none;
} */

.etude .menu-title {
    display: flex;
    justify-content: space-between;
}

.etude .menu-title h1 {
    color: #353E47;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.etude .info-top {
    background-color: #F4F4F4;
    color: #353E47;
    font-size: 18px;
    font-weight: 300;
    line-height: 2.2rem;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #DA8B6C;
    margin-bottom: 90px;
}

.etude-block h2,
.info-bottom h2 {
    position: relative;
    color: #353E47;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.etude-block h2::after,
.info-bottom h2::after {
    position: absolute;
    content: '';
    background-color: #DA8B6C;
    width: 100px;
    height: 3px;
    top: 35px;
    left: 0;
}

.etude-block p,
.info-bottom p {
    color: #353E47;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7rem;
    margin-bottom: 20px;
}

.etude .block-left,
.etude .block-right {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.etude .carte img {
    width: 70%;
    margin-bottom: 60px;
}

.etude .info-bottom {
    color: #353E47;
    font-size: 14px;
    font-weight: 300;
    background-color: #F4F4F4;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 50px;
    border: 1px solid #000;
    box-shadow: 1px 2px 4px 0px rgba(204, 198, 200, 1);
}

/*----------------------page nos services----------------------*/

.nosservices {
    position: relative;
    margin-top: 198px;
    display: flex;
}

.nosservices .container {
    margin-top: 30px;
    margin-left: 200px;
}

.nosservices .img-colonne {
    position: fixed;
    top: 198px;
}

.nosservices .menu-title {
    display: flex;
    justify-content: space-between;
}

.nosservices h1 {
    color: #353E47;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.nosservices .trait {
    margin-bottom: 40px
}

.nosservices .info-top {
    background-color: #F4F4F4;
    color: #353E47;
    font-size: 18px;
    font-weight: 300;
    line-height: 2.2rem;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DA8B6C;
    margin-bottom: 90px;
}

.missions {
    display: flex;
    justify-content: space-between;
    min-height: 220px;
    margin-bottom: 90px;
}

.missions:last-child {
    margin-bottom: 0;
}

.missions-info {
    border: 1px solid orange;
}

.icon-missions {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 123px;
    margin-bottom: 24px;
}

.btn-missions {
    width: 160px;
    height: 72px;
    background-color: #CCC6C8;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #DA8B6C;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-missions-resp {
    margin: 15px auto 0;
    width: 100%;
    height: 40px;
    background-color: #CCC6C8;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.btn-missions {
    color: #000;
}

.blanc {
    color: #FFF;
}

.btn-missions {
    transition: box-shadow 0.3s ease-in-out;
}

.btn-missions:hover {
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3);
}

.missions-info {
    margin-left: 22px;
    color: #353E47;
    padding: 40px 140px 30px 60px;
}

.missions-info h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.missions-info p {
    font-size: 18px;
    font-weight: 300;
    line-height: 2.2rem;
}

.missions.blockright {
    flex-direction: row-reverse;
}

.missions.blockright .missions-info {
    margin-left: 0;
    margin-right: 22px;
}


/*----------------------page missions constat----------------------*/

.section-defaut.depot-actes,
.section-defaut.actualites-archives,
.section-defaut.presentationannexe {
    width: 1130px;
    margin: auto;
    margin-top: 228px;
    display: flex;
    flex-direction: column;
}

.banniere-notre-etude {
    margin-top: 198px;
    background-size: cover;
    background-position: bottom;
    height: 150px;
}

.title-block {
    display: flex;
}

.title-block .icon-services {
    margin-right: 25px;
}

.section-title h1 {
    color: #353E47;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-title .trait {
    margin-bottom: 60px
}

.constat-services-onglet {
    display: flex;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}

.constat-services-onglet .onglet-left {
    background-color: #353E47;
    color: #FFF;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 50%;
    margin-right: 10px;
}

.constat-services-onglet .onglet-right {
    background-color: #F4F4F4;
    color: #353E47;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 50%;
}

.constat-services-onglet a {
    color: #353E47;
}

.constat-services-onglet {
    transition: box-shadow 0.3s ease-in-out;
}

.constat-services-onglet :hover {
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3);
}

.services-group-pos .mission {
    transition: box-shadow 0.3s ease-in-out;
}

.services-group-pos .mission:hover {
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3);
}

.constat-services-tableau {
    background-color: #F4F4F4;
    color: #353E47;
    padding: 70px 100px 110px 80px;
    margin-bottom: 90px;
}

.constat-services-tableau h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.constat-services-tableau p {
    font-size: 18px;
    font-weight: 300;
    line-height: 2.2rem;
    margin-bottom: 40px;
}

.constat-services-tableau span {
    color: #DA8B6C;
}

.missions-constat h2 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #353E47;
    margin-bottom: 45px;
}

.missions-constat .services-group-pos .grey {
    background-color: #F4F4F4;
}

/*----------------------page ventes----------------------*/
annonce-intitule .section-defaut-without .icon-services img {
    width: 50px;
}

.annonces h1 {
    color: #353E47;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.annonces .trait {
    background-color: #DA8B6C;
    height: 3px;
    width: 170px;
    margin-bottom: 50px;
}

/* .ventes-description,
.actualites-description {
    margin-bottom: 60px;
}

.ventes-description p,
.actualites-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #353E47;
} */

.description {
    margin-bottom: 60px;
}

.description h1 {
    margin-bottom: 30px;
}

.description h2 {
    margin-bottom: 20px;
}

.description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #353E47;
    margin-bottom: 20px;
}

.ventes-block,
.actualites-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.annonce {
    position: relative;
    width: 49%;
    margin-bottom: 15px;
    overflow: hidden;
}

.annonce img {
    width: 100%;
}

.annonce-boutton {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    background-color: #E48762;
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    transition: .2s;
    padding: 25px 50px;
}

.annonce-bien-court {
    margin-bottom: 2px;
}

/* .annonce-bien,
.annonce-lieu {
    margin-bottom: 2px;
} */

.annonce-click {
    font-size: 20px;
    font-weight: 700;
    color: #E48762;
    margin-top: 20px;
    display: none;
}

.annonce-boutton:hover {
    background-color: #353E47;
    font-size: 28px;
    font-weight: 400;
}

.annonce-boutton:hover .annonce-click {
    display: block;
}

.annonce-boutton:hover .annonce-bien>div {
    margin-bottom: 4px;
}

/*----------------------page annonce( achives )----------------------*/

.section-defaut-without {
    width: 1130px;
    margin: auto;
    margin-top: 228px;
    display: flex;
    flex-direction: column;
}

.containerfull {
    display: flex;
    justify-content: space-between;
    border: none;
    /* border-bottom: 3px solid #E48762; */
}

.annonce-block-left {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.my-slider img {
    width: 100%;
    margin-bottom: 30px;
}

.annonce-other-photos {
    display: flex;
    justify-content: center;
}

.annonce-other-photos div {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    margin-bottom: 10rem;
    outline: none;
    cursor: pointer;
}

.annonce-descriptions {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 20px 25px 35px;
    color: #353E47;
}

.annonce-titre {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.2rem;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #E48762;
}

.annonce-intitule {
    font-size: 1.4rem;
    font-weight: 700;
    margin-left: 40px;
    position: relative;
    margin-bottom: 35px;
}

.annonce-intitule:before {
    position: absolute;
    content: '';
    background-image: url('../img/svg/house-key.svg');
    background-repeat: no-repeat;
    width: 50px;
    height: 70px;
    top: 3px;
    left: -42px;
}

.annonce-intitule-tablet {
    font-size: 1.4rem;
    font-weight: 700;
    margin-left: 40px;
    position: relative;
    margin-bottom: 35px;
    display: none;
}

.annonce-intitule-tablet:before {
    position: absolute;
    content: '';
    background-image: url('../img/icon/house-key.svg');
    background-repeat: no-repeat;
    width: 50px;
    height: 70px;
    top: 3px;
    left: -42px;
    display: none;
}

.annonce-caracteristiques ul {
    margin-bottom: 1.8rem;
}

.annonce-caracteristiques ul li {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: .8rem;
}

ul.caracteristiques {
    padding: 0;
    overflow-x: hidden;
    list-style: none
}

ul.caracteristiques li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
        ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
        ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
        ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
        ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
}

ul.caracteristiques span:first-child {
    padding-right: 0.33em;
    background: white
}

ul.caracteristiques span+span {
    float: right;
    padding-left: 0.33em;
    background: white
}

.annonce-caracteristiques ul li span:last-child {
    color: #E48762;
}

.annonce-description p {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 1.8rem;
}

.annonce-titre+p {
    font-size: 1.4rem;
}

.bouton-prev {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bottom-container {
    border-top: 2px solid #E48762;
}

.bouton-prev a {
    color: #353E47;
    font-size: 2rem;
    font-weight: 400;
    margin-top: 1rem;
}

/*----------------------page annonces ( single )----------------------*/

.actualites .actu-date {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    margin-bottom: 10px;
}

/*----------------------page actualités ( archives )----------------------*/

.banniere-actualites {
    margin-top: 198px;
    background-size: cover;
    background-position: bottom;
    height: 460px;
}

.banniere-actualites-tablet {
    margin-top: 198px;
    background-size: cover;
    background-position: bottom;
    height: 380px;
}

.banniere-actualites-tablet {
    display: none;
}

.section-defaut-without.actualites-single {
    margin-top: 30px;
}

.actualites-content {
    border: none;
    border-bottom: 2px solid #E48762;
    margin-bottom: 1.2rem;
}

.actualites-single h1 {
    font-size: 5.1rem;
    color: #E48762;
    margin-bottom: 1rem;
}

.actualites-single .trait {
    background-color: #E48762;
    height: 3px;
    width: 440px;
    margin-bottom: 30px;
}

.actualites-single h2 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

.actualites-single p {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 3rem;
    margin-bottom: 3rem;
}

.actualite-bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
}

.actualite-author p {
    margin-bottom: 3px;
}

.actualite-other {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin-bottom: 160px; */
}

.actualite-other .actu {
    position: relative;
    width: 49%;
    margin-bottom: 15px;
}

.actualite-other .actu img {
    width: 100%;
}

.actualite-other .actu-date {
    margin-bottom: 10px;
}

/*----------------------page actualités ( single )----------------------*/

.why-block {
    display: flex;
    justify-content: space-between;
}

.why-info {
    width: 40%;
    border: 1px solid #979797;
    padding: 25px;
    font-size: 1.4rem;
    font-weight: 300;
}

.why-photo {
    width: 55%;
}

.why-photo img {
    width: 100%;
}

/*----------------------page notre étude ( qui sommes-nous )----------------------*/

.contact-block {
    display: flex;
    justify-content: space-between;
}

.missions-constat .img-colonne {
    position: fixed;
    height: 100%;
    top: 198px;
}

.section-defaut.contact .img-colonne {
    position: fixed;
    height: 100%;
    top: 0px;
}

.contact .contact-form {
    display: flex;
    flex-direction: column;
    width: 32%;
}

.contact .contact-form form {
    display: flex;
    flex-direction: column;
}

.contact .contact-form input:not(#btn-form),
.contact .contact-form textarea {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 15px;
    margin-bottom: 0;
    border: 1px solid #CCC6C8;
    outline: none;
    box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, 1);
}

.contact form p {
    margin-bottom: 0;
}

.contact .contact-form #message {
    width: 100%;
    height: 180px;
    padding-left: 15px;
    margin-bottom: 35px;
    border: 1px solid #CCC6C8;
    resize: none;
}

#btn-form {
    width: 100%;
    background-color: #353E47;
    color: #FFF;
    padding: 15px;
    font-size: 1.8rem;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;
}

#btn-form:hover {
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3);
}

::placeholder {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 300;
    text-transform: uppercase;
}

.contact-info {
    padding: 20px;
    color: #E48762;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.6rem;
}

.contact-info p {
    margin-bottom: 20px;
}

.contact-info p:last-child {
    margin-bottom: 0;
}

.contact-localisation {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.contact-localisation iframe {
    width: 100%;
    height: 450px;
}

.localisation-info {
    margin-top: 40px;
    margin-left: 130px;
    font-size: 1.8rem;
    font-weight: 300;
}

.localisation-info p {
    margin-bottom: 6px;
}

.localisation-info span {
    font-weight: 700;
}

.localisation-adresse,
.localisation-horaire,
.localisation-tel-mail {
    position: relative;
    margin-bottom: 40px;
}

.localisation-adresse:before {
    position: absolute;
    content: "";
    background-image: url('../img/svg/placeholder.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 39px;
    height: 55px;
    top: -3px;
    left: -85px;
}

.localisation-horaire:before {
    position: absolute;
    content: "";
    background-image: url('../img/svg/time.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    top: 3px;
    left: -85px;
}

.localisation-tel-mail:before {
    position: absolute;
    content: "";
    background-image: url('../img/svg/envelope2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 41px;
    height: 29px;
    top: 8px;
    left: -83px;
}

.localisation-tel-mail a {
    color: #353E47;
}

/*----------------------page nous contacter----------------------*/

.banniere-missions {
    position: relative;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 150Px;
    top: 198px;
}

.depot-acte-description {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 2.2rem;
    margin-bottom: 70px;
}

.form-title {
    background-color: #F4F4F4;
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 2.8rem;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #E48762;
    margin-bottom: 45px;
}

form p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2rem;
    margin-bottom: 40px;
}

.form-title:not(:nth-child(1)) {
    margin-top: 10px;
}

.multi-form-block {
    display: flex;
    justify-content: space-between;
}

.input-block-left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 50%;
}

.input-block-right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 50%;
}

.input-block-center {
    display: flex;
}

.multi-form .form-deposant .input-block-right {
    padding-top: 146px;
}

.multi-form .form-destinataire .input-block-right {
    padding-top: 73px;
}

.multi-form .form-requerant .input-block-right {
    padding-top: 73px;
}

.multi-form .form-facturation .input-block-right {
    padding-top: 73px;
}

.inputsmall {
    width: 90%;
}

.inputbig {
    width: 100%;
}

.multi-form form input {
    font-size: 1.6rem;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 15px;
    margin-bottom: 35px;
    border: 1px solid #CCC6C8;
    outline: none;
}

.multi-form form input:not(#btn-form2) {
    box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, 1);
}

.multi-form form .inputfile {
    padding-top: 8px;
    padding-bottom: 7px;
}

.multi-form #comment-message {
    font-size: 1.6rem;
    font-weight: 300;
    width: 100%;
    height: 450px;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #CCC6C8;
    resize: none;
    box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, 1);
    outline: none;
}

.valid~p {
    width: 60%;
}

#btn-form2 {
    margin: 75px auto 0;
    display: block;
    padding: 20px 230px;
    background-color: #353E47;
    color: #FFF;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;
}


#btn-form2:hover {
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3);
}

/*----------------------page dépôt d'actes----------------------*/

.paiement-block {
    display: flex;
    justify-content: space-between;
}

.paiement-infoblock {
    width: 42%;
}

.paiement-info {
    width: 100%;
    height: auto;
    background-color: #F4F4F4;
    padding: 30px 40px 20px;
    border-bottom: 1px solid #E48762;
}

.paiement-info h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.paiement-info p,
.paiement-info li {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.9rem;
    margin-bottom: 30px;
}

.paiement-info p:last-child {
    margin-bottom: 20px;
}

.paiement-info li {
    margin-left: 60px;
    list-style-type: decimal;
    margin-bottom: 5px;
}

.paiement-logo {
    display: flex;
    justify-content: space-between;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.paiement-form {
    width: 44%;
}

.paiement-form input {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 15px;
    margin-bottom: 25px;
    border: 1px solid #CCC6C8;
}

.paiement-form input:not(#btn-payer) {
    box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, 1);
    outline: none;
}

.paiement-form #doc-reference {
    margin-bottom: 10px;
}

#date-expir {
    width: 45%;
}

#crypto {
    width: 45%;
    float: right;
}

.paiement-form p {
    color: #E48762;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.6rem;
    margin-bottom: 5px;
}



#btn-payer {
    width: 100%;
    background-color: #353E47;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 30px;
    padding-left: 0;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;
}

#btn-payer:hover {
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3);
}

/*----------------------page paiement----------------------*/

.espace-perso-block {
    display: flex;
    justify-content: space-between;
}

.espace-perso-infoblock {
    width: 42%;
}

.espace-perso-info {
    width: 100%;
    height: auto;
    background-color: #F4F4F4;
    padding: 30px 40px 20px;
    border-bottom: 1px solid #E48762;
}

.espace-perso-info p,
.espace-perso-info li {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.9rem;
    margin-bottom: 30px;
}

.espace-perso-info li {
    margin-left: 60px;
    list-style-type: disc;
    margin-bottom: 5px;
}

.espace-perso-info li:last-child {
    margin-bottom: 100px;
}

.compte-form {
    width: 42%;
}

.compte-form input {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 15px;
    margin-bottom: 30px;
    border: 1px solid #CCC6C8;
}

.compte-form input:not(#btn-connexion) {
    box-shadow: inset 0px 8px 8px -10px rgba(0, 0, 0, 1);
    outline: none;
}

#compte-pass {
    margin-bottom: 10px;
}

.compte-form p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#btn-connexion {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #353E47;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 30px;
    text-transform: uppercase;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;
}

#btn-connexion:hover {
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.3);
}

.compte-form a {
    display: block;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.3rem;
    color: #E48762;
    text-align: right;
}

/*----------------------page espace client----------------------*/


.etude.erreur .container {
    margin-top: 30px;
    margin-left: 100px;
}

.erreur .info-top p {
    color: #353E47;
    font-size: 2.2rem;
    line-height: 2.5rem;
    font: 700;
    margin-bottom: 30px;
}

.erreur ul li {
    color: #353E47;
    margin-bottom: 8px;
}
