/* 1.1 Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  list-style-position: inside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0px;
}

iframe {
  width:  600px ;
  height: 450px ;
  border: 0;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.archivestd {
  width: 20%;
}


/* 1.2 General */
html {
  font-size: 62.5%;
}

body {
  background: #f3f3f3;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}

.wrapper {
  width: 964px;
  margin: 0px auto;
}

.wide-header {
  width: 100%;
  background: #fff;
  margin: 5px 0 5px 0;
}

.header-droit {
  width: 300px;
  margin-top: 20px;
  line-height: 14px;
  color: #6d7c88;
  text-align: right;
  font-weight: 700;
  float: right;
}

.header-droit .header1 {
  line-height: 22px;
  font-size: 22px;
  color: #aaaaaa;
}
.header-droit .header1 a {
  text-decoration: none;
  color: #aaaaaa;
  font-weight: 700;
}
.header-droit .header1 a strong {
  font-weight: 700;
}

.header-droit .header2 {
  line-height: 22px;
  font-size: 22px;
  color: #cccccc;
}
.header-droit .header2 a {
  text-decoration: none;
  color: #cccccc;
}

.header-droit a {
  color: #cccccc;
  text-decoration: none;
}

.wide-nav {
  width: 100%;
  text-align: left;
  height: auto;
  padding: 20px 0px;
  background: #53565a;
}
.wide-nav h1 {
  width: 100%;
  font-weight: 700;
  font-size: 30px;
}
table#photo-alexis-baumann {
  width: 100%; 
}
td#alexis-baumann-td1 {
  width: 30%;
  vertical-align: top;
}
td#alexis-baumann-td2 {
  padding-left: 20px;
  vertical-align: top;
}
img#alexis-baumann {
  width: 100%;
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?or2s07");
  src: url("fonts/icomoon.eot?#iefixor2s07") format("embedded-opentype"), url("fonts/icomoon.woff?or2s07") format("woff"), url("fonts/icomoon.ttf?or2s07") format("truetype"), url("fonts/icomoon.svg?or2s07#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
  content: "\e605";
}

.icon-googleplus:before {
  content: "\e601";
}

.icon-facebook:before {
  content: "\e600";
}

.icon-vimeo:before {
  content: "\e602";
}

.icon-twitter:before {
  content: "\e603";
}

.icon-linkedin:before {
  content: "\e604";
}

/* Header Top */
.header-gauche {
  margin: 25px 0px;
  float: left;
}
.header-gauche .logo {
  width: auto;
  height: 60px;
  display: block;
  float: left;
}
.header-gauche .logo img {
  width: auto;
  max-height: 130%;
}

nav {
    margin: 10px 0 0 0;
    float: left;
}

nav ul {
  list-style: none;
  float: right;
}

nav li {
    height: 40px;
    margin-left: 40px;
  position: relative;
  float: left;
}

nav li:first-child {
    margin-left: 0px;
}

nav li a {
  padding: 5px 10px;
  display: block;
  color: #757070;
  text-decoration: none;
  border: 1px solid #f3f3f3;
  font-size: 20px;
}
nav li a:hover {
    border: 1px solid #dee0e2;
}
nav li ul {
    top: 40px;
  display: none;
  position: absolute;
  background: #f3f3f3;
  z-index: 99999;
  width: 300px;
}
nav li:hover > ul {
  display: block;
}
nav li ul li {
  width: 100%;
  margin-left: 0px;
  float: none;
}
nav li ul li a {
  height: 40px;
  padding: 0px 10px;
  line-height: 40px;
  font-weight: normal;
  border: none;
  font-size: 14px;
}
nav li ul li a:hover {
    background: #dee0e2;
    border: none;
}
nav li ul ul {
  background: #f3f3f3;
  top: 0;
  left: 100%;
}
nav li.current-menu-item a {
  color: #757070;
}


/* Subheader */
#subheader {
  width: 100%;
  height: auto;
  background-position: center;
}
#subheader img{
  width: 100%;
  height: auto;
}



