@charset "UTF-8";
/* 20210209-151150 - Copyright© Jean-Yves BURGAUD <jeanyves@burgaud.name> */
/* SASS */
/* https://www.w3.org/TR/css-color-3/#svg-color : firebrick */
/* rgb(178,34,34) */
/* #ede9e1 */
/* CSS - Cascading Style Sheet */
/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=5000u0kpTmlh7umlUq3tLibC0cT */
/* Feel free to copy&paste color codes to your application */
/* As hex codes */
/* Main Primary color */
/* Main Secondary color (1) */
/* Main Secondary color (2) */
/* As RGBa codes */
.rgba-primary-0 {
  color: firebrick;
}

/* Main Primary color */
.rgba-primary-1 {
  color: #f27070;
}

.rgba-primary-2 {
  color: #d04242;
}

.rgba-primary-3 {
  color: #910a0a;
}

.rgba-primary-4 {
  color: #670000;
}

.rgba-secondary-1-0 {
  color: #b26322;
}

/* Main Secondary color (1) */
.rgba-secondary-1-1 {
  color: #f2ab70;
}

.rgba-secondary-1-2 {
  color: #d08242;
}

.rgba-secondary-1-3 {
  color: #91470a;
}

.rgba-secondary-1-4 {
  color: #672e00;
}

.rgba-secondary-2-0 {
  color: #8f1b5d;
}

/* Main Secondary color (2) */
.rgba-secondary-2-1 {
  color: #c25a95;
}

.rgba-secondary-2-2 {
  color: #a73575;
}

.rgba-secondary-2-3 {
  color: #740845;
}

.rgba-secondary-2-4 {
  color: #52002f;
}

/* prefix declarations */
@font-face {
  font-family: "NothingYouCouldDo";
  src: url("../fonts/NothingYouCouldDo-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  src: url("../webfonts/fa-solid-900.woff2") format("truetype");
}
* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 70px 0.5em 0 0.5em;
  word-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {
  body {
    padding: 30px 0.5em 0 0.5em;
  }
}
h1, h2, h3, h4, h5, a {
  color: #b22222;
}

td {
  vertical-align: top;
}

.print {
  display: none;
}

/* --- fontawesome --- */
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.warning::before {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 80%;
  padding-right: 0.5em;
  content: "";
}

/* --- forms --- */
.wpcf7 h2 {
  margin: 0 !important;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  border-color: 1px solid rgba(178, 34, 34, 0.25);
  width: 100%;
}

.wpcf7-submit, .wpcf7 input[type=button] {
  background-color: #F27070;
  color: #670000;
  border: 0;
  padding: 0.3em 2em;
  border-radius: 1em;
  font-size: 95%;
}

.wpcf7-submit {
  margin-left: 5%;
}

.wpcf7 input[type=button] {
  float: right;
  margin-right: 5%;
}

@media only screen and (max-width: 576px) {
  .wpcf7-submit, .wpcf7 input[type=button] {
    padding: 0.3em 1em;
    border-radius: 1em;
    font-size: 90%;
  }
}
.wpcf7-submit:hover, .wpcf7 input[type=button]:hover {
  text-decoration: none;
  color: white;
  background-color: #D04242;
}

.wpcf7-not-valid-tip {
  font-weight: bold;
}

.wpcf7-response-output, .wpcf7-validation-errors, .wpcf7-acceptance-missing {
  background-color: rgba(178, 34, 34, 0.25);
  color: #b22222;
  border-color: #b22222 !important;
}

.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background-color: rgba(57, 143, 20, 0.25);
}

/* --- preloader --- */
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url("../img/preloader-300x206r.jpg");
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
}

/* --- navbar --- */
.navbar {
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 90%;
  letter-spacing: 0em;
  word-spacing: 0;
}

.rz-nav-scroll {
  border-bottom: 2px solid rgba(178, 34, 34, 0.25);
}

.nav-link {
  color: #333 !important;
}

.nav-link:hover {
  background-color: rgba(237, 233, 225, 0.5);
}

.active .nav-link {
  background-color: rgba(237, 233, 225, 0.75);
}

.rz-nav-top .nav-link {
  padding: 1.5em 1.8em !important;
}

