@charset "utf-8";
/* CSS Document */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body{
	font-family: 'Open Sans', sans-serif;
	color:#27313c;
	max-width:100vw;
	overflow-x:hidden;
}

/*image-responsive*/
img{ max-width: 100%}


/* hierarchie de Polices--------------------*/
h1{
	font-size: 2rem;
	
	font-family: 'Roboto','Gotham', 'Helvetica Neue', 'Helvetica, Arial',sans-serif;
	color:#34194d;
}
h2{
	font-size: 1.5rem;
	font-family: 'Roboto','Gotham', 'Helvetica Neue', 'Helvetica, Arial',sans-serif;
	color:#e85305;
	text-align:left;
}
h3{
	font-size: 1.3rem;
	font-family:'Roboto','Gotham', 'Helvetica Neue', 'Helvetica, Arial',sans-serif;
	color:#e85305;
	text-align:left;
	font-weight: 100 !important;
}
h4{
	font-size: 1.2rem;
	font-family:'Roboto','Gotham', 'Helvetica Neue', 'Helvetica, Arial',sans-serif;
	color:#27313c;
	text-align:left;
	font-weight: 100 !important;
}
p,li{
	color:#27313c;
	font-size:1rem;
}


/*Barre de navigation----------------------*/
.logo_home{
	max-width:150px;
}

.logo_container2{
	display:none;
}
.nav-link{
	font-size:1.125rem;	
	color:white !important;
}
.nav-link:hover{
	color:white !important;
	transition:all ease-in 1s;
}
.nav-link span{
	color:gray;
}
.contact_link{
	color:white !important;
	font-weight: 100;
	background-color:#2D6247;
	border:1px solid transparent;
	border-radius:25px;
	transition: 0.3s ease-in-out;
}
.contact_link:hover{
	color:white !important;
	border:1px solid transparent;
	background-color:#e85305;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}
.nav_container{
	background-color: #26303b;
	justify-content: center;
	min-height: 60px;
	padding:0px;
}
.navbar{
	padding:0px;
	padding-bottom:10px;
}
.navbar-nav{
	display:flex;
	justify-content: flex-end;
	align-items: baseline;
	background-color:#26303b;
}
.navbar-nav li{
	margin-left:25px;
}
.navbar-nav li a{
	font-size:1rem;
}

.navbar-collapse{
	background-color:#26303b;
	width:100%;
	
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .15em;
    content: "";
    border-top: .4em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-menu{
	background-color: #26303b !important;
	padding:10px !important;
	width:100vw;
}
.dropdown-item{
	color:white;
	transition: 0.5s ease-in-out;
}
.dropdown-item:hover{
	color:white;
	background-color: #e85305;
	padding-left:3px;
	transition: 0.5s ease-in-out;
}
#navbarResponsive.show{
	width:70%;
}



/*header---------------------------------------------------*/

header{ 
	margin-top:60px;
	margin-bottom:5vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
}
.header-left{
	display:flex; 
	flex-direction: column; 
	justify-content: space-around
}
.page_header{
	padding-top:7vh;
}

#home, #scm, #apropos, #ressources{
	background: rgb(232,83,5);
background: -webkit-linear-gradient(left, rgba(232,83,5,1) 0%, rgba(216,142,103,0.85) 100%);
background: -o-linear-gradient(left, rgba(232,83,5,1) 0%, rgba(216,142,103,0.85) 100%);
background: linear-gradient(to right, rgba(232,83,5,1) 0%, rgba(216,142,103,0.85) 100%);
	padding-top:5vh;
}

.header_cta{
	display:flex;
	
}
.header_cta a{
	
	color:white;
	font-size: 1.5rem;
	background-color:#2D6247;
	border:1px solid transparent;
	padding:5px 20px;
	border-radius:25px;
	transition: 0.3s ease-in-out;
}
.header_cta a:hover{
	color:white;
	border-color:white;
	background-color:#e85305;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}
.data-header-row{
	min-height: 50vh
}
.data-header{
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	padding:0px;
}


#erreurpage{
	background-image: url("/images/backgrounds/404_ill.jpg");
}

/*header formulaire*/
.header_form{
	background-color: #f15a2f;
	padding-top:5vh;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
}
.form_container{
	padding-top:5vh;
	background-color: white;
}

.header_form p{
font-size:1.3rem;
	color:white;
	
	padding-left: 20px;
}
.header_form h1{
	padding-left:20px;
}
.header_form img{
	width:100%;
}
/*header sources de données */

