* {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; 
    font-smoothing: antialiased; 

}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


:root {
    --leftright: 6.5vw;
    --extra-dark-blue: #00005a;
    --dark-blue: #00008e;
    --light-blue: #001fd6;
    --orange: #ff8200;
    --light-yellow: #fff5eb;
    --footer: #010755;
    --bleu-pale: #f8f9ff;
}

html, body {
    box-sizing: border-box;
    font-family: 'Poppins', helvetica, arial, lucida, sans-serif;
    font-size: 1rem;
    line-height: 1.45rem;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    color: var(--dark-blue);
    text-rendering: optimizeLegibility; 
    word-wrap: normal !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
    -webkit-word-break: normal !important;
    word-break: normal !important;
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/font-awesome/fa-brands-400.eot");
  src: url("fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"),
       url("fonts/font-awesome/fa-brands-400.woff2") format("woff2"),
       url("fonts/font-awesome/fa-brands-400.woff") format("woff"),
       url("fonts/font-awesome/fa-brands-400.ttf") format("truetype"),
       url("fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg");
}

p {
    word-wrap: normal !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
    -webkit-word-break: normal !important;
    word-break: normal !important;
    margin-bottom: 10px;
    font-family: 'Poppins', helvetica, arial, lucida, sans-serif;
    margin-top: 0;
    font-style: normal;
    position: relative;
}

.bkg-blanc {
    background: #fff;
}

.bkg-jaune {
    background: var(--light-yellow);
}

.bkg-bleu {
    background: var(--dark-blue);
}

.bkg-bleu-clair {
    background: var(--light-blue);
}

.bkg-bleu-pale {
    background: var(--bleu-pale);
}

.bkg-orange {
    background: var(--orange);
}

.orange {
    color: var(--orange);
}

.dark-blue {
    color: var(--dark-blue);
}

.light-blue {
    color: var(--light-blue);
}

.blanc {
    color: #fff;
}


.entry-content p {
    margin: 0;
    margin-bottom: 10px;
}

.small p,
.small,
p.small {
    font-size: .8rem;
    line-height: 1.1rem;
}

.big p,
.big,
p.big {
    font-size: 1.25rem;
    line-height: 1.7rem;
    margin-bottom: 15px;
}

.superbig {
    font-size: 2.5rem;
    line-height: 2.6rem;
    margin-bottom: 40px;
}

.cap {
    text-transform: uppercase;
}

ul, ol {
    margin: 0;
}

a {
    outline: none;
}

a,
a:hover,
a:visited,
a::after,
a:hover::after {
    text-decoration: none;
    outline-style: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a,
a:visited {
    
}

p a:hover,
.fancybox-content a:hover {
    color: var(--orange);
    text-decoration: underline;
}

a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

img {
    max-width: 100%;
}


p a {
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
}

:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}


h1 {
    font-size: 2.5rem;
    line-height: 2.9rem;
    margin: 0 0 25px 0;
    font-weight: 700;
}

body.home h1 {
    font-size: 2.8rem;
    line-height: 3.3rem;
}

h2 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 0 0 20px 0;
    font-weight: 300;
}

body.home h2 {
    font-size: 2.3rem;
    line-height: 2.8rem;
}


h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0 0 20px 0;
    font-weight: 700;
    color: var(--light-blue);
}

h3.blanc,
.blanc h3 {
    color: #fff;
}

h4 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 0 0 15px 0;
    font-weight: 700;
}

h5 {
    font-size: 1rem;
    line-height: 1.3rem;
    margin: 0 0 12px 0;
    font-weight: 700;
}

.bold {
    font-weight: 700;
}

.margin-zero {
    margin: 0 !important;
}

a {
    color: inherit;
}

/*************************************************************************/
/************************* GESTION COOKIES *******************************/
/*************************************************************************/

iframe {
    width: 100%;
    max-width: 100%;
    height: 500px;
    margin-bottom: 25px;
}

.rangee-page.rangee-full iframe {
    height: 650px;
    max-height: 70vh;
}

.flex-item-deux-tiers iframe {
    height: 550px;
}

.wrapthin .flex-item-deux-tiers iframe {
    height: 470px;
}

.flex-item-deux-moitie iframe {
    height: 430px;
}

.flex-item-tiers iframe {
    height: 240px;
}

.flex-item-quart iframe {
    height: 200px;
}

.contenu-flexible iframe {
    max-width: 100%;
    margin: 20px 0;
    height: 450px;
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
    border-radius: 0 !important;
}

