@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,700italic,800,400italic,900);
/* Colors */
/* Menu carre */
/* Fonts */
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  overflow-x: hidden;
  overflow-y: inherit;
}

section {
  background-size: cover;
}

::-moz-selection {
  color: white;
}

::selection {
  color: white;
}

.wrapper {
  min-height: 100%;
  margin: 0 auto;
}

.overflow-hidden {
  overflow: hidden;
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

/* Containers */
.container {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
}

.nav-inner,
.inner {
  width: auto;
  height: auto;
  max-width: 1250px;
  position: relative;
  padding: 0 50px;
  margin: 0 auto;
}

.inner {
  padding: 100px 30px;
}

.inner:after,
.inner:before {
  clear: both;
}

/* Background Colors */
::-moz-selection {
  background-color: #80ae28;
}
::selection {
  background-color: #80ae28;
}

/* remplacer loader */
#pageloader {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #80ae28;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 99999;
}
#pageloader > .dark-border {
  width: 100%;
  height: 50px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  top: 50%;
  text-transform: lowercase;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  font-family: "Rubik", sans-serif;
}
#pageloader > .dark-border::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 200px;
  background: #fff;
  position: absolute;
  animation: load 0.7s infinite alternate ease-in-out;
  z-index: -1;
}
@keyframes load {
  0% {
    top: 5px;
    left: 0;
    height: 40px;
    width: 40px;
  }
  100% {
    top: 5px;
    left: 100%;
    height: 40px;
    width: 40px;
  }
}

a,
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

.relative {
  position: relative !important;
}

.semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

a {
  color: #80ae28;
}

a:hover {
  color: #80ae28;
  text-decoration: underline;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border: none;
  border-bottom: solid 1px #000;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.gros_titre {
  font-size: 26px;
}

.moyen_titre {
  font-size: 20px;
}

.petit_titre {
  font-size: 19px;
  font-weight: normal;
  text-transform: uppercase;
}

strong .gros_titre {
  font-weight: 900 !important;
  word-spacing: 4px;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

.vert {
  color: #80ae28;
}

.gris {
  color: #504b41;
}

.bg-noir {
  background-color: #000 !important;
}
.bg-noir:hover {
  background-color: #80ae28 !important;
}

.bg-rouge {
  background-color: #80ae28 !important;
}
.bg-rouge:hover {
  background-color: #000 !important;
}

.bg-vert {
  background-color: #00B244 !important;
}
.bg-vert:hover {
  background-color: #4c4 !important;
}

.bouton {
  display: inline-block;
  vertical-align: middle;
  padding: 14px 22px;
  border: none;
  background: #000;
  font-size: 13px !important;
  font-weight: bold;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  cursor: pointer;
  cursor: pointer;
}
.bouton:hover {
  background: #80ae28;
  color: #fff;
  text-decoration: none;
}
.bouton:focus {
  color: #fff;
}
.bouton[disabled] {
  opacity: 0.25;
  cursor: default;
}

input,
textarea,
a,
a h3,
button {
  transition: all 200ms ease !important;
}

select,
input[type=text],
input[type=password],
input[type=email],
textarea {
  padding: 10px 14px;
}

select:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  outline: none;
  border: solid 1px #80ae28 !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* Positions and Floats */
.container .gros_titre,
.container h1 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 400;
  word-spacing: 2px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.container h2 {
  margin: 5px 0 15px;
  font-size: 1.5em;
  font-weight: normal;
  text-transform: uppercase;
}
.container .bold {
  font-weight: normal;
}
.container p {
  margin: 8px 0 20px;
  line-height: 22px;
}
.container.readMore ul li, .container.generic ul li, .container.productSpecs ul li, .container.double ul li, .container.doubleBleed ul li {
  position: relative;
  margin: 0px 0 10px;
  padding-left: 36px;
  font-weight: 600;
}
.container.readMore ul li::after, .container.generic ul li::after, .container.productSpecs ul li::after, .container.double ul li::after, .container.doubleBleed ul li::after {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #80ae28;
}
.container.purpleList ul li::after {
  color: #5a2cf0;
}
.container.blueList ul li::after {
  color: #0042e1;
}
.container.description {
  background: #f2f2f2;
}

.center {
  text-align: center;
}

#bandeauPageContainer {
  background: #1d1d1d;
}

#bandeauPage {
  position: relative;
  height: 155px;
  padding-top: 150px;
  background-color: #1d1d1d;
  background-repeat: no-repeat;
  text-align: center;
}
#bandeauPage .bandeauColor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  overflow: hidden;
}
#bandeauPage .inner {
  padding: 55px 0 64px;
}
#bandeauPage h1 {
  position: relative;
  float: left;
  font-size: 30px;
  letter-spacing: 0;
}
#bandeauPage h1 hr {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 55px;
  margin: 0;
  border: none;
  border-top: 2px solid #fff;
}

#home {
  position: relative;
  background: #000;
  text-align: center;
}

.inner.cat {
  padding: 30px 30px 60px !important;
}
.inner.produit {
  padding: 30px 30px 6px !important;
}
.inner.description {
  padding: 40px 30px 55px !important;
}

