/* Eléments principaux de la page */

body
{
	/*background: url('images/fond/14.jpg');
  background-size: 100%;*/
  background-color: #E7E7E7;
}


#bloc_page
{
	margin:auto;
	width:1000px;
	height:auto;
	background-color:/*rgba(255, 255, 255, .3*/#E7E7E7;
	font-family: 'Julius Sans One', sans-serif;
  color: black  ;
}


/* Header */

header
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


#titre_principal
{
    display: flex;
    flex-direction: column;
}

#logo
{
  display: block;
  flex-direction: row;
  align-items: baseline;
	position:static;
	margin-top:20px;
	margin-left:43px;
	
}

#logo img
{
    width: 122px;
    height: 60px;
}

/* Navigation */

#nav_container
{
    clear: right;
}

*{
    vertical-align: baseline;
    margin: 0px;
    padding:0px;
}

div{
    display: block;
}

#main_menu
{
    float: left;
    padding: 30px 0px 0px 36px;
}

ul
{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

#main_menu li
{
    width:12.4em;
    display:block;
    border-left:1px solid rgb(67,67,67);
    float: left;
    list-style-type: none;
    text-align: center;
    position: relative;
    padding-bottom: 0px;
}

*{
    vertical-align: baseline;
    margin:0px;
    padding:0px;
}

li
{
    display: list-item;
}

#main_menu li a
{
    text-align: center;
    display: block;
    color: /*rgb(255,255,255)*/ black;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    padding:0px 10px;
}

a
{
    color: /*rgb(102,102,102)*/ black;
    cursor: pointer;
    text-decoration: none;
}

*{
    vertical-align: baseline;
    margin:0px;
    padding:0px;
}

#main_menu li a:hover
{
    color: black;
    font-weight: bold;
}

/*Nav-box*/

ul#nav-box 
{
        margin : 0 0 1.5em 0;
        margin-top: 30px;
        padding : 5px 1em 5px 0;
        list-style-type : none;
        background-color: #E7E7E7; /*barre*/
        font-weight : bold;
        font-size : 0.9em;
        text-align: center;
        font-family: 'Ubuntu', sans-serif;
 }

 ul#nav-box li 
 {
        display: inline;
        padding : 5px 0;
 }
 
 ul#nav-box li a 
 {
        padding : 5px 1em 5px 1em;
        color: white; /*écriture*/
        text-decoration: none;
        border: 1px solid black; /*couleur barre*/
        background-color: black;
}

ul#nav-box li a:hover 
{
        background-color: #E7E7E7; /*fond après*/
        color: #4b4b69; /*écriture après*/
        font-weight: bold;
        border-left: 1px solid black;
}

.section {
  font-family: 'Ubuntu', sans-serif;
}

h3 {
  color: rgba(0, 0, 0, 0.6);
} 

.offer {
  display: flex;
  height: 200px;
  color: black;
  border: 1px solid #78797a;
  background: /*rgba(0, 0, 0, 0.288)*/ white;
  -webkit-box-shadow: 10px 13px 32px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 10px 13px 32px -6px rgba(0, 0, 0, 1);
  box-shadow: 10px 13px 32px -6px rgba(0, 0, 0, 1);
  font-family: 'Ubuntu', sans-serif;
}

.offer:not(:last-child) {
  margin-bottom: 15px;
}

.offer_image {
  width: 66%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.offer_image > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.offer_details {
  width: 100%;
  padding: 25px 25px 25px 20px;
  position: relative;
}

.offer_details > .price {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3em;
}

.offer_details > .price::after {
  content: "/mois";
  font-size: small;
  font-weight: normal;
  margin-left: 5px;
}

.offer_details > .more {
  border: 1px solid #78797a; /*A CHANGER*/
  color: #78797a;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1em;
  position: absolute;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
}

.more:hover {
  color: black;
  border: 1px solid white;
  transition: 200ms;
}

.chars {
  	position: absolute;
  	top: 25%;
  	margin-left: 10px;
	font-family: 'Ubuntu', sans-serif;
}

.chars:before {
  content: "";
  display: block;
  background: #78797a;
  width: 3px;
  height: 80px;
  margin-top: 10px;
  position: absolute;
  left: -10px;
}

.chars > ul,
.chars > ul > ul {
  list-style-type: none;
  padding: 0;
}

.chars > ul > li,
.chars > ul > ul > li {
  display: inline;
  font-size: 1.5em;
}

.chars > ul > ul > li:not(:first-child)::before {
  /*content: "â€¢";*/
  margin: 0 5px 0 4px;
}

.offer_type {
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  color: #c6c6c6; /* A CHANGER*/
  font-size: 1.3em;
}

.agence {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #c6c6c6; /* A CHANGER*/
  text-transform: uppercase;
}

.arrondi{
    border-radius: 50px;/*Identique à border-radius: 50px/50px*/
}

/* bas de page */

#nav_footer{
    display: flex;
    font-family: 'Ubuntu', sans-serif;
}

#nav_footer ul{
    display: flex;
}

#nav_footer li{
    margin-left: 30px;
    margin-top: 30px;
}

#hautpage{
    margin-left: 300px;
    color: black;
}