div#tarteaucitronAlertBig:before {
    display: none !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronRoot .tarteaucitronAllow {  
    background: #000 !important;
    padding: 10px 20px !important;
}

#tarteaucitronRoot #tarteaucitronCloseAlert,
#tarteaucitronRoot .tarteaucitronDeny {
    background: #fff !important;
    color: #000 !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
    background: #fff !important;
}

div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
    background: #fff !important;
    opacity: .7 !important;
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
    box-shadow: 0 0 40px rgba(0,0,0,0.7) !important;
    background: var(--light-yellow) !important;
}

#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    color: #000 !important;
}



/*************************************************************************/
/************************* STRUCTURE *************************************/
/*************************************************************************/

a.absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 14;
    top: 0;
    left: 0;
}

#content {
    margin-top: 0;
    width: 100%;
    position: relative;
    padding-top: 80px;
}

.wrap {
    padding: 0 var(--leftright);
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.wrapthin {
    margin: 0 auto;
    position: relative;
    padding: 0 calc(var(--leftright)*2);
}

.wrapsuperthin {
    margin: 0 auto;
    position: relative;
    width: 768px;
}

.hentry {
    background: none;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.entry-content {
    padding: 0;
}

.hentry header {
    border: 0;
    border-bottom: 0;
    padding: 0;
}

.hentry footer {
    border: 0;
    padding: 0;
}

.clearboth {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.display-table {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.bkg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.widget {
    padding: 0;
    margin: 0;
}

.widgettitle {
    border: 0;
    margin-bottom: 0;
}

.padding80 {
    padding: 80px;
}

.padding60 {
    padding: 60px;
}

.padding50 {
    padding: 50px;
}

.padding40 {
    padding: 40px;
}

.padding30 {
    padding: 30px;
}

.padding20 {
    padding: 20px;
}

.padding15 {
    padding: 15px;
}

.padding10 {
    padding: 10px;
}

.cartouche {
    margin: 30px auto;
}

.filet {
    width: 100%;
    height: 1px;
    margin: 15px 0;
}

.filet-epais {
    width: 100%;
    height: 6px;
    margin: 20px 0;
}


.container-flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.container-flex-center {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.container-flex-nowrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


.container-flex-start {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}


.container-flex img,
.container-flex-center img,
.container-flex-nowrap img,
.container-flex-start img {
    width: auto;
    max-width: 100%;
    height: auto;
}


.flex-item-moitie {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 48%;
}


.flex-item-quart {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 23%;
    position: relative;
}


.flex-item-trois-quart {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 70%;
    position: relative;
}


.flex-item-tiers {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 31%;
    position: relative;
}

.flex-item-deux-tiers {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 65%;
    position: relative;
}

.flex-item-auto {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}

.flex-item-full {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.flex-item-cinq {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 18%;
    position: relative;
}

.flex-item-40 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 40%;
    position: relative;
}

.flex-item-60 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 60%;
    position: relative;
}

.flex-item-50 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 50%;
    position: relative;
}

section {
    padding: 60px 0;
    position: relative;
}


/************************************************************************************************************************************/
/************************************************** SCROLL TO TOP *******************************************************************/
/************************************************************************************************************************************/

#toTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 8222;
}

#toTop::before {
    content: '\e5d8';
    font-family: 'Material Icons';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    background: rgba(217,232,232,.4);
    font-size: 1.4rem;
    text-align: center;
    line-height: 60px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


#toTop:hover::before {
    background: rgba(217,232,232,1);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/**********************************************************************************************************************************************************/
/********************************************************************** TRANSITION PAGES ******************************************************************/
/**********************************************************************************************************************************************************/

.loader-site {
    background: var(--bleu-pale);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 15000;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
}

.sk-chase {
    margin: 30vh auto;
    width: 60px;
    height: 60px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--light-blue);
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}


#holder {
	opacity: 0;  
	transition: opacity 0.3s ease-in-out;
 	-moz-transition: opacity 0.3s ease-in-out;
 	-webkit-transition: opacity 0.3s ease-in-out;
}

#holder.visible {
	opacity: 1;
	transition: opacity 0.4s ease-in-out;
 	-moz-transition: opacity 0.4s ease-in-out;
 	-webkit-transition: opacity 0.4s ease-in-out;
}


/*************************************************************************/
/**************************** HEADER *************************************/
/*************************************************************************/