.container.article > .inner {
  padding: 30px 30px 50px;
}
.container.article > .inner article {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 210px);
  margin: 0 105px 30px;
  background-color: #f2f2f2;
}
.container.article > .inner article .date {
  position: absolute;
  top: 0;
  left: -105px;
  z-index: 10;
  width: 75px;
  background-color: #80ae28;
  color: #fff;
  text-align: center;
}
.container.article > .inner article .date span {
  display: block;
  font-weight: bold;
}
.container.article > .inner article .date span:first-child {
  padding: 20px 0;
  font-size: 35px;
}
.container.article > .inner article .date span:last-child {
  padding: 8px 0;
  background-color: #000;
  font-size: 13px;
  text-transform: uppercase;
}
.container.article > .inner article .cycle-slideshow {
  position: relative;
  width: 100%;
  height: 415px;
  margin-right: 50px;
}
.container.article > .inner article .cycle-slideshow .article-img {
  width: 100%;
  height: 415px;
}
.container.article > .inner article .cycle-slideshow .fleche-d {
  position: absolute;
  right: -50px;
  bottom: -30px;
}
.container.article > .inner article .cycle-slideshow .fleche-g {
  position: absolute;
  right: -50px;
  bottom: 7px;
}
.container.article > .inner section {
  position: relative;
  padding: 50px;
}
.container.article > .inner section h1 {
  font-size: 25px;
  word-spacing: 0;
  letter-spacing: 0;
  line-height: 25px;
}
.container.article > .inner section p {
  margin: 18px 0 50px;
  font-size: 13.5px;
  line-height: 22px;
}
.container.article > .inner section p img {
  width: 100%;
}
.container.article > .inner section .share-fb {
  margin: 0;
  padding: 9px 16px;
}
.container.article > .inner section .share-fb:hover {
  background: #3b579d;
}

.formulaire {
  max-width: 700px;
  background: #fff;
}
.formulaire h1 {
  letter-spacing: 0px;
}
.formulaire input,
.formulaire textarea,
.formulaire select {
  display: block;
  width: calc(100% - 32px);
  margin: 15px 0 0;
  padding: 15px;
  resize: none;
  border: 1px solid #000;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.formulaire select {
  width: 100%;
}
.formulaire textarea {
  height: 45px;
}
.formulaire .submit-button {
  margin-top: 15px;
  text-align: right;
  text-align: center !important;
}
.formulaire .submit-button h3 {
  vertical-align: middle;
  height: 48px;
  margin-bottom: 15px;
  padding: 0;
  font-size: 13px;
  line-height: 48px;
  text-align: left;
  text-transform: uppercase;
}
.formulaire .submit-button h3 .bouton {
  margin-right: 15px;
}
.formulaire .submit-button .bouton {
  width: 200px !important;
  padding: 17.5px 0;
  font-size: 13px;
  line-height: 13px;
}
.formulaire .participant-container {
  display: flex;
  align-items: center;
}
.formulaire .participant-container label {
  margin-right: 10px;
}

.coordonnees > .inner {
  padding: 30px 30px 80px;
}
.coordonnees > .inner > .margin-fix {
  width: calc(100% + 20px);
  margin: 0 0 0 -10px;
  font-size: 0;
}
.coordonnees > .inner > .margin-fix li {
  display: inline-block;
  vertical-align: top;
  min-width: 270px;
  max-width: calc(33.3333333333% - 20px);
  margin: 50px 10px 15px;
}
.coordonnees > .inner > .margin-fix li > .img-portrait {
  float: left;
  padding-right: 25px;
}
.coordonnees > .inner > .margin-fix li > .text {
  float: right;
  width: calc(100% - 105px);
}
.coordonnees > .inner > .margin-fix li > .text section h2 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  text-transform: none;
}
.coordonnees > .inner > .margin-fix li > .text section h3 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
}
.coordonnees > .inner > .margin-fix li > .text section a {
  margin: 0;
  padding: 0;
  font-size: 13.5px;
  font-weight: bold;
  color: #000;
}
.coordonnees > .inner > .margin-fix li > .text footer {
  margin-top: 20px;
  text-align: left !important;
}
.coordonnees > .inner > .margin-fix li > .text footer .email {
  display: inline-block;
  width: 24px;
  height: 17px;
  background: url("../images/email.png") no-repeat center center;
}
.coordonnees > .inner > .margin-fix li > .text footer .email:hover {
  background: url("../images/email-h.png") no-repeat center center;
}
.coordonnees > .inner > .margin-fix li > .text footer .linkedin {
  display: inline-block;
  width: 19px;
  height: 17px;
  margin-left: 14px;
  background: url("../images/linkedin.png") no-repeat center center;
}
.coordonnees > .inner > .margin-fix li > .text footer .linkedin:hover {
  background: url("../images/linkedin-h.png") no-repeat center center;
}
.coordonnees > .inner h1 {
  position: relative;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}
.coordonnees > .inner h1 hr {
  width: 55px;
  margin: 25px auto 0;
  border: none;
  border-top: 2px solid #80ae28;
}

