
/* RESET CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}
button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #D0D0D0D0D0D0;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  background-color: #D0D0D0;
  border: 1px solid #cccccc;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
small {
  font-size: 85%;
}

/* GLOBAL
-------------------------------------------------------------- */
* {
	margin:0;
	padding:0;	
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
 }
html {width: 100%;height: 100%;margin:0;padding:0;} 
body {
	background: #fff;
	font-family: "europa", sans-serif;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	position: relative;
}
p, ul, ol, li, table,label {
	color: #1f3c4a;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin: 15px 0px;
}
p
strong, b,.bold {
	font-weight: bold;
	color:#1f3c4a;
	font-weight: 700
}
.formation {
	font-size: 12px;
}
ul li{
	line-height: 26px;
	margin-left: 15px;
	list-style-type: disc;
}

ol li{
	margin: 0;
	margin-bottom: 5px;
	margin-left: 30px;
}

blockquote {
	margin: 0 50px 30px 50px;
	border: none;
	padding-left: 30px;
}
blockquote p { 
	color: #000;
	font-weight: 700;
	line-height: 34px;
	font-size: 24px;
	margin-top: 0;
}
blockquote em {
	font-weight: 400;
	color: #999
}
button {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    user-select: none;
}
button:focus {
    outline: 0 none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
table {
	width: 100%;
	margin: 25px 0;
}
tr, td, th {
	padding: 10px 15px;
	border: 1px solid #eee;
	text-align: left;
}
th {
	background: #333;
	color: #1f3c4a;
}
tr h3 {
	line-height: 22px;
}
a {
	text-decoration: none;
	color:#00a0ba;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
a:visited, a:active, a:focus {
	text-decoration: none;
	color:#1f3c4a;
}
a:hover {
	color:#1f3c4a;
	text-decoration: none;
}
em {
	font-style: italic;
}


hr {
	border: 0;
	background-color: #ececec;
	height: 1px;
	margin: 30px 0;
}

.back-image {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover ;
}
#main {
	position: relative;
	height: 100%;
	background-color: #ffffff;
	
}
#main .rangee {
	height: 100%;
}
.primary {
	background: #1f3c4a;
}
/* -------------------------------------------------------------- 
/////////////////////////////////// PRELOADER
----------------------------------------------------------------- */
#preloader {
	opacity: 1;
    visibility: visible;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}
.preloader-container {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-x: auto;
	overflow-y: scroll;
	position: fixed;
	z-index: 99999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #1f3c4a;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	-webkit-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}

.preloader-container .animation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#preloader.hidden {
	opacity: 0;
    visibility: hidden;
}


/* COMMON
-------------------------------------------------------------- */
.image {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
	line-height: 0 !important;
}
.image img {
	width: 100%;
	height: auto;
}
.line {
	width: 50px;
	height: 1px;
	background:var(--jaune);
}

/* GRILLE
-------------------------------------------------------------- */
.rangee {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	flex-flow: row wrap;
}
.rangee.container, .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1200px !important;
}
.rangee.direction-column {
	flex-direction: column;
	flex-wrap: wrap;
}
.rangee.largeur-courte {
	width: 70%;
	max-width: 960px;
}
.fullwidth, .full, .rangee.full {
	width: 100%;
	max-width: 100%;
}
.align-center {
	align-items:center;
}
.col {
	position: relative;
	z-index: 9;
}
.col5 {
	flex-basis:5%;
	width: 5%;
}
.col10 {
	flex-basis:10%;
	width: 10%;
}
.col20 {
	flex-basis:20%;
	width: 20%;
}
.col30 {
	flex-basis:30%;
	width: 30%;
}
.col40 {
	flex-basis:40%;
	width: 40%;
}
.col48 {
	flex-basis:48%;
	width: 48%;
}
.col50 {
	flex-basis:50%;
	width: 50%;
}
section .col50.deux-tiers:first-of-type,section .col50.un-tiers:last-of-type  {
	flex-basis:65%;
	width: 65%;
}
section .col50.deux-tiers:last-of-type, section .col50.un-tiers:first-of-type {
	flex-basis:35%;
	width: 35%;
}
.col60 {
	flex-basis:60%;
	width: 60%;
}
.col70 {
	flex-basis:70%;
	width: 70%;
}
.col80 {
	flex-basis:80%;
	width: 80%;
}
.col90 {
	flex-basis:90%;
	width: 90%;
}
.col100 {
	flex-basis:100%;
	width: 100%;
}
.col25 {
	flex-basis:25%;
	width: 25%;
}
.col45 {
	flex-basis:45%;
	width: 45%;
}
.col55 {
	flex-basis:55%;
	width: 55%;
}
.col65 {
	flex-basis:65%;
	width: 65%;
}
.col35 {
	flex-basis:35%;
	width: 35%;
}
.col75 {
	flex-basis:75%;
	width: 75%;
}
.col33 {
	flex-basis:33.3%;
	width: 33.3%;
}
.ecart-normal {
	flex: 0 0 auto;
	padding: 0 20px;
}
.aucun-ecart {
	padding:0;
}
.ecart-large {
	flex: 0 0 auto;
	padding: 0 30px;
}
.colcenter {
	margin: 0 auto;
}

.text-center {
	text-align: center;
}
.logo {
	margin-bottom: 0px;
	text-align: center;
}
.logo img{
	width: 100%;
	max-width: 340px;
}
.info {
	position: relative;
	padding: 40px;
	text-align: center;
}
#main h1 {
	color: #1f3c4a;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 20px;
}
.linkedin a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
.linkedin a img {
	width: 20px;
	height: auto;
	position: relative;
	top: 3px;
	margin-left: 5px;
}
@media (max-width: 1025px) {
	#main, #main .rangee {
		height: auto;
	}
	.col50 {
		flex-basis:100%;
		width: 100%;
	}
	.back-image {

		height: 350px !important;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover ;
	}
	lottie-player {
		width: 500px!important;
	}
}
@media (max-width: 767px) {
	.back-image {
		height: 380px !important;
		background-size: 100% ;
		background-position: center;
	}

}