/*
Theme Name: EPPC 2026
Author: Pixem Studio
Author URI: https://www.pixem-studio.com
Description: EPPC 2026 répondant aux norme WCAG A2 2.0
Version: 2.0
Text Domain: eppc2026
*/
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;
  box-sizing: border-box; }

/* 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; }

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #707073; }

a {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  outline: none; }

.slicknav_menu {
  display: none;
  z-index: 10000;
  position: fixed;
  width: 100%;
  background: #f7f7f7;
  padding: 0 5px; }
  .slicknav_menu .slicknav_icon-bar {
    background: #00396c;
    width: 29px;
    height: 3px;
    margin-bottom: 6px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.slicknav_nav a {
  color: #00396c;
  font-size: 17px;
  line-height: 25px; }
  .slicknav_nav a li a {
    font-size: 15px !important; }
.slicknav_nav a:hover {
  background: #00396c;
  color: white; }
.slicknav_nav .slicknav_row:hover a {
  color: white; }
.slicknav_nav .slicknav_arrow {
  font-size: 7px;
  vertical-align: middle; }
.slicknav_nav .slicknav_row:hover {
  background: #00396c; }

.slicknav_btn {
  background: none;
  margin: 9px 5px 6px; }

.slicknav_brand {
  height: 53px; }
  .slicknav_brand img {
    width: 35px;
    height: auto; }

header {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }

header .skip-links{
  position: absolute;
  width: 100%;
}

header .skip-links a{
  color:#00396c;
  font-size: 16px;
  padding: 12px;
}
header .skip-links a svg{
  width: 9px;
  vertical-align: baseline;
  padding: 0 5px 0 0;
}
  header .logo {
    display: block;
    margin: 16px auto 10px auto;
    text-align: center;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  header .logo a{
    display: inline-block;
  }
  header .logo img {
    height: 85px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  header .logo a:hover img {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  header nav#main-nav {
    background: rgba(255, 255, 255, 0.7);
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px; }
    header nav#main-nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      header nav#main-nav ul li:last-child ul {
        display: none !important; }
    header nav#main-nav a {
      display: block;
      padding: 0 28px;
      line-height: 60px;
      color: #00396c;
      font-size: 24px;
      text-decoration: none;
      font-weight: 400;
      font-variant: small-caps; }
    header nav#main-nav a:hover {
      background-color: #00396c;
      color: white; }
    header nav#main-nav a:focus,
    .home footer a:focus,
    header .logo a:focus,
    header #socialLinks a:focus,
    .btnJaune a:focus,
    footer nav a:focus,
    #copyright a:focus,
    #blog .blogWrapper #blogContent #pagination a:focus {
      box-shadow: 0 0 0 4px orange !important;
    }
    header nav#main-nav ul ul {
      background: rgba(255, 255, 255, 0.9);
      /*min-width: 100%;*/
      position: absolute;
      display: block; }
    header nav#main-nav ul li {
      position: relative;
      white-space: nowrap; }
    header nav#main-nav li li a {
      font-size: 17px;
      line-height: 38px;
      padding: 0 14px;
      font-variant: inherit; }
    header nav#main-nav li li a:hover {
      background-color: #f8b32d; }

    header nav#main-nav .sub-menu {
     display: none;
      }
    header nav#main-nav .menu-item-has-children a[aria-expanded="true"] + .sub-menu {
      display: block;
    }
  .no-js header nav#main-nav .menu-item-has-children:hover .sub-menu {
      display: block;
    }



  header #socialLinks {
    position: fixed;
    top: 260px;
    right: -50px; }
    header #socialLinks a {
      display: block;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      color: white;
      padding: 8px 0 8px 15px;
      width: 100px;
      margin-bottom: 5px;
      font-size: 22px;
      position: relative;
      left: 0px; }
    header #socialLinks a:first-child {
      background: #f8b32d; }
    header #socialLinks a:nth-child(2) {
      background: #3ebeea;
      margin-left: -10px; }
    header #socialLinks a:hover {
      left: -10px; }

header.reduce .logo {
  margin: 0px; }
  header.reduce .logo img {
    height: 0px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
header.reduce nav#main-nav .logo {
  width: auto;
  height: auto; }
  header.reduce nav#main-nav .logo img {
    height: 47px;
    vertical-align: bottom; }

