
/*      XS     */
@media (max-width:767px) {
 .row{
  margin-left: 0px !important;
    margin-right: 0px !important;
 }
.pan1 font {
    font-size: 25px !important;
}
.header {
   
    padding: 15px 0px !important;
  
}
.pan4 H2 {
    font-size: 25px !important;
   
}
.pan3 H2 {
    font-size: 25px !important;
   
}
.pan1 H1 {
    font-size: 30px !important;
}
.centering {
    margin-bottom: 20px !important;
}

.pan1 .title-header {
padding-top: 130px !important;
}
.pan6 .dl-card {
    padding-bottom: 50px !important;
}
.pan6 {
     padding-bottom: 10px !important; 
}
.header a {

padding: 1px 10px !important;
}

.subcontent-width {
padding-bottom: 20px;
}
.pan4 {
    padding-bottom: 10px !important;
}

}
/*      SM     */
@media (min-width:768px) and (max-width: 991px) {

.pan4 .video-card {
margin-bottom: 20px;
}

.pan6 .dl-card {
    padding-bottom: 50px !important;
}
.pan6 {
     padding-bottom: 10px !important; 
}
.pan4 {
    padding-bottom: 10px !important;
}

.centering {
    margin-bottom: 20px !important;
}
}
/*      MD     */
@media (max-width:992px) {

}

/*      LG     */
@media (min-width: 1200px) {
/*.container{
  max-width: 1000px;
}*/
}


body, html{

}

A{
  color:#333;
  outline:none !important;
  text-decoration: none !important;
  font-family: 'Source Sans Pro', sans-serif;
  }
.container-fluid{
      padding-right: 0px;
    padding-left: 0px;
}
p{
      color: #969696;
  font-family: 'Source Sans Pro', sans-serif;
}

h2,h3,h4{
    color: #222;
}

