@charset "UTF-8";
/*@font-face {
  font-family: 'KelsonRegular';
  src: url('../fonts/KelsonSans-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/KelsonSans-Regular.otf')  format('opentype'),
	     url('../fonts/KelsonSans-Regular.woff') format('woff'), url('../fonts/KelsonSans-Regular.ttf')  format('truetype'), url('../fonts/KelsonSans-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: "KelsonRegular";
  src: url("../fonts/Kelson.eot?#iefix") format("embedded-opentype"), url("../fonts/Kelson.otf") format("opentype"), url("../fonts/Kelson.woff") format("woff"), url("../fonts/Kelson.ttf") format("truetype"), url("../fonts/Kelson.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
  font-family: 'KelsonBold';
  src: url('../fonts/KelsonSans-Bold.eot?#iefix') format('embedded-opentype'), 
	     url('../fonts/KelsonSans-Bold.woff') format('woff'), url('../fonts/KelsonSans-Bold.ttf')  format('truetype'), url('../fonts/KelsonSans-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
@font-face {
  font-family: "KelsonBold";
  src: url("../fonts/Kelson-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Kelson-Bold.otf") format("opentype"), url("../fonts/Kelson-Bold.woff") format("woff"), url("../fonts/Kelson-Bold.ttf") format("truetype"), url("../fonts/Kelson-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
  font-family: 'KelsonXBold';
  src: url('../fonts/kelson_extrabd-webfont.woff') format('woff'),
       url('../fonts/kelson_extrabd-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: "KelsonMedium";
  src: url("../fonts/Kelson-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Kelson-Medium.otf") format("opentype"), url("../fonts/Kelson-Medium.woff") format("woff"), url("../fonts/Kelson-Medium.ttf") format("truetype"), url("../fonts/Kelson-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KelsonXBold";
  src: url("../fonts/Kelson-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Kelson-ExtraBold.otf") format("opentype"), url("../fonts/Kelson-ExtraBold.woff") format("woff"), url("../fonts/Kelson-ExtraBold.ttf") format("truetype"), url("../fonts/Kelson-ExtraBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Glyphicon";
  src: url("../../dist/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../dist/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../dist/fonts/glyphicons-halflings-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
body {
  font-family: "Arial";
  font-size: 18px;
  color: #565655;
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 970px) {
  .container {
    width: 970px !important;
  }
}
#index h1 {
  font-family: "KelsonRegular", arial, sans-serif;
}

.spacer {
  clear: both;
}

/* HEADER */
.sticky.fixed-header {
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 40;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.sticky {
  background: rgba(0, 0, 0, 0.5);
  height: 48px;
  display: none;
}
.sticky h3 {
  display: inline-block;
  font-family: "KelsonBold", arial, sans-serif;
  color: #FFF;
  font-size: 19px;
  float: left;
  margin: 12px 15px 5px;
}
.sticky p {
  display: inline-block;
  max-width: 314px;
  font-size: 14px;
  color: #FFF;
  line-height: 15px;
  margin: 6px 15px 5px;
  float: left;
}
.sticky ul {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
}
.sticky ul li {
  display: inline;
  text-align: center;
}
.sticky ul li a {
  display: block;
  font-family: "KelsonBold", arial, sans-serif;
  color: #FFF;
  margin: 6px 2.5px 0;
  padding: 5px 0;
  width: 150px;
  float: left;
  background: #c00431;
}
.sticky ul li a:hover {
  text-decoration: none;
  background: #FFF;
  color: #c00431;
}
.sticky button {
  display: inline-block;
  float: right;
  color: #c00431;
  font-family: "KelsonBold", arial, sans-serif;
  background: #FFF;
  text-transform: uppercase;
  height: 48px;
  border: none;
  padding: 5px 25Px;
}

.header {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 1;
}
.header .container {
  padding-right: 0;
}

.top .extra-top-nav {
  display: inline-block;
  margin: 0;
  margin-top: 25px;
  padding: 0;
  padding-left: 20px;
  float: right;
  background: rgba(255, 255, 255, 0.6);
}
.top .extra-top-nav li {
  display: inline-block;
  padding: 5px 0px;
}
.top .extra-top-nav li.only-mobile {
  display: none;
}
.top .extra-top-nav li.only-desktop {
  display: inline-block !important;
}
.top .extra-top-nav li:after {
  content: " - ";
  display: inline-block;
  padding: 0 12px;
}
.top .extra-top-nav li a {
  font-size: 15px;
  color: #565655;
  font-family: "KelsonRegular", arial, sans-serif;
}
.top .extra-top-nav li:nth-child(3):after {
  content: "";
}
.top .extra-top-nav li:last-child {
  background: #FFF;
  color: #c00431;
  text-transform: uppercase;
  padding: 5px 12px !important;
}
.top .extra-top-nav li:last-child a {
  color: #c00431;
  font-family: "KelsonXBold", arial, sans-serif;
  text-decoration: none;
}
.top .extra-top-nav li:last-child:hover {
  background-color: #c00431;
}
.top .extra-top-nav li:last-child:hover a {
  color: #ffffff;
}
.top .extra-top-nav li:last-child:after {
  content: "";
  padding: 0;
}

.navbar {
  float: left;
  width: 100%;
}

.navbar-nav {
  background: #1f140c;
  padding: 0;
}
.navbar-nav > li > span,
.navbar-nav > li a {
  display: block;
  color: #FFF;
  font-size: 16px;
  padding-left: 29px;
  padding-right: 28px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: "KelsonRegular", arial, sans-serif;
  text-decoration: none;
}
.navbar-nav > li > span:focus, .navbar-nav > li > span:hover,
.navbar-nav > li a:focus,
.navbar-nav > li a:hover {
  background: #c00431;
}
.navbar-nav > li:last-child {
  background: #c00431;
}
.navbar-nav > li:last-child > a {
  font-family: "KelsonXBold", arial, sans-serif;
  text-transform: capitalize;
  font-size: 19px;
}
.navbar-nav > li:last-child > a:focus, .navbar-nav > li:last-child > a:hover {
  background-color: #fff !important;
  color: #c00431 !important;
}
.navbar-nav > li ul, .navbar-nav > li li {
  list-style: none;
}
.navbar-nav > li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #1f140c;
  padding: 0;
}
@media (min-width: 769px) {
  .navbar-nav > li ul {
    min-width: 210px;
  }
}
@media (max-width: 768px) {
  .navbar-nav > li ul {
    position: static;
    top: auto;
    left: auto;
  }
}
.navbar-nav > li ul li {
  display: block;
}
.navbar-nav > li ul li a {
  display: block;
  color: #FFF;
  font-size: 16px;
  padding-left: 29px;
  padding-right: 28px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: "KelsonRegular", arial, sans-serif;
}
.navbar-nav > li ul li a:focus, .navbar-nav > li ul li a:hover {
  background: #c00431;
}
.navbar-nav > li:hover {
  position: relative;
}
.navbar-nav > li:hover ul {
  display: block;
}

