:root {
  	/* Couleur principale */
  --primary: #681B26;
  --primary-light: #923745;
	--primary-bg: #F6EDEE;

	--accent-warm: #D4A055;
	--accent-warm-bg: #F1E8D9;
	--accent-cool: #4B5F6C;
	--accent-cool-light: #A8B2B9;

	--gray: #F5F5F5;
	--dark: #1F2937;

	/* Secondaire */
	--primary-lighter: #CA7B84;
	--primary-dark: #410C12;
	--primary-darker: #23050A;

	--secondary: #1B685D;
	--secondary-light: #7BCABE;

	--background: #F7F2F3;
	--surface: #FFE6E8;
	--border: #D9CACC;
	--text-dark: #2A1C1F;
	--text-light: #FFFFFF;

	/* Autres */
	--white: #FFF;
	--orange: rgba(255, 167, 4, 0.9);
	--black: #000;
	--light-gray: #F7F7F7;
	--dark-blue: #313e5f;
	--dark-lighter-blue: #5b6b92;
}

.bg-white { background: var(--white); }
.bg-warm { background-color: var(--accent-warm-bg); }
.bg-gray { background-color: var(--accent-cool-light); }
.bg-light-gray { background-color: var(--light-gray); }
.bg-orange { background-color: var(--orange); }
.bg-light { background-color: var(--primary-bg); }

.txt-primary { color: var(--primary) !important; }
.txt-primary > p { color: var(--primary) !important; }
.txt-primary b { color: var(--primary-light) !important; }
.txt-noir { color: var(--text-dark) !important; font-weight: 400; }
.txt-noir b { color: var(--dark-blue) !important; }
.txt-blanc { color: var(--white) !important; font-weight: 400; }
.txt-dark-blue { color: var(--dark-blue) !important; font-weight: 400; }

.c-box { border:4px solid var(--white); background-color: var(--white); }
@media (max-width: 768px) { .c-box { margin-bottom:32px; border:none; margin-left:16px; margin-right:16px;  }}
.c-box:hover { filter: brightness(1.2); transform: translateY(-8px); border: 4px solid var(--accent-warm); }
.c-box img { width:100%; height:auto; }
.c-box .c-box-titre { padding:8px; color: var(--primary); font-weight:600; font-size:16px; }
.c-box .c-box-date { padding:0 8px; font-style: italic; color: var(--dark-lighter-blue); font-weight:500; font-size:16px; }
@media (max-width: 768px) { .c-box .c-box-date { font-size:12px; }}
.c-box .c-box-apercu { overflow:hidden; padding:0 8px; height:48px; margin-top:12px; margin-bottom:8px; color: var(--dark-blue); font-weight:400; font-size:16px; }
@media (max-width: 768px) { .c-box .c-box-apercu { font-size:12px; height:36px; }}

.c-bn-primary { font-size:16px; border:1px solid var(--primary); font-family: Arial; letter-spacing: 1.6px; font-weight:normal; padding:12px 24px; background-color: var(--primary); color: var(--white); }
@media (max-width: 768px) { .c-bn-primary { font-size:13px }}
.c-bn-primary:hover { color: var(--primary); background-color: var(--white); }
.c-bn-primary i { margin-left:8px; }

.c-bn-white { font-size:16px; border:1px solid var(--text-dark); font-family: Arial; letter-spacing: 1.6px; font-weight:normal; padding:12px 24px; background-color: var(--white); color: var(--text-dark); font-style:normal }
@media (max-width: 768px) { .c-bn-white { font-size:13px; padding: 8px 8px;}}
.c-bn-white:hover { color: var(--white); background-color: var(--primary); }
.c-bn-white i { margin-left:8px; }

.c-round { background-color: var(--light-gray); padding: 0 16px; text-align:center; border:none; box-shadow: 3px 3px 3px var(--surface); }
.c-round img { width:80%; height:auto; border-radius: 16px; border:1px solid var(--white); }
.c-round-texte { width:100%; text-align:center; padding:8px; color: var(--primary); font-weight:normal; font-size:20px; }

.c-line-primary { width:100%; 	display: flex; justify-content: center;background-color: transparent; margin-bottom:64px; }
.c-line-primary > div { height:4px; width:60px; background-color: var(--primary); }

