<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  color: #3e3947;
  background-color: white;
}

body, html {
  height: 100%;
}

a {
  color: #3e3947;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* -------------------------------- 

Main components 

-------------------------------- */
video{
	width:100%;
	margin:0;
	border:medium;
	}

.cd-section {
  min-height: 100%;
  position: relative;
  padding: 2em 0;
}

.cd-section .container{
	width: 80%;
	margin-left: 10%;
	padding: 20px 0;
	}
	
.cd-section .container .head{
	padding: 0 0 40px;
}
.cd-section .container .head .title{
	font-size: 48px;
	line-height: 56px;
	color:#6d6d6f;
	font-weight:900;
	margin-top:50px;
}
.cd-section .container .head .title span{
	font-size:100px;
	line-height: 80px;
	color:#6d6d6f;
	display: block;
}
.cd-section .container .image-holder{
	float: none;
	width: 40%;
	margin-left:0;
	margin-right:55%;
	margin-top:-40px;
	}
	
.cd-section .container .image-holder-portrait{
	float: right;
	width: 40%;
	margin-top:-120px;
	}	
	
.cd-section .container .image-holder1{
	width: 80%;
	}
			
	
.cd-section .contenu{
	width: 100%;
	padding: 20px 0;
	clear: both;
	}
	
.colonnegauche{
	float:left;
	width:45%;
	}	
	
.colonnedroite{
	float:right;
	width:45%;
	}
	
.colonnegauche1{
	float:left;
	width:25%;
	padding:0 3% 0 0;
	}	
	
.colonnedroite1{
	float:right;
	width:25%;
	}	
	
.colonnegauche2{
	float:left;
	width:33%;
	padding:0 3% 0 0;
	}	
	
.colonnedroite2{
	float:right;
	width:25%;
	}					


h4{
	font-size:18px;
	font-weight:900;
	color:#6d6d6f;
	line-height:24px;
	display:block;
	}	
	
h5{
	font-size:16px;
	color:#6d6d6f;
	line-height:22px;
	display:block;
	margin:10px 0;
	}	
	
h2{
	font-size:60px;
	font-weight:900;
	color:#6d6d6f;
	line-height:60px;
	}
	
h3{
	font-size:34px;
	font-weight:900;
	color:#6d6d6f;
	line-height:44px;
	}			
	
#section3 h4,
#section3 h2,
#section3 h5,
#section3 .title,
#section3 .title span{
	color:#ffffff;
	}	
	
#section4 h4,
#section4 h2,
#section4 h5,
#section4 .title,
#section4 .title span{
	color:#ffffff;
	}	
	
#section5 h4,
#section5 h2,
#section5 h5,
#section5 .title,
#section5 .title span{
	color:#ffffff;
	}			
	
#section6 h4,
#section6 h2,
#section6 h5,
#section6 .title,
#section6 .title span{
	color:#ffffff;
	}	

#section7 h4,
#section7 h2,
#section7 h5,
#section7 .title,
#section7 .title span{
	color:#ffffff;
	}	
	
#section8 h4,
#section8 h2,
#section8 h5,
#section8 .title,
#section8 .title span{
	color:#ffffff;
	}	

#section4 h2{
	position: relative;
	
}
#section4 h2 sup{
	position: absolute;
	top: 2px;
	font-size: 26px;
	line-height: 26px;
}
#section4 h2 span{
	position: absolute;
	font-size: 26px;
	line-height: 26px;
	bottom: 6px;
}

#section4 h5{
	color: #64140e;
	font-weight: bold;
}
#section4 .colonnegauche1{
	text-align: right;
	
    padding: 0;
}
#section4 .contenu{
	position: relative;
}
#section4 .image-holder2,
#section4 .image-holder3{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -230px;
	height: 200px;
	width: 200px;
}
#section4 .image-holder3{
	margin-left: 30px;
}
#section4 .image-holder2 img,
#section4 .image-holder3 img{
	height: auto;
	width: 100%;
}

