.sidebar {background: #10238e;}

.logo { margin-bottom:20px;}
.viadeo {background: #ee7356;}
.mail {background-color: #10238e; color: #fff !important;}

p{opacity: 1;}

p.small {
    font-size: 22px;
    line-height: 1.22727273;
    margin-bottom: 25px;
}

.button.customButton {
  background: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
}
.button.customButton:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 1) inset;
}
.slide.whiteSlide .button.customButton {
   color:#303030;
  box-shadow: 0 0 0 1px rgba(48,48,48,.3) inset;
}
.slide.whiteSlide .button.customButton:hover {
  box-shadow: 0 0 0 1px rgba(48,48,48,1) inset;
}
hr {
   border:none;
   height:1px;
   background:#EBEBEB;
   margin:50px 0 60px;  
}
.customLink {
   color:#136ad5;
   margin-top:15px;
}
.customP { font-size:24px; line-height:1.29116}
.slides .customH2 { font-size:52px; line-height:1; letter-spacing:-2px; text-transform:none; }
.box-15 { margin-top:70px;}
.grid-81 { margin-top:80px;}
.videoThumbnail-82 { margin-top:25px; margin-bottom:5px;}
@media screen and (max-width:767px) {
  .grid.grid-15-49 > [class*='col-'] {
     margin-bottom:50px;
  }
}

/* change panel top on scroll * white */
.stage-2 .panel.top {
  background:rgba(255,255,255,1);
  border-bottom:1px solid #ebebeb;
  color:#303030;
}
.stage-2 .panel.top .logo svg {
   fill:#000;
}
.stage-2 .panel.top .button.menuButton {
   background:#303030;
   color:#fff;
}
/***/

.alert-danger {background: #D6313B !important; border-color: #D6313B !important; padding: 3px 6px; margin-bottom: 20px;}
.alert-danger p{color: #FFF !important; text-align: center; margin-bottom: 0;}

.alert-success {background: #32A33A !important; border-color: #32A33A !important; padding: 3px 6px; margin-bottom: 20px;}
.alert-success p{color: #FFF !important; text-align: center; margin-bottom: 0;}

/*****************/
/*** MENU ********/
/*****************/
#toptop{
  margin: 0 auto; text-align: center; background-color: transparent !important;
  position: absolute; top:15px; left: 0; right: 0; height: 50px; z-index: 999 !important;
}
  #toptop svg{padding-bottom: 5px;}

  #toptop .menu{
    list-style: none !important;
    display: inline !important;
  }

.stage-1 .panel{margin-top: 145px;}
.stage-1 #panelFixed{margin-top: 0 !important;}

.page-loaded #panelFixed {
    background: rgba(255,255,255,.975);
    border-bottom: 1px solid #ebebeb;
    color: #303030;
}

.sections .menu.uppercase li {
    font-size: 15px;
    margin: 0 20px;
    letter-spacing: 0.07em; 
}

/*.firstSlide #menuGauche{display: none;}
.firstSlide #menuDroite{display: none;}*/
.stage-1 #menuGauche{display: none;}
.stage-1 #menuDroite{display: none;}
.stage-2 #toptop{display: none;}

.panel.small {
    padding-top: 0px;
    padding-bottom: 0px;
}
/*****************/
/* GENERAL RULES */
/*****************/
.hidden{display: none !important;}
.blue{background-color: #136ad5 !important; opacity: 0.9;}
.text-justify{text-align: justify;}
.mb-40{margin-bottom: 40px !important;}
.name-77 {
    border-radius: 0 !important;
}
.mb-45{margin-bottom: 45px;}

h2{
  font-family: 'Playfair Display', serif;
  letter-spacing: -0.06em;
  text-transform: none;
  font-weight: 400;
  font-size: 50px;
}

/* Background White Fade */
.fadeW .content { background:rgba(255,255,255,0.6); outline:2px solid rgba(255,255,255,0.6); } /*default*/
.fadeW-1 .content { background:rgba(255,255,255,0.1); outline:2px solid rgba(255,255,255,0.1); }
.fadeW-2 .content { background:rgba(255,255,255,0.2); outline:2px solid rgba(255,255,255,0.2); }
.fadeW-3 .content { background:rgba(255,255,255,0.3); outline:2px solid rgba(255,255,255,0.3); }
.fadeW-4 .content { background:rgba(255,255,255,0.4); outline:2px solid rgba(255,255,255,0.4); }
.fadeW-5 .content { background:rgba(255,255,255,0.5); outline:2px solid rgba(255,255,255,0.5); }
.fadeW-6 .content { background:rgba(255,255,255,0.6); outline:2px solid rgba(255,255,255,0.6); }
.fadeW-7 .content { background:rgba(255,255,255,0.7); outline:2px solid rgba(255,255,255,0.7); }
.fadeW-8 .content { background:rgba(255,255,255,0.8); outline:2px solid rgba(255,255,255,0.8); }
.fadeW-9 .content { background:rgba(255,255,255,0.9); outline:2px solid rgba(255,255,255,0.9); }

.fade-top-bottom-1 .content { 
  background:rgba(0,0,0,0.35);
}
.fade-top-bottom-2 .content { 
  background:rgba(0,0,0,0.35);
}
.fade-top-bottom-3 .content { 
  background:rgba(0,0,0,0.35);
}


ol, ul, li {
  list-style: disc; 
}
/*********************/
/** Specific styles **/
/*********************/
.subMenu {margin-left: 5px; list-style: disc; line-height: 1.5 !important;}
.subMenu li a{font-size: 0.85rem !important; letter-spacing: 0 !important;}

.slide .hghlght {
    position: relative;
    white-space: nowrap;
}
.slide .hghlght:after, .slide .hghlght:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3px;
    height: 55%;
    width: 0;
    -webkit-transition: .4s width, 6s background;
    transition: .4s width, 6s background;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    -webkit-transform-origin: left;
    transform-origin: left bottom;
    overflow: hidden;
    background: rgba(230, 249, 0, 0.52);
    z-index: -1;
    box-shadow: 2px 0 0 2px rgba(230, 249, 0, 0.15) inset;
    border-radius: 3px;
    -webkit-transform: skewX(-1deg) rotate(-0.8deg) translateY(-55%);
    transform: skewX(-1deg) rotate(-0.8deg) translateY(-55%);
}
.slide #hgh-second .hghlght:after, .slide #hgh-second .hghlght:before {
    
    -webkit-transition: .4s width, 7s background;
    transition: .4s width, 7s background;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 3s !important;
    transition-delay: 3s !important;
}
.slide #hgh-third .hghlght:after, .slide #hgh-third .hghlght:before {
    
    -webkit-transition: .4s width, 8s background;
    transition: .4s width, 8s background;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 4s !important;
    transition-delay: 4s !important;
}

