/*@font-face {
	font-family: 'Calibri Light';
	font-style: normal;
	font-weight: normal;
	src: local('Calibri Light'), url('/medias/font/calibril.woff') format('woff');
}*/

:root {
	--scroll-percentage: 0%;
	--careBlue: #2A7DFF;
	--careLightBlue: #b3d0ff;
	--careDarkBlue: #0069d9;
	--careGrey: #666666;
	--careLightGrey: #f6f6f6;
}

* {
  	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  	font-family: 'Calibri Light', 'Calibri', -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 20px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

div * {
    vertical-align: middle; /* avoid strange extra padding */
}

a, p, myP, input, textarea, label, div, topnav, navItem {
	font-size: inherit;
	font: inherit;
}

myP a {
	vertical-align: top;
}

myP {
	display: inline-block;
	margin: 20px 0px;
	width: 100%;
}

html {
	background-color: var(--careLightGrey);
	height: 100%;
}

abbr {
	display: inline-block;
	/*text-decoration: inherit;*/
	font-size: inherit;
	font: inherit;
	color: inherit;
	vertical-align: top;
}

.noStyle {
	color: inherit;
	text-decoration: inherit;
}

.underlineHover:hover {
	text-decoration: underline;
}

body {
	margin: auto;
	position: relative;
	top: 0;
	height: fit-content;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

em {
	font-style: italic;
	font-size: inherit;
}

.fontSizeSmall {
	font-size: 16px;
}

#myTopBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	width: 50px;
	height: 50px;
	z-index: 99;
	font-size: inherit;
	border: none;
	outline: none;
	color: white;
	cursor: pointer;
	padding: 0px;
	border-radius: 50%;
	opacity: 0.4;
	background-color: #444444;
	background-image: url("../../medias/img/gototop.svg");
	background-size: 25%;
	background-position: center;
	background-repeat: no-repeat;
}

#myTopBtn:hover {
	opacity: 1;
}

.main {
	width: 100%;
	color: var(--careGrey);
	text-align: center;
	flex: 1 0 auto;
	margin-top: 90px;
	/*margin-left: auto;
	margin-right: auto;*/
	background-color: var(--careLightGrey);
}

.topBanner {
	display: flex;
	align-items: stretch;
	margin: 0;
	padding: 0;
	top: 0px;
	height: 80px;
	width: 100%;
	z-index: 99;
	/*position: -webkit-sticky;
	position: sticky;*/
	position: fixed;
	background-color: var(--careBlue);
	border-bottom: 4px solid var(--careLightGrey);
	transition: background-color 200ms linear;
}

.topBanner.transparent {
	background-color: transparent !important;
	color: var(--careGrey);
	border-color: transparent !important;
}

.topLogo {
	width: 20%;
	background-image: url("../../medias/img/Logo_vertical.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-origin: content-box;
	padding: 10px;
}

.white {
	filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(1000%) contrast(1000%);
}

.topBanner.transparent .white {
	filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(40%) contrast(40%);
}

.topLogoResponsive {
	display: none;
}

.topnav {
	display: flex;
    align-items: stretch;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	top: 80px;
	width: 100%;
	background-color: none;
}

.topnav .navItem[myWeight="1"] {
	flex: 1;
}

.topnav .navItem[myWeight="2"] {
	flex: 2;
}

.topnav .navItem[myWeight="3"] {
	flex: 3;
}

.topnav .navItem[myWeight="4"] {
	flex: 4;
}

.topnav .navItem {
	width: 100%;
	min-width: 0;
	flex: auto;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	transition: background-color 0.2s;
	position: relative;
	padding-top: 26px;
}

.onlyResponsive {
	display: none;
}

#startNav svg {
	height: 24px;
	width: auto;
}

.topnav .navItem:not(.active) {
	color: var(--careLightGrey);
}

.topBanner.transparent .topnav .navItem/*:not(.active)*/ {
	color: inherit;
}

.navItem:hover:not(.active) {
	background-color: white;
	color: var(--careBlue) !important;
	transition: background-color 0.2s;
}