.field--radio {
  display: inline-block;
  width: 220px;
  margin: 0.5em 0;
  text-align: left;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  padding: 0 0 0 2em;
  line-height: 1.5em;
  cursor: pointer;
}
input[type=checkbox] + label::before,
input[type=checkbox] + label::after,
input[type=radio] + label::before,
input[type=radio] + label::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
  font-size: 20px;
}
input[type=checkbox] + label::before,
input[type=radio] + label::before {
  content: " ";
  border: 1px solid #c7c7c7;
  background: #fff;
}
input[type=checkbox] + label::before,
input[type=checkbox] + label::after,
input[type=radio] + label::before,
input[type=radio] + label::after {
  transition: 0.25s all ease;
}

/* Checkbox */
input[type=checkbox] + label::after {
  content: "✔";
  line-height: 1.2em;
  color: #fff;
  text-align: right;
}

/* Radio */
input[type=radio] + label::before {
  border-radius: 50%;
}

input[type=radio] + label::after {
  content: " ";
  left: 0.15em;
  width: 0.4em;
  height: 0.4em;
  border: 0.2em solid #80ae28;
  border-radius: 50%;
  background: #fff;
}

/* :checked */
input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before {
  border-color: #80ae28;
  background: #80ae28;
  color: #fff;
}

input[type=checkbox] + label::after,
input[type=radio] + label::after {
  transform: scale(0) translateY(-50%);
}

input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after {
  transform: scale(1) translateY(-50%);
}

/* Navigation Section */
.nav-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* Mobile Nav Button */
.mobile-nav-button {
  position: absolute;
  top: 50%;
  right: 15px;
  display: none;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: transparent;
  font-size: 25px;
  line-height: 40px;
  text-align: right;
  cursor: pointer;
}

.mobile-nav-button:hover,
.mobile-nav-button:active {
  color: #80ae28;
}

#fullscreen {
  position: relative;
  height: 100vh;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
#fullscreen .inner {
  z-index: 110;
}
#fullscreen .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
#fullscreen .logo {
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  z-index: 100;
}
#fullscreen .titres {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  height: 60px;
  margin: auto;
}
#fullscreen .titres * {
  margin: 0;
  padding: 0;
  color: #fff;
}
#fullscreen .titres h1 {
  margin: 0;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
}
#fullscreen .titres h2 {
  max-width: 1150px;
  margin: 44px auto 0;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
#fullscreen .titres h2 .line {
  display: block;
  width: 200px;
  margin: 17px 0;
  border-top: 1px solid #fff;
}
#fullscreen .titres h2 span {
  display: inline-block;
  height: 24px;
  margin: 0 18px;
  line-height: 24px;
}
#fullscreen .titres h2 span img {
  margin-right: 10px;
}
#fullscreen nav {
  position: absolute;
  right: 0;
  bottom: 100px;
  left: 0;
  z-index: 100;
  text-align: center;
}
#fullscreen nav ul {
  text-align: center;
}
#fullscreen nav ul li {
  display: inline-block;
  width: 100px;
  margin: 0 5px;
}
#fullscreen nav ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#fullscreen nav ul li a figure {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
  background-image: url("../images/balle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}
#fullscreen nav ul li:hover a {
  color: #80ae28;
  text-decoration: none;
}
#fullscreen nav ul li:hover a figure {
  background-image: url("../images/balle-h.png");
}

