/*backgroundColor: "#ffde00"*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus{
    outline: 0 solid #ccc;
    outline-offset: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

html {
    overflow:hidden;
    background:#eeeeee;
    font: 14px 'Open Sans', sans-serif;
    color:#757575;
}

.material-icons{
    font-size:1.5rem;
    color: #757575;

}



/*menu*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    border-bottom: 1px solid #d9d9d9;
}

header img {
    max-width: 175px;
    margin: 3rem 3rem 0;
}

header .logo {
    text-align: center;
    padding-bottom: .5rem;
}

header .logo img {
    width: 13%;
}

.header {
    background: #eeeeee;
    min-height:80px;
    
}

header .menu{
  border-top: 1px solid #d9d9d9;
  -webkit-transition: all 600ms linear;
  -moz-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  background: #eeeeee;
}
header .menu.open{
  border-top: 1px solid #d9d9d9;

}

header .nav {
    margin: 0;
    background: #eeeeee;
    max-width:1200px;
    margin:0 auto;
    height: 0;
    text-align: center;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
}

header .menu.open .nav {
    height: 52px;
    
}

header .nav ul {
    background: #eeeeee;
}

header .nav ul li {
    display: block;
    float: left;
    list-style: none;
    text-align: center;
    height: 0;
    position: relative;
    background: #eeeeee;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;

}

header .menu.open .nav ul li {
    height: 52px;
}

header .nav ul li:empty{
    display:none;
}

header .nav li:hover,
header .nav li.active {
    background: #f2f2f2;
}

header .nav ul li a {
    display: block;
    padding: .5em 3rem;
    color: #454e50;
    text-decoration: none;
    vertical-align: middle;
    line-height: 250%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
}

.level-content:last-child {
    border-right:1px solid #d9d9d9;
}

header .nav ul .btn-level-1  {
    border-left:1px solid #d9d9d9;
}


header .nav ul ul.level-2 {
    position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    display: none;
}

header .nav .btn-level-2 {
    display: block;
    width: 100%;
    border-right: 0;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
}

.rideUp {
    display: none;
    width: 45px;
    height: 45px;
    background:#eeeeee;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5em;
    z-index: 99999;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .4);
    text-align:center;
    cursor: pointer;
}

.rideUp .material-icons{
    font-size:2rem;
    line-height:45px;
    

}


.open-nav{
    position: absolute;
    width: 250px;
    right: 0;
    top: 0;
}
.menu-btn{
    float: right;
    margin:.5rem .5rem .5rem 0;
    padding:.5rem;
    cursor: pointer;
}

.login-btn {
    float: right;
    margin:.5rem .5rem .5rem 0;
    padding:.5rem;
    cursor: pointer;
}

.login-btn{
    border-radius: 2px;
    text-align: center;
    float: right;
    padding: .5rem 1rem;
    background-color: buttonface;
}





/********************************************************************************/

/*container*/

.container {
    
    background: transparent;
    position: relative;
    overflow-y: scroll;
    margin-right: -18px;
    min-height: 100vh;
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
}

.menu-open .container{
    margin-top: 133px;
}


/*slider*/

#slider {
    min-height: 400px;
    z-index: 0;
    position: absolute;
    right: 0;
    left: 0;
    cursor: move;
    cursor: -webkit-grab;
}

.slider {
    min-height: 400px;
}


/*scroll-btn*/

.scroll-btn-container {
    pointer-events: none;
    z-index: 0;
    position: absolute;
    top: 1em;
    left: 0;
    height: 5.625em;
    width: 100%;
    margin: -3.125em 0 0;
    padding: 0;
    background-color: transparent;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 600ms cubic-bezier(.77, 0, .175, 1);
    -moz-transition: -moz-transform 600ms cubic-bezier(.77, 0, .175, 1);
    -o-transition: -o-transform 600ms cubic-bezier(.77, 0, .175, 1);
    transition: transform 600ms cubic-bezier(.77, 0, .175, 1);
}