/* 1.6 Content */
#content {
  width: 100%;
  background: #fff;
  padding: 20px 0px;
  float: left;
}
#content .content-article {
  width: 100%;
}
#content .content-article .content-article-image {
  width: 362px;
  height: auto;
  margin-right: 38px;
  margin-bottom: 20px;
  float: left;
}
#content .content-article .content-article-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
#content .content-article h3 {
  color: #757070;
  font-family: "Roboto Slab", sans-serif;
  font-size: 24px;
}
#content .content-article p {
  margin-top: 25px;
  line-height: 24px;
  color: #757070;
  font-family: "Roboto Slab", sans-serif;
}
#content .content-about {
  width: 100%;
  margin-top: 60px;
}


/* 1.7 Footer */
#footer {
  width: 100%;
  background: #53565a;
  padding: 40px 0px;
  float: left;
}
#footer .footer-margin-left {
  width: 994px;
  margin-left: -30px;
}
#footer .footer-box {
  width: 301px;
  margin-left: 30px;
  margin-bottom: 10px;
  float: left;
  text-align: left;
}
#footer .footer-box img {
    max-width: 100%;
    height: auto;
}
#footer .footer-box .footer-box-title {
  width: 100%;
  color: #fff;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 22px;
}
#footer .footer-box .definition-droit-informatique a {
  color: #fff8ff;
  text-decoration: none;
  word-spacing: -2px;
  line-height: 28px;
}
#footer .footer-box .definition-droit-informatique a:hover {
  text-decoration: underline;
}
#footer .footer-box span {
  display: block;
  margin-top: 5px;
}

#footer .textfooter {
  line-height: 22px;
  color: #fff8ff;
}
#footer .textfooter a {
  color: #EEEEEE;
  text-decoration: none;
}
#footer .textfooter a:hover {
  text-decoration: underline;
}



/*
** 2 - Blog
*/
/* 2.1 - Posts */
#posts {
  width: 634px;
  float: left;
}

.post {
  width: 100%;
  margin-bottom: 30px;
}
.post h3 {
  width: 100%;
  line-height: 28px;
  color: #f00000;
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  position: relative;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
}
.post h3 a {
  width: 100%;
  color: #757070;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.post h3 a:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.post .post-text {
  width: 100%;
  line-height: 24px;
  font-size: 18px;
  color: #757070;
/*  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -moz-hyphens: auto; */
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
.post .post-text img {
  max-width: 100%;
  height: auto;
}
.post .post-text .wp-caption {
  max-width: 100%;
  height: auto;
}



.post .post-text h1 {
  margin: 20px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 28px;
  text-align: right;
  color: #F0F0F0;
}
.post .post-text h2 {
  margin: 0px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
}
.post .post-text h2 strong {
  letter-spacing: 0.1px;
}
.post .post-text h3 {
  margin: 20px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 24px;
}
.post .post-text h3 strong {
  font-weight: 700;
  letter-spacing: 0.1px;
}

.post .post-text h4 {
  margin: 20px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
}
.post .post-text h5 {
  margin: 20px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
}
.post .post-text h6 {
  margin: 20px 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
}
.post .post-text blockquote {
  padding-left: 10px;
  border-left: 10px solid #eee;
}
.post .post-text p {
  margin: 20px 0px;
}
.post .post-text .indent {
  margin-left: 1.5em;
}

.post .post-text table {
  width: 100%;
}
.post .post-text table th {
  text-align: left;
}
.post .post-text table td {
  padding: 0px 0px;
  border: 0px;
}
.post .post-text table a {
  color: #757070;
  text-decoration: underline;
}
.post .post-text table a:hover {
  text-decoration: none;
}
.post .post-text dl dd {
  margin-left: 25px;
}
.post .post-text ul li {
  padding: 0em 0em 0em 1.5em;
  text-indent: -1.4em;
  list-style-type: disc;
  list-style-position: inside;
}
.post .post-text ul li ul li {
  margin-left: 15px;
  list-style-type: circle;
}
.post .post-text ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.post .post-text ol li ol li {
  margin-left: 20px;
  list-style-type: lower-roman;
}
.post .post-text a {
  color: #757070;
  text-decoration: underline;
}
.post .post-text a:hover {
  text-decoration: none;
}
.post .post-text strong {
  font-weight: 400;
  letter-spacing: 0.1px;
}
.post .post-text address {
  font-style: italic;
}
.post .post-text abbr {
  border-bottom: 1px dotted #757070;
}
.post .post-text acronym {
  border-bottom: 1px dotted #757070;
}
.post .post-text big {
  font-weight: 700;
}
.post .post-text cite {
  font-style: italic;
  font-weight: 700;
}
.post .post-text em {
  font-style: italic;
}
.post .post-text pre {
  padding-left: 10px;
  border-left: 10px solid #eee;
}
.post .post-text q {
  font-style: italic;
}
.post .post-text sub {
  font-size: 7px;
}
.post .post-text sup {
  top: -10px;
  vertical-align: baseline;
  position: relative;
  line-height: 0;
  font-size: 7px;
}
.post .post-text iframe.twitter-tweet {
  width: 100%;
}
.post .post-links {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #757070;
  font-size: 14px;
}
.post .post-links a {
  color: #757070;
  text-decoration: underline;
}
.post .post-links a:hover {
  text-decoration: none;
}
.post .post-tags {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  color: #757070;
}
.post .post-tags span {
  font-weight: 700;
}
.post .post-tags a {
  color: #757070;
  text-decoration: underline;
}
.post .post-tags a:hover {
  text-decoration: none;
}
.post .read-more {
  width: 100%;
  height: 12px;
  margin: 30px 0px 0px 0px;
  display: block;
  color: #757070;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
}
.post .read-more span {
  background: #fff;
  padding: 0px 16px;
}
.post .read-more:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

.posts-navigation {
  width: 100%;
}
.posts-navigation .left-navigation, .posts-navigation .right-navigation {
  width: 45px;
  height: 30px;
  line-height: 30px;
  padding-left: 45px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
}
.posts-navigation .left-navigation:hover, .posts-navigation .right-navigation:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.posts-navigation .right-navigation {
  width: 71px;
  height: 30px;
  line-height: 30px;
  padding-left: 19px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
}
.posts-navigation .right-navigation:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}

