@charset "UTF-8";
/*
Theme Name: ReadyToRumble
Author: Les Pirates
Version: 1.0
Description: Theme Squelette
*/
/* 

*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Lato', sans-serif;
 }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: 'Lato', sans-serif;
 }

textarea
{
  font-family: 'Lato', sans-serif;

}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

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

a, button, textarea, input
{
  outline:none!important;
}

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

.italic {
  font-style: italic; }

.left, .alignleft {
  float: left; }

.alignleft {
  margin-right: 15px; }

.right, .alignright {
  float: right; }

.alignright {
  margin-left: 15px; }

.alignnone {
  margin-bottom: 20px;
  display: block; }

.aligncenter {
  margin: 0 auto;
  display: block; }

.clear {
  clear: both; }


.centrer,
.container {
  width: 960px;
  margin: 0 auto; }

.desktop,
.show-block {
  display: block; }

.mobile,
.hide-block {
  display: none; }

.show {
  opacity: 1;
  filter: alpha(opacity=100); }

.hide {
  opacity: 0;
  filter: alpha(opacity=0); }

body {
  background: #FFF;
  font-family: Arial, Helvetica;
  font-weight: 400;
  font-size: 13px; }

p {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 1.4em; }

a{
  text-decoration: none;
  
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

a:hover {
  text-decoration: none;
   }

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

#main {
  clear: both; }

#access
{
  clear: both;
}
#access > div > ul > li
{
  float: left;
  position: relative;
  height: 20px;
}
#access > div > ul > li > a
{
  display: block;
}
#access > div > ul > li > a:hover
{
  background: #CCC;
}
#access > div > ul > li > ul
{
  background: #CCC;
  display: none;
  position: absolute;
  top:20px;
  left:0;
}
#access > div > ul > li:hover > ul
{
  display: block;
}
#access > div > ul > li > ul > li
{

}
#access > div > ul > li > ul > li > a
{
  
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.centrer
{
  overflow: hidden;
}

.col
{
  float: left;
  padding: 0 10px;
  min-height: 1px;
}

.col-right
{
  float: right;
}

.col-1
{
  width: 60px;
}

.col-2
{
  width: 140px;
}

.col-3
{
  width: 220px;
}

.col-4
{
  width: 300px;
}

.col-5
{
  width: 380px;
}

.col-6
{
  width: 460px;
}

.col-7
{
  width: 540px;
}

.col-8
{
  width: 620px;
}

.col-9
{
  width: 700px;
}

.col-10
{
  width: 780px;
}

.col-11
{
  width: 860px;
}

.col-12
{
  width: 940px;
}

.bloc-texte
{
  background-position: center;
  background-repeat: no-repeat;
}

.bloc-texte ul,
.bloc-texte-image ul,
.bloc-texte ol,
.bloc-texte-image ol
{
  list-style: disc;
}

.bloc-texte ul li,
.bloc-texte-image ul li
.bloc-texte ol li,
.bloc-texte-image ol li
{
  margin-left: 20px;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 1.4em;
}

.bloc-texte,
.bloc-texte-image,
.bloc-pictos,
.bloc-chiffres,
.bloc-mosaique
{
  position: relative;
  padding: 40px 0;
}

.bloc-texte-image .image-semi-full
{
  height: 100%;
  width: 50%;
  position: absolute;
  left:0;
  background-repeat: no-repeat;
  background-position: right center;
  top:50%;
  transform: translateY(-50%);
}

.bloc-texte-image .col-right .image-semi-full
{
  left: auto;
  background-position: left center;
  right: 0;
}

.bloc-texte-image .image-small
{
  height: 100%;
  width: 380px;
  position: absolute;
  right:50%;
  background-repeat: no-repeat;
  background-position: center;
  top:50%;
  transform: translateY(-50%);
}

.bloc-texte-image .col-right .image-small
{
  right: auto;
  left: 50%;
}

h1
{
  font-size: 48px;
  line-height: 52px;
  font-weight: 900;
  padding-bottom: 1em;
  text-transform: uppercase;
}

h2
{
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  padding-bottom: 1.2em;
}

h3
{
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  padding-bottom: 1.2em;
}

h4
{
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  padding-bottom: 1.2em;
}

h5
{
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  padding-bottom: 1.2em;
}

.bouton
{
  height: 50px;
  line-height: 50px;
  background: #4468BB;
  padding: 0 30px;
  text-align: center;
  font-size: 16px;
  color:#fff;
  display: inline-block;
  cursor: pointer;
}

.bouton:hover
{
  background: #3458AB;
}


.liste-picto,
.liste-chiffre
{
  text-align: center;
}


.liste-picto-2
{
  text-align: left; 
}



.picto
{
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
}

.liste-picto-2 .picto
{
  float: left;
}

.liste-picto-2 .texte
{
  float: left;
  padding-left: 20px;
  width: 340px;
}

.picto-chiffre
{
  text-align: center;
  line-height: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}


.bloc-slideshow
{

}

.slideshow .col-12
{
  height: 400px;
  position: relative;
}

.slideshow .col-6
{
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.slideshow .contenu
{
  position: absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%);
}

.slideshow .slick-arrow,
.caroussel .slick-arrow,
.liste-pictos-slideshow .slick-arrow,
.liste-mosaique-slideshow .slick-arrow
{
  position: absolute;
  height: 25px;
  width: 12px;
  text-indent: -10000px;
  background: none;
  top:50%;
  transform: translateY(-50%); 
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  border:none;
  cursor: pointer;
}

.slideshow .slick-prev,
.caroussel .slick-prev,
.liste-pictos-slideshow .slick-prev,
.liste-mosaique-slideshow .slick-prev
{
  left: 0px;
  background-image: url('images/fleche-left.svg');
}

.slideshow .slick-next,
.caroussel .slick-next,
.liste-pictos-slideshow .slick-next,
.liste-mosaique-slideshow .slick-next
{
  right: 0px;
  background-image: url('images/fleche-right.svg');
}

blockquote
{
  padding: 0 40px;
}

blockquote p
{
 
}

blockquote::after,
blockquote::before
{
  
}

.caroussel .slick-slide
{
  width: 33.33vw;
  height: 33.33vw;
}

@media (max-width: 1024px)
{
  .caroussel .slick-slide
  {
    width: 50vw;
    height: 50vw;
  }
}

@media (max-width: 600px)
{
  .caroussel .slick-slide
  {
    width: 100vw;
    height: 100vw;
  }
}

.caroussel .slick-slide .contenu
{
  padding: 40px;
}

.bloc-partenaires
{
  margin-top: -80px;
  z-index: 99;
  position: relative;
  padding:40px 0;
  text-align: center;
}

.bloc-partenaires img
{
  display: inline-block;
  padding:0 30px;
  padding-bottom: 30px;
}

.metas
{
  display: none;
}

.display-inline-block
{
  display: inline-block;
}

.display-inline
{
  display: inline;
}

.display-block
{
  display: block;
}

.liste-mosaique
{
  overflow: hidden;
  text-align: center;
}

.liste-mosaique .detail-mosaique
{
  float: left;
  width:  25vw;
  height: 25vw;
  position: relative;
}




@media (max-width: 1500px)
{
  .liste-mosaique .detail-mosaique
  {
    width: 33.33vw;
    height: 33.33vw;
  }
}

@media (max-width: 1024px)
{
  .liste-mosaique .detail-mosaique
  {
    width: 50vw;
    height: 50vw;
  }
}

@media (max-width: 600px)
{
  .liste-mosaique .detail-mosaique
  {
    width: 100vw;
    height: 100vw;
  }
}

.liste-mosaique-slideshow h2
{
  font-size: 16px;
  padding-bottom: 0;
  color:#fff;
}

.content-blanc .liste-mosaique-slideshow h2
{
  color:#fff;
}

.liste-mosaique-slideshow .detail-mosaique
{
  width: 250px;
  height: 250px;
  margin: 0 35px;
}

.content-blanc .liste-mosaique-slideshow .detail-mosaique
{
  background: #0F3772;
}

.liste-mosaique .detail-mosaique img
{
  z-index: 1;
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.liste-mosaique .detail-mosaique:hover img
{
  opacity: .1;
}

.liste-mosaique .detail-mosaique .contenu
{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 80%;
}

.liste-mosaique .detail-mosaique .contenu .texte
{
  
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

  display: none;
}


.liste-mosaique .detail-mosaique:hover .contenu .texte
{
  display: block;
}





.formulaire-contact .input-bloc
{
  position: relative;
  height: 50px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}

.formulaire-contact .input-bloc input[type="text"]
{
  position: absolute;
 
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  border:none;
  padding: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  z-index: 9999;
  background: none;
  border-bottom:1px solid #fff;
  font-style: normal;
  font-weight: bold;

}

.formulaire-contact .input-bloc label
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
  transition: 0.2s;
  z-index: 9;
  text-align: left;
  font-size: 16px;
  color:#fff;
  font-style: italic;
}
.formulaire-contact .input-bloc input[type="text"]:focus + label
{
  bottom:25px;
  /*font-size: 16px;*/
}


