﻿*{
  font-size: 15px;
  margin:0px;
  padding: 0px;
}
a{
  text-decoration: none;
  color: #3498db;
}
a:hover{
     text-decoration: none;
}
html, body {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0px;
  font-family: 'Proxima Nova', sans-serif;
}

/*preload*/
#chargementimage{
  display:none ;
}
#image{
  opacity : 0;
  width : 0%;
}


/*			PRELODER			*/
#chargement{
  position: relative;
  top:40%
}
.loader {
  min-width: 100px;
}
/* square loader */
.square-loader {
    position: absolute;
    top: -74px;
    left: 45%;
    z-index: 2;
    width: 150px;
    height: 150px;
    background-color: #38537f;
    animation: rotate 7s infinite ease-in-out;
    transform: rotate(45deg);
}

@keyframes rotate {
  0% {
    transform: rotate(-45deg);
  }
}
.square-small-loader-left{
    position: absolute;
    float: left;
     z-index: 1;
    left: 38%;
    top: -49px;
    width: 100px;
    height: 100px;
    background-color: #2a87a2;
    transform: rotate(45deg);
    animation: translate_1 7s infinite cubic-bezier(0.24, 0.63, 0, 2.68);
}
.square-small-loader-right{
    position: absolute;
    display: inline-block;
     z-index: 1;
    left: 54.5%;
    top: -49px;
    width: 100px;
    height: 100px;
    background-color: #2a87a2;
    transform: rotate(45deg);
     animation: translate_2 7s infinite cubic-bezier(0.24, 0.63, 0, 2.68);
}
@keyframes translate_1 {
  0% {
    transform: translateX(-250px);
  }
}
@keyframes translate_2 {
  0% {
    transform: translateX(250px);
  }
}
.line-loader{
    position: absolute;
    justify-content: center;
    clear: left;
    width: 100%;
    height: 2px;
    background-color: #38537f;
}
.info_loading_titre{
    color: #38527f;
    font-size: 750%;
    text-align: center;
    width: 100%;
    margin-top: -260px;
    margin-left: -1%;
    position: absolute;
}
.info_loading_titre1{
    color: #38527f;
    font-size: 500%;
    text-align: center;
    width: 100%;
    margin-top: 115px;
    margin-left: -1%;
    position: absolute;
}
.info_loading_titre2{
    color: #2a87a2;
    font-size: 500%;
    text-align: center;
    width: 100%;
    margin-top: 220px;
    margin-left: -1%;
    position: absolute;
}


/*		PAGE INDEX.PHP			*/
.fond{
    background: #191818;
    height: 500px;
}
#fond{
background: #191818;
}
.titre-rakhe{
    position: relative;
    top: -349px;
    right: 32%; 
}
.titre2-rakhe{
    position: relative;
    top: -461px;
    left: 37%;  
}

h2 {
  margin-bottom: 2px;
  font-size: 10px;
  color: #b08e3f;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h2.sous-titre{
    color: #38537f;
    text-transform: none;
    font-size: 24px;
    margin:79px 0 43px 0;
}
h2.sous-titre2{
    color: #38537f;
    text-transform: none;
    font-size: 30px;
    margin:49px 0 43px 0;
}
h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
a.titreh3{
font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    color: white;
}
a.titreh3:hover{
font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    color: #4aaeac;
}

h6 {
  margin-bottom: 2px;
  font-size: 10px;
  color: #f7ad1d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.enveloppe-texte{
    margin: 20px 0 60px 0;
    font-weight: bold;
    
}
/* CONTACT */
.fond-contact{
    background: #2a87a2b8;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 60px;
}
#signin{
    margin: 0 0 0 0px;
    position:relative; 
    overflow:hidden;
}
#signin .form-title{
    font:500 16px/1 'Roboto',sans-serif; 
    color:#EBEBEB; 
    text-align:center; 
    margin:35px 0;
}

#signin .input-field{
    position:relative; 
    height:50px;
    margin:35px 0; 
    transition:all 300ms;
}
#signin .input-field i{
    position:absolute; 
    bottom:23px; 
    left:35px; 
    color:#BBBBBB; 
    height:0; 
    visibility:hidden; 
    font-size:0; 
    transition:all 100ms;
}
#signin .input-field label{
    width:100%; height:100%; 
    position:absolute; 
       margin: 11px 0 0 20px;
    left:4px; 
    font:400 16px/1 'Roboto',sans-serif; 
    color:#FFF; opacity:1; transition:all 300ms;
}
#signin .input-field input{
    width:calc(100% - 70px); 
    height:4px; font:500 16px/1 'Roboto',sans-serif; 
    padding:0 20px 0 50px; 
    border:none; 
    box-shadow:0 10px 10px rgba(0,0,0,0.25); 
    color:#606060; 
    border-radius:6px;
    outline:0; 
    overflow:hidden; 
    position:absolute; 
    bottom:0; 
    left:0; 
    transition:all 300ms;
    margin: 0 0 0 20px;
}