.topnav .navItem.active {
	color: white;
}

.topnav .navItem.active:before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	background-color: white;
	width: 100%;
	height: 10px;
	border-radius: 5px;
}

.topnav .navItem.active:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	background-color: white;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: var(--scroll-percentage);
	height: 4px;
	border-radius: 2px;
}

.topnav .navItem:not(.active) svg * {
	fill: #ffffff !important;
}

.topnav .responsive {
	display:none;
}

.topnav .icon {
	display: none;
}

.footer {
	width: 100%;
	left: 0;
	text-align: center;
  	color: white;
	background-color: var(--careGrey);
	margin: 30px 0px 0px 0px;
	padding: 20px;
	/*font-size: 14px;*/
	overflow: hidden;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	flex-shrink: 0;
}

.footer-content {
	display: grid;
	grid-template-columns: 40% 30% 30%;
	max-width: min(100%, 1200px);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px;
}

.footerLogo {
	display: inline;
	height: 0.6em;
	vertical-align: middle;
}

.footer-item1 {
	padding: 0px 20px;
	text-align: left;
}

.footer-item1:nth-child(1) {
	border-right: 1px solid white;
	text-align: right;
}

.networkLink {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	overflow: auto;
	height: 30px;
	width: 30px;
}

.linkedin {
	background-image: url("../../medias/img/linkedin-icon.png");
}

.textcontrols {
	display: inline-block;
	vertical-align: top;
}

.textcontrols > * {
	color: inherit;
	background: none;
	margin: 0px;
	padding: 0px 5px;
	border: none;
	display: inline;
	vertical-align: top;
}

.fontSizeBtn abbr {
	vertical-align: top;
	text-decoration: inherit;
}

.fontSizeBtn:hover {
	color: var(--careGrey);
	background-color: white;
}

img {
	background: none;
	max-width: 100%;
	height: auto;
}

.floatRightPict {
	float: right;
	max-width: 300px;
	/*margin-right: 30px;*/
}

.mySection {
	text-align: justify;
	max-width: calc(min(100%, 1200px) - 60px);
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.mySection:not(.reviews) {
	border-radius: 5px;
	background-color: white;
}

.ResponsiveBloc {
	padding: 20px;
}

.ResponsiveBloc p {
	padding: 0px;
}

.ResponsiveBloc myP {
	padding: 0px;
	margin: 0px;
}

.centered  {
	text-align: center !important;
}

.justified {
	text-align: justify !important;
}

#splashScreen {
	display: inline-block;
	width: 100%;
	height: 90vh;
	background: linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)), url("../../medias/img/splash.jpg"); /* picture +brightness */
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#splashScreen img {
	max-width: 80%;
	max-height: 60%;
}

.myBtn {
	display: block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: white;
    background-color: var(--careBlue);
    width: 100%;
	margin-top: 5px;
	padding: 10px;
	font: inherit;
	font-size: inherit;
}

.myBtn:hover {
    text-decoration: none;
    background-color: var(--careDarkBlue);
    /*border: 1px solid #0062cc !important;*/
}

.myBtn:focus {
    outline: 0;
    background-color: var(--careDarkBlue);
}

#scrollDown {
	display: block;
	position: relative;
	padding-top: 6px;
	width: 60px;
	height: 35px;
	bottom: 50px;
	vertical-align: bottom;
	font-size: 20px;
}

.mySection, #splashScreen {
	margin-bottom: 30px;
}

h1 {
	text-decoration: none;
	font-size: 30px;
	font-family: inherit;
	color: var(--careBlue);
	margin-top: 10px;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 20px;
	text-align: center;
}

h2 {
	text-decoration: none;
	font-size: 26px;
	font-family: inherit;
	color: var(--careBlue);
	margin-top: 10px;
	font-weight: normal;
	/*padding-left: 20px;*/
	text-align: left;
}

h2:before {
	content: "\25B8";
	margin-right: 5px;
}

.myLink {
	color: #000;
}

.blogTable {
	display: table;
	padding: 0px;
}