.formulaire-contact .input-bloc input[type="text"].not-empty + label {
  bottom:25px;
  /*font-size: 16px;*/
}

.formulaire-contact .select-bloc select
{
  display: none;
}

.formulaire-contact .select-bloc .selecteur
{
  position: relative;
}

.formulaire-contact .select-bloc .liste-val
{
  display: none;
  background: #3667AF;
  color:#fff;
  position: absolute;
  top:25px;
  width: 100%;
  z-index: 99999;
}


.formulaire-contact .select-bloc .liste-val .val
{
  border-bottom: 1px solid #fff;
  line-height: 25px;
  padding: 0 10px;
  height: 25px;
  font-style: italic;
}

.formulaire-contact .select-bloc .liste-val .val:hover
{
  cursor: pointer;
  background: #26579F;

}

.formulaire-contact .select-bloc .liste-val.active
{
  display: block;
}

.formulaire-contact .select-bloc .affichage-selecteur
{
  font-style: italic;
  border-bottom: 1px solid #fff;
  height: 25px;
  padding-top: 25px;
  line-height: 25px;
  color:#fff;
  cursor: pointer;
}



.formulaire-contact .textarea-bloc
{
  position: relative;
  height: 215px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}

.formulaire-contact .textarea-bloc textarea
{
  position: absolute;
 
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  border:none;
  padding: 10px;
  bottom: 0;
  left: 0;
  display: block;
  height: 160px;
  z-index: 9999;
  background: none;
  border:1px solid #fff;
  font-style: normal;
  font-weight: bold;
  width: 918px;
}