.c-line-gray { width:100%; 	display: flex; justify-content: center;background-color: transparent; margin-bottom:64px; }
.c-line-gray > div { height:4px; width:60px; background-color: var(--accent-cool-light); }

.c-line-white { width:100%; 	display: flex; justify-content: center;background-color: transparent; margin-bottom:64px; }
.c-line-white > div { height:4px; width:60px; background-color: var(--white); }

.bn-tous { margin-top:64px; };


/* CONFIG PAGE EN GENERAL */


body {
	background: var(--background);
	font-family: "SF Text","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 16px;
	line-height: 1.52947;
	font-weight: 400;
	letter-spacing: -.021em;
	position: relative;
	color: var(--primary);
	font-style: normal;
	margin: 0;
	padding: 0;
	border: none;
}

a {	
	color: #1E88E5; 
	font-weight: bold;
}

a:hover, a:active  {
	color: #145791;
	text-decoration: none;
}

button {
	background: #1E88E5; 
	color: #FFF;
	border: 1px solid #1E88E5;
	padding: 2px 12px 2px 12px;
	border-radius: 4px;
	margin: 12px 1px 1px 1px;
	height: 38px;
	font-weight: bold;
	font-size: 18px;
}

button:hover {
	background: #145791;
	border: 1px solid #145791;
}

input[type="submit"] {
	background: #1E88E5; 
	color: #FFF;
	border: 1px solid #1E88E5;
	padding: 2px 12px 2px 12px;
	border-radius: 4px;
	margin: 12px 1px 1px 1px;
	height: 38px;
	font-weight: bold;
	font-size: 18px;
}

input[type="submit"]:hover {
	background: #145791;
	border: 1px solid #145791;
}

input[type="text"] {
	height:32px;
	padding-left: 8px;
}

textarea {
	padding-left: 8px;
}

strong {
	font-weight: bold;
	font-size: 16px;
	color: #1E88E5;
}

.row {
	margin: 0;
}