.rz-nav-scroll .nav-link {
  padding: 0.8em 1.8em !important;
}

@media only screen and (max-width: 1200px) {
  .rz-nav-top .nav-link {
    padding: 1.5em 0.8em !important;
  }

  .rz-nav-scroll .nav-link {
    padding: 0.8em 0.8em !important;
  }
}
@media only screen and (max-width: 992px) {
  .rz-nav-top .nav-link {
    padding: 1.2em 0.4em !important;
  }

  .rz-nav-scroll .nav-link {
    padding: 0.8em 0.4em !important;
  }
}
.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  padding: 0.3em;
}

.navbar-brand:hover img {
  background-color: rgba(237, 233, 225, 0.5);
}

.rz-nav-top img {
  width: 100%;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -ms-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}

.rz-nav-scroll img {
  width: 85%;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -ms-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}

.navbar-light .navbar-toggler {
  color: #b22222;
  border-color: #b22222;
}

.navbar-toggler:hover {
  background-color: #ede9e1;
}

/* navbar menu collapse */
#bs-example-navbar-collapse-1.collapsing, #bs-example-navbar-collapse-1.show {
  background-color: #fff;
  box-shadow: 1px 1px 2px #000;
}

#bs-example-navbar-collapse-1.show .nav-link {
  padding: 0.8em 2em !important;
}

/* menu bustes et menu dessins */
/* --- front-page.php --- */
#carouselFrontPage {
  background: linear-gradient(#ede9e1, #ddd);
  background-color: #ede9e1;
  font-family: "NothingYouCouldDo", cursive;
  overflow: hidden;
}

#carouselFrontPage .carousel-control-next .visually-hidden,
#carouselFrontPage .carousel-control-prev .visually-hidden {
  display: none;
}

#carouselFrontPage .carousel-control-prev-icon {
  /* fill: replace %23fff by %23B22222 : %23=# */
  display: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B22222' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

#carouselFrontPage .carousel-control-next-icon {
  /* fill: replace %23fff by %23B22222 : %23=# */
  display: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B22222' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

#carouselFrontPage .carousel-indicators li {
  background-color: #b22222;
}

#carouselFrontPage .carousel-boudier {
  float: left;
  position: absolute;
  left: 10%;
  top: 20%;
  text-align: center;
  z-index: 200;
}

#carouselFrontPage .carousel-boudier h1 {
  font-size: 400%;
  font-weight: 500;
}

#carouselFrontPage .carousel-boudier h2 {
  font-size: 250%;
  font-weight: 400;
}

#carouselFrontPage .carousel-inner {
  text-align: center;
}

#carouselFrontPage .carousel-inner .carousel-item {
  transition: transform 3s ease, opacity 3s ease;
}

#carouselFrontPage .carousel-inner .carousel-item img {
  max-width: 100%;
  height: auto;
  z-index: 100;
}

@media only screen and (max-width: 1400px) {
  #carouselFrontPage .carousel-boudier {
    left: 6%;
  }

  #carouselFrontPage .carousel-boudier h1 {
    font-size: 320%;
  }

  #carouselFrontPage .carousel-boudier h2 {
    font-size: 200%;
  }
}
@media only screen and (max-width: 1200px) {
  #carouselFrontPage .carousel-boudier {
    left: 4%;
  }

  #carouselFrontPage .carousel-boudier h1 {
    font-size: 240%;
  }

  #carouselFrontPage .carousel-boudier h2 {
    font-size: 150%;
  }
}
@media only screen and (max-width: 768px) {
  #carouselFrontPage .carousel-boudier {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  #carouselFrontPage .carousel-inner .carousel-item img {
    height: 80vh;
    object-fit: cover;
  }
}
/* --- FooBox : masonry : legend hover --- */
/* --- FooBox : one image : caption --- */
/* --- page.php --- */
.page-title {
  display: none;
  text-align: center;
}

.page-title h1 {
  font-family: "NothingYouCouldDo", cursive;
  color: #b22222;
  width: 100%;
  letter-spacing: 0;
  font-size: 400%;
  font-weight: 350;
}