#section5 h5 span{
	display: block;
	font-size: 18px;
	font-weight: bold;
}
#section5 h5 {

	color: #8b9120
}
strong{
	font-weight: bold;
}
.clearfix{
	
	clear: both;
}
.cd-section:nth-of-type(odd) {
  background-color: #3e3947;
}

.cd-section:nth-of-type(odd) p {
  color: #898099;
}
.cd-section:nth-of-type(even) {
  background-color: #745360;
}
.cd-section:nth-of-type(even) p {
  color: #bda3ad;
}

.cd-section:nth-of-type(1) {
	background-color:#efeeef;
	}
	
.cd-section:nth-of-type(2) {
	background-color:#efeeef;
	}	
	
.cd-section:nth-of-type(3) {
	background-color:#64130e;
	}	
	
.cd-section:nth-of-type(4) {
	background-color:#d21b2b;
	}	
	
.cd-section:nth-of-type(5) {
	background-color:#d5d92e;
	}	
	
.cd-section:nth-of-type(6) {
	background-color:#e22085;
	}	
	
.cd-section:nth-of-type(7) {
	background-color:#ef7b23;
	}	
	
.cd-section:nth-of-type(8) {
	background-color:#333333;
	min-height:25%;
	}						
	
video{
	position:absolute;
	top:0;
	z-index:1;
	
	}
	
.cd-section p {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 768px;
  text-align: center;
}
.cd-section h1 {
  color:#6d6d6f;
  font-weight:700;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  line-height:1.5rem;
  
  position: absolute;
  left: 50%;
  top: 3%;
   margin-top: 140px;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 768px;
  text-align: center;
  z-index:10;
}
.cd-section p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-section h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-section p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }
}

.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  width: 38px;
  height: 44px;
  background: url("../img/cd-arrow-bottom.svg") no-repeat center center;
  z-index:9;
}

.download-area{
	
  position: fixed;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 90%;
  width: 100%;
  text-align:center;
  height: 28px;
  z-index:9000;
display: none;
	
}
.download-area a{
	display: inline-block;
	padding: 4px 20px;
	background: #6d6e70;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #6d6e70;
	transition: all 0.6s;
}
.download-area a:hover{
	
	background: #fff;
	color: #6d6e70;
	
}

/* No Touch devices */
.cd-nav-trigger {
  display: none;
}

.no-touch #cd-vertical-nav {
  position: fixed;
  right: 40px;
  top: 60%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
}
.no-touch #cd-vertical-nav li {
  text-align: right;
}
.no-touch #cd-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-touch #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
.no-touch #cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.no-touch #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-touch #cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}

.no-touch #cd-vertical-nav .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/*============================================================================================*/
/* Apparence des boutons */

.no-touch #cd-vertical-nav li:nth-child(1) .cd-dot, .no-touch #cd-vertical-nav li:nth-child(2) .cd-dot ,
.no-touch #cd-vertical-nav li:nth-child(1) .cd-label,
.no-touch #cd-vertical-nav li:nth-child(2) .cd-label{
  background-color: #6d6d6f;
}
	


.no-touch #cd-vertical-nav li:nth-child(3) .cd-dot,
.no-touch #cd-vertical-nav li:nth-child(3) .cd-label {
  background-color: #64130e;
}

.no-touch #cd-vertical-nav li:nth-child(4) .cd-dot,
.no-touch #cd-vertical-nav li:nth-child(4) .cd-label {
  background-color: #d21b2b;
}

.no-touch #cd-vertical-nav li:nth-child(5) .cd-dot,
.no-touch #cd-vertical-nav li:nth-child(5) .cd-label {
  background-color: #d5d92e;
}

.no-touch #cd-vertical-nav li:nth-child(6) .cd-dot,
.no-touch #cd-vertical-nav li:nth-child(6) .cd-label {
  background-color: #e22085;
}