.blogTr:after {
	content: "";
	display: table;
	clear: both;
}

.blogTr:nth-child(odd) .blogImg {
	float: left;
	text-align: right;
	border-radius: 5px 0px 0px 5px;
}

.blogTr:nth-child(odd) .blogText {
	float: left;
}

.blogTr:nth-child(even) .blogImg {
	float: right;
	text-align: right;
	border-radius: 0px 5px 5px 0px;
}

.blogTr:nth-child(even) .blogText {
	float: right;
}

.blogImg {
	width: 50%;
	height: 300px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	line-height: 0px !important;
}

.blogImg img {
	width: 100%;
    height: 100%; 
    object-fit: cover;
	line-height: 0px !important;
}

.svgImage {
	background-color: #FFFFFF;
	object-fit:contain !important;
	padding: 20px;
}

.blogText {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: center;
	font-size: 30px;
	padding: 0px 20px;
}

.collapsible {
	background-color: var(--careBlue);
	color: white;
	cursor: pointer;
	padding: 0px;
	width: 100%;
	border: inherit;
	border-radius: 5px;
	text-align: left;
	outline: none;
	position: relative;
	scroll-margin-top: 90px;
}

.collapsActive, .collapsible:hover {
	background-color: var(--careLightBlue);
	color: var(--careBlue) !important;
}

.collapsible:hover .blogImg img {
	filter: brightness(1.2);
}

.collapsible:not(.noAfter):after {
	content: '\002B';
	color: #FFFFFF;
	font-weight: bold;
	float: none;
	text-align: center;
	margin: 0;
	position: absolute;
	top: calc(100% - 50px);
}

.blogTr:nth-child(odd) .collapsible:after {
	left: calc(100% - 30px);
}

.blogTr:nth-child(even) .collapsible:after {
	left: calc(50% - 30px);
}

.collapsActive:not(.noAfter):after {
	content: "\2212";
}