.scroll-btn-container:hover {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.overline {
    background: #eeeeee;
    position: absolute;
    left: 0;
    right: 0;
    width: 3.125em;
    margin: 0 auto;
    height: 2em;
    margin: 0 auto;
    z-index: 1;
    margin-bottom: -5.625em;
}

.scroll-btn-container .scroll-btn {
    background: #eeeeee;
    pointer-events: all!important;
    cursor: pointer;
    width: 3.125em;
    height: 3.625em;
    margin: 0 auto;
    -webkit-border-radius: 2.5em 2.5em 0 0;
    -moz-border-radius: 2.5em 2.5em 0 0;
    border-radius: 2.5em 2.5em 0 0;
    border: 1px solid #d9d9d9;
}

.scroll-btn-container .scroll-btn .arrows{
    text-align: center;
    position: relative;
    top: .8em;
    
}

.scroll-btn-container .scroll-btn .arrows .material-icons {

    color: #949494;
    font-size: 18px;
}


/*scroll-down-btn*/

.scroll-this-contentblock.down .scroll-btn-container {
    z-index: 1;
    margin: 0;
    display: none;
}

.wrap-contentblock.scrolled .scroll-this-contentblock.down .scroll-btn-container {
    margin: 0;
    display: block;
}


/*contents*/

.contentblock {
    position: relative;
    background: #eeeeee;
    width: 100%;
    margin: 0;
    /* overflow: hidden; */
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.wrap-contentblock:last-child .contentblock {
    min-height: 100vh;
}

.wrap-contentblock-container {
    border-top: 1px solid #d9d9d9;
    overflow: auto;
    z-index: 1;
}

.wrap-contentblock {
    position: absolute;
    background: #eeeeee;
    top: 300px;
    left: 0;
    right: 0;
    height: 300px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: top 1000ms cubic-bezier(.77, 0, .175, 1);
    -moz-transition: top 1000ms cubic-bezier(.77, 0, .175, 1);
    -o-transition: top 1000ms cubic-bezier(.77, 0, .175, 1);
    transition: top 1000ms cubic-bezier(.77, 0, .175, 1);
    border-top: 1px solid #d9d9d9;
}

.wrap-contentblock.scrolled {
    top: 0!important;
}

.wrap-contentblock .content {
    margin: 0 auto;
    padding: 1em 1em 3em;
    max-width: 1107px;
    position:relative;
    min-height: 600px;
}

.wrap-contentblock .inside-content {
    
opacity: 0;
    
-webkit-transition: opacity 250ms cubic-bezier(.77, 0, .175, 1);
    
-moz-transition: opacity 250ms cubic-bezier(.77, 0, .175, 1);
    
-o-transition: opacity 250ms cubic-bezier(.77, 0, .175, 1);
    
transition: opacity 250ms cubic-bezier(.77, 0, .175, 1);
    
text-align: center;
}

.wrap-contentblock.scrolled .inside-content{
    opacity:1;

}

.wrap-contentblock  h2{
    text-align:center;
    margin:0;
    padding: 1.1rem;
    font-size: 1.2rem;
}

.wrap-contentblock  h3{
    text-align:center;
    margin:0;
    padding: 0 0 1rem;
    font-style: italic;
    font-size: .9rem;
}



.wrapInsideContent {
    margin: 1em;
}

.slide{
    position: absolute;
    opacity:0;
    top:0;
    z-index:-10;
    left:100%;
}

.slide.active{
    z-index:0;
    opacity:1;
    padding:1em;
    top:0;
    left:0;
    right:0;
    width:100%;
    -webkit-transition: left 1000ms cubic-bezier(.77, 0, .175, 1);
    -moz-transition: left 1000ms cubic-bezier(.77, 0, .175, 1);
    -o-transition: left 1000ms cubic-bezier(.77, 0, .175, 1);
    -ms-transition: left 1000ms cubic-bezier(.77, 0, .175, 1);
    transition: left 1000ms cubic-bezier(.77, 0, .175, 1);
}



ol.slide.nav {
    position:absolute;
    bottom:0;
    right: 1em;
}

ol.slide.nav li {
    float:left;
    margin: .25em;
    background:#d9d9d9;
    width: 13px;
    height: 13px;
    border-radius:50%;
    list-style:none;
    cursor: pointer;
}


ol.slide.nav li.active {
    background:blue;
}

/*Nos solutions*/

.Nossolutions .slide-content{min-height: 300px;}

.Nossolutions .swiper-slide .slide-content  a{
    display: inline-block;
    text-align:center;
    text-decoration: none;
    padding: .5em;
    color: #333333;
    color: #ffffff;
    line-height: normal;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    background-color: buttonface;
    background-color: #42b54e;
    position:absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    padding: 1em .5em;
}

.Nossolutions .swiper-slide .slide-content  a:focus, .Nossolutions .swiper-slide  a:hover {
    box-shadow: inset 1px 1px 13px 0 rgba(0,0,0,.1), inset -1px -1px 1px 0 rgba(0,0,0,.1);
}


footer {
    text-align: center;
    left: 0;
    right: 0;
    /* bottom: 0; */
    /* position: fixed; */
    /* margin-top: 4em; */
    overflow: hidden;
    min-height: 200px;
}

footer .social-icons a {
    text-decoration: none;
    margin: 0 .2em;
}

footer .social-icons img {
    width: 25px;
}


/*btn*/

.btn{
    max-width: 250px;
    background-color: buttonface;
    border-radius: 3px;
    text-align:center;
    cursor: pointer;
    margin-top: 1rem;
}

.btn a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    padding: .5em;
    color: #757575;
    line-height: normal;
    vertical-align: middle;
}

.btn:hover, .btn a:focus {
    box-shadow:inset 1px 1px 13px 0 rgba(0,0,0,.1), inset -1px -1px 1px 0 rgba(0,0,0,.1);

}


/*responsive table*/

table {
    border-collapse: collapse;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    table-layout: fixed;
    width: 100%;
}

table tr {
    border-bottom: 1px solid #d9d9d9;
}

table td {
    padding: .5em;
}

table a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: .5em;
    color: #333333;
    line-height: normal;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    max-width: 250px;
}