.container {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* BARRE DE NAVIGATION */

nav#mainnav {
	padding: 0; 
	color: var(--primary); 
	background: var(--background);
	height: 130px;
}
@media (max-width: 767.98px) { nav#mainnav { height:122px !important }}
div.c-entete {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 130px;
	background-image: url("../images/entete10.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: 100% 100%;
}
@media (max-width: 767.98px) { div.c-entete { background-image: url("../images/entete_mobile_8.png"); height: 70px; }}
div.c-menu {
	background: var(--primary);
	margin: 0;
	text-align: center;
	padding: 12px 0;
}
@media (max-width: 767.98px) { div.c-menu { padding: 5px 0; }}
.c-lien {
	display: inline-block;
	margin:0 16px;
}
@media (max-width: 767.98px) { .c-lien { font-size: 13px; }}
@media (max-width: 767.98px) { .c-lien:nth-child(1) { margin-bottom: 8px; }}
.c-lien a {
	color: var(--text-light);
	font-weight:300;
	font-family: Arial;
	letter-spacing: 1px;
}
@media (max-width: 767.98px) { .c-lien a { font-weight:420; }}
.c-lien > .active {
	padding-bottom: 4px;
	border-bottom: 4px solid var(--orange);
}
@media (max-width: 767.98px) { .c-lien > .active { border-bottom: 2px solid var(--orange); }}


.navbar-default {
	background: #FFF;
	border: none;
	border-bottom: 1px solid #E3E4EA;
	padding:36px;
	height: 140px;
	text-align: center;
	box-shadow: 0px 4px 8px 0px rgba(50, 50, 50, 0.08);
	margin: 0;
}

.navbar-default .nav li a {
	color: #222D32;
	font-size: 12px;
	font-weight: 700;
	height: 100px;
	line-height: 38px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-default .nav li a:hover {
	background-color: #ffa400;
	color: #FFF;
}
.navbar-default .nav li a:focus { color: #303030; }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #FFF;
	background-color: #ffa400;
}

.navbar-default .navbar-toggle {
	border: none;
	padding-top: 18px;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #ffa400;
	border-color: transparent;
}

/* CAROUSEL */

.carousel {
	margin-top: 2px;
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
@media (max-width: 768px) { .carousel { margin-top: -50px; }}
@media (max-width: 768px) { .carousel > div.slides > div.header-img { margin-top:172px; }}
.slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
}
.slide {
	flex-shrink: 0;
	width: 100%;
	text-align: center;
}
.slide img {
	width: 100%;
	height: auto;
	display: block;
}
.slide h3 {
	margin-top: -224px;
	color: var(--white);
	font-size: 24px;
	padding: 0 128px 0 128px;
	line-height: 44px;
}
@media (max-width: 767.98px) { 
    .slide h3 { 
        margin-top: -166px;
        font-size: 14px;
        line-height: 24px;
        padding: 0 32px 0 32px;
    }
}
.slide h3 > div.text-slide {
  margin-top:32px; 
  padding:0;
}
.slide h3 > div.text-slide2 {
  margin-top: 32px; 
  padding:0;
}
@media (max-width: 768px) { .slide h3 > div.text-slide2 { margin-top: 8px;  }}
.slide h3 span:nth-child(4) {
	font-size:36px;
}
@media (max-width: 768px) { 
   .slide h3 span:nth-child(4) {
    font-size: 18px;
   }
}
.slide h3 i {
	padding: 0 32px;
	color: var(--accent-cool-light);
}
@media (max-width: 768px) { 
  .slide h3 i {
  padding: 0 8px;
  }
}


.bn-slide {
	position: absolute;
	top: 65%;
	transform: translateY(-50%);
	font-size: 2rem;
	background: rgba(0,0,0,0.5);
	color: white;
	padding: 0 10px;
	margin: 0 24px;
	cursor: pointer;
	z-index: 10;
}
@media (max-width: 768px) { 
  .bn-slide {
      top: 72%;
      margin: 0 1px;
      font-size: 12px;
      padding: 4px 8px;
  }
}
.prev { left: 10px; }
.next { right: 10px; }

/* INDICATEURS CAROUSEL */

.indicators {
	position: absolute;
  bottom: 16px;
	left: 45%;
	height: 6px;
	display: flex;
	justify-content: center;
	gap: 6px;
	z-index: 10;
}
@media (max-width: 767.98px) { .indicators { bottom: 8px; left: 40%; }}
.indicator {
  width: 30px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  transition: background-color 0.3s;
}
@media (max-width: 767.98px) { .indicator { width: 15px; height: 3px; }}

.indicator.active {
  background-color: #fff;
}

/* CONTENU */

.mkj-title {
	font-family: "Helvetica";
	color: var(--accent-warm);
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 26px;
	text-shadow: 1px 1px 1px var(--surface);
	padding-top: 32px;
}

.mkj-text {
	text-align:justify; 
	padding:32px 16px 1px 16px;
	color: var(--primary)
}
@media (max-width: 767.98px) { .mkj-text { font-size: 14px; padding: 16px 8px 1px 8px; }}

.mkj-text b {
	font-family: Arial;
	color: var(--text-dark);
	font-weight: bold;
	font-size: 18px;
}
@media (max-width: 767.98px) { .mkj-text b { font-size: 14px; }}


.paper-stack {
  border: 1px solid #ddd;
  padding: 8px 32px 20px 32px;
  position: relative;
  margin-left: 32px;
}
@media (max-width: 767.98px) { .paper-stack { margin: -8px -8px 32px -8px; padding: 24px 8px 48px 8px; }}


#mot_directeur img {
  width: 100%;
}
@media (max-width: 767.98px) { #mot_directeur img { margin: 1px 0 72px 0; width: 70%; }}
@media (max-width: 767.98px) { #mot_directeur .img_directeur { text-align: center; }}


/* SECTIONS */


.section {
	border-bottom: 1px solid #f0f0f0;
	padding: 64px 0 96px 0;	
}
@media (max-width: 767.98px) { .section { padding: 48px 0 48px 0;	}}

.section div.left {
	text-align: left;
	margin-left: 16px;
}

.section div.center {
	text-align: center;
}

.section div.right {
	text-align: right;
}

.section-warm-bg {
	background-color: var(--accent-warm-bg);
}

.section-blanc {
	background: #FFFFFF;
}

.section-gris {
	background: #F2F4F4;
}

.section-bleu {
	background: #E4F0FF;
}

.section-mauve {
	background: #f8f5dd;
}

.section-violet {
	background: #E7EBFF;
}

.section-vert {
	background: #dff3ec;
}

.section p {
	color: #555F61;
}

.section h2 {
	font-weight: 600;
	padding-bottom: 20px;
	font-size: 38px;
}

.section h3 {
	font-weight: 500;
	padding-bottom: 8px;
	font-size: 26px;
	border: none;
	margin: 0;
}
@media (max-width: 767.98px) { .section h3 { font-size: 20px; padding-bottom: 1px; }}

.section_blanc h2 {
	font-weight: 600;
	padding-bottom: 20px;
	font-size: 38px;
}

.section_blanc h3 {
	font-family: "Helvetica";
	font-weight: 600;
	padding-bottom: 6px;
	font-size: 26px;
}

.section_gris {
	background: #F2F4F4;
}

.section li {
	margin-top:12px;
}

.section .mkj-lu-check {
	list-style-image: url('../images/list-check-green.png');
}


/* CONTACT */


#contact {
	background: #303030;
	color: #EEE;
	padding: 80px 0 80px 0;
}
#contact h2 { 
	font-weight: 600;
	padding-bottom: 20px;
	font-size: 38px;
}
#contact h3 {
	font-weight: 600;
	padding: 0 0 20px 0;
	font-size: 26px;
	color: #ffa400;
}
#contact .text-center p { padding: 0 0 60px 0; }
#contact .form-control {
	background: transparent;
	border: 1px solid #444;
	border-radius: 0px;
	color: #FFF;
	margin: 10px 0 10px 0;
}
#contact input { height: 60px; }
#contact .form-control:focus {
	background: #444444;
	border-color: transparent;
	box-shadow: none;
}
#contact input[type="submit"] {
	color: #FFF;
	font-weight: 600;
	letter-spacing: 1px;
	width: 220px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#contact input[type="submit"]:hover {
	background: #ffa400;
	border-color: transparent;
	color: #FFF;
}
#contact .address {
	padding: 20px;
	padding-top: 0;
	margin: 0;
}
#contact .fa {
	color: #ffa400;
	font-size: 20px;
	padding: 6px 10px 6px 0;
}


