/*
css custom steph
 */

.CTA,
.home .container #primary article .entry-content a:not([data-rel]),
.page-template .container #primary article .entry-content a:not([data-rel]),
footer.site-footer .widget a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* href without underline */
footer.site-footer .widget.widget_nav_menu .menu li a,
.main-navigation .menu li a {
  text-decoration: none;
}

/* reset all margin and padding */
footer.site-footer .widget.widget_nav_menu .menu li,
footer.site-footer .widget.widget_nav_menu .sub-menu {
  margin: 0;
  padding: 0;
}

/* CTA */

.CTA {
  /* font-size: 100%;
  font-weight: 600;
  line-height: inherit;
  display: inline-block;
  width: auto;
  height: 40px;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  color: white;
  border: 0;
  border-radius: .75rem;
  background-color: #333; */
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  width: auto;
  background-color: #99556e;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  font-family: Arial;
  border-radius: 4px;
  border: 2px solid #99556e;
}

.CTA:visited {
  color: #fff;
}

.CTA:hover,
.CTA:active,
.CTA:focus,
.active.CTA {
  text-decoration: none;
  color: #99556e;
  background-color: white;
}

.home .container #primary article .entry-content a:not([data-rel]),
.page-template .container #primary article .entry-content a:not([data-rel]){
  font-weight: 400;
  font-style: italic;
  text-decoration: none;
  color: #666;
  background-color: transparent;
}

.home .container #primary article .entry-content a:not([data-rel]):before,
.page-template .container #primary article .entry-content a:not([data-rel]):before {
  margin-right: 0;
  content: '';
}

.home .container #primary article .entry-content a:visited:not([data-rel]),
.page-template .container #primary article .entry-content a:visited:not([data-rel]) {
  opacity: .8;
  color: #666;
}

.home .container #primary article .entry-content a:hover:not([data-rel]),
.page-template .container #primary article .entry-content a:hover:not([data-rel]),
.home .container #primary article .entry-content a:active:not([data-rel]),
.page-template .container #primary article .entry-content a:active:not([data-rel]),
.home .container #primary article .entry-content a:focus:not([data-rel]),
.page-template .container #primary article .entry-content a:focus:not([data-rel]),
.home .container #primary article .entry-content a.active:not([data-rel]),
.page-template .container #primary article .entry-content a.active:not([data-rel]) {
  color: black;
}

.page-template .container #primary article .entry-content p a.CTA{
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  width: auto;
  background-color: #99556e;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  font-family: Arial;
  border-radius: 4px;
  border: 2px solid #99556e;
}

.page-template .container #primary article .entry-content p a.CTA:visited {
  color: #fff;
}

.page-template .container #primary article .entry-content p a.CTA:hover,
.page-template .container #primary article .entry-content p a.CTA:active,
.page-template .container #primary article .entry-content p a.CTA:focus,
.page-template .container #primary article .entry-content p a.active.CTA {
  text-decoration: none;
  color: #99556e;
  background-color: white;
}


footer.site-footer .widget a {
  font-weight: 400;
  text-decoration: none;
  color: #333;
}

footer.site-footer .widget a:hover,
footer.site-footer .widget a:active,
footer.site-footer .widget a:focus,
footer.site-footer .widget a.active {
  color: black;
}

/* menus horizontaux dans footer */
footer.site-footer .widget.widget_nav_menu .menu li,
footer.site-footer .widget.widget_nav_menu .sub-menu {
  display: inline-block;
  float: left;
  width: auto;
  color: black;
  border: 0;
}

.content-area {
  background-color: #e6e6e6;
}

.content-area .container{
  background-color: #fff;
  padding-top: 3rem;
}

/* css additionnelle */
/* variables */
/* unites de mesures margin et padding si besoin */
.pt-1 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 5rem;
}

.white {
  color: #fff;
}

.smaller {
  font-size: 80%;
}

.biger {
  font-size: 120%;
}

body {
    /* font-family: "GothamNarrow-Book", "Helvetica Neue", Arial, sans-serif; */
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: black;
  background-color: white;
}