footer {
  text-align: center;
  padding: 0;
  width: 100%;
  bottom: 0;
  z-index: 9999;
}
footer section:last-child {
  background: #000;
}
footer section:last-child .inner {
  padding: 40px 30px;
}
footer .bouton {
  padding: 14px 40px !important;
}
footer .inner {
  vertical-align: middle;
  text-align: center;
}
footer .inner > .copyright {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
footer .inner > .copyright img {
  margin-right: 6px;
}
footer .inner > .copyright a {
  color: rgba(255, 255, 255, 0.5);
}

.arsenalLogo {
  background: url("../images/arsenalweb.png") no-repeat center center;
  display: inline-block;
  width: 142px;
  height: 12px;
  margin-left: 10px;
  vertical-align: middle;
}
.arsenalLogo:hover {
  background-image: url("../images/arsenalweb-h.png");
}

/* Bloc style */
/* ###################################
 *  Styles */
.bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-image.bg-repeat {
  opacity: 0.05;
  background-size: initial;
  background-repeat: repeat;
}

.btn-fb {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn-fb.btn-fb-noir {
  background-color: #000;
  background-image: url(../images/fb-blanc.png);
}
.btn-fb.btn-fb-blanc {
  background-color: #fff;
  background-image: url(../images/fb-noir.png);
}
.btn-fb:hover {
  background-color: #3b569d;
  background-image: url(../images/fb-blanc.png);
}

.btn-inscrire {
  display: inline-block;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#80ae28+0,bde400+100 */
  background: #80ae28; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwYWUyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGU0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #80ae28 0%, #bde400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80ae28", endColorstr="#bde400",GradientType=1 ); /* IE6-8 */
  transition: none !important;
}
.btn-inscrire:hover {
  color: #fff;
  text-decoration: none;
  background: #80ae28;
}

.btn-go {
  position: absolute;
  top: 50px;
  right: 0;
  display: block;
  height: 192px;
  width: 138px;
  background-image: url(../images/btn-go.png);
  z-index: 1000;
}
.btn-go:hover {
  background-image: url(../images/btn-go-h.png);
}

section > .inner > h1 {
  text-align: center;
  letter-spacing: 0px !important;
}
section > .inner > h1 > img {
  display: block;
  margin: 0 auto 5px;
}
section > .inner > h1 > span {
  text-transform: none;
  font-size: 30px;
  font-weight: 600;
}
section > .inner > h1 > hr {
  width: 30px;
  margin: 17px auto 0;
  border: none;
  border-bottom: 3px solid #fff;
}
section.blocClair > .inner > h1 > hr {
  border-bottom: 3px solid #000 !important;
}

.blocSombre {
  color: #fff;
  background-color: #000;
}
.blocSombre .gris {
  color: #9ea0a2;
}
.blocSombre .gros_titre,
.blocSombre h1 {
  font-weight: normal;
  letter-spacing: 0px;
  word-spacing: 0;
  line-height: 1.2em;
}
.blocSombre select, .blocSombre input[type=text], .blocSombre input[type=password], .blocSombre input[type=email], .blocSombre textarea {
  background: transparent;
  color: #fff;
  border: solid 1px #fff;
}
.blocSombre input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  -webkit-text-fill-color: #fff !important;
}
.blocSombre .bouton, .blocSombre .boutonB {
  background: transparent;
  border-color: #fff;
}
.blocSombre .bouton:hover, .blocSombre .boutonB:hover {
  color: #80ae28;
  border-color: #80ae28;
}
.blocSombre .bouton:active, .blocSombre .boutonB:active {
  color: #fff;
  background: #80ae28 !important;
  border-color: #80ae28;
}
.blocSombre .bouton[disabled], .blocSombre .boutonB[disabled] {
  background: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
  cursor: default;
}

.fondPattern {
  background-repeat: repeat;
  background-size: auto;
}

.fondPattern.fondBas {
  background-position: center bottom;
  background-size: initial;
  background-repeat: no-repeat;
  padding-bottom: 140px;
}

/* ###################################
 *  Blocs de base */
.single {
  text-align: left;
}

.frameBlanc .inner > div {
  padding: 30px 0;
}
.frameBlanc .inner > div > div,
.frameBlanc .inner > div > h1 {
  padding: 0 30px;
}

.double {
  text-align: left;
}
.double .col {
  width: 47%;
  float: left;
}
.double .col1 {
  margin-right: 3%;
}
.double .col2 {
  margin-left: 3%;
}

.minimal {
  position: relative;
}
.minimal .photoLegend {
  position: absolute;
  bottom: 15px;
  right: 30px;
  text-shadow: 0 0 15px #000000;
}

.readMore {
  text-align: center;
}
.readMore .contain {
  margin: 50px auto 0;
  max-width: 900px;
}
.readMore .contain .moyen_titre {
  font-size: 24px;
  font-weight: 600;
  color: #80ae28;
}
.readMore .contain img {
  margin-bottom: 20px;
}
.readMore .readMoreDetails .readMoreBtn {
  padding-bottom: 20px;
  text-align: center;
  cursor: pointer;
}
.readMore .readMoreDetails .readMoreBtn .line {
  border-top: none;
  margin: 13px 0;
  width: 44%;
}
.readMore .readMoreDetails .readMoreBtn .left {
  float: left;
}
.readMore .readMoreDetails .readMoreBtn .right {
  float: right;
}
.readMore .readMoreDetails .readMoreBtn .more {
  width: 1px;
  height: 25px;
  width: 25px;
  position: relative;
  display: inline-block;
  text-align: center;
}
.readMore .readMoreDetails .readMoreBtn .more .moreX {
  border-bottom: solid 1px #000;
  width: 25px;
  left: 0;
  top: 12px;
  transition: all 300ms ease;
  opacity: 1;
  position: absolute;
}
.readMore .readMoreDetails .readMoreBtn .more .moreY {
  height: 25px;
  left: 12px;
  top: 0px;
  border-right: solid 1px #000;
  transition: all 300ms ease;
  position: absolute;
}
.readMore .readMoreDetails .readMoreBtn.active .moreX {
  opacity: 0;
}
.readMore .readMoreDetails .readMoreBtn.active .moreY {
  transform: rotate(90deg);
}
.readMore .readMoreDetails .readMoreBtn:active {
  opacity: 0.8;
}
.readMore .readMoreDetails .readMoreText {
  display: none;
}

/* ###################################
 *  Blocs particuliers */
.inscription {
  overflow: hidden;
  position: relative;
}
.inscription > h2 {
  position: absolute;
  top: 75px;
  right: -150px;
  width: 400px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#80ae28+0,bde400+100 */
  background: #80ae28; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwYWUyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGU0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #80ae28 0%, #bde400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80ae28", endColorstr="#bde400",GradientType=1 ); /* IE6-8 */
  transition: none !important; /* IE 9 */ /* Safari */
  transform: rotate(45deg);
  text-align: center;
}
.inscription ul {
  padding-top: 50px;
}
.inscription ul li {
  width: 33.3333333333%;
  min-width: 300px;
  text-align: center;
}
.inscription ul li h3 {
  font-size: 20px;
  font-weight: 600;
}
.inscription ul li.prix > div {
  position: relative;
  width: 235px;
  height: 235px;
  line-height: 235px;
  margin: 15px auto 0;
  background: rgba(255, 255, 255, 0.5);
  border: 4px solid #81af27;
  border-radius: 1000px;
}
.inscription ul li.prix > div > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 110px;
  width: 235px;
}
.inscription ul li.prix > div > div > h1 {
  font-size: 67px;
  font-weight: 900;
  letter-spacing: 0px;
  text-align: center;
}
.inscription ul li.prix > div > div > h1 sup {
  font-size: 0.5em;
}
.inscription ul li.prix > div > div > h1 > span {
  display: block;
  font-size: 25px;
  font-weight: 900;
  text-transform: none;
}

