/*------------------------------------*\
    TAGS
\*------------------------------------*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html, body {
  height: 100vh;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

button{
    padding: 0;
}

button::-moz-focus-inner {
  border: 0;
}
b, strong {
  font-weight: bolder;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
p {
  margin: 0;
}
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


a i{
    -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

nav ol, nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav a {
  text-decoration: none;
}
/* Responsive images */
img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
svg {
	fill: currentColor;
}
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
/**
 * Remove the default vertical scrollbar in IE
 * Change the resize direction on textareas in all browsers
 */
textarea {
	overflow: auto;
	resize: vertical;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: inherit;
}

/* FRAMEWORK */
.container, .container-fluid {
  padding-right: 40px;
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}


/* FONTS */
@font-face {
  font-family: 'EMprint';
  src: url('../fonts/EMprint-Regular.eot');
  src: url('../fonts/EMprint-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/EMprint-Regular.woff2') format('woff2'),
  url('../fonts/EMprint-Regular.woff') format('woff'),
  url('../fonts/EMprint-Regular.ttf') format('truetype'),
  url('../fonts/EMprint-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'EMprint';
  src: url('../fonts/EMprint-Bold.eot');
  src: url('../fonts/EMprint-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/EMprint-Bold.woff2') format('woff2'),
  url('../fonts/EMprint-Bold.woff') format('woff'),
  url('../fonts/EMprint-Bold.ttf') format('truetype'),
  url('../fonts/EMprint-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'EMprint';
  src: url('../fonts/EMprint-Semibold.eot');
  src: url('../fonts/EMprint-Semibold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/EMprint-Semibold.woff2') format('woff2'),
  url('../fonts/EMprint-Semibold.woff') format('woff'),
  url('../fonts/EMprint-Semibold.ttf') format('truetype'),
  url('../fonts/EMprint-Semibold.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'EMprint';
  src: url('../fonts/EMprint-Light.eot');
  src: url('../fonts/EMprint-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/EMprint-Light.woff2') format('woff2'),
  url('../fonts/EMprint-Light.woff') format('woff'),
  url('../fonts/EMprint-Light.ttf') format('truetype'),
  url('../fonts/EMprint-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}

@media (min-width: 1280px){
  .cntnr{
      width: 1280px;
  }
}
body {
  font-family: 'EMprint', Arial, serif;
  font-size: 15px;
}



/************************** HEADER ****************************************/
/**************************************************************************/
#header{
    height: 80vh;
    width: 100%;
    background: #5BC4F1 url("../img/panorama/bande-bg.jpg") no-repeat;
    background-position: bottom right;
    background-size: 90px;
    min-height: 370px;
}

#header .container{
    padding: 0;
    margin: 0;
    width: 100%
}

#header .container .header_top{
    width: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-box-pack             : space-between;
	-webkit-justify-content      : space-between;
		-ms-flex-pack            : space-between;
			justify-content      : space-between;
    padding: 30px 40px 20px 40px;
}

#header .container_hero .hero{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-pack             : center;
	-webkit-justify-content      : center;
		-ms-flex-pack            : center;
			justify-content      : center;
}

#header .container_hero .hero .img_header {
    width: 60%;
    text-align: right;
    padding-right: 100px;
}

#header .container_hero .hero .img_header img{
    width: 80%;
}

#header .container_hero .hero .title {
    width: 40%;
}

#header .container_hero .hero .title .brand {
    color: white;
    font-size: 13px;
    font-weight: bold;
}
#header .container_hero .hero .title h1 {
    font-size: 50px;
    line-height: 60px;
    color: white;
    margin-top: 15px;
}

#header .rapport_mobile{
    display: none;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

#header .rapport_mobile img{
    width: 15px;
    margin-right: 5px;
}

.logo_header{
    width: 40%;
}

.logo_header img{
    width: 80px;
}