.home footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 8000;
  background: none;
  padding: 5px 0;
  border: none;
  background:#03356C; }
  .home footer p {
    text-align: center;
    color: white;
    text-shadow: black 0 0 3px; }
  .home footer a {
    text-decoration: none;
    color: white; }
  .home footer a:hover {
    text-decoration: underline; }

.cc_container {
  background: rgba(0, 0, 0, 0.8) !important; }
  .cc_container .cc_btn {
    background: #f8b32d !important; }

footer {
  background: #565658;
  text-align: center;
  padding-top: 16px;
  border-top: 2px solid #3b3c3e; }
  footer nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  footer nav a {
    display: block;
    padding: 0 25px;
    line-height: 30px;
    color: white;
    font-size: 21px;
    text-decoration: none;
    font-weight: 400;
    font-variant: small-caps; }
  footer nav a:hover {
    background-color: white;
    color: #707073; }
  footer #copyright {
    margin: auto;
    padding: 13px 0 40px 0;
    display: flex;
    width: 1070px;
    justify-content: space-around; }
    footer #copyright a, footer #copyright p {
      color: white;
      font-size: 15px;
      text-decoration: none;
      font-weight: 300; }

/* ------------------------- slider accueil ----------------------- */
#slides .container {
  position: absolute;
  border: 1px solid white;
  padding: 20px 20px 12px 20px;
  color: white;
  font-size: 17px;
  width: 430px; }

  #slides h1{
    position: absolute;
  }
  #slides .container p {
    font-family: Georgia;
    font-style: italic;
    line-height: 120%;
    margin-top: 10px; }
  #slides .container p:first-letter {
    text-transform: capitalize; }
  #slides .container .date {
    font-size: 23px;
    padding-bottom: 10px;
    margin: 0;
    font-family: inherit;
    font-style: normal; }
  #slides .container .copy {
    text-align: right;
    font-size: 13px;
    font-family: inherit; }
  #slides .container h2 {
    font-size: 23px;
    padding-bottom: 10px; }
#slides li:first-child .container {
  bottom: 20%;
  left: 20%;
  background: rgba(0, 57, 108, 0.9); }
#slides li:nth-child(2) .container {
  top: 30%;
  right: 20%;
  background: rgba(0, 0, 0, 0.9); }
#slides li:nth-child(3) .container {
  bottom: 10%;
  left: 20%;
  background: rgba(226, 21, 28, 0.9); }
#slides li:nth-child(4) .container {
  top: 30%;
  left: 20%;
  background: rgba(248, 21, 28, 0.9); }
#slides li:nth-child(5) .container {
  bottom: 10%;
  right: 10%;
  background: rgba(0, 0, 0, 0.9); }
#slides .container:before {
  content: url(images/coin-g.png);
  display: block;
  position: absolute;
  top: -10px;
  left: -10px; }
#slides .container:after {
  content: url(images/coin-d.png);
  display: block;
  position: absolute;
  bottom: -13px;
  right: -10px; }
#slides .slides-pagination {
  bottom: 30px; }
#slides .slides-pagination a {
  border: 1px solid #00396c;
  background: white;
  text-indent: -1000px !important; }
#slides .slides-pagination a.current {
  background: #00396c;
  border-color: white; }


.no-js #slides .slides-container {
  display: block;
}

.no-js #slides .slides-container img{
  max-width: 100%;
}

.no-js #slides .slides-container li{
  position: relative;
}
/* ------------------------- general ----------------------- */
.container {
  position: relative; }

#main {
  background: url(images/bg-pattern.png); }

hr {
  display: block;
  border: none;
  border-bottom: 2px solid #a5a5a7;
  position: relative;
  clear: both;
  margin: 0 auto;
  text-align: left; }

hr:after {
  content: "";
  display: block;
  width: 50px;
  height: 8px;
  background: #f8b32d;
  position: relative;
  left: 50%;
  margin-left: -25px;
  top: 5px;
  overflow: visible; }

hr.petit {
  width: 60%; }

.wrapper h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 44px;
  color: #00396c;
  font-weight: 600;
  text-align: center;
  padding-bottom: 25px; }
.wrapper h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  color: #00396c;
  font-weight: 600;
  text-align: center;
  padding-bottom: 42px;
  line-height: 130%; }