.programme .contain {
  width: calc(50% - 25px);
  margin-top: -50px;
}
.programme .contain > p {
  margin-bottom: 50px;
}
.programme .contain > p .gros_titre {
  line-height: 50px;
  font-size: 50px;
  font-weight: bold;
}
.programme .contain table {
  background: #fff;
  border: 30px solid #fff;
  border-collapse: separate;
  width: 100%;
  height: 210px;
  color: #355000;
  font-size: 18px;
  font-weight: bold;
}
.programme .contain table tr:first-child td {
  border-top: 1px solid #80ae28;
}
.programme .contain table tr:first-child td:first-child {
  border-right: 1px solid #80ae28;
}
.programme .contain table tr td {
  vertical-align: middle;
  line-height: 24px;
  border-bottom: 1px solid #80ae28;
}
.programme .contain table tr td:first-child {
  width: 100px;
  border-right: 1px solid #80ae28;
}
.programme .contain table tr td:last-child {
  padding: 0 30px;
}
.programme .contain.left {
  float: left;
}
.programme .contain.right {
  float: right;
}
.programme .contain.right > p {
  text-align: right;
}

.partner {
  text-align: center;
}
.partner h1 {
  margin-bottom: 50px;
}
.partner .inner > a > img {
  max-width: 100%;
}
.partner .contain {
  max-width: 950px;
  margin: 50px auto 0;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.partner .contain h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}
.partner .contain #carousel {
  padding: 60px 0 0;
}
.partner .contain #carousel .slick-track {
  height: 120px;
  margin: 60px auto 0;
}
.partner .contain #carousel a img {
  display: inline-block;
  max-height: 120px;
  max-width: 190px;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
}
.partner.noPartners .contain {
  display: none;
}

.donateurs {
  text-align: center;
}
.donateurs .contain {
  max-width: 950px;
  margin: 20px auto 0;
  padding: 50px 0;
  border-bottom: 1px solid #000;
}
.donateurs .contain #carousel {
  padding: 60px 0 0;
}
.donateurs .contain #carousel .slick-track {
  height: 120px;
  margin: 60px 0 0;
}
.donateurs .contain #carousel a img {
  display: inline-block;
  max-height: 120px;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
}

.slick-arrow {
  position: absolute;
  top: 90px;
  width: 28px;
  height: 40px;
  background-color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}

.slick-prev {
  left: -100px;
  background-image: url(../images/left.png);
}
.slick-prev:hover {
  background-image: url(../images/left-h.png);
}

.slick-next {
  right: -100px;
  background-image: url(../images/right.png);
}
.slick-next:hover {
  background-image: url(../images/right-h.png);
}

.contact {
  text-align: center;
}
.contact .adresse {
  margin: 45px auto 8px;
}
.contact .adresse p {
  font-size: 20px;
  line-height: 24px;
}

.contactForm {
  margin: 0 auto;
  text-align: center;
}
.contactForm .inner {
  padding: 90px 30px;
}
.contactForm .upload {
  display: none;
}
.contactForm .fields {
  text-align: center;
}
.contactForm .fields label span {
  font-family: "Open Sans", sans-serif;
  display: block;
  color: #80ae28;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 20px 0 5px;
}
.contactForm .fields input, .contactForm .fields textarea {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.contactForm .fieldButtons {
  width: 80%;
  margin: 20px auto 0;
  position: relative;
}
.contactForm .fieldButtons .zoneCv {
  float: left;
  position: relative;
  left: -15px;
}
.contactForm .fieldButtons .zoneCv input {
  cursor: pointer;
}
.contactForm .fieldButtons .zoneCv .fileUpload {
  position: relative;
  overflow: hidden;
}
.contactForm .fieldButtons .zoneCv .fileUpload input.upload {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.contactForm .fieldButtons .zoneCv #contactPersonneCvLabel {
  margin-left: 15px;
}
.contactForm .fieldButtons .zoneSubmit {
  float: right;
  position: relative;
  right: -15px;
}
.contactForm .securityContainer {
  display: inline-block;
  padding: 10px 0 40px;
}

.formulaire form {
  margin-top: 40px;
}
.formulaire .moyen_titre {
  display: block;
  margin: 0 0 25px !important;
  color: #80ae28;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
}
.formulaire #contactStep2 {
  margin: 0 auto;
  text-align: center;
}
.formulaire #contactStep3,
.formulaire #contactMessageError,
.formulaire #contactStepLoading {
  font-size: 20px;
  margin-top: 30px;
}
.formulaire .loading-anim {
  font-size: 50px;
  color: #80ae28;
}
.formulaire .objetsPromo {
  width: 100%;
}
.formulaire .objetsPromo td {
  padding: 3px 2px;
}
.formulaire .objetsPromo .header {
  font-weight: bold;
  font-size: 0.9em;
}