.telecharger{
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    font-weight: bold;
    width: 60%;
    text-align: right;
}
.telecharger a{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.telecharger a:hover{
    opacity: 0.7;
}
.telecharger img{
    margin-left:10px;
}

#header {
    overflow: hidden;
}


#header .container .hero{
    width: 100%;
    padding: 0 40px;
}

#header .container .hero img{
    display: inline-block;
    width: 800px;
    margin: 60px 80px 0 150px;
}
#header .container .hero h1{
    display: inline-block;
    font-size: 70px;
    line-height: 80px;
    color: white;
    padding-top: 160px;
}
#header .container .hero h1 span{
    font-size: 20px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

/************************** MENU BURGER ****************************************/
header #burger{
    position: fixed;
    right: 10px;
    top: 10px;
    display: none;
    z-index: 99999;
}
header .toggle {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
header .toggle #hamburger {
  width: 25px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%, -50%);
  /* .translate(-50%,-50%); */
}
header .toggle #hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin-bottom: 6px;
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .toggle #hamburger span:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
header .toggle #hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
header .toggle #hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
  margin-bottom: 0;
}
header .toggle #cross {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
header .toggle #cross span {
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .toggle #cross span:nth-child(1) {
  width: 2px;
  height: 0;
  margin-left: -2px;
  top: 0;
  left: 50%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
header .toggle #cross span:nth-child(2) {
  width: 0;
  height: 2px;
  margin-top: -2px;
  top: 50%;
  left: 0;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
header .toggle.active #hamburger span {
  width: 0;
}
header .toggle.active #hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
header .toggle.active #hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
header .toggle.active #hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
header .toggle.active #cross span:nth-child(1) {
  height: 100%;
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
header .toggle.active #cross span:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}



/************************** SUB MENU ****************************************/
/**************************************************************************/
#sub_menu {
    height: 100px;
}

#sub_menu .telecharger{
    display: none;
}

#sub_menu.opened{
    display: block;
}



#sub_menu ul {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-pack             : space-around;
	-webkit-justify-content      : space-around;
		-ms-flex-pack            : space-around;
			justify-content      : space-around;
    /* padding-top: 40px; */
    font-weight: bold;
}

#sub_menu li {
width: 25%;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    text-align: center;
    height: 100px;
    line-height: 100px;
}

#sub_menu a:hover{
    opacity: 0.5;
    text-decoration: underline;
}



#sub_menu li a {
    color: black;
    transition: all 200ms ease-out 0s;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#sub_menu li a.linkBlue:hover {
    color: rgb(91, 196, 241);
}

#sub_menu li a.linkPurple:hover {
    color: rgb(69, 81, 158);
}

#sub_menu li a.linkGreen:hover {
    color: rgb(140, 190, 35);
}

#sub_menu li a.linkBlueT:hover {
    color: rgb(0, 176, 234);
}


/************************** SECTION PANORAMA ******************************/
/**************************************************************************/
.wrapper .section_decouvrir{
    width: 100%;
    background-color: #f8f8f8;
}

.container.section_decouvrir {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding: 0px 60px 80px 60px;
}

.section_decouvrir .col_gch {
    width: 35%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-flex-direction       :column;
		-ms-flex-direction       :column;
			flex-direction       :column;

    -webkit-box-pack             : space-between;
    -webkit-justify-content      : space-between;
        -ms-flex-pack            : space-between;
            justify-content      : space-between;
}

.section_decouvrir .col_gch .title{
    margin: 50px 0 0 0;
}

.section_decouvrir .col_gch span {
    color: rgb(236, 35, 36);
    font-size: 13px;
    font-weight: bold;
}

.section_decouvrir .col_gch p{
    color: #EC2324;
    font-size: 22px;
    font-weight: 500;
}
.section_decouvrir .col_gch h2 {
    color: rgb(236, 35, 36);
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin: 5px 0px 0px;
}

.section_decouvrir .col_gch .picto_play {
    margin-top: 20px;
}