/** FOOTER **/


#pied {
	text-align: center;
	padding: 64px 0 48px 0; 
	background: var(--primary); 
	color: var(--text-light);
}
@media (max-width: 768px) {
  #pied { font-size:12px; }
  #pied > div > div > div:nth-child(1) > h3 { margin-top:-16px; }
  #pied h3 { font-size:18px; }
  #pied .cont-link { margin-top:48px }
  #pied .cont-link > div:nth-child(2) { margin-bottom:32px; }
  #pied > div > div > div:nth-child(3) { margin-top:48px; }
}


/* FLECHE HAUT */


.go-top 
{
	background-color: var(--primary);
	border-radius: 50%;
	bottom: 1em;
	right: 1em;
	color: var(--text-light);
	font-size:42px;
	display: none;
	position: fixed;
	text-decoration: none;
	width: 50px;
	height: 50px;
	line-height: 43px;
	text-align: center;
	padding-top: 10px;
}
@media (max-width: 768px) { .go-top { width:25px; height:25px; line-height:26px; font-size:16px; padding-top:2px; right:8px; bottom:8px; }}
.go-top:focus {
	color: #FFF;
	outline: none;
}
.go-top:hover {	
	background-color: var(--primary-lighter);
	color: #F0F0F0;
}

.mkj-title i {
	font-size:26px; 
	margin-right:8px;
	color: #3C8DBC;
}

/** CONTACT **/

#pied {
  background-color: var(--primary);
  background-image: url("../images/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

#pied form#contactForm .form-group { margin-bottom: 1.5rem; }
#pied form#contactForm .form-group input,
#pied form#contactForm .form-group textarea { padding: 1.25rem; }
@media (max-width: 768px) { 
  #pied form#contactForm .form-group input, 
  #pied form#contactForm .form-group textarea { padding: 4px; }}
#pied form#contactForm .form-group input.form-control { height: auto; }
#pied form#contactForm .form-group-textarea { height: 100%; }
#pied form#contactForm .form-group-textarea textarea { height: 100%; min-height: 10rem; }
#pied form#contactForm p.help-block { margin: 0; }
#pied form#contactForm .form-control:focus { border-color: #ffc800; box-shadow: none; }
#pied form#contactForm ::-webkit-input-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: var(--accent-cool-light);
}
@media (max-width: 768px) { #pied form#contactForm ::-webkit-input-placeholder { font-size:12px; font-weight:400; }}
#pied form#contactForm :-moz-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: var(--accent-cool-light);
}
@media (max-width: 768px) { #pied form#contactForm ::-moz-placeholder { font-size:12px; font-weight:400; }}
#pied form#contactForm ::-moz-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: var(--accent-cool-light);
}
@media (max-width: 768px) { #pied form#contactForm ::-moz-placeholder { font-size:12px; font-weight:400; }}
#pied form#contactForm :-ms-input-placeholder {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: var(--accent-cool-light);
}
@media (max-width: 768px) { #pied form#contactForm :-ms-input-placeholder { font-size:12px; font-weight:400; }}


.d-none { display: none !important; }
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--accent-warm);
}
.pied-copyright { margin:96px 0 0 0; }


