.social-network
{
    width:300px;
    height:100px;
}
.newsletter
{
    width:455px;
    height:100px;
}
.newsletter .param
{
    width: calc( 100% - 135px );
    height:44px;
    margin-right:5px;
}

.newsletter .sendbutton
{
    width:120px;
    height:48px;
}

.newsletter .form-newsletter
{
    margin-top:10px;
}

.form-newsletter input[type="submit"] 
{
    background-color: #fff;
    height:50px;
    width: 120px;
    -webkit-appearance: button;
    cursor: pointer;
    border-radius: 2px;
    border: solid 1px #999999;
    float: right;
}

.newsletter .label,
.social-network .label
{
    width: 350px;
    height: 15px;
    font-family: Lato;
    font-size: 0.75rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.57px;
    color: #4d4d4d;
}

.newsletter .label h3,
.social-network .label h3
{
    font-family: Lato;
    font-size: 0.75rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.57px;
    color: #4d4d4d;
}
.social-network ul
{
    list-style-type: none;
    display:inline;
    padding:0;
}

.social-network ul li
{
    float:left;
    width: 120px;
    height: 48px;
    border:1px solid #999999;
    margin-top: 10px;
    padding-left: 10px;
}

.social-network .flickr 
{
    margin-left:15px;
}

.social-network a:link
{
    height:37px;
    line-height: 45px;
}

.social-network .twitter a:link::before
{
  content:url(images/1_Icone-Twitter.svg);
  height:37px;
  float: left;
  padding-top: 5px;
  padding-right: 10px;
}

.social-network .flickr a:link::before
{
  content:url(images/1_Icon-Flickr.svg);
  height:37px;
  float: left;
  padding-top: 5px;
  padding-right: 10px;
}

.totopbutton  a:link::after
{
  content:url(images/1_Footer-Chevron-retour-haut-page.svg);
  height:37px;
  float: right;
  padding-top: 5px;
  padding-right: 10px;
}



.totopbutton
{
    width:120px;
    height:20px;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    padding: 15px;
    float: right;
}

.totopbutton a:link {
    font-family: Lato;
    font-size: 0.75rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.14px;
    color: rgba(255, 255, 255, 0.8);
  }


  .respheaderbutton
  {
    background-color: #fff;
    display: none;
  }
  
  .respheaderbutton button
  {
    background-color: #fff;
    border:none;
    display: none;
    float: left;
  }
  
  .respheaderbutton button#toggle_sbar
  {
    background-color: #fff;
    border-right:1px solid grey;
  }
  
  .respheaderbutton button#toggle_menu::after
  {
    color: #fe421f;
    font-family: 'glyphicons_tl';
    content: "\e236";
    height: 57px;
    width: 160px;
    border: none;
    font-size: 2.5rem;
    display: block;
    float: left;
    text-align: center;
    margin-top: 10px;
  }
  .respheaderbutton button#toggle_sbar::after
  {
    color: #fe421f;
    font-family: 'glyphicons_tl';
    content: "\e003";
    height: 57px;
    width: 160px;
    border: none;
    font-size: 2.5rem;
    display: block;
    float: left;
    text-align: center;
    margin-top: 10px;
  }
  #block-respheaderbuttonblock 
  {
    display: none;
  }

  @media (max-width: 1023px) 
  {
    .respheaderbutton
    {
      background-color: #fff;
      width: 180px;
      display: inline-block;
    }
  
    .respheaderbutton button#toggle_menu
    {
      display:block;
      border-right:1px solid grey;
    }
  
    #block-respheaderbuttonblock 
    {
      display: inline-block;
      float: right;
      margin-right: 80px;
    }

    
}  
  
@media (max-width: 700px) 
{

  .respheaderbutton
  {
    background-color: #fff;
    width: 100%;
    display: inline-block;
  }
  #block-respheaderbuttonblock 
  {
    display: inline-block;
    width: 100%;
    float: left;
    margin-right: 0;
  }
  
  .respheaderbutton button
  {
    width: 50%;
  }

  .respheaderbutton button#toggle_sbar
  {
    display:block;
  }
  .respheaderbutton button#toggle_menu
  {
    display:block;
    border-right:none;
  }

  .respheaderbutton button#toggle_sbar::after
  {
    width: 100%;
  }
  .respheaderbutton button#toggle_menu::after
  {
    width: 100%;
  }

}