.wrapper h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  color: #00396c;
  font-weight: 600;
  text-align: center;
  padding-bottom: 22px;
  font-variant: small-caps; }
.wrapper p {
  color: #363637;
  font-size: 15px;
  line-height: 130%;
  padding: 15px 0;
  font-weight: 300;
  /*text-align: justify; */
}
.wrapper p strong,
#blog .blogWrapper #blogContent article li strong {
  color: #00396c;
  font-weight: 500; }
.wrapper img {
  display: block; }

.wrapper {
  width: 1071px;
  margin: 173px auto 0 auto;
  background: white;
  padding: 60px 96px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px; }

.wrapper ul{
  padding: 15px 0 15px 20px;
  list-style: disc;
  font-weight: 300;
  font-size: 16px;
  color: #707073;
  font-size: 15px;
  line-height: 130%;
}

.alignleft {
  float: left;
  margin-right: 40px; }

.alignright {
  float: right;
  margin-left: 40px; }

.aligncenter {
  float: none;
  display: block;
  margin: auto; }

.clear:after {
  content: "";
  display: block;
  clear: both; }

.blocBtn {
  border-bottom: 2px solid #a5a5a7;
  position: relative;
  margin-bottom: 25px; }
  .blocBtn img {
    margin: auto; }

.btnJaune a {
  padding: 2px 27px;
  background: #f8b32d;
  color: #00396c;
  font-size: 21px;
  text-decoration: none;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px; }

.btnJaune a:hover {
  background: #fbd790; }

.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.blocTier {
  width: 30%; }

.blocDemi {
  width: 49.5%; }

.wrapper .date {
  background: #e2151c;
  color: white;
  text-align: center;
  font-weight: 300;
  line-height: 95%;
  padding: 3px;
  min-width: 55px;
  margin-right: 10px; }
  .wrapper .date .jour {
    font-size: 20px;
    line-height: 70%; }
  .wrapper .date .annee {
    font-size: 14px; }

a[href$=".pdf"]:after {
  content: " \f1c1";
  font-family: 'FontAwesome'; }

.noBorder {
  border: none !important; }

article figcaption {
  text-align: center;
  color: #00396c;
  font-size: 16px;
  font-weight: 600;
  line-height: 127%; }

/* ------------------------- presentation ----------------------- */
#presentation .intro p {
  font-size: 17px;
  /*font-style: italic;*/
  line-height: 140%;
  text-align: left;
  letter-spacing: 1px;
  padding: 20px 0; }
  #presentation .intro p strong {
    color: #00396c; }
#presentation .intro img {
  float: right;
  margin-left: -50%; }
#presentation .intro blockquote {
  position: relative;
  margin-left: 102px;
  width: 55%;
  float: left; }
#presentation .intro blockquote:before {
  content: url(images/quote-before.png);
  width: 32px;
  height: 33px;
  position: absolute;
  display: block;
  top: 13px;
  left: -50px; }
#presentation .intro blockquote p:last-of-type:after {
  content: url(images/quote-after.png);
  width: 32px;
  height: 33px;
  display: inline-block;
  vertical-align: text-top;
  margin: 2px 0 0 15px; }
#presentation .intro .signature {
  width: 280px;
  float: left;
  margin: 0 0 0 310px; }
  #presentation .intro .signature p {
    color: #00396c;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 130%; }
  #presentation .intro .signature span {
    color: #707073;
    font-weight: 300;
    font-size: 17px; }

#equipe {
  padding: 60px 55px; }
  #equipe .row {
    justify-content: center; }
  #equipe .blocTier {
    margin: 0 1.6%; }
  #equipe .blocBtn {
    padding-bottom: 35px; }
  #equipe .btnJaune {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -11px; }
  #equipe h2 {
    padding-bottom: 4px; }
  #equipe h3 {
    padding-bottom: 4px; }
  #equipe h4 {
    color: #707073;
    text-align: center;
    font-style: italic;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 8px 0 0; }
  #equipe p {
    padding: 14px 0;
    font-style: italic;
    line-height: 140%;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  #equipe img {
    margin: 20px auto 0 auto; }
  #equipe .blocBtn img {
    max-height: 396px; }