p,
ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.widget .widget-title {
    /* font-family: "GothamNarrow-Light", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  line-height: 120%;
}

h3 {
  margin: 2rem 0 1.5rem 0;
}

h4 {
  margin: 1.5rem 0 1rem 0;
}

a {
  color: black;
}

.copyright-text {
  font-size: 80%;
  margin-top: 1rem;
  color: #666;
}

blockquote,
input,
textarea {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  letter-spacing: normal;
}

section ul {
  list-style-type: none;
  padding-left: 1em;
}

section ul li {
  margin-left: 15px;
  padding-bottom: .5rem;
  padding-left: 0;
  list-style-position: outside;
  list-style-type: disc;
}

section p:last-of-type {
  margin-bottom: 2.5rem;
}

footer {
  font-family: 'Times New Roman', Times, serif;
  padding:50px 0;
}

footer.site-footer {
  color: #333;
  background-color: #f6f6f6;
}

footer.site-footer .widget.widget_nav_menu .menu {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  color: #333;
}

footer .widget{
  clear: both;
  display: inline-block;
}

footer.site-footer .widget.widget_nav_menu .menu li a {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-size: 90%;
  float: left;
  letter-spacing: normal;
  text-transform: none;
  color: #333;
  margin: 0 0.5rem 0 0;
  padding: 0;
}

footer.site-footer .widget.widget_nav_menu .menu li a:hover,
footer.site-footer .widget.widget_nav_menu .menu li a:active,
footer.site-footer .widget.widget_nav_menu .menu li a:focus,
footer.site-footer .widget.widget_nav_menu .menu li a.active {
  color: black;
}

footer.site-footer .widget.widget_nav_menu .menu li:not(:last-child) a:after {
  padding-left: 0.5rem;
  content: '|';
}

footer.site-footer .widget.widget_nav_menu .sub-menu {
  border: none;
}

footer.site-footer .widget.widget_nav_menu .sub-menu li a {
  text-transform: none;
}

footer.site-footer .widget .widget-title {
    /* font-family: $fonte-second; */
  font-size: 100%;
  margin: 0;
  text-transform: uppercase;
  color: #333;
}

footer.site-footer .widget_text.widget.widget_custom_html{
  margin-top: 1rem;
}

footer .reso .widget .widget-title {
  line-height: 180%;
  float: left;
  clear: none;
  text-transform: none;
}

footer .reso .widget .fa {
  font-size: 160%;
  margin: 0 0 0 1rem;
}

@media only screen and (min-width: 992px) {
  footer .reso {
    margin-top: 3.5rem;
  }
}

footer .container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 4px;
  margin-top: -52px;
  margin-left: 20px;
  content: '';
  border: none;
  background-color: #99556e;
}

footer .widget.widget_nav_menu ul li{
  margin:0 .5rem;
}

.main-navigation .menu {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
}

.main-navigation .menu li a {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-size: 100%;
  letter-spacing: normal;
  color: black;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .main-navigation .menu li a {
    font-size: 90%;
    letter-spacing: -.075rem;
  }
}

.main-navigation .menu li a:visited {
  color: black;
}

.main-navigation .menu li a:hover,
.main-navigation .menu li a:active,
.main-navigation .menu li a:focus,
.main-navigation .menu li a.active {
  color: #99556e;
}

.main-navigation .menu li.active a {
  color: #99556e;
}

.container {
  width: 100%;
  max-width: 1280px;
}

.home .container {
  padding: 1rem 1rem;
}

.home .container #primary,
.page-template .container #primary {
  margin-top: 0;
  padding: 0 1rem;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .home .container {
    padding: 1rem 2rem;
  }
  .page-template .container #primary {
    padding: 0 5rem;
  }
  .home .container #primary {
    padding: 0 4rem;
  }
}

.home .container #primary article .entry-content,
.page-template .container #primary article .entry-content {
  font-size: 100%;
  color: inherit;
  line-height:1.4;
}

