
/* ======= Base ======= */
html,
body {
  height: 100%;
}
body {
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -200px;
  /* equal to footer height */
}
.wrapper:after {
  content: "";
  display: block;
  height: 200px;
  /* must be the same height as footer */
}
.footer {
  height: 200px;
  /* must be the same height as footer */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
}
strong { font-weight:normal; 
}

x fol p {
  color: #444444;
  font-size: 13px;
}
a {
  color: #95CB43;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #365d7e;
}
a:focus {
  text-decoration: none;
}

/* ajout arx iT 12/2023 */

h4.sitemap {
font-size: 1.2em !important;

}

.home-page .promoboxcustom {
  padding: 0px;
  margin-bottom:10px;
  background: transparent;
}

.home-page .promoboxcustom h2.section-heading {
  margin-top: 0;
  margin-bottom: 0px;
  line-height: 1em;
  font-size:1.5em;
  font-weight: bold;
  color: #95CB43;  
}

.ref-page h2.section-heading {
  margin-top: 0;
  margin-bottom: 0px;
  line-height: 1em;
  font-size:2.6em;
  font-weight: bold;
  color: #95CB43;  
}

.home-page .promoboxcustom h3.section-heading {
  line-height: 1em;
  font-size:2.6em;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0px;
  color: #7B7B7B;
}

.home-page .promoboxbesoin {
  padding: 0px;
  background-color: rgba(255,255,255,0);
  margin-top: 0px;
  margin-bottom: 80px;
}

.home-page .promoboxbesoin h3.section-heading {
  line-height: 1em;
  font-size:2.6em;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0px;
  color: #7B7B7B;
}

.boxbesoin {
  padding: 0 15px 0 0;
  margin-bottom: 15px;
  background-color: rgba(255,255,255,0);
}

.boxbesoinlogo {
  background-color: rgba(255,255,255,0);
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 145px;
  display: grid;
  place-items: left;
  border-top: 1px solid #DDDDDB;
}

.boxbesointext {
  padding-top: 10px;
  padding-right: 10px;
  height: 100%;
  border-top: 1px solid #DDDDDB;
}

.boxbesointext h4 {
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  font-weight: bold;
  color:#7B7B7B;
  font-size: 1.35em;
}

.boxbesointext p {
  word-wrap: break-word;
  color: #7B7B7B;
}

.boxbesointext a.promo-access {
  margin-bottom: 10px;
  background: transparent;
  border: transparent;
  color: #7F7F7F;
}

.expertise {
  margin-bottom: 80px;
}

.expertisebox {
  margin-bottom: 25px;
}

.expertisecontent {
  padding-top: 20px;
  border-top: 1px solid #DDDDDB;
}

.expertisecontent .desc {
  padding-top: 10px;
}

.expertisecontent .desc h4 {
  font-size:1.4em;
  font-weight: bold;
  color:#7B7B7B;
  padding: 0;
  margin-top: 10px;
}

.certifbox {
  margin-bottom: 80px;
  border-top: 1px solid #DDDDDB;
  display: flex;
  align-items: center;
}

.certifcontent {
  margin-bottom: 25px;
  padding-top: 10px;
}