/* ------------------------- contact equipe ----------------------- */
#formulaireEquipe {
  width: 70%;
  margin: auto; }
  #formulaireEquipe form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #formulaireEquipe form textarea {
      height: 180px; }
    #formulaireEquipe form .to {
      display: none; }

/* ------------------------- formulaires----------------------- */
p.requis {
  text-align: center;
  font-variant: small-caps;
  font-size: 17px;
  font-style: normal !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

form br {
  display: none; }
form p {
  padding: 4px 0 !important;
  font-style: normal !important; }

form input[type="text"], form input[type="email"], form input[type="tel"], form textarea {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #2b2b2b;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background: #f1f1f1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px;
  cursor: pointer; }
form textarea {
  resize: none; }
form input:required, form textarea:required {
  box-shadow: none; }
form .envoyer {
  display: flex;
  align-items: baseline;
  padding-top: 11px; }
form input[type="submit"] {
  padding: 4px 27px;
  background: #f8b32d;
  color: #00396c;
  font-size: 18px;
  text-decoration: none;
  border: none;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  cursor: pointer;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
form input[type="submit"]:hover {
  background: #face77; }
form .input-file-container {
  position: relative;
  width: 212px; }
  form .input-file-container input {
    display: none; }
  form .input-file-container label {
    background: transparent;
    text-transform: uppercase;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  form .input-file-container label:hover {
    color: #e2151c; }
form .js .input-file-trigger {
  display: block;
  padding: 14px 45px;
  background: #39D2B4;
  color: #fff;
  font-size: 1em;
  transition: all .4s;
  cursor: pointer; }
form .js .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer; }
form .js .input-file:hover + .input-file-trigger,
form .js .input-file:focus + .input-file-trigger,
form .js .input-file-trigger:hover,
form .js .input-file-trigger:focus {
  background: #34495E;
  color: #39D2B4; }
form .file-return {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px !important; }
form .file-return:not(:empty) {
  margin: 1em 0; }
form .js .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold; }
form .js .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal; }
form div.wpcf7-mail-sent-ok {
  font-size: 13px;
  text-align: center;
  width: 100%; }

/* ------------------------- reseau ----------------------- */
#reseau .blocReseau p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 70%;
  margin: 0 auto 25px auto; }
  #reseau .blocReseau p img {
    margin: 25px 25px; }
#reseau h3 {
  padding: 30px 0 5px 0; }

/* ------------------------- expertise ----------------------- */

  #expertise img {
    margin: auto;
    margin-bottom: -8px;
    max-width: 100%; }
  #expertise article:first-of-type {
    padding: 20px 0 10px 0; }
  #expertise article {
    padding-bottom: 10px; }
    #expertise article h2 {
      text-align: left;
      padding: 20px 0 10px 0;
      font-size: 26px; }
    #expertise article p {
      padding: 10px 0 10px 30px;
      position: relative; }
    #expertise article p:before {
      content: "\f111";
      font-family: 'FontAwesome';
      color: #345888;
      left: 15px;
      top: 11px;
      position: absolute;
      font-size: 10px; }
#expertise #divers h2, #expertise #divers h3{
    text-align: left;
}
#expertise #divers h3{
  padding-top: 20px;
}
#expertise #divers img{
  margin: 0 10px;
}
#expertise #divers hr{
  display: block;
  clear: both;
  border: none;
  margin: 10px 0 0 0;
}
#expertise #divers hr:after{
  opacity: 0;
  margin: 10px;
}
#expertise #divers p{
  padding: 7px 0;
}
/* ------------------------- references ----------------------- */
#references .autresRef {
  font-size: 34px;
  padding-top: 40px; }
#references article {
  padding-top: 20px; }
  #references article img {
    margin-top: 30px; }
  #references article p strong {
    color: #707073;
    font-weight: 600; }
#references article h2 {
  padding-bottom: 10px;
  line-height: 110%;
  text-align: left; }
#references article h3 {
  text-align: left;
  padding-bottom: 0;
  font-variant: inherit;
  font-size: 16px;
  text-align: left; }
#references #une article {
  padding-top: 0; }
  #references #une article h2 {
    text-align: center;
    margin-top: 30px; }
  #references #une article p {
    padding: 15px 0; }
    #references #une article p strong {
      color: #00396c; }
  #references #une article p:first-of-type {
    font-weight: 400; }