.home .container #primary article .entry-content p,
.page-template .container #primary article .entry-content p {
  /* font-size: 90%; */
  margin: .5rem 0 1rem 0;
  color: black;
}

.home .container #primary article .entry-content h1,
.page-template .container #primary article .entry-content h1,
.home .container #primary article .entry-header h1,
.page-template .container #primary article .entry-header h1 {
  font-size: 160%;
  line-height: 120%;
  margin-top: 1rem;
  text-align: left;
  color: #99556e;
}
.page-template .container #primary article .entry-content h1 strong{
  font-weight: 400;
}


@media only screen and (min-width: 768px) {
  .home .container #primary article .entry-content h1,
    .page-template .container #primary article .entry-content h1 {
    /* font-size: 280%; */
    margin-top: 2rem;
  }
}

.home .container #primary article .entry-content h1 br,
.page-template .container #primary article .entry-content h1 br {
  display: block;
}

.home .container #primary article .entry-content h1 + p,
.page-template .container #primary article .entry-content h1 + p {
  font-size: 105%;
  color: #666;
}

.home .container #primary article .entry-content h2,
.page-template .container #primary article .entry-content h2 {
  line-height: 110%;
  margin: 5rem 0 2.5rem 0;
  text-align: left;
  color: black;
}

.home .container #primary article .entry-content h1:after,
.page-template .container #primary article .entry-content h1:after,
.home .container #primary article .entry-header h1:after {
  /* display: block; */
  width: 100%;
  height: 3px;
  content: '';
  border: none;
  background-color: #99556e;
  opacity: 0.9;
  display: none;
}

.home .container #primary article .entry-content h3,
.home .container #primary article .entry-content h4,
.page-template .container #primary article .entry-content h3,
.page-template .container #primary article .entry-content h4 {
  color: black;
}

.home .container #primary article .entry-content h3 br,
.home .container #primary article .entry-content h4 br,
.page-template .container #primary article .entry-content h3 br,
.page-template .container #primary article .entry-content h4 br {
  display: block;
}

.home .container #primary article .entry-content h3,
.page-template .container #primary article .entry-content h3 {
  font-size: 130%;
}

.home .container #primary article .entry-content h3 span.T_or,
.page-template .container #primary article .entry-content h3 span.T_or {
  font-size: 115%;
  color: #f8d909;
}

.home .container #primary article .entry-content a,
.page-template .container #primary article .entry-content a {
    /* @extend %linkInterne; */
}

.home .container #primary article .entry-content h3,
.home .container #primary article .entry-content h4,
.home .container #primary article .entry-content h5,
.home .container #primary article .entry-content h6,
.page-template .container #primary article .entry-content h3,
.page-template .container #primary article .entry-content h4,
.page-template .container #primary article .entry-content h5,
.page-template .container #primary article .entry-content h6 {
  clear: none;
}

.home .container #primary article .entry-content h3:first-letter,
.home .container #primary article .entry-content h4:first-letter,
.home .container #primary article .entry-content h5:first-letter,
.home .container #primary article .entry-content h6:first-letter,
.page-template .container #primary article .entry-content h3:first-letter,
.page-template .container #primary article .entry-content h4:first-letter,
.page-template .container #primary article .entry-content h5:first-letter,
.page-template .container #primary article .entry-content h6:first-letter {
  text-transform: uppercase;
}

.home .container #primary article .entry-content h3 span,
.home .container #primary article .entry-content h4 span,
.home .container #primary article .entry-content h5 span,
.home .container #primary article .entry-content h6 span,
.page-template .container #primary article .entry-content h3 span,
.page-template .container #primary article .entry-content h4 span,
.page-template .container #primary article .entry-content h5 span,
.page-template .container #primary article .entry-content h6 span {
    /* font-weight: 600; */
}