@media only screen and (max-width: 1400px) {
  .page-title h1 {
    font-size: 360%;
  }
}
@media only screen and (max-width: 1200px) {
  .page-title h1 {
    font-size: 320%;
  }
}
@media only screen and (max-width: 768px) {
  .page-title h1 {
    font-size: 280%;
  }
}
@media only screen and (max-width: 576px) {
  .page-title h1 {
    font-size: 240%;
  }
}
/* --- post --- */
.post h1, .post h2, .post h3 {
  font-family: "NothingYouCouldDo", cursive;
  font-weight: 900;
}

.post h4, .post h5, .post h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 350;
}

.post h1 {
  font-size: 360%;
  margin: 1em 0 0.5em 0;
}

.post h2 {
  font-size: 300%;
  margin: 1em 0 0.5em 0;
}

.post h3 {
  font-size: 240%;
  margin: 1em 0 0.5em 0;
}

.post h4 {
  font-size: 180%;
  margin: 1em 0 0.5em 0;
}

.post h5 {
  font-size: 120%;
  margin: 1em 0 0.5em 0;
}

.post h6 {
  font-size: 100%;
}

.post-content {
  width: 100%;
}

@media only screen and (max-width: 1400px) {
  .post h1 {
    font-size: 360%;
  }

  .post h2 {
    font-size: 300%;
  }

  .post h3 {
    font-size: 240%;
  }

  .post h4 {
    font-size: 180%;
  }
}
@media only screen and (max-width: 1200px) {
  .post h1 {
    font-size: 324%;
  }

  .post h2 {
    font-size: 270%;
  }

  .post h3 {
    font-size: 216%;
  }

  .post h4 {
    font-size: 162%;
  }
}
@media only screen and (max-width: 768px) {
  .post h1 {
    font-size: 292%;
  }

  .post h2 {
    font-size: 243%;
  }

  .post h3 {
    font-size: 194%;
  }

  .post h4 {
    font-size: 146%;
  }
}
@media only screen and (max-width: 576px) {
  .post h1 {
    font-size: 262%;
  }

  .post h2 {
    font-size: 219%;
  }

  .post h3 {
    font-size: 175%;
  }

  .post h4 {
    font-size: 131%;
  }
}
.post-metas {
  display: none;
}

.wp-block-image img {
  padding: 5px;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
  max-width: 40%;
}

.wp-block-image .alignleft {
  margin: 0 1em 0.5em 0;
}

.wp-block-image .alignright {
  margin: 0 0 0.5em 1em;
}

.post .wp-block-buttons {
  margin: 3em 0 0;
}

/* button "Voir la bio détaillée" */
.post .wp-block-button__link {
  color: #670000;
  font-size: 95%;
  max-width: 24em;
  padding: 0.3em 2em;
  background-color: #F27070;
}

.post .wp-block-button__link:hover {
  text-decoration: none;
  color: white;
  background-color: #D04242;
}

@media only screen and (max-width: 576px) {
  .post h2 {
    font-size: 200%;
    margin: 0.5em 0 0.2em 0;
  }
}
/* --- page oeuvres --- */
.oeuvres .page-title {
  display: inherit;
}

.button-oeuvre {
  margin: 0;
  padding: 0 1%;
}

.button-oeuvre a {
  display: block;
  background-color: #ede9e1;
  border-radius: 10px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(178, 34, 34, 0.25);
  z-index: 100;
}

.button-oeuvre a:hover {
  background-color: rgba(237, 233, 225, 0.5);
  border: 1px solid rgba(178, 34, 34, 0.5);
  background: rgba(255, 255, 255, 0.4);
}

.button-oeuvre a .fg-caption {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.3;
  border: none;
  text-align: center;
  cursor: pointer;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition-property: visibility, opacity, background-color;
  border-radius: 5px;
  z-index: 8;
  pointer-events: none;
}

.button-oeuvre a:hover .fg-caption {
  visibility: visible;
  opacity: 1;
}

.button-oeuvre a:hover .fg-caption .fg-caption-inner {
  width: 100%;
  padding: 10%;
  max-height: 100%;
  position: absolute;
  top: 30%;
  left: 0;
  transform: translateY(-30%);
  color: #b22222;
  font-size: 250%;
}