/* ------------------------- category blog----------------------- */
#blog {
  padding: 60px 55px; }
  #blog .blogWrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 30px; }
    #blog .blogWrapper #blogContent {
      width: 100%;
       }
      #blog .blogWrapper #blogContent article:first-of-type {
        margin-top: 0; }
      #blog .blogWrapper #blogContent article {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px; }
        #blog .blogWrapper #blogContent article .header {
          display: flex;
          margin-bottom: 5px;
          width: 100%; }
          #blog .blogWrapper #blogContent article .header h2 {
            padding: 0;
            text-align: left; }
          #blog .blogWrapper #blogContent article .header h3 {
            padding: 0;
            font-variant: inherit;
            font-size: 18px;
            text-align: left; }
        #blog .blogWrapper #blogContent article p {
          padding: 14px 0;
          font-size: 14px; }
        #blog .blogWrapper #blogContent article ul {
          padding-left: 15px;
          list-style: disc;
          font-weight: 300;
          margin-left: 20px; }
        #blog .blogWrapper #blogContent article li {
          font-size: 14px;
          line-height: 130%;
          padding-left: 15px; }
        #blog .blogWrapper #blogContent article .content {
          width: calc(100% - 90px); }
          #blog .blogWrapper #blogContent article .content img {
            display: block;
            max-width: 100%;
            height: auto;
            margin: auto; }
          #blog .blogWrapper #blogContent article .content a {
            color: #00396c;
            text-decoration: underline; }
        #blog .blogWrapper #blogContent article .more {
          display: none; }

        .no-js  #blog .blogWrapper #blogContent article .more {
          display: block; }
        #blog .blogWrapper #blogContent article a.lireplus {
          color: #345888;
          float: right;
          text-decoration: none;
          padding-bottom: 10px; }
        #blog .blogWrapper #blogContent article a.lireplus:hover {
          color: #e2151c;
          padding-right: 5px; }
        #blog .blogWrapper #blogContent article a.lireplus:after {
          content: " +"; }

        .no-js #blog .blogWrapper #blogContent article a.lireplus{
            display: none;
          }
        #blog .blogWrapper #blogContent article a.liremoins:after {
          content: " -"; }
        #blog .blogWrapper #blogContent article .social {
          width: 70px;
          padding: 0 20px;
          text-align: center; }
          #blog .blogWrapper #blogContent article .social a i {
            font-size: 22px;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            padding: 5px 0; }
          #blog .blogWrapper #blogContent article .social a:first-child i {
            color: #3ebeea; }
          #blog .blogWrapper #blogContent article .social a:nth-of-type(2) i {
            color: #2f92cc; }
          #blog .blogWrapper #blogContent article .social a:nth-of-type(3) i {
            color: #e2001a; }
          #blog .blogWrapper #blogContent article .social a:last-child i {
            color: #f8b331; }
          #blog .blogWrapper #blogContent article .social a:hover i {
            font-size: 25px; }
        #blog .blogWrapper #blogContent article img {
          max-width: 100%;
          height: auto;
          border: 2px solid #cdcbcc; }
      #blog .blogWrapper #blogContent #pagination {
        padding-top: 15px; }
        #blog .blogWrapper #blogContent #pagination a {
          color: #707073;
          font-size: 13px; }
        #blog .blogWrapper #blogContent #pagination i {
          font-size: 11px; }
    #blog .blogWrapper aside {
      width: 33%; }

.single #blog .blogWrapper #blogContent {
  margin: auto; }
  .single #blog .blogWrapper #blogContent hr {
    display: none; }

/* ------------------------- documentation----------------------- */
#documentation {
  margin-top: 50px; }
  #documentation .row {
    width: 80%;
    margin: auto;
    justify-content: center; }
    #documentation .row article {
      width: 230px;
      margin: 0 18px 30px 0; }
      #documentation .row article .title {
        color: #345888;
        text-align: center;
        padding: 9px 0;
        font-size: 17px; }
      #documentation .row article .btnJaune {
        text-align: center;
        margin: 23px 0; }

      #documentation .row article img {
        max-width: 100%;
        height: auto;
        border: 1px solid #1e3868;
      }

/* ------------------------- emploi----------------------- */
#emploi p {
  font-weight: 400;
  padding: 0 0 20px 0;
}
#emploi h2 {
  text-align: left;
  padding-bottom: 15px; }