.header_logo_partner{
	max-width:250px;
	margin:0 auto;
}


/*header sources de données */

.header_logo_partner{
	max-width:250px;
	margin:0 auto;
}



/*Main--------------organisation----------------*/
main{
	max-width:100vw;
}

.page_content{
	margin-top:5vh;
}
.last_content{
	margin-bottom:5vh;
}
.bggrey{
	background-color:#f5f5f5;
	padding:15px;
}

.item_col{
	padding:80px 15px 15px 15px;
	margin:25px;
	border-radius:25px;	
	-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);	
	transition: all 0.3s ease 0s;
}
.icon_item{
	max-width:125px;
	margin: 0 auto;
	position:relative;
}
.icon_item img{
	position: absolute; /* postulat de départ */
  top: -80px; left: 50%; /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
}
.item_title{
	font-size:1.5rem;
	text-align: center;
}
.icon_box p{
	font-size: 1rem;
	text-align: left;
}
		/*problematique*/

i{
	color:#e85305;
	margin-right:20px;
}

/*divider entre section*/
.divider{
	border: 2px solid #34194d;
    position: relative;
    display: block;
    width: 150px;
   
	margin:5vh auto;
}
.divider:before {
    position: absolute;
    content: "";
    bottom: -8px;
    right: 0;
    width: 100px;
    height: 1px;
    background: #34194d;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.divider:after{
position: absolute;
    content: "";
    top: -8px;
    left: 0;
    width: 100px;
    height: 1px;
    background: #34194d;
    transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.img_container{
	padding:25px;
}
/*footer-----------------------------------*/
footer{
	background-color:#26303b;
	color:white;
}
.footer_title{
	font-size: 1rem;
	color:white;
}
.footer_title strong{
	font-size:1.5rem;
	font-family: 'Roboto', sans-serif;
	color:white;
}
.footer_link{
	font-size:1rem;
	color:white;
	margin-left:15px;
	padding-right: 15px;
	border-right:1px solid whitesmoke;
	transition: 0.1s ease-in-out;
	min-height: 48px;
	
}
.footer_menu{
	display:flex;
	justify-content:flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
}

.footer_link:hover{
	color:white;
	padding-top:5px;
	text-decoration:none;
	transition: 0.1s ease-in-out;
}
.rs_link{
	font-size: 1.8rem;
}

/*reassurance clients page accueil--------------------*/
.client_row{
	margin-bottom:20px;
}
.client_col .card{
	border:none;
}
.client_col .card .card-body{
	position:relative;
      padding:0;
      display:block;
     /* cursor:pointer;*/
      overflow:hidden;
}
.client_col .card .card-body .caption{
	opacity:0;
	padding:10px 10px 10px 10px;
	font-size: 1rem;
	position:absolute;
	top:-100%;
	left:0;
	z-index:500;
	height: 100%;
	width:100%;
	color:white;
	background-color:#34194d;
	border-radius:15px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	text-align:center;
	
}
.caption hr{
	display:block;
	width:50%;
	height: 5px;
	margin:0 auto;
	background-color:#e85305;
}
.caption p{
	color:white;
	font-size: 1rem;
}
.client_col .card .card-body:hover .caption{
	opacity:1;
	top:0;
	left:0;
	transition: all 500ms ease-in-out;
}
/* compteur dynamique--------------*/
.counter {
   
    padding: 20px 0;
    border-radius: 5px;
	font-size:50px;
	color:#e85305;
	margin-right: 0;
}
.number_container{
	display:flex;
	flex-direction:row;
	justify-content: center;
}


.count-text, .number_container p{
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
}
.number_container p{
	line-height: 2;
}
.count-title{
	font-size:2.5rem;
}
.number_container{
	display:flex;
	flex-direction:ro
}


/* page cas client*/
.row_client{
margin-top:5vh;	
}
.row_client .col-md-8{
	border-right:10px solid #e85305;
}

.row_client .col-md-6 a{
	color:#62b088;
	transition:all ease-in 0.5s;
}
.row_client .col-md-6 a:hover{
	text-decoration: none;
	letter-spacing:2px;
	transition:all ease-in 0.5s;
}
.row_client:last-of-type{
	margin-bottom:5vh;
}
/*video*/
video{
	border-left:10px solid #e85305;
}

/*Annonce*/
.annonce{
	margin:5vh 15px 5vh 15px;
	border-right: 5px dashed #34194d;
}
/*A propos addresse*/

.addr i{
	font-size: 3rem;
	padding-right: 15px;
	color:#e85305;
	padding-bottom: 10px;
	border-bottom: 5px solid #e85305;
}
.coordonnee{
	margin-top:2vh;
	border-left: 5px dashed #34194d;
}
.coordonnee .row{
	margin:1vh auto;
	padding:20px 15px;

}
i.small{
	font-size:2rem;
}
/*media queries pour header------------*/
@media screen and (max-width: 900px) {
	h1{
		font-size:2.5rem;
	}
	.page_content h2, .page_content p{
		padding-left:10px;
	}
	
}
/*media queries pour le footer----------*/
@media screen and (max-width: 800px) {
	.caption h2{
		text-align:center;
		font-size: 1.5rem;
	}
	.footer_cta{
		display:flex;
		justify-content: space-around;
		margin-bottom: 3vh;
	}
	.footer_menu{
		flex-wrap: wrap;
		justify-content: flex-start;

	}
	.footer_menu li{
		min-height: 50px;
	}
}
/*media queries pour barre de navigation*/
@media screen and (max-width: 991px) {
	#navbarResponsive.show{
	width:100vw;
	height: 90vh;
	padding-top:60px;		
	}
	#navbarResponsive.show ul li a.contact_nav{
	width:60;
	padding:5px 20px;
	text-align: center;
	}
	.logo_container{
		display:none;	
	}
	.logo_container2{
		display:block;
		position:absolute;
		z-index: 3000;
		top:0;
		left:0;
	}
	.nav_container{
		min-height: 80px;
	}
}

