@import url(reset.css);
/***************************************************************/
/*                           fonts                             */
/***************************************************************/
/***************************************************************/
/*                      structure page                         */
/***************************************************************/
body {
  font-family: "Source Sans Pro", arial, sans-serif;
  font-weight: 300;
  font-size: 1em; }

.header {
  background: #FFF;
  padding: 20px; }
  .header #entete {
    margin: auto;
    max-width: 1000px; }

.page {
  background: #E8E9ED;
  margin: auto; }

.accueil {
  background: #FFF;
  margin: auto; }

.main {
  margin: auto;
  background: #E8E9ED;
  max-width: 1040px; }

.accueil .main {
  max-width: 100%; }

aside {
  float: right;
  padding-left: 20px;
  overflow: hidden;
  width: 33%; }

.content {
  max-width: 1040px;
  margin: auto;
  padding: 20px; }
  .content .agauche {
    max-width: 685px;
    width: auto;
    width: 65%; }

footer {
  clear: both; }

img, iframe {
  max-width: 100%; }

/***************************************************************/
/*                           header                            */
/***************************************************************/
#entete {
  position: relative; }
  #entete #langue {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 0.8em; }
  #entete h1, #entete h2 {
    width: 320px; }
    #entete h1 img, #entete h2 img {
      width: 100%; }
  #entete h3 {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    font-size: 1.7em;
    font-weight: 300; }
    #entete h3 span {
      font-weight: 400; }
  #entete button.mbr {
    border: none;
    position: absolute;
    top: 2px;
    right: 80px;
    font-size: 0.8em; }
  #entete a[href="?page=moncompte"] {
    position: absolute;
    top: 0;
    right: 210px;
    width: 20px; }
    #entete a[href="?page=moncompte"] img {
      width: 100%; }

footer a[href="?page=moncompte"] {
  display: none; }

/***************************************************************/
/*                           texte                             */
/***************************************************************/
h1, h2 {
  font-family: "Amatic SC", arial, sans-serif;
  color: #456ac7;
  font-size: 2em; }

h2 {
  font-size: 2em; }

h3, h4 {
  font-weight: 400; }

h4 {
  font-style: italic; }