#emploi .intro {
  padding-bottom: 30px; }
  #emploi .intro p {
    padding: 10px 0;
    color: #345888; }
#emploi article {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
  padding-left: 20px; }
#emploi article#postuler {
  margin: 50px 150px 0 59px; }
  #emploi article#postuler h2 {
    text-align: center; }
  #emploi article#postuler h3 {
    text-align: center; }
  #emploi article#postuler p {
    text-align: center;
    padding: 0; }
#emploi .date {
  width: 59px; }
#emploi .content {
  flex: 1;
  margin: 0 0 0 40px;
  border-bottom: 2px solid #9f9fa1;
  position: relative;
  padding-bottom: 50px; }
  #emploi .content h3 {
    text-align: left;
    font-variant: inherit;
    font-size: 18px; }
  #emploi .content p {
    padding: 0 0 0 90px;
    font-size: 13px; }
  #emploi .content .btnJaune {
    position: absolute;
    bottom: -10px;
    width: 100%;
    text-align: center; }
#emploi .link {
  width: 150px;
  text-align: center;
  align-self: center; }
  #emploi .link a {
    color: #00396c;
    text-decoration: none; }
  #emploi .link a:hover {
    color: #e2151c; }
#emploi form {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #emploi form textarea {
    height: 176px; }
  #emploi form input[name="poste"] {
    display: none; }
#emploi .envoyer {
  width: 100%; }
#emploi .requis {
  width: 50%;
  text-align: left;
  font-size: 17px !important; }

/* ------------------------- page----------------------- */
#page {
  padding: 60px 55px; }
  #page h3 {
    text-align: left !important;
    padding: 20px 0 0 0; }

/* ------------------------- contactez nous----------------------- */
#contactezNous #adresse {
  text-align: center;
  font-variant: small-caps;
  line-height: 140%; }
#contactezNous #mapContainer {
  padding: 30px 0 50px 0; }
  #contactezNous #mapContainer p {
    padding: 0; }
#contactezNous #formulaire {
  padding-bottom: 50px;
  width: 70%;
  margin: auto; }
  #contactezNous #formulaire form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #contactezNous #formulaire form textarea {
      height: 237px; }
    #contactezNous #formulaire form .envoyer {
      width: 100%; }
    #contactezNous #formulaire form .requis {
      width: 50%; }
#contactezNous #coord p {
  text-align: center; }
#contactezNous #coord strong {
  color: #00396c;
  font-variant: small-caps; }

aside #searchform {
  display: flex; }
  aside #searchform input[type="text"], aside #searchform input[type="submit"] {
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background: #f8b32d;
    color: white;
    padding: 5px 15px; }
  aside #searchform input[type="text"] {
    margin-right: 5px; }
  aside #searchform input[type="submit"] {
    font-family: 'FontAwesome'; }
  aside #searchform input[type="submit"]:hover {
    background: #fbd790; }
aside .widget {
  padding: 15px 0 0 40px; }
  aside .widget h2 {
    font-size: 21px;
    text-align: left;
    padding-bottom: 0; }
  aside .widget a {
    color: #00396c;
    line-height: 150%;
    font-size: 16px; }
  aside .widget a:hover {
    color: #e2151c;
    padding-left: 5px; }
aside .tagCloud a {
  display: block; }

.grecaptcha-badge {
  display: none;
}

.page-id-203 .grecaptcha-badge {
  display: block;
}

