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

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

@font-face {
  font-family: "Poppins Thin";
  src: url("../fonts/Poppins-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins ExtraLight";
  src: url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins ExtraBold";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins Black";
  src: url("../fonts/Poppins-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Payfair Medium";
  src: url("../fonts/PlayfairDisplay-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Payfair SemiBold";
  src: url("../fonts/PlayfairDisplay-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Payfair Bold";
  src: url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Payfair Black";
  src: url("../fonts/PlayfairDisplay-Black.ttf") format("truetype");
}

body {
  line-height: 1.4;
  font-family: "Poppins Light";
  font-size: .9rem;
  color: #0D1D22;
  margin: 0;
  padding: 0;
}

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;
}
div:after,
header:after,
footer:after,
nav:after,
ul:after {
    display: block;
    content: "";
    visibility: hidden;
    height: 0px;
    clear: both;
}
div, nav, header {
  box-sizing: border-box;
  /*overflow: auto;*/
}
main {
  position: relative;
  height: auto;
  width: auto;
  max-width: 1600px;
  padding: 30px 25px;
  margin: 0 auto;
}

p {
  margin: 0px;
  font-size: .9rem;
}

p.white {
  color: #F7F6F7;
}

p.black {
  color: #000;
}

.p-14 {
  font-size: 14px;
}

.p-20 {
  font-size: 20px;
}

.p-30 {
  font-size: 30px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all .3s;
  outline-style: none;
}

.link-bleu {
  font-family: 'Poppins Medium';
  color: #1C5191;
}

.strong, strong {
  font-family: "Poppins Bold";
}

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

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

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

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

.text-blanc {
  color: #fff !important;
}

.text-bleu-clair {
  color: #0075FD !important;
}

.col-2 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
}

.col-3 {
  position: relative;
  float: left;
  width: 33.33%;
  min-height: 1px;
}

.col-4 {
  position: relative;
  float: left;
  width: 25%;
}

.col-2-3 {
  position: relative;
  float: left;
  width: 66.66%;
  height: auto;
}

.col-1-3 {
  position: relative;
  float: left;
  width: 33.33%;
  height: auto;
}

.col-1-4 {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
}

.col-3-4 {
  position: relative;
  float: left;
  width: 75%;
  height: auto;
}

.col-left {
  padding-right: 25px;
}

.col-right {
  padding-left: 25px;
}

.col-center {
  padding-left: 25px;
  padding-right: 25px;
}

.pv-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pv-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pv-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pv-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pv-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pv-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pv-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pv-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pv-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.pv-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.ph-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-0 {
  margin: 0px !!important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px !important;
}


.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.bg-gris {
  background: #efefef;
}

.bg-blanc {
  background: #fff;
}

.v-align {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

.row {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  margin: 0px;
}

.row-white {
  background: #fff;
}

.row-grey {
  background: #efefef;
}

.row-title-form {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  font-family: 'Poppins SemiBold';
  font-size: 16px;
  color: #435C74;
  margin-bottom: 5px;
}

.row-field-form {
  position: relative;
  height: auto;
  width: auto;
  padding: 0px;
  margin-bottom:20px;
}

.msg {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  padding: 10px;
  font-family: 'Poppins Light';
  font-size: .9rem;
  margin-bottom: 30px;
}

.msg.ko {
  color: #CC0000;
  background: rgba( 204, 0, 0, .2 );
  border: #CC0000 solid 3px;
}

.msg-vert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #1abc9c;
  color: #fff;
  font-family: 'Poppins SemiBold';
  font-size: .9rem;
  text-align: center;
  padding: 10px;
  z-index: 9;
}

.msg-rouge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #e74c3c;
  color: #fff;
  font-family: 'Poppins SemiBold';
  font-size: .9rem;
  text-align: center;
  padding: 10px;
  z-index: 9;
}

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



/* --------------------------------------------------------------------------------------- */
/* --------------------------------------    COLORS    ----------------------------------- */
/* --------------------------------------------------------------------------------------- */

.noir {
  color: #0D1D22;
}

.rouge {
  color: #BD0E0D;
}

.vert {
  color: #107C31;
}

.blanc {
  color: #F7F6F7;
}

.bleu {
  color: #1325B9;
}

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


.fullscreen {
  position: absolute;
  height: 100%;
  width: 100%;
}

.welcome-bg {
background: #999;
background: radial-gradient(circle, rgba(153, 153, 153, 1) 0%, rgba(239, 239, 239, 1) 100%);
}

.welcome-box {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  padding: 20px;
  max-width: 800px;
  transform: translate(-50%, -50%);
}

.welcome-logo {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  margin-bottom: 10px;
}

.welcome-logo img {
  width: 250px;
}

.welcome-msg {
  position: relative;
  height: auto;
  width: auto;
  text-align: center;
  font-family: 'Poppins';
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.slider-box {
  position: relative;
  height: auto;
  width: auto;
}

.fil-ariane {
  position: relative;
  height: auto;
  width: auto;
  font-size: .8rem;
  text-align: left;
}

.fil-ariane a {
  transition: all .3s;
}
.fil-ariane a:hover {
  color: #107C31;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 0px;
  background: #F7F6F7;
  box-shadow: 0px 0px 10px #0D1D22;
  z-index: 9;
}

.header-logo {
  position: relative;
  float: left;
  height: 50px;
  width: auto;
  padding: 0px 10px;
}

.header-title {
  position: relative;
  float: left;
  height: auto;
  width: auto;
  font-family: 'Payfair Medium';

  color: #0D1D22;
  line-height: 1.1;
  text-align: left;
  padding: 0px 0px;
}

.logo-title {
  position: relative;
  height: auto;
  width: auto;
  font-family: 'Payfair Medium';
  font-size: 1.2rem;
  color: #0D1D22;
  line-height: 1.1;
  text-align: center;
  padding: 0px 0px;
}

.content {
  position: relative;
  height: auto;
  width: auto;
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0px auto;
}

nav {
  position: relative;
  float: right;
  height: 50px;
  width: auto;
  padding: 3px 0px;
}

nav ul {
  position: relative;
  height: auto;
  width: auto;
  list-style: none;
}

nav ul li {
  position: relative;
  float: left;
  height: auto;
  width: auto;
  color: #0D1D22;
  padding: 10px;
  font-family: Poppins Light;
  cursor: pointer;
  transition: all .2s;
}

nav ul li:hover,
nav ul li.active {
  color: #107C31;
}

nav ul li ul {
  display: none;
  list-style: none;
  position: absolute;
  left: 0px;
  width: 250px;
  padding-left: 10px;
  padding-top: 5px;
  background: #F7F6F7;
  box-shadow: 0px 0px 10px #0D1D22;
  transition: all .3s;
}

nav ul li ul li {
  position: relative;
  height: auto;
  width: 100%;
  padding: 5px 0px;
}

nav ul li:hover ul {
  display: block;
}

footer {
  position: relative;
  height: auto;
  width: auto;
  background-color: #0D1D22;
  padding: 75px 0px;
}

h1.Payfair,
h2.Payfair {
  position: relative;
  height: auto;
  width: auto;
  text-align: left;
  font-family: Payfair Bold;
  font-size: 1.8rem;
  color: #0D1D22;
  margin-bottom: 30px;
}

h1.Payfair:after,
h2.Payfair:after {
  content: "";
  display: block;
  height: 5px;
  width: 75px;
  background: #107C31;
  margin-top: 10px;
}

.h1-header-page {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  text-align: center;
  font-family: Payfair Bold;
  font-size: 1.8rem;
  color: #F7F6F7;
  padding: 84px 0px;
  text-shadow: 0px 0px 10px #0D1D22;
}


.h2-footer {
  position: relative;
  height: auto;
  width: auto;
  text-align: left;
  font-family: Payfair Bold;
  font-size: 1.8rem;
  color: #F7F6F7;
  margin-bottom: 10px;
}

.h3-footer {
  position: relative;
  height: auto;
  width: auto;
  text-align: left;
  font-family: Payfair Bold;
  font-size: 1.3rem;
  color: #F7F6F7;
  margin-bottom: 10px;
}

.h3-footer::after {
  content: "";
  display: block;
  height: 5px;
  width: 45px;
  background: #107C31;
  margin-top: 10px;
  visibility: visible;
}

.sub-h1 {
  position: relative;
  height: auto;
  width: auto;
  font-family: Poppins Light;
  font-size: .8rem;
  text-transform: uppercase;
  text-align: left;
  color: #107C31;
}

.blog-article {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 400px !important;
  width: 25%;
  padding: 10px;
}

.slick-list {
  height: 420px !important;
}

.slide-slick {
  position: relative;
  height: 400px !important;
  width: auto;
  padding: 10px;
}

.content-slide {
  position: relative;
  height: 400px;
  width: auto;
  border: #ccc solid 1px;
  /*border-radius: 15px;*/
  background: #F7F6F7;
}

.content-slide p {
  padding: 0px 10px;
}

.slick-slide-img {
  position: relative;
  height: 200px;
  width: auto;
  /*border-top-left-radius: 15px;
  border-top-right-radius: 15px;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

h2.slick-title {
  position: relative;
  height: auto;
  width: auto;
  padding: 5px 10px;
  font-family: Payfair Bold;
  font-size: 1.2rem;
  text-align: left;
}

.slick-link {
  position: relative;
  height: auto;
  width: auto;
  font-family: Poppins Medium;
  color: #107C31;
  text-align: center;
  padding: 25px 10px 0px;
}

.slick-button {
  position: absolute !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 160px !important;
}

.btn-style-1 {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 8px 15px;
  border: #0D1D22 solid 1px;
  cursor: pointer;

  font-family: Poppins Light;
  text-align: center;
  transition: all .2s;
}

.btn-style-1:hover {
  background: #107C31;
  color: #F7F6F7;
  border: #107C31 solid 1px;
}

.btn-style-2 {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 8px 15px;
  border:  solid 1px #107C31;
  cursor: pointer;

  font-family: Poppins Light;
  color: #107C31;
  text-align: center;
  transition: all .2s;
}

.btn-style-2:hover {
  background: #107C31;
  color: #F7F6F7;
  border: #107C31 solid 1px;
}

.header-page {
  position: relative;
  height: 300px;
  width: auto;
  padding: 92px 0px 50px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.article-img {
  position: relative;
  height: 450px;
  width: auto;
  margin: 40px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.h1-article {
  position: relative;
  height: auto;
  width: auto;
  font-family: Payfair Bold;
  font-size: 1.8rem;
  text-align: left;
}

.article-content {
  position: relative;
  height: auto;
  width: auto;
  padding: 30px 0px 50px;
}