header.header {
    /*background: var(--dark-blue);*/
    background: #fff;
    width: 100%;
    padding: 18px 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    z-index: 123;
    width: 100%;
    border-bottom: 2px solid #fff;
}

/*
header.header.video:not(.scroll) {
    background: transparent;
}
*/

.logo-header {
    width: 150px;
    height: 45px;
    display: block;
    position: relative;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

.logo-header img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

header.header nav li {
    padding: 0 35px;
}

header.header nav li a {
    text-transform: uppercase;
    color: var(--dark-blue);
    padding: 8px 0;
    font-weight: 400;
    font-size: .95rem;
}

header.header nav li a:focus,
header.header nav li a:visited,
header.header nav li a:hover {
    text-decoration: none;
}

header.header nav li a::after {
    content: '';
    display: block;
    margin: 2px auto 0;
    background: var(--orange);
    width: 0;
    height: 4px;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all .45s !important;
    transition: all .45s !important;
}

header.header nav li.current-menu-item a,
header.header nav li a:hover {
    color: var(--orange);
}

header.header nav li.current-menu-item a::after,
header.header nav li a:hover::after {
    opacity: 1;
    width: 50%;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

.footer-links li.cta a,
a.cta {
    text-transform: uppercase;
    padding: 6px 18px;
    border: 2px solid var(--orange);
    color: var(--orange);
    margin-top: 25px;
    font-size: .9rem;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

a.cta.blanc {
    color: #fff;
}

a.cta.bkg-blanc {
    color: var(--dark-blue) !important;
    background: #fff;
}

a.cta.big {
    font-size: 1rem;
    padding: 8px 20px;
}

a.cta.big.bkg-blanc,
a.cta.big.blanc {
    border-color: #fff;
}

.footer-links li.cta a:hover,
a.cta.blanc:hover,
a.cta:hover {
    background: var(--orange);
    color: var(--dark-blue);
    text-decoration: none !important;
}

a.cta:hover {
    color: #fff;
}

a.cta.big.bkg-blanc:hover,
a.cta.big.blanc:hover {
    border-color: var(--orange);
}

.fancybox-container a.cta.download {
    padding: 6px 18px;
}

a.cta.download span::before {
    content: '\e2c4';
    display: inline-block;
    margin-right: 8px;
    font-family: 'Material icons';
    font-size: 1.1rem;
    vertical-align: middle;
}

a.cta.infographie { 
    background: var(--orange);
    color: #fff;
    border: 2px solid var(--orange);
}

a.cta.infographie:hover { 
    border: 2px solid var(--dark-blue);
}

a.cta.infographie span::before {
    content: '\e4fb';
    display: inline-block;
    margin-right: 8px;
    font-family: 'Material icons';
    font-size: 1.3rem;
    vertical-align: middle;
}


header.header a.cta {
    margin-top: 0;
    font-size: .85rem;
    padding: 5px 20px;
    border-radius: 26px;
}

header.header.scroll {
    padding: 12px 0 8px;
    border-color: var(--dark-blue);
}

header.header.scroll .logo-header {
    width: 125px;
    height: 30px;
}

header.header.scroll nav li a::after {
    margin: 2px auto 0;
    height: 4px;
}

.contenu-accueil-home a.cta:hover {
    padding-right: 36px;
    padding-left: 36px;
    border-radius: 8px;
}

/*************************************************************************/
/******************* MENU RESPONSIVE *************************************/
/*************************************************************************/

.shiftnav {
/*    width: 460px !important; */
/*    max-width: 95% !important; */
}

.shiftnav:after {
    display: none !important;
}

.shiftnav .shiftnav-menu-title {

}

#shiftnav-toggle-main.shiftnav-toggle-edge-right {
    top: 10px;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

#shiftnav-toggle-main.shiftnav-toggle-edge-right.scroll {
    top: 0;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target { 
    font-size: 1rem !important;
    line-height: 1.3rem !important;
    border: 0 !important;
    text-shadow: none !important;
    color: #fff !important;
}

.shiftnav ul.shiftnav-menu li.menu-item {
    padding: 12px 0 !important;
    border-bottom: 1px solid #fff;
}

.shiftnav-inner {
    padding: 20px;
}

.shiftnav .shiftnav-panel-close {
    top: 0;
}

.shiftnav nav.shiftnav-nav::before {
    content: '';
    display: block;
    width: 220px;
    height: 70px;
    margin-bottom: 20px;
    background: url(img/the-shift-project-logo-long.png) top left no-repeat;
    background-size: contain;
}

.shiftnav.shiftnav-skin-standard-dark,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
    background: var(--dark-blue) !important;
    color: #fff !important;
}


.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
    border-top: 4px solid var(--orange);
    padding-top: 20px;
}

.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
    background: var(--dark-blue) !important;
}

