@charset "UTF-8";
/*
Theme Name: Eutychus
Theme URI: http://www.unsitepourmoneglise.fr
Author: Benjamin Eggen
Author URI: http://www.beneggen.fr
Description: Eutychus est un thème WordPress moderne, épuré et adapté aux écrans mobiles, créé sur-mesure pour les Eglises francophones.
Version: 1.2.0
Text Domain: eut
*/
/*--------------------------------------------------------------
# RESET CSS (http://meyerweb.com/eric/tools/css/reset/ )
--------------------------------------------------------------*/
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*--------------------------------------------------------------
# Simple Grid
--------------------------------------------------------------*/
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

.hidden-sm {
  display: none;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 33.75em) {
  .container {
    width: 80%;
  }
}
@media only screen and (min-width: 60em) {
  .container {
    width: 75%;
    max-width: 80rem;
  }
}

.row {
  position: relative;
  width: 100%;
}

.row [class^=col] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.3333333333%;
}

.col-2-sm {
  width: 12.6666666667%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.3333333333%;
}

.col-5-sm {
  width: 37.6666666667%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.3333333333%;
}

.col-8-sm {
  width: 62.6666666667%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.3333333333%;
}

.col-11-sm {
  width: 87.6666666667%;
}

.col-12-sm {
  width: 96%;
}

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.3333333333%;
  }
  .col-2 {
    width: 12.6666666667%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.3333333333%;
  }
  .col-5 {
    width: 37.6666666667%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.3333333333%;
  }
  .col-8 {
    width: 62.6666666667%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.3333333333%;
  }
  .col-11 {
    width: 87.6666666667%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
}
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/* Font */
/* Color */
/*--------------------------------------------------------------
# Audioplayer
--------------------------------------------------------------*/
.audioplayer {
  height: 2.5em; /* 40 */
  color: #383232;
  border: 1px solid #f9b67d;
  position: relative;
  z-index: 1;
  background: #333;
}

/* mini mode (fallback) */
.audioplayer-mini {
  width: 2.5em; /* 40 */
  margin: 0 auto;
}

/* player elements: play/pause and volume buttons, played/duration timers, progress bar of loaded/played */
.audioplayer > div {
  position: absolute;
}

/* play/pause button */
.audioplayer-playpause {
  width: 2.5em; /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}

.audioplayer-mini .audioplayer-playpause {
  width: 100%;
}

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
  background-color: #f9b67d;
}

.audioplayer-playpause a {
  display: block;
}

.audioplayer-stopped .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent; /* 8 */
  border-right: none;
  border-left-color: #383232;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em; /* 8 4 */
}

.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em; /* 12 */
  height: 0.75em; /* 12 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em; /* 6 */
}

.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
  width: 40%;
  height: 100%;
  background-color: #383232;
  content: "";
  position: absolute;
  top: 0;
}

.audioplayer-playing .audioplayer-playpause a:before {
  left: 0;
}

.audioplayer-playing .audioplayer-playpause a:after {
  right: 0;
}

/* timers */
.audioplayer-time {
  width: 4.375em; /* 70 */
  height: 100%;
  line-height: 2.375em; /* 38 */
  text-align: center;
  z-index: 2;
  top: 0;
}

.audioplayer-time-current {
  border-left: 1px solid #f9b67d;
  left: 2.5em; /* 40 */
}

.audioplayer-time-duration {
  border-right: 1px solid #f9b67d;
  right: 2.5em; /* 40 */
}

.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0;
}

/* progress bar of loaded/played */
.audioplayer-bar {
  height: 0.875em; /* 14 */
  background-color: #f9b67d;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em; /* 110 */
  left: 6.875em; /* 110 */
  margin-top: -0.438em; /* 7 */
}

.audioplayer-novolume .audioplayer-bar {
  right: 4.375em; /* 70 */
}

.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.audioplayer-bar-loaded {
  background-color: #a7a7a7;
  z-index: 1;
}

.audioplayer-bar-played {
  background: #e2641a;
  z-index: 2;
}

/* volume button */
.audioplayer-volume {
  width: 2.5em; /* 40 */
  height: 100%;
  border-left: 1px solid #f9b67d;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0;
}

.audioplayer-volume:hover,
.audioplayer-volume:focus {
  background-color: #f9b67d;
}

.audioplayer-volume-button {
  width: 100%;
  height: 100%;
}

.audioplayer-volume-button a {
  width: 0.313em; /* 5 */
  height: 0.375em; /* 6 */
  background-color: #383232;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  left: 35%;
}

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: "";
  position: absolute;
}

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent; /* 8 */
  border-left: none;
  border-right-color: #383232;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em; /* 8 */
}

.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
  /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
  width: 0.313em; /* 5 */
  height: 0.313em; /* 5 */
  border: 0.25em double #383232; /* 4 */
  border-width: 0.25em 0.25em 0 0; /* 4 */
  left: 0.563em; /* 9 */
  top: -0.063em; /* 1 */
  -webkit-border-radius: 0 0.938em 0 0; /* 15 */
  -moz-border-radius: 0 0.938em 0 0; /* 15 */
  border-radius: 0 0.938em 0 0; /* 15 */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* volume dropdown */