.content {
	text-align: inherit;
	padding: 0px 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #ffffff;
	border-radius: 0px 0px 5px 5px;
}
/*
.content:after {
	display: block;
	content: "^";
	color: white;
	text-align: center;
	background-color: var(--careLightBlue);
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px 5px 0px 0px;
}

.content:after:hover {
	background-color: var(--careBlue) !important;
}*/

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.horizontal-center {
	margin: 0;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.horizontal-center-text {
	text-align: center !important;
}

.center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

[couleur="bleu1"] {
	background-color: var(--careBlue);
}

[couleur="gris1"] {
	background-color: var(--careGrey);
}

[couleur="noir"] {
	background-color: #000000;
}

[couleur="noir"]:hover  {
	background-color: #1a1a1a;
}

.tooltip {
	position: relative;
	display: block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px; /*5px 0;*/
	position: absolute;
	z-index: 1;
	bottom: calc(100% + 5px);
	left: 50%;
	transition: opacity 0.3s;
}

.tooltip .tooltiptext.large:not(.custom) {
	margin-left: -200px;
	left: 200px;
	width: 400px;
}

.tooltip .tooltiptext:not(.custom) {
	margin-left: -60px;
	width: 120px;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 0.9;
}

::placeholder {
	color: #bbb;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #bbb;
}

::-ms-input-placeholder { /*Microsoft Edge */
	color: #bbb;
}

.verticalCentered {
	height: 100%;
	display: inline-block;
    vertical-align: middle;
}

ul {
	list-style-type:disc;
	margin-top: 0px;
	font-size: inherit;
}

li {
	font-size: inherit;
}

span.hidden {
	unicode-bidi:bidi-override;
	direction:rtl;
}

span.hidden.ph:before {
	content: "37.38.01.21";
}

span.hidden.wm:before {
	content: "TREBMI emualliu";
}

span.hidden.add1:before {
	content: "erèinejaR al ed essapmI ";
}

span.hidden.add2:before {
	content: "RUOT AL ED NIZERES 0038";
}

.noscriptmsg:after {
	content: "Ce site a besoin de javascript pour fonctionner. Assurez-vous que votre navigateur ou votre bloqueur de publicité n'empêche pas l'éxécution de ces scripts, ou utilisez un autre navigateur internet (de préférence Chrome ou Firefox).";
}

@media (prefers-reduced-motion: reduce) {
    .myBtn {
        transition: none;
    }
}

@media screen and (max-width: 800px) {
	* {
		font-size: 14px;
	}
	
	#myTopBtn {
		bottom: 30px;
		right: 20px;
		width: 50px;
		height: 50px;
	}

	.fontSizeSmall {
		font-size: 10px;
	}
	
	body {
		height: fit-content;
	}
	
	.main {
		margin-top: 70px;
	}
	
	.topBanner {
		height: 60px;
	}
	
	.topnav {
		background-color: var(--careBlue);
		display: block;
		width: 100%;
		border: none;
		top: 0;
	}
	
	.topnav .navItem {
		float: left;
		display: block;
		width: auto;
		font-size: 22px;
	}
	
	.topBanner.transparent .topnav:not(.responsive) {
		background-color: transparent !important;
		transition: background-color 200ms linear;
	}
	
	.topnav .navItem.active {
		padding: 16px 16px;
		/*text-decoration: underline;*/
	}
	
	.navItem.active:before {
		display: none !important;
	}
	
	.topnav .navItem.active:after {
		display: none;
	}
	
	.topnav .navItem:not(.active){
		display: none;
		background-color: inherit;
		padding: 16px 16px;
	}
	
	.topnav .navItem:hover:not(.active) {
		background-color: var(--careBlue) !important;
		color: white !important;
		transition: background-color 0.2s;
	}
	
	.topnav a.icon {
		float: right;
		display: block;
		font-size: 22px;
		color: #000;
		padding: 14px 16px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
	}
	
	.burgerBtnBar {
		width: 26px;
		height: 3px;
		background-color: white;
		margin: 4px 0;
		transition: 0.4s;
	}
	
	.topBanner.transparent .topnav:not(.responsive) .burgerBtnBar {
		background-color: var(--careGrey) !important;
	}
	
	.change .bar1 {
		-webkit-transform: translate(-0px, 7px) rotate(-45deg);
		transform: translate(-0px, 7px) rotate(-45deg);
	}
	
	.change .bar2 {opacity: 0;}
	
	.change .bar3 {
		-webkit-transform: translate(-0px, -7px) rotate(45deg);
		transform: translate(-0px, -7px) rotate(45deg);
	}
	
	.topnav.responsive {
		top: 0px;
		position: fixed;
		overflow-y: auto;
	}
	
	.topnav.responsive .navItem {
		float: none;
		display: block;
		text-align: left;
		color: white !important;
	}
	
	.mySection {
		max-width: calc(min(100%, 1200px) - 20px);
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.mySection, #splashScreen {
		margin-bottom: 10px;
	}
	
	.tooltip .tooltiptext.large:not(.custom) {
		margin-left: -100px;
		left: 100px;
		width: 200px;
	}
	
	.blogImg {
		height: 150px;
	}
	
	.blogText {
		font-size: 16px;
		padding: 0px 5px;
	}
	
	.collapsible {
		scroll-margin-top: 70px;
	}
	
	.collapsible:not(.noAfter):after {
		top: calc(100% - 20px);
	}
	
	.blogTr:nth-child(odd) .collapsible:after {
		left: calc(100% - 20px);
	}
	
	.blogTr:nth-child(even) .collapsible:after {
		left: calc(50% - 20px);
	}
	
	.floatRightPict {
		float: none /*right*/;
		max-width: 100%;
		margin: 10px 0px;
	}
	
	.ResponsiveBloc {
		padding: 10px;
	}
	
	h1 {
		font-size: 20px;
	}
	
	h2 {
		font-size: 18px;
	}
	
	.footer {
		padding: 10px 0px;
	}
	
	.footer-content {
		padding: 0px;
	}

	.footer-item1 {
		padding: 0px 10px;
	}
}