table, tr, td{
    /* display:block; */
    /* float: left; */
    /* width: 50%; */
}

/*grid system*/
.half{
    float: left;
    width: calc(50% - 1em);
    border: 1px solid #d9d9d9;
    min-height: 300px;
    margin: 0 .5em;
    padding: .5em;
    text-align: center;
}

.third {
    float: left;
    width: calc(33.3333333333% - 1em);
    border: 1px solid #d9d9d9;
    min-height: 300px;
    margin: 0 .5em;
    padding: .5em;
    text-align: center;
}

.quarter{
    float: left;
    width: calc(25% - 1em);
    border: 1px solid #d9d9d9;
    min-height: 300px;
    margin: 0 .5em;
    padding: .5em;
    text-align: center;
}


/*util*/
.clearfix:after {
    content: '...';
    visibility: hidden;
    display: block;
    clear:both;
    height: 0;
}

.hide{
    display:none;
}


img{
   max-width: 100%;
}

span{
    word-wrap:break-word;
}
input{
    display:block;
    margin: 1em 0;
    padding: 1em .5em;
    width: 100%;
    border: 0;
    box-shadow: inset 1px 1px 1px 0 rgba(0,0,0,.1), inset -1px -1px 1px 0 rgba(0,0,0,.1);
    background-color:transparent;
    color:#333333;
}

input[type=submit]{
    background-color: buttonface;
    box-shadow:inset 1px 1px 1px 0 rgba(0,0,0,.1), inset -1px -1px 1px 0 rgba(0,0,0,.1);
    display:block;
    width: 100%;
    cursor:pointer;
}
input[type=submit]:focus, input[type=submit]:hover{
    
    box-shadow:inset 1px 1px 13px 0 rgba(0,0,0,.1), inset -1px -1px 1px 0 rgba(0,0,0,.1);
   
}



/*log*/
.log {
    position:fixed;
    width: 100vw;
    height: 100vh;
    background: #eeeeee;
    border-left: 1;
    position: fixed;
    z-index: 99999;
    top:0;
    left:100%;
    -webkit-transition: leftleft 600ms cubic-bezier(.77, 0, .175, 1);
    -moz-transition: left 600ms cubic-bezier(.77, 0, .175, 1);
    -o-transition: left 600ms cubic-bezier(.77, 0, .175, 1);
    transition: left 600ms cubic-bezier(.77, 0, .175, 1);
}
.log.in {
    left:0;
}