.button-oeuvre h2 {
  height: 2em;
  text-align: center;
  font-family: "NothingYouCouldDo", cursive;
  padding: 0;
}

.button-oeuvre img {
  width: 100%;
}

.button-oeuvre a:hover img {
  opacity: 33%;
}

.button-oeuvre a:hover > h2 {
  opacity: 33%;
}

@media only screen and (max-width: 992px) {
  .button-oeuvre h2 {
    font-size: 160%;
  }

  .button-oeuvre a:hover .fg-caption .fg-caption-inner {
    font-size: 160%;
  }
}
@media only screen and (max-width: 768px) {
  .button-oeuvre h2 {
    font-size: 120%;
  }

  .button-oeuvre a:hover .fg-caption .fg-caption-inner {
    font-size: 120%;
  }
}
@media only screen and (max-width: 576px) {
  .button-oeuvre h2 {
    font-size: 160%;
  }

  .button-oeuvre a:hover .fg-caption .fg-caption-inner {
    font-size: 160%;
  }
}
/* --- page sculptures bustes dessins monuments --- */
.buttons-oeuvres {
  z-index: 100;
}

.buttons-oeuvres-vertical {
  display: none;
  float: left;
  position: fixed;
  max-width: 8%;
  min-width: 100px;
  top: 90px;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sculptures .buttons-oeuvres-vertical,
.bustes .buttons-oeuvres-vertical,
.dessins .buttons-oeuvres-vertical,
.monuments .buttons-oeuvres-vertical {
  display: inherit;
}

/* button to current page -> background=light grey */
.buttons-oeuvres-horizontal {
  display: none;
}

.buttons-oeuvres-horizontal-top {
  float: right;
  position: absolute;
  right: 5px;
}

.buttons-oeuvres-horizontal-top {
  max-width: 20%;
  margin-top: 0;
}

.buttons-oeuvres-horizontal-bottom {
  max-width: 50%;
  margin-top: 2em;
}

/* hide button to current page */
.sculptures .button-sculptures,
.bustes .button-bustes,
.dessins .button-dessins,
.monuments .button-monuments {
  display: none;
}

.buttons-oeuvres-vertical a > h2 {
  display: none;
  padding: 0;
}

.buttons-oeuvres-vertical .fg-caption-inner {
  font-size: 100% !important;
}

.button-oeuvre a {
  margin: 0.2em 0;
  padding: 0.2em 0;
}

.buttons-oeuvres-horizontal-top a > h2 {
  display: none;
  padding: 0;
}

.buttons-oeuvres-horizontal-top .fg-caption-inner {
  font-size: 90% !important;
}

@media only screen and (max-width: 1400px) {
  .buttons-oeuvres-vertical {
    display: none !important;
  }

  .sculptures .buttons-oeuvres-horizontal,
.bustes .buttons-oeuvres-horizontal,
.dessins .buttons-oeuvres-horizontal,
.monuments .buttons-oeuvres-horizontal {
    display: inherit;
  }

  .buttons-oeuvres-horizontal-bottom a > h2 {
    height: 2.2em;
    overflow: hidden;
    padding: 0;
    font-size: 140%;
  }

  .buttons-oeuvres-horizontal-bottom .fg-caption .fg-caption-inner {
    font-size: 180% !important;
  }
}
@media only screen and (max-width: 992px) {
  .buttons-oeuvres-horizontal-bottom a > h2 {
    font-size: 130%;
  }

  .buttons-oeuvres-horizontal-bottom {
    max-width: 60%;
  }

  .buttons-oeuvres-horizontal-bottom .fg-caption .fg-caption-inner {
    font-size: 140% !important;
  }
}
@media only screen and (max-width: 768px) {
  .buttons-oeuvres-horizontal-bottom a > h2 {
    font-size: 120%;
  }

  .buttons-oeuvres-horizontal-bottom {
    max-width: 85%;
  }

  .buttons-oeuvres-horizontal-bottom .fg-caption .fg-caption-inner {
    font-size: 120% !important;
  }
}
@media only screen and (max-width: 576px) {
  .buttons-oeuvres-horizontal-top {
    float: right;
    position: static;
    right: 5px;
    max-width: 30%;
    margin-top: 0;
  }

  .buttons-oeuvres-horizontal-bottom a > h2 {
    font-size: 90%;
  }

  .buttons-oeuvres-horizontal-bottom {
    max-width: 100%;
  }

  .buttons-oeuvres-horizontal-bottom .fg-caption .fg-caption-inner {
    font-size: 100% !important;
  }
}
/* --- page sculptures bustes dessins monuments --- */
.oeuvre .page-title {
  display: inherit;
}

.msg-clic {
  font-size: 80%;
  color: #740845;
}

/* --- page actualite --- */
.post-actualite h2 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(178, 34, 34, 0.25);
}