#shiftnav-toggle-main {
    opacity: 0;
    color: var(--dark-blue) !important;
}

#shiftnav-toggle-main.visible {
    opacity: 1;
}

/*-------------------------*/
/* Image fixe accueil home */
/*-------------------------*/

.top-image-home {
    width: 100%;
/*    height: 100vh; */
/*    min-height: calc(85vh - 100px); */
/*    height: auto; */
    height: 75vh;
/*    padding-bottom: 50px; */
    position: relative;
/*    
    background-position: left 110px;
    background-repeat: no-repeat;
    background-size: contain;
*/    
/*    background-color: var(--dark-blue); */
}

.slider .wrapthin,
.container-video-home .wrapthin,
.top-image-home .wrapthin {
    max-width: 80%;
    padding: 0 calc(var(--leftright)*3);
}

.key-visual {
    /*height: calc(85vh - 110px);*/
    height: 75vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
    position: relative;
}

.contenu-accueil-home {
    position: relative;
    z-index: 5;
}

.contenu-accueil-home h3 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-weight: 300;
    margin-bottom: 0;
}

.contenu-accueil-home .introduction-accueil {
    margin-bottom: 30px;
}

body.home #content {
    padding-top: 0;   
}

/*
body.home #content::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 50vh;
    width: 100%;
    background: var(--dark-blue);
    z-index: 2;
}
*/

/*-------------------------*/
/* Vidéo accueil home */
/*-------------------------*/

.container-video-home {
    position: absolute; 
    top: 80px;
    bottom: 0;
    width: 100%;
    /*height: calc(100vh - 110px);*/
    height: 82vh;
    overflow: hidden;
}

.container-video-home video {
    min-width: 100%; 
    min-height: 100%; 
    width: auto;
    height: auto;
  /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}    



/*-------------------------*/
/* Slideshow accueil home */
/*-------------------------*/

.slider {
	width: 100%;
    /*height: calc(100vh - 110px);*/
    height: 75vh;
	overflow: hidden;
	position: relative;
}

.slide { 
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	float: left;
	position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slideposition {
    position: relative;
    bottom: 40px;
    left: 0;
    width: auto;
    text-align: center;
    z-index: 18;
    display: none;
}

#slideposition ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

#slideposition ul li.indicator {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: #fff;
    margin: 0 6px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}


.animate-text { 
    visibility:hidden;
}

/*************************************************************************/
/**************************** FOOTER *************************************/
/*************************************************************************/

footer.footer {
    padding: 60px 0 30px;
    background: var(--footer);
    color: #fff;
    font-weight: 400;
}

footer.footer .premiere-colonne img {
    margin-bottom: 20px;
}

footer.footer .premiere-colonne span,
footer.footer .premiere-colonne p:not(.lien) {
    opacity: .5;
}

footer.footer .premiere-colonne p.lien {
    margin-bottom: 0;
}

footer.footer .premiere-colonne a {
    padding: 0;
    opacity: .5;
}

footer.footer .premiere-colonne a:hover {
    opacity: 1;
}

footer.footer .filet {
    opacity: .35;
    margin: 25px 0;
}

footer.footer .caution {
    margin: 30px 0 20px;
    padding-right: 30px;
}

footer.footer a,
footer.footer p:not(.small) {
    color: #fff;
    font-size: .95rem;
    line-height: 1.4rem;
}

footer.footer nav li {
    display: block;
    float: none;
    margin: 0 0 6px;
}

footer.footer a {
    padding: 4px 0;
    opacity: 1;
    display: inline-block;
}

footer.footer a:hover {
    text-decoration: none;
    color: var(--orange);
}

.texte-bas-footer {
    opacity: .5;
    font-size: .85rem;
    line-height: 1.2rem;
}

footer.footer .nav-reseaux-sociaux {
    margin: 30px 0 0;
    text-align: left;
}

footer.footer .nav-reseaux-sociaux ul li a {
    width: 40px;
    height: 40px;
    padding: 0;
    display: block;
    position: relative;
}

footer.footer .nav-reseaux-sociaux ul li a::after {
    content: '';
    display: none;
}

footer.footer .nav-reseaux-sociaux ul li.facebook a {
    background: url(img/icone-rs-facebook.png) center center no-repeat;
    background-size: contain;
}