.home .container #primary article .entry-content h3 span:first-letter,
.home .container #primary article .entry-content h4 span:first-letter,
.home .container #primary article .entry-content h5 span:first-letter,
.home .container #primary article .entry-content h6 span:first-letter,
.page-template .container #primary article .entry-content h3 span:first-letter,
.page-template .container #primary article .entry-content h4 span:first-letter,
.page-template .container #primary article .entry-content h5 span:first-letter,
.page-template .container #primary article .entry-content h6 span:first-letter {
  text-transform: uppercase;
}

.home .container #primary article .entry-content img,
.page-template .container #primary article .entry-content img {
  margin-bottom: 2rem;
}

.home .container #primary article .entry-content img[src*="docteur-bernard-brun-chirurgie-esthetique-plastique-paris-botox.jpg"],
.page-template .container #primary article .entry-content img[src*="docteur-bernard-brun-chirurgie-esthetique-plastique-paris-botox.jpg"] {
    margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
  .home .container #primary article .entry-content img,
    .page-template .container #primary article .entry-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .home .container #primary article .entry-content img[src*="pdf"],
  .page-template .container #primary article .entry-content img[src*="pdf"],
  .home .container #primary article .entry-content img[src*="docteur-bernard-brun-chirurgie-esthetique-plastique-paris-botox.jpg"]
   {
    width: auto;
    text-align: center;
    display: block;
    position: relative;
    margin: auto;
  }

  #site-navigation .module.left{
    padding-left:0;
    padding-right:0;
  }
}

.home .container #primary article .entry-content figure img,
.page-template .container #primary article .entry-content figure img {
  margin-bottom: .5rem;
}

.home .container #primary article .entry-content .wpcf7-form,
.page-template .container #primary article .entry-content .wpcf7-form {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.home .container #primary article .entry-content .wpcf7-form p,
.page-template .container #primary article .entry-content .wpcf7-form p {
  font-size: 90%;
  margin: .5rem 0 0 0;
  color: black;
}

@media only screen and (min-width: 992px) {
  .home .container #primary article .entry-content .wpcf7-form p,
    .page-template .container #primary article .entry-content .wpcf7-form p {
    display: inline-block;
    width: 48%;
  }
}

.home .container #primary article .entry-content .wpcf7-form p input,
.home .container #primary article .entry-content .wpcf7-form p textarea,
.page-template .container #primary article .entry-content .wpcf7-form p input,
.page-template .container #primary article .entry-content .wpcf7-form p textarea {
  margin-bottom: .5rem;
}

.home .container #primary article .entry-content .wpcf7-form p input[type='submit'],
.page-template .container #primary article .entry-content .wpcf7-form p input[type='submit'] {
  border: 0;
  border-radius: 0;
  background-color: #99556e;
}

.home .container #primary article .entry-content .wpcf7-form p input[type='submit']:hover,
.home .container #primary article .entry-content .wpcf7-form p input[type='submit']:active,
.home .container #primary article .entry-content .wpcf7-form p input[type='submit']:focus,
.home .container #primary article .entry-content .wpcf7-form p input[type='submit'] .active,
.page-template .container #primary article .entry-content .wpcf7-form p input[type='submit']:hover,
.page-template .container #primary article .entry-content .wpcf7-form p input[type='submit']:active,
.page-template .container #primary article .entry-content .wpcf7-form p input[type='submit']:focus,
.page-template .container #primary article .entry-content .wpcf7-form p input[type='submit'] .active {
  color: black;
}

.home .container #primary article .entry-content .wpcf7-form p .wpcf7-not-valid-tip,
.page-template .container #primary article .entry-content .wpcf7-form p .wpcf7-not-valid-tip {
  margin-top: 0;
}

.home .container #primary article footer.entry-footer,
.page-template .container #primary article footer.entry-footer {
  padding: 0;
}

@media only screen and (min-width: 1601px) {
  .home .bg_home_img img,
    .page-template .bg_home_img img {
    width: 100%;
  }
}

.page-template section {
  padding: 0 0 3rem 0;
}

.page-template section .container #primary {
  margin-top: 0;
  background-color: #fff;
}

.page-template section .container #primary article header.entry-header {
  display: block;
}