a {
  text-decoration: none;
  color: #000; }

.texte {
  line-height: 1.4; }
  .texte h2, .texte h3 {
    margin-top: 1em;
    margin-bottom: 0.5em; }
  .texte li {
    list-style-type: square;
    list-style-position: inside; }
    .texte li li {
      list-style-type: "- ";
      text-indent: 15px; }
  .texte em {
    font-style: italic;
    font-size: 0.9em; }
  .texte strong {
    font-weight: 400; }

/***************************************************************/
/*                           formulaire                        */
/***************************************************************/
.fiche {
  background: #FFF;
  width: 100%;
  margin: 20px auto 80px;
  position: relative; }
  .fiche h2 {
    display: inline-block;
    background: #799aed;
    text-align: center;
    font-family: "Source Sans Pro", arial, sans-serif;
    color: #FFF;
    font-weight: 400;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 2.5% 5%;
    width: 90%; }
  .fiche > div {
    margin: 5%;
    padding-bottom: 20px; }
  .fiche h3 {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 20px; }
  .fiche p {
    margin-top: 0px;
    text-align: left; }
  .fiche span {
    font-weight: 400; }
  .fiche form fieldset {
    margin-bottom: 30px; }
  .fiche form legend, .fiche form label:first-child {
    font-weight: 400; }
  .fiche form label {
    display: inline-block;
    padding: 7.5px; }
  .fiche form legend {
    margin-left: 7.5px; }
  .fiche form input[type="text"],
  .fiche form input[type="password"],
  .fiche form input[type="number"] {
    float: right;
    border: none;
    border-bottom: 1px solid #e9effc;
    background: #e9effc;
    width: 75%;
    padding: 7.5px; }
    .fiche form input[type="text"].nb_repas,
    .fiche form input[type="password"].nb_repas,
    .fiche form input[type="number"].nb_repas {
      float: none;
      width: 40px; }
    .fiche form input[type="text"]:focus,
    .fiche form input[type="password"]:focus,
    .fiche form input[type="number"]:focus {
      border-bottom: 1px solid #bccdf6; }
  .fiche form textarea {
    border: none;
    width: 97%;
    height: 200px;
    padding: 0.5em;
    font-family: "Source Sans Pro", arial, sans-serif;
    font-size: 1em;
    border-bottom: 1px solid #e9effc;
    background: #e9effc; }
    .fiche form textarea:focus {
      border-bottom: 1px solid #bccdf6; }
  .fiche .demi {
    margin: auto;
    text-align: center; }
  .fiche .demi form {
    display: inline-block;
    width: 30%;
    margin: 5%; }

.bouton {
  display: inline-block;
  width: 100%;
  background: #799aed;
  margin-top: 20px;
  color: #FFF;
  padding: 7.5px;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  border: 2px solid #799aed; }
  .bouton:hover {
    border: 2px solid #79b530;
    background: #79b530; }

.bouton[name="annulerinscription"] {
  width: 25%;
  border: 2px solid #799aed;
  background: #FFF;
  color: #799aed; }
  .bouton[name="annulerinscription"]:hover {
    border: 2px solid #79b530;
    color: #79b530; }

.bouton[name="repas"],
.bouton[name="repas_seul"],
.bouton[name="validerinscription"] {
  float: right;
  width: 70%; }

.erreur {
  position: absolute;
  top: 0;
  width: 100%;
  font-weight: 600;
  color: #E24D26;
  text-align: center; }

.errorjs {
  color: red;
  font-size: 0.8em;
  font-weight: 400;
  text-align: right;
  visibility: hidden;
  margin-bottom: -0.8em; }

.errorjs.radio,
.errorjs.select {
  margin-bottom: 5px;
  text-align: left; }

.errorjs.nbrepas {
  text-align: center; }

/***************************************************************/
/*                           menu                              */
/***************************************************************/
@media screen and (max-width: 680px) {
  nav {
    background-color: #FFF;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: 50px; }

  nav ul {
    background-color: #456ac7;
    visibility: hidden; }

  nav ul.visible {
    visibility: visible;
    position: relative;
    z-index: 100; }

  nav ul li {
    padding: 0.75em;
    border-bottom: 2px solid #FFF; }
    nav ul li:first-of-type {
      display: none; }
    nav ul li a {
      color: #FFF; }

  nav li:hover {
    background-color: #79b530; }

  /******** icon 3 bars burger ******/
  .iconburger {
    display: inline-block;
    cursor: pointer; }

  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
    border-radius: 25%; }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px); }

  .change .bar2 {
    opacity: 0; }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px); } }
/*****************************************************/
@media screen and (min-width: 680px) {
  div#menu {
    background: #456ac7;
    height: 2.55em; }
    div#menu ul {
      max-width: 1040px;
      margin: auto; }
      div#menu ul li {
        display: inline-block;
        text-align: center; }
        div#menu ul li a {
          display: block;
          padding: 0.25em 0.5em;
          color: #FFF;
          font-family: "Amatic SC", arial, sans-serif;
          font-size: 1.7em; }

  .burger {
    display: none; }

  div#menu ul li.pour_burger a {
    display: none; }

  .accueil nav li:nth-child(1) a {
    background: #79b530; }

  .accueil nav li:nth-child(1) .trianglebottom {
    visibility: visible;
    border-color: #79b530 transparent transparent transparent; }

  .presentation nav li:nth-child(2) a {
    background: #79b530; }

  .presentation nav li:nth-child(2) .trianglebottom {
    visibility: visible;
    border-color: #79b530 transparent transparent transparent; }

  .epreuves nav li:nth-child(3) a {
    background: #79b530; }

  .epreuves nav li:nth-child(3) .trianglebottom {
    visibility: visible;
    border-color: #79b530 transparent transparent transparent; }

  .infos nav li:nth-child(4) a {
    background: #79b530; }

  .infos nav li:nth-child(4) .trianglebottom {
    visibility: visible;
    border-color: #79b530 transparent transparent transparent; }

  .commentaire nav li:nth-child(5) a {
    background: #79b530; }

  .commentaire nav li:nth-child(5) .trianglebottom {
    visibility: visible;
    border-color: #79b530 transparent transparent transparent; }

  .inscription nav li:nth-child(6) a {
    background: #79b530; }

  .inscription nav li:nth-child(6) .trianglebottom {
    visibility: visible;
    border-color: #79b530 transparent transparent transparent; }

  .trianglebottom {
    visibility: hidden;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5em 0.25em 0 0.25em;
    border-color: #456ac7 transparent transparent transparent; }

  div#menu ul li:hover .trianglebottom {
    visibility: visible;
    border-color: #456ac7 transparent transparent transparent; } }
/***************************************************************/
/*                          accueil                            */
/***************************************************************/
.slide {
  position: relative;
  width: 100%;
  height: 30vw;
  max-height: 500px;
  min-height: 150px;
  overflow: hidden; }
  .slide img {
    width: 100%;
    height: auto; }
  .slide .bloc {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%; }
    .slide .bloc h1, .slide .bloc h2 {
      max-width: 1000px;
      padding: 20px;
      margin: 14vw auto 0;
      line-height: 1.1em;
      text-shadow: 5px 5px 5px black;
      color: #FFF;
      font-size: 2.2em; }

.trio {
  background: #E8E9ED;
  text-align: center; }

.trio > div {
  margin: auto;
  width: 100%;
  max-width: 1040px;
  padding: 20px 0; }
  .trio > div div {
    width: 25%;
    height: 120px;
    line-height: 180px;
    margin: 20px;
    display: inline-block;
    vertical-align: bottom; }
    .trio > div div:nth-child(1) {
      background-image: url(../img/icon_inscrire.png);
      background-repeat: no-repeat;
      background-size: 25%;
      background-position: 50% 5%; }
    .trio > div div:nth-child(2) {
      background-image: url(../img/icon_resultat.png);
      background-repeat: no-repeat;
      background-size: 25%;
      background-position: 50% 5%; }
    .trio > div div:nth-child(3) {
      background-image: url(../img/icon_equipe.png);
      background-repeat: no-repeat;
      background-size: 25%;
      background-position: 50% 5%; }

.moodboard {
  background: #456ac7; }

.moodboard > div {
  margin: auto;
  width: 100%;
  max-width: 1040px;
  height: 700px;
  display: flex;
  flex-wrap: wrap; }

.un {
  display: flex;
  flex-direction: column;
  width: 34%;
  height: 60%; }
  .un .photoun {
    width: 100%;
    height: 66%;
    background-color: #C7D210;
    background-image: url(../img/photo_rouraid/rouraid2016_1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .un .photoun div {
      width: 100%;
      height: 100%;
      background-color: #C7D210;
      background-image: url(../img/photo_rouraid/rouraid2016_1.jpg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
  .un .color {
    background: #79b530;
    width: 100%;
    height: 34%; }

.deux {
  width: 66%;
  height: 60%; }
  .deux iframe {
    width: 100%;
    height: 100%; }

.trois {
  display: flex;
  flex-direction: column;
  width: 34%;
  height: 40%; }
  .trois .lienphoto {
    background: #79b530;
    width: 100%;
    height: 50%; }
    .trois .lienphoto a {
      display: block;
      width: 100%;
      height: 100%;
      background-image: url(../img/icon_galerie_mono.png);
      background-repeat: no-repeat;
      background-size: 125px;
      background-position: 50% 0%; }
  .trois .color {
    background: #79b530;
    width: 100%;
    height: 50%; }
    .trois .color h2 {
      text-align: center;
      color: #FFF; }

.unbis {
  display: none; }

.quatre {
  width: 33%;
  height: 40%; }
  .quatre .photodeux {
    width: 100%;
    height: 100%;
    background-color: #C7D210;
    background-image: url(../img/photo_rouraid/rouraid2016_2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .quatre .photodeux div {
      width: 100%;
      height: 100%;
      background-color: #C7D210;
      background-image: url(../img/photo_rouraid/rouraid2016_2.jpg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }

.cinq {
  background: #799aed;
  width: 33%;
  height: 40%; }
  .cinq a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/icon_commentaire_mono.png);
    background-repeat: no-repeat;
    background-size: 125px;
    background-position: 50% 50%; }
    .cinq a h2 {
      text-align: center;
      width: 100%;
      color: #FFF;
      position: absolute;
      bottom: 40px; }

/***************************************************************/
/*                           aside                             */
/***************************************************************/
.resultats aside div:nth-child(2) > .triangle,
.equipes aside div:nth-child(3) > .triangle {
  border-color: transparent transparent transparent #E8E9ED;
  visibility: visible; }

aside > div:nth-child(1) {
  height: 250px;
  background: #456ac7;
  background-color: #C7D210;
  background-image: url(../img/img_aside.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  aside > div:nth-child(1) p {
    position: absolute;
    bottom: 1em;
    right: 7.5%;
    padding: 0.15em 0.5em;
    font-size: 1.2em;
    line-height: 1.4;
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    text-align: right; }
aside > div:nth-child(2) {
  height: 55px;
  background: #456ac7;
  background-image: url(../img/icon_equipe.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 5% 50%; }
aside > div:nth-child(3) {
  height: 55px;
  background: #79b530;
  background-image: url(../img/icon_resultat.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 5% 50%; }
aside > div:nth-child(4), aside > div:nth-child(5) {
  width: 100%;
  height: 250px;
  background-color: #C7D210;
  background-image: url(../img/photo_rouraid/rouraid2016_5.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  aside > div:nth-child(4) div, aside > div:nth-child(5) div {
    width: 100%;
    height: 100%;
    background-color: #C7D210;
    background-image: url(../img/photo_rouraid/rouraid2016_5.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
aside > div:nth-child(5) {
  background-color: #C7D210;
  background-image: url(../img/photo_rouraid/rouraid2016_6.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  aside > div:nth-child(5) div {
    background-color: #C7D210;
    background-image: url(../img/photo_rouraid/rouraid2016_6.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
aside > div img {
  min-width: 100%;
  height: auto; }
aside > div a {
  font-family: "Amatic SC", arial, sans-serif;
  font-size: 1.7em;
  display: inline-block;
  color: #FFF;
  margin: 10px;
  padding: 5px 15px 15px 60px; }
aside > div .triangle {
  visibility: hidden;
  display: inline-block;
  vertical-align: top;
  margin-top: 21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #C7D210;
  background: none; }
aside > div:hover > .triangle {
  visibility: visible; }

/***************************************************************/
/*                          contenu                            */
/***************************************************************/
/*********************   menu secondaire   *********************/
.sousmenu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .sousmenu ul li {
    width: 30%;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #799aed;
    text-align: center;
    line-height: 30px;
    font-weight: 400; }
    .sousmenu ul li:first-child {
      background: #79b530; }
    .sousmenu ul li a {
      display: inline-block;
      width: 100%;
      height: 100%;
      color: #FFF; }

.sousmenu a:hover {
  background: #79b530;
  color: #FFF; }

.menuepreuve ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .menuepreuve ul li {
    width: 65px;
    height: 65px;
    margin: 0px 5px;
    border-radius: 50%; }
    .menuepreuve ul li:nth-child(1) {
      background-image: url(../img/icon_cross.png);
      background-repeat: no-repeat;
      background-size: 80%;
      background-position: center; }
      .menuepreuve ul li:nth-child(1).ok {
        background: #456ac7;
        background-image: url(../img/icon2_cross.png);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center; }
    .menuepreuve ul li:nth-child(2) {
      background-image: url(../img/icon_co.png);
      background-repeat: no-repeat;
      background-size: 80%;
      background-position: center; }
      .menuepreuve ul li:nth-child(2).ok {
        background: #456ac7;
        background-image: url(../img/icon2_co.png);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center; }
    .menuepreuve ul li:nth-child(3) {
      background-image: url(../img/icon_parcours.png);
      background-repeat: no-repeat;
      background-size: 80%;
      background-position: center; }
      .menuepreuve ul li:nth-child(3).ok {
        background: #456ac7;
        background-image: url(../img/icon2_parcours.png);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center; }
    .menuepreuve ul li:nth-child(4) {
      background-image: url(../img/icon_tir.png);
      background-repeat: no-repeat;
      background-size: 80%;
      background-position: center; }
      .menuepreuve ul li:nth-child(4).ok {
        background: #456ac7;
        background-image: url(../img/icon2_tir.png);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center; }
    .menuepreuve ul li:nth-child(5) {
      background-image: url(../img/icon_quizz.png);
      background-repeat: no-repeat;
      background-size: 80%;
      background-position: center; }
      .menuepreuve ul li:nth-child(5).ok {
        background: #456ac7;
        background-image: url(../img/icon2_quizz.png);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center; }
    .menuepreuve ul li:nth-child(6) {
      background-image: url(../img/icon_vtt.png);
      background-repeat: no-repeat;
      background-size: 80%;
      background-position: center; }
      .menuepreuve ul li:nth-child(6).ok {
        background: #456ac7;
        background-image: url(../img/icon2_vtt.png);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center; }
    .menuepreuve ul li:hover {
      transform: rotate(360deg);
      -webkit-transition-duration: 1.4s;
      -ms-transition-duration: 1.4s;
      -moz-transition-duration: 1.4s;
      -o-transition-duration: 1.4s;
      transition-duration: 1.4s; }
    .menuepreuve ul li a {
      display: inline-block;
      width: 100%;
      height: 100%; }

.souspage {
  display: none; }

.souspage.actif {
  display: block; }

/***************************************************************/
/*                          programme                          */
/***************************************************************/
#programme h3 {
  margin: 0; }

#programme td {
  padding: 0.5em; }
  #programme td:first-child {
    width: 15%;
    border-right: 5px solid #E8E9ED; }

#programme tr:nth-child(odd) {
  border-top: 10px solid #E8E9ED;
  background: #456ac7;
  color: #FFF; }
  #programme tr:nth-child(odd) td:first-child {
    background: #3253a7; }

#programme tr:nth-child(even) td:nth-child(2) {
  background: #a6bcf3; }
  #programme tr:nth-child(even) td:nth-child(2) a {
    display: inline-block;
    background: #799aed;
    padding: 0.25em 0.5em;
    float: right;
    font-weight: 400;
    color: #FFF; }
    #programme tr:nth-child(even) td:nth-child(2) a:hover {
      background: #79b530; }

#plan iframe {
  width: 80%;
  height: 400px;
  border: 2px solid #FFF; }

/***************************************************************/
/*                         epreuves                           */
/***************************************************************/
.epreuves .texte img {
  margin: 20px 0;
  text-align: center;
  width: 300px;
  border-radius: 10px; }

/***************************************************************/
/*                   Formulaire contact                        */
/***************************************************************/
.infos #contact .texte a {
  font-weight: 400; }
  .infos #contact .texte a:hover {
    color: #456ac7; }
.infos #contact .fiche > div {
  padding-top: 5%; }
  .infos #contact .fiche > div div {
    margin: 5px; }
.infos #contact .erreur {
  top: 2px;
  left: 0.5em; }

/***************************************************************/
/*                     connexion membre                        */
/***************************************************************/
.connexion_mbr section {
  text-align: center; }
  .connexion_mbr section .membre, .connexion_mbr section .creation {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    height: 430px;
    margin: 55px 2.5%;
    text-align: left; }
    .connexion_mbr section .membre h2, .connexion_mbr section .creation h2 {
      padding: 5%; }
    .connexion_mbr section .membre label, .connexion_mbr section .creation label {
      width: 100%;
      margin: 0;
      padding: 0;
      font-size: 1em;
      font-weight: 300; }
    .connexion_mbr section .membre input[type="text"],
    .connexion_mbr section .membre input[type="password"], .connexion_mbr section .creation input[type="text"],
    .connexion_mbr section .creation input[type="password"] {
      clear: both;
      width: 95%;
      margin: 0;
      margin-top: 5px;
      margin-bottom: 10px;
      padding: 2.5%; }
    .connexion_mbr section .membre .bouton, .connexion_mbr section .creation .bouton {
      position: absolute;
      bottom: 5%;
      right: 5%;
      width: 90%; }
  .connexion_mbr section .erreur {
    top: 60px;
    z-index: 100;
    font-size: 0.9em; }
  .connexion_mbr section .errorjs {
    margin-bottom: -3em; }

/***************************************************************/
/*                       commentaires                          */
/***************************************************************/
.commentaire .texte {
  margin-top: 20px;
  width: 100%; }
  .commentaire .texte p {
    font-weight: 400; }
  .commentaire .texte .bulle {
    border-radius: 10px; }
    .commentaire .texte .bulle p {
      padding: 1em; }
  .commentaire .texte span {
    font-weight: 300;
    font-style: italic; }

.testimonial {
  margin-bottom: -20px;
  width: 60%; }
  .testimonial .bulle {
    width: 100%; }

.testimonial {
  margin-right: 40%; }
  .testimonial .legende {
    text-align: left; }
  .testimonial .bulle {
    background: #799aed; }
  .testimonial .flechebulle {
    float: left;
    margin-left: 50px;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 5px 0 20px;
    border-color: #799aed transparent transparent transparent; }

.testimonial:nth-child(2n+1) {
  margin-left: 40%; }
  .testimonial:nth-child(2n+1) .legende {
    text-align: right; }
  .testimonial:nth-child(2n+1) .bulle {
    background: #79b530; }
  .testimonial:nth-child(2n+1) .flechebulle {
    float: right;
    margin-right: 50px;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 20px 0 5px;
    border-color: #79b530 transparent transparent transparent; }

.testimonial:nth-child(3n+1) .bulle {
  background: #C7D210; }
.testimonial:nth-child(3n+1) .flechebulle {
  border-color: #C7D210 transparent transparent transparent; }

.testimonial:nth-child(4n+1) .bulle {
  background: #EB9414; }
.testimonial:nth-child(4n+1) .flechebulle {
  border-color: #EB9414 transparent transparent transparent; }

.avis {
  margin-top: 60px; }
  .avis h3 {
    margin-top: 20px;
    margin-right: 20px;
    float: left; }
  .avis .petit {
    position: relative;
    bottom: 0.6em;
    width: auto; }
  .avis form {
    margin-top: -5%; }
    .avis form textarea {
      height: 100px; }

/***************************************************************/
/*                     feedback commande                       */
/***************************************************************/
.commande ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .commande ul li {
    width: 6em;
    height: 0;
    text-align: center;
    border-top: 0.8em solid #FFF;
    border-bottom: 0.8em solid #FFF;
    border-left: 0.8em solid grey;
    border-right: 0.8em solid #FFF;
    color: #000;
    font-weight: 300; }
    .commande ul li p {
      margin-top: -0.5em; }

.inscription .commande li:nth-child(1),
.repas .commande li:nth-child(2),
.recapitulatif .commande li:nth-child(3) {
  border-top: 0.8em solid grey;
  border-bottom: 0.8em solid grey;
  border-left: 0.8em solid grey;
  border-right: 0.8em solid  grey;
  color: #FFF;
  font-weight: 400; }

/***************************************************************/
/*                        inscription                          */
/***************************************************************/
.inscription .pourrepas {
  text-align: center;
  margin-top: 40px; }
  .inscription .pourrepas a {
    width: 50%; }
  .inscription .pourrepas p {
    margin-top: 30px;
    text-align: center; }

input#nb_repas {
  margin-top: 20px; }

label[for='nb_repas'].cache,
input#nb_repas.cache {
  visibility: hidden; }

input#pas_repas {
  margin-bottom: 20px; }

.inscription .erreur {
  top: 110px; }
  .inscription .erreur p {
    display: inline; }

.close .bouton {
  position: static;
  width: 100%; }

/***************************************************************/
/*                      recapitulatif                          */
/***************************************************************/
.recapitulatif .panier table {
  float: right;
  width: 30%;
  background: #E8E9ED;
  text-align: left; }
  .recapitulatif .panier table th, .recapitulatif .panier table td {
    padding: 10px;
    border-top: 1px solid #FFF;
    border: 1px solid black; }
  .recapitulatif .panier table td {
    text-align: right; }
  .recapitulatif .panier table tr:first-child {
    background: #456ac7;
    color: #FFF;
    font-weight: 400; }
    .recapitulatif .panier table tr:first-child > td {
      font-size: 2em;
      font-weight: 400; }
.recapitulatif .recap .equipe strong {
  font-weight: 400; }
.recapitulatif .recap .equipe > li > strong {
  background: #456ac7;
  color: #FFF;
  padding: 0 0.5em; }
.recapitulatif .recap .equipe > li > ul > li {
  margin-top: 0.5em; }
  .recapitulatif .recap .equipe > li > ul > li:first-child {
    margin-top: 1em; }
.recapitulatif .recap .equipe img[src*="poubelle"] {
  margin-left: 20px;
  margin-top: 20px;
  vertical-align: bottom;
  width: 22px;
  height: 22px; }
.recapitulatif .repas {
  margin-top: 40px;
  margin-bottom: 100px; }
.recapitulatif .repas > * {
  font-weight: 400;
  display: inline;
  vertical-align: bottom; }
  .recapitulatif .repas > * td {
    border: 1px solid #000;
    width: 15px;
    text-align: center; }
.recapitulatif form label {
  width: 90%; }
.recapitulatif form a {
  text-decoration: underline;
  font-style: italic; }

.condition_cache {
  display: none; }

/***************************************************************/
/*                 confirmation de paiement                    */
/***************************************************************/
.confirm_paiement div.fiche {
  text-align: center;
  box-shadow: 0px 0px 10px darkgrey; }
  .confirm_paiement div.fiche table, .confirm_paiement div.fiche p {
    text-align: left; }
  .confirm_paiement div.fiche table {
    display: inline-block;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    padding: 1em;
    margin-bottom: 1em; }
  .confirm_paiement div.fiche div div {
    background: #E8E9ED;
    padding: 20px; }
  .confirm_paiement div.fiche h3, .confirm_paiement div.fiche h4,
  .confirm_paiement div.fiche li:first-child {
    margin-bottom: 20px; }
  .confirm_paiement div.fiche strong {
    font-weight: 400; }
  .confirm_paiement div.fiche a {
    display: inline-block;
    width: 50%;
    text-align: center; }

/***************************************************************/
/*                          mon compte                         */
/***************************************************************/
.moncompte .fiche .cpt,
.moncompte .fiche .cpt ul {
  margin-bottom: 20px; }
  .moncompte .fiche .cpt strong,
  .moncompte .fiche .cpt ul strong {
    font-weight: 400; }

.moncompte .fiche .cpt h4 {
  margin-bottom: 10px; }

/***************************************************************/
/*                    liste des equipes                        */
/***************************************************************/
.equipes table {
  border-spacing: 3px;
  border-collapse: separate;
  background: #FFF;
  width: 100%;
  text-align: left;
  font-weight: 400; }
  .equipes table tr:first-child th {
    padding: 1%;
    color: #FFF;
    background: #456ac7;
    position: relative; }
    .equipes table tr:first-child th a {
      position: absolute;
      right: 10px;
      bottom: 8px;
      color: #FFF;
      font-weight: 300;
      font-size: 0.8em; }
  .equipes table tr:first-child th:first-child {
    background: #FFF; }
  .equipes table th:first-child {
    text-align: center;
    width: 6%; }
  .equipes table td {
    width: 21%;
    padding: 1%;
    background: #e9effc; }
  .equipes table tr.pitchoun th {
    background: #799aed;
    color: #FFF; }
  .equipes table tr.poussin th {
    background: #79b530;
    color: #FFF; }
  .equipes table tr.benjamin th {
    background: #EB9414;
    color: #FFF; }
  .equipes table tr.college th {
    background: #E24D26;
    color: #FFF; }

/***************************************************************/
/*                       resultats                             */
/***************************************************************/
.resultats table {
  border-spacing: 3px;
  border-collapse: separate;
  background: #FFF;
  width: 100%;
  min-width: 550px;
  text-align: left;
  font-weight: 300;
  margin-top: 10px; }
  .resultats table th {
    padding: 1%;
    padding-bottom: 20px;
    color: #FFF;
    background: #456ac7;
    position: relative;
    writing-mode: vertical-rl;
    text-orientation: sideways; }
    .resultats table th a {
      position: absolute;
      right: 10px;
      bottom: 8px;
      color: #FFF;
      font-weight: 300;
      font-size: 0.8em; }
  .resultats table td:first-child,
  .resultats table td:nth-child(5),
  .resultats table td:nth-child(6),
  .resultats table td:nth-child(7),
  .resultats table td:nth-child(8),
  .resultats table td:nth-child(9),
  .resultats table td:nth-child(10),
  .resultats table td:nth-child(11),
  .resultats table td:nth-child(12) {
    width: 5%; }
  .resultats table td:nth-child(2),
  .resultats table td:nth-child(3),
  .resultats table td:nth-child(4) {
    width: 15%; }
  .resultats table td:first-child {
    text-align: center; }
  .resultats table td {
    padding: 1%;
    background: #e9effc; }
  .resultats table tr.pitchoun td:first-child {
    background: #799aed;
    color: #FFF; }
  .resultats table tr.poussin td:first-child {
    background: #79b530;
    color: #FFF; }
  .resultats table tr.benjamin td:first-child {
    background: #EB9414;
    color: #FFF; }
  .resultats table tr.college td:first-child {
    background: #E24D26;
    color: #FFF; }
.resultats input {
  border: none;
  padding: 0.5em;
  width: 50px;
  border: 2px solid #799aed; }
  .resultats input[type="submit"] {
    background: #799aed;
    color: #FFF;
    width: 25px;
    padding: 0.4em;
    border: 2px solid #799aed; }

/***************************************************************/
/*                      Galerie d'images                       */
/***************************************************************/
#galerie li {
  list-style-type: none; }

#galerie .annee {
  margin-bottom: 20px; }
  #galerie .annee > ul {
    text-align: center; }
    #galerie .annee > ul li {
      display: inline-block;
      margin: 0 0.25em; }
      #galerie .annee > ul li a {
        padding: 0 0.25em;
        color: #456ac7;
        font-weight: 400; }
      #galerie .annee > ul li.actif a {
        background: #456ac7;
        color: #FFF;
        font-size: 1.2em; }
#galerie .album ul {
  margin: auto;
  text-align: center; }
  #galerie .album ul li li {
    cursor: zoom-in;
    display: inline-block;
    width: 32%;
    text-indent: 0;
    margin-right: 1%;
    margin-bottom: 1%; }
    #galerie .album ul li li img {
      width: 100%; }

.album > ul > li {
  display: none; }
  .album > ul > li:first-child {
    display: block; }

.album #zoom {
  position: fixed;
  top: 20vh;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  text-align: right;
  z-index: 10;
  display: none;
  box-shadow: 0px 0px 8px solid black;
  background: #FFF;
  padding: 5px 10px;
  cursor: default; }
  .album #zoom img {
    width: 100%; }
  .album #zoom p {
    font-size: 1.5em; }

/***************************************************************/
/*                            footer                           */
/***************************************************************/
#partenaire {
  text-align: center; }
  #partenaire div {
    margin: auto;
    background: #FFF; }
    #partenaire div img {
      width: 11%;
      max-width: 115px; }
      #partenaire div img:first-child {
        padding-left: 2%; }
      #partenaire div img:last-child {
        padding-right: 2%; }
    #partenaire div h2 {
      padding-top: 20px; }

#enpied {
  background: #799aed;
  padding: 20px; }
  #enpied div {
    margin: auto;
    max-width: 1040px; }
    #enpied div div {
      display: inline-block;
      vertical-align: top;
      width: 30%;
      line-height: 1.5; }
      #enpied div div:last-child {
        margin-right: 20px;
        text-align: right; }
        #enpied div div:last-child div {
          display: inline-block;
          vertical-align: middle; }
      #enpied div div li, #enpied div div address {
        color: #FFF;
        font-size: 0.8em; }
        #enpied div div li a, #enpied div div address a {
          color: #FFF; }
      #enpied div div img {
        height: 50px;
        width: 50px;
        margin-right: 20px; }

/***************************************************************/
/*                        Plan du site                         */
/***************************************************************/
.plansite li {
  margin-left: 1em; }

/***************************************************************/
/*                          animation                          */
/***************************************************************/
@media screen and (min-width: 680px) {
  .animated {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

  .bis {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

  .ter {
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

  #histoire > h2 ~ h2 {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s; }

  #histoire > h2 ~ h2 ~ h2 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }

  .testimonial,
  .testimonial:nth-child(3n+1) {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s; }

  .testimonial:nth-child(2n+1),
  .testimonial:nth-child(4n+1) {
    -webkit-animation-duration: 1s;
    animation-duration: 1s; } }
/***********************  icone epreuve : rubberBand ************************/
/*********************  titre epreuve : bounceInRight ***********************/
/**********************  bulle testimonial :bounceIn  ***********************/
/**********************  trio icone accueil :bounceIn  **********************/
/**********************  texte slider : bounceInLeft ************************/
/****************************  h2 :bounceInLeft *****************************/
/************************  resultat perso : flipInX *************************/
/************************  connexion mbr : flipInY **************************/
/***************************************************************/
/*                          responsive                         */
/***************************************************************/
@media screen and (max-width: 1024px) {
  h1, h2 {
    font-size: 1.8em; }

  .trio > div div {
    height: 90px;
    line-height: 170px;
    margin-top: 10px; }
    .trio > div div:nth-child(1) {
      background-image: url(../img/icon_inscrire.png);
      background-repeat: no-repeat;
      background-size: 27.5%;
      background-position: 50% 0%; }
    .trio > div div:nth-child(2) {
      background-image: url(../img/icon_resultat.png);
      background-repeat: no-repeat;
      background-size: 27.5%;
      background-position: 50% 0%; }
    .trio > div div:nth-child(3) {
      background-image: url(../img/icon_equipe.png);
      background-repeat: no-repeat;
      background-size: 27.5%;
      background-position: 50% 0%; }

  .moodboard > div {
    height: 600px; }
    .moodboard > div .trois .lienphoto a {
      background-image: url(../img/icon_galerie_mono.png);
      background-repeat: no-repeat;
      background-size: 100px;
      background-position: 50% 0%; }
    .moodboard > div .cinq a {
      background-image: url(../img/icon_commentaire_mono.png);
      background-repeat: no-repeat;
      background-size: 100px;
      background-position: 50% 50%; }

  aside > div a {
    padding-left: 35px; }

  #galerie .album ul li li {
    width: 45%;
    margin-right: 2.5%;
    margin-bottom: 2.5%; }

  .commande ul li {
    width: 5em; }

  .fiche form input[type="text"],
  .fiche form input[type="password"],
  .fiche form input[type="number"] {
    width: 65%; }

  .recapitulatif .fiche .recap .equipe {
    width: 50%; }

  .recapitulatif .fiche .panier table {
    width: 40%; } }
/****************************************************/
@media screen and (max-width: 860px) {
  aside {
    width: 25%; }
    aside > div:nth-child(1) p {
      display: none; }
    aside > div:nth-child(2) {
      height: 55px;
      background: #456ac7;
      background-image: url(../img/icon_equipe.png);
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: 4% 50%;
      font-size: 1em; }
      aside > div:nth-child(2) a {
        font-size: 1.3em;
        padding: 7px 0px 0px 18px; }
    aside > div:nth-child(3) {
      height: 55px;
      background: #79b530;
      background-image: url(../img/icon_resultat.png);
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: 5% 50%; }
      aside > div:nth-child(3) a {
        font-size: 1.3em;
        padding: 7px 0px 0px 18px; }

  .content .agauche {
    width: 70%; }

  .resultats .content {
    overflow: auto; } }
/****************************************************/
@media screen and (max-width: 680px) {
  aside {
    display: none; }

  .content .agauche {
    width: 100%; }

  h1, h2 {
    font-size: 1.7em; }

  .bloc {
    display: none; }

  .trio > div div {
    width: 50%;
    height: 100px;
    line-height: 5;
    margin-bottom: 20px; }
    .trio > div div:nth-child(1) {
      background-image: url(../img/icon_inscrire.png);
      background-repeat: no-repeat;
      background-size: 50px;
      background-position: 50% 0%; }
    .trio > div div:nth-child(2) {
      background-image: url(../img/icon_resultat.png);
      background-repeat: no-repeat;
      background-size: 50px;
      background-position: 50% 0%; }
    .trio > div div:nth-child(3) {
      background-image: url(../img/icon_equipe.png);
      background-repeat: no-repeat;
      background-size: 50px;
      background-position: 50% 0%; }

  .moodboard > div {
    width: 80%; }
    .moodboard > div .un {
      display: none; }
    .moodboard > div .deux {
      width: 100%;
      height: 40%; }
      .moodboard > div .deux iframe {
        width: 100%;
        height: 100%; }
    .moodboard > div .trois {
      width: 50%;
      height: 30%; }
      .moodboard > div .trois .lienphoto {
        height: 100%; }
        .moodboard > div .trois .lienphoto a {
          background-image: url(../img/icon_galerie_mono.png);
          background-repeat: no-repeat;
          background-size: 70px;
          background-position: 50% 50%; }
      .moodboard > div .trois .color {
        display: none; }
    .moodboard > div .unbis {
      display: flex;
      flex-direction: column;
      width: 50%;
      height: 30%; }
      .moodboard > div .unbis .photoun {
        width: 100%;
        height: 100%;
        background-color: #C7D210;
        background-image: url(../img/photo_rouraid/rouraid2016_1.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
        .moodboard > div .unbis .photoun div {
          width: 100%;
          height: 100%;
          background-color: #C7D210;
          background-image: url(../img/photo_rouraid/rouraid2016_1.jpg);
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat; }
    .moodboard > div .quatre {
      width: 50%;
      height: 30%; }
    .moodboard > div .cinq {
      width: 50%;
      height: 30%; }
      .moodboard > div .cinq a {
        background-image: url(../img/icon_commentaire_mono.png);
        background-repeat: no-repeat;
        background-size: 70px;
        background-position: 50% 50%; }
        .moodboard > div .cinq a h2 {
          display: none; }

  #entete {
    position: relative; }
    #entete #langue {
      display: none; }
    #entete h1, #entete h2 {
      width: 50%;
      min-width: 260px; }
      #entete h1 img, #entete h2 img {
        width: 100%; }
    #entete h3 {
      position: static;
      text-align: right;
      font-size: 1.5em;
      font-weight: 300; }
      #entete h3 span {
        font-weight: 400; }
    #entete button.mbr {
      display: none; }

  .sousmenu ul {
    display: block;
    margin: auto;
    text-align: center; }
    .sousmenu ul li {
      margin: 5px auto;
      text-align: center;
      padding: 0.25em;
      width: 50%; }

  .menuepreuve ul li {
    margin: 5px 10px; }

  #partenaire div img {
    width: 30%;
    max-width: 80px;
    margin: 0 10px; }

  .testimonial {
    margin-bottom: 10px; }

  .fiche form input[type="text"],
  .fiche form input[type="password"],
  .fiche form input[type="number"] {
    width: 95%;
    float: left; }

  h2 {
    text-align: center; }

  .fiche .fieldset {
    margin: 0; }

  input#pas_repas {
    margin-bottom: 20px; }

  .bouton[name="annulerinscription"] {
    width: 45%; }

  .bouton[name="repas"],
  .bouton[name="repas_seul"],
  .bouton[name="validerinscription"] {
    width: 45%; }

  .recapitulatif .fiche .panier table {
    width: 100%;
    margin-bottom: 40px; }

  .recapitulatif .fiche .recap .equipe {
    width: 100%; }

  .recapitulatif .fiche .repas {
    width: 100%;
    margin-bottom: 40px; }

  .connexion_mbr section {
    text-align: center;
    margin-left: 20%; }
    .connexion_mbr section .membre, .connexion_mbr section .creation {
      display: block;
      width: 60%;
      padding-bottom: 50px; }
    .connexion_mbr section .membre {
      height: auto; }
    .connexion_mbr section .bouton {
      position: static; }

  #enpied div div {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
    #enpied div div:last-child {
      margin-right: 0;
      text-align: center; }
      #enpied div div:last-child div {
        width: 100%;
        margin-bottom: 0; }
    #enpied div div img {
      margin-right: 0; }

  header a[href="?page=moncompte"] {
    display: none; }

  footer a[href="?page=moncompte"] {
    display: inline; } }
@media screen and (max-width: 500px) {
  .sousmenu ul li {
    width: 80%; }

  .connexion_mbr section {
    margin-left: 5%; }
    .connexion_mbr section .membre, .connexion_mbr section .creation {
      width: 90%; }

  .album #zoom {
    width: 270px;
    margin-left: -135px; } }

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