.quickLink {
  z-index: 5;
}
.quickLink .inner {
  margin: 0;
  padding: 0;
  width: auto;
  max-width: none;
}
.quickLink .inner ul {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #80ae28;
}
.quickLink .inner ul li {
  width: 25%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  background: #fff;
  overflow: hidden;
  vertical-align: top;
  position: relative;
  overflow: visible;
}
.quickLink .inner ul li a {
  height: 298px;
  background-color: #000;
  display: block;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.quickLink .inner ul li a .quickLinkBgNormal {
  opacity: 0.3;
}
.quickLink .inner ul li a .quickLinkBgHover {
  opacity: 0;
  transition: all 250ms ease;
}
.quickLink .inner ul li a .quickLinkBg, .quickLink .inner ul li a .quickLinkBorder {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.quickLink .inner ul li a .quickLinkBorder {
  border-top: solid 1px #80ae28;
  border-left: solid 1px #80ae28;
  border-bottom: solid 0px #80ae28;
  height: 298px;
}
.quickLink .inner ul li a .quickLinkLabel {
  position: relative;
  display: block;
  height: 298px;
  line-height: 298px;
  padding: 0 20px;
  overflow: hidden;
}
.quickLink .inner ul li a .quickLinkLabel > .quickLinkLabelText {
  width: 50%;
  padding: 20px;
  border: solid 1px #80ae28;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  overflow: hidden;
  position: relative;
}
.quickLink .inner ul li a .quickLinkLabel > .quickLinkLabelText > .quickLinkLabelHover {
  position: absolute;
  background: #80ae28;
  top: 30px;
  left: 12px;
  width: 180px;
  opacity: 0;
  height: 3px;
  z-index: 1;
  transform: rotate(45deg);
  transition: all 600ms ease;
}
.quickLink .inner ul li a .quickLinkLabel > .quickLinkLabelText > .quickLinkLabelTxt {
  z-index: 2999;
  position: relative;
}
.quickLink .inner ul li a .quickLinkInfo {
  background: #fff;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all 250ms ease;
  position: absolute;
  top: 299px;
  left: 0;
  color: #fff;
  border: solid 1px #80ae28;
  padding: 36px 40px 36px 80px;
  text-align: left;
  line-height: 2em;
}
.quickLink .inner ul li a .quickLinkInfo .quickLinkTitre {
  border-bottom: solid 1px #80ae28;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.quickLink .inner ul li a .quickLinkInfo .quickLinkTexte {
  text-transform: none;
}
.quickLink .inner ul li a:hover .quickLinkInfo {
  display: block;
  background: #000;
  opacity: 1;
  max-height: 400px !important;
}
.quickLink .inner ul li a:hover .quickLinkBgHover {
  opacity: 1;
}
.quickLink .inner ul li a:hover .quickLinkLabel > .quickLinkLabelText > .quickLinkLabelHover {
  top: -90px;
  left: -9px;
  width: 291px;
  opacity: 0;
  height: 270px;
  opacity: 1 !important;
  z-index: 200;
}
.quickLink .inner ul li a:active {
  opacity: 0.6;
}
.quickLink .inner ul lili:last-child .quickLinkBorder {
  border-left: none !important;
}

#nyx-dimensions {
  overflow: hidden;
  position: relative;
}
#nyx-dimensions canvas {
  position: absolute;
  top: -100px;
  left: 0;
  bottom: 100px;
  right: 0;
  z-index: 3;
  cursor: normal;
}
#nyx-dimensions .inner {
  position: relative;
  z-index: 4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: normal;
  padding: 100px 0;
}
#nyx-dimensions .inner:hover {
  z-index: 2;
}

.equipeCharacterHover {
  background-image: url("../images/characters.png") !important;
  transition: all 250ms ease;
}

.equipeCharacterHover.hover {
  background-image: url("../images/characters-h.png") !important;
}

.a-propos {
  border-top: 4px solid #80ae28;
  padding: 50px 0;
}
.a-propos h1 {
  text-align: left;
  width: 18%;
  min-width: 160px;
  margin-right: 3%;
  float: left;
}
.a-propos h1 hr {
  width: 55px;
  margin: 20px 0 0;
  border: none;
  border-top: 2px solid #80ae28;
}
.a-propos .contain {
  float: right;
  width: 79%;
  font-size: 13.5px;
}
.a-propos .contain p {
  margin: 5px 0 0;
  line-height: 22px;
}
.a-propos .contain p:first-child {
  padding-bottom: 10px;
}