.no-touch #cd-vertical-nav li:nth-child(7) .cd-dot,
.no-touch #cd-vertical-nav li:nth-child(7) .cd-label {
  background-color: #ef7b23;
}

.no-touch #cd-vertical-nav a.is-selected .select {
    border-radius: 50%;
    padding: 4px;
    box-sizing: border-box;

}

.no-touch #cd-vertical-nav a.is-selected .container1 {
    border:2px solid #6d6d6f;
    background-color: white;
}

.no-touch #cd-vertical-nav a.is-selected .inside1 {
    background-color: #6d6d6f;
    height: 100%;
    width: 100%;
}

.no-touch #cd-vertical-nav a.is-selected .container2 {
    border:2px solid white;

}

.no-touch #cd-vertical-nav a.is-selected .inside2 {
    background-color: white;
    height: 100%;
    width: 100%;
}


/*============================================================================================*/


.no-touch #cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  margin-top: 12px;
  padding: .4em .5em;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
	line-height: 20px;
	background: #000;
	border-radius: 10px;
	
    padding: 5px .5em 5px;
    color: white;
}

/* Touch devices */
.touch .cd-nav-trigger {
  display: block;
  z-index: 9999;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9);
}
.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
}
.touch .cd-nav-trigger span::before {
  top: -9px;
}
.touch .cd-nav-trigger span::after {
  bottom: -9px;
}

.touch #cd-vertical-nav {
  position: fixed;
  z-index: 9999;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9);
}
.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}
.touch #cd-vertical-nav a span:first-child {
  display: none;
}
.touch #cd-vertical-nav a.is-selected span:last-child {
  color: #d88683;
}
.touch #cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}
.touch #cd-vertical-nav li:last-child a {
  border-bottom: none;
}

/*ajout*/

#logo{
	position:relative;
	z-index:50;
	width:180px;
	height:180px;
	background-image:url(../img/logo-sia.svg);
	top:3%;
	left:3%;
	}
	
#logohr{
	position:absolute;
	z-index:51;
	width:160px;
	height:160px;
	background-image:url(../img/logo-hr.svg);
	top:3%;
	right:8%;
	}	
#logohr2{
	position:absolute;
	z-index:51;
	width:160px;
	height:160px;
	background-image:url(../img/logo-sia.svg);
	top:3%;
	left:8%;
	}	


.container-video{
	width: 720px;
    height: 405px;
	left: 50%;
    position: absolute;
    border: medium;
    z-index: 1;	
  	top: 50%; /* poussÃ© de la moitiÃ© de hauteur du rÃ©fÃ©rent */
  	transform: translate(-50%,-35%); 
	-webkit-transform: translate(-50%,-35%); 
	-ms-transform: translate(-50%,-35%); 
}
.download-area-footer{
	width: 60%;
	left: 50%;
	margin-left: -30%;
	text-align: center;
	position: absolute;
	margin-top: -35px;
	
}
.download-area-footer a {

	display: inline-block;
	padding: 4px 20px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
.download-area-footer a:hover {

	color: #ebebeb;
	text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .touch .cd-nav-trigger, .touch #cd-vertical-nav {
    bottom: 40px;
  }

	
	}
	
