@charset "UTF-8";
/*
Theme Name: Thème Festival du Journal Intime (v2)
Theme URI: 
Author: RURAWEB
Author URI:
*/
/**-----------------------------------------------------------
BREAKPOINTS
----------------------------------------------------------- */
/**-----------------------------------------------------------
COULEURS
----------------------------------------------------------- */
/**-----------------------------------------------------------
FONTS
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Newsreader&display=swap");
@font-face {
  font-family: "Dauphine";
  src: url("font/dauphine.otf") format("truetype");
}
/**-----------------------------------------------------------
MIXIN
----------------------------------------------------------- */
/**-----------------------------------------------------------
TRANSITIONS, TRANSFORMS, ETC. ...
----------------------------------------------------------- */
/**-----------------------------------------------------------
BONES
----------------------------------------------------------- */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100vw;
  max-width: 100%;
  margin: 0;
  font-family: "Dauphine", sans-serif;
  font-size: 25px;
  overflow-x: hidden;
}

::selection {
  background: #ff2600;
  color: white;
}

:after, :before {
  box-sizing: border-box;
}

main {
  position: relative;
}

h1, h2 {
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 55px;
  line-height: 1.2;
}

h1 {
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  h1 {
    font-size: calc(55px - 10px);
    padding: 20px 5% !important;
  }
}

h2 {
  font-family: "Newsreader", serif;
  font-size: calc(55px + 20px);
}
@media screen and (max-width: 1279px) {
  h2 {
    font-size: 55px;
  }
}

p {
  margin: 10px 0;
  font-size: 25px;
  font-weight: 400;
  line-height: calc(1.7 - .2);
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.7;
}
strong {
  font-weight: 700;
}

figure {
  width: auto;
  overflow: hidden;
}
figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