#signin .forgot-pw{
    font:600 14px/1 'Roboto',sans-serif; 
    color:#2E3C89; 
    text-decoration:none; 
    float:right; 
    margin:0 0 25px 0; 
    display:block;
}
#signin button.login{
    min-height:60px;
    font:500 16px/1 'Roboto',sans-serif; 
    width:100%; padding:20px; 
    display:block; 
    background:#2a87a2;
    color: white; 
    border:none; 
    outline:0; 
    cursor:pointer; 
    position:absolute; 
    left:0; 
    bottom:0;
    border-radius: 10px 10px 10px 10px;
}
#signin .check{
    width:100%; 
    height:100%; 
    background:#64a086; 
    color: white; 
    position:absolute; 
    top:100%; left:0; 
    text-align:center;
    visibility:hidden; 
    transition:all 1s;
     border-radius: 10px 10px 10px 10px;
}
#signin .check.in{
    visibility:visible; 
    top:0;
}
#signin .check i{
    color:#FFF; 
    font-size:64px; 
    line-height:7.4;
}

#signin .input-field input:focus{
    color:#333;
}
#signin .input-field input:focus, #signin .input-field input.not-empty{
    height:auto; padding:14px 20px 14px 50px;
}
#signin .input-field input:focus + i, #signin .input-field input.not-empty + i{
    font-size:24px; 
    bottom:28px; 
    height:10px; 
    visibility:visible;
}
#signin .input-field input:focus + i + label, #signin .input-field input.not-empty + i + label{
    font-size:12px;
    margin-top:-15px; 
    opacity:0.7; 
    animation:label 300ms 1;
}

@keyframes label{
	0%{margin-top:-15px;}
	50%{margin-top:-25px;}
	100%{margin-top:-15px;}
}
.form-control{
    margin-bottom: 45px;
}
.message{
    color: white;
    font: 400 16px/1 'Roboto',sans-serif;
   margin: 43px 0 16px 20px;
}
.message-texte{
    width: 96%;
}
#signin .bas{
    margin-bottom: 52px;
}

footer{
  background: #38537f;
  line-height: 45px;
  color: white;
  position: absolute;
  width: 100%;
}
.mentions{
  font-size:12px;
}
.img_pied{
  width: 30px;
  padding: 5px;
}
.img_pied_plan{
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  margin-top : 5px;
}
.italique{
  font-size: 12px;
}
.reseau{   
    margin: 0 0 0 -18px;
}
a.lien-direction{
    color:#4aaeac;
}
.lien-direction:hover{
    color:white;
}

/*		VERSION MD INDEX.PHP		*/

.titre-rakhe-md{
    position: relative;
    top: -349px;
    right: 36%; 
    margin-bottom: 55px;
}
.titre2-rakhe-md{
    position: relative;
    top: -482px;
    left: 38%; 
}
/*		VERSION SM INDEX.PHP		*/
.titre-rakhe-sm{
    position: relative;
    top: -40px;
    /* left: 38%; */
    margin-bottom: 95px;
}
/*		VERSION XS INDEX.PHP		*/
.taille-xs{
    font-size:13px;
}
#fond-xs{
    background: #191818;
}
.image-rakhecorporation{
    margin:60px 0 30px 0px;
   
}
.copy-envloppe-xs{
    border: 1px solid #2f2f2f;
    margin: -53px 0 30px 0;
    color:white;
    padding: 40px 30px 12px 30px; 
    z-index: 8;
    
}
.deplacement-image-xs{
    z-index: 10;
    position: relative;
}
.footer-xs{
    font-size: 11px;
    line-height: 40px;
}