.section_decouvrir .col_gch .picto_play p i {
    color: rgb(236, 35, 36);
    font-size: 50px;
    cursor: pointer;
}

.section_decouvrir .title.telechargement{
    position: absolute;
    bottom: 50px;
    right: 60px;
    background-color: #f8f8f8;
    padding: 20px;
}

.section_decouvrir .title.telechargement a{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align            : flex-start;
    -webkit-align-items          : flex-start;
    -ms-flex-align               : flex-start;
    align-items                  : flex-start;
    text-decoration: none;
    color: rgb(236, 35, 36);
}

.section_decouvrir .title.telechargement img{
    width: 20px;
    margin-right: 25px;
}

.section_decouvrir .title.telechargement span{
    font-weight: bold;
}

.section_decouvrir .col_gch .truck {
    padding-top: 20px;
}

.section_decouvrir .col_gch img{
    width: auto;
}

.section_decouvrir .col_dr {
    width: 65%;
}

.section_decouvrir .col_dr .plane {
    padding-top: 50px;
}

.section_decouvrir .col_dr .plane img{
    width: auto;
}

.section_decouvrir .col_dr .industry {
    text-align: left;
}


#Panorama2018{
    position: relative;
}

#Panorama2018 .video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
}

#Panorama2018 .video .video-dimensions{
    width: 100%!important;
    height: 100%!important;
}

.video-js{
    background-color: #fff!important;
}



#Panorama2018 .video.active{
    display: block;
}

.video-js{
    height: 100%;
    width: 100%;
}

#Panorama2018 .video video{
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#Panorama2018 .video video:focus{
    outline: none;
}

#Panorama2018 .close{
    position: absolute;
    top:15px;
    right: 15px;
    text-align: center;
    cursor: pointer;
}

#Panorama2018 .close i{
    font-size: 45px;
}

#Panorama2018 .close p{
    font-size: 0;
    opacity: 0;
}

#Panorama2018 .video-js .vjs-control-bar{
    background-color: rgba(125,125,125,0.7);
}




/************************** SECTION INTERVIEW ******************************/
/**************************************************************************/

.wrapper .section_interview{

    background-color: #f8f8f8;
}