.audioplayer-volume-adjust {
  height: 6.25em; /* 100 */
  cursor: default;
  position: absolute;
  left: 0;
  right: -1px;
  top: -9999px;
  border: 1px solid #f9b67d;
}

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0;
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%;
}

.audioplayer-volume-adjust > div {
  width: 40%;
  height: 80%;
  background-color: #f9b67d;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0;
}

.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #007fd1;
}

.audioplayer-novolume .audioplayer-volume {
  display: none;
}

/* CSS3 decorations */
.audioplayer,
.audioplayer-volume-adjust {
  background: #fff;
}

.audioplayer-bar-played,
.audioplayer-volume-adjust div div {
  background: #e2641a;
}

.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div,
.audioplayer,
.audioplayer-volume-adjust {
  border-radius: 2px;
}

.audioplayer {
  border: 1px solid #f9b67d;
}

.audioplayer-bar-loaded {
  background: #fdeee2;
}

/*--------------------------------------------------------------
# Structure principale
--------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

.wrapper {
  margin: auto;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  color-scheme: light only;
}

body {
  background-color: #fef7f1;
  font-family: "Manrope", sans-serif;
  color: #383232;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Links & Buttons
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #e2641a;
  font-weight: 700;
}

.btn, .btn-full-white, .btn-full, .btn-white {
  padding: 20px 32px;
  border: 1px solid #f9b67d;
  background-color: transparent;
  color: #e2641a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn i, .btn-full-white i, .btn-full i, .btn-white i {
  color: #e2641a;
  transition: color 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn::before, .btn-full-white::before, .btn-full::before, .btn-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #e2641a;
  transition: width 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}
.btn:hover, .btn-full-white:hover, .btn-full:hover, .btn-white:hover {
  color: #fff;
}
.btn:hover i, .btn-full-white:hover i, .btn-full:hover i, .btn-white:hover i {
  color: #fff;
}
.btn:hover::before, .btn-full-white:hover::before, .btn-full:hover::before, .btn-white:hover::before {
  width: 100%;
}

.btn-white {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
.btn-white i {
  color: #fff;
}
.btn-white::before {
  background-color: #fff;
}
.btn-white:hover {
  color: #e2641a;
}
.btn-white:hover i {
  color: #e2641a;
}

.btn-full {
  color: #fff;
  background: #e2641a;
  border: 2px solid #e2641a;
}
.btn-full i {
  color: #fff;
}

.btn-full-white {
  color: #e2641a;
  background: #fff;
  border-color: #fff;
}
.btn-full-white i {
  color: #e2641a;
}
.btn-full-white {
  opacity: 0.9;
}

.icon-left i {
  margin-right: 7px;
}

.icon-right i {
  margin-left: 10px;
}

/* Boutons WordPress */
/* Boutons WordPress */
.wp-block-button__link {
  padding: 20px 32px !important;
  border: 1px solid #f9b67d !important;
  background: transparent !important;
  color: #e2641a !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
  transition: color 600ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.wp-block-button__link::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 100% !important;
  background-color: #e2641a !important;
  transition: width 600ms cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  z-index: -1 !important;
}

.wp-block-button__link:hover {
  color: #fff !important;
  background: transparent !important;
}

.wp-block-button__link:hover::before {
  width: 100% !important;
}

.wp-block-buttons {
  margin: 30px 0;
}

.wp-block-buttons > .wp-block-button {
  margin: auto;
}

/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}

h1 {
  font-size: 56px;
  line-height: 1.3;
  letter-spacing: -1px;
}

h2 {
  font-size: 44px;
  line-height: 1.3;
  letter-spacing: -1px;
}

h3 {
  font-size: 36px;
  line-height: 1.3;
}

h4 {
  font-size: 30px;
  line-height: 1.4;
}

h5 {
  font-size: 24px;
  line-height: 1.4;
}

h6 {
  color: #e2641a;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
}

/*--------------------------------------------------------------
# Stuffs
--------------------------------------------------------------*/
.clear, .clear:before {
  clear: both;
  content: "";
  display: block;
}

.sep, .sep-white {
  display: block;
  height: 1px;
  width: 55px;
  border-radius: 50px;
  margin: 15px 0;
  background-color: #e2641a;
}

.sep-white {
  background-color: rgba(255, 255, 255, 0.6);
}

.center .sep,
.center .sep-white {
  margin-left: auto;
  margin-right: auto;
}

.center-bloc > * {
  margin-left: auto !important;
  margin-right: auto !important;
}

img {
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center !important;
}

/* Margins */
.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-50 {
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/** Top Header **/
.top-header {
  background: #fef7f1;
  color: #c1c1c1;
  font-size: 13px;
  line-height: 1em;
  text-align: center;
}
.top-header a {
  color: #a7a7a7;
}
.top-header a:hover {
  color: #5E5E5E;
}
.top-header ul {
  display: inline-block;
  padding: 8px 16px;
}
.top-header ul li {
  display: inline-block;
  margin: 0 7px;
}
.top-header ul li i {
  margin-right: 5px;
}
.top-header ul li:first-of-type {
  margin-left: 0;
}
.top-header .social-icons li {
  margin: 0 2px;
}

/** Main Header **/
header {
  text-align: center;
  padding: 10px 0 20px 0;
  background: #fdeee2;
}
header .container > .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header ul {
  margin: 0;
}
header ul li {
  display: inline-block;
  margin: 0 8px;
}
header ul li a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #383232;
}
header ul .current-menu-item > a,
header ul .current_page_item > a,
header ul .current-menu-ancestor > a {
  color: #e2641a;
}
header .site-title {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}
header .logo {
  margin: 0;
  flex-shrink: 0;
  max-width: 450px;
  height: 90px;
  text-align: left;
}
header .logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
}
header .logo .site-title {
  line-height: 70px;
  vertical-align: middle;
}

