@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);
[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  /*background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);*/

}

.glyp
{
 text-align: center;
}

h5 {
margin-top:100%;
text-align:left;
font-family:'Lato', 'sans-serif';

}

p {
  font-family:'Lato', 'sans-serif';
}
/* BANDEAU INFORMATIONS IMAGES */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay {
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 4.75em;
  background:white;
  color:gray;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.hovereffect:hover img {
  -webkit-transform: translate3d(0,-10%,0);
  transform: translate3d(0,-10%,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: gray;
  text-align: center;
  position: relative;
  font-size: 12px;
  padding: 10px;
  margin: 0px;
  display: inline-block;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}
.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}


.hovereffect p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
}

.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus {
  color: #252d31;
}

.hovereffect h2,
.hovereffect p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
}

.hovereffect p.icon-links a span:before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.hovereffect:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hovereffect:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.hovereffect:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* FIN -- BANDEAU INFORMATIONS IMAGES-- */

/* BANDEAU INFORMATIONS IMAGES-- */


.title {
  background-color: black;
}

#sect {
  text-decoration:none;
}
.fond {
  background-color:white;
  max-width:100%;
  max-height:400%;
  display: block;
  padding-bottom: 300px;
}

body, html{
  background-color:#fff;
  margin: 0px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}




.botas_loop_3,.botas_loop_2{
  display:none
}

.container-fluid {
  padding-left:0;
  padding-right:0;
}



.js div#preloader { 
  position: fixed; 
  left: 0; 
  top: 0; 
  z-index: 999; 
  width: 100%; 
  height: 100%; 
  overflow: visible; 
  background: white url('http://files.mimoymima.com/images/loading.gif') no-repeat center center; }

  body {
    font-family: 'Lato', sans-serif;
    color: #b3aca7;
  }

  .button{
   border-style:none;
   background-color:white;
   margin:5px;
 }

 .button.button is-checked
 {
  border-style:none;
}

a:link, a:visited
{color:grey;
  text-decoration: none;}

  a:hover, a:active
  {color:#f2956a;
    text-decoration: none;}



    h1
    {color:white;
      font-size:18px;
    }

    p {text-align:center;

    }
    h2
    {
      font-size:18px;
      text-transform: uppercase;
      text-align: center;
    }

    h3
    {
      font-size:18px;
      text-transform: uppercase;
      text-align: center;
      color:#f2956a;
    }


    .footer 
    {display:block;
      background-color:#585858;
      width: auto;
      height: 300px;
    }

    hr
    {

     border-color:#f2956a;
   }

   .menu {
    height: 70px;
    width: 70px;
    right: 70px;
    top: 20px;
    text-align: center;
    position: absolute;
    background: #F2956A;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 999;
  }
  .menu.active {
    width: calc(100% - 140px);
  }
  .menu.active .menuContent * {
    opacity: 1;
  }
  .menu.active span i:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
    top: 50%;
  }
  .menu.active span i:nth-child(2) {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  .menu.active span i:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    top: 50%;
  }
  .menu span {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    cursor: pointer;
    background: #F2956A;
    z-index: 1;
  }
  .menu span i {
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 45%;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background-color:white;
    -webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
    transition: opacity .1s ease .1s, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .1s ease .1s;
    transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
  }
  .menu span i:nth-child(1) {
    top: 40%;
  }
  .menu span i:nth-child(2) {
    top: 50%;
  }
  .menu span i:nth-child(3) {
    top: 60%;
  }
  .menu .menuContent {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 70px;
    right: 0px;
    text-align: center;
  }
  .menu .menuContent * {
    opacity: 0;
  }
  .menu .menuContent ul li {
    display: inline-block;
    margin-left: 50px;
    margin-right: 50px;
    color: white;
    -webkit-transition: opacity .3s ease .3s;
    transition: opacity .3s ease .3s;
    cursor: pointer;
    position: relative;
  }
  .menu .menuContent ul li:hover:before {
    opacity: .8;
    top: 13px;
    left: 20px;
  }
  .menu .menuContent ul li:hover:after {
    opacity: .8;
    bottom: 13px;
    left: -20px;
  }
  .menu .menuContent ul li:before, .menu .menuContent ul li:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #cccccc;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .menu .menuContent ul li:before {
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
    left: 60px;
    top: -30px;
    opacity: 0;
    right: 0;
    margin: auto;
  }
  .menu .menuContent ul li:after {
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
    left: -60px;
    bottom: -30px;
    opacity: 0;
    right: 0;
    margin: auto;
  }

  .colorfond
  {display:block;
    background-color:gray;
  }

  * {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 .container{
   max-width:1000px;
   margin:0 auto;
   min-height: 800px;
 }

 /* ---- grid ---- */

 .grid {
  display:block;
  margin-left: 10em;
  margin-right: auto;
  margin-bottom: 100px;
  margin-top:80px;
  max-width: 1200px;
}

/* clear fix */
.grid:after {
 content: '';
 display: block;
 clear: both;
}

.centrage {text-align: center;}

/* ---- .grid-item ---- */

/*
ATTENTION!! si vous changez les tailles des boites, n'oubliez pas de changer la taille dans le js
masonry: {
	columnWidth: 200 /*Nouvelle taille*/ /*
} 
*/

.grid-item {
	float: left;
	width: 250px;
	height: 200px;
	/*border: 2px solid #fff;*/
	border-color: white;
}

.grid-item--width2 { width: 500px; }
.grid-item--height2 { height: 400px; }



/* hover effects */

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 0.4em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 600;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 55%;
	line-height: 2em;
	margin-top: 2em;
}

.image 
{
 display: block;
 margin-left: auto;
 margin-right: auto;
 width:166px ;
 height:204px;

}

.image2
{

 margin-right: auto;
 margin-left: auto;
 margin-bottom:15px;
 width:920px;
 height:613px;

}

#description
{
  padding-right:4em;
}
.description2
{
  color:#f2956a;
}

.description3
{
  text-align:center;
  text-transform: uppercase;

}



#bodymovin{
  background-color:#fff;
  width:80%;
  height:80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom:0;
  transform: translate3d(0,0,0);
  opacity: 1;
}



body, html, .main {
  height: 100%;
}

section {
  min-height: 100%;
}