.log .form-group{
    margin-top:8em;
}

.log .material-icons{
    margin:.5rem;
}


.log form{
    width: 300px;
    margin: 0 auto;
    padding: .5em;
    text-align: left;
    
}

.log hr{
    display: block;
    width: calc(250px);
    margin: 1em auto;
    border-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.1);
    /* box-shadow: 0 1px 4px 0 rgba(0,0,0,.2); */
    background: transparent;
    
}

.log .titleform {
    display: block;
    margin: 0 0 .5em 0;
    text-align: left;
    font-size: 1.5em;
    color: #333;
}


/*check box*/
.check-wrap{
    position:relative;
    line-height: 2.5em;
    cursor:pointer;

}
.check-wrap .material-icons{
    margin:initial;
    font-size: 15px;
    font-weight: bold;
    }
.check-wrap span{
    font-size:.8em;
}

input[type=checkbox]{
        display: inline-block;
        visibility:hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: initial;

}

.checkbox{
    
margin: .7rem .5rem;
    
display: block;
    
float: left;
    
text-align: center;
    
color:#b7b7b7;
    
width: 17px;
    
height: 17px;
    
line-height: 21px;
    
border-radius:50%;
    
border-bottom: 1px solid rgba(0, 0, 0, .1);
    
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
}


/*swiper ajustement*/
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url(../img/chevron-right.png) no-repeat center !important;
}

/*FAQ*/
.faqItem{
    float:left;
    width:calc(33.3333333333% - .5rem);
    background-color: buttonface;
    margin: 0 .25rem .5rem .25rem;


}
.question, .reponse{
    padding:.5rem;
}

.reponse{
    display:none;
}

/*video*/
#canvas_output{
    position:absolute;
    top:0;
    right:0;
    z-index: 9999999;
}




/*admin*/

.tinymce{
    border: 1px dashed #BBB;
    min-height: 200px;
}


/*Tarif*/
#sliderTarifs {
    max-height: 600px;
    overflow: hidden;
}

/*flipbox*/
.card {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  min-height: 300px;
  cursor: pointer;
}

.card div {
  display: block;
  position: absolute;
  width: 100%;
  height: 250px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.card .front {
  color: #757575;
  margin: 0 auto;
  position: absolute;
  border-radius: 10px;
  min-height: 300px;
  padding: 0 1rem;
  box-shadow: 1px 1px 13px 0 rgba(0,0,0,.1), inset -1px -1px 1px 0 rgba(0,0,0,.1);
  background-image: url(../img/idee_recu_350_350/idee_recue_3.png);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.card .back {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    border-radius: 10px;
    min-height: 300px;
    padding: 0 1rem;
    box-shadow: 1px 1px 13px 0 rgba(0,0,0,.1),  inset -1px -1px 1px 0 rgba(0,0,0,.1),  -1px -1px 13px 0 rgba(0,0,0,.1);
    background-image: url("../img/idee_recu_350_350/idee_recue_3.png");
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.card.flipped {
  -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    
}


.card p {
  padding: 15px 25px;
  text-align: left;
  opacity: 0;
  top: 0;

}
.card.flipped p {
  opacity: 1;
  left: 0;
  color:#757575;
}

.card h2{
  width:80%;
  margin: 2rem auto;
}



/*slider in slider*/

div#slider_idee_recu {
    width: 80%;
    margin: 0 auto;
    overflow:hidden;
    text-align: center;
    z-index: 9999999999999999;
}

div#sliderTextIdeeRecu h3{}


div#sliderCmpSolutions {
    margin: 1rem 0;
}

@media (max-width:1200px){
  
  /*menu*/

  .menu-open .container {
      margin-top:80px;
      
  }

  .menu.open{
    height:371px;
  }

  .menu{
    height:0;
    width:300px;
    position: absolute;
    right: 0;
    overflow: hidden;
  }

  .menu .nav li{
    float: none;
    border-bottom:1px solid #d9d9d9;

    
  }

  #Contactez-nous-btn {
      border-right: 0;
  }

  header {
      
      border-bottom: 0;
  }

  header .nav ul li {

      height: 52px;

  }
}