@media screen and (max-width: 1071px) {
  .wrapper h1 {
    font-size: 38px; }
  .wrapper h2 {
    font-size: 20px; }
    .wrapper h2 br {
    display: none; }
  .wrapper h3 {
    font-size: 17px; }

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

  header nav a {
    padding: 0 20px;
    font-size: 20px; }

  .wrapper {
    width: auto;
    padding: 60px; }

  footer #copyright {
    width: auto; }

  .btnJaune a {
    font-size: 18px; }

  #presentation .intro blockquote {
    width: 65%;
    margin-left: 50px; }
  #presentation .intro img {
    width: 333px; }
  #presentation .intro p {
    font-size: 14px; }
  #presentation .intro .signature {
    margin-left: 140px; }

  #equipe .blocBtn img {
    max-height: 336px; }
  #equipe p {
    font-size: 13px; }

  #formulaireEquipe {
    width: 90%; }

  form .input-file-container {
    width: 170px; }

  #reseau .blocReseau p {
    max-width: inherit; }
    #reseau .blocReseau p img {
      height: inherit; }

  #expertise h2 br {
    display: none; }

  #blog .blogWrapper #blogContent {
    width: 67%;
    margin-right: 10px; }
  #blog .blogWrapper aside {
    width: 28%; }
    #blog .blogWrapper aside #searchform {
      display: block; }
    #blog .blogWrapper aside .widget {
      padding: 15px 0 0 0; }

  #documentation .row {
    width: auto; }

  #emploi article {
    padding-left: 0;
    padding-right: 10px; }
    #emploi article .content {
      margin-left: 10px; }
      #emploi article .content p {
        padding-left: 10px; }
  #emploi .link {
    width: 130px; }
    #emploi .link a {
      font-size: 16px; }

  #contactezNous #formulaire {
    width: 90%; } }
@media screen and (max-width: 768px) {
  #slides .container {
    width: 230px;
    padding: 10px 10px 12px 10px;
    font-size: 13px; }
    #slides .container .date {
      font-size: 19px;
      padding-bottom: 0; }
    #slides .container h2 {
      font-size: 19px;
      padding-bottom: 0; }
  #slides li:first-child .container {
    bottom: 25%; }
  #slides li:nth-child(2) .container {
    top: 25%; }
  #slides li:nth-child(3) .container {
    bottom: 15%; }
  #slides li:nth-child(4) .container {
    top: 25%; }
  #slides li:nth-child(5) .container {
    bottom: 15%; }

  .js #menu-haut {
    display: none; }

  .js .slicknav_menu {
    display: block; }

  .slicknav_menu {
    display: block; }

  .home .slicknav_menu {
    background: rgba(255, 255, 255, 0.8); }

  header {
    display: none; }

  .wrapper {
    margin: 0;
    padding: 60px 20px; }
    .wrapper h1 {
      font-size: 34px;
      padding-bottom: 20px; }
    .wrapper h2 {
      font-size: 18px;
      padding-bottom: 30px; }
    .wrapper h3 {
      font-size: 16px; }
    .wrapper p {
      padding: 14px 0; }

  .row {
    flex-direction: column; }

  .blocTier {
    width: auto; }

  .blocDemi {
    width: 100%; }

  form .envoyer {
    flex-direction: column; }

  #presentation .intro img {
    width: 70%;
    float: none;
    margin: auto; }
  #presentation .intro blockquote {
    width: 75%; }
    #presentation .intro blockquote br {
      display: none; }
  #presentation .intro p {
    padding: 24px 0 0 0; }
  #presentation .intro .signature {
    width: auto;
    float: right;
    margin: 10px 0 20px 0; }

  #equipe {
    padding: 60px 20px; }

  #formulaireEquipe {
    width: 100%; }

  #expertise {
    padding: 60px 20px; }
    #expertise article h2 {
      font-size: 20px; }

  #references .autresRef {
    font-size: 25px; }

  #blog {
    padding: 60px 20px; }
    #blog .blogWrapper {
      flex-direction: column;
      flex: 1; }
      #blog .blogWrapper #blogContent {
        width: auto;
        margin-right: 0; }
        #blog .blogWrapper #blogContent article .header h3 {
          font-size: 16px;
          text-align: left; }
      #blog .blogWrapper aside {
        width: auto;
        margin-top: 30px; }

  #documentation .row article {
    width: auto; }
    #documentation .row article img {
      margin: auto; }

  #emploi article {
    flex-direction: column;
    padding-right: 0; }
    #emploi article .content {
      margin-left: 0;
      padding-bottom: 70px; }
      #emploi article .content h3 {
        padding: 10px 0;
        font-size: 16px; }
      #emploi article .content p {
        padding-left: 0; }
  #emploi article#postuler {
    margin: 0; }
  #emploi .link {
    position: relative;
    bottom: 54px; }

  #contactezNous #formulaire {
    width: 100%; }
    #contactezNous #formulaire form .requis {
      width: 100%;
      text-align: left; } }
/*p,h1,h2,h3{
  line-height: 150%!important;
  letter-spacing:  0.12em!important;
}
p{
  margin-bottom: 2em!important;
}
*/