/*nouveau site nov 2017*/
.supérieur{
  position: fixed;
  top:0px;
}
.sous-titre_principal{
    color: #191818;
    text-transform: none;
    font-size: 23px;
    margin: 32px 0 0 0;
    text-align: right;
}
.entete{
    background: #38537f;
    line-height: 60px;
    color: white;
    position: relative;
}
.image-logo_rakhecorporation{
    width: 18%;
    position: relative;
}
.entete_logo{
    background: white;
    position: relative;
}
.menu_rakhe{
    background: #2a87a2;
    line-height: 60px;
    color: white;
    position: relative;
}
a.navigation{
  color: white;
}
.navigation{
    text-decoration:none;
    color: white;
    cursor: pointer;
}
.navigation:hover{
    text-decoration:none;
    color: #38537f;
    cursor: pointer;
}
.navigation:visited{
    text-decoration:none;
    cursor: pointer;
}
a.navigation_sm{
  color: white;
}
.navigation_sm{
    text-decoration:none;
    color: white;
    cursor: pointer;
    font-size: 10px;
}
.navigation_sm:hover{
    text-decoration:none;
    color: #38537f;
    cursor: pointer;
    font-size: 10px;
}
.navigation_sm:visited{
    text-decoration:none;
    cursor: pointer;
    font-size: 10px;
}
.image_fond{
  width: 100%;
  position: absolute;
  margin-top: 100px;
}
.video_play{
    width:100%;
    position: absolute;
    margin: 100px 0;
    opacity: .8;
}
.video_play_sm{
    width:100%;
    position: absolute;
    margin: 165px 0;
    opacity: .8;
}
.video_play_xs{
    width:100%;
    position: absolute;
    margin: 120px 0;
    opacity: .8;
}
.welcome{
    width: 100%;
    text-align: center;
    line-height: 60px;
    position: relative;
    margin: 12% 0%;
    font-size: 55px;
    color: #ffffff;
    font-family: arial;
    text-shadow: #191818 2px 2px, #191818 -2px 2px, #191818 -2px -2px, #191818 2px -2px;
}
.welcome_sm{
    width: 100%;
    text-align: center;
    line-height: 60px;
    position: relative;
    margin: 12% 0%;
    font-size: 30px;
    color: #ffffff;
    font-family: arial;
    text-shadow: #191818 2px 2px, #191818 -2px 2px, #191818 -2px -2px, #191818 2px -2px;
}
.welcome_xs{
    width: 100%;
    text-align: center;
    line-height: 30px;
    position: relative;
    margin: 12% 0%;
    font-size: 16px;
    color: #ffffff;
    font-family: arial;
    text-shadow: #191818 1px 1px, #191818 -1px 1px, #191818 -1px -1px, #191818 1px -1px;
}
.qui{
  background: white;
  position: relative;
    font-size: 20px;
    color: #191818;
    font-family: arial narrow;
    text-align: center;
    margin-top: 60px;
}
a.navigation_qui{
  color: #38537f; 
}
.navigation_qui{
    text-decoration:none;
    color: #191818; 
    cursor: pointer;
    font-weight: 600;
}
.navigation_qui:hover{
    text-decoration:none;
    color: #2a87a2;
    cursor: pointer;
    font-weight: 600;
}
.navigation_qui:visited{
    text-decoration:none;
    cursor: pointer;
    font-weight: 600;
}
.navigation_qui_picto img{
    text-decoration:none;
    cursor: pointer;
}
.navigation_qui_picto img:hover{
    text-decoration: none;
    cursor: pointer;
    opacity: .65;
    border: 1px solid #191818;
}
.navigation_qui_picto img:visited{
    text-decoration:none;
    cursor: pointer;
}
.taille_qui{
  background: white;
  position: relative;
    font-size: 16px;
    color: #191818;
    font-family: arial narrow;
    text-align: left;
    margin-top: 0px;
}
.image-input_ech-avocat{
    width: 100%;
    position: relative;
    text-align: center;
    border-radius: 10px;
}
.image-input_ech-avocat_logo{
  width: 100%;
  position: relative;
  text-align: center;
  border-radius: 10px;
  margin: 0px 0px 0px 35px;
}
.contact{
    background: white;
    position: relative;
    font-size: 20px;
    color: #191818;
    font-family: arial narrow;
    text-align: center;
    margin-bottom: 60px;
}
.facebook_pick{
  width: 4%;
  cursor: pointer;
}
.facebook_pick_black{
  width: 16%;
  margin: 7% 0 0 0;
  cursor: pointer;
}
.facebook_pick_black_rgpd{
    width: 10.9%;
    margin: 7% 0px 0 6px;
    cursor: pointer;
}
.facebook_pick_black_xs{
  width: 50px;
  cursor: pointer;
}
.facebook_pick_black_rgpd_xs{
    width: 33.5px;
    cursor: pointer;
}
.facebook_pick_black_foot{
  width: 10%;
  margin: 0 0 0 0;
  cursor: pointer;
}
.sous_titre{
  margin: 10px;
  color: #2a87a2;
}
h2.sous_titre_presta{
    color: #b08e3f;
    text-transform: none;
    font-size: 30px;
    margin: 8px 0 0px 0;
}
.homeheading{
    width: 55px;
    border-width: 2px;
    border-color: #38537f !important;
    margin: auto;
    padding: 20px;
}

/* bouton back */
#scrolltop{
    position: fixed;
    right: 0px;
    bottom: 65px;
    z-index: 1;
    opacity: .8;
}
#scrolltop_xs{
    position: fixed;
    right: 0px;
    bottom: 45px;
    z-index: 1;
    opacity: .8;
}
#scrolltop:hover{
    position: fixed;
    right: 0px;
    bottom: 65px;
    z-index: 1;
    opacity: 1;
}
#scrolltop_xs:hover{
    position: fixed;
    right: 0px;
    bottom: 45px;
    z-index: 1;
    opacity: 1;
}
.pick_top{
  width: 50px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}
.pick_top_xs{
  width: 40px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}