footer.footer .nav-reseaux-sociaux ul li.twitter a {
    background: url(img/icone-rs-twitter.png) center center no-repeat;
    background-size: contain;
}

footer.footer .nav-reseaux-sociaux ul li.youtube a {
    background: url(img/icone-rs-youtube.png) center center no-repeat;
    background-size: contain;
}

footer.footer .nav-reseaux-sociaux ul li.linkedin a {
    background: url(img/icone-rs-linkedin.png) center center no-repeat;
    background-size: contain;
}


/*-------------------*/
/* CARROUSELS */
/*-------------------*/

section.section-carrousel-secteurs {
    /*width: calc(100% - (var(--leftright)*2));*/
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.owl-carousel {
    width: 100%;
}

.owl-carousel#carrousel-secteurs {
    width: 120%;
    left: -10%;
    padding-top: 80px;
}

#carrousel-secteurs .item-carrousel {
    border-radius: 26px;
}

#carrousel-secteurs .owl-item {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#carrousel-secteurs .owl-item.active.opacity {
    opacity: .4;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.item-carrousel .container-vignette-secteur {
    overflow: hidden;
    height: 200px;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
}

.item-carrousel .vignette-secteur {
    transform: scale(1.01);
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all .45s;
    transition: all .45s;
}

.item-carrousel:hover .vignette-secteur {
    transform: scale(1.10);
    -webkit-transition: all .3s;
    transition: all .3s;
}

#carrousel-secteurs .item-carrousel:hover {
    background: var(--orange);
}

.container-titre-secteur {
    min-height: 133px;
}

.owl-nav {
    position: absolute;
    text-align: center;
    /*margin-top: 30px;*/
    z-index: 6;
    top: -20px;
    margin-left: -90px;
    left: 50%;
}
/*
.owl-nav.disabled {
    display: block !important;
}
*/

#carrousel-secteurs .owl-dots {
    margin-top: 20px;
    text-align: center;
}

#carrousel-secteurs .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 4px;
    border: 2px solid var(--orange);
}

#carrousel-secteurs .owl-dots .owl-dot.active {
    background: var(--orange);
}

#carrousel-secteurs.owl-carousel .owl-nav button.owl-prev,
#carrousel-secteurs.owl-carousel .owl-nav button.owl-next {
    height: 70px;
    width: 70px;
    position: relative;
    border: 2px solid var(--orange);
    color: var(--orange);
    border-radius: 50%;
    margin: 0 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


#carrousel-secteurs .owl-prev::before,
#carrousel-secteurs .owl-next::before {
    content: '';
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
    font-family: 'Material icons';
    font-size: 1.6rem;
    text-align: center;
    color: var(--orange);
    text-align: center;
    line-height: 66px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

#carrousel-secteurs .owl-prev::before {
    content: '\e5c4';
}

#carrousel-secteurs .owl-next::before {
    content: '\e5c8';
}

#carrousel-secteurs.owl-carousel .owl-nav button.owl-prev:hover,
#carrousel-secteurs.owl-carousel .owl-nav button.owl-next:hover {
    border-color: var(--light-blue);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#carrousel-secteurs.owl-carousel .owl-nav button.owl-prev:hover::before,
#carrousel-secteurs.owl-carousel .owl-nav button.owl-next:hover::before {
    color: var(--light-blue);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.fancybox-slide {
    padding: 0 !important;   
}


.fancybox-content {
    max-width: 95% !important;
    max-height: 88%;
    margin: 0 auto 0;
    padding: 0 !important;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.2);*/
    width: 80%;
/*    vertical-align: top; */
}