.generic .margin-fix {
  width: calc(100% + 30px);
  margin: 0 0 0 -15px;
}
.generic h1 {
  position: relative;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
}
.generic h1 hr {
  width: 55px;
  margin: 17px auto 0;
  border: none;
  border-top: 2px solid #80ae28;
}
.generic .col {
  float: left;
  margin: 50px 15px 0;
  padding: 28px 30px;
  background: #f2f2f2;
}
.generic .col .moyen_titre {
  display: block;
  margin: 0 0 20px !important;
  color: #80ae28;
  font-size: 25px;
  line-height: 28px;
  text-transform: uppercase;
}
.generic .col p {
  margin: 0 !important;
  font-size: 13.5px;
}
.generic .col.col-1 {
  width: calc(100% - 90px);
}
.generic .col.col-2 {
  width: calc(50% - 90px);
}
.generic .col.col-3 {
  width: calc(33.3333333333% - 90px);
}
.generic .col.col-4 {
  width: calc(25% - 90px);
}
.generic .col.col-5 {
  width: calc(20% - 90px);
}
.generic.mince .inner {
  padding-bottom: 0px;
}
.generic:first-of-type .inner {
  padding-top: 50px;
}

.mince {
  margin: 0 auto;
}
.mince .inner {
  max-width: 800px;
}

.icones {
  padding: 40px 0;
}
.icones ul {
  width: 100%;
  text-align: center;
}
.icones ul li {
  display: block;
  float: left;
  width: 16.6666666667%;
  line-height: 28px;
  font-size: 20px;
}
.icones ul li img {
  height: 28px;
  width: auto;
  margin-right: 5px;
}

.lastNews {
  padding: 20px 0 55px;
}
.lastNews h2 {
  margin-bottom: 50px !important;
  text-align: center;
  font-size: 30px;
}
.lastNews h2 hr {
  width: 55px;
  margin: 20px auto 0;
  border: none;
  border-top: 2px solid #80ae28;
}
.lastNews article {
  float: left;
  width: calc(50% - 15px);
  background-color: #f2f2f2;
}
.lastNews article a {
  display: block;
  position: relative;
}
.lastNews article a .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 104px;
  background-color: #80ae28;
  color: #fff;
  text-align: center;
  z-index: 10;
}
.lastNews article a .date span {
  display: block;
  font-weight: bold;
}
.lastNews article a .date span:first-child {
  padding: 20px 0;
  font-size: 35px;
}
.lastNews article a .date span:last-child {
  padding: 8px 0;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #000;
}
.lastNews article a .article-img {
  height: 250px;
  width: 100%;
  transition: all 500ms ease;
}
.lastNews article a:hover {
  text-decoration: none;
}
.lastNews article a:hover .article-img { /* IE 9 */ /* Chrome, Safari, Opera */
  transform: scale(1.1, 1.1);
}
.lastNews article section {
  position: relative;
  padding: 25px 30px 29px;
}
.lastNews article section h1 {
  font-size: 25px;
  word-spacing: 0;
  letter-spacing: 0;
  line-height: 30px;
}
.lastNews article section p {
  margin: 18px 0 64px;
  font-size: 13.5px;
  line-height: 22px;
}
.lastNews article section .groupe-bouton {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 30px;
}
.lastNews article section .groupe-bouton a {
  display: inline-block;
}
.lastNews article section .share-fb {
  padding: 9px 16px;
  margin-left: 25px;
}
.lastNews article section .share-fb:hover {
  background: #3b579d;
}
.lastNews article:last-of-type {
  margin-left: 30px;
  float: right;
}

.carriere {
  background-color: #80ae28 !important;
}
.carriere .inner {
  padding: 100px 30px;
}
.carriere h1 {
  position: relative;
  width: 55%;
  float: left;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0;
}
.carriere h1 span {
  text-transform: none;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: -0.3px;
  word-spacing: 0;
}
.carriere h1 span p {
  margin: -6px 0 0;
}
.carriere h1 hr {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 55px;
  margin: 0;
  border: none;
  border-top: 2px solid #000;
}
.carriere .contain {
  width: 40%;
  float: right;
  padding-top: 8px;
  margin-right: 5%;
  text-align: center;
}

.bloc_image {
  height: 380px;
  background-attachment: fixed;
  /*
  -webkit-background-size: cover;
  -webkit-background-position: center center;
  background-size: cover;
  background-position: center center;*/
}