.header-img {
	margin-top: 172px;
	height: 350px !important;
	overflow: hidden;
}
@media (max-width: 768px) { .header-img { margin-top:122px; height: 180px !important; }}
.header-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.header-img > h3 > div {
  margin-top:36px; 
  padding:0;
}
.header-img > h3 > div > a {
  font-size:16px;
}
@media (max-width: 768px) { .header-img > h3 > div > a { font-size:12px; }}


/* TIMELINE */


.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: var(--primary-lighter);
}
.timeline > li {
  position: relative;
  min-height: 30px;
  margin-bottom: 16px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 8px solid var(--white);
  border-radius: 100%;
  background-color: #ffc800;
}
@media (max-width: 768px) { .timeline > li .timeline-image { width:80px; height:80px; }}
.timeline > li .timeline-image > img {
  width:154px; 
  height:154px;
}
@media (max-width: 768px) { .timeline > li .timeline-image > img { margin-top:2px; width:60px; height:60px; }}
.timeline > li .bord-orange { border: 8px solid var(--accent-warm); }
.timeline > li .bord-alternative { border: 8px solid var(--border); }
@media (max-width: 768px) { .timeline > li .bord-alternative { border: 8px solid var(--white); }}
.timeline > li .bord-blanc { border: 8px solid var(--white) !important; }
.timeline > li .bord-secondaire { border: 8px solid var(--secondary-light) !important; }
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
@media (max-width: 768px) { .timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 { font-size: 14px; }}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}
@media (max-width: 768px) { .timeline .timeline-body > p { font-size:12px }}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}


.mkj-timeline-inverted {
  float:right; 
  padding: 0 30px 0 20px;
  text-align: left;
  width: 41%;
}

@media (max-width: 768px) {
  .mkj-timeline-inverted {
    display: none;
  }
  .timeline > li {
    margin-top: 32px;
  }
}

@media (min-width: 768px) {
  .mkj-timeline-inverted {
    padding: 0 30px 20px 50px;
  }
  .timeline > li:nth-child(2), .timeline > li:nth-child(4) {
    display: none;
  }
}

@media (min-width: 992px) {
  .mkj-timeline-inverted {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .mkj-timeline-inverted {
    padding: 0 100px 20px 20px;
  }
}

.rounded-circle {
  border-radius: 50% !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.c-fs-normal {
	font-size: 16px !important;
}
@media (max-width: 768px) { .c-fs-normal { font-size: 12px !important; }}

/* MODAL */


.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 32px !important;
  pointer-events: none;
}
@media (max-width: 768px) { .modal-dialog { margin:8px !important; }}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}


/** PORTFOLIO **/

.portfolio-item {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--white);
  margin-bottom: 64px;
  cursor: pointer;
  height: 350px;
  background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: 100% 100%;
  border-radius: 8px;
}
@media (max-width: 768px) { .portfolio-item { background-position:top center; background-size:100% auto; height:210px; font-size:12px }}
.portfolio-item:hover {
  filter: brightness(1.2);
  transform: translateY(-8px);
}
.portfolio-item > .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: var(--background);
  cursor: pointer;
  margin-top: 206px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) { .portfolio-item > .portfolio-caption { margin-top: 126px; }}