.home header {
  background-color: transparent;
}

/* Submenu */
header .menu {
  position: relative;
}

header .sub-menu {
  position: absolute;
  background: #f9f9f9;
  z-index: 99999;
  display: none;
  border-radius: 0 0 6px 6px;
  text-align: left;
}

header .sub-menu li {
  display: block;
  line-height: 1em;
  margin: 0;
}

header .sub-menu li a {
  display: block;
  text-transform: none;
  font-weight: 400;
  padding: 12px 20px;
  border-bottom: 1px solid #E4E4E4;
  min-width: 160px;
}

header .sub-menu li a:hover {
  background: #fef7f1;
}

header .menu-item:hover > .sub-menu {
  display: block;
}

header .sub-menu li a:last-of-type {
  border-radius: 0 0 3px 3px;
}

header .sub-menu .sub-menu {
  right: 0;
}

/* Bandeau d'annonce */
body.bandeau-on {
  margin-top: 55px;
}

.mobile {
  display: none;
}

.bandeau-annonce {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  background: #e2641a;
  color: #fff;
  text-align: center;
  height: 55px;
  overflow: hidden;
}
.bandeau-annonce a {
  display: block;
  line-height: 55px;
  color: #fdeee2;
  font-weight: 400;
}
.bandeau-annonce a i {
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.hero {
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background: #fdeee2;
  padding-bottom: 80px;
}
.hero .hero-inner {
  position: relative;
  z-index: 9998;
  padding: 25px 0 0 0;
  margin: auto;
}
.hero .hero-inner span {
  display: inline-block;
  max-width: 600px;
  margin-top: 10px;
}
.hero .hero-inner .breadcrumb {
  position: static;
}
.hero .hero-inner p {
  max-width: 400px;
  margin: auto;
}
.hero .breadcrumb {
  position: absolute;
  z-index: 9999;
  bottom: 15px;
  opacity: 0.6;
  font-size: 14px;
}
.hero .breadcrumb a {
  font-weight: 400;
}
.hero h1 {
  word-wrap: break-word;
  font-size: 46px;
  max-width: 860px;
  margin: auto;
}

.hero.has-thumbnail .hero-inner {
  padding-bottom: 30px;
}

.wrapper-page {
  padding: 45px 0;
}

.post-thumb {
  margin-bottom: 20px;
  margin-top: -100px;
}
.post-thumb img {
  border-radius: 6px;
}

/* Full Page */
.full-page,
.activites-content-page article {
  max-width: 760px;
  margin: auto;
}

/* Page 404 */
.content-404 > p {
  font-size: 20px;
  line-height: 32px;
  margin: 15px 35px;
}

.icon-404 {
  font-size: 100px;
  color: #f3c59d;
}

/*--------------------------------------------------------------
# Page d'accueil
--------------------------------------------------------------*/
.hero-home {
  min-height: 650px;
}
.hero-home h1 {
  padding: 15px 0 25px 0;
}
.hero-home p {
  margin-bottom: 40px;
}
.hero-home .hero-inner {
  padding: 60px 0;
  text-align: left;
  min-height: 650px;
  display: flex;
  align-items: center;
}
.hero-home .hero-img-wrap {
  height: 650px;
  margin-top: -80px;
}
.hero-home .hero-img-wrap img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.home-section {
  padding: 100px 0;
}

/* Titres */
.home-title {
  margin-bottom: 40px;
}
.home-title i {
  color: #f3c59d;
  font-size: 30px;
}

/* Bloc verset */
.verset-home {
  padding: 150px 0;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center;
}
.verset-home .verset-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  opacity: 0.8;
}
.verset-home p {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  margin: 20px auto 40px auto;
  font-size: 32px;
  max-width: 780px;
}

/* A propos */
.about-home {
  padding: 120px 0;
}
.about-home h2 {
  padding: 15px 0 25px 0;
}
.about-home p {
  margin-bottom: 40px;
}
.about-home .about-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
}
.about-home .about-inner .about-inner-img {
  max-height: 400px;
  overflow: hidden;
}
.about-home .about-inner img {
  width: 100%;
  height: auto;
}

/* Full home */
.full-home {
  background: #fdeee2;
  padding: 0;
}
.full-home .row {
  display: flex;
  align-items: center;
  max-height: 500px;
}
.full-home h2 {
  padding: 15px 0 25px 0;
}
.full-home p {
  margin-bottom: 40px;
}
.full-home .full-home-img {
  margin: 0;
  max-height: 500px;
  overflow: hidden;
}
.full-home .full-home-img img {
  width: 100%;
  height: auto;
}
.full-home .col-6 {
  display: flex;
  align-items: center;
}
.full-home .full-home-text {
  max-width: 700px;
  padding: 50px 0;
  padding-left: 50px;
}
.full-home .full-home-text i {
  margin-right: 7px;
}