/*HEADER*/
.visuel_top{
  background: url('http://go.cegid.com/rs/818-MJH-876/images/Header_LP_ERP_1.jpg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
/*  background-attachment: fixed;*/
  background-size: cover;
  height: 100%;
   position: relative;
}

.visuel_top .layer {
background: #000;
   opacity: .4;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
/*    background: rgba(0,0,0,0.4);*/
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: auto;
    background-color:transparent;  
    
    text-align: center;
    line-height: 40px;
}
.header img{
  max-width: 130px;
}
.header a {
 margin-top: 9px;
    border-radius: 3px;
    background: #ee7f00;
    padding: 1px 26px;
    color: #FFF;
    float: right;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.header a:hover {
background: #d47100;
}


.header.active {
      padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}


.pan1{
  color:#000;
  text-align:center;
    height: 400px;
  }
  .pan1 H1{
      font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 34px;
    padding-bottom: 15px;
color: #ee7f00;
  }
.pan1 .title-header {
    padding-top: 150px;
}
    .pan1 span{
      font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
  }
  
/*HEADER*/


.pan2{
padding-top: 50px;
padding-bottom: 10px;
  }
  .pan2 H3{
      font-family: 'Source Sans Pro', sans-serif;
    font-size: 21px;
    font-weight: 300;
    padding-bottom: 15px;
    text-align: center;
  }
    .pan2 H2{
font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    font-weight: 300;
    padding-bottom: 25px;
    text-align: center;
  }
  .content-width{
    margin:auto;
        max-width: 840px;
  }
    .content-width-2{
    margin:auto;
  max-width: 740px;
  }
  .subcontent-width{
    margin:auto;
    max-width: 300px;
  }
  .blockheight{
    min-height: 285px;
  }
    .centering{
    margin:auto;
       max-width: 400px;
  }

.pan3{
padding-top: 0px;
padding-bottom: 5px;
  }
  .pan3 H2{
font-family: 'Source Sans Pro', sans-serif;
font-size: 32px;
    font-weight: 300;
    padding-bottom: 25px;
    text-align: center;
  }
    .pan3 H3{
          font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
  }
  .pan3 img{
    max-width: 80px;
  }
   .pan3 .point-details{
    background: #7eb9e3;
  }
     .pan3 .point-details p{
    padding:25px;
    color: #FFF;
  }


  .pan3 .pad-card{
   margin-top: 15px;
/*       margin-bottom: 15px;*/
  }
  .pan3 .pad-card2{
       margin-bottom: 25px;
  }
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  cursor: pointer !important;
}
.arrow{
  margin-top: 15px !important;
    animation: fadeIn 1s infinite alternate;
}

@keyframes fadeIn { 
  from { opacity: 0.2; } 
}


.pan4{
padding-top: 0px;
padding-bottom: 70px;
  }
      .pan4 H2{
font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    font-weight: 300;
    padding-bottom: 25px;
    text-align: center;
  }
        .pan4 H3{
          font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #FFF;
    position: relative;

  }
  .pan4 img{
    position: relative;
  }
.pan4 .video-card{
/*  background:#f1f1f1;*/
background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  padding:15px;
}
.video1{
background: url('http://go.cegid.com/rs/818-MJH-876/images/background_video_01.PNG');
}
.video2{
background: url('http://go.cegid.com/rs/818-MJH-876/images/background_video_02.PNG');
}
.video3{
background: url('http://go.cegid.com/rs/818-MJH-876/images/background_video_03.PNG');
}

/*.pan4 .video-card:hover{
background: #f9f9f9;
}*/
.pan4 .video-card .layer {
background: #000;
   opacity: .4;
}

.pan5{
padding-top: 0px;
padding-bottom: 50px;
  }
      .pan5 H2{
font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    font-weight: 300;
        padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
  }

.pan5 a {
    border-radius: 3px;
    background: #ee7f00;
    padding: 10px 26px;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
          font-weight: 600;
    text-transform: uppercase;}
.pan5 a:hover {
background: #d47100;
}
.pan5 .form-block {
max-width: 500px;
margin: auto;
text-align: center;
}


.pan6{
padding-top: 50px;
padding-bottom: 100px;
  }
      .pan6 H2{
font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    font-weight: 300;
        padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
  }
        .pan6 .content-width p{
font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

    .pan6 H3{
     font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    padding: 0px 40px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
  }
/*.pan6 a {
    border-radius: 3px;
    background: #ee7f00;
    padding: 10px 26px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 200;
}*/
/*.pan6 a:hover {
background: #d47100;
}*/
.pan6 a {
    color: #7eb9e3 !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}
.pan6 a:hover {
    font-weight: 600 !important;
}

.pan6 .dl-card{
margin: auto;
text-align: center;
}




/*FOOTER*/

FOOTER{
  padding-top:40px;
  padding-bottom: 25px;
  }
  FOOTER UL{
     max-width: 205px;
  margin:auto !important;
  padding-bottom:20px;
  }
  FOOTER P{
  color:#333;
  font-size:12px;
  font-weight:300;
  text-align:center;
  }
  FOOTER A{
    color: #333;

  }
  .img-center{
  text-align: center;
  margin:0 auto;
  }
  .fa-circle{
  color:#ffffff;
  }
  .fa-inverse {
    color: #1a171b !important;
  }
  .list-mobile{
  padding-bottom: 10px;
  width: 409px;
  }




/*COOKIE */

/*bandeau cookies*/
#cookies-warning-message {
 background: rgba(25, 25, 25, 1) none repeat scroll 0 0;
 color: #d7d7d7;
 font-size: 10px;
 padding: 5px;
 text-align: center;
 width: 100%;
 z-index: 10000;
 position: fixed;
bottom: 0;
}
#cookies-warning-message p {
margin: 5px 0 0;
    font-size: 13px;
}
#cookies-warning-message .button-link {
color: #ee7f00 !important;
}
#cookies-warning-message #cookies-warning-ok {
background-color:#ee7f00;
cursor: pointer;
/*margin-left: -40px;*/
}

#cookies-warning-message .button-ok{
color: #FFFFFF;
border: none;
font-size: 11px;
}
#cookies-warning-message .block-button{
text-align: left;
}
.btn-s2 {
background-clip: padding-box;
background-color: #ee7f00;
border: medium none;
border-radius: 4px;
color: #fff;
display: inline-block;
padding: 2px;
text-decoration: none;
text-transform: uppercase;
}

@media (max-width:767px) {
#cookies-warning-message .block-button{
  text-align: center;
}
#cookies-warning-message #cookies-warning-ok {
    padding: 5px 30px !important;
}
#cookies-warning-message p {
    font-size: 10px !important;
    margin-bottom: 3px !important;
}

}
@media (min-width:768px) and (max-width:992px ) {
#cookies-warning-message .block-button{
  text-align: center;
}

#cookies-warning-message #cookies-warning-ok {
    padding: 5px 30px !important;
}
#cookies-warning-message p {
    font-size: 10px !important;
    margin-bottom: 3px !important;
}
}

/*bandeau cookies*/

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

  .mktoGen.mktoImg {
      display: block !important;
    }

    .targetPoint{
      display: none;
    }