.formulaire-contact .textarea-bloc label
{
  position: absolute;
  bottom: 155px;
  left: 10px;
  width: 100%;
  height: 25px;
  line-height: 25px;
  transition: 0.2s;
  z-index: 9;
  text-align: left;
  font-size: 16px;
  color:#fff;
  font-style: italic;
}
.formulaire-contact .textarea-bloc textarea:focus + label
{
  bottom:190px;
  left: 0px;
  /*font-size: 16px;*/
}


.formulaire-contact .textarea-bloc textarea.not-empty + label {
  bottom:190px;
  left: 0px;
  /*font-size: 16px;*/
}


.erreur-js > div
{
  position: fixed;
  line-height: 30px;
  height: 30px;
  font-size: 20px;
  text-transform: uppercase;
  background: #9d3030;
  color:#fff;
  padding: 20px;
  z-index: 99000002;
  text-align: center;
  width: 100%;
  left: 0;
  bottom:-70px;
  -moz-transition: .5s all ease-in-out;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.erreur-js > div.active
{
  bottom:0;
}

.formulaire-contact .envoyer
{
  margin-top: 40px;
}

#back_to_top
{
  width: 20px;
  height: 10px;
  background: url('images/top.svg') no-repeat center center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-indent: -10000px;
  cursor: pointer;
  z-index: 999999;
}

#site-generator
{
  overflow: hidden;
  padding: 10px 0;
}

#site-generator a
{
  color:#fff;
}



























/*************************************************************
************************** MOBILE ****************************
*************************************************************/






@media (max-width: 1024px)
{

  .centrer, .container
  {
    width: 660px;
  }

    
  .col-1
  {
    width: 200px;
  }

  .col-2
  {
    width: 200px;
  }

  .col-3
  {
    width: 200px;
  }

  .col-4
  {
    width: 200px;
  }

  .col-5
  {
    width: 300px;
  }

  .col-6
  {
    width: 300px;
  }

  .col-7
  {
    width: 300px;
  }

  .col-8
  {
    width: 400px;
  }

  .col-9
  {
    width: 400px;
  }

  .col-10
  {
    width: 400px;
  }

  .col-11
  {
    width: 400px;
  }

  .col-12
  {
    width: 620px;
  }

  
  .liste-picto-2 .texte
  {
    width: 200px;
  }

  .liste-mosaique-slideshow .detail-mosaique
  {
    height: 190px;
    margin: 0 15px;
  }


}



@media (max-width: 620px)
{

  .centrer, .container
  {
    width: 280px;
  }

    
  .col
  {
    width: auto;
    padding: 0;
    float: none;
  }

  .bloc-texte-image .image-semi-full
  {
    transform: none;
    width: 100%;
    height: 280px;
    background-size: auto 100%;
    top:0;
  }

  .bloc-texte-image-full
  {
    padding-top: 300px;
  }

  .liste-pictos-slideshow .slick-arrow
  {
    top:25%;
  }

  .bloc-texte-map .image-semi-full
  {
    display: none;
  }

  .bloc-texte-image .col-right .image-small
  {
    background-size: auto 100%;
    height: 280px;
    left: 0;
    position: static;
    transform: none;
    width: 100%;
  }

  .bloc-texte
  {
    background-image: none!important;
  }

  .bloc-texte-image-full .col-6
  {
    height: 280px;
  }


}