.slide .hghlght:before {
    left: 2px;
    -webkit-transition-delay: 2.45s;
    transition-delay: 2.45s;
    -webkit-transform: skewX(-2deg) rotate(-1.5deg) translateY(0);
    transform: skewX(-2deg) rotate(-1.5deg) translateY(0);
}
.slide #hgh-second .hghlght:before{
    -webkit-transition-delay: 3.45s !important;
    transition-delay: 3.45s !important;
}
.slide #hgh-third .hghlght:before{
    -webkit-transition-delay: 4.2s !important;
    transition-delay: 4.2s !important;
}

.slide.animate .hghlght:before, .slide.animate .hghlght:after {
    width: 100%;
    background: rgba(230, 249, 0, 0.62);
}

.resources .slide.animate .hghlght:before {
    background: rgba(114, 233, 255, 0.65);
    height: 75%}
.resources .slide .hghlght:after, .changelog .slide .hghlght:after {
    display: none;
}
.slides.changelog .slide p.comment {
    font-size: 19px;
    line-height: 1.42;
    text-align: center;
    font-weight: normal;
}
.slides.changelog .slide h2+p.comment {
    margin-top: -10px;
}
.resources .slide .hghlght:before {
    background: rgba(0, 216, 255, 0.85);
    box-shadow: 2px 0 0 2px rgba(0, 216, 255, 0.1) inset;
}
.changelog .slide .hghlght:before {
    -webkit-transition: .6s width, 6s background;
    transition: .6s width, 6s background;
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
    transform: skewX(-1deg) rotate(-0.5deg) translateY(10%);
    left: -2px;
}
.changelog .slide.animate .hghlght:before {
    width: calc(100% + 3px);
    height: 100%}
/**********/
/** TITLE */
/**********/
.top-page-title{
  font-size: 4.5rem; margin-bottom: 3rem;
    color: #fff;
    text-shadow: 2px 2px 5px #333;
}