.galerie .inner {
  padding: 100px 30px 25px !important;
  text-align: center;
}
.galerie .inner h1 {
  margin-bottom: 35px;
}
.galerie .saison li {
  position: relative;
  height: 170px;
  min-width: 328px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  overflow: hidden;
}
.galerie .saison li img {
  min-height: 100%;
  max-height: 220px;
  min-width: 100%;
  margin: auto;
  transition: all 250ms ease;
}
.galerie .saison li:hover img { /* IE 9 */ /* Safari */
  transform: scale(1.2);
}
.galerie .boutons {
  padding: 50px 0 100px;
}
.galerie .boutons li {
  display: inline-block;
  width: 50px;
  margin: 0 15px;
  cursor: pointer;
}
.galerie .boutons li a {
  font-size: 16px;
  font-weight: bold;
  color: #355000;
  text-align: center;
}
.galerie .boutons li a figure {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 50px;
  margin: 0 auto;
  background-image: url("../images/balle.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.galerie .boutons li:hover a {
  color: #80ae28;
  text-decoration: none;
}
.galerie .boutons li:hover a figure {
  background-image: url("../images/balle-h.png");
}

.comite > .inner li {
  display: inline-block;
  width: calc(33.3333333333% - 20px);
  min-width: 265px;
  margin: 50px 10px 15px;
  vertical-align: top;
}
.comite > .inner li > .img-portrait {
  display: block;
  height: 120px;
  width: 120px;
  float: left;
  background-color: #fff;
  background-size: cover;
  -webkit-background-position: center center;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 150px;
}
.comite > .inner li > .text {
  width: calc(100% - 145px);
  float: right;
  margin-top: 30px;
}
.comite > .inner li > .text section h2 {
  margin: 0 0 8px;
  padding: 0;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: none;
}
.comite > .inner li > .text section h3 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
}

.flex-container {
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
@media only screen and (min-width: 1100px) {
  .flex-container.flex-left {
    justify-content: flex-start !important;
  }
}

/* MIN 1100px */
@media only screen and (min-width: 1100px) {
  .modeMobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1100px) {
  .modeDesktop {
    display: none !important;
  }
  .modeMobile {
    display: block;
  }
  #fullscreen {
    height: 600px !important;
  }
  #fullscreen .titres h1 {
    font-size: 40px;
  }
  #fullscreen .titres h2 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
  }
  .inscription ul {
    padding: 0px !important;
  }
  .inscription ul li {
    float: none !important;
    margin: 70px auto;
    width: auto !important;
    max-width: 500px;
    min-width: 0 !important;
  }
  .inscription ul li:last-of-type {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 940px) {
  #fullscreen {
    height: 600px !important;
  }
  #fullscreen .titres h1 {
    margin-top: 60px;
  }
  #menuPrincipal {
    display: none;
  }
  .programme .contain {
    float: none !important;
    margin-top: 40px !important;
    width: 100%;
  }
  .programme .contain p {
    text-align: center !important;
  }
  .comite li {
    width: calc(50% - 20px) !important;
  }
}
@media only screen and (max-width: 750px) {
  .titres {
    margin-top: 280px !important;
  }
  .titres > h1 {
    line-height: 34px;
  }
}
/* MAX 640px */
@media only screen and (max-width: 640px) {
  .inner {
    padding: 50px 30px !important;
  }
  .galerie .inner {
    padding: 50px 30px 0 !important;
  }
  .galerie .boutons {
    padding: 50px 0 !important;
  }
  .titres h1 {
    margin-top: 10px !important;
    font-size: 28px !important;
  }
  .titres h2 {
    font-size: 22px !important;
  }
  .titres h2 span {
    display: block !important;
    height: auto !important;
    margin-bottom: 8px !important;
    text-align: center;
  }
  .titres h2 span img {
    display: block !important;
    margin: 0 auto 12px !important;
  }
  .comite li {
    width: calc(100% - 20px) !important;
  }
}
@media only screen and (max-width: 540px) {
  .btn-go {
    display: none;
  }
  .titres {
    margin-top: 250px;
  }
  .titres > h1 {
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .titres > h2 {
    font-size: 16px !important;
  }
  .programme table {
    border: 15px solid #fff !important;
  }
  .programme table tr td:first-child {
    width: 70px !important;
  }
}
@media only screen and (max-width: 440px) {
  .programme .contain p {
    margin-bottom: 20px !important;
  }
  .programme .contain p .gros_titre {
    line-height: 32px !important;
    font-size: 32px !important;
  }
  .programme .contain table tr td {
    padding: 0 !important;
  }
  .comite > .inner li {
    margin: 25px 10px 15px !important;
  }
  .comite > .inner li .img-portrait {
    height: 80px !important;
    width: 80px !important;
  }
  .comite > .inner li .text {
    width: calc(100% - 115px);
    float: right;
    margin-top: 12px;
  }
  .inscription > h2 {
    display: none;
  }
}
@media only screen and (max-width: 340px) {
  .inner {
    padding: 50px 15px !important;
  }
  .galerie .inner {
    padding: 50px 15px 0 !important;
  }
}
@media print {
  .noPrint, #bandeauPageContainer {
    display: none !important;
  }
  section.description .inner {
    padding: 0px 30px 15px !important;
  }
  section.description .inner p {
    margin: 8px 0px;
    font-size: 13.5px;
    line-height: 22px;
  }
  section.caracteristiques .inner {
    padding: 15px 30px !important;
  }
  section.caracteristiques .inner .liste {
    width: 62%;
  }
  section.caracteristiques .inner .liste > ul > li {
    margin-bottom: 4px !important;
  }
  section.caracteristiques .inner .cycle-slideshow {
    width: 37.5%;
  }
}
.mfp-close {
  font-size: 48px;
}/*# sourceMappingURL=styles.css.map */