@media only screen and (max-width: 576px) {
  .post-actualite #img-large img {
    min-width: 100%;
  }
}
/* --- page artiste --- */
.page-artiste .page-title {
  display: inherit;
}

@media only screen and (max-width: 768px) {
  .page-artiste .page-title {
    font-size: 85%;
  }

  .page-artiste .page-title .container {
    padding: 0.5em 0 0 0;
  }
}
.page-artiste h2 {
  text-align: center;
}

.page-artiste .table-expo {
  font-size: 90%;
}

.page-artiste .table-expo td {
  padding: 0 0.5em;
  word-break: keep-all;
}

.page-artiste .table-expo table tr td:nth-child(1) {
  text-align: right;
  font-weight: 600;
  color: #b22222;
  width: 10%;
}

.page-artiste .table-expo table tr td:nth-child(2) {
  width: 35%;
}

.page-artiste .table-expo table tr td:nth-child(3) {
  width: 45%;
}

.page-artiste h3.prix {
  font-family: "Roboto", sans-serif;
  font-weight: 350;
  font-size: 100%;
  color: inherit;
}

.page-artiste .prix {
  font-size: 100%;
}

.page-artiste .autres-experiences td {
  padding: 0 0.5em;
}

.page-artiste .autres-experiences table tr td:nth-child(1) {
  font-size: 90%;
  min-width: 10em;
  text-align: right;
  font-weight: 600;
  color: #b22222;
}

.page-artiste .autres-experiences table tr td:nth-child(2) img {
  margin: 0.5em 0 1em 5em;
}

.page-artiste .societaire {
  margin-top: 3em;
}

.page-artiste .societaire, .page-artiste .taylor {
  color: #b22222;
  margin-left: 13%;
  font-weight: 400;
}

/* --- cours-stages --- */
.page-cours-stages h2 {
  text-align: center;
}

.page-cours-stages h3 {
  text-align: center;
}

.page-cours-stages h4 {
  text-align: center;
  font-size: 120%;
}

.page-cours-stages .date {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 0;
}

.page-cours-stages .mois {
  margin: 1em 0 1em;
}

.page-cours-stages .mois li {
  list-style-type: none;
  display: inline-block;
  width: 50%;
}

.page-cours-stages .repas {
  text-align: center;
  font-style: italic;
  font-size: 95%;
  margin: 0;
}

.page-cours-stages .arrhes {
  text-align: center;
  font-style: italic;
  font-size: 95%;
  margin: 0;
}

.page-cours-stages .adresse {
  font-weight: 500;
  text-align: center;
}

.page-cours-stages .address-line-1 {
  margin: 0 0 0 1em;
}

.page-cours-stages .address-line-2 {
  margin: 0 0 0 1em;
}

.page-cours-stages .address-line-3 {
  margin: 1em 0 0 1em;
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  .page-cours-stages .robe-de-soie {
    display: none;
  }
}
.page-cours-stages .form-cours-stage {
  margin: 1em auto;
  padding: 1em 1em 0.5em 1em;
  background-color: #ede9e1;
  border-radius: 1em;
}

.page-cours-stages .form-cours-stage label,
.page-cours-stages .form-cours-stage p {
  width: 100%;
  color: #b22222;
  font-size: 90%;
}

.page-cours-stages .form-cours-stage .box {
  border: 1px solid rgba(178, 34, 34, 0.5);
  border-radius: 1em;
  margin: 0 0 0.5em 0;
  padding: 1em 0 0 0;
}