.container.section_interview {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.section_interview .exergue {
    -webkit-box-flex             : 1;
	-webkit-flex-grow            : 1;
		-ms-flex-positive        : 1;
			flex-grow            : 1;
    background-color: rgb(56, 70, 135);
    color: rgb(255, 255, 255);
    padding: 50px 80px;
}

.section_interview .exergue p:nth-child(1) {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: 500;
}

.section_interview .exergue p:nth-child(2) {
    font-size: 13px;
    line-height: 18px;
    color: rgb(209, 214, 237);
}


.section_interview .download{
    width: 400px;
    background-color: #fff;
    text-align: center;
}
.section_interview .download img{
    width: 100%;
    background: black;
    display: inline-block;
    vertical-align: top;
}
.section_interview .download .picto_text{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding: 30px 0;

    -webkit-box-pack             : center;
    -webkit-justify-content      : center;
        -ms-flex-pack            : center;
            justify-content      : center;
    /* margin-left: -20px; */
}

.section_interview .download .picto_text img{
    background-color: white;
    width: 21px;
    margin-right: 13px;
}

.section_interview .download a, .section_interview .download p{
    font-size: 21px;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
    color: #384687;
    display: inline-block;
}
.section_interview .download a:hover{
    opacity: 0.5;
}

.section_interview .slider_key_figures {
    width: 400px;
    background-color: rgb(91, 196, 241);
    color: rgb(255, 255, 255);
}

.section_interview .slider_key_figures h3 {
    position: absolute;
    margin-top: 50px;
    margin-left: 45px;
    font-size: 16px;
}

.section_interview .slider_key_figures .real_slider .slide {
    font-size: 29px;
    line-height: 26px;
    font-weight: 500;
    height: 80%;
    padding: 20px 0px 0px 20px;
}

.section_interview .slider_key_figures .real_slider .slide_ca {
    background-image: url(../img/chiffres/Pictos-slider_fleches.svg);
    background-size: 367px;
    background-repeat: no-repeat;
    background-position: 34px -46px;
}

.section_interview .slider_key_figures .real_slider .slide_co2 {
    background-image: url(../img/chiffres/Pictos-slider_nuages.svg);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: -150px -50px;
}

.section_interview .slider_key_figures .real_slider .slide_petrole {
    background-image: url(../img/chiffres/Pictos-slider_barils.svg);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 113px 20px;
}

.section_interview .slider_key_figures .real_slider .slide_emplois {
    background-image: url(../img/chiffres/Pictos-slider_bonhommes.svg);
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: 130px 80px;
}

.section_interview .slider_key_figures .real_slider .slide .slide_content {
    padding: 30px 30px 30px 65px;
}

.section_interview .slider_key_figures .real_slider .slide .slide_content p.figure {
    font-size: 49px;
    line-height: 57px;
    font-weight: 700;
    margin-top: 140px;
}
.section_interview .slider_key_figures .real_slider .slide .slide_content p.texte {
    line-height: 39px;
}

.section_interview .slider_key_figures .real_slider .slide .slide_content p.texte span{
    font-size: 15px;
}

.section_interview .slider_key_figures .real_slider .slide .slide_content p.smalltexte {
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    margin-top: 20px;
    max-width: 285px;
}

.section_interview .slider_key_figures .real_slider ul.slick-dots {
    text-align: center;
    padding: 0;
    margin: 0 0 15px 0;
}
.section_interview .slider_key_figures .real_slider ul.slick-dots li {
    display: inline-block;
    margin: 0px 7px;
}
.section_interview .slider_key_figures .real_slider ul.slick-dots li button {
    color: white;
    height: 12px;
    width: 12px;
    font-size: 0px;
    background: white;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 12px;
    outline: none;
    transition: all 400ms ease-out 0s;
}

.section_interview .slider_key_figures .real_slider ul.slick-dots li.slick-active button {
    color: rgb(69, 81, 158);
    background: rgb(69, 81, 158);
}

/************************** SECTION FAITS MARQUANTS ***********************/
/**************************************************************************/

.wrapper .section_faits_marquants {
    padding-top: 90px;
    /* padding-bottom: 60px; */



}

.container.section_faits_marquants {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.container.section_faits_marquants h3 {
    width: 100%;
    color: #5BC4F1;
    font-size: 34px;
    line-height: 40px;
    padding-left: 80px;
    padding-bottom: 60px;
}

.container.section_faits_marquants .slider_faits_marquants {
    /* width: calc(100% + 120px);
    margin-left: -120px; */
    overflow: hidden;
    margin-right: 0;
}



.container.section_faits_marquants .slider_faits_marquants .slide_unit {
    width: 33.33%;
    outline: none;
    padding-top:150px;

-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.container.section_faits_marquants .slider_faits_marquants .slide_unit img{
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.container.section_faits_marquants .slider_faits_marquants .slide_unit .slide_unit_container {
    /* padding: 0px 0px 0px 120px; */
    /* padding: 0; */
    padding: 0px 80px;
}

.container.section_faits_marquants .slick-list{
    padding: 0!important;
    margin-left: -80px;
    margin-right: -80px;
}


.container.section_faits_marquants .slider_faits_marquants .slide_unit.slick-current{
    padding-top: 0;
}

.slide_unit.slick-current .slide_unit_container > img{
    width: 120%;
    max-width: 120%;
    margin-left: -10%;

}


@media screen and (min-width:0\0) {
    .container.section_faits_marquants .slider_faits_marquants {
        /* width: 100%;
        margin-left: 0;
        display: -ms-flexbox;      /* TWEENER - IE 10 */ */
    }

    .container.section_faits_marquants .slider_faits_marquants .slide_unit .slide_unit_container {
        /* padding: 30px; */
    }
}

.section_faits_marquants .slide_normal p, .section_faits_marquants .slide_inverse p {
    padding-right: 65px;
    font-size: 18px;
    line-height: 22px;
    color:black;
}

.section_faits_marquants .slide_normal p, .section_faits_marquants .slide_unit .slide_unit_container  p{
    color:black;
    line-height: 27px;
}

.section_faits_marquants .slide_normal p, .section_faits_marquants .slide_unit p i {
    margin-left: 10px;
    color: #5BC4F1;
}

.section_faits_marquants .slide_inverse p {
    padding-bottom: 30px;
}

.section_faits_marquants .slide_normal img, .section_faits_marquants .slide_inverse img {
    width: 100%;
    height: auto;
}

.section_faits_marquants .slide_normal a img, .section_faits_marquants .slide_inverse a img{
    width: 15px;
    display: inline-block;
    margin-left: 7px;
}

.section_faits_marquants .slide_normal p, .section_faits_marquants .slide_inverse p {
    padding-right: 65px;
    font-size: 20px;
    line-height: 22px;
}

.container.section_faits_marquants .slider_faits_marquants .slide_unit.slick-current p{
    font-size: 24px;

}

.section_faits_marquants .slide_normal p {
    padding-top: 30px;
}

.container.section_faits_marquants .slider_faits_marquants .slick-dots {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    /* margin-left: 5%; */
}

.container.section_faits_marquants .slider_faits_marquants ul.slick-dots li {
    display: inline-block;
    margin: 0px 7px;
}

.container.section_faits_marquants .slider_faits_marquants ul.slick-dots li button {
    color: #5BC4F1;
    height: 12px;
    width: 12px;
    font-size: 0px;
    background: #5BC4F1;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 12px;
    outline: none;
    transition: all 400ms ease-out 0s;
}

.container.section_faits_marquants .slider_faits_marquants ul.slick-dots li.slick-active button {
    color: rgb(69, 81, 158);
    background: rgb(69, 81, 158);
}

.section_faits_marquants .download_fm{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: none;
}
.section_faits_marquants .download_fm p{
    font-size: 15px;
}
.section_faits_marquants .download_fm i{
    color: #5BC4F1;
    padding-right: 10px;
}
.section_faits_marquants .download_fm i:hover{
    opacity: 0.5;
}
.section_faits_marquants .download_fm a{
    text-decoration: none;
    color: #000;
}
.section_faits_marquants .download_fm a:hover{
    color: #5BC4F1;
}
hr{
    display: none;
}


/************************** SECTION RA ***********************/
/**************************************************************************/
.wrapper .section_ra {
    /* padding-bottom: 50px; */
}

.container.section_ra {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top:50px;
    /* margin: 0; */
}

.container.section_ra .wrapper_intro {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-pack             : center;
	-webkit-justify-content      : center;
		-ms-flex-pack            : center;
			justify-content      : center;
}

.section_ra .wrapper_intro .intro {
    color: rgb(69, 81, 158);
    max-width: 860px;
    margin: auto;
}

.section_ra .intro h4 {
    font-size: 22px;
    line-height: 29px;
    font-weight: normal;
    margin-bottom: 20px;
}

.section_ra .wrapper_intro .intro .RAbrowser {
    display: block;
}

.section_ra .wrapper_intro .intro .RAmobile {
    display: none;
}

.section_ra .intro p {
    font-size: 28px;
    line-height: 29px;
    font-weight: 700;
}

.section_ra .mosaique {
    /* padding-bottom: 60px; */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    color: rgb(255, 255, 255);
    margin-top: 50px;
}

.section_ra .mosaique .sectors {
    width: 50%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap            :wrap;
		-ms-flex-wrap            :wrap;
			flex-wrap            :wrap;
}

.section_ra .mosaique .sectors .square {
    width: 50%;
    position: relative;
}

.section_ra .mosaique .sectors .conjonct {
    background: rgb(69, 81, 158);
}

.section_ra .mosaique .sectors .carbu {
    background: rgb(42, 50, 91);
}

.section_ra .mosaique .sectors .lub {
    background: rgb(42, 50, 91);
}

.section_ra .mosaique .sectors .persp {
    background: rgb(69, 81, 158);
}

.section_ra .mosaique .sectors .square .square_content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction       :column;
		-ms-flex-direction       :column;
			flex-direction       :column;
    -webkit-box-pack             : center;
	-webkit-justify-content      : center;
		-ms-flex-pack            : center;
			justify-content      : center;
}

.section_ra .mosaique .sectors .square::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.section_ra .mosaique .sectors .square .picto {
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (min-width:0\0) {
    .section_ra .mosaique .sectors .square .picto{
        height: 100px;
    }
}

.section_ra .mosaique .sectors .square .picto img{
    width: 34%;
    max-width: 130px;
}

.section_ra .mosaique .sectors .square .sector_text {
    height: auto;
    padding: 0px 50px;
}

.section_ra .mosaique .sectors .square .sector_text p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
}

.section_ra .mosaique .sectors a {
    text-decoration: none;
    color: #fff;
}



.section_ra .mosaique .ra_download{
    width: 50%;
    background-color: #2A325B;
}
.section_ra .mosaique .ra_download img{
    display: block;
    width: 100%;
}
.section_ra .mosaique .ra_download .i_text{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding-top: 40px;
    padding-bottom: 20px;
    margin-left: 50px;
}

.section_ra .mosaique .ra_download .i_text img, .section_ra .mosaique .ra_download_mobile .i_text_mobile img{
    display: inline-block;
    width: 20px;
    margin-right: 25px;
    vertical-align: top;
}

.ra_download_mobile{
    display: none;
}

.section_ra .mosaique .ra_download .i_text div, .section_ra .ra_download_mobile .i_text_mobile a div{
    display: inline-block;
}
.section_ra .mosaique .ra_download span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    display: block;
}

.section_ra .mosaique .ra_download i{
    font-size: 25px;
    margin-right: 20px;
    color: #fff;
}
.section_ra .mosaique .ra_download a{
    text-decoration: none;
    color: #fff;
}
.section_ra .mosaique .ra_download a:hover{
    opacity: 0.5;
}

.section_ra .mosaique .ra_download p:last-child {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    text-align: left;
}


/************************** SECTION RSE ***********************/
/**************************************************************************/
.wrapper .section_rse{
}

.container.section_rse{
    margin: 0;
    margin-top: 50px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.container.section_rse .wrapper_intro {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-pack             : center;
	-webkit-justify-content      : center;
		-ms-flex-pack            : center;
			justify-content      : center;
    margin-top: 20px;
}

.section_rse .wrapper_intro .intro {
    color: rgb(140, 190, 35);
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.section_rse .wrapper_intro .intro h4 {
    font-size: 22px;
    line-height: 29px;
    font-weight: normal;
    margin-bottom: 20px;
}

.section_rse .wrapper_intro .intro .RAbrowser {
    display: block;
}

.section_rse .wrapper_intro .intro .RAmobile {
    display: none;
}

.section_rse .wrapper_intro .intro p {
    font-size: 28px;
    line-height: 29px;
    font-weight: 700;
}

.section_rse .mosaique {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap            :wrap;
		-ms-flex-wrap            :wrap;
			flex-wrap            :wrap;
    color: rgb(255, 255, 255);
    margin-top: 60px;
}

.section_rse .mosaique .rse_download {
    width: 50%;
    background-color: #8CBE23;
}

.section_rse .mosaique .rse_download img {
    display: block;
    width: 100%;
}

.section_rse .mosaique .rse_download .i_text {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding-top: 40px;
    padding-bottom: 20px;
    margin-left: 50px;
}

.section_rse .mosaique .rse_download .i_text img{
    display: inline-block;
    width: 20px;
    margin-right: 25px;
    vertical-align: top;
}

.section_rse .mosaique .rse_download a {
    text-decoration: none;
    color: #fff;
}

.section_rse .mosaique .rse_download .i_text div{
    display: inline-block;
}

.section_rse .mosaique .rse_download a:hover{
    opacity: 0.5;
}

.section_rse .mosaique .rse_download i {
    font-size: 25px;
    margin-right: 20px;
    color: #fff;
}

.section_rse .mosaique .rse_download span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    display: block;
}

.section_rse .mosaique .rse_download p:last-child {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    text-align: left;
}

/* RSE SECTORS */

.section_rse .mosaique .sectors {
    width: 50%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    -webkit-flex-wrap            :wrap;
		-ms-flex-wrap            :wrap;
			flex-wrap            :wrap;
}

.section_rse .mosaique .sectors .secu {
    position: relative;
    background: rgb(140, 190, 35);
}

.section_rse .mosaique .sectors .environment {
    position: relative;
    background: rgb(165, 204, 82);
}


.section_rse .mosaique .sectors .energy {
    position: relative;
    background: rgb(165, 204, 82);
}

.section_rse .mosaique .sectors .development {
    position: relative;
    background: rgb(140, 190, 35);
}

.section_rse .mosaique .sectors .square {
    width: 50%;
    position: relative;
    text-align: center;
}

.section_rse .mosaique .sectors .square .square_content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction       :column;
		-ms-flex-direction       :column;
			flex-direction       :column;
    -webkit-box-pack             : flex-end;
	-webkit-justify-content      : flex-end;
		-ms-flex-pack            : flex-end;
			justify-content      : flex-end;
}

.section_rse .mosaique .sectors .square::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.section_rse .mosaique .sectors .square .picto {
    margin-bottom: 40px;
    height: 100px;
}

@media screen and (min-width:0\0) {
    .section_rse .mosaique .sectors .square .picto {
        margin-top: 45px;
        height: 110px;
    }
}


.section_rse .mosaique .sectors .environment .picto img{
    width: 30%;
}

.section_rse .mosaique .sectors .development .picto img{
    width: 33%;
}

.section_rse .mosaique .sectors .square .sector_text {
    height: 90px;
    padding: 0px 50px;
}

.section_rse .mosaique .sectors .square img {
    display: inline-block;
    width: 40%;
    max-width: 130px;
    max-height: 100%;
}

.section_rse .mosaique .sectors .square .sector_text p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
}

.section_rse .mosaique .sectors .square .sector_text p a {
    color:white;
    text-decoration:none;
}

.section_rse .mosaique .full_image {
    width: 50%;
}

.section_rse .mosaique .full_image img {
    display: block;
    width: 100%;
}

/* RSE FINANCE */
.section_rse .mosaique .finance_download{
    width: 50%;
    background-color: #00B0EA;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction       :column;
        -ms-flex-direction       :column;
            flex-direction       :column;
    -webkit-box-pack             : center;
    -webkit-justify-content      : center;
        -ms-flex-pack            : center;
            justify-content      : center;
}
.section_rse .mosaique .finance_intro p {
    font-size: 24px;
    line-height: 35px;
    padding-left: 120px;
    padding-right: 120px;
    font-weight: bold;
}

.section_rse .mosaique .finance_download .i_text img{
    display: inline-block;
    width: 20px;
    margin-right: 25px;
    vertical-align: top;
}

.section_rse .mosaique .finance_download .i_text{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding-top: 60px;
    padding-left: 120px;
}
.section_rse .mosaique .finance_download .i_text span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    display: block;
}

