body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	width: 100vw;

	background: #fff;
	color: #222;

	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

a {
	color: #3857c7;
}

.hover {
	cursor: pointer;
}

#container {
	position: inherit!important;
	min-height: calc(100vh - 206px);
}

.anim {
	opacity: 0;
	transition: all 900ms ease-out;
}

.anim.animOK {
	opacity: 1;
}

img.coeur {
	float:left;
	width:50%;
	max-width:300px;
	margin-right: 40px;
}

img.vaisseaux {
	float:right;
	width:50%;
	max-width:300px;
	margin-left: 40px;
}

img.vaisseaux2 {
	float:right;
	height: 33%;
	max-height: 300px;
	margin-left: 40px;
}


img.nombre {
	float:right;
	width:30%;
	max-width:150px;
	margin-left: 40px;
	margin-top: -20px;
}

i.fleft {
	font-size: 36px;
	color: #28a7d4;
	display: block;
}

.center { text-align: center; }

div.fullheader {
	display: block;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(to right, #ff5d58 0%, #ef0491 30%, #3560c8 90%);
	overflow: hidden;
}

div.fullheader2 {
	background: linear-gradient(to right, #884393 0%, #435da4 90%);
	height: 65vh;
}

div.fullheader div.type2 {
	width: 100%;
	height: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: fixed;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
}

div.voitures {
	position: fixed;
	width: auto;
	height: 9vh;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
	display: flex;
}

div.voitures img {
	height: 10vh;
	width: auto;
}

div.voitures i {
	display: inline-block;
	height: 9vh;
	width: 12vh;
	background: transparent url('/img/auto.png') center center/12vh 9vh no-repeat;
}

div.voitures.l1 { animation: marquee 46s linear infinite; }
div.voitures.l2 { animation: marquee 35s linear infinite; }

div.voitures.l3 { animation: marquee2 37s linear infinite; }
div.voitures.l4 { animation: marquee2 45s linear infinite; }

div.voitures.l1 img,
div.voitures.l2 img  {
	float: left;
}

div.voitures.l3 i,
div.voitures.l4 i  {
	float: right;
	transform: rotate(180deg);
}

div.voitures.l1 { top: 11vh; }
div.voitures.l2 { top: 21vh; }
div.voitures.l3 { bottom: 11vh; right:0; }
div.voitures.l4 { bottom: 21vh; right: 0; }

@keyframes marquee {
  0% { transform: translate(0); opacity:0 }
  2% { opacity: 1 }
  98% { opacity:1 }
  100% { transform: translate(-50%); opacity: 0 }
}

@keyframes marquee2 {
  0% { transform: translate(0); opacity:0 }
  2% { opacity: 1 }
  98% { opacity:1 }
  100% { transform: translate(50%); opacity: 0 }
}

h1.titre {
	display: inline-block;
	position: fixed;
	left:50%;
	top:50%;

	transform: translate(-50%,-50%) scale(.95);

	width: auto;
	min-width: 70%;

	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 44px;
	margin: 0;
	padding: 0;

	z-index: 498;

	opacity: 0;
	transition: all 490ms ease-out;
}

h1.titre2 {
	display: inline-block;
	position: absolute;
	left: 5%;
	width: 90%;
	top: 100px;
	text-align: left;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	margin: 0;
	padding: 0;
	z-index: 498;
}

h1.titre2 span.bulle {
	display: inline-block;
	background: rgba(255, 255, 255, 0.3);
	padding: 20px;
	border-radius: 30px;
	position: relative;
	font-weight: 400;
	font-size: 22px;
	font-style: italic;
}

h1.titre2 span.bulle::after {
	content: '';
	position: absolute;
	bottom: -15px;
	right: 50px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid rgba(255, 255, 255, 0.3);
}

h1.titre2 small {
	font-weight: 300;
	font-size: 18px;
}

span.titre2 {
	width: 100%;
	text-align: right;
	top: 0;
	position: absolute;
	right: 0;
	z-index: 498;
}

img.titre2 {
	max-height: 50%;
	display: inline-block;
}

h1.titre2 .bouton {
	display: inline-block;
	padding: 5px 10px;
	border: 2px solid #fff;
	border-radius: 7px;
	font-size: 24px;
	margin-top: 25px;
	transition: 180ms ease-out;
}

h1.titre2 .bouton:hover {
	cursor: pointer;
	transform: scale(1.1);
}

h1.panneau {
	color: #000;
	background: #f0f0f0;
	display: inline-block;
	font-size: 18px;
	padding: 10px;
	border-radius: 8px;
	margin: 30px 0 0;
}

h1.panneau i {
	color: #ff3f70;
}

.maj { text-transform: uppercase; }

h1.titre.animOK {
	opacity: 1;
	transform: translate(-50%,-50%) scale(1);
}

/* FOOTER */

footer {
	margin-top: 45px;
	display: block;
	background: #eee;
	border-top: 1px solid #ddd;
	position: relative;
	z-index: 1000;

}

footer div.foot1 {

	color: #666;
	font-size: 11px;
	font-weight: 300;
	max-width: 1000px;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
	min-height: 120px;
}

footer div div.left {
	width: 50%;
}

footer div b {
	font-weight: 400;
	color: #3857c7;
}

footer div img.logossvq {
	width: 25%;
	min-width: 180px;
	height: auto;
	float: right;
	opacity: .5;
	transition: opacity 250ms;
}

footer div img.logossvq:hover {
	opacity: .65;
}
/* MENU NAVIGATION */

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;

	z-index: 500;

	background: linear-gradient(to right, #ff5d58 0%, #ef0491 30%, #3560c8 90%);

	text-align: left;
}


.section_thromboembolie_veineuse nav,
.section_phenomene_de_raynaud nav,
.section_maladie_arterielle_peripherique nav {
	background: linear-gradient(to right, #ef0491 10%, #3857c7 75%, #28a7d4 100%);
}

.section_a_propos nav,
.section_faire_un_don nav,
.section_outils nav,
.section_sante_vasculaire nav {
	background: linear-gradient(to right, #6322b4 20%, #28a7d4 90%, #25d5ca 100%);
}

nav .logo {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	float: left;
	transition: all 1000ms ease-out;
	transform: scale(1);
	text-decoration: none;
	outline: none;
	text-align: center;
	text-transform: uppercase;
}

nav .logo:hover {
	text-decoration: underline;
}

nav .logo.hide {
	opacity: 0;
	transform: scale(.9);
}


nav ul.desktop {
	display: inline;
	font-weight: 300;
}

nav .mobile {
	display: none;
}


nav ul {
	background: transparent;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	margin-right: 15px;
}

nav li {
	color: #fff;
	background: transparent;
	display: inline-block;
	float: none;
	padding: 10px 10px;
	margin: 0;
	position: relative;
	text-decoration: none;
	font-size: 16px;
}

nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

nav li a b {
	font-weight: 400;
}


nav ul li ul li a {
	color: #000;
}

nav li span:hover,
nav li a:hover {
	cursor: pointer;
}


nav li.hover,
nav li:hover,
nav li:focus-within {
	background: rgba(255,255,255,.3);
}

nav li:focus-within a {
	outline: none;
}

nav ul li ul {

	font-weight: 400;
	visibility: hidden;
	opacity: 0;
	width: auto;
	min-width: 100%;
	position: absolute;
	transition: all 500ms ease;
	margin: 10px 0 0 0;
	right: 0;
	display: none;

	background: #fff;
	color: #222;

	box-shadow: 4px 2px 15px rgba(0,0,0,.6);
}

nav ul li.hover > ul,
nav ul li:hover > ul,
ul li:focus-within > ul,
nav ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: block;
	height: auto;
	border-top: none;
	z-index: 100;
}

nav ul li ul li {
	clear: both;
	white-space: nowrap;
	font-weight: 300;
	font-size: 16px;
	width: auto;
	width: calc(100% - 29px);
	margin: 0;
	text-align: left;
	padding: 11px 14px 11px 15px;
}

nav ul li ul li.sub {
	font-weight: 700;
	color: #fff;
	background: #ef0491;
}

nav ul li ul li.sub a {
	color: #fff;
}

nav ul li ul li span {
	display: block;
}

nav ul li ul li:hover {
	cursor: default;
	background: #eee;
}

nav ul li ul li.sub:hover {
	cursor: default;
	color: #fff;
	background: #ef0491;
}

div.contenu ul {
	list-style: none; /* Remove default bullets */
	padding-left: 72px;
}

div.contenu ul li {
	margin: 0 0 14px;
}

div.contenu ul li i.las {
	color: #28a7d4;
	font-size: 27px;
	position: absolute;
	margin-left: -35px;
	margin-top: -8px;
	transition: transform 250ms;
}

div.contenu ul li:hover i.las {
	transform: scale(1.1);
}

div.contenu ul li i.las.rose {
	color: #ef0491;
}

/* ARTICLES */

div.card {
	position:relative;
	display: inline-block;
	width: 400px;
	margin: 0 0 50px;
	background: #fff;
	height: 711px;
	overflow: hidden;
	padding: 0;
	text-align: left;
}

div.card p {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

div.card.l { float: left; margin-left: 20px; margin-right: 20px; }
div.card.r { float: right; margin-right: 20px; margin-left: 20px; }

img.fit,
div.card img,
div.card video {
	width: 100%;
	height: auto;
}

img.img3 {
	width: 25%;
	height: auto;
	margin: 0 5%;
}
div.card section.footer {
	text-align: left;
	margin: 20px 0;
}

div.card section.footer img.mugshot {
	width: 75px;
	height: 75px;
	border: 5px solid #ff3f70;
}

div.card.actualite {
	height: auto;
	float: left;
	width: 30%;
	margin: 20px 1.5%;
	font-size: 14px;
}

div.card.actualite img {
	margin-bottom: 10px;
}

div.card.actualite h3 {
	margin: 5px 0 0;
	font-size: 20px;
	font-weight: 700;
}

div.card.moitie h3 {
	margin: 5px 0 0;
	font-size: 20px;
	font-weight: 700;
	color: #ff3f70
}

div.card.moitie span.label {
	background: #fd0a8a;
}

div.card span.label {
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	background: #3857c7;
	padding: 3px 5px;
	margin: 0;
	text-transform: uppercase;
}

div.card.actualite p.small {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	padding: 0;
	margin: 5px 0 15px;
	color: #333;
}

a.small {
	font-weight: 300;
	font-size: 12px;
}

div.card.alimentation h3 { color: #ff3f70; }
div.card.alimentation span.label { background: #ff3f70; }

div.card.forme h3 { color: #5d29b9; }
div.card.forme span.label { background: #5d29b9; }

.dictionnaire .contenu h2.dico {
	color: #3857c7;
	font-weight: 700;
	font-size: 48px;
	padding: 40px 0 5px;
	margin: 0 0 5px;
	border-bottom: 1px solid #ccc;
}

a.bouton {
	color: #3857c7;
	border: 2px solid #3857c7;
	display: inline-block;
	padding: 5px;
	border-radius: 20px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	margin: 0 0 8px;
	text-align: center;
	width: 50%;
	max-width: 350px;
	transition: all 200ms linear;
}

a.bouton:hover {
	color: #fff;
	box-shadow: inset 500px 0 25px #3857c7;
}

a.bouton.videobt {
	width: auto;
	font-weight: 400;
	border-color: #fd0a8a;
	border-width: 1px;
	color: #fd0a8a;
	font-size: 16px;
	padding: 5px 25px;
}

a.bouton.videobt:hover {
	color: #fff;
	box-shadow: inset 500px 0 25px #fd0a8a;
}

a.bouton.videobt:hover i {
	transform: scale(1.5);
}

.actualite a.bouton {
	font-size: 18px;
	border: none;
	padding: 0;
	border-radius: 0;
	color: #3857c7;
	font-weight: 700;
	width: auto;
}

.actualite a.bouton:hover {
	box-shadow: none;
	text-decoration: underline;
	color: #3857c7;
}

h2 {
	font-weight: 700;
	font-size: 36px;
	color: #5d29b9;

	margin: 25px 0 10px;
	padding: 0;

	text-align: left;

	width: auto;
	max-width: 85%;
}

h2.lettre {
	font-size: 42px;
	margin: 40px 0 20px;
}

div.moitie {
	background: #fff7f9;
	display: inline-block;
	width: 41%;
	padding: 2%;
	margin: 40px 2.5%;
	height: auto;
	float: left;
	text-align: left;
	position: relative;
}


div.quart {
	display: inline-block;
	width: 20%;
	margin: 40px 2.5%;
	float: left;
	text-align: center;
	position: relative;
}


div.quart p {
	font-weight: 700;
	font-size: 14px;
}

div.quart b {
	color: #ccc;
}

div.quart p a {
	text-decoration: none;
}

.santevasculaire h2 {
	margin: 0;
	border: none;
	font-size: 24px;
	padding: 0 0 20px;
	max-width: 100%;
}

.iconepanneau {
	width: 80px;
	height: 80px;
	color: #fd0a8a;
	font-size: 80px;
	border: 8px solid #fd0a8a;
	padding: 10px;
	border-radius: 120px;
	display: inline-block;
	line-height: 0;
	background: #fff;
	margin-bottom: 20px;
}

.iconepanneau img {
	width: 100px;
	margin-left: -10px;
	margin-top: -10px;
}

span.qq {
	position: absolute;
	display: inline-block;
	background: #eee;
	width: 10px;
	left: 50%;
	margin-left: -5px;
	top: -8px;
	height: 150px;
	z-index: -1;
}

.bleu {
	color: #4ae;
	border-color: color: #4ae;
}

.violet {
	color: #5d29b9;
	border-color: #5d29b9;
}

.nop {
	color: #ccc;
	border-color: #ccc;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    h2 {
        color: #fd0a8a;;
        background: transparent;
    }
}

h3 {
	margin: 40px 0 0;
	padding: 0;
	font-weight: 400;
	font-size: 24px;
	color: #3c53c5;
	text-align: left;
}

h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 40px 0 20px;
	text-align: left;
}

h5 {
	margin: 20px 0 10px;
	padding: 0;
	font-weight: 400;
	font-size: 18px;
	color: #00a6ff;
	text-shadow: 1px 1px #fff, 2px 2px #f2f2f2;
	text-align: left;
}

h3.hover:hover,
h5.hover:hover {
	text-decoration: underline;
}


h6 {
	margin: 40px 0 40px;
	padding: 0;
	font-weight: 300;
	font-size: 20px;
	color: #999;
	text-align: left;
}

h6 i {
	color: #1cffba;
	font-size: 86px;
}

p {
	font-size: 16px;
	line-height: 22px;
	padding: 10px 0;
	margin: 0;
}

div.quote h5 {
	padding: 10px 10px 10px 10px;
	margin: 40px 0 0;
	background: #fff;
	border-left: 1px dotted #2e7cce;
}

div.tableau {
	padding: 10px 30px;
	margin: 20px auto;
	background: #eeeee4;
	display: inline-block;
	text-align: left;
	color: #000;
	box-shadow: 10px 10px 10px rgba(0,0,0,.1);
}

div.tableau4 {
	padding: 10px 30px;
	margin: 20px auto;
	background: #eeeee4;
	display: block;
	text-align: left;
	color: #000;
}

div.tableau4 span.icone i,
div.tableau span.icone i {
	color: #fff;
	border: #fff solid 10px;
}

div.tableau4 h5,
div.tableau h5 {
	margin: 10px 0 30px;
	padding: 0;
	font-weight: 700;
	font-size: 22px;
	color: #000;
	text-align: left;
}


div.tableau4 ul {
	padding: 0;
	text-align: left;
}

div.tableau4 li,
div.tableau li {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
}

div.lignerose {
	border-top: 1px solid #ff3f70;
	border-bottom: 1px solid #ff3f70;
}

div.contenu {
	background: #fff;

	z-index: 499;
	padding: 20px 0;
	position: relative;
	box-shadow: 0 -8px 8px rgba(0,0,0,.2);
}

div.contenu div.texte {

	padding: 0 20px;
	max-width: 1000px;
	margin: 0 auto;

	color: #000;
	font-size: 16px;

	overflow: hidden;

}

div.contenu div.deploy div.content {
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
	transition: all 650ms;
}

div.contenu div.deploy.deployed div.content {
	max-height: 3000px;
	opacity:1;
}

div.contenu div.deploy span.bouton {
	font-size: 18px;
	border: none;
	padding: 0;
	border-radius: 0;
	color: #3857c7;
	font-weight: 700;
}

div.contenu div.deploy span.bouton:hover {
	text-decoration: underline;
	cursor: pointer;
}

div.contenu span.bouton i {
	font-size: 22px;
	transition: all 500ms;
}

div.contenu div.deploy h3 i,
div.contenu div.deploy h5 i {
	transition: all 500ms;
}

div.contenu div.deploy.deployed h3 i,
div.contenu div.deploy.deployed h5 i,
div.contenu div.deploy.deployed span.bouton i {
	transform: rotate(90deg);
}


div.contenu div.texte.section {
	padding-top: 70px;
}

div.contenu div.video {
	text-align: center;
	padding: 20px 0;
}

div.contenu div.video video {
	width: 100%;
	height: auto;
	max-width: 500px;
}

div.contenu span.dico {
	color: #5d29b9;
	border-bottom: 3px double #5d29b9;
}

div.contenu h2 span.dico,
div.contenu h3 span.dico,
div.contenu h4 span.dico,
div.contenu h5 span.dico {
	color: inherit;
	border-bottom: 1px dotted #ccc;
}

div.contenu span.dico:hover {
	cursor: help;
}


section.footer {
	text-align: left;
	padding: 20px 0 0;
	margin: 40px 0;
	height: 80px;
	font-size: 16px;
}


section.footer b {
	font-size: 18px;
	color: #ff3f70;
	display: inline-block;
}

section.footer img.mugshot {
	width: 100px;
	height: 100px;
	border-radius: 150px;
	border: 10px solid #ff3f70;
	float: left;
	margin-right: 20px;
	margin-top: -20px;
}

.warning {
	color: #ff3f70;
}

/* TOOLTIPS */

.protip-container {
	z-index: 505!important;
}

.protip-content b {
	font-size: 18px;
	text-transform: capitalize;
	display: block;
	padding-bottom: 4px;
}

/* VIDEO-JS */
.video-js .vjs-big-play-button {
	top: 50%;
	left: 50%;
	transform: translate(-50%);
}

/* LIGHT BOX */
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lightbox .lb-outerContainer video {
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  z-index: 9999;
	  width: 100%;
	  height: auto;
	  opacity: 1;
	  transition: opacity 300ms ease-in-out;
	  border: none;
	  outline: none;
	}
	.lightbox .lb-outerContainer video:hover, .lightbox .lb-outerContainer video:focus {
	  border: none;
	  outline: none;
	}
	.lightbox .lb-outerContainer.animating video {
	  opacity: 0;
	}
	.lightbox .lb-container {
	  position: relative;
	}
	.lightbox .lb-container .lb-image {
	  border: none;
	}

ol {
	line-height: 25px;
}

span.icone {
	font-size: 100px;
	color: #1cffba;
}
span.icone.petite {
	font-size: 50px;
}

img.iconecentre {
	width: 25%;
	max-width: 100px;
}

img.iconecentre.petite5 {
	width: 5%;
}

span.iconedroite {
	float: right;
	padding: 10px 30px 10px 0;
	width: 25%;
	max-width: 120px;
}

span.iconegauche {
	float: left;
	padding: 10px 30px 10px 0;
	width: 25%;
	max-width: 120px;
}

span.icone.droite {
	float: right;
	margin-right: 0;
	padding: 30px 0 30px 30px;
}

span.icone.gauche {
	float: left;
	margin-left: -80px;
	padding: 30px 30px 30px 0;
}

span.icone i {
	border: #1cffba solid 10px;
	padding: 18px;
	border-radius: 150px;
}


div.icone img {
	width: 70px;
	height: auto;
	margin: 0 15px;
}

a.popup {
	color: #5d29b9;
	text-decoration: none;
}

a.popup:hover {
	color: #fff;
	background: #5d29b9;
	cursor: pointer;
	text-decoration: none;
}

div.card p.don {
	font-size: 16px;
	color: #5d29b9;
	margin-top: 7px;
}

div.card p.don b {
	font-size: 18px;
}

div.card p.don a {
	font-weight: 700;
	font-size: 30px;
	color: #5d29b9;
	text-decoration: none;
}

div.card p.don a i {
	position: absolute;
	right:5px;
	margin-top:-6px;
	font-size: 34px;
	border-radius: 40px;
	padding: 4px;
	border: 5px solid #5d29b9;
	color: #5d29b9;
	transition: all 500ms linear;
}

div.card p.don a:hover i {
	color: #fff;
	background: #5d29b9;
}

div.footernav {
	margin: 80px 0 20px;
	text-align: left;
	font-weight: 700;
	color: #ff3f70;
	width: auto;
	display: inline-block;
	border-radius: 20px;
	padding: 40px 100px 40px 0;
	border: 10px solid #eee;
	white-space: nowrap;
}

div.footernav i.side {
	font-size: 150px;
	padding: 35px 40px 35px 20px;
	float: left;
	color: #1cffba;
}

div.footernav i.la-map-marker {
	position: absolute;
	margin-left: -27px;
	font-size: 25px;
}

div.footernav span,
div.footernav a {
	display: inline-block;
	padding: 4px  0 2px;
	margin-bottom: 3px;
	border-bottom: 1px solid transparent;
}

div.footernav a {
	color: #3857c7;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	transition: all 300ms;
}


div.footernav a:hover {
	border-bottom: 1px solid #3857c7;
}

div.photo {
	width: 40%;
}

div.photo img {
	width: 100%;
	height: auto;
}

img.photo.left,
div.photo.left {
	float: left;
	margin-right: 50px;
}

img.photo.right,
div.photo.right {
	float: right;
	margin-left: 50px;
}

div.visuelfloat {
	overflow: hidden;
}

img.visuelfloat {
	float: right;
	padding: 0 50px 0 100px;
	width: 30%;
}

img.visuelfloat.left {
	float: left;
	padding: 0 100px 0 50px;
}

img.pleinelargeure {
	width: 100%;
	height: auto;
}

img.moyennelargeure {
	width: 70%;
	height: auto;
}

img.demielargeure {
	width: 50%;
	height: auto;
}

img.demielargeure.center {
	margin-left: 25%;
}

img.petitelargeure {
	width: 25%;
	height: auto;
}

img.petitelargeure.center {
	margin-left: 37.5%;
}

#totop {
	color: #4ae;
	font-size: 45px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: .8;
	z-index: 999999;
	transition: all 500ms;
}

#totop:hover {
	opacity: 1;
	cursor: pointer;
}

#totop.nop {
	opacity: 0;
	bottom: -40px;
}


.rose {
	color: #ff3f70;
	border-color: #ff3f70;
}

span.chiffre {
	font-weight: 700;
	font-size: 24px;
	float: left;
	color: #ff3f70;
	display: inline-block;
	width: 100px;
	text-align: center;
	margin-right: 40px;
}

span.chiffre.underline {
	padding-bottom: 12px;
	border-bottom: 5px solid #ff3f70;
}

div.tableau2 {
	text-align: center;
	background: #eee;
}

div.fondrose {
	color: #fff;
	background: #ff3f70;
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
}

div.tableau2 div {
	display: inline-block;
	text-align: left;
	width: 40%;
	padding: 5px 2%;
	vertical-align: top;
}

div.tableau2 div ul.arr {
	padding: 10px;
}

ul.encadre {
	background: #eee;
	padding: 20px 20px 20px 50px;
	border-radius: 10px;
}

ul.arr li::before {
	content: "›";
	font-size: 12px;
	color: #ff3f70;
	position: absolute;
	margin-left: -10px;
	margin-top: 2px;
}


div.tableau3 {
	text-align: center;
	border-bottom: 1px solid #28a7d4;
	width: 90%;
	margin-left:5%;
	padding: 10px 0;
}

div.tableau3.head {
	border-bottom: 5px solid #28a7d4;
	font-weight: 700;
	font-size: 22px;
	color: #28a7d4;
	margin-top: 20px;
}

div.tableau3 div.col1 {
	display: inline-block;
	text-align: left;
	width: 30%;
	padding: 5px 2%;
	vertical-align: top;
}

div.tableau3 div.col2 {
	display: inline-block;
	text-align: left;
	width: 60%;
	padding: 5px 2%;
	vertical-align: top;
}

div.table {
	display: table;
	text-align: center;
	width: 100%;
	border: 1px solid #000;
}

div.table.bleu {
	border: 1px solid #28a7d4;
}

div.row {
	text-align: left;
	display: table-row;
}

span.cell {
	display: table-cell;
	vertical-align: top;
	min-width: 50px;
	padding: 30px 10px;
	font-size: 14px;
	border: 1px solid #000;
}

div.table.bleu span.cell {
	border: 1px solid #28a7d4;
	color: #000;
}

span.cell.titre {
	background: #ff3f70;
	color: #fff;
	font-size: 16px;

	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	padding-left: 40px;
	padding-right: 40px;
}

span.cell.titre.min {
	font-weight: 400;
}

span.cell.titre.min b {
	font-size: 24px;
}

span.cell.titre.left {
	text-align: left;
}

div.row.rose,
span.cell.rose {
	background: #ff3f70;
	color: #fff;
	box-shadow: none;
}

span.cell.gris {
	box-shadow: none;
}

span.cell.cell50 {
	width: 50%;
}

span.cell.cell40 {
	width: 40%;
}

span.cell.cell30 {
	width: 30%;
}

span.cell.cell20 {
	width: 20%;
}

img.iconebleue {
	filter: invert(68%) sepia(15%) saturate(4342%) hue-rotate(160deg) brightness(87%) contrast(89%);
	width: 25%;
}

div.encadre {
	display: inline-block;
	margin: 0 auto;
	font-size: 11px;
	color: #000;
	padding: 10px 0;
	border: 1px solid #ff3f70;
}

div.encadre span {
	display: inline-block;
	margin: 0 10px;
}

div.quote {
	color: #666;
	font-style: italic;
	font-weight: 300;
}