/* 2.2 - Sidebar Right */
#sidebar-right {
  width: 240px;
  background: #eee;
  padding: 30px 30px 0px 30px;
  float: right;
}
#sidebar-right .widget {
  width: 100%;
  margin-bottom: 30px;
  color: #757070;
}
#sidebar-right .widget .title-widget {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
}
#sidebar-right .widget .title-widget a {
  color: #757070;
  text-decoration: none;
}
#sidebar-right .widget .title-widget a:hover {
  color: #f00000;
  text-decoration: underline;
}

#sidebar-right .widget ul {
  width: 100%;
}
#sidebar-right .widget ul li {
  width: 100%;
  margin-top: 5px;
}
#sidebar-right .widget ul li a {
  line-height: 14px;
  color: #757070;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
#sidebar-right .widget ul li a:hover {
  color: #f00000;
  text-decoration: underline;
}
#sidebar-right .widget ul.children li {
  margin-left: 25px;
}
#sidebar-right .textwidget img {
  max-width: 100%;
  height: auto;
  margin: 10px 0px;
}
#sidebar-right .textwidget strong {
  font-weight: 700;
}
#sidebar-right .textwidget .wp-caption-text {
  margin-bottom: 10px;
}
#sidebar-right .widget_tag_cloud a {
  color: #757070;
  text-decoration: none;
}
#sidebar-right .widget_tag_cloud a:hover {
  text-decoration: underline;
}

.mentions{
	text-align: center;
}
.mentions a{
	color: #fff;
	text-decoration:none;
}
.mentions .copyright{
	font-size: 12px;
}


/*
** 6 - Responsive
*/
/* 6.1 Max Width: 320px */
@media only screen and (max-width: 320px) {
  body {
    max-width: 320px;
  }
}
/* 6.2 Max Width: 480px */
@media only screen and (max-width: 480px) {
  body {
    max-width: 480px;
  }

  .header-gauche {
    width: 100%;
    text-align: center;
  }
  .header-gauche .logo {
    float: none;
  }

  .wrapper .header-contact {
      width: 100%;
      margin-bottom: 30px;
      text-align: center;
      float: none;
  }

}
/* 6.3 Max Width: 580px */
@media only screen and (max-width: 580px) {
  body {
    max-width: 580px !important;
  }

}

.openresponsivemenu {
  display: none;
}

.copyright a {
  color: #fff;
  text-decoration:none;
}