.portfolio-item .portfolio-caption-heading {
  font-weight: 700;
  margin-bottom: 8px;
  height: 24px;
  overflow: hidden;
}
@media (max-width: 768px) { .portfolio-item .portfolio-caption-heading { margin: -8px 0 0 0; }}
.portfolio-item .portfolio-caption-subheading {
  color: #333;
  height: 80px;
  overflow: hidden !important;
  font-style: normal;
}
@media (max-width: 768px) { .portfolio-item .portfolio-caption-subheading { height:36px !important; overflow: hidden !important; }}
@media (max-width: 768px) { .section > div.container > div.row > div { margin-top:-32px; }}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
  z-index: 100;
}
.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.portfolio-modal .modal-content h2, .portfolio-modal .modal-content .h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  margin-top:48px;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
@media (max-width: 768px) { .portfolio-modal .close-modal > i { font-size:32px; }}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.modal-body > h2 {
	color: var(--dark);
	font-size: 36px !important;
	font-weight: 800;
	border-bottom: 32px !important;
}

.modal-body > img {
	margin: 32px 0 48px 0 !important;
}

.modal-body > button {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.5px;
	padding: 12px 32px 42px 32px !important;
	background: rgba(255, 167, 4, 0.9);
	border: none;
	border-radius: 4px;
	margin-top: 32px;
}
@media (max-width: 768px) { .modal-body > button { font-size:14px; padding:8px 16px !important; }}

.modal-body > button:hover {
	background: rgba(255, 200, 0, 0.9);
}

.cont-link > a {
	font-style: normal;
	color: var(--white);
	font-weight: 400;
	margin-left: 8px;
	line-height: 32px;
}

.cont-link > a:hover {
	color: var(--orange);
}

.c-copyright {
	margin: 64px 0 -32px 0;
}
@media (max-width: 768px) { .c-copyright { margin:64px 0 16px 0; padding:0; font-size:10px }}
.c-copyright span.copy {
	margin-right: 16px;
}
@media (max-width: 768px) { .c-copyright span.copy { margin-right: 2px; }}
.c-copyright span.site {
	margin-left: 16px;
}
@media (max-width: 768px) { .c-copyright span.site { margin-left: 2px; }}


/** CHARTE **/


#charte {
	position: relative;
	width: 100%;
	margin: -150px 96px 0 0;
	width: 140px;
	text-align: center;
	cursor: pointer;
	transition: transform 0.3s ease;
	line-height: 24px;
	font-size: 22px;
	color: var(--primary);
}
#charte:hover {
	filter: brightness(1.3);
	transform: translateY(-4px) translateX(4px);
	color: var(--primary-light);
}
#charte img {
	width: 80px;
	height: 80px;
  filter: hue-rotate(90deg);
}
#charte span {
	font-size: 16px;
	color: var(--white);
}
#charte-conteneur {
	background-color: var(--white);
	padding: 64px 8px;
	color: var(--dark-blue);
	text-align: justify;
}
#charte-conteneur > p { height:32px; }
#charte-conteneur h2 {
	font-size: 44px;
	font-weight: 600;
	margin-bottom: 32px;
}
#charte-conteneur h3 {
	font-size: 38px;
	font-weight: 500;
	margin-bottom: 32px;
}
#charte-conteneur h3.charte-section { margin-top:54px; }
#charte-conteneur h4 {
	font-size: 28px;
	font-weight: 600;
	margin: 32px 0;
}
#charte-contenu img {
  width: 50%;
  border-radius: 16px;
  filter: brightness(0.9);
}
@media (max-width: 767.98px) {
  #charte {
    margin: -45px 1px 0 0;
    font-size: 14px;
    width: 90px;
    line-height: 16px;
    z-index: 20;
  }
  #charte-contenu > h2 {
    margin-top: -192px;
    font-size: 28px;
    color: white;
  } 
  #charte-contenu > h3 { 
    margin-top:32px;
    font-size: 28px;
  }
  #charte-contenu > h4 { 
    font-size: 20px;
  }
  #charte img {
    width: 28px;
    height: 28px;
  }
  #charte-contenu img { 
    width: 100%; 
  }
  #charte span {
    font-size: 12px;
    color: #5c2778;
  }
}


/** ACTUALITES **/