.page-cours-stages .form-cours-stage h3 {
  margin: 0 0 0.5em 0;
}

/* --- page contact --- */
.page-contact h2 {
  text-align: center;
}

.page-contact .col-left h2::before {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 80%;
  padding-right: 0.5em;
}

.page-contact .col-left h2.address::before {
  content: "";
}

.page-contact .col-left h2.mail::before {
  content: "";
}

.page-contact .col-left h2.tel::before {
  content: "";
}

.page-contact .col-left h2 {
  margin-top: 2em;
}

.page-contact .col-left p {
  text-align: center;
}

.page-contact .form-contact {
  margin: 1em auto;
  padding: 1em;
  background-color: #ede9e1;
  border-radius: 1em;
}

.page-contact .form-contact label {
  width: 100%;
  color: #b22222;
  font-size: 90%;
}

@media only screen and (max-width: 576px) {
  .page-contact h2 {
    font-size: 200%;
    margin-top: 0.2em;
  }

  .page-contact .form-contact {
    margin: 0 auto;
    padding: 0.5em;
  }
}
/* --- footer.php --- */
#footer {
  color: #670000;
  background-color: #fff;
  margin-top: 3em;
  padding: 1rem 0 0.5rem 0;
}

#footer .menu {
  display: none;
  margin: 2rem 0;
  text-align: center;
  width: 100%;
  font-style: italic;
}

#menu-menu-secondaire li {
  display: inline;
  border-left: solid 1px;
}

#menu-menu-secondaire li:first-child {
  border-left: none;
}

#footer .person {
  font-size: 110%;
  margin: 0 0 1em 0;
  text-align: center;
  width: 100%;
}

#footer .person > span {
  display: inline-block;
}

#footer a {
  color: #670000;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

#footer a:hover {
  color: #670000;
  background-color: #ede9e1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#footer .nav-link {
  display: inline !important;
}

#footer i {
  font-size: 80%;
  margin: 0 0 0 0.5rem;
}

#footer span.mail-message a span {
  display: none;
}

#footer .rights {
  font-size: 90%;
  text-align: center;
  width: 100%;
}

#footer .rezo-info {
  color: white;
  font-size: 80%;
}

@media only screen and (max-width: 576px) {
  #footer {
    margin: 0;
    padding: 0;
  }

  #footer .person {
    margin: 0;
  }

  #footer .person .name,
#footer .person .home,
#footer .person .mail-message a,
#footer .person .phone span {
    display: none;
  }

  #footer .person > span {
    display: inline;
  }

  #footer i {
    font-size: 200%;
    margin: 0.1rem 1rem;
    padding: 1rem;
  }

  #footer a:hover {
    background-color: #fff;
  }

  #footer i:hover {
    background-color: #ede9e1;
  }

  #footer .rights {
    display: none;
  }
}
/* --- back-to-top --- */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none !important;
  border-radius: 5px;
  background-color: #b22222;
  z-index: 1000;
}

.back-to-top:hover {
  background-color: rgba(178, 34, 34, 0.75);
}

.back-to-top i {
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}

/* --- ligthbox --- */
.rz-btn-zoom, .rz-btn-file {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #666;
  background-color: white;
  box-shadow: 1px 1px 1px #ddd;
  border-radius: 10%;
  width: 50px;
  height: 35px;
  margin: 5px;
  font-size: 1.5em;
  line-height: 40px;
  z-index: 100003;
}

.rz-btn-zoom {
  padding: 0;
}

.rz-btn-file {
  padding: 0;
}

.rz-btn-zoom:hover, .rz-btn-file:hover {
  color: #666;
}

.rz-btn-zoom i, .rz-btn-file i {
  padding: 0;
}

.rz-img-zoom-in {
  margin: -100%;
  width: 300%;
  height: 300%;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.rz-img-zoom-out {
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

/* --- 404 --- */
.not-found .page-title {
  display: inherit;
}

.not-found h2 {
  text-align: center;
  margin: 4em auto;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_overlay {
  background-color: white !important;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  width: 100%;
  /* calc(50% - 1em); */
}

/*# sourceMappingURL=rezo.css.map */