/* 6.4 Max Width: 768px */
@media only screen and (max-width: 768px) {
  body {
    max-width: 768px;
  }
  
  .header-droit h3 {
    line-height: 18px;
    font-size: 18px;
  }


  #subheader .header-form .wpcf7-text {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #subheader .header-form .small-input-text {
    margin-left: 0px !important;
  }
  #subheader .header-form .wpcf7-textarea {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }

  #posts {
    width: 100% !important;
  }

  #sidebar-right {
    width: 96.3% !important;
    margin-top: 30px;
  }
  #sidebar-right .widget .list_carousel li .list_carousel_entry {
    width: 100% !important;
  }


  #footer .footer-margin-left .footer-box {
    width: 97.6% !important;
    margin-bottom: 30px !important;
  }
}
/* 6.5 Max Width: 1024px */
@media only screen and (max-width: 1024px) {
  body {
    max-width: 1024px;
  }

  .wrapper {
    width: 94%;
  }

  .wrapper nav {
    width: 100%;
    margin-bottom: 15px;
    clear: both;
    float: none;
  }
  .wrapper h1 {
    font-weight: 700;
    font-size: 24px;
  }

  .wrapper nav ul {
    float: none;
  }

  .openresponsivemenu {
      width: 100%;
      background: #757070;
      padding: 10px 0px;
      text-align: center;
      display: block;
      cursor: pointer;
      font-size: 20px;
      clear: both;
    }

    .container-menu ul {
        display: none;
    }

    .responsivemenu ul {
        display: block;
    }

    .responsivemenu ul li {
        width: 100%;
        height: auto;
        margin-left: 0px;
        text-align: center;
        float: none;
    }

    .responsivemenu ul li a {
        height: 30px;
        line-height: 30px;
        padding: 0px;
        border: none;
    }

    .responsivemenu ul li a:hover {
        border: none;
    }

    .responsivemenu a:hover {
        background: #dee0e2;
    }

    .responsivemenu li ul {
        width: 100%;
        position: initial;
        box-shadow: initial;
    }

  #subheader .subheader-color .full-header-content {
    width: 100%;
    margin-top: 75px;
    float: none;
  }
  #subheader .subheader-color form.header-form {
    width: 79.3%;
    padding: 27px 10%;
    float: none;
  }
  #subheader .subheader-color form.header-form .wpcf7-text {
    width: 32.6%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #subheader .subheader-color form.header-form .wpcf7-textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #subheader .subheader-color form.header-form .small-input-text {
    margin: 8px 0px 8px 1%;
  }
  #subheader .subheader-color form.header-form .wpcf7-submit {
    width: 100%;
  }
  #subheader .second-subheader h3 {
    margin: 0px;
  }

  #features .features-box {
    width: 30.3%;
    margin-left: 4.5%;
  }

  #footer .footer-margin-left {
    width: 103.11%;
    margin-left: -3.11%;
  }
  #footer .footer-margin-left .footer-box {
    width: 31.22%;
    margin: 0px 0px 0px 2.1%;
    padding: 0px;
  }
  #footer .footer-margin-left .footer-box {
      font-size: 18px;
  }
  #footer .footer-margin-left .footer-box .wpcf7-form {
    width: 100%;
  }
  #footer .footer-margin-left .footer-box .wpcf7-form .wpcf7-text,
  #footer .footer-margin-left .footer-box .wpcf7-form .wpcf7-textarea {
    width: 83.6%;
  }
  #footer .footer-margin-left .footer-box .wpcf7-form .wpcf7-submit {
    width: 100%;
  }
  #footer .footer-margin-left .widget-our-lawyers a {
    width: 90px;
    height: 90px;
  }
  #footer .footer-margin-left .widget-our-lawyers .lawyer-no-image {
    width: 90px;
    height: 90px;
  }
  #footer .footer-margin-left .widget-our-lawyers .overlay {
    display: none;
  }
  #footer .footer-margin-left .widget-our-lawyers .button {
    display: none;
  }


  #posts {
    width: 65.70%;
  }

/*  #posts h3 {
      line-height: 38px;
      font-size: 34px;
  }
*/

  #posts p {
      font-size: 18px;
  }

  #posts .post-meta {
      line-height: 18px;
      font-size: 14px;
  }

  #sidebar-right {
    width: 28.10%;
    padding: 30px 2% 0px 2%;
  }
  #sidebar-right .widget ul.children li {
    margin-left: 0px;
  }