.page-template section .container #primary article header.entry-header h1 {
  margin-bottom: 2rem;
}

.page-template section .container #primary article .entry-content {
  font-size: inherit;
}

.page-template section .container #primary article .entry-content:before {
  display: none;
}

.page-template section .container #primary article .entry-content h2 {
  font-size: 130%;
  margin-top: 4rem;
  border-bottom: 2px solid #9E5872;
}

/* .page-template section .container #primary article .entry-content h2:after {
  display: inline-block;
  width: 120px;
  height: 6px;
  margin-left: 1rem;
  content: '';
  border: none;
  background-color: #ffe012;
} */

.page-template section .container #primary article .entry-content h3 {
  font-size: 120%;
  border-left: 4px solid #9E5872;
  padding: 0px 0 0px 10px;

}
.page-template section .container #primary article .entry-content h4 {
  font-size: inherit;
}

.page-template section .container #primary article .entry-content h3 span.T_or {
  font-size: 120%;
  color: #f8d909;
}

.page-template section .container #primary article .entry-content p {
  margin: .75rem 0 1rem 0;
}

/*** figure thunbnails etc **/
.gallery {
  margin-bottom: 0;
}

figure {
    /* &.alignleft{
        margin-left:0;
    }

    &.alignright{
        margin-right:0;
    } */
}

figure.thumbnail,
figure.gallery-item {
  padding: 0;
  border: none;
}

figure.thumbnail a:before,
figure.gallery-item a:before {
  display: none;
}

figure.thumbnail figcaption.wp-caption-text,
figure.gallery-item figcaption.wp-caption-text {
  font-size: 90%;
  font-style: italic;
  line-height: 130%;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1rem 0 1rem;
}

/* fixe taille hauteur max sur gallerie miniature */
figure.gallery-item .portrait{
  max-height: 153px;
  overflow: hidden;
}

/** css cache montre titre callout */
/* .header-callout {
  display: none;
} */

/** css cache classe .entry-footer sur footer article **/
article footer.entry-footer {
    /* display:none; */
  padding-top: 2rem;
}

/*** Css sur gallerie et resize selon device ***/
.gallery-size-thumbnail.gallery-columns-5 .gallery-item {
  max-width: 100%;
}

@media only screen and (min-width: 600px) {
  .gallery-size-thumbnail.gallery-columns-5 .gallery-item {
    max-width: 50%;
  }
}

@media only screen and (min-width: 900px) {
  .gallery-size-thumbnail.gallery-columns-5 .gallery-item {
    max-width: 33%;
  }
}

@media only screen and (min-width: 1024px) {
  .gallery-size-thumbnail.gallery-columns-5 .gallery-item {
    max-width: 25%;
  }
}

@media only screen and (min-width: 1200px) {
  .gallery-size-thumbnail.gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
}

/** css additionnelle zoom image sur galleries and co **/
#swipebox-overlay {
  background: rgba(0, 0, 0, .85);
}

#swipebox-bottom-bar {
  bottom: 0;
  opacity: 1;
  background: transparent;
}

#swipebox-slider .slide {
  height: 90vh;
  margin-top: 5vh;
}

@media only screen and (min-width: 800px) {
  #swipebox-arrows {
    max-width: 92%;
  }
}

/*** cookies notice ***/
#cookie-notice .button.bootstrap {
  color: black;
  border-radius: 0;
  background-color: white;
  background-image: none;
}

#cookie-notice .button.bootstrap:hover,
#cookie-notice .button.bootstrap:active,
#cookie-notice .button.bootstrap:focus,
#cookie-notice .button.bootstrap.active {
  text-decoration: none;
  color: #f6f6f6;
  background-color: #99556e;
}


header nav{
  background-color: #f6f6f6;
  border-bottom: 4px solid #99556e;
}

.nav-bar .top-call{
  line-height: 1.4;
}