/* Predics */
.predics-home .btn, .predics-home .btn-white, .predics-home .btn-full, .predics-home .btn-full-white,
.events-home .btn,
.events-home .btn-white,
.events-home .btn-full,
.events-home .btn-full-white {
  margin-top: 60px;
  display: inline-block;
}

/* Activités */
.event-entry {
  position: relative;
  padding: 32px;
  border: 1px solid #f9b67d;
  background-image: linear-gradient(30deg, rgba(249, 182, 125, 0.3), #fef7f1 50%);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.event-entry h3 {
  font-size: 24px;
  padding: 15px 0;
}
.event-entry h3 a {
  color: #383232;
}
.event-entry h3 a:hover {
  color: #e2641a;
}
.event-entry h6 {
  font-size: 12px;
  letter-spacing: 2px;
}
.event-entry p {
  font-size: 16px;
  line-height: 24px;
  color: #5E5E5E;
  margin-top: 10px;
  word-wrap: break-word;
}
.event-entry .event-img {
  display: none;
}
.event-entry .entry-event-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.event-entry:hover {
  -webkit-transform: translate(0px, -16px);
  -ms-transform: translate(0px, -16px);
  transform: translate(0px, -16px);
}

/* Blog */
.post-entry {
  position: relative;
  padding: 32px;
  border: 1px solid #f9b67d;
  background-image: linear-gradient(30deg, rgba(249, 182, 125, 0.3), #fef7f1 50%);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  min-height: 280px;
}
.post-entry h3 {
  font-size: 20px;
  padding: 8px 0;
}
.post-entry h3 a {
  color: #383232;
}
.post-entry h3 a:hover {
  color: #e2641a;
}
.post-entry h6 {
  font-size: 12px;
  letter-spacing: 2px;
}
.post-entry p {
  font-size: 14px;
  line-height: 24px;
  color: #5E5E5E;
  margin-top: 0;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-entry .post-img {
  display: none;
}
.post-entry .entry-post-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.post-entry:hover {
  -webkit-transform: translate(0px, -16px);
  -ms-transform: translate(0px, -16px);
  transform: translate(0px, -16px);
}

/* Fix grille posts */
.posts-home .clear,
.blog-entries {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.posts-home .clear .post-entry,
.blog-entries .post-entry {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Gospel */
.gospel-home {
  text-align: center;
  padding: 0;
}
.gospel-home .gospel-inner {
  max-width: 960px;
  background: #e2641a;
  color: #fff;
  margin: auto;
  padding: 40px 25px;
  border-radius: 6px;
}
.gospel-home .gospel-inner p {
  margin: 25px;
}

/*--------------------------------------------------------------
# Entry predic
--------------------------------------------------------------*/
.entry-predic {
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}

.predics-home .entry-predic {
  max-width: 980px;
  margin: auto;
}

/* Thumbnail */
.entry-predic-thumbnail {
  height: 90px;
  width: 90px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 10px;
}
.entry-predic-thumbnail img {
  width: 100%;
  height: auto;
}

.thumbnail-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
}

/* Details */
.entry-predic-details {
  padding: 15px 0;
}
.entry-predic-details h6 {
  font-size: 12px;
  letter-spacing: 2px;
  color: #383232;
}
.entry-predic-details h3 {
  font-size: 24px;
}
.entry-predic-details h3 a {
  color: #383232;
  font-weight: 400;
}

/* Meta */
.entry-predic-meta {
  line-height: 0.9em;
  margin-top: 3px;
}
.entry-predic-meta li {
  font-size: 12px;
  display: inline-block;
  padding: 0 4px;
  color: #f3c59d;
}
.entry-predic-meta li:last-of-type:after {
  padding: 0;
}
.entry-predic-meta i {
  color: #f3c59d;
  margin-right: 3px;
}

.entry-predic-meta li,
.entry-predic-meta li a {
  font-weight: 400;
  color: #5E5E5E;
}

.entry-predic .cta-link {
  padding: 0;
}

.entry-predic-btn {
  font-weight: 400;
  padding-top: 19px;
  color: #e2641a;
}

.entry-predic-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

/* Colonnes */
.entry-predic {
  display: flex;
  align-items: center;
  gap: 20px;
}
.entry-predic .entry-predic-thumbnail {
  display: block;
  flex-shrink: 0;
}
.entry-predic .entry-predic-details {
  flex: 1;
}

/*--------------------------------------------------------------
# Ressources
--------------------------------------------------------------*/
.ressources-section {
  margin-bottom: 30px;
}
.ressources-section h2 {
  font-size: 22px;
}
.ressources-section h2 i {
  color: #e2641a;
  margin-right: 10px;
}

.ressource-entry {
  position: relative;
  padding: 32px;
  border: 1px solid #f9b67d;
  background-image: linear-gradient(30deg, rgba(249, 182, 125, 0.3), #fef7f1 50%);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ressource-entry h3 {
  font-size: 20px;
  padding: 15px 0;
  margin: 0;
  color: #383232;
}
.ressource-entry p {
  font-size: 16px;
  line-height: 24px;
  color: #5E5E5E;
  margin-top: 10px;
  word-wrap: break-word;
}
.ressource-entry .ressource-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}
.ressource-entry i {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #f9b67d;
}

.ressource-entry:hover {
  -webkit-transform: translate(0px, -16px);
  -ms-transform: translate(0px, -16px);
  transform: translate(0px, -16px);
}
.ressource-entry:hover i {
  color: #e2641a;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/* Page Tab */
.page-tab ul li {
  display: inline-block;
  margin: 15px 15px 0 15px;
}
.page-tab ul li a {
  font-size: 14px;
  text-transform: uppercase;
}
.page-tab ul .current_page_item a {
  color: #383232;
  font-weight: 400;
}

/* Autres */
input,
select,
textarea {
  background: #fff;
  border: 1px solid #fdeee2;
  border-radius: 0;
  padding: 12px 16px;
  font-family: "Manrope", sans-serif;
}

textarea {
  border-radius: 0;
}

select option:first-of-type {
  color: #f3c59d;
  font-family: "Manrope", sans-serif;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #e2641a;
}

.widget {
  margin-top: 25px;
}
.widget a {
  color: #383232;
}
.widget h3 {
  margin-bottom: 12px;
  font-size: 26px;
}
.widget li {
  margin: 10px 0;
}
.widget li a {
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
  display: block;
}
.widget li a:hover {
  padding-left: 5px;
}

.sidebar {
  font-size: 16px;
}
.sidebar input, .sidebar select {
  width: 100%;
}
.sidebar .widget:first-of-type {
  margin-top: 0;
}
.sidebar .searchform-wrap {
  margin-top: 0;
}
.sidebar a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  color: #e2641a;
  font-size: 24px;
}

.searchform-wrap {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 360px;
  margin-top: 30px;
}
.searchform-wrap input {
  padding-right: 0;
  width: 100%;
}
.searchform-wrap button {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  color: #a7a7a7;
  top: 0;
  bottom: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.searchform-wrap button:focus {
  outline: none;
  color: #5E5E5E;
}

/*--------------------------------------------------------------
# Page article
--------------------------------------------------------------*/
/* Keywords */
.keywords {
  margin-bottom: 12px;
}
.keywords li {
  display: inline-block;
  line-height: 28px;
  margin: 7px;
}
.keywords li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a7a7a7;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
}
.keywords li a:hover {
  color: #5E5E5E;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.post-nav {
  padding-top: 30px;
  text-align: center;
}
.post-nav .page-numbers {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 3px;
  color: #383232;
  font-weight: 700;
  border: 1px solid #a7a7a7;
  transition: all 0.3s;
}
.post-nav .page-numbers:hover {
  color: #e2641a;
  border-color: #e2641a;
}
.post-nav .page-numbers.current {
  color: #fff;
  background: #e2641a;
  border-color: #e2641a;
}
.post-nav .page-numbers.prev i, .post-nav .page-numbers.next i {
  font-size: 14px;
}
.post-nav .page-numbers.dots,
.post-nav .page-numbers.next,
.post-nav .page-numbers.prev {
  border: 0;
}
.post-nav a {
  font-size: 16px;
  color: #a7a7a7;
}
.post-nav a:hover {
  color: #383232;
}
.post-nav .prev-post {
  float: left;
}
.post-nav .prev-post i {
  margin-right: 7px;
}
.post-nav .next-post {
  float: right;
}
.post-nav .next-post i {
  margin-left: 7px;
}

/*--------------------------------------------------------------
# Single predic
--------------------------------------------------------------*/
.meta {
  padding: 20px;
  margin: auto;
  position: relative;
}
.meta li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 10px;
  line-height: 1.5em;
  color: #5E5E5E;
}
.meta li i {
  margin-right: 4px;
  color: #e2641a;
}
.meta li a {
  font-weight: 400;
  color: #5E5E5E;
  display: inline-block;
  margin: 0 3px;
}
.predic-player {
  margin-bottom: 45px;
}

.predic-dl {
  margin-bottom: 45px;
}

.content-page .video-container + .video-container {
  margin-top: 35px;
}

.single-predic-content article {
  margin-top: 25px;
}

/*--------------------------------------------------------------
# Article WYSIWYG
--------------------------------------------------------------*/
article p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

article p + p {
  margin: 25px 0;
}

article p + a {
  margin-top: 25px;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 25px;
}

article h3 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  color: #e2641a;
  font-size: 24px;
  margin-top: 35px;
}

article h5 {
  font-size: 16px;
}

article h6 {
  font-size: 14px;
}

article strong {
  font-weight: 900;
}

article em {
  font-style: italic;
}

article hr {
  display: block;
  height: 1px;
  width: 100%;
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin: 40px 0;
}

article iframe {
  max-width: 100%;
}

article .video-container {
  margin: 25px 0;
}

/* Blockquote */
article blockquote {
  margin: 30px 70px;
  padding-left: 15px;
  border-left: 3px solid #f9b67d;
  position: relative;
}

article blockquote p {
  margin: 0;
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
}

/* table */
article table {
  text-align: left;
  margin: 20px auto;
}

article table tr {
  border-bottom: 2px solid #ececec;
}

article table td, th {
  padding: 10px 15px;
}

article table th {
  font-weight: 700;
}

/* lists */
article ul, article ol {
  margin: 12px 50px 25px 50px;
}

article ul {
  list-style-type: disc;
}

article ol {
  list-style-type: decimal;
}

article li {
  margin: 10px 0px;
  line-height: 26px;
}

/* definition */
article dl dt {
  font-weight: 700;
}

article dl dd {
  margin-left: 20px;
  margin-bottom: 10px;
}

/* others */
article em {
  font-style: italic;
}

article address {
  margin-left: 20px;
}

article abbr, article acronym, article big {
  font-weight: 700;
}

article cite, article var {
  font-style: italic;
}

article code, article pre {
  font-family: "Consolas", monospace;
  background: #404040;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
}

article pre {
  padding: 10px 15px;
  border-left: 4px solid #5B5B5B;
  margin-bottom: 20px;
}

article sup {
  vertical-align: super;
  font-size: 12px;
}

article sub {
  vertical-align: sub;
  font-size: 12px;
}

/* Blockquote */
article blockquote cite {
  display: block;
  font-size: 12px;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  color: #999;
  margin-top: 8px;
}

/* IMAGES, VIDEOS, FIGURE, CAPTION */
article img {
  max-width: 100%;
  height: auto;
}

article figure {
  max-width: 100%;
}

/** Responsive video **/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container iframe.twitter-tweet {
  position: inherit;
  padding-bottom: 0px;
  overflow: inherit;
}

/** Images & captions **/
article img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

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

article img.aligncenter {
  display: block;
  margin: auto;
}

article .alignright {
  float: right;
}

article .alignleft {
  float: left;
}

article .aligncenter {
  display: block;
  margin: auto;
}

.wp-caption {
  padding: 5px;
  max-width: 96%; /* Image does not overflow the content area */
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  margin: 0;
  padding: 5px;
  color: #999;
}

/*--------------------------------------------------------------
# Page activités
--------------------------------------------------------------*/
.activites-content-page article {
  margin-bottom: 30px;
}
.activites-content-page .event-entry {
  margin-bottom: 25px;
}

.activite-content-page .event-thumb {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Page équipe
--------------------------------------------------------------*/
.liste-membres {
  margin-top: 25px;
  text-align: center;
}

.membre-wrap {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 15px 30px;
}
.membre-wrap .membre {
  margin-bottom: 20px;
}
.membre-wrap .membre .membre-img img {
  border-radius: 50%;
  width: 150px;
  height: auto;
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
}
.membre-wrap .membre .membre-img img + img {
  margin-left: -25px;
}
.membre-wrap .membre .membre-titre {
  margin-top: 14px;
  margin-bottom: 7px;
}
.membre-wrap .membre .membre-titre h4 {
  margin: 0;
  margin-top: 0;
  margin-bottom: 3px;
  line-height: 20px;
  font-size: 22px;
}
.membre-wrap .membre .membre-titre span {
  font-size: 16px;
  color: #5E5E5E;
  line-height: 18px;
}
.membre-wrap .membre .membre-description p {
  font-size: 16px;
  color: #a7a7a7;
  line-height: 26px;
}

/*--------------------------------------------------------------
# Page contact
--------------------------------------------------------------*/
.contact-content {
  max-width: 980px;
}
.contact-content article p {
  font-size: 16px;
}
.contact-content .contact-adresse {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  margin: 50px auto;
}
.contact-content .contact-adresse p strong {
  font-weight: 700;
}
.contact-content .contact-info {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.contact-content .contact-info .contact-icon {
  flex-shrink: 0;
}
.contact-content .contact-info .contact-data {
  flex: 1;
}
.contact-content .contact-info i {
  color: #e2641a;
  display: inline-block;
  margin-right: 10px;
}
.contact-content input {
  margin: 7px;
  width: 100%;
}
.contact-content textarea {
  margin: 7px;
  width: 100%;
}
.contact-content .contact-msg-wrap {
  margin-top: 0;
}

span.wpcf7-not-valid-tip {
  font-size: 14px;
  position: relative;
  top: -10px;
  left: 8px;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
  border: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: 0;
  font-size: 14px;
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  border: 0 !important;
  background: #fdeee2;
  font-size: 14px;
  margin: 0;
  margin-top: 10px !important;
  padding: 15px 25px !important;
}

/*--------------------------------------------------------------
# Page accès
--------------------------------------------------------------*/
.acf-map {
  width: 100%;
  height: 400px;
  border: 1px solid #f9b67d;
}

.acf-map img {
  max-width: inherit !important;
}

/*--------------------------------------------------------------
# Commentaires
--------------------------------------------------------------*/
.comments {
  padding: 20px 25px;
}
.comments h3 i,
.comments h4 i {
  margin-right: 7px;
}
.comments h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.comments h4 span {
  font-size: 14px;
  color: #404048;
}
.comments .comment-list {
  margin-top: 25px;
  background: #f9f9f9;
}

/* Single comment */
.comment {
  position: relative;
  border-bottom: 1px solid #f9b67d;
  padding: 20px 0px;
  margin: 0 25px;
  border-radius: 6px;
}
.comment .reply {
  padding: 4px 0;
  font-size: 14px;
}
.comment .reply a {
  color: #5E5E5E;
}
.comment .comment-thumb {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
}
.comment .comment-text {
  padding-left: 75px;
}
.comment .comment-text h5 {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
}
.comment .comment-text article p {
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0;
}
.comment .comment-text article p:last-of-type {
  margin-bottom: 0;
}

.comment-respond {
  padding: 15px 0;
}

.comment-meta {
  line-height: 0.85em;
}

.comment-meta span,
.comments h4 span {
  font-size: 12px;
  font-weight: 400;
  color: #5E5E5E;
  padding-left: 7px;
}

.comment-meta span {
  padding-left: 0;
}

/* Formulaire */
input[type=submit] {
  background: none;
  border: 1px solid #f9b67d;
  color: #e2641a;
}

input[type=submit]:hover {
  background: #e2641a;
  color: #fff;
  cursor: pointer;
}

.comment-form {
  margin-top: 10px;
}
.comment-form .btn, .comment-form .btn-white, .comment-form .btn-full, .comment-form .btn-full-white {
  padding: 8px 16px;
}
.comment-form input, .comment-form textarea {
  background: #fff;
  border: 1px solid #f9b67d;
  border-radius: 3px;
  font-family: "Manrope", sans-serif;
  width: 100%;
  padding: 12px;
}
.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border: 1px solid #a7a7a7;
}
.comment-form input {
  padding-top: 0;
  padding-bottom: 0;
  height: 35px;
}
.comment-form textarea {
  min-height: 250px;
  margin: 15px 0;
}

.comment-text a {
  word-break: break-all;
}

/* Reply */
.comment-list .children {
  margin-left: 25px;
}

.comment-reply-title {
  position: relative;
  padding: 0 25px;
}
.comment-reply-title p {
  font-size: 16px;
}

.comment-cancel-reply-span {
  position: absolute;
  top: 5px;
  right: 25px;
}

.comment-cancel-reply-span a {
  font-weight: 700;
  font-size: 14px;
}

/* Bottom post */
.comment-post-infos {
  font-size: 14px;
  display: block;
  margin-top: 13px;
}

.comment-post-infos a {
  font-weight: 700;
  color: #78b147;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.verset-home + .container-bandeau {
  margin-top: 80px;
}

.bandeau-bas {
  position: relative;
  width: 100%;
  height: auto;
  background: #fdeee2;
  overflow: hidden;
}

.bandeau-bas .bandeau-bas-inner {
  position: relative;
  z-index: 567;
  padding: 60px 100px;
  max-width: 980px;
  margin: auto;
  text-align: center;
}

.bandeau-bas .bandeau-bas-inner h3 {
  font-size: 1.4em;
  line-height: 35px;
}

.bandeau-bas .bandeau-bas-inner a {
  margin-top: 20px;
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Footer Updated
--------------------------------------------------------------*/
footer {
  background: #2d2d2d;
  color: #999;
}
footer h1, footer h2, footer h3, footer h4 {
  font-size: 26px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
footer p {
  font-size: 16px;
  line-height: 24px;
}
footer a {
  color: #999;
}
footer a:hover {
  color: #fff;
}

.footer-main {
  padding: 60px 0 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.footer-info .footer-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
}
.footer-info .footer-info-item i {
  color: #e2641a;
  margin-right: 12px;
  margin-top: 3px;
  font-size: 16px;
  width: 20px;
}
.footer-info .footer-info-item span {
  flex: 1;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
footer ul li {
  margin-bottom: 6px;
}
footer ul li a {
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s;
  display: inline-block;
}
footer ul li a:hover {
  padding-left: 5px;
}

footer ul.social-icons {
  text-align: left;
  margin-top: 15px;
}

.footer-bottom {
  padding: 25px 0;
  font-size: 14px;
}
.footer-bottom p {
  margin: 0;
  font-size: 14px;
}
.footer-bottom .footer-credits {
  text-align: right;
}
.footer-bottom .footer-credits p {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
}

.widget-social li {
  display: inline-block;
  margin: 7px;
}
.widget-social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border-radius: 50px;
  text-align: center;
  background: #e2641a;
  color: #fff;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
}
.widget-social li a:hover {
  top: -5px;
  padding-left: 0;
}
.widget-social li:first-of-type {
  margin-left: 0;
}

/**/
/* Agrandir le container pour grands écrans */
.menu-mobile {
  display: none;
}

/*--------------------------------------------------------------
# Media queries/Responsive
--------------------------------------------------------------*/
.container {
  max-width: 1280px;
}

@media only screen and (min-width: 1470px) {
  .container {
    width: 87%;
  }
}
@media only screen and (max-width: 1470px) {
  .container {
    width: 92%;
  }
  header ul li a {
    font-size: 14px;
  }
  header ul li {
    margin: 0 6px;
  }
}
@media only screen and (max-width: 1280px) {
  header .container .row [class^=col] {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  header {
    height: auto;
    line-height: 1em;
    padding: 10px 0 20px 0;
  }
  header .logo {
    max-width: 360px;
    margin: auto;
    margin-bottom: 15px;
  }
  header ul li {
    margin: 0 10px;
  }
  .meta li {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 980px) {
  .hero-home .col-6,
  .about-home .col-5,
  .about-home .col-7 {
    width: 96%;
  }
  .top-header {
    display: none;
  }
  .menu-desktop {
    display: none !important;
  }
  /* Mobile menu */
  .menu-mobile {
    display: block;
    position: relative;
  }
  .menu-mobile .drop-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 20px);
    width: 100%;
    background: #fdeee2;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #f9b67d;
  }
  .open-menu {
    text-align: right;
    font-weight: 700;
    padding-left: 20px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .open-menu i {
    margin-left: 12px;
    color: #e2641a;
    transition: transform 0.3s ease;
  }
  .open-menu.menu-open i {
    transform: rotate(180deg);
  }
  .menu-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menu-mobile ul li {
    display: block;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid rgba(249, 182, 125, 0.3);
  }
  .menu-mobile ul li:last-child {
    border-bottom: none;
  }
  .menu-mobile ul li a {
    display: block;
    text-transform: inherit;
    letter-spacing: 0;
    padding: 14px 22px;
    font-weight: 400;
    color: #383232;
    transition: all 0.2s;
  }
  .menu-mobile ul li a:hover,
  .menu-mobile .current-menu-item a,
  .menu-mobile .current_page_item a {
    color: #e2641a;
    background: rgba(226, 100, 26, 0.05);
  }
  .menu-mobile .sub-menu {
    display: none !important;
  }
  .menu-mobile .sub-menu li a {
    padding-left: 40px;
  }
  /* Divers */
  .blog-entries .post-entry {
    width: 100% !important;
  }
  .hero-home .hero-inner {
    text-align: center;
    padding-top: 40px;
  }
  .hero-home {
    padding-bottom: 40px;
  }
  .hero-home .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .hero-home .hero-inner {
    text-align: center;
    padding-top: 40px;
  }
  .hero-home .hero-img-wrap {
    margin-top: 0;
    height: 300px;
    overflow: hidden;
  }
  .hero-home .hero-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .full-home .row {
    display: initial;
  }
  .full-home .col-6 {
    width: 100%;
  }
  .full-home .full-home-text {
    padding: 30px;
  }
  .about-home {
    padding: 80px 0;
  }
  .about-home .about-inner {
    display: block;
  }
  .predics-home .col-4 {
    width: 96%;
  }
  .bandeau-bas .bandeau-bas-inner {
    padding: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
  }
  .breadcrumb {
    display: none;
  }
  .bandeau-annonce {
    font-size: 17px;
    height: auto;
  }
  .bandeau-annonce span {
    margin-bottom: 12px;
  }
  .bandeau-annonce a {
    margin: 0;
    padding: 0;
    background: none;
    color: #fff;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .home h2 {
    font-size: 36px;
  }
  /* Home */
  .hero-home .hero-inner {
    padding: 5px 0px;
  }
  .hero-home .hero-inner a + a {
    margin-top: 15px;
  }
  .hero-home h1 {
    font-size: 42px;
  }
  .verset-home {
    padding: 100px 20px;
  }
  .about-home {
    text-align: center;
  }
  .home-section {
    padding: 60px 0;
  }
  .home-title {
    margin-bottom: 40px;
  }
  /* Autres pages */
  .hero {
    padding-top: 0;
  }
  .meta li {
    font-size: 12px;
  }
  .page-tab ul li {
    margin: 0 10px;
  }
  /* Event entry */
  .event-entry {
    text-align: center;
  }
  .event-entry p {
    max-width: 300px;
    margin: auto;
  }
  /* post entry */
  .post-entry {
    text-align: center;
  }
  .post-entry p {
    max-width: 374px;
    margin: auto;
  }
  article blockquote {
    margin: 30px 20px;
  }
  .entry-predic-details {
    display: inline-block;
    padding: 4px 14px;
  }
  .entry-predic-btn,
  .entry-predic-thumbnail {
    display: none;
  }
  /* Sidebar */
  .sidebar {
    margin-top: 40px !important;
    text-align: center;
  }
  .sidebar .searchform-wrap {
    margin: auto;
  }
  /* Single predic */
  .meta li {
    margin: 4px 6px;
  }
  .meta {
    padding: 20px 6px;
  }
  /* Contact */
  .contact-content input,
  .contact-content textarea {
    width: 100%;
    margin: 7px 0;
  }
  /* footer */
  footer {
    text-align: center;
    padding: 0;
  }
  footer h3 {
    margin-bottom: 10px;
  }
  footer .col-4 {
    margin-bottom: 25px !important;
  }
  footer .col-4:last-of-type {
    margin-bottom: 0 !important;
  }
  footer .footer-info .footer-info-item {
    display: block;
  }
  footer ul {
    text-align: center;
  }
  .comments {
    padding: 20px 0;
  }
  .btn,
  .btn-white,
  .btn-full,
  .btn-full-white {
    white-space: nowrap;
  }
  .entry-predic {
    gap: 0;
  }
  .predic-content-page .m-b-30 {
    margin-bottom: 0 !important;
  }
  .hero .hero-inner span {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 500px) {
  .comment .comment-thumb {
    position: static;
    margin: auto;
  }
  .comment .comment-text {
    padding: 0;
  }
}

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