.top-page-subtitle{font-size: 1.7rem; margin-bottom: 1rem; text-shadow: 2px 2px 5px #333;}

.mg{margin: 120px 0 0 0;}
/**********/
/* TEAM ***/
/**********/
.team-title{font-size: 2.95rem; text-align: left !important;}
.team-occupation{font-size: 1.5rem; text-align: left !important;}
.team-content p{font-size: 1.1rem !important; text-align: justify;}

.team-content ul{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.385;
  margin-bottom: 30px;
  opacity: 1;
  list-style: circle !important;
  margin-left: 20px;
  margin-top: -15px;
  text-align: left !important;
}
  .team-content ul li{padding-bottom: 5px;}

/*********/
.box-56 p{font-size: 1.15rem;}

.title-77 {
    font-family: 'Playfair Display', serif;
    font-size: 23px;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
    font-weight: 400;
}
.description-77 p{font-size: 1.1rem;}

/************/
/* MENTIONS */
/************/
.mention h4{font-size: 1.4rem; text-align: left !important; margin: 3rem 0 1rem 0;}
.mention p{font-size: 1.1rem; text-align: justify !important;}
/*------------------------------------------------------------------
[Form Elements]
*/
.pad {
    border-radius: 10px;
    padding: 6% 10%;
    border: 4px solid #fff;
    color: #303030;
    background: #fff;
    overflow: hidden;
}

.slide.whiteSlide form input[type="text"], .slide.whiteSlide form input[type="tel"], .slide.whiteSlide form input[type="name"], .slide.whiteSlide form input[type="email"], .slide.whiteSlide form input[type="password"], .slide.whiteSlide form textarea {
    -webkit-box-shadow: 0 0 1px rgba(48,48,48,0.6) inset;
    box-shadow: 0 0 1px rgba(48,48,48,0.6) inset;
    border-radius: 5px;
}

form input[type="text"], form input[type="tel"], form input[type="name"], form input[type="email"], form input[type="password"], form textarea, form input.button {
    margin: 5px;
}

form input[type="text"], form input[type="name"], form input[type="email"], form input[type="password"], form input[type="tel"], form textarea {
    background: #fff;
    padding: 13px 19px 14px;
    font-family: "Source Sans Pro", sans-serif;
    border: none;
    font-size: 18px;
    color: #242424;
    outline: none;
    border-radius: 4px;
    width: 90%;
    max-width: 100%;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*********/
/* POSTS */
/*********/
.post-title{font-size: 2.8rem; text-align: left !important;}
.post-content p{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.385;
  margin-bottom: 30px;
  text-align: justify;
}

.post-content ul{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  line-height: 1.385;
  margin-bottom: 30px;
  opacity: 1;
  list-style: circle !important;
  margin-left: 20px;
}
  .post-content ul li{padding-bottom: 10px;}


.author-77 {
    background: #fff;
    border-top: 1px solid #F1F1F1;
    padding-top: 20px;
    margin-top: 18px;
    position: relative;
    padding-left: 0;
}
.auteur{font-size: 0.9rem; text-transform: none; opacity: 0.75; letter-spacing: -0.05em; font-weight: 600;}
#post-single{background-color: #FFF; padding: 3rem 3rem;}
#post-single .post-title{margin-bottom: 2rem;}
#post-single .post-content ul{text-align: left !important;}

#fichiers{
  margin-top: 20px; 
  padding: 20px;
  background-color: #F5F5F5;
  border-radius: 5px;
  border: none;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
}
#fichiers h4{padding-bottom: 10px; font-weight: 400;}
#fichiers-mandate{margin-top: 0; border-top: none; }
#fichiers-mandate{padding-bottom: 0; margin-bottom: 0;}
    .fichier-img {
        margin: 0;
        width: 65px;
        text-align: left;
    }
    #fichiers tr:hover, #fichiers-mandate tr:hover{background-color: #EEE;}
    #fichiers td, #fichiers-mandate td{ vertical-align: middle; text-align: left; padding-left: 20px;}
        #fichiers a, #fichiers-mandate a{ text-align: left;}
            #fichiers a:hover, #fichiers-mandate a:hover{text-decoration: none; color: #111;}

.source{margin-top: 30px; font-size: 1.3rem; text-decoration: underline;}
.auteur-single{text-align: left !important; font-size: 1rem; margin-bottom: 40px;}
/****/
.valeur{padding: 1.2rem 0 1rem 0;}
#tabu, #tabu li {list-style: none !important;}
.whiteSlide .tabs{margin:0 0 2rem 0;}
.whiteSlide .tabs li.selected {
    background: #F5F5F5;
    color: #111;
}
.whiteSlide .tabs,
.whiteSlide .tabs li {
  border:1px solid #888;
  color:#555;
  background-color: #F9F9F9;

  font-family: 'Playfair Display', serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  font-weight: 600;

}
.tabs li {padding: 12px 14px;}

.whiteSlide .tabs li.selected {
  background:#DDD;
  color:#333;
}

.box-81{
  border-radius: 8px;
  background-color: #F4F4F4;
  border: solid 1px #F1F1F1;
  -webkit-box-shadow: 12px 10px 30px 1px rgba(0,0,0,0.1);
  box-shadow: 12px 10px 30px 1px rgba(0,0,0,0.1);
  padding-top:7%;
  padding-bottom: 7%;
}
.box-81 h5{
  margin-bottom: 20px; font-size: 1.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  font-weight: 600;
  color: #444;
}
.box-81 p{font-size: 1.1rem; text-align: justify; color: #444; opacity: 1;}
.domaines li{font-size: 1.2rem; margin-bottom: 8px;}

.grid-50 p.small{font-size: 1.1rem; line-height: 1.4; text-align: justify;}

.list-expertise {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-left: 22px;
    opacity: 1;
    text-align: justify;
}
.list-expertise li{padding-bottom: 8px;}

.box-inter p{text-align: justify; font-size: 1.1rem;}
#secteurs p.small{font-size: 1rem; text-align: justify;}

/**************/
/* responsive */
/**************/
@media screen and (max-width: 767px){

  .top-page-title{font-size: 2rem; margin-bottom: 1rem;}
  .top-page-subtitle{font-size: 1rem; margin-bottom: .9rem;}
  h2{font-size: 40px;}
  .button.uppercase {font-size: 11px;}
  .team-title{font-size: 2.4rem;} 
  .post-title{font-size: 2.4rem; margin-top: 1rem;}
  #post-single{background-color: #F5F5F5; padding: 0;}
  #pdfdl{display: none;}
  #toptop svg{width: 140px !important; height: 91px !important;}
  .button.actionButton svg, .button svg {
    fill: #333 !important;
  }
  .button.actionButton, .button.actionButton:hover, .button.actionButton:active, .button.actionButton:focus {
      background: rgba(40,40,40,0);
  }
}
/***/
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 6px 12px;
    font-size: 16px !important;
    font-weight: bold;
    text-decoration: none;
    border-radius: 2px;
}

ul.pagination li.active a{
    background-color: #10238e !important;
    color: white;
    border-radius: 2px;
}

ul.pagination li a:hover:not(.active) {background-color: #CCC;}

/*****/
#secteurs h2, #equipeHome h1, #postHome h1{margin: 2rem 0 1.5rem 0;}
.customLinkUnder{color: #EEE; border-bottom: dashed 1px #EEE; padding-bottom: 0;}

@media (max-width: 768px){
  .mail, .linkedin, .facebook, .viadeo {background-color: transparent !important;}
}


.grid.grid-77 > [class*="col-"] {
    height: 630px;
}

.video-content {position: relative;}
  .overlay-video {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      background-color: rgba(0, 0, 0, 0.01);
      transition:0.5s;
  }
  .overlay-video:hover {background-color: rgba(255, 255, 255, 0.25);}

  .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
      .embed-responsive .embed-responsive-item,
      .embed-responsive iframe,
      .embed-responsive embed,
      .embed-responsive object,
      .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0; }

    .embed-responsive-16by9 {
      padding-bottom: 56.25%; }

    .embed-responsive-4by3 {
      padding-bottom: 75%; }

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video { padding-top: 0; }
}

/*
     FILE ARCHIVED ON 01:15:56 Oct 12, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:13:23 Jan 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.837
  exclusion.robots: 0.037
  exclusion.robots.policy: 0.023
  esindex: 0.015
  cdx.remote: 32.684
  LoadShardBlock: 213.226 (3)
  PetaboxLoader3.resolve: 86.517 (3)
  PetaboxLoader3.datanode: 200.629 (4)
  load_resource: 110.965
*/