@media only screen and (max-width: 991px) {
    .nav-bar .top-call{
      text-align: right;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1099px) {
    .max-w-180{
      max-width:180px;
    }
}

@media only screen and (min-width:1100px) {
    .max-w-180{
      max-width:250px;
    }
}

.nav-bar .top-call p{
  margin: 0;
  font-size: 80%;
  padding-top: 1rem;
}

.nav-bar .top-call .decalage p{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-bar .top-call .decalage a{
  display: block;
  border:0;
  outline: 0;
}

.nav-bar .top-call a{
  height:auto;
  margin-bottom:0;
  color: #fff;
}

.nav-bar .top-call a:hover,
.nav-bar .top-call a:active,
.nav-bar .top-call a:focus{
  color: #99556e;
  background-color: white;
}

@media only screen and (max-width: 479px) {
    .nav-bar .top-call a{
      width:100%;
      margin-bottom: 0;
      margin-top:1rem;
    }
}

aside#secondary{
  padding-top:1rem;
}

aside#secondary .widget.widget_nav_menu{
  padding:1em;
  background-color: #f6f6f6;
  margin-bottom: 30px;
}

aside#secondary .widget.widget_nav_menu ul{
  padding:0;
  list-style-type: none;
}

aside#secondary .widget.widget_nav_menu ul li,
aside#secondary .widget.widget_nav_menu ul li ul{
  margin:0;
  list-style-type: none;
  padding: 0;
}

aside#secondary .widget.widget_nav_menu ul li a{
  padding: 0.75em 0;
  display: inline-block;
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size:100%;
  color: grey;
}

aside#secondary .widget.widget_nav_menu ul li a:hover,
aside#secondary .widget.widget_nav_menu ul li a:focus,
aside#secondary .widget.widget_nav_menu ul li a:active,
aside#secondary .widget.widget_nav_menu ul li a.active{
  text-decoration: none;
  color: black;
}

aside#secondary .widget .widget-title{
  border-left: 4px solid #9E5872;
  padding: 0px 0 0px 10px;
}

.breadcrumbs{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0.5rem;
  /* background-color: #f6f6f6; */
  margin-bottom: 5rem;
}

.home .breadcrumbs{
  margin-bottom: 3rem;
}

section .breadcrumbs p{
  font-size: 80%;
  margin:0;
}
section .breadcrumbs a{
  font-weight: 400;
  color: grey;
}

.border-table{
  width:100%;
  margin: 1em 0;
  background-color: #f6f6f6;
  padding:1em;
}

@media (max-width: 991px) {
  .main-navigation .menu > li ul {
    background: transparent;
  }
  .main-navigation .menu > li > ul li a {
      padding: 2px 16px;
      color: black;
  }
  .main-navigation .menu > li > ul li:last-child {
      padding-bottom: 16px;
  }
  #site-navigation.main-navigation .menu > li > ul li a {
    background-color: transparent;
  }
}
@media only screen and (min-width: 992px) {
  .border-table{
    display:inline-block;
    padding:0 1em 1em 1em;
    margin:1em 1.5em 0 0;
    width:calc(50% - 1.5em);
  }
  .border-table + .border-table{
    margin-right:0;
  }
}

@media (max-width: 767px){
  p {
    font-size: inherit;
  }
}


.rondlink{
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.rondlink:before,
.rondlink:visited:before {
  width: 20px;
  height: 20px;
  -webkit-border-radius :10px;
  border-radius: 10px;
  /* margin-top: -74px;
  margin-left: 15px; */
  content: '>';
  border: none;
  background-color: #99556e;
  color:white;
  display: inline-block;
  line-height:20px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.rondlink:visited,
.rondlink:hover,
.rondlink:active,
.rondlink:focus{
  text-decoration: none;
}

.rondlink:hover:before,
.rondlink:active:before,
.rondlink:focus:before{
  background-color: white;
  color: #99556e;
}

.error404 section{
  height: auto;
  display: flex;
  padding: 0;
}
.error404 section article{
  margin:auto;
  padding:4rem 0;
}

@media (min-width: 992px){
  .error404 section{
    height: calc(100vh - 360px);
  }
  .error404 section article{
    padding:0 40px;
  }
}