.bloc-social {
  background: #1f140c;
  color: #FFF;
}
.bloc-social p {
  display: block;
  width: 71px;
  font-family: "KelsonRegular", arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  float: left;
  font-size: 15px;
  margin-top: 5px;
  position: relative;
  left: -8px;
  margin-bottom: 0;
  line-height: 20px;
}
.bloc-social ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-left: 10px;
  list-style: none;
}
.bloc-social ul li {
  display: inline-block;
}
.bloc-social ul a {
  display: block;
  font-size: 0;
  margin: 0 1px;
}
.bloc-social ul a:hover:before {
  opacity: 0.8;
}
.bloc-social ul a.facebook:before {
  background-image: url("../img/picto-fb.png");
  background-size: 20px 30px;
  display: inline-block;
  width: 20px;
  height: 30px;
  content: "";
}
.bloc-social ul a.twitter:before {
  background-image: url("../img/picto-twitter.png");
  background-size: 30px 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
}
.bloc-social ul a.instagram:before {
  background-image: url("../img/picto-instagram.png");
  background-size: 25px 30px;
  display: inline-block;
  width: 25px;
  height: 30px;
  content: "";
}
.bloc-social ul a.linkedin {
  padding-left: 10px;
}
.bloc-social ul a.linkedin:before {
  background: transparent url("../img/picto-linkedin.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 25px;
  height: 30px;
  content: "";
}

.accroche {
  text-align: center;
  background: url(../img/photo-home.jpg?v1) top center no-repeat;
  min-height: 665px;
  padding-top: 150px;
}
.accroche .container {
  position: relative;
}
.accroche h1 {
  color: #FFF;
  font-size: 21px;
}
.accroche .lead {
  background: #c00431;
  color: #FFF;
  position: absolute;
  width: 22.667%;
  top: 10px;
  font-size: 19px;
  font-family: "Arial";
  right: 0px;
  text-align: left;
}
.accroche .lead .content {
  position: relative;
  padding: 15px 0;
  margin-bottom: 5px;
}
.accroche .lead .chiffre {
  font-size: 36px;
  line-height: 40px;
  font-family: "KelsonBold", arial, sans-serif;
}
.accroche .lead .border {
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #cd6b11;
}
.accroche .lead .border .border1 {
  width: 25%;
  float: left;
  height: 6px;
  background: #1984aa;
}
.accroche .lead .border .border2 {
  width: 25%;
  height: 6px;
  float: left;
  background: #f5cb42;
}
.accroche .lead .border .border3 {
  width: 25%;
  float: left;
  height: 6px;
  background: #a09fa3;
}
.accroche .lead .border .border4 {
  width: 25%;
  float: left;
  height: 6px;
  background: #cd6b11;
}

.breadcrumb {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: #F4F4F4;
  padding: 20px 0;
  font-size: 15px;
}
.breadcrumb a {
  color: #565655;
  text-decoration: underline;
  padding: 0 3px;
}
.breadcrumb .active {
  font-weight: bold;
  padding: 0 3px;
}

.description {
  padding: 30px 0;
  padding: 50px 0;
}
.description p {
  margin: 5px 0 0 20px;
}
.description h2 {
  font-size: 27.5px;
  color: #3a3a39;
  font-family: "KelsonBold", arial, sans-serif;
  line-height: 37px;
  margin-top: 5px;
  text-align: right;
}

.ardoise {
  background: #2a2928 url(../img/ardoise.jpg) top center no-repeat;
  min-height: 540px;
  padding-top: 100px;
  overflow: hidden;
  background-size: cover;
  position: relative;
}
.ardoise:before {
  content: url(../img/cercle-bleu.png);
  position: absolute;
  top: 0;
  left: 64px;
}
.ardoise .actu h3, .ardoise .agenda h3 {
  color: #FFF;
  font-family: "KelsonBold", arial, sans-serif;
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.ardoise .actu .picture img {
  max-width: 100%;
  height: auto;
}
.ardoise .actu .content {
  background: #1984aa;
}
.ardoise .actu .content .description_actu {
  color: #FFF;
  padding: 15px;
  float: left;
  font-size: 15px;
}
.ardoise .actu .content .description_actu p {
  margin-bottom: 5px;
}
.ardoise .actu .content .description_actu h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: bold;
}
.ardoise .actu .content .description_actu .date {
  font-size: 14px;
}
.ardoise .actu .lien {
  display: block;
  color: #FFF;
  font-size: 14px;
  float: right;
  letter-spacing: 0.1em;
  font-family: "KelsonBold", arial, sans-serif;
  padding: 5px 10px;
  background: #005674;
}
.ardoise .actu .lien:hover {
  text-decoration: none;
  background: #1984aa;
}
.ardoise .agenda {
  position: relative;
}
.ardoise .agenda h3:after {
  content: url(../img/cercle-jaune.png);
  position: absolute;
  bottom: -170px;
  right: -300px;
}
.ardoise .agenda .content {
  background: #f5cb42;
  padding: 15px;
}
.ardoise .agenda .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ardoise .agenda .content ul li {
  border-bottom: 1px solid #3a3a39;
  padding-bottom: 33px;
  padding-top: 21px;
  font-size: 15px;
}
.ardoise .agenda .content ul li:last-child {
  border: none;
  padding-bottom: 23px;
  margin-bottom: 0px;
}
.ardoise .agenda .content ul li .titre {
  font-weight: bold;
  display: block;
}
.ardoise .agenda .content ul .date {
  width: 20%;
  display: block;
  float: left;
  text-align: center;
  font-size: 30px;
  font-family: "KelsonBold", arial, sans-serif;
}
.ardoise .agenda .content ul .date .mois {
  font-size: 14px;
  display: block;
  font-family: "KelsonRegular", arial, sans-serif;
}
.ardoise .agenda .content ul .description_event {
  float: left;
  width: 80%;
}
.ardoise .agenda .lien {
  display: block;
  color: #FFF;
  font-size: 14px;
  float: right;
  letter-spacing: 0.1em;
  font-family: "KelsonBold", arial, sans-serif;
  padding: 5px 10px;
  background: #ad8600;
}
.ardoise .agenda .lien:hover {
  text-decoration: none;
  background: #f5cb42;
}

.participer {
  padding: 35px 0 30px;
}
.participer .row > .col-lg-6 {
  padding-right: 15px;
  padding-left: 15px;
}
.participer .row > .col-lg-6 .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.participer p {
  line-height: 24px;
}
.participer h3 {
  margin-top: 0;
  font-size: 32px;
  color: #3a3a39;
  font-family: "KelsonBold", arial, sans-serif;
  line-height: normal;
  text-align: left;
}
.participer .col-btn {
  text-align: center;
  margin-top: 33px;
}
.participer .btn-red {
  background: #c00431;
  width: 100%;
  text-transform: uppercase;
  padding: 8px 15px;
  font-family: "KelsonBold", arial, sans-serif;
  font-size: 18px;
  color: #FFF;
  border-radius: 0;
  margin-top: 18px;
}
.participer .btn-red:hover {
  background: #3a3a39;
  color: #FFF;
}
.participer .boutons p {
  line-height: 12px;
}

.laureats .redblock {
  background: #c00431;
  color: #FFF;
  padding: 30px;
  min-height: 646px;
}
.laureats .redblock h3 {
  font-size: 28px;
  color: #FFF;
  font-family: "KelsonBold", arial, sans-serif;
  line-height: 37px;
  text-align: left;
  margin-top: 0;
}
.laureats .redblock .btn-default {
  background: #3a3a39;
  color: #FFF;
  font-family: "KelsonBold", arial, sans-serif;
  padding: 8px 12px;
  border-radius: 0;
  border: none;
  margin: 0 auto;
  width: 206px;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 40px;
}
.laureats .redblock .btn-default:hover {
  background-color: #ffffff;
  color: #c00431;
}
.laureats .map {
  background: url(../img/map.jpg);
  min-height: 646px;
  position: relative;
}
.laureats .map .baseline {
  bottom: 30px;
  position: absolute;
  width: 60%;
  right: 15px;
}

.chiffres {
  padding: 50px 0;
  max-width: 100%;
}
.chiffres h3 {
  font-size: 28px;
  color: #3a3a39;
  font-family: "KelsonBold", arial, sans-serif;
  line-height: 37px;
  text-align: center;
}
.chiffres p {
  line-height: 27Px;
  text-align: center;
}
.chiffres ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.chiffres ul li {
  display: inline-block;
  text-align: center;
  min-width: 146px;
  margin: 0 7px;
  padding: 30px 30px;
}
.chiffres ul li:first-child {
  background: url(../img/chiffre-jaune.png) top left no-repeat;
}
.chiffres ul li:first-child .chiffre {
  color: #f5cb42;
}
.chiffres ul li:nth-child(2) {
  background: url(../img/chiffre-gris.png) bottom left no-repeat;
}
.chiffres ul li:nth-child(2) .chiffre {
  color: #a09fa3;
}
.chiffres ul li:nth-child(3) {
  background: url(../img/chiffre-bleu.png) 20px 0px no-repeat;
}
.chiffres ul li:nth-child(3) .chiffre {
  color: #1984aa;
}
.chiffres ul li:nth-child(4) {
  background: url(../img/chiffre-jaune2.png) 70px 0 no-repeat;
}
.chiffres ul li:nth-child(4) .chiffre {
  color: #f5cb42;
}
.chiffres ul li:nth-child(5) {
  background: url(../img/chiffre-orange.png) 0px 33px no-repeat;
  margin-left: 6px;
}
.chiffres ul li:nth-child(5) .chiffre {
  color: #cd6b11;
}
.chiffres ul li .chiffre {
  font-size: 36px;
  display: block;
  font-family: "KelsonBold", arial, sans-serif;
}
.chiffres ul li .label {
  display: block;
  color: #565655;
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
  font-family: "KelsonRegular", arial, sans-serif;
}

.follow {
  overflow: hidden;
}
.follow > div:first-child {
  padding: 30px 0;
  background: #c00431;
  color: #FFF;
  min-height: 250px;
  text-align: right;
}
.follow > div:first-child .contenu {
  padding-right: 65px;
  font-family: "KelsonRegular", arial, sans-serif;
  float: right;
}
.follow > div:first-child .contenu h3 {
  font-size: 28px;
  color: #FFF;
  font-family: "KelsonBold", arial, sans-serif;
  line-height: 37px;
  text-align: right;
  margin-top: 0;
}
.follow > div:first-child .contenu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-left: 15px;
  float: right;
  list-style: none;
}
.follow > div:first-child .contenu ul li {
  display: inline-block;
  margin: 0 7px;
}
.follow > div:first-child .contenu ul a {
  display: block;
  font-size: 0;
  margin: 0 1px;
}
.follow > div:first-child .contenu ul a:hover:before {
  opacity: 0.8;
}
.follow > div:first-child .contenu ul a.facebook:before {
  background-image: url("../img/picto-fb.png");
  background-size: 30px 40px;
  display: inline-block;
  width: 30px;
  height: 40px;
  content: "";
}
.follow > div:first-child .contenu ul a.twitter:before {
  background-image: url("../img/picto-twitter.png");
  background-size: 40px 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: "";
}
.follow > div:first-child .contenu ul a.instagram:before {
  background-image: url("../img/picto-instagram.png");
  background-size: 35px 40px;
  display: inline-block;
  width: 35px;
  height: 40px;
  content: "";
}
.follow > div:first-child .contenu ul a.linkedin:before {
  background: transparent url("../img/picto-linkedin.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 40px;
  content: "";
}
.follow > div:nth-child(2) {
  padding: 30px 0;
  background: url(../img/ardoise.jpg);
  background-size: cover;
  color: #FFF;
  height: 250px;
}
.follow > div:nth-child(2) .contenu {
  margin-left: 50px;
}
.follow > div:nth-child(2) .contenu h3 {
  font-size: 28px;
  color: #FFF;
  font-family: "KelsonBold", arial, sans-serif;
  line-height: 37px;
  text-align: left;
  margin-top: 0;
}
.follow > div:nth-child(2) .contenu h3:after {
  content: url(../img/vercle-rouge.png);
  position: absolute;
  top: -30px;
  right: -120px;
}
.follow > div:nth-child(2) .contenu form {
  max-width: 353px;
}
.follow > div:nth-child(2) .contenu input {
  padding: 5px;
  font-size: 13px;
}
.follow > div:nth-child(2) .contenu input[type=email] {
  width: 224px;
  color: #000000;
}
.follow > div:nth-child(2) .contenu input[type=submit] {
  background: #c00431;
  padding: 7px 15px;
  color: #FFF;
  position: relative;
  left: -5px;
  font-size: 13px;
  font-family: "KelsonBold", arial, sans-serif;
  border: none;
}
.follow > div:nth-child(2) .contenu input[type=submit]:hover {
  background-color: #3a3a39;
}
.follow > div:nth-child(2) .contenu .cgv {
  width: 100%;
  max-width: 353px;
  margin-top: 18px;
  float: left;
  margin-bottom: 0;
}
.follow > div:nth-child(2) .contenu .cgv input {
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.follow > div:nth-child(2) .contenu .cgv label {
  width: 80%;
  font-family: "KelsonRegular", arial, sans-serif;
  float: left;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 1px;
}

.partenaires {
  padding: 50px 0;
}
.partenaires h3 {
  font-size: 28px;
  color: #3a3a39;
  font-family: "KelsonBold", arial, sans-serif;
  line-height: 37px;
  text-align: center;
}
.partenaires p {
  line-height: 27Px;
  text-align: center;
}
.partenaires img {
  margin: 10px 10px;
}
.partenaires .image {
  float: left;
  height: 105px;
  margin: 10px 0;
}

.pre-footer {
  margin-bottom: 30px;
  text-align: center;
}
.pre-footer h3 {
  font-size: 28px;
  color: #3a3a39;
  font-family: "KelsonBold", arial, sans-serif;
  line-height: 37px;
  text-align: center;
}
.pre-footer p {
  font-size: 16px;
}
.pre-footer p img {
  margin: 0px;
}
.pre-footer p#pPreFooterLogos {
  margin: 30px 0 0 0;
}
.pre-footer a {
  font-weight: bold;
  color: #3a3a39;
  text-decoration: underline !important;
}
.pre-footer a:hover {
  color: #c00431;
}

.footer {
  background: #e8e6e8;
  padding-top: 30px;
  padding-bottom: 60px;
}
.footer ul {
  list-syle: none;
  text-align: center;
}
.footer ul li {
  display: inline-block;
}
.footer ul li:after {
  content: "-";
  display: inline-block;
  padding: 0 10px;
}
.footer ul li:last-child:after {
  content: "";
}
.footer ul li a {
  color: #565655;
  font-size: 14px;
  font-weight: 600;
}

.credits {
  text-align: center;
  font-size: 11px;
}
.credits a {
  text-decoration: underline;
  color: #565655;
}

.editorial .contenu {
  width: 73% !important;
  padding-right: 30px;
}

/* pages internes */
aside {
  width: 27% !important;
  margin-right: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
aside .ardoise .actu h3, aside .ardoise .agenda h3 {
  margin-top: 0;
}
aside .ardoise .agenda .content ul li {
  padding-top: 0;
}
aside .ardoise .agenda .content ul li .date {
  color: #3a3a39;
}
aside .navigation_interne {
  background: #F4F4F4;
  padding: 15px;
  margin-bottom: 30px;
}
aside .navigation_interne h3 {
  font-family: "KelsonBold", arial, sans-serif;
  font-size: 22px;
  padding-bottom: 10px;
  color: #3a3a39;
  border-bottom: #bababa 1px solid;
  text-transform: uppercase;
}
aside .navigation_interne ul {
  list-style: none;
  padding: 0;
}
aside .navigation_interne ul li {
  margin: 5px 0;
}
aside .navigation_interne ul li a {
  color: #565655;
}
aside .navigation_interne ul li a:before {
  content: "";
  font-family: "Glyphicon";
  margin-right: 10px;
  font-size: 14px;
}
aside .navigation_interne ul li a.active {
  color: #c00431;
  font-weight: bold;
}
aside .navigation_interne ul li a:hover {
  color: #c00431;
  text-decoration: none;
}
aside .ardoise {
  padding: 30px 15px;
}
aside .ardoise a {
  text-decoration: none;
}
aside .ardoise .lien {
  width: 100%;
  text-align: center;
}
aside .ardoise .actu {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
aside .ardoise .actu .picture {
  height: 171px;
  position: relative;
  overflow: hidden;
}
aside .ardoise .actu .picture img {
  width: 100%;
  bottom: -20px;
  position: absolute;
}
aside .ardoise .actu h3:before {
  content: "";
  display: none;
}
aside .ardoise .actu .date {
  margin-bottom: 15px !important;
}
aside .ardoise .agenda {
  width: 100%;
  float: left;
}
aside .ardoise .agenda .date {
  width: 100% !important;
  text-align: left !important;
}
aside .ardoise .agenda .date .mois {
  display: inline-block !important;
}
aside .ardoise .agenda .titre {
  font-weight: bold;
  color: #3a3a39;
}
aside .ardoise .agenda .description_event {
  width: 100% !important;
}

@media (max-width: 950px) {
  .navbar-nav li a {
    color: #FFF;
    font-size: 16px;
    padding-left: 7px;
    padding-right: 6px;
    font-family: "KelsonRegular", arial, sans-serif;
  }

  .header .col-sm-9 {
    width: 65%;
  }

  .header .col-sm-3 {
    width: 35%;
  }

  .accroche img {
    width: 300px;
  }

  .chiffres ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .laureats .map {
    background-position: 20px 0;
  }

  .laureats .map .baseline {
    bottom: -60px;
  }
}
@media (max-width: 768px) {
  .header .container {
    padding-right: 15px;
  }
  .header > .container {
    display: flex;
  }
  .header > .container > .navigation {
    order: 2;
    flex: 2;
  }
  .header > .container > .navbar {
    order: 1;
    width: 36px;
  }

  .navbar-nav li a {
    color: #FFF;
    font-size: 16px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-family: "KelsonRegular", arial, sans-serif;
  }

  .chiffres ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .description h2 {
    font-size: 21px;
  }

  .agenda ul li {
    height: auto !important;
  }

  .bloc-social {
    width: 35% !important;
  }
  .bloc-social p {
    line-height: 16px;
  }

  .accroche img {
    width: 214px;
  }
}
/* Portrait phones and smaller */
@media (max-width: 768px) {
  .editorial .contenu {
    width: 100% !important;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 22px !important;
  }

  .navbar {
    width: auto !important;
  }

  aside {
    width: 100% !important;
    padding-right: 0px;
  }
  aside .ardoise .agenda .content ul li:first-child {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  body {
    font-size: 16px;
  }

  .ardoise .actu h3:before {
    display: none;
  }

  .ardoise .agenda h3:after {
    display: none;
  }

  .follow > div:nth-child(2) .contenu h3:after {
    display: none;
  }

  .navbar-nav li:last-child a {
    display: none;
  }

  .top.navigation ul {
    padding: 0 !important;
    margin-top: 15px;
    width: 330px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .top.navigation ul {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top.navigation li {
    display: none;
  }
  .top.navigation li.only-mobile {
    vertical-align: top;
    display: inline-block;
    padding: 4px 10px 0 !important;
    line-height: normal;
    height: 36px;
    width: 50%;
    text-align: center;
  }
  .top.navigation li.only-mobile a {
    font-size: 18px;
  }
  .top.navigation li:nth-child(4) {
    background: #c00431;
  }
  .top.navigation li:nth-child(4) a {
    color: #FFF;
    font-family: "KelsonXBold", arial, sans-serif;
    line-height: normal;
  }
  .top.navigation li:nth-child(4):after {
    content: "";
    display: none;
  }
}
@media (max-width: 768px) {
  .navbar-toggle {
    background: #1f140c;
    color: #FFF;
    border-radius: 0;
    margin-right: 0;
    height: 48px;
    margin-top: 13px;
    height: 36px;
    padding: 8px 5px;
    width: 36px;
  }
  .navbar-toggle .icon-bar {
    background: #FFF;
    height: 4px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .navbar-collapse {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    border-top: 0 !important;
    margin-right: 1px !important;
    margin-left: -11px !important;
    position: absolute;
    top: 49px;
    left: 12px;
    width: 180px;
  }
  .navbar-collapse .navbar-nav {
    width: 100% !important;
  }
  .navbar-collapse .bloc-social {
    display: none;
  }
  .navbar-collapse .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .accroche .container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .home img {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .accroche {
    padding-top: 90px;
    min-height: 359px !important;
  }
  .accroche h1 {
    margin-top: 36px;
    font-size: 16px;
    font-family: "KelsonBold", arial, sans-serif !important;
    padding: 0 7px;
    line-height: 23px;
  }
}
@media (max-width: 768px) {
  .description {
    padding: 30px 0;
  }
  .description h2 {
    font-size: 21px;
    margin-top: 0;
    line-height: 22px;
    font-family: "KelsonBold", arial, sans-serif;
    text-align: left;
  }
  .description p {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .actu h3 {
    margin-top: 0 !important;
  }
  .actu .picture {
    width: 100%;
    max-height: 228px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .actu .picture img {
    width: 100%;
    position: relative;
    bottom: 243px;
  }
  .actu .date {
    margin-bottom: 15px !important;
  }
  .actu .description_actu {
    padding: 20px !important;
  }
}
@media (max-width: 768px) {
  .ardoise {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .ardoise .actu .lien, .ardoise .agenda .lien {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .ardoise .agenda .content ul li {
    display: none;
  }
}
@media (max-width: 768px) {
  .ardoise .agenda .date {
    width: 100% !important;
    text-align: left !important;
    font-size: 30px !important;
  }
  .ardoise .agenda .date .mois {
    display: inline-block !important;
    position: relative;
    margin-left: 4px;
    top: -6px;
  }
  .ardoise .agenda .description_event {
    width: 100% !important;
  }
  .ardoise .agenda .titre {
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #3a3a39;
  }
}
@media (max-width: 768px) {
  .ardoise .agenda .content ul li:first-child {
    display: block !important;
    border-bottom: 0;
    padding-bottom: 15px;
    font-size: 15px !important;
    padding-top: 16px;
  }
}
@media (max-width: 768px) {
  .participer {
    padding: 30px 0;
  }
  .participer .col-lg-6 {
    padding: 0 15px !important;
  }
  .participer h3 {
    margin-top: 0;
    line-heght: 20px;
    margin-bottom: 0;
    font-family: "KelsonBold", arial, sans-serif;
  }
  .participer .container {
    padding: 0;
  }
  .participer .container .row {
    margin: 0;
  }
  .participer .col-btn {
    margin-top: 20px !important;
  }
  .participer .col-btn div {
    margin: 0;
    padding: 0;
  }
  .participer .col-btn div:first-child {
    padding-right: 5px;
  }
  .participer .col-btn div:last-child {
    padding-left: 5px;
  }
  .participer .col-btn .btn-red {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .participer h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .participer p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .laureats h3 {
    margin-top: 15px !important;
    font-size: 32px !important;
  }
  .laureats .redblock {
    padding: 15px !important;
    line-height: 22px;
    min-height: 366px;
    position: relative;
    z-index: 10;
  }
  .laureats .redblock .btn {
    display: block;
    margin: 0 auto;
    width: 90%;
    background: #3a3a39;
    color: #FFF;
    font-weight: bold;
    border: none;
    position: relative;
    top: 43px;
    padding: 8px 15px;
    letter-spacing: 0.06em;
    border-radius: 0;
    font-size: 17px;
    font-family: "KelsonBold", arial, sans-serif;
  }
}
@media (max-width: 768px) {
  .laureats .map {
    background: url(../img/map.jpg) -13px 43px no-repeat;
    min-height: 546px;
    background-size: 142%;
    position: relative;
  }
  .laureats .map .baseline {
    bottom: 90px;
    position: absolute;
    width: 51%;
    right: 10px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .follow > div:first-child {
    text-align: center;
    min-height: 237px;
  }
  .follow > div:first-child .contenu {
    padding-right: 15px;
  }
  .follow > div:first-child .contenu ul {
    margin-left: 0px !important;
    float: initial;
  }
  .follow > div:first-child h3 {
    text-align: center !important;
    font-size: 32px !important;
  }
}
@media (max-width: 768px) {
  .follow > div:nth-child(2) .contenu input[type=email] {
    width: 184px;
  }
}
@media (max-width: 768px) {
  .follow > div:nth-child(2) {
    padding: 30px 0;
    background: url(../img/ardoise.jpg);
    background-size: cover;
    color: #FFF;
    min-height: 222px;
  }
  .follow > div:nth-child(2) h3 {
    text-align: center !important;
    font-size: 32px !important;
  }
}
@media (max-width: 768px) {
  .follow > div:nth-child(2) .contenu .cgv label {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .follow > div:nth-child(2) .contenu {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .partenaires {
    padding: 30px 0;
    width: 100%;
  }
  .partenaires h3 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .partenaires .image {
    padding: 10px;
    width: 33%;
    height: 100px;
    float: left;
  }
  .partenaires .image img {
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .pre-footer {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .pre-footer > div {
    margin-bottom: 15px;
  }
}

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