form [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

/**-----------------------------------------------------------
BLOCS GUTENBERG
----------------------------------------------------------- */
.wp-block-button {
  margin: 15px 0 0 -50px;
}
.wp-block-button a {
  text-transform: uppercase;
}
.wp-block-button a:hover {
  background: #ff2600;
}

.has-small-font-size {
  font-size: 12px;
}
.has-regular-font-size {
  font-size: 25px;
}
.has-titre-font-size {
  font-size: 55px;
}

[class*=primaire-color] {
  color: #ff2600;
}

[class*=background-color] {
  color: #eae9e9;
}

[class*=typo-color] {
  color: #1f1f1f;
}

[class*=blanc-color] {
  color: white;
}

[class*=primaire-background] {
  background: #ff2600;
}

[class*=background-background] {
  background: #eae9e9;
}

[class*=typo-background] {
  background: #1f1f1f;
}

.wp-block-image {
  margin: 0;
}

.wp-block-columns {
  margin-bottom: 0;
}
.has-parallax {
  height: 520px;
}

.wp-block-group {
  padding: 50px 0;
}

/**-----------------------------------------------------------
CLASSES RURAWEB
----------------------------------------------------------- */
.boxage {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .boxage {
    width: 85%;
  }
}

.cursive {
  margin: 20px 0 0;
  font-family: "Newsreader", serif;
  font-size: calc(25px + 4px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.7;
}
.cursive a {
  border-bottom: 1px solid;
}
.cursive a:hover {
  border-bottom: 0;
}

.nopadding {
  padding: 0;
}

/**-----------------------------------------------------------
ANIMATIONS
----------------------------------------------------------- */
/**-----------------------------------------------------------
HEADER
----------------------------------------------------------- */
header {
  font-size: calc(25px - 5px);
  padding-top: 15px;
}
header .wp-block-columns {
  align-items: center;
}
@media screen and (max-width: 1279px) {
  header .wp-block-columns .wp-block-column {
    flex-basis: 50% !important;
  }
}
header .wp-block-columns figure.logo {
  max-width: 110px;
}
header .wp-block-columns .menu-toggle {
  display: none;
  padding: 0;
}
@media screen and (max-width: 1279px) {
  header .wp-block-columns .menu-toggle {
    position: fixed;
    top: 15px;
    right: 7.5%;
    display: flex;
    font-size: 25px;
    color: #ff2600;
    border-bottom: 0;
    cursor: pointer;
    z-index: 99;
  }
  header .wp-block-columns .menu-toggle p {
    font-size: 0;
  }
  header .wp-block-columns .menu-toggle span {
    position: relative;
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    background: #ff2600;
    border-radius: 3px;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    z-index: 1;
  }
  header .wp-block-columns .menu-toggle span:nth-last-child(1) {
    transform-origin: 0% 100%;
  }
  header .wp-block-columns .menu-toggle.menu-ouvert span {
    background: #ff2600;
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
  }
  header .wp-block-columns .menu-toggle.menu-ouvert span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  header .wp-block-columns .menu-toggle.menu-ouvert span:nth-last-child(1) {
    transform: rotate(-45deg) translate(0, -1px);
  }
  header .wp-block-columns .menu-toggle + .menu-menu-en-tete-container {
    position: fixed;
    left: 0;
    bottom: -500vh;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    background: white;
    border-radius: 5px;
    padding: 50px;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
    z-index: 11;
  }
  header .wp-block-columns .menu-toggle + .menu-menu-en-tete-container.menu-ouvert {
    bottom: 0;
  }
}
header .wp-block-columns ul.menu {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  header .wp-block-columns ul.menu {
    position: absolute;
    top: 50%;
    flex-direction: column;
    width: 100%;
    font-size: calc(25px + 5px);
    font-weight: 400;
    text-align: left;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
header .wp-block-columns ul.menu li a, header .wp-block-columns ul.menu li span {
  color: #ff2600;
  cursor: pointer;
}
header .wp-block-columns ul.menu li a:hover, header .wp-block-columns ul.menu li span:hover {
  border-bottom: 1px solid;
}
header .wp-block-columns ul.menu li ul.sub-menu {
  display: none;
}
@media screen and (max-width: 1279px) {
  header .wp-block-columns ul.menu li ul.sub-menu {
    display: block;
  }
}
@media screen and (min-width: calc(1279px + 1px)) {
  header .wp-block-columns ul.menu li:hover ul.sub-menu {
    display: block;
    position: absolute;
    background: white;
    padding: 20px 40px 20px 20px;
    margin-left: -20px;
    z-index: 1;
  }
}

/**-----------------------------------------------------------
INDEX
----------------------------------------------------------- */
.banniere {
  padding-top: 10px;
}
@media screen and (max-width: 1279px) {
  .banniere .boxage {
    width: 100%;
  }
}
.banniere .boxage h1 {
  margin-bottom: 0;
}
@media screen and (max-width: 1279px) {
  .banniere .boxage h1 {
    font-size: 25px;
  }
}
.banniere .liens-rapides {
  font-size: calc(25px - 5px);
  justify-content: center;
  margin-top: 30px;
}
.banniere .liens-rapides .wp-block-column {
  flex-basis: initial;
  flex-grow: 0;
}
.banniere .liens-rapides .wp-block-column a {
  font-size: calc(25px - 5px);
}
@media screen and (max-width: 1279px) {
  .banniere .liens-rapides .wp-block-column a {
    font-size: calc(25px - 8px);
  }
}
.banniere .liens-rapides .wp-block-column a:hover {
  background: white;
  color: #ff2600;
}
@media screen and (max-width: 1279px) {
  .banniere .liens-rapides .wp-block-column .wp-block-button {
    margin: 0 auto 10px;
  }
}

.posts {
  border-bottom: 1px solid #ff2600;
}
.posts .wp-block-latest-posts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.posts .wp-block-latest-posts__list li {
  display: flex;
  flex-direction: column;
  width: 23%;
}
@media screen and (max-width: 1279px) {
  .posts .wp-block-latest-posts__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.posts .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
  height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (max-width: 1279px) {
  .posts .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
    height: 250px;
  }
}
.posts .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .posts .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
    height: 250px;
  }
}
.posts .wp-block-latest-posts__list li:hover .wp-block-latest-posts__featured-image img {
  transform: scale(1.1);
}
.posts .wp-block-latest-posts__list li time {
  color: #ff2600;
  text-transform: uppercase;
  order: 2;
}
.posts .wp-block-latest-posts__list li a {
  font-size: calc(25px + 3px);
  color: #ff2600;
  order: 3;
}

.liens.wp-block-group {
  padding-top: 50px;
}

.slick-galerie {
  display: initial;
  flex-wrap: initial;
  width: 100%;
  overflow: initial;
  padding: 0;
  margin: 0;
}
.slick-galerie.slick-slider {
  flex-wrap: initial;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-galerie.slick-slider .slick-prev, .slick-galerie.slick-slider .slick-next {
  position: absolute;
  top: 50%;
  font-size: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.slick-galerie.slick-slider .slick-prev:before, .slick-galerie.slick-slider .slick-next:before {
  font-family: "Newsreader", serif;
  font-size: 55px;
  color: #ff2600;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.slick-galerie.slick-slider .slick-prev:hover:before, .slick-galerie.slick-slider .slick-next:hover:before {
  color: #ff260070;
}
.slick-galerie.slick-slider .slick-prev {
  left: 50px;
}
.slick-galerie.slick-slider .slick-prev:before {
  content: "<";
}
.slick-galerie.slick-slider .slick-next {
  right: 50px;
}
.slick-galerie.slick-slider .slick-next:before {
  content: ">";
}
.slick-galerie.slick-slider .slick-track {
  height: 400px;
}
.slick-galerie.slick-slider .slick-track .slick-slide {
  display: block;
  outline: none;
  width: initial;
  height: 100%;
  margin: 0 15px !important;
  align-items: initial;
  justify-content: initial;
  overflow: initial;
  outline: none;
  width: initial !important;
  height: 100%;
  margin: 0 15px !important;
}
.slick-galerie.slick-slider .slick-track .slick-slide img {
  display: inline-block;
  flex: initial;
  outline: none;
  width: initial !important;
  height: 100%;
  object-fit: cover;
}

/**-----------------------------------------------------------
PAGES
----------------------------------------------------------- */
.page:not(.home) h1, .archive:not(.home) h1, .single h1 {
  color: #ff2600;
  text-align: center;
  border-top: 1px solid #ff2600;
  border-bottom: 1px solid #ff2600;
  margin: 10px 0 0;
  padding: 20px 0 15px;
}

.slick-galerie.galerie-header.slick-slider .slick-track .slick-slide {
  margin: 0 !important;
}
.slick-galerie.galerie-header.slick-slider .slick-track .slick-slide img {
  width: 100% !important;
}

.redactionnel + .redactionnel {
  border-top: 1px solid #ff2600;
  border-bottom: 1px solid #ff2600;
}

.equipe ul li {
  /*border-top: 1px solid $typo;
  padding: 20px 0;*/
}

.partenaires h3 {
  font-weight: 400;
  text-transform: uppercase;
  border-top: 1px solid #1f1f1f;
  margin-top: 40px;
  padding-top: 50px;
}
.partenaires .wp-block-gallery li.blocks-gallery-item {
  flex-basis: calc(20% - 50px);
  flex-grow: 0;
  background: white;
  margin: 0 50px 50px 0 !important;
  padding: 35px 20px;
}
.partenaires .wp-block-gallery li.blocks-gallery-item:nth-of-type(4n) {
  margin-right: 0 !important;
}
@media screen and (max-width: 640px) {
  .partenaires .wp-block-gallery li.blocks-gallery-item {
    flex-basis: 100%;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: calc(640px + 1px)) and (max-width: 1279px) {
  .partenaires .wp-block-gallery li.blocks-gallery-item {
    flex-basis: calc(50% - 100px);
  }
}
.partenaires .wp-block-gallery li.blocks-gallery-item img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}
@media screen and (max-width: 1279px) {
  .partenaires .wp-block-gallery li.blocks-gallery-item img {
    height: 80px;
  }
}
.partenaires .wp-block-gallery li.blocks-gallery-item figcaption {
  left: 0;
  bottom: -30px;
  background: transparent;
  font-size: 12px;
  text-transform: uppercase;
  color: #1f1f1f;
  padding: 0;
}

.editions:not(:last-child) {
  border-bottom: 1px solid #ff2600;
}
.editions .wp-block-gallery {
  margin-top: 50px;
}
.editions .documents {
  margin-top: 30px;
}

.pratiques .wp-block-columns {
  border-bottom: 1px solid #ff2600;
  padding: 20px 0;
}

.galerie {
  margin-top: 50px;
}

.notule {
  padding-bottom: 0;
}

.articles {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: left;
}
.articles.blog {
  margin-top: 50px;
}
.articles article {
  width: calc(23% - 10px);
  margin-right: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .articles article {
    width: 100%;
    margin-right: 0;
  }
}
.articles article a {
  color: #ff2600;
}
.articles article a img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .articles article a img {
    height: 250px;
  }
}
@media screen and (min-width: calc(640px + 1px)) and (max-width: 1279px) {
  .articles article a img {
    height: 400px;
  }
}
.articles article a .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.articles article a .flex .col.date {
  text-transform: uppercase;
}
.articles article a h2 {
  font-size: calc(25px + 4px);
  font-weight: 400;
}
.articles article a h3 {
  font-weight: 400;
  margin-top: 10px;
}

.pagination-grp {
  color: #ff2600;
  text-align: center;
  margin-top: 20px;
}
.pagination-grp .page-numbers {
  color: #ff2600;
}
.pagination-grp .page-numbers.current {
  color: #1f1f1f;
}

.invites:not(:last-child) {
  border-bottom: 1px solid #ff2600;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.invites h2 {
  color: #ff2600;
  margin: 30px 0 15px;
}

.affichage {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
.affichage span {
  margin-right: 50px;
}
@media screen and (max-width: 1279px) {
  .affichage span {
    display: block;
    margin-bottom: 20px;
  }
}
.affichage .categories a {
  font-size: calc(25px - 5px);
  color: #1f1f1f;
  line-height: 0;
  text-transform: uppercase;
  border: 1px solid;
  padding: 7px 40px;
}
.affichage .categories a:hover {
  color: #ff2600;
}
.affichage .categories a:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 1279px) {
  .affichage .categories {
    display: flex;
    flex-wrap: wrap;
  }
  .affichage .categories a {
    width: 100%;
    text-align: center;
    padding: 19px 40px;
    margin: 0 0 10px !important;
  }
}

.agenda {
  border-bottom: 1px solid #ff2600;
  margin-bottom: 50px;
  padding-bottom: 70px;
}
.agenda h2 {
  color: #ff2600;
}
.agenda .articles .heures, .agenda .articles .cat, .agenda .articles h3 {
  color: #1f1f1f;
}
.agenda .articles .heures, .agenda .articles .cat {
  text-transform: uppercase;
}
.agenda .articles .cat {
  font-size: 12px;
  margin-top: 10px;
}

.documents {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 50px;
}
.documents a {
  color: #ff2600;
  border: 1px solid;
  padding: 8px 22px;
}
@media screen and (max-width: 1279px) {
  .documents a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.documents a:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 1279px) {
  .documents a:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
.documents a:hover {
  color: #1f1f1f;
}

.liens {
  padding: 20px 0 0;
}
.liens + .notule {
  padding-top: 0;
}

/**-----------------------------------------------------------
SINGLE
----------------------------------------------------------- */
.singleGalerie {
  margin-top: 50px;
}

.singlePost .meta .flex {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
  color: #1f1f1f;
}
.singlePost .visuelHeader {
  width: 100%;
  height: auto;
}
.singlePost h2 {
  margin: 20px 0;
}

.singleInvites {
  margin-bottom: 100px;
}
.singleInvites .meta {
  color: #ff2600;
  margin-top: 40px;
}
.singleInvites .meta span {
  text-transform: uppercase;
}
.singleInvites .meta span.padding {
  display: block;
  padding-bottom: 20px;
}
.singleInvites .meta p {
  font-size: 55px;
  line-height: 1.2;
  margin-top: 0;
}
.singleInvites .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1279px) {
  .singleInvites .flex {
    flex-direction: column;
  }
}
.singleInvites .flex .col .invites {
  border-bottom: 0;
  padding: 0;
}
.singleInvites .flex .col:first-child {
  width: 50%;
  height: 400px;
}
@media screen and (max-width: 640px) {
  .singleInvites .flex .col:first-child {
    width: 100%;
    height: 250px;
  }
}
@media screen and (min-width: calc(640px + 1px)) and (max-width: 1279px) {
  .singleInvites .flex .col:first-child {
    width: 100%;
    height: 450px;
  }
}
.singleInvites .flex .col:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.singleInvites .flex .col:first-child .legend {
  position: relative;
  background: rgba(255, 255, 255, 0.7411764706);
  font-size: calc(12px + 2px);
  color: #1f1f1f;
  width: calc(100% - 40px);
  margin: -50px 0 0 0;
  padding: 15px 20px;
}
.singleInvites .flex .col:not(:first-child) {
  width: 50%;
  margin-left: 50px;
}
@media screen and (max-width: 1279px) {
  .singleInvites .flex .col:not(:first-child) {
    width: 100%;
    margin-left: 0;
  }
}
.singleInvites .flex .col:not(:first-child) blockquote {
  width: 60%;
  margin: 0 0 20px;
  padding-bottom: 20px;
}
.singleInvites .flex .col:not(:first-child) blockquote p, .singleInvites .flex .col:not(:first-child) blockquote cite {
  font-size: calc(12px + 6px);
  font-style: normal;
}

.singleAgenda {
  margin-bottom: 100px;
}
.singleAgenda .meta {
  color: #ff2600;
  margin-top: 40px;
}
.singleAgenda .meta span {
  text-transform: uppercase;
}
.singleAgenda .meta p {
  font-size: 55px;
  line-height: 1.2;
  margin-top: 0;
}
.singleAgenda .meta + .attachment-post-thumbnail {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.singleAgenda .meta + .attachment-post-thumbnail + .legend {
  position: relative;
  background: rgba(255, 255, 255, 0.7411764706);
  font-size: calc(12px + 2px);
  color: #1f1f1f;
  width: calc(100% - 40px);
  margin: -50px 0 0 0;
  padding: 15px 20px;
}
.singleAgenda .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1279px) {
  .singleAgenda .flex {
    flex-direction: column;
  }
}
.singleAgenda .flex .col:first-child {
  width: 20%;
  margin-right: 30px;
}
@media screen and (max-width: 1279px) {
  .singleAgenda .flex .col:first-child {
    width: 100%;
    border-bottom: 1px solid #ff2600;
    padding-bottom: 20px;
    margin: 0 0 20px 0;
  }
}
.singleAgenda .flex .col:first-child .cat, .singleAgenda .flex .col:first-child .heures, .singleAgenda .flex .col:first-child .lieu {
  text-transform: uppercase;
}
.singleAgenda .flex .col:first-child .cat {
  margin-top: 20px;
}
.singleAgenda .flex .col:first-child .lieu {
  margin: 20px 0;
}
.singleAgenda .flex .col:first-child .infos {
  line-height: 1.3;
}
.singleAgenda .flex .col:not(:first-child) {
  width: calc(80% - 30px);
}
@media screen and (max-width: 1279px) {
  .singleAgenda .flex .col:not(:first-child) {
    width: 100%;
  }
}
.singleAgenda .flex a.fancybox {
  margin-top: 20px;
}

/**-----------------------------------------------------------
FOOTER
----------------------------------------------------------- */
footer {
  font-size: calc(25px - 7px);
  border-top: 1px solid #ff2600;
  margin-top: 80px;
}
footer p {
  font-size: calc(25px - 5px);
}
@media screen and (max-width: 1279px) {
  footer .coordonnees {
    padding: 50px 0 10px;
  }
}
footer .coordonnees .col1 .reseaux-sociaux .wp-block-column {
  flex-basis: initial !important;
  flex-grow: 0;
}
footer .coordonnees .col1 .reseaux-sociaux .wp-block-column .facebook a:before, footer .coordonnees .col1 .reseaux-sociaux .wp-block-column .instagram a:before {
  display: inline-block;
  content: "";
  background-size: 30px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1279px) {
  footer .coordonnees .col1 .reseaux-sociaux .wp-block-column .facebook {
    margin-right: 20px;
  }
}
footer .coordonnees .col1 .reseaux-sociaux .wp-block-column .facebook a {
  font-size: 0;
}
footer .coordonnees .col1 .reseaux-sociaux .wp-block-column .facebook a:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' style='enable-background:new 0 0 300 300;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FF2600;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M300,150C300,67.2,232.8,0,150,0S0,67.2,0,150c0,74.9,54.9,136.9,126.6,148.2V193.4H88.5V150h38.1v-33 c0-37.6,22.4-58.4,56.7-58.4c16.4,0,33.6,2.9,33.6,2.9v36.9H198c-18.6,0-24.4,11.6-24.4,23.4V150H215l-6.7,43.4h-35v104.8 C245.1,286.9,300,224.9,300,150'/%3E%3Cpath class='st1' d='M215,150h-41.6v-28.1c0-11.9,5.8-23.4,24.4-23.4h18.9v-37c0,0-17.2-2.9-33.6-2.9c-34.3,0-56.7,20.8-56.7,58.4 v33H88.5v43.4h38.1v104.8c7.6,1.2,15.5,1.8,23.4,1.8s15.8-0.6,23.4-1.8V193.4h35L215,150z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
footer .coordonnees .col1 .reseaux-sociaux .wp-block-column .instagram a {
  font-size: 0;
}
footer .coordonnees .col1 .reseaux-sociaux .wp-block-column .instagram a:before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 200 200' style='enable-background:new 0 0 200 200;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FF2600;%7D%0A%3C/style%3E%3Cpath class='st0' d='M100,18c26.7,0,29.9,0.1,40.4,0.6c27.1,1.2,39.8,14.1,41,41c0.5,10.5,0.6,13.7,0.6,40.4s-0.1,29.9-0.6,40.4 c-1.2,26.9-13.9,39.8-41,41c-10.5,0.5-13.7,0.6-40.4,0.6s-29.9-0.1-40.4-0.6c-27.2-1.2-39.8-14.2-41-41C18.1,129.9,18,126.7,18,100 s0.1-29.9,0.6-40.4c1.2-26.9,13.9-39.8,41-41C70.1,18.1,73.3,18,100,18z M100,0C72.8,0,69.4,0.1,58.8,0.6 C22.5,2.3,2.3,22.4,0.6,58.8C0.1,69.4,0,72.8,0,100s0.1,30.6,0.6,41.2c1.7,36.3,21.8,56.5,58.2,58.2c10.7,0.5,14.1,0.6,41.2,0.6 s30.6-0.1,41.2-0.6c36.3-1.7,56.5-21.8,58.2-58.2c0.5-10.7,0.6-14.1,0.6-41.2s-0.1-30.6-0.6-41.2c-1.6-36.3-21.8-56.5-58.2-58.2 C130.6,0.1,127.2,0,100,0z M100,48.7c-28.4,0-51.3,23-51.3,51.4s23,51.4,51.3,51.4s51.3-23,51.3-51.4 C151.3,71.6,128.4,48.7,100,48.7z M100,133.3c-18.4,0-33.3-14.9-33.3-33.3S81.6,66.7,100,66.7s33.3,14.9,33.3,33.3 S118.4,133.3,100,133.3z M153.4,34.6c-6.6,0-12,5.4-12,12s5.4,12,12,12s12-5.4,12-12S160,34.6,153.4,34.6z'/%3E%3C/svg%3E");
}
footer .coordonnees .col2 figure img {
  height: 70px;
  object-fit: contain;
}
@media screen and (max-width: 1279px) {
  footer .coordonnees .col2 figure img {
    width: initial;
    height: 50px;
  }
}
footer .nopadding {
  background: #1f1f1f;
  padding: 10px 0;
}
footer .nopadding .nopadding {
  padding: 0;
}
footer .nopadding .nopadding ul.menu {
  display: flex;
  justify-content: space-between;
}
footer .nopadding .nopadding ul.menu li a {
  color: white;
}
@media screen and (max-width: 1279px) {
  footer .nopadding .nopadding ul.menu {
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

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