.certifcontent2 {
  display: flex;
  align-items: center;       /* Centre verticalement */
  justify-content: center;   /* Centre horizontalement (optionnel) */
  max-height: 50%;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.qualiopi {
  margin: auto;
  display: grid;
  max-height: 200px;
}

.certifautre {
  margin: auto;
  display: grid;
  max-height: 100px;
}

.home-page .webinairebox {
  padding: 0px;
  background-color: rgba(255,255,255,0);
  margin-top: 0px;
  margin-bottom: 80px;
}

.webinairecontent {
  padding: 0 15px 0 0;
  margin-bottom: 15px;
  background-color: rgba(255,255,255,0);
}

.margin-auto {
  margin : auto;
}
.webinairecontent img {
  width:100%;
  box-shadow: 5px 5px 5px #999999;
}

.displaynone {
  display: none !important;
}

.an2023 {
  display: none;
}

.an2024 {
  display: none;
}

.anINTRA {
  display: none;
}

.phone {
  color: #7F7F7F;
}

.no-padding{
  padding:0 0 0 0;
}

/* fin d'ajout */

.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn .fa.fa-search {
  margin-right: 0;
}
.btn-theme {
  background: #95CB43;
  border: 1px solid #95CB43;
  color: #fff;
}
.btn-nature {
  color: #95CB43;
  padding: 0%;
}
.btn-theme:hover {
  background: #84aac9;
  border: 1px solid #84aac9;
  color: #fff;
}
.btn-nature:hover {
  color: #84aac9;
}
.btn-theme-contenu {
  background: #84aac9;
  border: 1px solid #84aac9;
  color: #fff;
}
.btn-theme-contenu:hover {
  background: #95CB43;
  border: 1px solid #95CB43;
  color: #fff;
}
a.btn-cta,
.btn-cta {
  background: #95CB43;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #95CB43;
  font-family: 'open sans', arial, sans-serif;
}
a.btn-cta:hover,
.btn-cta:hover {
  color: #fff;
  background: #84aac9;
  border: 1px solid #84aac9;
}
a.btn-cta .fa,
.btn-cta .fa {
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-control:focus {
  border-color: #95CB43;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*------Modif nto avril 2023------*/
.btn-theme2 {
  background: transparent;
  color: #fff;
  padding: 20px 20px;
  font-size: 1.4em;
  font-weight: bold;
  border: 3px solid #fff;
  z-index:2;
}
.btn-theme2:hover {
  background: #95CB43 !important;
  color: #fff;
  padding: 20px 20px;
  font-size: 1.4em;
  font-weight: bold;
  border: 3px solid #fff;
  z-index:2;
}
.webinaire {
  background: transparent;
  color: #fff;
  padding: 20px 20px;
  font-size: 1.4em;
  font-weight: bold;
  border: 3px solid #fff;
  z-index:2;
}
.special {
  width: 100%;
  height: 100%;
  margin: auto;
  background: #000000;
  color: #fff;
  font-size: 2em;
  line-height: 1.33;
  display: flex;
  position: absolute;
  top: 0px;
  right:15px;
  opacity:35%;
  justify-content: center;
  align-items: center;
  white-space: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px;
  font-family: 'open sans', arial, sans-serif;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
}
.evenements-titre {
  width: 100%;
  height: 100%;
  margin: auto;
  background: transparent;
  color: #fff;
  pointer-events: none;
  font-size: 2em;
  line-height: 1.33;
  display: flex;
  position: absolute;
  top: 0px;
  right:15px;
  justify-content: center;
  align-items: center;
  white-space: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px;
  font-family: 'open sans', arial, sans-serif;
}
a.btn-custom,
.btn-custom {
  width: 100%;
  height: 100%;
  margin: auto;
  background: #000000;
  color: #fff;
  font-size: 2em;
  line-height: 1.33;
  display: inline;
  position: absolute;
  top: 0px;
  right:15px;
  opacity:40%;
  justify-content: center;
  align-items: center;
  white-space: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px;
  font-family: 'open sans', arial, sans-serif;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
}
.special:hover {
  color: #fff;
  /*background: #84aac9;*/
  box-shadow: inset 0 0 0 1000px rgba(149,203,67,.8);
  /*border: 1px solid #95CB43;*/
}
a.btn-custom:hover,
.btn-custom:hover {
  color: #fff;
  /*background: #84aac9;*/
  box-shadow: inset 0 0 0 1000px rgba(149,203,67,.8);
  /*border: 1px solid #95CB43;*/
}

h1.ninja {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  /*z-index: 1;*/
  color: rgba(0, 0, 0, 0.0);
  font-size: 0.1em;
}
/*------Fin modifs------*/
blockquote {
  font-size: 14px;
}
blockquote p {
  font-size: 14px;
  line-height: 1.5;
}
.Violet {
  background-color: #420bb1;
}
.Violet:hover {
  background-color: #2a096d;
}
.RedDamask {
  background-color: #e27240;
}
.RedDamask:hover {
  background-color: #df622a;
}
.FireBush {
  background-color: #E28D40;
}
.FireBush:hover {
  background-color: #df802a;
}
.OliveDrab {
  background-color: white
}
.OliveDrab:hover {
  background-color: #95CB43;
  color: white;
}

.OliveDrab span {
  display: block;
}

.OliveDrab:hover span {
  color: white;
}

.OliveDrab .desc1,
.OliveDrab .desc2-1,
.OliveDrab .desc2-2 {
  font-size: 0.7em;
  font-weight: bold;
}

.OliveDrab .desc1 {
  line-height: 0.5;
}

.OliveDrab span.desc2-1 {
  margin-top: 10px;
}

.percentage.one-line {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 0.5;
  margin-top: 0px;
}
.percentage.two-line {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 15px;
}
.Mojo {
  background-color: #C94139;
}
.Mojo:hover {
  background-color: #b73932;
}
.text-highlight {
  color: #27435a;
}
.highlight-border {
  border-color: #95CB43;
}
.read-more {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 13px;
  display: block;
}
.read-more .fa {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.read-more:hover {
  text-decoration: none;
}
.carousel-fade .item {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.carousel-fade .item.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#topcontrol {
  background: #84aac9;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#topcontrol:hover {
  background: #95CB43;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
ul.custom-list-style li {
  margin: 0 5px 5px -30px;
  list-style-image: url(../images/img_liste_big.png);
}
ul.custom-list-style-2 {
  padding-inline-start: 13px;
}
ul.custom-list-style-2 li {
  list-style-image: url(../images/img_liste_big.png);
}
ul.custom-list-style-3 {
  padding-inline-start: 20px;
}
ul.custom-list-style-3 li {
  list-style-image: url(../images/img_liste_big.png);
}
.date-label {
  background: #f5f5f5;
  display: inline-block;
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 13px;
}
.date-label .month {
  background: #95CB43;
  color: #fff;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.date-label .date-number {
  clear: left;
  display: block;
  padding-top: 5px;
  font-size: 15px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 500;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #95CB43;
  border-color: #95CB43;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eef3f8;
  border-color: #a7c2d9;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs {
  border-bottom: none;
  position: relative;
  margin-bottom: -1px;
}
.tab-content {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 20px;
}
.nav > li > a {
  font-size: 13px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: inherit;
}
.nav-tabs > li > a {
  border: 1px solid #e8e8e8;
  border-bottom: none;
  background: #f5f5f5;
  padding: 5px 15px;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #444444;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.nav-tabs > li {
  margin-right: 2px;
}
.nav-tabs > li.active {
  border-top: 2px solid #95CB43;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
  border-bottom: 0;
  border-top: 0;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #f5f8fb;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #ebebeb;
}
.table > thead > tr > th {
  border-bottom: 2px solid #a7c2d9;
  color: #365d7e;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #f5f8fb;
}
.table-boxed,
.table-bordered {
  border: 1px solid #ebebeb;
}
.table.table-boxed > thead > tr > th {
  border-bottom: none;
  background: #95CB43;
  color: #fff;
}
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel .panel-heading {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel .panel-heading .panel-title a {
  color: #95CB43;
}
.panel-group .panel .panel-heading .panel-title a:before {
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f146";
  margin-right: 5px;
}
.panel-group .panel .panel-heading .panel-title a.collapsed:before {
  content: "\f0fe";
}
.panel-group .panel .panel-body {
  font-size: 13px;
}
.panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-heading h3.panel-title {
  font-weight: 500;
  font-weight: bold;
}
.panel .panel-heading .label {
  font-size: 10px;
}
.panel .panel-footer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-footer ul {
  margin-bottom: 0;
}
.panel .panel-footer ul.list-inline li {
  margin-bottom: 0;
}
.panel .panel-footer small {
  color: #999999;
}
.panel > .list-group .list-group-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-theme {
  border-color: #95CB43;
}
.panel-theme > .panel-heading,
.panel-theme > .panel-footer {
  color: #fff;
  background: #95CB43;
  border-color: #95CB43;
}
.panel-group {
  display: flex;
  flex-direction: column;
}
.first-reference {
  order: 1;
}
.second-reference {
  order: 2;
}
.other-reference {
  order: 3;
}
.no-margins {
  margin: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.label.label-theme {
  background: #95CB43;
}
.label .fa {
  margin-right: 4px;
}
.label.label-icon-only .fa {
  margin-right: 0;
}
.badge.badge-theme {
  background: #95CB43;
}
.badge.badge-default {
  background: #999;
}
.badge.badge-primary {
  background: #428bca;
}
.badge.badge-success {
  background: #5cb85c;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-warning {
  background: #f0ad4e;
}
.badge.badge-danger {
  background: #d9534f;
}
.promo-badge {
  font-size: 20px;
  display: table;
}
/*.promo-badge a {
  color: #fff;
  display: table-cell;
  width: 135px;
  height: 135px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}*/
.test{
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 1em;
}

.vcenter2{
  display: flex;
  justify-content: left;
  text-align: left;
  align-items: center;
}

.street-address {
  color: #95CB43;
}
.promo-badge a {
  color: #95CB43;
  display: table-cell;
  width: 200px !important;
  height: 200px !important;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #95CB43;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.promo-badge .percentage {
  font-size: 32px;
  font-weight: 500;
  color: #7B7B7B;
  position: relative;
  font-family: 'open sans', arial, sans-serif;
  margin-left: 20px;
}
.promo-badge .percentage .off {
  font-size: 11px;
  position: absolute;
  top: 15px;
  right: -15px;
}

.OliveDrab:hover span.percentage,
.OliveDrab:hover span.desc1,
.OliveDrab:hover span.desc2-1,
.OliveDrab:hover span.desc2-2 {
  transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -khtml-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transition-timing-function: ease-in;
  transition: 0.5s;
}

.OliveDrab:hover .arrow-bubble {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transition-timing-function: ease-in;
  transition: 0.5s;
  visibility: visible;
  margin-left: 10px;
}

.OliveDrab .arrow-bubble {
  font-size: 0.5em;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  visibility: hidden;
  margin-left: 0px;
}

.img-certifications {
  filter: grayscale(1);
  transition-timing-function: ease-in;
  transition: 0.2s;
  max-height: 100px; /* ou 100px selon ton besoin */
  object-fit: contain;
  width: auto;
  max-width: 150px;
  display: block;
  margin: 0 auto;
  position:absolute; /* ajout 17-03-2025*/
  top: 50%;/* ajout 17-03-2025*/
  left: 50%;/* ajout 17-03-2025*/
  transform: translate(-50%, -50%);/* ajout 17-03-2025*/
}
.img-certifications2 {
  max-height: 150px; /* ou 100px selon ton besoin */
  object-fit: contain;
  width: auto;
  max-width: 150px;
  display: block;
  /*margin: 0 auto;*/
  position:absolute; /* ajout 17-03-2025*/
  top: 50%;/* ajout 17-03-2025*/
  left: 50%;/* ajout 17-03-2025*/
  transform: translate(-50%, -50%);/* ajout 17-03-2025*/
}
.img-certifications3 {
  max-height: 150px; /* ou 100px selon votre besoin */
  width: auto;
  /*object-fit: contain;
  max-width: 150px;
  width: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: none;
  align-self: center;*/
}

.img-certifications-index {
  filter: grayscale(1);
  transition-timing-function: ease-in;
  transition: 0.2s;
}

.img-certifications:hover {
  filter: grayscale(0);
  transition-timing-function: ease-in;
  transition: 0.2s;
}

.img-certifications-index:hover {
  filter: grayscale(0);
  transition-timing-function: ease-in;
  transition: 0.2s;
}

.zoom-logo {
  transition: transform 0.5s ease;
}

.zoom-logo:hover {
  transform: scale(1.25);
}

.zoom-logo2 {
  transition: transform 0.5s ease;
  transform-origin: top left; /* Définit le point d'ancrage du zoom */
}

.zoom-logo2:hover {
  transform: scale(1.25);
}

.progress-bar-theme {
  background: #95CB43;
}
.img-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #e8e8e8;
  margin-bottom: 15px;
}
#cboxLoadedContent,
#cboxContent {
  background: none;
}
.box {
  background: #f5f5f5;
  padding: 15px;
}
.box.box-border {
  border-left: 5px solid #95CB43;
}
.box.box-dark {
  background: #444444;
  color: #fff;
}
.box.box-theme {
  background: #95CB43;
  color: #fff;
}
.box .date-label {
  background: #fff;
}
.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #95b6d1;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  margin-right: 10px;
  float: left;
}
.social-icons a:hover {
  background: #95CB43;
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
/* ======= Header ======= */
.header .top-bar {
  /*background: #2f506c;*/
  background: #2b2b2b;
}
.header .top-bar .search-form {
  padding: 10px 0;
}
.header .top-bar .search-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.header .social-icons li.row-end {
  margin-right: 0;
}
.header .social-icons a {
  background: #27435a;
}
.header .social-icons a:hover {
  background: #95CB43;
}
.header .social-icons a:hover .fa {
  color: #fff;
}
.header .social-icons a .fa {
  color: rgba(255, 255, 255, 0.4);
}
.header .social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
.header .header-main {
  padding: 15px 0;
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
}
.header .menu-top {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
}

.header .menu-top {
  height: 70px;
  width: 70px;
  position: fixed;
  right: 0;
  top: 0;
  background: linear-gradient(to top right, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0) 50%, #95CB43 50%, #95CB43 100%);
  z-index: 1001;
}

.header .menu-top.larger {
  height: 110px;
  width: 90px;
  transition-timing-function: ease-in;
  transition: 0.5s;
}

.header ul.menu-top-lang {
  height: 100%;
  width: 100%;
  top: 10px;
  right: 15px;
  position: absolute;
}

.header .menu-top-lang li {
  list-style: none;
  float: right;
  font-size: 14px;
  font-family: 'open sans', arial, sans-serif;
  width: 100%;
}

.header ul.menu-top-lang>li.notselected-lang {
  opacity: 0;
}

.header ul.menu-top-lang>li.notselected-lang.showIt {
  opacity: 1 !important;
  transition-timing-function: ease-in;
  transition: 0.25s;
}

.header ul.menu-top-lang>li.selected-lang {
  opacity: 1;
}

.header ul.menu-top-lang>li.selected-lang>a {
  text-shadow: -0.5px 0 #999, 0 0.5px #999, 0.5px 0 #999, 0 -0.5px #999;
  color: white !important;
  font-weight: 800;
}

.header ul.menu-top-lang>li.notselected-lang>a {
  text-shadow: -0.5px 0 #999, 0 0.5px #999, 0.5px 0 #999, 0 -0.5px #999;
  color: white !important;
  font-weight: 400;
}

.header .menu-top li a:hover {
  color: #555;
}

.header .menu-top2 {
  list-style: none;
  margin: 0 ;
  padding: 10px 0 ;
  text-align: right;
  float: right;
  display: none;
}
.header .menu-top2 li {
  list-style: none;
  float: left;
  font-size: 11px;
  font-family: 'open sans', arial, sans-serif;
}
.header .menu-top2 li:last-child a {
  padding-right: 0;
}
.header .menu-top2 li.divider a {
  border-right: 1px solid #fff;
}
.header .menu-top2 li a {
  display: inline-block;
  color: #fff;
  padding: 0px 10px;
}
.header .menu-top2 li a:hover {
  color: #95CB43;
}

.header .contact {
  font-size: 20px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
  margin-top: 10px;
}
.header .contact p {
  float: left;
  margin-bottom: 0;
}
.header .contact p.phone {
  margin-right: 30px;
}
.phones > div {
  display: table-cell;
}
.phones > div.phone-icon {
  width: 24px;
  text-align: right;
}
.phones > div.phone-numbers {
  width: 250px;
  color: #7b7b7b;
  padding-left: 8px;
}
.phones > div.phone-numbers > span {
  display: none;
}
div.phone-numbers .phone-number-header,
div.phone-numbers .phone-number-footer {
  display: none;
}
div.phone-numbers .phone-number-header.show,
div.phone-numbers .phone-number-footer.show {
  display: block;
}
.contact-mail a {
  color: #7b7b7b !important;
}
.header .contact p a {
  color: #444444;
}
.header .contact .fa {
  color: #95CB43;
  margin-right: 8px;
  font-size: 24px;
  position: relative;
  top: 1px;
}
.header .contact .fa.fa-phone {
  font-size: 24px;
  top: 2px;
}
.header .search-form {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .search-form .form-control {
  width: 260px;
  background: #f5f5f5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.header .search-form .form-control:focus {
  background: #fff;
  border-color: #95CB43;
}

.header-main div.info {
  margin-top: 30px;
}

/* --------------------------------------------- maj juin 2023 --- */
.main-nav {
  /*background: #95CB43;*/
  background: rgba(255, 255, 255, 0.8);
  /* UI Properties */
  text-align: left;
  letter-spacing: 1.76px;
  color: #7B7B7B;
  opacity: 1;
}
.main-nav button {
  background: #27435a;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-nav button:focus {
  outline: none;
}
.main-nav button .icon-bar {
  background-color: #fff;
}
/* ajout de la classe juin 2023 */
.navbar-nav {
    float: right;
    margin: 0;
}
.navbar-nav>li>a {
  padding: 15px 12px !important;
}
.main-nav .navbar-collapse {
  padding: 0;
}
.main-nav .nav .nav-item {
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'open sans', arial, sans-serif;
  z-index: 100;
}
.main-nav .nav .nav-item.dropdown {
  z-index: 101;
}
.main-nav .nav .nav-item a {
  /*color: #fff;*/
  font-size:1.2em;/* ajout juin 2023*/
  color: #858585;/* ajout juin 2023*/
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.main-nav .nav .nav-item a:hover {
  /*background: #95CB43; ancienne couleur */
  color: #95CB43;
}
.main-nav .nav .nav-item.active {
  position: relative;
}
.main-nav .nav .nav-item.active > a {
  background: #4678a1;
  color: #fff;
}
.main-nav .nav .nav-item.active > a:before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}
.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
  display: none;
}
.main-nav .nav .nav-item.open a {
  /*background: #679436;*/
  background: #fff;
  color: #95CB43;
}
.main-nav .nav .nav-item .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  padding: 0;
  text-transform: none;
  min-width: 220px;
}
.dropdown-menu {
  font-size: 11px;
}
.main-nav .nav .nav-item .dropdown-menu a {
  border-bottom: 1px solid #7B7B7B;
  padding: 8px 20px;
  color: #7B7B7B
}
.main-nav .nav .nav-item .dropdown-menu a:hover {
  background: #95CB43;
  color: #fff;
  padding-left: 24px;
}
.main-nav .nav .nav-item .dropdown-submenu {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu li {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu li .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
}

.promo-access {
  font-weight: 600;
}

.promo-access:hover {
  color: #95CB43 !important;
}
.btn-certif:hover {
  color:#95CB43 !important;
}

/* ======= Footer ======= */
.footer {
  /*background: #444444 ancienne couleur;*/
  color: #fff;
}
.footer p {
  color: #dcdcdc;
}
.footer ul {
  padding-left: 0;
}
.footer li {
  list-style: none;
}
.footer h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.footer .footer-content {
  padding: 10px 0;
  font-size: 12px;
  min-height: 300px;
}
.footer .footer-content .footer-col .footer-col-inner {
  padding: 0 15px;
}
.footer .footer-content .footer-col .fa {
  margin-right: 10px;
  display: inline-block;
  color: #767676;
}
.footer .footer-content .footer-col .fa.fa-phone {
  font-size: 16px;
}
.footer .footer-content .footer-col li {
  margin-bottom: 3px;
  font-size: 12px;
}
.footer .footer-content .footer-col a {
  /*color: #dcdcdc; ancienne couleur*/
  color:#7B7B7B;
}
.footer .footer-content .footer-col a:hover {
  color: #000000;
}
.footer .footer-content .adr {
  margin-bottom: 30px;
}
.footer .footer-content .adr .fa {
  font-size: 16px;
  margin-top: 2px;
}
.footer .footer-content .subscribe-form {
  padding: 0;
}
.footer .footer-content .subscribe-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.footer .footer-content .subscribe-form .form-control {
  width: 320px;
  background: #f5f5f5;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.footer .footer-content .subscribe-form .form-control:focus {
  background: #fff;
}
.footer .bottom-bar {
  background: #2b2b2b;
  padding: 5px 0;
}
.footer .bottom-bar .copyright {
  font-size: 11px;
  color: #dcdcdc;
  line-height: 3;
}
.footer .bottom-bar .copyright a:hover {
  color: #84aac9;
}
.footer .bottom-bar .social {
  margin: 0;
}
.footer .bottom-bar .social li {
  float: right;
  margin-left: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.footer .bottom-bar .social li a {
  color: #a9a9a9;
  padding: 0 5px;
}
.footer .bottom-bar .social li a:hover {
  color: #95CB43;
}

/* ======= Carousel Bootstrap References ======= */

.awards {
  display: flex;
  flex-flow: row wrap;
}

.awards-carousel {
  margin-bottom: 50px;
}

.awards-carousel img.img-responsive {
  max-height: 130px;
}

.awards-carousel.first {
    order: 1;
  }
    
.awards-carousel.second {
  order: 2;
}
    
.awards-carousel.last {
  order: 3;
}

/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #a1a1a1;
}
.flexslider .flex-control-paging li a:hover {
  background: #95CB43;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #95CB43;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides .flex-caption {
  position: absolute;
  /*left: 30px; ancienne valeur*/
  left: 0px;
  top: 30px;
  color: #fff;
  display: inline-block;
  font-family: 'open sans', arial, sans-serif;
  /*font-style: italic;*/
}
.flexslider .slides .flex-caption .main {
  display: inline-block;
  background: #95CB43;
  margin-bottom: 5px;
  padding: 15px 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.flexslider .slides .flex-caption .secondary {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
}
.flexslider .slides .flex-caption2 {
  position: absolute;
  /*left: 30px; ancienne valeur*/
  left: 0px;
  top: 200px;
  color: #fff;
  display: inline-block;
  font-family: 'open sans', arial, sans-serif;
  /*font-style: italic;*/
}
.flexslider .slides .flex-caption2 .main {
  display: inline-block;
  background: #95CB43;
  margin-bottom: 5px;
  padding: 15px 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.flexslider .slides .flex-caption2 .secondary {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
}
.flexslider .slides .promo-badge {
  position: absolute;
  right: 60px;
  top: 30px;
}
/* ======= Page ======= */
.page-wrapper .page-heading {
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-heading h1.heading-title {
  margin-top: 0;
  display: inline-block;
  font-size: 28px;
}
.page-wrapper .breadcrumbs {
  display: inline-block;
}
.page-wrapper .breadcrumbs ul {
  padding-top: 25px;
  margin: 0;
}
.page-wrapper .breadcrumbs ul li {
  color: #95CB43;
  font-size: 12px;
  float: left;
  list-style: none;
  display: inline-block;
}
.page-wrapper .breadcrumbs ul li a {
  display: inline-block;
  padding: 0 5px;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li a:hover {
  color: #365d7e;
}
.page-wrapper .breadcrumbs ul li.breadcrumbs-label {
  padding-right: 0;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li.current {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-wrapper .breadcrumbs ul li .fa {
  margin-right: 5px;
  color: #aaaaaa;
}
.page-wrapper ul li {
  margin-bottom: 5px;
}
.page-wrapper ul li .fa {
  margin-right: 5px;
  color: #95CB43;
}
.page-wrapper ul li.list-group-item {
  margin-bottom: -1px;
}
.page-wrapper ul.nav li {
  margin-bottom: 0;
}
.page-wrapper ul.social-icons li .fa {
  margin-right: 0;
  color: #fff;
}
.page-wrapper ol li {
  margin-bottom: 5px;
}
.page-wrapper dl dd {
  margin-bottom: 5px;
}
.page-wrapper .page-content h1 {
  font-size: 26px;
  font-weight: normal;
}
.page-wrapper .page-content h2 {
  font-size: 24px;
  font-weight: normal;
}
.page-wrapper .page-content h3 {
  font-size: 20px;
  font-weight: normal;
}
.page-wrapper .page-content h4 {
  font-size: 18px;
  font-weight: normal;
}
.page-wrapper .page-content h5 {
  font-size: 16px;
  font-weight: normal;
}
.page-wrapper .page-content h6 {
  font-size: 14px;
  font-weight: normal;
}
.page-wrapper .page-content .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}
.page-wrapper .page-content .page-row {
  margin-bottom: 30px;
  text-align: justify;
}
.page-wrapper .page-content .custom-quote {
  border-color: #a7c2d9;
}
.page-wrapper .page-content .custom-quote p {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
}
.page-wrapper .page-content .custom-quote .fa {
  color: #95CB43;
  margin-right: 10px;
}
.page-wrapper .page-content .custom-quote .people {
  margin-top: 10px;
  font-size: 11px;
  color: #444444;
  font-style: normal;
}
.page-wrapper .page-content .custom-quote .people .name {
  color: #95CB43;
}
.page-wrapper .page-content .has-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding-bottom: 15px;
}
.page-wrapper .page-content .has-divider-solid {
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-content .row-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding: 10px 0;
}
.page-wrapper .page-content .even-row {
  background: #f5f5f5;
}
.page-wrapper .page-content .read-more.btn {
  margin-bottom: 15px;
  display: inline-block;
}
.page-wrapper .page-content .panel-title {
  font-size: 16px;
  font-weight: 300;
}
.page-wrapper .page-content .video-iframe {
  max-width: 100%;
}
.page-wrapper .page-content .album-cover {
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
.page-wrapper .page-content .album-cover:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.page-wrapper .page-content .album-cover > a:hover {
  position: relative;
}
.page-wrapper .page-content .album-cover > a:hover img {
  display: block;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.page-wrapper .page-content .album-cover .desc {
  padding: 15px;
  position: relative;
}
.page-wrapper .page-content .album-cover .desc:before {
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
}
.page-wrapper .page-content .prettyphoto:hover img {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.page-wrapper .page-sidebar h3.title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}
.page-wrapper .page-sidebar .widget {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.page-wrapper .page-sidebar .widget.has-divider {
  border-bottom: 1px dotted #e8e8e8;
}
.page-wrapper .page-sidebar .widget .iframe {
  height: auto;
  min-height: 200px;
  max-width: 100%;
}
.page-wrapper .page-sidebar .widget .fa {
  margin-right: 5px;
  color: #95CB43;
}
.page-wrapper .page-sidebar .widget .fa.fa-phone {
  font-size: 16px;
}
.page-wrapper .page-sidebar .widget .btn .fa {
  color: #fff;
}
.page-wrapper .page-sidebar .widget .nav li a {
  padding: 5px 15px;
  color: #444444;
  margin-bottom: 10px;
  border-left: 5px solid transparent;
}
.page-wrapper .page-sidebar .widget .nav li a:hover {
  background: none;
  color: #95CB43;
}
.page-wrapper .page-sidebar .widget .nav li.active a {
  background: none;
  color: #95CB43;
  font-weight: bold;
  border-left: 5px solid #95CB43;
}
.page-wrapper .page-sidebar ul {
  padding-left: 0;
}
.page-wrapper .page-sidebar #flickr-photos li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.page-wrapper .page-sidebar #flickr-photos li img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.page-wrapper .page-sidebar #flickr-photos li img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.page-wrapper .page-sidebar .news-item {
  margin-bottom: 15px;
}
.page-wrapper .page-sidebar .news-item img {
  width: 40px;
  height: 40px;
}
.page-wrapper .page-sidebar .news-item .title {
  font-size: 14px;
  margin-top: 0;
}
.page-wrapper .page-sidebar .testimonials-carousel {
  position: relative;
}
.page-wrapper .page-sidebar .testimonials-carousel .fa {
  color: #95CB43;
  margin-right: 5px;
  font-size: 18px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel .item {
  min-height: 300px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people {
  margin-top: 10px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .name {
  color: #95CB43;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .title {
  color: #999;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls {
  margin-top: 20px;
  text-align: right;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a:hover .fa {
  background: #95CB43;
}
/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #444444;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  background: #000;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}
.config-panel {
  display: none;
  background: #444444;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel p {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  color: #fff;
}
.config-panel ul {
  margin-bottom: 0;
}
.config-panel li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}
.config-panel li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel li.active a {
  border: 2px solid #fff;
}
.config-panel li.default a {
  background: #95CB43;
}
.config-panel li.green a {
  background: #57a89a;
}
.config-panel li.purple a {
  background: #6f7a9f;
}
.config-panel li.red a {
  background: #a85770;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}
.ie8 .footer .footer-content {
  min-height: 280px;
}
.ie8 .navbar-nav {
  position: relative;
  z-index: 100;
}
/* ======= Home Page ======= */

/* === Encart home ========= */
.encart {
  padding:0;
}

.noline {
  border:none;
  height:1px;
  clear: left;
}

.formation-home {
 border:1px solid #95CB43;
 margin:0;
 padding:0;
 background:#f5f5f5;
}

.formation-title {
    min-height: 170px;
    display:block;
    vertical-align: middle;
    margin:0;
    background:#fff;
  }

.formation-title h2{
    font-weight:bold;
    color:#95CB43;
    display:inline-block;
    vertical-align: middle;
    font-family: 'open sans', arial, sans-serif;
    font-size:27px;
}

.formation-title h2 strong{
  font-weight:bold;
  }

.formation-txt {
  padding-top:15px;
  color:#6a6a6a;
  margin:0;
}

.formation-button {
  line-height:60px;
  height:60px;
  font-size:20px;
  text-align:right;
  padding-right:50px;
  background: url("../images/button.png") bottom right no-repeat;
  font-family: 'open sans', arial, sans-serif;
  font-weight:normal;
}
/* ==== fin encart home =======*/

.home-page h1.section-heading {
  font-size: 22px;
  font-weight: 300;
  line-height: 2;
  margin-top: 0;
  color: #2f506c;
}

.home-page p.section-heading {
  font-size: 22px;
  font-weight: 300;
  line-height: 2;
  margin-top: 0;
  color: #2f506c;
}
.home-page h1.section-heading .line {
  border-top: 2px solid #95CB43;
  display: inline-block;
  padding: 0 15px;
  padding-top: 5px;
}
.home-page section {
  background: #f5f5f5;
  overflow: hidden;
  margin-bottom: 30px;
}
.home-page .section-content {
  padding: 15px;
  padding-top: 0;
}
.home-page .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.home-page .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a:hover .fa {
  background: #95CB43;
}
.home-page .promo {
  margin-bottom: 30px;
}
.home-page .promo h1.section-heading {
  margin-top: 0;
  font-size: 24px;
  color: #fff;
}
.home-page .promo p {
  color: #f5f5f5;
}
.home-page .promo .btn-cta {
  font-size: 20px;
  margin-top: 30px;
  font-family: 'Open Sans', arial, sans-serif;
}
.home-page .news {
  position: relative;
}
.home-page .news .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .news h2.title {
  font-size: 18px;
  margin-top: 0;
}
.home-page .news h2.title a {
  color: #444444;
}
.home-page .news h2.title a:hover {
  color: #365d7e;
}
.home-page .news .news-item {
  padding-left: 115px;
  position: relative;
  margin-bottom: 20px;
}
.home-page .news .thumb {
  position: absolute;
  left: 0;
  top: 0;
}
.thumb2 {
  position: relative;
  height: 100px; /* fixe la hauteur */
  text-align: center;
  margin-top: 5%;
}
.thumb3 {
  display: flex;
  align-items: center; /* Centre verticalement les éléments enfants */
  justify-content: flex-start; /* Aligne les éléments enfants à gauche */
  height: 200px; /* Définissez la hauteur selon vos besoins */
}
.plus-ref {
  margin-top: 20px;
  line-height: 50px;
}
.home-page .events .section-content {
  min-height: 520px;
}
.home-page .events .event-item {
  position: relative;
  padding-left: 55px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.home-page .events .event-item .date-label {
  background: #fff;
  position: absolute;
  left: 0;
}
.home-page .events .event-item h2.title {
  margin-bottom: 20px;
  font-size: 16px;
}
.home-page .events .event-item p {
  margin-bottom: 5px;
}
.home-page .events .event-item .fa {
  margin-right: 5px;
  font-size: 14px;
  min-width: 16px;
  color: #666;
}
.home-page .events .event-item .fa.fa-map-marker {
  font-size: 18px;
}
.home-page .events .read-more {
  margin-top: 15px;
}
.home-page .events .details p {
  color: #666;
}
.home-page .course-finder .course-finder-form {
  margin-bottom: 15px;
}
.home-page .course-finder .keywords {
  padding-left: 0;
}
.home-page .course-finder .keywords input {
  width: 200px;
  margin-right: 5px;
}
.home-page .video {
  position: relative;
}
.home-page .video .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .video .video-iframe {
  max-width: 100%;
  width: 100%;
  height: 287px;
  margin-bottom: 5px;
}
.home-page .links .fa {
  margin-right: 5px;
}
.home-page .testimonials {
  position: relative;
}
.home-page .testimonials .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .testimonials .fa {
  color: #95CB43;
  margin-right: 5px;
  font-size: 18px;
}
.home-page .testimonials .carousel .item {
  min-height: 298px;
}
.home-page .testimonials .people {
  margin-top: 10px;
}
.home-page .testimonials .people .name {
  color: #95CB43;
}
.home-page .testimonials .people .title {
  color: #999;
}
.ref-page .awards,
.home-page .awards {
  background: #fff;
}
.ref-page .awards .logos,
.home-page .awards .logos {
  margin: 0;
  padding: 0;
}
.ref-page .awards .logos li,
.home-page .awards .logos li {
  list-style: none;
  margin-right: 0;
  text-align: center;
}
.ref-page .awards .logos li img,
.home-page .awards .logos li img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin: 0 auto;
}
.ref-page .awards .logos li img:hover,
.home-page .awards .logos li img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ref-page .awards .carousel-control,
.home-page .awards .carousel-control {
  background: none;
  width: auto;
  top: 20px;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.ref-page .awards .carousel-control .fa,
.home-page .awards .carousel-control .fa {
  color: #e8e8e8;
  font-weight: bold;
}
.ref-page .awards .carousel-control:hover .fa,
.home-page .awards .carousel-control:hover .fa {
  color: #999;
}

/* ======= Courses Page ======= */
.courses-wrapper .tab-content {
  font-size: 12px;
}
.courses-wrapper .tab-content .item {
  margin-top: 15px;
}
.courses-wrapper .tab-content img {
  margin-bottom: 10px;
}
.courses-wrapper .course-finder {
  margin-bottom: 30px;
}
.courses-wrapper .course-finder .keywords input {
  width: 260px;
}
.courses-wrapper .course-list-header {
  font-size: 13px;
  margin-bottom: 15px;
}
.courses-wrapper .course-list-header .summary {
  padding-top: 10px;
}
.courses-wrapper .course-list-header .control-label {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
  line-height: 2;
}
.courses-wrapper .course-list-header .sort {
  padding-top: 5px;
}
.courses-wrapper .course-list-header .sort-options {
  width: auto;
  height: 25px;
  font-size: 12px;
}
.courses-wrapper .course-item {
  font-size: 12px;
}
.courses-wrapper .course-item .col-meta {
  color: #777777;
}
/* ======= Events Page ======= */
.events-wrapper .events-item .date-label {
  background: #f5f5f5;
}
.events-wrapper .events-item .details .time {
  margin-right: 10px;
}
.events-wrapper .events-item .details .fa {
  margin-right: 5px;
}
/* ======= Contact Page ======= */
.contact-form .required {
  color: #e14b39;
  display: inline-block;
  font-weight: normal;
  padding-left: 2px;
}
#map {
  height: 360px;
}
#map,
#map *,
#map *:before,
#map *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.contact-agences, .contact-demande, .reference-questions {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.contact-agences .agence-ge-top, 
.contact-agences .agence-ge-bottom {
  display: none;
}

.contact-agences .agence-ge-top.show,
.contact-agences .agence-ge-bottom.show {
  display: block;
}

.contact-demande li.tel,
.reference-questions li.tel {
  display: none;
}

.contact-demande li.tel.show,
.reference-questions li.tel.show {
  display: block;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .pull-right,
  .pull-left {
    float: none !important;
  }
  .logo {
    text-align: center;
  }

  .header .contact p {
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
  }
  .header .menu-top {
    text-align: center;
    margin-top: 10px;
  }
  .header .menu-top li {
    float: none;
    display: inline-block;
  }
  .header br {
    display: none;
  }
  .header .social-icons {
    text-align: center;
    margin: 0 auto;
  }
  .header .social-icons li {
    float: none;
    display: inline-block;
  }
  .main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
  }
  .navbar-nav {
    margin-top: 0;
  }
  .header .search-form {
    text-align: center;
  }
  .header .search-form .form-group {
    display: inline-block;
  }
  .header .search-form .form-control {
    width: 210px;
  }
  .main-nav .nav .nav-item.active > a:before {
    content: none;
  }
  .main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
    position: static;
    left: auto;
    margin-left: 0;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a {
    padding-left: 30px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 34px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
    padding-left: 45px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 49px;
  }
  .flexslider {
    margin-bottom: 15px;
  }
  .flex-direction-nav a {
    margin-top: -50px;
  }

  .flexslider .slides img.background-image-shadow {
      box-shadow: unset;
      -webkit-box-shadow: unset;
      -moz-box-shadow: unset;
  }

  .flexslider .slides .flex-caption {
    position: static;
    display: block;
  }
  .flexslider .slides .flex-caption br {
    display: none;
  }
  .flexslider .slides .flex-caption .main {
    font-size: 13px;
    display: block;
    margin-bottom: 0;
  }
  .flexslider .slides .flex-caption .secondary {
    display: block;
    font-size: 12px;
  }
  .flexslider .slides .flex-caption2 {
    position: static;
    display: block;
  }
  .flexslider .slides .flex-caption2 br {
    display: none;
  }
  .flexslider .slides .flex-caption2 .main {
    font-size: 13px;
    display: block;
    margin-bottom: 0;
  }
  .flexslider .slides .flex-caption2 .secondary {
    display: block;
    font-size: 12px;
  }
  .flexslider .flex-control-nav {
    display: none;
  }
  .home-page .promo .btn-cta {
    margin-top: 0;
  }
  .home-page .news .thumb {
    width: 60px;
    height: 60px;
  }
  .home-page .news .news-item {
    padding-left: 75px;
  }
  .home-page .course-finder .keywords {
    padding-left: 15px;
    margin-top: 10px;
  }
  .home-page .course-finder .keywords input {
    width: 180px;
  }
  .home-page .video .video-iframe {
    height: auto;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
  .ref-page .awards .carousel-control,
  .home-page .awards .carousel-control {
    top: 50px;
  }
  .footer .footer-content .subscribe-form .form-control {
    width: 140px;
  }
  .footer #tweet .tweets-list-container {
    max-width: 100%;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 30px;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .footer .footer-content .footer-col .fa-twitter {
    text-align: center;
    margin-bottom: 10px;
  }
  .page-wrapper .page-heading h1.heading-title {
    float: none;
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs {
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs ul {
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto;
  }
  .page-wrapper .breadcrumbs ul li {
    float: none;
    display: inline-block;
  }
  .page-wrapper .breadcrumbs ul li.current {
    max-width: inherit;
    overflow: visible;
  }
  .home-page .course-finder .keywords input {
    float: left !important;
  }

  span.logo-navbar {
    display: none;
    position: absolute;
    top: 33px;
    margin-left: 5px;
  }

  span.logo-navbar.stickyLogo {
    display: none;
  }

  .content.index {
    background-image: url("../images/background.svg");
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: left;
    background-size: 100%;
  }
  .header-main div.info.phone-div {
    margin-top: 30px;
  }
  .header-main div.info {
    margin-top: 0px;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  #promo-slider {
    margin-top: 30px;
    background-color: unset;
  }

  .promotion {
    position: absolute;
    width: 100%;
    top: 20%;
  }

  .promotion span.promotion-title {
    color: white;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bolder;
    font-size: 1.6em;
    background-color: rgba(0, 0, 0, .4);
  }

  .promotion span.promotion-title.add-padding {
    padding: 0px 15px;
  }

  .promotion .geoia-access {
    display: none;
  }

  .promotion .geoia-access button {
    margin-left: calc(50% - 38px);
  }

  .geoia-access-responsive {
    display: block;
    float: right !important;
    text-align: right !important;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #7F7F7F;
    font-weight: 600;
  }

  .promotion .geoia-access:hover,
  .geoia-access-responsive:hover {
    color: #95CB43;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .header-main div.info.phonediv {
    margin-top: 30px;
  }
  .footer .footer-mail-content,
  .footer .phone-numbers {
    padding-left: 0 !important;
  }
  #promo-slider {
    margin-top: 0px;
  }
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 15px;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }

  /* fixed nav */
  .main-nav {
    padding-top: 25px;
    height: 150px;
  }

  .main-nav.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9) !important;
  }

  .sticky+.content {
    padding-top: 150px;
    background-position-y: 280px;
  }

  span.logo-navbar {
    display: none;
    position: absolute;
    top: 33px;
    margin-left: 5px;
  }

  span.logo-navbar.stickyLogo {
    display: none;
  }

  .content.index {
    background-image: url("../images/background.svg");
    background-repeat: no-repeat;
    background-position-y: 130px;
    background-position-x: left;
    background-size: 100%;
  }

  /* slider responsive */
  .flexslider .slides img.background-image-shadow {
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
  }

  .promotion {
    position: absolute;
    width: 100%;
    top: 60%;
  }

  .promotion span.promotion-title {
    color: white;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bolder;
    font-size: 2em;
    background-color: rgba(0, 0, 0, .4);
  }

  .promotion span.promotion-title.add-padding {
    padding: 0px 15px;
  }

  .promotion .geoia-access {
    display: none;
  }

  .promotion .geoia-access button {
    margin-left: calc(50% - 38px);
  }

  .geoia-access-responsive {
    display: block;
    float: right !important;
    text-align: right !important;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #7F7F7F;
    font-weight: 600;
  }

  .promotion .geoia-access:hover,
  .geoia-access-responsive:hover {
    color: #95CB43;
  }

}
/* IPAD devices (desktops, 912px and up) */
@media(max-width:912px) {
  .test,.promo-badge{
    display: initial;
    text-align: center;
  }

}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .home-page .testimonials .carousel .item {
    min-height: 298px;
  }
  .home-page .events .section-content {
    min-height: 520px;
  }
  .home-page .video .video-iframe {
    height: 287px;
  }
  .footer .bottom-bar .social li {
    float: right;
  }
  .footer #tweet {
    min-height: 100px;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
  /* Sticky Footer */
  html,
  body {
    height: 100%;
  }
  body {
    font-size: 13px;
  }
  .wrapper {
    min-height: 100%;
    margin-bottom: -344px;
    /* equal to footer height */
  }
  .wrapper:after {
    content: "";
    display: block;
    height: 344px;
    /* must be the same height as footer */
  }
  .footer {
    height: auto;
    /* must be the same height as footer */
  }
  

  /* fixed nav */
  .main-nav {
    padding-top: 34px;
    height: 118px;
  }

  .main-nav.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9) !important;
  }

  .sticky+.content {
    padding-top: 118px;
  }

  span.logo-navbar {
    display: none;
    position: absolute;
    top: 33px;
    margin-left: 5px;
  }

  span.logo-navbar.stickyLogo {
    display: none;
  }

  /* slider responsive */
  .flexslider .slides img.background-image-shadow {
    box-shadow: 5px 5px 5px 0px rgba(153, 153, 153, 1);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(153, 153, 153, 1);
    -moz-box-shadow: 5px 5px 5px 0px rgba(153, 153, 153, 1);
  }

  .promotion {
    position: absolute;
    width: 100%;
    top: 50%;
  }

  .promotion span.promotion-title {
    color: white;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bolder;
    font-size: 3em;
    background-color: rgba(0, 0, 0, .4);
  }

  .promotion .geoia-access {
    /*position:absolute;*/
    margin-top: 30px;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 20px #ffffff;
    margin-left: 100px;
    margin-right: 100px;
    font-size: 1.25em;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    text-align: center;
  }

  .promotion .geoia-access button {
    margin-left: calc(50% - 38px);
  }

  .geoia-access-responsive {
    display: none;
  }

  .promotion .geoia-access:hover,
  .geoia-access-responsive:hover {
    color: #95CB43;
  }
  
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .home-page .course-finder .keywords input {
    width: 255px;
  }

  /* fixed nav */
  .main-nav {
    padding-top: 34px;
    height: 118px;
  }

  .main-nav.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9) !important;
  }

  .sticky+.content {
    padding-top: 118px;
  }

  span.logo-navbar {
    display: none;
    position: absolute;
    top: 33px;
    margin-left: 5px;
  }

  span.logo-navbar.stickyLogo {
    display: block;
  }

  .promotion {
    position: absolute;
    width: 100%;
    top: 40%;
  }

  .promotion span.promotion-title {
    color: white;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bolder;
    font-size: 4em;
    background-color: rgba(0, 0, 0, .4);
  }

  .promotion .geoia-access {
    /*position:absolute;*/
    margin-top: 30px;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 20px #ffffff;
    margin-left: 100px;
    margin-right: 100px;
    font-size: 1.5em;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    text-align: center;
  }

  .promotion .geoia-access button {
    margin-left: calc(50% - 38px);
  }

  .geoia-access-responsive {
    display: none;
  }

  .promotion .geoia-access:hover,
  .geoia-access-responsive:hover {
    color: #95CB43;
  }
}

.about {
  font-weight: bold;
  
  padding-bottom: 5px;

}
.list-inline {

}

.list-inline li {
    /*border-right: 1px solid #ccc; ancienne valeur*/
    border-left: 1px solid #00000029;
    display: inline;
    font-size: 2em;
    line-height: 2em;
    margin: 0 0px 0 0px; /* modifié */
    padding: 0 5px 0 10px; /* modifié */
    text-align: left; /* modifié */

}
.list-inline li:last-child {
  /*border :0 none; ancienne valeur*/
}
.emailheader a{
  color: black;
}


p {
  text-align: justify;
}

.stats  thead {
  font-size:20px;
}

.stats  td {
  font-size:22px;

}

#btnTeams {
  position: fixed;
  bottom: -80px;
  right: 5px;
  opacity: 1;
  cursor: pointer;
}


.promo-badge2 a {
  color: #fff;
  display: block;
  width: 140px;
  height: 140px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

#cookie-notice-container {
  display: none;
  z-index: 1100;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  width: 100%;
  height: 100%;
}

#cookie-notice {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1101;
  max-width: 450px;
  margin: auto;
  padding: 0.5rem;
  border: 1px solid #eee;
  background-color: #fefefe;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.05);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
  font-size: 15px;
  text-align: center;
  color: #555;
}

#cookie-settings {
  display: none;
}

.cookie-notice-more {
  margin: 0 0.25rem;
  text-decoration-style: dashed;
  color: inherit;
}

.cookie-notice-yes {
  padding: 5px;
  margin: 5px;
  border: 1px solid #95CB43;
  border-radius: 5px;
  line-height: 35px;
  text-decoration: none;
  background-color: #ffffff;
  color: #444444;
}

.cookie-notice-yes:hover {
  background-color: #95CB43;
  color: #ffffff;
}

.cookie-notice-no {
  padding: 5px;
  margin: 5px;
  border: 1px solid #95CB43;
  border-radius: 5px;
  line-height: 35px;
  text-decoration: none;
  color: #ffffff;
  background-color: #444444;
}

.cookie-notice-no:hover {
  color: #444444;
  background-color: #95CB43;
}


@media only screen and (min-width: 768px) {
  #cookie-notice {
    bottom: 1rem;
    border-radius: 0.25rem;
  }

  .cookie-notice-close {
    float: right;
  }
}