.section_rse .mosaique .finance_download .i_text div{
    display: inline-block;
}

.section_rse .mosaique .finance_download .i_text i{
    font-size: 25px;
    margin-right: 20px;
    color: #fff;
}
.section_rse .mosaique .finance_download .i_text p:last-child {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    text-align: left;
}

.section_rse .mosaique .finance_download .i_text a{
    text-decoration: none;
    color: #fff;
}
.section_rse .mosaique .finance_download .i_text a:hover{
    opacity: 0.5;
}

.rse_download_mobile{
    display:none;
}

/************************** SECTION TELECHARGEMENT ******************************/
/**************************************************************************/

.wrapper .section_telechargement{
    padding: 120px 80px 80px 80px;
}

.container.section_telechargement{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}


.section_telechargement .title p{
    font-size: 18px;
    color: #5BC4F1;
    font-weight: 400;
}
.section_telechargement .title h3{
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #5BC4F1;
    margin-bottom: 40px;
}


.section_telechargement .downloads{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap            :wrap;
		-ms-flex-wrap            :wrap;
			flex-wrap            :wrap;
    -webkit-box-pack             : space-between;
    -webkit-justify-content      : space-between;
        -ms-flex-pack            : space-between;
            justify-content      : space-between;
    width: 100%;
}