/*------------------------------button-hover effects------------------------*/
/* Sweep To Right */
.hvr-sweep-to-right {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
	font-weight: 100;
	background-color:#2D6247;
	color:white !important;
	border-radius:25px;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#e85305;
	border-radius:25px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white !important;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: -5px;
  background: white;
  height:7px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


.logo-row-footer{
	display:flex; 
	justify-content: space-between;
	border-radius:15px;
	background-color:white;
	-webkit-box-shadow: 8px 1px 13px -4px rgba(0,0,0,0.36); 
	box-shadow: 8px 1px 13px -4px rgba(0,0,0,0.36);
	margin-bottom:100px;
	margin-top:50px;
}


/* css création page SCM */

.scm_content{
	margin-top:5vh;
}
h2.contact-title{
	color:#34194d;
}
/* CSS for Synapse-Jicap Landing page */


#SJ-background-video {
  width: 100vw;
  height: 85vh;
  object-fit: cover;
	position:relative;
	z-index: -1;
	border:none;
	left:-20px;
}

.sj-h3{
	font-size:1rem;
	font-weight: bold;
	color: white;
}

.sj-h2{
	font-size:1.5rem;
	font-weight: bold;
	color: white;
}
.sj-p{
	font-size: 1rem;
	color:white;
}
.sj-h2-dark{
	font-size:1.5rem;
	font-weight: bold;
	color: #34194d;
}
.sj-h3-dark{
	font-size:1.2rem;
	font-weight:100;
	color: #34194d;
}
.sj-p-container{
	margin-bottom:15px;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	border-left:10px solid #e85305;
	background-color:#f5f5f5;
	width:100%;
}
.sj_page_content{
	margin-top:50px;
	margin-bottom:50px;
}
.sj-contact-card{
	background-color: #0D2F4B;
	color:white;
}
.sj-card-title{
	font-weight: bold;
	color:white;
}
.sj-card-text{
	color:white;
}
#cna_header_container{
	position:absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	width:80vw;
	padding:35px;
	display:flex;
	background: rgb(13,47,75,0.8);
	border-radius:25px;
	flex-wrap: wrap;
	
}
.logo_home2{
	max-width:200px;
}
.logo_container3{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.sj_form_container{
	background-color:white;
	padding:25px;
	border-radius:25px;
	-webkit-box-shadow: 2px 3px 12px -3px rgba(0,0,0,0.42); 
	box-shadow: 2px 3px 12px -3px rgba(0,0,0,0.42);
	
}

#SJ-video{
	display:block;
	margin:0 auto;
	width: 70%;
	height: auto;
}

@media (max-width: 780px){
	#cna_header_container{
		margin-top:20vh;
		width:95vw;
	}
	#sj-content2{
		padding-top:35vh;
	}
	.sj-contact-card{
		margin-bottom:25px;
	}
	#SJ-video{
		width:100%;
		height: auto;
	}
	
}