@media only screen and (max-width: 768px) {
	  .touch .cd-nav-trigger, .touch #cd-vertical-nav {
		bottom: 40px;
	  }

		.colonnegauche1{
		float:left;
		width:100%;
		padding:3% 3% 3% 3%;
		}	

			.colonnegauche2{
		float:left;
		width:100%;
		padding:3% 3% 3% 3%;
		}	

		.cd-section .container .head .title{
		font-size: 48px;
		line-height: 56px;
		color:#6d6d6f;
		font-weight:900;
	}


	video{
		
		}

		#logo{
		position:absolute;
		z-index:50;
		width:100px;
		height:100px;
		background-image:url(../img/logo-sia.svg);
		top:3%;
		left:3%;
		}

	#logohr{
		position:absolute;
		z-index:51;
		width:100px;
		height:100px;
		top:3%;
		right:3%;
		}	
	#logohr2{
		position:absolute;
		z-index:51;
		width:100px;
		height:100px;
		top:3%;
		left:3%;
		}	
	.cd-section h1 {
		position: relative;
	}
		.colonnedroite{
		float:left;
		width:100%;
		}

		.colonnegauche{
		float:left;
		width:100%;
		}	

		.cd-section .container .image-holder{
		float: right;
		width: 70%;
		margin:-40px 15% 0 15%;

		}

		.cd-section {
	  min-height: 100%;
	  position: relative;
	  padding: 2em 0;
	  float:left;
	}

	.cd-section .container{
		width: 80%;
		margin-left: 10%;
		padding: 20px 0;
		}

	.cd-section:nth-of-type(1) {
		float:none;
		}

	.cd-section:nth-of-type(8) {
		background-color:#333333;
		min-height:20%;
		min-width:100%;
		}	
	
	

	
}
#section8{
	padding-bottom: 0;
}
.socials{
	clear: both;
	width: 100%;
	padding: 20px 0 0;
	text-align: center;

	
}
.socials a{
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 10px;
	text-indent: -9999px;
}
.socials a.vimeo{
	background-image: url(../img/icon-vimeo.svg);
}
.socials a.linkedin{
	background-image: url(../img/icon-linkedin.svg);
}
.socials a.vimeo:hover{
	fill: #000;
}
.credits{
	clear: both;
	width: 100%;
	padding: 60px 0 0;
	text-align: center;
	font-size: 11px; 
	color: #ebebeb;
}
.credits a{
	color: #ebebeb;
}
.credits a:hover{
	color: #4CAF50;
}


@media only screen and (max-width: 1220px) {
	
	#section4 .image-holder2,
	#section4 .image-holder3{
		margin-left: -160px;
		height: 140px;
		width: 140px;
	}
	#section4 .image-holder3{
		margin-left: 20px;
	}
}


@media only screen and (max-width: 880px) {
	.colonnegauche1,
	.colonnegauche2,
	.colonnedroite1{
		float: none;
		width: 100%;
		padding: 0;
	}
	#section4 .image-holder2,
	#section4 .image-holder3{
		margin-top: 20px;
		height: 140px;
		width: 140px;
		display: inline-block;
		position: relative;
		bottom: auto;
		left: 50%;
	}
	#section4 .colonnedroite1{
		clear: both;
	}
	#section4 .colonnegauche1{
		text-align: left;
	}
	.cd-section .container .image-holder {
		float: none;
		width: 20%;
		margin-left: 0;
		margin-right: 0;
		margin-top:  0px;
	}
	
	.download-area-footer{
		width: 80%;
		left: 50%;
		margin-left: -40%;
		text-align: center;
		position: absolute;
		margin-top: 10px;

	}
	
	.socials{
		padding: 70px 0 0;


	}
}

@media only screen and (max-width: 768px) {
	.container-video {
		width: 90%;
		height: 360px;
		left: 5%;
		
   		top: 60%;
		transform: translate(0,-35%);
    	-webkit-transform: translate(0,-35%);
    	-ms-transform: translate(0,-35%)
	}
	.cd-section .container .image-holder-portrait {
		width: 80%;
		margin-right: 10%;
		margin-top: 20px;
	}
	.cd-section .container .image-holder {
		width: 40%;
		margin-left: 30%;
	}
	
	.download-area{

	  width: 80%;
		top: auto;
		bottom: 40px;

	}
	.download-area a{

	 font-size: 13px;
	 left: 50%;
	  -webkit-transform: translateX(-50%);
	  -moz-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  -o-transform: translateX(-50%);
	  transform: translateX(-50%);
		position: absolute;
	  width: 80%;
	}
	
	#section8 .colonnegauche2{
		padding-top: 60px;
		}	
}</pre></body></html>