.container.section_telechargement .download_zone_groupe{
    width: 30%;
}

.container.section_telechargement .download_zone_groupe .download_zone:nth-child(2){
    border:none;
}

.container.section_telechargement .download_zone{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 25px 0;
    -webkit-box-align            : center;
    -webkit-align-items          : center;
    -ms-flex-align               : center;
    align-items                  : center;
    min-height: 95px;
    /* padding-right: 20px; */
}

@media all and (max-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .container.section_telechargement .download_zone{
        min-height: 0;
        line-height: normal;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .container.section_telechargement .download_zone{
        height: 95px;
        line-height: 95px;
    }
}

.container.section_telechargement .download_zone img{
    margin-right:15px;
}

.section_telechargement .downloads p{
    font-size: 15px;
    line-height: 18px;
}
.section_telechargement .downloads i{
    font-size: 18px;
    color: #5BC4F1;
    margin-right: 15px;
}
.section_telechargement .downloads a{;
    text-decoration: none;
    color: #000;
    font-weight:bold;
    line-height: 21px;
}
.section_telechargement .downloads a:hover{
    color: #5BC4F1;
}


/************************** FOOTER ****************************************/
/**************************************************************************/
footer {
    background-color: rgb(246, 246, 246);
    color: rgb(0, 0, 0);
    font-size: 13px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-pack             : space-between;
	-webkit-justify-content      : space-between;
		-ms-flex-pack            : space-between;
			justify-content      : space-between;
    padding: 30px 60px;
}

    footer .mentions_liens{
        margin-top: 130px;
    }

    footer .mentions p{
        display: inline;
    }

    footer .mentions a{
        text-decoration: underline;
        color: #000;
    }

    footer .mentions a:hover{
        opacity: 0.5;
    }


    footer .liens .logo_footer {
        margin-bottom: 10px;
        text-align: center;
        display: inline-block;
    }

    footer .liens .logo_footer img{
        width: 80px;
        display: inline-block;
        margin-bottom: 3px;
    }

    @media screen and (min-width:0\0) {
        footer .mentions{
            width: 70%;
        }
        footer .liens{
            width: 30%;
            text-align: right;
        }
    }

    footer .text p{
        margin-bottom: 12px;
    }

    footer .liens a{
      color: inherit;
      text-decoration: none;
    }

    footer .liens a:hover{
        color: #0163a9;
    }

    footer .liens ul{
        padding-left: 0;
    }

    footer .liens li{
        list-style-type: none;
        text-decoration: none;
        display: inline-block;
    }
    footer .liens i{
        font-size: 30px;
        margin-right: 8px;
    }
    footer .liens i:hover{
        color: #aaa;
    }

    footer .text p.thebrand {
        font-size: 12px;
    }

    footer .text p.thebrand span {
        font-weight: bold;
    }

    footer .text p.bolder {
        font-weight: bold;
    }
