/* Feuille de style pour les sections du site www.moovin-appart.com */
/*--------------------------------------------*/
/*----------------CSS GENERAL-----------------*/

body 
{    
    background-color: white; /* couleur de fond de la page */
    display: flex; /* met en place flexbox */
    flex-direction: column;  /* éléments en colonnes */
    padding:0px; /* supprime le padding par défaut */
    margin: 0px; /* supprimer les marges par défaut */
}

h1, h2, h3, p, figcaption
{
    margin: 0px; /* supprime le saut de ligne après les titres */
    padding:0px; /* supprime le padding */
    font-family: 'Open Sans', sans-serif;  /* type de police */
}

a
{
text-decoration: none;   /* supprimer les décorations des liens */
}

.word_height_small
{
  font-size: small;
}
.word_height_medium
{
  font-size: medium;
}
.word_height_large
{
  font-size: large;
}
.word_height_x-large
{
  font-size: x-large;
}
.word_bold_500
{
  font-weight: 500;
}
.word_bold_600
{
  font-weight: 600;
}
.word_bold_700
{
  font-weight: 700;
}
.word_bold_800
{
  font-weight: 800;
}
.word_italic
{
  font-style: italic;
}
.word_blue
{
  color: #4FC3F7;
}
.word_white
{
  color: white;
}
.word_light_grey
{
  color:#999999;
}
.word_dark_grey
{
  color:#424242;
}

/*------ CTA en bas de section --------*/

.main_cta
{  
  position:absolute;
  bottom: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_cta p
{
  margin-bottom: 6px;
}

.cta
{
cursor: pointer; /* changer le pointer */
font-family: 'Open Sans', sans-serif;  /* type de police */
font-size: medium; /* taille de police */
font-weight: 700; /* taille de police */
text-align: center; /* centre le texte en horizontasl */
color:#4FC3F7; /* couleur de texte */
text-shadow: 0px 3px 6px #0000001c; /* ombre du texte */
height: 34px; /* hauteur du bouton */
width:250px; /* largeur du bouton */
border-radius:2px; /* arrondi les bords */
border:none; /* supprime la bordure */
box-shadow:0px 3px 6px #0000001c; /* ombre du bouton */
-webkit-appearance: none; /* pour que les boutons s'affichent bien sur mobile */
}

.cta_white
{
    background:white; /* couleur du bouton */
}

.cta_blue
{
    background:#4FC3F7; /* couleur du bouton */
    color:white;
}

.cta:hover 
{
  background:rgb(241, 241, 241); /* couleur du bouton en hover*/
}

#avantages .cta:hover 
{
	background:rgb(75, 183, 233); /* couleur du bouton en hover*/
}





/* TOUT CE QUI CONCERNE LE CSS DE MORY ET DE L'ANCIENNE HOME PAGE AVANT LE 2019/07/02 */

.fas
{
  font-size: x-large;
  color: white;
  margin-left: 10px;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 25px; /* Location of the box */
    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.6); /* Black w/ opacity */
	text-align:center;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.messageConfirmation {
    text-align:left;
    width: 25% !important;
	border: 2px solid #01579B;
}

/* The Close Button */
.close {
    color: #4fc3f7;
    float: right;
    margin-right: 20px;
    font-size: 55px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 25px; /* Location of the box */
    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 */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.champlogsign {
    background: #fff;
    width: 100%;
    line-height: 45px;
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    margin-top: 10px;
    border-color: rgba(112,112,112,0.5);
    -webkit-appearance: none; /* pour que les boutons s'affichent bien sur mobile */
}

.be-popup-sign-button {
    background: #4fc3f7;
    -webkit-appearance: none; /* pour que les boutons s'affichent bien sur mobile */
}

.btn {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    padding: 15px 30px;
    margin-top: 10px;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-appearance: none; /* pour que les boutons s'affichent bien sur mobile */
}

.btnfb {
  color: #fff !important;
  background: #29487d;
  -webkit-appearance: none; /* pour que les boutons s'affichent bien sur mobile */
}

.container_general
{
display: flex;
flex-direction: column;
width:102%;
}

.container_btns
{
display: flex;
flex-direction: column;
}