.actualite {
	display: flex;
	padding: 48px 0 48px 0;
	cursor: pointer;
}
@media (max-width: 768px) { .actualite { margin:0 -8px 0 -8px; }}
.actualite.ligne {
	border-bottom: 1px solid var(--accent-cool-light);
}
.actualite > img {
	width: 190px !important;
	height: 190px !important;
	border-radius: 8px;
}
@media (max-width: 768px) { .actualite > img { width:60px !important; height:128px !important; object-fit:cover; border-radius:4px; }}
.actualite > .actualite-contenu {
	flex: 1;
	text-align: justify;
	margin: 0 8px 0 24px;
}
@media (max-width: 768px) { .actualite > .actualite-contenu { margin:0 0 0 8px }}
.actualite > .actualite-contenu > .apercu {
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 768px) { .actualite > .actualite-contenu > .apercu { margin-top:-2px; height:48px; font-size:12px; }}
.actualite > .actualite-contenu > h3 {
	font-size: 24px;
	font-weight:400px;
}
@media (max-width: 768px) { .actualite > .actualite-contenu > h3 { font-size:14px; }}
.actualite > .actualite-contenu > h4 {
	font-size: 18px;
	font-weight:400px;
	color: var(--accent-cool);
	margin-top: 1px;
}
@media (max-width: 768px) { .actualite > .actualite-contenu > h4 { margin-top:8px; font-size:12px; }}
.actualite > .actualite-contenu > .bn {
	margin-top: 2px;
	color: var(--white);
	background-color: var(--dark-lighter-blue);
	border: none;
	padding: 8px 16px;
	border-radius: 4px;
	font-weight: normal;
	letter-spacing: 1.2px;
	width: 240px;
}
@media (max-width: 768px) { .actualite > .actualite-contenu > .bn { margin-top:8px; padding:2px 8px 2px 16px; font-size:12px; width:190px; }}
.actualite > .actualite-contenu > .bn:hover { filter: brightness(1.3); }
.actualite > .actualite-contenu > .bn > i {
	color:inherit; 
	vertical-align: middle; 
	padding:0 8px 0 8px;
}

.close-modal > i {
	color: var(--orange);
	font-size: 64px;
	font-weight: 100;
	margin-left: -24px;
}

.modal-backdrop {
  z-index: 1040 !important;
}

.modal {
  z-index: 1050 !important;
}


.stats {
  padding:32px 16px 0 16px !important; 
  text-align:center
}
@media (max-width: 767.98px) { .stats { padding: 16px 0 0 0 !important; }}
.stats > div {
  border: 4px solid white;
  padding: 4px;
}
@media (max-width: 767.98px) { .stats > div { padding: 4px 0; }}
.stats .bord {
  border-right: 1px solid #deebf3;
}
@media (max-width: 767.98px) { .stats .bord:nth-child(3) { border-right: 1px solid #FFF; }}
.stats h2 {
  margin:0 0 1px 0;
  font-size: 32px;
  color: var(--accent-cool);
  font-weight: 900;
  letter-spacing: 2.6px;
}
@media (max-width: 767.98px) { .stats h2 { font-size:22px; line-height: 18px }}
.stats span {
  color: #a29ea1;
  font-size: 15px;
}
@media (max-width: 767.98px) { .stats span { font-size: 12px; }}


.pres-travaux {
  background-image: url("../images/presentation/vue_aerienne_1.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: 100% 100%;
}
.pres-travaux .text {
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  border-radius: 32px;
  padding: 32px 16px;
}
.pres-travaux .text p {
  margin-top: 32px;
  color: #212121;
  font-weight: 500;
}
.pres-travaux .text p:nth-child(1) {
  margin-top: -16px;
}
.pres-travaux .text p > i {
  color:#9a4fe4; 
  font-size: 24px;
  padding-right: 8px;
}


/** CONTENU MODAL **/


@media (max-width: 768px) { .modal { padding:0 }}
@media (max-width: 768px) { #modal-contenu { font-size:12px; margin-top:-32px; padding:0; margin-left:-12px; margin-right:-12px; }}
#modal-contenu p {
  text-align: justify;
}
#modal-contenu .text-muted {
  font-style: normal;
}
#modal-contenu img {
  border-radius: 8px;
}
#modal-contenu > h2 {
  line-height: 40px;
}
@media (max-width: 768px) { #modal-contenu > h2 { font-size:20px }}
#modal-contenu > h3 {
  font-size:20px;
  margin-top:-32px;
}
@media (max-width: 768px) { #modal-contenu > h3 { font-size:16px; }}
#modal-contenu > div {
  width: 100%;
  text-align: center !important;
}
#modal-contenu > div.soustitre {
  font-size: 28px;
  font-weight: 500;
  padding: 24px 0 24px 0;
  color: var(--dark-blue);
}
#modal-contenu p > ul > li {
  color: black;
}

