/*
Theme Name:         FoundationPress
Theme URI:          http://foundationpress.olefredrik.com
Github Theme URI:   https://github.com/olefredrik/FoundationPress
Description:        FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
Version:            2.10.4
Author:             Ole Fredrik Lie
Author URI:         http://olefredrik.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* ----------------------------------------------------------------------------

  Unfortunately WordPress will require a style.css file
  located in the theme's root folder for stuff to work.

  However, we will not be using vanilla CSS. We're using Sass.

  Sass is a superset of CSS that adds in amazing features
  such as variables, nested selectors and loops. It's also
  the easiest way to customize Foundation.

  All Sass files are located in the /assets/scss folder.
  Please note that none of your scss files will be compiled to /stylesheets/foundation.css before you run
  'npm run watch' or 'npm run build'.

  Please read the README.md file before getting started. More info on how
  to use Sass with Foundation can be found here:
  http://foundation.zurb.com/docs/sass.html

  If you for some reason would like to write plain css instead of using Sass,
  you could just enqueue this file (style.css) to the header and add your styles in this file

---------------------------------------------------------------------------- */

.page-template-default #entete-page h1 {
	font-family: 'Intro';
	font-size: 2rem;
	font-weight: normal;
}

.page-id-8 #sub-slider .newsletter .button-news a {
	font-size: 0.8rem;
}
.page-id-8 #sub-slider .newsletter .button-news .mc4wp-form-fields div {
	margin-top: 1rem;
}
.page-id-8 #sub-slider .newsletter .button-news input[type="checkbox"] {
    margin-top: 1rem;
}
.post-template-default #entete-page {
    padding: 3rem 1rem;
    background-color: 
    rgba(39, 72, 118, 0.4);
}
.post-template-default #entete-page h1 {
    font-family: 'Intro';
    font-size: 2rem;
    font-weight: normal;
}
.post-template-default #content-page {
    margin: 4rem 0;
}
.main-grid .main-content {
	width: calc(100% - 1.25rem);
}


.category #sub-slider {
    flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin-bottom: 2rem;
  border: 0.5rem solid white; }
  .category #sub-slider > div {
    width: 33.33333333%;
    min-height: 28vh;
    padding: 2rem 3rem; }
    @media screen and (max-width: 39.99875em) {
      .category #sub-slider > div {
        width: 100%;
        padding: 1rem 0.4rem; } }
    .category #sub-slider > div:nth-child(1) {
      border-right: 0.25rem solid white; }
    .category #sub-slider > div:nth-child(2) {
      border-right: 0.25rem solid white;
      border-left: 0.25rem solid white; }
    .category #sub-slider > div:nth-child(3) {
      border-left: 0.25rem solid white; }
  .category #sub-slider .une-actu {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden; }
    @media screen and (max-width: 39.99875em) {
      .category #sub-slider .une-actu {
        overflow: inherit; } }
    .category #sub-slider .une-actu > img {
      position: absolute;
      z-index: -1;
      object-fit: cover;
      height: 100%;
      min-width: 100%;
      -webkit-transform: scale(1.01);
          -ms-transform: scale(1.01);
              transform: scale(1.01);
      -webkit-filter: brightness(0.8);
              filter: brightness(0.8);
      transition: -webkit-transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
    .category #sub-slider .une-actu h3 {
      text-transform: uppercase;
      font-size: 12px;
      font-family: 'Nunito';
      font-weight: 700;
      color: white;
      letter-spacing: .2em;
      text-align: left;
      width: 100%; }
    .category #sub-slider .une-actu h2 {
      font-family: 'Poppins';
      font-size: 30px;
      line-height: 40px;
      font-weight: 800;
      color: white;
      margin-bottom: 1rem; }
    @media screen and (max-width: 39.99875em) {
      .category #sub-slider .une-actu {
        font-size: 24px; } }
    .category #sub-slider .une-actu > a {
      margin-right: auto;
      margin-left: 0;
      padding: 0.75rem 1.5rem;
      background-color: #274876;
      color: white;
      font-size: 14px;
      font-family: 'Poppins';
      line-height: 14px;
      font-weight: 500; }
    .category #sub-slider .une-actu:first-child > a {
      background-color: #BF321D; }
    .category #sub-slider .une-actu:hover > img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      transition: -webkit-transform 1s ease;
      transition: transform 1s ease;
      transition: transform 1s ease, -webkit-transform 1s ease; }
      
      
.une-actu h2 a {
	color: #FFF;
}

.page-id-14 form.wpcf7-form input::placeholder, .page-id-14 form.wpcf7-form textarea::placeholder {
    color: #333;
}

.page-id-10 #liste-candidats .un-candidat .content-candidat img {
    border-radius: 100%;
    width: 80%;
    margin: auto;
}
.page-id-10 #liste-candidats .un-candidat .content-candidat a {
    text-align: center;
}
.page-id-10 #liste-candidats .un-candidat .content-candidat .voir-plus {
    margin-top: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.page-id-10 #liste-candidats .un-candidat .content-candidat .voir-plus > a {
    padding: 0.5rem 1rem;
        padding-top: 0.5rem;
    font-family: 'Intro';
    font-size: 13px;
    line-height: 13px;
    color: 
    white;
    padding-top: calc(0.5rem + 2px);
    border-radius: 5px;
    background: #fa7921;
}
.page-id-12 #programmes-childs .un-programme .content-prog .more-link {
	display: none;
}


#content-page a {
	color: #274876;
}
.page-id-10 #liste-candidats .un-candidat .content-candidat > .infos p {
	line-height: 22px;
}

#content-page li {
	list-style-position: inside;
}

#content-page .row .column img {
	display: initial;
	margin-bottom: 2rem;
}

pre.wp-block-verse {
	font-family: 'Poppins';
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 2rem;
	color:#fa7921;
}
pre.wp-block-verse {
    white-space: inherit;
    overflow: inherit;
}
#slider-accueil img {
	width: 100%;
}
.page-id-97 #bloc-temoignages .les-temoignages .un-temoignage {
	display: inline-block;
}

#liste-candidats .les-candidatss{
	    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.page-id-10 #liste-candidats .un-candidat .content-candidat > .infos {
	width: 100%;
}

.page-id-8 #sub-slider > div:nth-child(4) {
    border-right: 0.25rem solid white;
}

.page-id-8 #sub-slider {
	flex-wrap: wrap;
}

.page-id-8 #sub-slider > div:nth-child(5) {
    border-right: 0.25rem solid white;
    border-left: 0.25rem solid white;
}

.page-id-8 #sub-slider > div:nth-child(6) {
    border-left: 0.25rem solid white;
}

.page-id-8 #sub-slider > div {
	margin-bottom: 0.5rem;
}
