@media only screen and (max-width: 600px) {
    body {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden !important;
        font-family: 'Open Sans', sans-serif;
        background-color: #e5e5e5;
        cursor: default;
        scroll-behavior: smooth;
    }
    
    /**/
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    a {
        text-decoration: none;
        color: white;
        cursor: pointer;
    }
    
    .blackground {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.25);
    }
    
    .alert {
        display: block;
        width: 86%;
        margin: 0px 0 40px 0;
        padding: 20px 30px;
        border-radius: 15px;
        letter-spacing: 0.1px;
    }
    
    .alert i {
        margin-right: 10px;
        font-size: 18px;
        vertical-align: middle;
    }
    
    .alert-info {
        background-color: #229954;
        color: white;
    }
    
    .alert-error {
        background-color: #CB4335;
        color: white;
    }
    
    /**/
    
    #mobile {
        display: block;
        width: 96%;
        margin: 0 auto;
        padding: 16px 0 10px 0;
        position: absolute;
        z-index: 99;
    }
    
    #mobile h1, #stickymenumobile h1 {
        display: inline-block;
        width: 30%;
        margin: 0;
        padding: 0;
        color: white;
        font-family: 'Playfair Display', serif;
        font-weight: bold;
        font-size: 30px;
        letter-spacing: 0.4px;
        vertical-align: middle;
    }
    
    #mobile h1 img {
        height: 100px;
        margin-left: 10px;
    }
    
    #mobile #menu, #stickymenumobile #menu {
        display: inline-block;
        width: 65%;
        text-align: right;
        vertical-align: middle;
    }
    
    #mobile #menu a, #stickymenumobile #menu a {
        text-transform: uppercase;
        margin: 0 10px;
        letter-spacing: 1px;
        font-family: sans-serif;
        font-size: 30px;
        transition: 0.2s;
        border-radius: 8px;
        font-family: "Open Sans", sans-serif;
        position: absolute;
        top: 45px;
        right: 0px;
    }

    #stickymenumobile #menu a {
        top: 25px;
        right: 10px;
    }
    
    #mobile #menu a:hover {
        background-color: rgba(255,255,255,0.16);
        transition: 0.2s;
    }
    
    #mobile #connexion {
        display: inline-block;
        width: 14%;
        text-align: right;
        color: white;
        font-size: 30px;
        vertical-align: middle;
        position: absolute;
        top: 40px;
        right: 10px;
    }
    
    #stickymenumobile #connexion {
        display: inline-block;
        width: 14%;
        text-align: center;
        color: white;
        font-size: 30px;
        vertical-align: middle;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    
    #stickymenumobile {
        display: none;
        position: fixed;
        width: 100%;
        background-color: #575656;
        color: white;
        z-index: 996;
        transition: 0.7s;
        padding: 6px 0;
        top: 0;
    }
    
    #stickymenumobile img {
        height: 60px;
        margin-left: 10px;
        margin-right: 0px;
        margin-top: 10px;
    }
    
    #desktop, #stickymenu, #menumobile {
        display: none;
        visibility: hidden;
    }

    #menumobile {
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 90%;
        background-color: #303030;
        color: white;
        overflow-y: hidden !important;
        padding: 80px 0 0 0;
    }

    #menumobile div {
        display: block;
        width: 80%;
        margin: 0 auto;
        text-align: right;
        font-size: 40px;
    }

    #menumobile div a i {
        color: red;
    }

    #menumobile nav {
        display: block;
        width: 80%;
        margin: 50px auto;
        text-align: center;
    }

    #menumobile nav a {
        display: block;
        width: 100%;
        text-align: center;
        margin: 20px 0;
        font-size: 26px;
        text-transform: uppercase;
        letter-spacing: 0.6px;
        font-weight: bold;
    }
    
    /**/
    
    main {
        display: block;
        margin: 0;
        padding: 0;
        z-index: 48;
    }
    
    #home {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        background-image: url('010.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
        filter: grayscale(0.5);
        text-align: center;
    }
    
    #home .blackground {
        padding: 120px 0 20px 0;
        background-color: rgba(0, 0, 0, 0.25);
    }
    
    #home h2 {
        width: 90%;
        margin: 0 auto;
        margin-top: 100px;
        font-size: 37px;
        font-family: 'Open Sans', serif;
        color: white;
        font-weight: 700;
    }
    
    #home h3 {
        width: 76%;
        margin: 30px auto;
        font-size: 17px;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        letter-spacing: 0.4px;
        color: white;
        line-height: 26px;
    }
    
    #home #boutons #un {
        display: inline-block;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        padding: 16px 32px;
        border: 1px solid #303030;
        border-radius: 30px;
        color: #303030;
        font-weight: 600;
        background-color: #fff;
        text-align: center;
        outline: 0;
        margin-right: 0px;
        transition: 0.3s;
        margin-bottom: 10px;
    }
    
    #home #boutons #un:hover {
        background-color: #303030;
        color: white;
        transition: 0.3s;
    }
    
    #home #boutons #deux {
        display: inline-block;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        padding: 16px 32px;
        border: 1px solid #303030;
        border-radius: 30px;
        font-weight: 600;
        text-align: center;
        outline: 0;
        border-style: none;
        border-color: #303030;
        background-color: #303030;
        transition: 0.3s;
    }
    
    #home #boutons #deux:hover {
        color: #303030;
        background-color: white;
        transition: 0.3s;
    }
    
    #infos {
        display: block;
        width: 82%;
        margin: 110px auto 0 auto;
        padding: 3px 0;
        border-top: 1px solid #868f8c;
    }
    
    #infos p {
        display: inline-block;
        width: 49%;
        color: white;
        letter-spacing: 0.4px;
        vertical-align: top;
        font-size: 13px;
    }
    
    /**/ 
    
    #carre {
        display: block;
        width: 86%;
        margin: 100px auto 140px auto;
    }
    
    #carre #invest, #carre #achat {
        display: block;
        width: 94%;
        max-width: 100%;
        margin: 0 2.4%;
        border-radius: 25px;
        overflow: hidden;
        height: 300px;
        min-height: 300px;
        max-height: 300px;
        cursor: pointer;
        margin-bottom: 30px;
    }
    
    #carre #invest {
        background-image: url("007.jpg");
        background-size: cover;
        background-position: center;
    }
    
    #carre #achat {
        background-image: url("006.jpg");
        background-size: cover;
        background-position: center;
    }
    
    #carre h4 {
        color: white;
        font-size: 38px;
        padding-top: 150px;
        font-weight: 600;
        letter-spacing: 0.6px;
        font-family: 'Montserrat', sans-serif;
        width: 90%;
        transition: 0.5s;
        cursor: pointer;
    }
    
    #carre #invest:hover h4, #carre #achat:hover h4 {
        padding-top: 150px;
        padding-bottom: 0px;
        margin-bottom: 10px;
        transition: 0.5s;
    }
    
    #carre #invest:hover .black div, #carre #achat:hover .black div {
        display: block;
        color: white;
        font-size: 20px;
        letter-spacing: 0.4px;
        width: 80%;
        transition: 0.5s;
    }
    
    #carre .black {
        background-image: linear-gradient(180deg,transparent 55%,rgba(0,0,0,0.7));
        padding: 20px 30px;
        width: 90% !important;
        height: 90% !important;
    }
    
    #carre .black div {
        display: none;
        transition: 0.5s;
    }
    
    #carre .black p {
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 0.6px;
        line-height: 28px;
    }
    
    /* biens */
    
    h5 {
        color: #333;
        font-size: 28px;
        text-align: center;
        font-family: "Open Sans", sans-serif;
        font-weight: 800;
        letter-spacing: 0;
        /*text-shadow: 5px 5px 2px white;*/
    }
    
    #biens {
        display: block;
        width: 85%;
        margin: 100px auto;
    }
    
    #biens div {
        display: block;
        width: 94%;
        margin: 0 2%;
        background-color: white;
        border-radius: 10px;
        overflow: hidden;
        padding-bottom: 15px;
        margin-bottom: 50px;
    }
    
    #biens p {
        width: 90%;
        margin: 8px auto;
        font-size: 14px;
    }
    
    #biens p i {
        margin-right: 5px;
    }
    
    #biens .titre {
        font-weight: bold;
        font-size: 15px;
        margin: 14px auto;
    }
    
    #biens a {
        display: block;
        width: 50%;
        margin: 0 auto;
        cursor: pointer;
        padding: 12px 0px;
        border-radius: 30px;
        color: white;
        font-weight: 600;
        background-color: #303030;
        text-align: center;
        outline: 0;
        transition: 0.4s;
        font-size: 11px;
        margin-top: 20px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        border: 3px solid white;
        transition: 0.4s;
    }
    
    #biens a:hover {
        width: 80%;
        background-color: white;
        border-color: #303030;
        color: #303030;
        transition: 0.4s;
        padding-left: 20px;
        font-weight: bold;
    }
    
    #biens a i {
        display: none;
        transition: 0.4s;
    }
    
    #biens a:hover i {
        display: inline;
        color: #303030;
        margin: 0;
        padding: 0;
        margin-left: 10px;
        transition: 0.4s;
        font-weight: normal;
        font-size: 12px;
    }
    
    #biens img {
        height: 260px;
        width: 100%;
        object-fit: cover;
    }
    
    #biens form {
        display: block;
        margin-bottom: 60px !important;
        padding: 0;
        width: 96%;
        margin: 0 auto;
    }
    
    #biens form div {
        display: inline-block;
        width: 44%;
        background-color: transparent;
        margin: 0;
        margin-right: 5%;
    }
    
    #biens form label {
        display: block;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px;
        margin-left: 2px;
    }
    
    #biens form input, #biens form select {
        display: block;
        width: 92%;
        border-width: 0;
        outline: none;
        padding: 12px 2px 12px 12px;
        border-radius: 20px;
        font-size: 15px;
        font-family: "Open Sans", sans-serif;
        letter-spacing: 0.4px;
    }
    
    #biens form select {
        border-right: 6px solid transparent;
        width: 99%;
    }
    
    #biens form li {
        list-style: none;
        padding: 6px 10px;
        color: white;
        margin-left: -37px;
        width: 100%;
        border: 2px solid #CB4335;
        font-weight: bold;
        font-size: 13px;
        background-color: #CB4335;
        border-radius: 6px;
    }
    
    #biens #ok {
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }
    
    #biens #ok div {
        display: block;
        width: 100%;
    }
    
    #biens .soumettre {
        padding: 14px 50px;
        border-radius: 30px;
        font-weight: 600;
        text-align: center;
        outline: 0;
        background-color: #303030;
        color: white;
        margin: 0 auto !important;
        margin-top: px !important;
        font-size: 16px;
        cursor: pointer;
        letter-spacing: 0.2px;
        border-width: 0;
    }

    #biens #pasdebien {
        width: 96%;
        font-size: 15px;
        letter-spacing: 0.2px;
        font-weight: bold;
    }

    .navigation {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        background-color: transparent !important;
        margin-top: 60px !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
    }
    
    .navigation div {
        background-color: transparent !important;
        margin: 0 !important
    }
    
    .navigation a {
        display: inline-block !important;
        width: 14px !important;
        padding: 15px !important;
        border-width: 0 !important;
        margin: 0 10px !important;
        font-size: 13px !important;
        font-weight: bold !important;
    }
    
    .navigation .current {
        display: inline-block !important;
        background-color: white !important;
        width: 14px !important;
        padding: 15px !important;
        border-width: 0 !important;
        margin: 0 10px !important;
        font-size: 13px !important;
        border-radius: 30px;
        font-weight: bold;
    }
    
    /* chiffres */
    
    #chiffres {
        display: block;
        width: 100%;
        background-color: white;
        background-image: url("012.jpg");
        background-size: cover;
        background-position: bottom;
        background-attachment: scroll;
    }
    
    #chiffres .blackground {
        padding: 10px 0;
    }
    
    #chiffres #contenu {
        display: block;
        width: 82%;
        margin: 0 auto;
        color: white;
    }
    
    #chiffres #contenu .col {
        display: block;
        width: 94%;
        margin: 70px auto;
        text-align: center;
    }
    
    #chiffres i {
        font-size: 50px;
        font-weight: bold;
    }
    
    #chiffres p {
        margin-top: 25px;
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 18px;
        letter-spacing: 0.4px;
    }
    
    /* footer */
    
    footer {
        padding: 60px 0;
        color: #222;
    }
    
    footer a {
        color: #222;
    }
    
    footer #contenu {
        display: block;
        width: 80%;
        margin: 0 auto 30px auto;
    }
    
    footer #contenu .col {
        display: block;
        width: 94% !important;
        margin: 0 auto 50px auto !important;
    }
    
    footer #contenu h6 {
        font-size: 16px;
        letter-spacing: 0.6px;
        margin-bottom: 10px;
    }
    
    footer #contenu nav a {
        display: block;
        line-height: 34px;
        letter-spacing: 0.6px;
        font-size: 14px;
        transition: 0.2s;
    }
    
    footer #contenu .col a:hover {
        font-weight: bold;
        transition: 0.2s;
    }
    
    footer #rs {
        width: 100% !important;
        margin-top: 20px;
    }
    
    footer #rs i {
        font-size: 22px;
        margin-right: 12px;
    }
    
    footer #copy {
        display: block;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 11px;
        margin-top: 80px;
        line-height: 20px;
    }

    footer #credit {
        display: block;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 11px;
        margin-top: 20px;
    }

    footer #copy a, footer #credit a {
        font-weight: normal;
    }

    
    
    footer h1 a {
        font-size: 30px !important;
        letter-spacing: 0.4px !important;
        font-family: 'Montserrat', sans-serif !important;
    }
    
    /* Contact */
    
    #pagecontact, #page, #formulaire {
        display: block;
        width: 80%;
        margin: 60px auto;
    }
    
    #pagecontact h3, #page h3, #biens h3, #formulaire h3 {
        font-size: 50px;
        color: #303030;
        font-family: "Open Sans", sans-serif;
        font-weight: 800;
        /*text-shadow: 10px 8px 2px white;*/
        margin-top: 0;
    }
    
    #pagecontact h4 {
        font-size: 24px;
        color: #303030;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        letter-spacing: -0.2px;
    }
    
    #pagecontact #formulaire, #pagecontact #info {
        display: block;
        width: 100;
        margin: 0 0 30px 0;
    }
    
    #pagecontact form #contact {
        width: 100%;
    }
    
    #pagecontact form #contact div {
        display: block;
        margin: 14px 0;
    }
    
    #pagecontact form #contact label {
        display: block;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 6px;
    }
    
    #pagecontact form #contact input, #pagecontact form #contact textarea {
        display: block;
        width: 90%;
        border-width: 0;
        outline: none;
        padding: 8px 12px;
        border-radius: 5px;
        font-size: 15px;
        font-family: "Open Sans", sans-serif;
        letter-spacing: 0.4px;
    }
    
    #pagecontact textarea {
        height: 130px;
        resize: none;
    }
    
    #pagecontact #contact_submit {
        padding: 16px 60px;
        border-radius: 30px;
        font-weight: 600;
        text-align: center;
        outline: 0;
        background-color: #303030;
        color: white;
        margin-top: 20px;
        font-size: 16px;
        cursor: pointer;
        letter-spacing: 0.2px;
        border-width: 0;
    }
    
    #pagecontact #contact_submit:hover {
        color: #222;
        background-color: white;
    }

    #pagecontact iframe {
        width: 310px;
    }
    
    #pagecontact #info {
        margin-left: 10px;
        width: 90%;
    }
    
    #pagecontact #info h4 {
        margin: 16px 0 0 0;
        padding: 0;
        margin-bottom: 12px;
        font-weight: 800;
        letter-spacing: 0.3px;
        /*text-shadow: 4px 4px white;*/
    }
    
    #pagecontact #info p i {
        margin-right: 5px;
        margin-left: 3px;
        /*text-shadow: 3px 3px white;*/
    }
    
    /**/
    
    #page p {
        display: block;
        width: 96%;
        margin: 0 auto 20px auto;
        letter-spacing: 0.2px;
        font-size: 16px;
    }
    
    /* Vendre */
    
    #contenuvendre {
        display: block;
        width: 96%;
        margin: 0 auto;
        margin-bottom: 120px;
    }
    
    #contenuvendre p {
        margin: 0 0 30px 0;
        padding: 0;
        line-height: 24px;
    }
    
    #demande {
        display: block;
        margin-top: 50px;
    }
    
    #demande div {
        display: block;
        width: 90%;
        margin: 20px 0;
    }
    
    #demande label {
        display: block;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px;
        margin-left: 2px;
    }
    
    #demande input, #demande textarea, #demande select {
        display: block;
        width: 98%;
        border-width: 0;
        outline: none;
        padding: 12px 15px;
        border-radius: 20px;
        font-size: 15px;
        font-family: "Open Sans", sans-serif;
        letter-spacing: 0.4px;
    }
    
    #demande select {
        border-right: 12px solid transparent;
        width: 94%;
    }
    
    #demande option {
        padding: 10px;
        outline: none;
        font-size: 16px;
    }
    
    #demande textarea {
        height: 100px;
        resize: none;
    }
    
    #demande #demande_submit {
        padding: 16px 60px;
        border-radius: 30px;
        font-weight: 600;
        text-align: center;
        outline: 0;
        background-color: #303030;
        color: white;
        margin: 0 auto !important;
        margin-top: 20px !important;
        font-size: 16px;
        cursor: pointer;
        letter-spacing: 0.2px;
        border-width: 0;
    }
    
    #demande_captcha {
        margin-top: 10px;
    }
    
    .captcha_image {
        display: inline-block;
        vertical-align: top;
        height: 100px;
        width: auto;
        border-radius: 6px;
    }
    
    .captcha_reload {
        display: inline-block;
        vertical-align: top;
        padding: 8px 10px;
        border: 2px solid #303030;
        color: #303030;
        font-size: 13px;
        font-weight: bold;
        margin-left: 0px;
        transition: 0.3s;
        margin-top: 10px;
    }
    
    .captcha_reload:hover {
        background-color: #303030;
        color: white;
        transition: 0.3s;
    }
    
    #demande li {
        list-style: none;
        padding: 10px 20px;
        color: #CB4335;
        margin-left: -37px;
        width: 92%;
        border: 2px solid #CB4335;
        font-weight: bold;
        font-size: 14px;
    }
       
    /* Faire gérer */
    
    #gerer {
        display: 86%;
        margin: 0 auto;
    }
    
    #gerer #text {
        display: inline-block;
        width: 60%;
        vertical-align: top;
        margin-right: 5%;
    }
    
    #gerer #text #exp {
        width: 90%;
        margin: 0 auto;
        border-radius: 30px;
        margin-bottom: 40px;
    }
    
    #gerer #text p {
        margin: 20px 0;
        padding: 0;
        width: 100%;
        font-size: 17px;
    }
    
    #gerer img {
        display: inline-block;
        width: 33%;
        vertical-align: top;
        height: auto;
        border-radius: 30px;
        margin-top: -50px;
        box-shadow: 10px 10px 30px rgba(2, 2, 2, 0.3);
    }
    
    #gerer #cont {
        background-color: #303030;
        color: white;
        padding: 30px 40px;
        border-radius: 30px;
        margin-top: 60px;
        width: 92%;
        box-shadow: 10px 10px 30px rgba(2, 2, 2, 0.3);
    }
    
    #gerer h4 {
        margin: 0;
        padding: 0;
        font-size: 50px;
        font-weight: bold;
        margin-bottom: 30px;
        margin-left: 16px;
    }
    
    #gerer i {
        margin-left: 0px;
        margin-right: 6px;
    }
    
    #gerer #cont p {
        letter-spacing: 0.7px;
        font-size: 18px;
    }
    
    #gerer p {
        display: block;
        width: 100%;
        margin: 30px auto;
        text-align: center;
        line-height: 26px;
        letter-spacing: 0.2px;
    }
    
    #gerer h5 {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    
    #choix {
        display: block;
        width: 100%;
        margin: 50px 0 100px 0;
    }
    
    #choix i {
        font-size: 44px;
    }
    
    #choix h6 {
        font-weight: normal;
        font-size: 17px;
        margin: 30px 0 0 0;
        padding: 0;
    }
    
    #choix p {
        width: 100%;
        margin: 0;
        text-align: center;
        font-size: 14px;
        margin-top: 5px;
    }
    
    #choix ul {
        display: block;
        width: 70%;
        margin: 40px auto 60px auto;
        text-align: left;
    }
    
    #choix li {
        margin-bottom: 6px;
    }
    
    #choixun, #choixdeux {
        display: block;
        width: 88%;
        padding: 50px 20px 50px 20px;
        border-radius: 36px;
        background-color: white;
        text-align: center;
        margin-bottom: 20px;
    }
    
    #choixun {
        margin-right: 0%;
    }
    
    #choixdeux {
        margin-left: 0%;
    }
    
    #choix a {
        padding: 16px 60px;
        border-radius: 30px;
        font-weight: 600;
        text-align: center;
        outline: 0;
        background-color: #303030;
        color: white;
        margin: 40px auto !important;
        font-size: 16px;
        cursor: pointer;
        letter-spacing: 0.2px;
        border-width: 0;
    }
    
    #concret ol {
        display: block;
        width: 84%;
        margin: 0 auto 120px auto;
    }
    
    #concret li {
        margin: 3px 0 16px 0;
        letter-spacing: 0.4px;
        line-height: 26px;
        font-size: 17px;
    }
    
    #concret li::marker {
        font-size: 30px;
        font-weight: 700;
    }
    
    #concret ol h5 {
        display: block;
        width: 120%;
        margin-bottom: 40px;
        margin-left: -20%;
    
    }
    
    /* visibilité */
    
    #visibilite {
        display: block;
        width: 100%;
    }
    
    #visibilite h5 {
        margin: 20px auto 0 auto;
        padding: 0;
    }
    
    #visibilite p {
        display: block;
        width: 100%;
        margin: 30px auto 30px auto;
        text-align: center;
    }
    
    #visibilite img {
        display: inline-block;
        width: 40%;
        vertical-align: middle;
        height: auto;
        border-radius: 0px;
        margin-top: 0px;
        box-shadow: 0px 0px 0px rgb(2 2 2 / 0%);
        margin: 4%;
        text-align: center;
    }
    
    
    
    /* connexion inscription */
    
    #formulaire form {
        background-color: transparent;
        border-radius: 20px;
        width: 90%;
        margin: 0 auto;
        padding: 40px 0;
    }
    
    #formulaire form label {
        display: block;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px;
        margin-left: 0px;
    }
    
    #formulaire form input {
        display: block;
        outline: none;
        border-width: 0;
        border: 1px solid #303030;
        border-radius: 10px;
        padding: 8px;
        width: 90%;
        margin-bottom: 10px;
    
        display: block;
        width: 90%;
        border-width: 0;
        outline: none;
        padding: 12px 15px;
        border-radius: 20px;
        font-size: 15px;
        font-family: "Open Sans", sans-serif;
        letter-spacing: 0.4px;
    }
    
    #formulaire form button {
        padding: 16px 60px;
        border-radius: 30px;
        font-weight: 600;
        text-align: center;
        outline: 0;
        background-color: #303030;
        color: white;
        margin: 0 auto !important;
        margin-top: 20px !important;
        font-size: 16px;
        cursor: pointer;
        letter-spacing: 0.2px;
        border-width: 0;
    }
    
    /* Une annonce */
    
    #annonce {
        display: block;
        width: 86%;
        margin: 90px auto;
    }
    
    #annonce #principal #droite {
        display: block;
        width: 100%;
        margin-left: 4%;
    }
    
    #annonce #principal h3 {
        font-size: 36px;
        color: #303030;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        /*text-shadow: 6px 6px 2px white;*/
    }
    
    #annonce #principal p {
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: bold;
        /*text-shadow: 6px 6px 2px white;*/
    }
    
    #annonce #principal i {
        margin-right: 8px;
        font-size: 22px;
        /*text-shadow: 5px 5px 2px white;*/
    }
    
    #annonce #imageUne {
        display: block;
        width: 100%;
        border-radius: 30px;
        height: 320px;
        object-fit: cover;
        object-position: center;
    }
    
    #annonce #secondaire {
        display: block;
        width: 94%;
        margin: 0 auto;
    }
    
    #annonce #secondaire #gauche {
        display: block;
        width: 98%;
    }
    
    #annonce #gauche h4 {
        font-size: 20px;
        text-transform: uppercase;
        /*text-shadow: 5px 5px 2px white;*/
    }
    
    #annonce #desc, #annonce #essentiel, #annonce #interieur, #annonce #exterieur {
        border-bottom: 1px solid #bbb;
        padding: 30px 0;
    }
    
    #annonce #desc p {
        font-size: 17px;
        line-height: 28px;
    }
    
    #annonce #droite {
        display: inline-block;
        width: 26%;
        margin-left: 3%;
        vertical-align: top;
    }
    
    #annonce #essentiel p, #annonce #interieur p, #annonce #exterieur p {
        display: inline-block;
        vertical-align: top;
        width: 28%;
        margin: 10px 2% 30px 2%;
        font-size: 14px;
    }
    
    #annonce #secondaire #gauche i {
        display: block;
        font-size: 22px;
        color: #555;
        margin-bottom: 15px;
        /*text-shadow: 4px 4px 0px white;*/
    }
    
    #annonce #secondaire b {
        display: block;
        margin: 8px 0;
    }
    
    #annonce #photo img {
        border-radius: 20px;
        margin: 10px auto 10px auto;
        display: block;
        width: 96%;
    }
    
    #annonce #secondaire #droite {
        display: block;
        width: 80%;
        margin-left: 0;
        margin: 0 auto;
        background-color: #303030;
        color: white;
        padding: 50px 30px 30px 30px;
        border-radius: 20px;
        margin-top: 40px;
        text-align: center;
    }
    
    #annonce #secondaire #droite h4 {
        font-size: 19px;
        margin: 10px 0 20px 0;
        padding: 0;
    }
    
    #annonce #secondaire #a {
        line-height: 22px;
        font-size: 14px;
        width: 100%;
        margin: 20px auto;
    }
    
    #annonce #secondaire #droite #b {
        background-color: #303030;
        color: white;
        padding: 11px 0;
        width: 66%;
        margin: 0 auto;
        border-radius: 20px;
        /*text-shadow: 0 0 black;*/
        font-size: 15px;
        border: 1px solid #666;
    }
    
    #annonce #secondaire #droite i {
        margin-right: 8px;
        /*text-shadow: 3px 3px 1px #ccc;*/
        font-size: 18px;
    }
    
    #annonce #secondaire #droite form {
        display: block;
        margin-top: 30px;
    }
    
    #annonce #secondaire #droite form input {
        background-color: white;
        padding: 12px 16px;
        width: 90%;
        border-radius: 20px;
        outline: none;
        border-width: 0;
        margin-bottom: 8px;
        font-size: 15px;
    }
    
    #annonce #secondaire #droite form input::placeholder {
        font-size: 14px;
        color: #555;
    }
    
    #interet_submit {
        padding: 13px 46px;
        border-radius: 30px;
        font-weight: 500;
        text-align: center;
        outline: 0;
        background-color: #303030;
        color: white;
        margin: 0 auto !important;
        margin-top: 10px !important;
        font-size: 14px;
        cursor: pointer;
        letter-spacing: 1px;
        border-width: 0;
        border: 1px solid #666;
    }
    
    #interet_submit:hover {
        background-color: #666;
    }
}