#submitButton { 
  padding-left:32px; 
  padding-right:32px;
}
@media (max-width: 768px) { #submitButton { font-size:12px }}


#g-local {
  width: 500px;
  height: 330px;
  border: 0;
}
@media (max-width: 768px) { #g-local { margin: -16px 0 0 0; width:100%; height:300px; }}


#localisation .mkj-text:nth-child(1) {
  margin-top: 1px;
}
@media (max-width: 768px) { #localisation .mkj-text:nth-child(1) { margin-top:-32px; }}


#historique ul.timeline {
  margin-top: 1px;
}
@media (max-width: 768px) { #historique ul.timeline { margin-top:-48px; }}

@media (max-width: 768px) {
  ul.timeline > li.vide {
    display: none !important;
  }
}


/** INDEX **/


@media (max-width: 768px) { #actualites { padding-top:64px; padding-bottom:96px; }}
@media (max-width: 768px) { #actualites > div.container { padding-top:1px }}
@media (max-width: 768px) { #actualites img { width:100%; height:150px; object-fit:cover; object-position:center; display:block; }}
@media (max-width: 768px) { #actualites div[onclick] { margin-top:16px }}
@media (max-width: 768px) { #actualites div[onclick]:nth-child(1) { margin-top:0 }}
@media (max-width: 768px) { #actualites .c-box { border:1px solid var(--accent-warm); margin-left:-8px; margin-right:-8px; }}

@media (max-width: 768px) { #conseils_sante { padding-top:64px; padding-bottom:96px; }}
@media (max-width: 768px) { #conseils_sante img { width:100%; height:150px; object-fit:cover; object-position:center; display:block; }}
@media (max-width: 768px) { #conseils_sante div[onclick] { margin-top:16px }}
@media (max-width: 768px) { #conseils_sante div[onclick]:nth-child(1) { margin-top:0 }}
@media (max-width: 768px) { #conseils_sante .c-box { border:1px solid #8fa6b6; margin-left:-8px; margin-right:-8px; }}


/** PRESENTATION **/


@media (max-width: 768px) { #presentation.section { margin-left:-8px; margin-right:-8px; }}
@media (max-width: 768px) { .pres-travaux { background-image: url("../images/presentation/vue_aerienne_2.png"); }}
@media (max-width: 768px) { #suite { padding-top:96px; }}
@media (max-width: 768px) { #suite .text { margin-top:48px; margin-bottom:64px; border-radius:8px; padding-left:4px; padding-right:4px; }}
@media (max-width: 768px) { #suite .showscroll { opacity:1; transform:none; }}
@media (max-width: 768px) { #localisation .bg-white { margin-left:-8px; margin-right:-8px; }}
@media (max-width: 768px) { #localisation > .container { padding-top:32px; padding-bottom:64px; }}
@media (max-width: 768px) { #medecins { padding-top:64px }}


/** LIENS PARTENAIRES CONTACT **/


#pied #partenaires { margin:-32px -16px 0 0; }
#pied div.lien-partenaire {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
#pied div.lien-partenaire.ambatovy { margin-left:-16px }
#pied div.lien-partenaire.mercy { margin-left:8px }
#pied .lien-partenaire:hover {
  filter: brightness(1.2);
  transform: scaleX(1.1) scaleY(1.1);
  transition: transform 0.3s ease;
  color: var(--orange);
}
#pied .lien-partenaire > a > img#part-cbm { height: 60px; }
#pied .lien-partenaire > a > img#part-mercy { height: 64px; }
#pied .lien-partenaire > a > img#part-smile { height: 30px; }
#pied .lien-partenaire > a > img#part-ambatovy { height: 54px; }
@media (max-width: 768px) {
  #pied .lien-partenaire > a > img#part-cbm { height: 40px; }
  #pied .lien-partenaire > a > img#part-mercy { height: 44px; }
  #pied .lien-partenaire > a > img#part-smile { height: 24px; }
  #pied .lien-partenaire > a > img#part-ambatovy { height: 40px; }
}

.important-text {
    color: #FFF; /* #D8000C; /* Red */
    font-weight: bold;
    animation: pulse 1s infinite; /* Subtle pulse */
    font-size:20px;
    /* text-shadow: 2px 2px 2px #c1c1bf; */
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.1; }
    100% { opacity: 1; }
}