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;
}

/**/

#desktop {
	display: block;
	width: 74%;
	margin: 0 13%;
	padding: 16px 0 10px 0;
	position: absolute;
	z-index: 99;
}

#desktop h1, #stickymenu h1 {
	display: inline-block;
	width: 20%;
	margin: 0;
	padding: 0;
	color: white;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 30px;
    letter-spacing: 0.4px;
    vertical-align: middle;
}

#desktop h1 img {
	height: 100px;
	margin-left: 30px;
}

#desktop #menu, #stickymenu #menu {
	display: inline-block;
	width: 65%;
	text-align: center;
	vertical-align: middle;
}

#desktop #menu a, #stickymenu #menu a {
	text-transform: uppercase;
    margin: 0 10px;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: 13px;
	transition: 0.2s;
	padding: 8px 14px;
	border-radius: 8px;
	font-family: "Open Sans", sans-serif;
}

#desktop #menu a:hover {
	background-color: rgba(255,255,255,0.16);
	transition: 0.2s;
}

#desktop #connexion {
	display: inline-block;
    width: 14%;
    text-align: right;
    color: white;
    font-size: 30px;
    vertical-align: middle;
}

#stickymenu #connexion {
	display: inline-block;
    width: 14%;
    text-align: center;
    color: white;
    font-size: 30px;
    vertical-align: middle;
}

#stickymenu {
	display: none;
	position: fixed;
	width: 100%;
	background-color: #575656;
	color: white;
	z-index: 86;
	transition: 0.7s;
	padding: 6px 0;
	top: 0;
}

#stickymenu img {
	height: 70px;
	margin-left: 60px;
	margin-right: -60px;
}

#stickymenu a:hover {
	font-weight: bold;
}

#stickymenumobile, #mobile, #menumobile {
	display: none;
	visibility: hidden;
}

/**/

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: fixed;
	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: 70%;
	margin: 0 auto;
	margin-top: 120px;
	font-size: 62px;
	font-family: 'Open Sans', serif;
	color: white;
	font-weight: 700;
}

#home h3 {
	width: 50%;
	margin: 20px auto;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	letter-spacing: 0.4px;
	color: white;
	line-height: 30px;
}

#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: 10px;
    transition: 0.3s;
}

#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: 76%;
	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;
}

/**/ 

#carre {
	display: block;
	width: 86%;
	margin: 100px auto 140px auto;
}

#carre #invest, #carre #achat {
	display: inline-block;
	width: 45%;
	max-width: 100%;
	margin: 0 2.4%;
	border-radius: 25px;
	overflow: hidden;
	height: 420px;
	min-height: 420px;
	max-height: 420px;
	cursor: pointer;
}

#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: 230px;
	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 25%,rgba(0,0,0,0.7));
	padding: 20px 30px;
	width: 100% !important;
	height: 100% !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: 38px;
    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: inline-block;
	vertical-align: top;
	width: 29%;
	margin: 0 2%;
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 15px;
}

#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: 14%;
	background-color: transparent;
	margin: 0;
	margin-right: 1%;
}

#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: 6%;
	margin: 0;
}

#biens #ok div {
	display: block;
	width: 100%;
}

#biens .soumettre {
	padding: 14px 20px;
    border-radius: 30px;
    font-weight: 600;
    text-align: center;
    outline: 0;
    background-color: #303030;
    color: white;
    margin: 0 auto !important;
    margin-top: 28px !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: fixed;
}

#chiffres .blackground {
	padding: 110px 0;
}

#chiffres #contenu {
	display: block;
	width: 82%;
	margin: 0 auto;
	color: white;
}

#chiffres #contenu .col {
	display: inline-block;
	vertical-align: top;
	width: 29%;
	margin: 0 2%;
	text-align: center;
}

#chiffres i {
	font-size: 46px;
	font-weight: bold;
}

#chiffres p {
	margin-top: 25px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 17px;
	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: inline-block;
	width: 22%;
	margin: 0 2% 0 0;
	vertical-align: top;
}

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: inline-block;
	width: 49%;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	margin-top: 80px;
}

footer #credit {
	display: inline-block;
	width: 49%;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	margin-top: 80px;
}

footer #copy a, footer #credit a {
	font-weight: bold;
}

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: 100px auto;
}

#pagecontact h3, #page h3, #biens h3, #formulaire h3 {
	font-size: 70px;
	color: #303030;
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	/*text-shadow: 10px 8px 2px white;*/
}

#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: inline-block;
	vertical-align: top;
	width: 44%;
	margin: 0 0 0 5%;
}

#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 #info {
	margin-left: 10%;
	width: 39%;
}

#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: 90%;
	margin: 0 auto 20px auto;
	letter-spacing: 0.2px;
	font-size: 16px;
}

#biens div {
	margin-bottom: 30px;
}

/* Vendre */

#contenuvendre {
	display: block;
	width: 75%;
	margin: 0 auto;
}

#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: 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;
}

#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: 10px;
	transition: 0.3s;
}

.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;
}

#contenuvendre {
	display: block;
	margin-bottom: 120px;
}

/* 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: 75%;
	margin: 30px auto 50px auto;
	text-align: center;
	line-height: 26px;
	letter-spacing: 0.2px;
}

#gerer h5 {
	display: block;
	width: 70%;
	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: inline-block;
	width: 42%;
	padding: 50px 20px 50px 20px;
	border-radius: 36px;
	background-color: white;
	text-align: center;
	vertical-align: top;
}

#choixun {
	margin-right: 3%;
}

#choixdeux {
	margin-left: 3%;
}

#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: 56%;
	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: -12%;

}

/* visibilité */

#visibilite {
	display: block;
	width: 100%;
}

#visibilite h5 {
	margin: 20px auto 0 auto;
	padding: 0;
}

#visibilite p {
	display: block;
	width: 60%;
	margin: 30px auto 50px auto;
	text-align: center;
}

#visibilite img {
	display: inline-block;
    width: 15%;
    vertical-align: middle;
    height: auto;
    border-radius: 0px;
    margin-top: 0px;
    box-shadow: 0px 0px 0px rgb(2 2 2 / 0%);
	margin: 0 25px;
}



/* connexion inscription */

#formulaire form {
	background-color: transparent;
	border-radius: 20px;
	width: 50%;
	margin: 0 auto;
	padding: 40px;
}

#formulaire form label {
	display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 2px;
}

#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: inline-block;
	vertical-align: top;
	width: 34%;
	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: inline-block;
	vertical-align: top;
	width: 60%;
	border-radius: 50px;
	height: 520px;
	object-fit: cover;
	object-position: center;
}

#annonce #secondaire {
	display: block;
	width: 100%;
}

#annonce #secondaire #gauche {
	display: inline-block;
	width: 68%;
	vertical-align: top;
}

#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: 20%;
	margin: 10px 2% 30px 2%;
}

#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: 30px;
	margin: 10px 4% 10px 0;
	display: inline-block;
	vertical-align: top;
	width: 45%;
}

#annonce #secondaire #droite {
	display: inline-block;
	width: 24%;
	vertical-align: top;
	margin-left: 3%;
	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: 84%;
    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: 70%;
	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 36px;
    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;
}


/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  justify-items: center;
  align-items: center;
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
