@import url('https://fonts.googleapis.com/css?family=Quicksand');

* {
    outline: none;
    box-sizing: border-box;
}

body{
  padding:0;
  margin:0;
  overflow-x: hidden;
  /*font-family: 'Quicksand', Arial, Helvetica, sans-serif;*/
  font-size: 0.875rem;
  color: #4b4239;
}

/*------------------------------------------------------------------*/
/*-------------------------------GENERAL----------------------------*/
/*------------------------------------------------------------------*/

.pointer{
  cursor:pointer;
}

.saumon_color{
  color:#f19b86;
}

.font-large{
  font-size: 18px;
}

.error{
  color:#e46a76;
}

.little{
  padding: 5px;
  font-size: 1.2rem;
  line-height: 0;
}

.ok{
  color:#00c292;
}

.btn-success{
  background-color: #3bc2b5!important;
}

.w80{
  width: 80%!important;
  margin: auto;
}

.w60{
  width: 60%!important;
  margin: auto;
}


.w50{
  width: 50%!important;
  margin: auto;
}


/*------------------------------------------------------------------*/
/*-------------------------------MENU-------------------------------*/
/*------------------------------------------------------------------*/


.header {
  position: relative;
  height: 90px;
  color: white;
  /*background: url("../img/Cabinet-avocat-divorce-consentement-mutuel.jpg");*/
  background-color:#991c00;
  background-size: cover;
}

.header_content {
  margin: auto;
  width: 80%;
}

.logo{
  width: 250px;
  height: 60px;
  float: left;
  padding-top: 20px;
  margin-left: -31px;
}

.logo img{
  width: 100%;
}


.num_dossier{
  width: 10%;
  height: 60px;
  float: right;
  padding-top: 25px;
  text-align: center;
  margin-right: 35px;
}

.num_dossier strong{
  font-family: Arial, Helvetica, sans-serif;
}

.telephone{
  background: #994e48;
  border: 1px solid #994e48;
  border-radius: 4px;
  width: 135px;
  height: 40px;
  float: right;
  margin-top: 25px;
  margin-right: 20px;
}

 @media (max-width: 800px) {
   .telephone{
     display:none;
   }
 }

.deconnexion{
  background: #f19b86;
  border: 1px solid #f19b86;
  border-radius: 4px;
  width: 150px;
  height: 40px;
  float: right;
  margin-top: 25px;
  margin-left: 25px;
  text-align: center;
  color:white;
}

.deco-lien{
  float: left;
  margin-top: 8px;
  font-size: 14px;
  width: 100%;
}

.deco-lien:hover{
  text-decoration: underline;
}

.phone-ico{
  margin-right: 5px;
  font-size: 18px;
  margin-left: 15px;
  margin-top: 6px;
  float: left;
}

.phone-number{
  float: left;
  margin-top: 10px;
  margin-left: 4px;
  font-size: 12px;
}

.phone-drapeau{
  margin-top: 8px;
  margin-left: 15px;
  float: left;
}

.phone-gratuit{
  margin-top: 9px;
  margin-left: 5px;
  float: left;
  font-size: 11px;
}

#menu_pc{
  display:none;
}

#menu_mobile{
  display: block;
  position: absolute;
  width: 100%;
  left: 94%;
  top: 34px;
  z-index: 15;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
}

#menu_mobile input{
  position: absolute;
  display: block;
  width: 40px;
  height: 32px;
  top: -7px;
  left: -5px;
  cursor: pointer;
  color: white;
  opacity: 0;
  z-index: 15;
  -webkit-touch-callout: none;
}

#menu_mobile span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: white;
  border-radius: 2px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menu_mobile span:first-child{
  transform-origin: 0% 0%;
}

#menu_mobile span:nth-last-child(2){
  transform-origin: 0% 100%;
}

#menu_mobile input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: white;
}

#menu_mobile input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menu_mobile input:checked ~ span:nth-last-child(2){
  transform: rotate(-45deg) translate(0, -1px);
}

#menu li a:hover{
  color:white;
}

#menu{
  position: absolute;
  width: 118%;
  height: 100vh;
  margin: -75px 0 0 -104%;
  padding: 0px;
  padding-top: 126px;
  background: rgba(0,0,0,0.8);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-150%, 0);
  transition: transform 0.5s cubic-bezier(1.0,0.2,0.05,1.0);
}

#menu li{
  padding: 10px 0;
  font-size: 22px;
}

#menu_mobile input:checked ~ ul{
  transform: none;
}


@media (max-width: 500px) {
  #menu_mobile{
    left: 85%;
  }

  #menu {
    margin: -75px 0 0 -94%;
  }
}



/*--------------------------------------------*/
/*                    BARRE                   */
/*--------------------------------------------*/

.barre{
    background-color: #f9f0eb;
    height: 20px;
    width: 100%;
}

.barre_bg{
  background-color: #f19b86;
  height: 20px;
  text-align: right;
  color: white;
  line-height: 19px;
  font-size: 10px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.barre_texte{
  padding-right:12px;
}

/*--------------------------------------------*/
/*                    CONTENT                 */
/*--------------------------------------------*/

.content{
  margin: auto;
  width: 80%;
  height: auto;
}

h2{
  margin-bottom: 0.5rem;
  /*font-family: 'Quicksand', Arial, Helvetica, sans-serif;*/
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
  text-align: center;
}


h3{
  font-weight: 400;
  font-size: 18px;
}

strong{
  font-weight: 500;
}

.tiny-border {
    height: 1px;
    background: #333;
    background-color: #f19b86;
    background-size: cover;
    width: 40px;
    margin: 20px auto 20px auto;
    display: block;
}

.picto_help{
    text-align: center;
    font-size: 65px;
    margin-bottom: 0;
    margin-top:20px;
    color: #f19b86;
}

.titre_help{
  text-align: center;
  width: 80%;
  margin: auto;
}

.texte_help{
  text-align: center;
  width: 80%;
  margin: auto;
}

.info{
  background-color: #f9f0eb;
}