.fancybox-slide--html .fancybox-close-small {
    padding: 0;
    top: 15px;
    right: 15px;
    transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.fancybox-slide--html .fancybox-close-small:hover {
    transform: rotate(360deg);
}


.fancybox-is-open .fancybox-bg {
    opacity: .90;
    background: #fff;
}

.item-secteur-popin {
    padding: 50px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.owl-item.active .item-secteur-popin {
    opacity: 1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.owl-item.active .chiffre {
    opacity: 1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.item-secteur-popin .picto-secteur {
    display: inline-block;
    margin-right: 20px;
/*    border-radius: 50%; */
/*    border: 2px solid var(--orange); */
    height: 75px;
    width: 75px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.item-secteur-popin .titre-secteur h2 {
    display: inline-block;
    line-height: 80px;
    top: 0;
    position: absolute;
}

.item-secteur-popin .titre-secteur {
    margin-bottom: 30px;
    position: relative;
    height: 80px;
}

.item-secteur-popin h3 {
    color: var(--dark-blue);
    margin-top: 30px;
    margin-bottom: 15px;
}

.right-column-popin.colonne-padding {
    padding: 30px;
    background: var(--bleu-pale);
}

.item-secteur-popin .flex-item-deux-tiers p,
.item-secteur-popin .flex-item-deux-tiers li {
    font-size: .9rem;
    line-height: 1.3rem;
}


.right-column-popin .cta {
    display: block;
}


.fancybox-content .owl-nav {
    position: absolute;
    text-align: center;
    margin-top: 0;
    top: 35px;
    left: 50%;
    margin-left: -114px;
}

.chiffre {
    font-size: 3rem;
    line-height: 3rem;
    color: var(--orange);
    margin-top: 30px;
    font-weight: 300;
    margin-top: -20px;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.chiffre span {
    font-size: 2rem;
}


.chiffre.blanc {
    color: #fff;
}

.chiffre span {
    font-size: 2rem;
}


.item-carrousel.bkg-bleu .chiffre,
.item-carrousel.bkg-bleu .chiffre span {
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 0;
    line-height: 2rem;
}

.item-carrousel.bkg-bleu .chiffre {
    font-size: 1.7rem;
    opacity: .5;
}

.item-carrousel.bkg-bleu .chiffre span {
    font-size: 1.4rem;
}


.fancybox-content .owl-carousel .owl-nav button.owl-prev,
.fancybox-content .owl-carousel .owl-nav button.owl-next {
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.fancybox-content .owl-carousel .owl-nav button.owl-prev {
    margin-right: 85px;
}

.fancybox-content .owl-carousel .owl-nav button.owl-next {
    margin-left: 85px;
}

.fancybox-content .owl-prev::before,
.fancybox-content .owl-next::before {
    content: '';
    display: block;
    font-family: 'Material icons';
    font-size: 1.8rem;
    color: var(--orange);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.fancybox-content .owl-prev::before {
    content: '\f1e6';
}

.fancybox-content .owl-next::before {
    content: '\f1df';
}

.fancybox-content .owl-prev span,
.fancybox-content .owl-next span {
    display: none !important;
}

.fancybox-content .owl-carousel .owl-nav button.owl-prev:hover::before,
.fancybox-content .owl-carousel .owl-nav button.owl-next:hover::before {
    color: var(--orange);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-reseaux-sociaux {
    margin: 40px 0;
    text-align: center;
}

.nav-reseaux-sociaux ul {
    margin: 0 !important;
    list-style: none !important;
}

.nav-reseaux-sociaux ul li {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.nav-reseaux-sociaux ul li:last-child {
    margin-right: 0;
}

.nav-reseaux-sociaux ul li a {
    width: 50px;
    height: 50px;
    padding: 0;
    display: block;
    position: relative;
}

.nav-reseaux-sociaux ul li a::after {
    content: '';
    display: none;
    position: absolute;
    bottom: -4px;
    height: 0;
    left: 50%;
    width: 1px;
    opacity: 0;
    background: var(--dark-blue);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav-reseaux-sociaux ul li a:hover::after {
    bottom: -24px;
    height: 20px;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav-reseaux-sociaux ul li.facebook a {
    background: url(img/icone-rs-facebook.png) center center no-repeat;
    background-size: contain;
}

.nav-reseaux-sociaux ul li.twitter a {
    background: url(img/icone-rs-twitter.png) center center no-repeat;
    background-size: contain;
}

.nav-reseaux-sociaux ul li.youtube a {
    background: url(img/icone-rs-youtube.png) center center no-repeat;
    background-size: contain;
}

.nav-reseaux-sociaux ul li.linkedin a {
    background: url(img/icone-rs-linkedin.png) center center no-repeat;
    background-size: contain;
}

.fancybox-content iframe {
    height: 300px;
    margin-bottom: 25px;
}

.right-column-popin .cta:first-child {
    margin-top: 0;
}

section.medias {
    padding: 10px 0;
}

section.medias .owl-carousel {
    width: 80%;
    margin: 0 auto;
}

.item-carrousel-logo {
    height: 70px;
    width: 100px;
    margin: 0 auto;
}

.item-carrousel-logo img {
    width: 100%;
    height: auto;
}

#carrousel-logos .owl-nav {
    top: 20px;
    width: 100%;
    left: 0;
    margin-left: 0;
}

#carrousel-logos .owl-nav button.owl-prev,
#carrousel-logos .owl-nav button.owl-next {
    position: absolute;
}

#carrousel-logos .owl-nav button.owl-prev {
    left: -40px;
}

#carrousel-logos .owl-nav button.owl-next {
    right: -40px;
}

#carrousel-logos .owl-nav button.owl-prev::before,
#carrousel-logos .owl-nav button.owl-next::before {
    content: '\e8e4';
    display: block;
    font-family: 'Material icons';
    font-size: 2rem;
    text-align: center;
    color: #666;
    opacity: .25;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#carrousel-logos .owl-nav button.owl-prev::before {
    transform: rotate(180deg);
}

#carrousel-logos .owl-nav button.owl-prev:hover::before,
#carrousel-logos .owl-nav button.owl-next:hover::before {
    opacity: .6;
}



/*-------------------*/
/* PARTAGE RS */
/*-------------------*/


.bloc-partage {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

a.share-icone {
    text-decoration: none !important;
    margin-right: 8px;
}

a.share-icone:last-child {
    margin-right: 0;
}

a.share-icone::before {
    content: '';
    display: inline-block;
    font-size: 1.5rem;
    font-family: 'fontAwesome';
}

a.share-icone:hover::before {
    color: var(--orange);
}

a.share-icone.share-twitter::before {
    content: '\f081';
}

a.share-icone.share-facebook::before {
    content: '\f082';
}

a.share-icone.share-linkedin::before {
    content: '\f08c';
}

a.share-icone.share-whatsapp::before {
    content: '\f40c';
}



/*************************************************************************/
/************************** CONTENU FLEXIBLE *****************************/
/*************************************************************************/

section.section-page {
    padding: 0;
}

.rangee-page {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.rangee-page.bkg-image {
    padding-top: 90px;
    padding-bottom: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.rangee-page.bkg-bleu {
    padding-top: 90px;
    padding-bottom: 90px;
}

.rangee-image-seule {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 450px;
    max-height: 45vh;
    width: 100%;
}

.rangee-image-seule.rangee-image-double {
    height: 900px;
    max-height: 85vh;
    background-position: top center;
}

.rangee-page ul + h3,
.rangee-page img + h3,
.rangee-page p + h3 {
    margin: 30px 0 20px 0;
}

.rangee-page ul + h4,
.rangee-page img + h4,
.rangee-page p + h4 {
    margin: 25px 0 15px 0;
}

section.section-page img,
.rangee-page img {
    max-width: 100%;
    height: auto;
}

section.section-page ul,
.item-secteur-popin ul,
.rangee-page ul {
    margin: 15px 0;
    list-style: square;
}

section.section-page ul li,
.item-secteur-popin ul li,
.rangee-page ul li {
    margin-bottom: 6px;
    padding-left: 6px;
    margin-left: 18px;
}

.contenu-flexible p:last-child,
.contenu-libre p:last-child {
    margin-bottom: 0;
}

.rangee-page.blanc h2,
.rangee-page.blanc h3,
.rangee-page.blanc h4,
.rangee-page.blanc h5,
.rangee-page.blanc p,
.rangee-page.blanc p strong,
.rangee-page.blanc a,
.rangee-page.blanc strong {
    color: #fff;
}

.rangee-page.bkg-bleu h2:not(.orange),
.rangee-page.bkg-bleu h3:not(.orange),
.rangee-page.bkg-bleu h4:not(.orange),
.rangee-page.bkg-bleu h5:not(.orange),
.rangee-page.bkg-bleu p:not(.orange),
.rangee-page.bkg-bleu p strong,
.rangee-page.bkg-bleu a,
.rangee-page.bkg-bleu strong {
    color: #fff;
}

blockquote p {
    font-style: italic;
    color: var(--dark-blue);
}

blockquote {
    position: relative;
}

blockquote::before {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    top: 0;
    width: 6px;
    height: 100%;
    background: var(--orange);
}

.container-flex-center .flex-item-tiers {
    width: 30%;
    margin: 0 1.5% 40px;
}

img.aligncenter {
    margin: 0 auto;
}

img.alignleft {
    float: left;
    margin-right: 30px;
}

.rangee-page.fullwidth {
    min-height: 70vh;
    padding: 0;
}

.rangee-page.fullwidth .flex-item-50 {
    min-height: 70vh;
}

.rangee-page.fullwidth.texte-droite .moitie-texte {
    padding: 80px calc(var(--leftright)*2) 80px 80px;
}

.rangee-page.fullwidth.texte-gauche .moitie-texte {
    padding: 80px 80px 80px calc(var(--leftright)*2);
}

.rangee-page.bkg-bleu.rangee-page-chiffres {
    padding-top: 80px;
    padding-bottom: 60px;
}


/*************************************************************************/
/********************************** PAGES ********************************/
/*************************************************************************/

.top-image-page {
    height: 28vh;
}

.top-image-page.img-default {
    background: url(img/banniere-defaut.jpg) center center no-repeat;
    background-size: cover;
}

.top-image-page.big-header {
/*    height: 75vh; */
    min-height: 50vh;
    padding: 50px 0;
}

.top-image-page.big-header h1 {
    margin-bottom: 30px;
}

.top-image-page.big-header p {
    font-size: 1.35rem;
    line-height: 1.8rem;
}

.top-image-page.big-header p:last-child {
    margin-bottom: 0;
}

.top-image-page.big-header .wrapthin {
    max-width: 70%;
}

.module-chiffre-cle {
    margin-bottom: 30px;
}

.picto-chiffre-cle {
    width: 75px;
    margin: 0 auto 20px;
}

.picto-chiffre-cle img {
    max-width: 100%;
    height: auto;
}

.legende-chiffre {
    text-transform: uppercase;
    font-weight: 300;
}

.rangee-page.bkg-bleu .module-chiffre-cle,
.rangee-page.bkg-bleu .module-chiffre-cle .light-blue {
    color: #fff;
}

.module-recit {
    margin-bottom: 40px;
}

.module-recit .container-vignette {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin: 20px 0;
    border-bottom: 4px solid var(--light-yellow);
    position: relative;
}

.module-recit .container-vignette .vignette {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.module-recit .container-vignette:hover .vignette {
    transform: scale(1.08);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.date-actu {
    
}

.vignette-defaut {
    background: url(img/img-default-recit.jpg) center center no-repeat;
    background-size: cover;
}

.titre-recit h3 {
    margin-bottom: 10px;
}

/*-------------------*/
/* ACCORDION */
/*-------------------*/

h3.header-accordion {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    padding: 30px 0;
    margin-bottom: 0 !important;
    color: var(--dark-blue);
    border-bottom: 6px solid var(--dark-blue);
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

h3.header-accordion::after {
    content: '\e5cf';
    display: block;
    position: absolute;
    top: 35%;
    right: -10px;
    font-size: 2.5rem;
    font-family: 'Material Icons';
    color: var(--orange);
    -webkit-transition: all .3s;
    transition: all .3s;
}


h3.header-accordion.ui-state-active::after {
    content: '\e5cc';
    transform: rotate(-90deg);
}


h3.header-accordion:hover {
    border-color: var(--light-blue);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.body-accordion {
    margin-bottom: 30px;
}

.item-telechargement {
    padding: 18px 0;
    position: relative;
    border-bottom: 6px solid var(--light-yellow);
    color: var(--dark-blue);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.item-telechargement:last-child {
    margin-bottom: 40px;
}

.item-telechargement::after {
    content: '\e873';
    display: block;
    position: absolute;
    top: 35%;
    right: 0;
    font-family: 'Material Icons';
    font-size: 1.7rem;
    z-index: 3;
    color: var(--orange);
}

.item-telechargement:hover::after {
    -webkit-transition: all .3s;
    transition: all .3s;
}


.item-telechargement:hover {
    border-bottom: 6px solid var(--orange);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.item-telechargement:hover p.big {
    color: var(--orange);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.item-telechargement p.big {
    padding-right: 35px;
}

.intro-modules {
    margin-bottom: 30px;
}

/*************************************************************************/
/****************************** ACTUALITE ********************************/
/*************************************************************************/


.pagination-posts {
    position: relative;
    font-size: 1.1rem;
    line-height: 1.3rem;
    text-align: center;
    margin: 30px auto 20px;
}

.pagination-posts span,
.pagination-posts a {
    display: inline-block;
    margin: 0 3px;
    padding: 3px 6px;
    text-decoration: none;
    width: auto;
    color: var(--dark-blue);
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.pagination-posts span.nombre-pages {
    color: var(--gris);
}

.pagination-posts a:hover{
    text-decoration: none;
    color: var(--orange);
}

.pagination-posts .current{
    font-weight: 700;
    color: var(--orange);
}




