/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;300;400;500;700&display=swap');


/* --------------
 NORMALIZE
---------------*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button: : -moz-focus-inner,
[type="button"]: : -moz-focus-inner,
[type="reset"]: : -moz-focus-inner,
[type="submit"]: : -moz-focus-inner {
    border-style: none;
    padding: 0;
}

button: -moz-focusring,
[type="button"]: -moz-focusring,
[type="reset"]: -moz-focusring,
[type="submit"]: -moz-focusring {
    outline: 1px dotted ButtonText;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]: : -webkit-inner-spin-button,
[type="number"]: : -webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]: : -webkit-search-decoration {
    -webkit-appearance: none;
}

: : -webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------
 GLOBAL
---------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #6c6c6f;
  background-color: #fff;
  font-family: 'Barlow', 'Cairo', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  overflow-x: hidden;
  /*background-color: #f1f1f1;*/
}
.gray-body {
  background-color: #eee !important;
}

a {
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: none;
  color:  #13569f;
}

a:hover, a:focus {
  outline: 0px;
  color: initial;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Ubuntu', 'Cairo', sans-serif;
}

/*ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
*/
figure {
  margin: 0;
}

section {
  display: block;
  position: relative;
  padding: 0;
  width: 100%;
}

nav {
  position: relative;
}

@media screen and (max-width: 767px) {
  body, p {
    font-size: 14px;
  }

}

.bg-1 {
  background-color: #13569f;
}
.bg-white {
  background-color: #fff !important;
}
.color-1 {
  color:  #13569f;
}
.color-2 {
  color:  #0d3f75;
}
.color-facebook {
  background-color: #5d82d1;
  color: #fff;
}
.color-twitter {
  background-color: #1da1f2;
  color: #fff;
}
.color-youtube {
  background-color: #db4437;
  color: #fff;
}
.color-whatsapp {
  background-color: #29a628;
  color: #fff;  
}
.color-email {
  background-color: #3490F3;
  color: #fff;  
}
.color-white {
  color: #fff;  
}
.color-white:hover {
  color: #fff;  
}

.btn-1 {
  background-color: #13569f !important;
  color: #fff !important;
  transition: all 0.4s ease !important;
  border: 2px solid #13569f !important;
  font-weight: 500 !important;
}
.btn-1:hover {
  background-color: transparent !important;
  color: #13569f !important;
}
.btn-2 {
  background-color: transparent !important;
  color: #13569f !important;
  transition: all 0.4s ease !important;
  border: 2px solid #13569f !important;
}
.btn-2:hover, .nav-pills .nav-link.active {
  background-color: #13569f !important;
  color: #fff !important;
}
.navbar-toggler-icon {
  height: 3rem;
}
/* --------------
 PRE-LOADER
---------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.preloader .preloader-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.preloader .preloader-ripple div {
  position: absolute;
  border: 4px solid #13569f;
  opacity: 1;
  border-radius: 50%;
  animation: preloader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.preloader .preloader-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes preloader-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* --------------
 HEADER
---------------*/
header {
  background-image: url('../img/cover.png');
  background-position: center center;
  background-size: cover;
}
header .topbar {
  /*background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  z-index: 9;*/
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .topbar .vous-etes {
  width: 95px;
  margin-bottom: 10px;
}
header .topbar .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
header .topbar .navbar .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
header .topbar .top-navbar > li {
  display: inline-block;
}
header .topbar .top-navbar li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  /*height: 44px;*/
  color: #666;
  border-left: 1px solid #EEE;
  text-decoration: underline;
}
header .topbar .top-navbar li:first-child  a{
  border-left: 0;
}
header .topbar .top-navbar li a:hover {
    background-color: #0d3f75;
    color: #fff;
}
header .top-header-section {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  z-index: 0;
}
header .social-links {
  margin-left: .4rem;
}
header .social-links a {
  display: inline-block;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  text-align: center;
  line-height: 32px;
  transition: all 0.5s ease;
}
header .social-links a:hover {
  color: #fff;
  animation-name: jello;
  animation-duration: 1s;
  animation-timing-function: ease;
}


header .top-header-section .language-switcher a {
  display: inline-block;
  margin-left: 0.7rem;
}
header .top-header-section .language-switcher img {
  width: 24px;
  margin-right: 5px;
}
header .logo-section {
  position: relative;
}
header .logo-section .logo-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

header .logo-section .logo-container img {
  max-width: 350px;
  width: 100%;
}
header .menu-section .container-fluid {
  padding-left: 0; 
  padding-right: 0;
}
header .menu-section .navbar {
  padding-top: 0; 
  padding-bottom: 0;
}
header .menu-section .navbar-nav li a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.5rem 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  text-decoration: none;
  transition: all 0.7s ease;
}
header .menu-section .navbar-nav li a:hover, header .menu-section .navbar-nav li a.active  {
  background-color: #0d3f75;
}
header .sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

header .menu-section .navbar-mobile-header {
  display: none;
  margin-bottom: 0.5rem;
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
}
header .menu-section .navbar-mobile-header .social-links {
    margin-right: .4rem;
}
header .menu-section .navbar-mobile-header .navbar-toggler {
    border-radius: 0;
    padding: .25rem 1.3rem;
    background-color: #13569f;
    border: 0;
}

/*DROP DOWN */
header .navbar .navbar-nav li {
    position: relative;
}
header .navbar .navbar-nav li.menu-item-has-children ul {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  width: max-content;
  top: 100%;
  left: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 10px 30px 0px rgba(45, 45, 45, 0.2);
  transform: translateY(-10px);
  min-width: 200px;
  max-width: 250px;
  list-style: none;
  padding: 0;
}
header .topbar .navbar .navbar-nav li.menu-item-has-children ul {
  transform: unset;
}
header .navbar .navbar-nav li.menu-item-has-children ul {
  min-width: 1px;
}
header .navbar .navbar-nav li.menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
}
header .navbar .navbar-nav li.menu-item-has-children a {
  padding-right: 1.5rem;
}
header .navbar .navbar-nav li.menu-item-has-children:after {
  content: " ";
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 45%;
  right: 10px;
  color: #fff;
}
header .navbar .navbar-nav li.menu-item-has-children ul li.menu-item-has-children:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #13569f;
  border-top: 5px solid transparent;
  top: 40%;
}
header .navbar .navbar-nav li.menu-item-has-children:hover > a, header .navbar .navbar-nav li.menu-item-has-children:focus-within > a{
  background-color: #0d3f75;
  color: #fff !important;
}
header .navbar .navbar-nav li.menu-item-has-children ul li a {
  color: #13569f;
  padding: 0.5rem 2.5rem 0.5rem 0.7rem;
  font-size: 15px;
  font-weight: 500;
  /*line-height: 1.5;*/
  text-transform: none;
}
header .topbar .navbar .navbar-nav li.menu-item-has-children ul li a {
  padding: 0.4rem 0.8rem 0.4rem 0.8rem;
  font-size: 13px;
  height: auto;
  justify-content: flex-start;
}
header .navbar .navbar-nav li.menu-item-has-children ul li a:hover {
  color: #fff;
}
header .navbar .navbar-nav li.menu-item-has-children ul li ul {
  left: 100%;
  top: 0;
}


/* --------------
 SLIDER
---------------*/
.slider .main-slider .item {
  background-position: center center;
  background-size: cover;
  height: 650px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
  cursor: pointer;
}
/*.slider .main-slider .item::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  display: none;
}
.slider .main-slider .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.15;
  /*background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) 72px, transparent 50%);
}*/
.slider .main-slider .item .item-box {
  display: none;
  /*width: 50%;
  background-color: rgba(255,255,255,0.9);*/
  width: 100%;
  position: relative;
  padding: 2.5rem 0;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.slider .main-slider .item .item-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  color: #fff;
}
.slider .main-slider .item .the-excerpt {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  margin-top: 0.4rem;
}

.slider .main-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}
.slider .main-slider .owl-nav button {
  padding: 0.5rem 1rem !important;
  transition: all 0.5s ease;
  background-color: rgba(0,0,0,0.25);
  color: #fff;
  display: inline-block;
}
.slider .main-slider .owl-nav button:hover {
  background-color: #13569f;
}
.slider .main-slider .owl-nav .owl-prev {
  margin-left: 0.8rem;
}
.slider .main-slider .owl-nav .owl-next {
  margin-right: 0.8rem;
}


/* --------------
 SERVICES
---------------*/
.services {
  margin-top: -2rem;
  z-index: 1;
}
.services .service-item {
  color: #ffffff;
  position: relative;
  padding: 1rem .2rem;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  transition: 0.5s all ease;
  text-align: center;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.services .service-item:hover {
  background-color: #0d3f75;
}
.services .service-item i {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}
.services .service-bg-1 {
    background-color: #2984ca;
}
.services .service-bg-2 {
    background-color: #c56e1d;
}
.services .service-bg-3 {
    background-color: #a55ba5;
}
.services .service-bg-4 {
    background-color: #578c6d;
}
/* --------------
 TITLE SECTION
---------------*/
.title-section h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.5;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  position: relative;
}
.title-section.grand h2 {
  font-size: 2rem;
}
.title-section h2::before {
  content: '';
  width: 4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-bottom: 4px solid #13569f;
}
.title-section h2::after {
  content: '';
  width: 1rem;
  position: absolute;
  bottom: 0;
  left: 4.1rem;
  z-index: 1;
  border-bottom: 4px dotted #13569f;
}
.title-section.white h2 {
  color:#fff;
}
.title-section.white h2::before {
  border-bottom: 4px solid #fff;
}
.title-section.white h2::after {
  border-bottom: 4px dotted #fff;
}

.title-section.center h2 {
  text-align: center;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.7;
  padding-bottom: 1rem;
}
.title-section.center h2::before {
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.title-section.center h2::after {
  right: 0;
  left: 0; 
  margin-left: auto;
  margin-right: auto;
  width: 6rem;
}

/* --------------
 NEWS 
---------------*/
.news-events {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.news-events-2 {
  background-color: #f1f1f1;
}
.news-events .news-home {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.news-events .news-home .owl-stage{
  display: flex;
}
.news-events .news-home .owl-item {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
}
.news-events .news-home .item {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 98%;
  width: 96%;
  transition: 0.5s all ease;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
}
.news-events .news-home .owl-nav.disabled,  .news-home .owl-news .owl-dots.disabled {
    display: block;
}
.news-events .news-home .owl-nav {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -65px;
  margin-top: 0px;
}
.news-events .news-home .owl-nav button {
  padding: 0.2rem 0.7rem !important;
  transition: all 0.5s ease;
  font-size: 12px;
  border: 2px solid #13569f;
  background-color: transparent;
  color: #13569f;
  display: inline-block;
  margin-right: 0;
}
.news-events .news-home .owl-nav button:hover {
  background-color: #13569f;
  color: #fff;
}
.news-events .news-home .owl-dots {
  margin-top: 1rem;
  text-align: center;
}
.news-events .news-home .owl-dots .owl-dot span {
  width: 0.8rem;
  height: 0.8rem;
  background: rgb(154,51,83,0.3);
}
.news-events .news-home .owl-dots .owl-dot.active span, .news-events .news-home .owl-news .owl-dots .owl-dot:hover span {
    background: #13569f;
}

.news-events .news-home .item-img-top {
  height: 170px;
  display: flex;
  overflow: hidden;
  position: relative;
}
.news-events .news-home .item-img-top::after {
  position: absolute;
  z-index: 9;
  content: '';
  bottom: 0;
  top: 50%;
  left: 0;
  right: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.news-events .news-home .item-img-top.h-200 {
  height: 200px;
}
.news-events .news-home .item-img-top img {
  width: 100%;
  object-fit: cover;
  transition: 1s all ease;
}
.news-events .news-home .item:hover .item-img-top img {
  transform: scale(1.1);
}
/*.news-events .news-home .item-img-top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #13569f;
  opacity: 0;
  transition: 0.5s all ease;
}*/
.news-events .news-home .item-body {
  padding: 0.5rem .8rem;
  position: relative;
  background-color: #fff;
}
.news-events .news-home .item-body span {
  font-size: 14px;
  color: #999;
  line-height: 2.7;
  display: block;
  text-transform: capitalize;
}
.news-events .news-home .item-body .item-title {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

/* --------------
 EVENTS
---------------*/
.events-home {
  flex: 1 0 auto;
  height: 100%;
  padding: 2rem;
}
.owl-events  .event-item{
  color: #eee;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.event-item .event-tag {
  position: absolute;
  background: red;
  transform: rotate(45deg);
  width: 200px;
  height: 20px;
  text-align: center;
  color: #fff;
  font-size: 9px;
  line-height: 20px;
  font-weight: 700;
  right: -85px;
  top: 7px;
}
.event-item1  {
  display: flex;
   overflow: hidden;
   position: relative;

}
.event-item1 .event-tag {
    position: absolute;
    background: red;
    transform: rotate(45deg);
    width: 200px;
    height: 33px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    right: -53px;
    top: 29px;
    z-index: 10000;
}
.owl-events .event-item .event-date {
  width: 60px;
}
.owl-events .event-item .event-date strong {
  display: block;
  width: 60px;
  height: 45px;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  color: #13569f;
  font-size: 1.3rem;
  line-height: 2;
}
.owl-events .event-item .event-date span {
  display: block;
  text-align: center;
  font-size: 0.8rem;
}
.owl-events .event-item .event-body {
  font-size: 0.8rem;
  padding-left: 1rem;
  padding-right: 1.7rem;
  line-height: 1.5;
  font-weight: 700;
}

/* --------------
 FORMATIONS
---------------*/
.formations {
  padding-bottom: 3rem;
}
.formations .formation-item {
  display: flex;
  height: 250px;
  margin-bottom: 1.5rem;
  position: relative;
}
.formations .formation-item figure::before {
  content: " ";
  position: absolute;
  display: block;
  left: -15%;
  right: -15%;
  top: 65%;
  height: 100%;
  background-color: rgba(19, 86, 159, 0.8);
  transform: rotate(13deg);
  transition: 0.5s all ease;
}
.formations .formation-item.active figure::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  transform: rotate(0deg);
}
.formations .formation-item figure .formation-links {
  content: " ";
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.7s all ease;
  opacity: 0;
  padding: 1rem;
}
.formations .formation-item figure .formation-links a {
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: none;
  border: 2px solid #fff;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 5px;
  font-weight: 700;
}
.formations .formation-item.active figure .formation-links {
  opacity: 1;
}
.formations .formation-item.active figure .formation-links a {
  display: block;
}
.formations .formation-item .title-section {
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
  transition: 0.3s all ease;
}
.formations .formation-item.active .title-section {
  opacity: 0;
}
.formations .formation-item .title-section h2 {
  margin-bottom: 0;
  font-size: 1rem;
}
.formations .formation-item figure {
  display: flex;
  flex: 1 0 auto;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.formations .formation-item figure img {
  object-fit: cover;
  width: 100%;
}
.formations .formation-item .formation-top-btn {
  border-radius: 50px;
  border: 0;
  width: 50px;
  height: 50px;
  background-color: #13569f;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: 0.5s all ease;
}
.formations .formation-item.active .formation-top-btn {
  top: -25px;
}
.formations .formation-item .formation-top-btn i {
  transition: 0.5s all ease;
}
/* --------------
 Avis
---------------*/
.avis {
  padding-bottom: 3rem;
}
.avis .nav-pills .nav-link {
  border-radius: 0 !important;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  box-shadow: unset !important;
  margin-bottom: 0.4rem;
  font-weight: 700;
}
.avis .avis-item {
  background: #ededed;
  padding: 2rem;
  display: flex;
  height: 100%;
  border: 2px solid #ededed;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.avis .avis-item:hover {
  border: 2px solid #13569f;
}
.avis .avis-item h3 {
  flex: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.avis .avis-item h3 .badge {
    font-size: .75em;
	margin-top: 8px;
}
.avis .avis-item .avis-date {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 1rem;
  padding-right: 1rem;
  text-align: center;
  border-right: 1px solid #000;
  color: #000;
  line-height: 1.4;
}
.avis .avis-item .avis-date .avis-day {
  font-size: 1.5rem;
  font-weight: 800;
}
.avis-date .event-day {
  background-color: #13569f;
  color: #fff;
  padding: .7rem;
  display: block;
  margin-bottom: 0.5rem;
}
.avis .avis-item .avis-date .avis-month {
  text-transform: capitalize;
  font-size: 13px;
}

.avis-tag {
  position: absolute;
  background: red;
  transform: rotate(45deg);
  width: 200px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  right: -75px;
  top: 12px;
}
.avis-tag.flash {
  animation: flash 3s infinite;
}

.avis-tag-nav-link {
    position: absolute;
    background: red;
    width: 55px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    right: 2px;
    top: -10px;
}

/* --------------
 CHIFFRES
---------------*/
.chiffres {
  margin-top: 1rem;
  margin-bottom: 3rem;
  background-color: #f1f1f1;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.chiffres .chiffre-item {
  background-color: #fff;
  text-align: center;
  padding: 2rem;
  margin-top: 2rem;
  position: relative;
  margin-bottom: 1rem;
  box-shadow:  0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}
.chiffres .chiffre-item .chiffre-icon {
  position: absolute;
  top: -35px;
  left: 0;
  text-align: center;
  width: 100%;
}
.chiffres .chiffre-item .chiffre-icon i {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 60px;
  font-size: 40px;
  line-height: 70px;
  border: 0;
  color: #fff;
  background-color: #13569f;
  box-shadow: 0px 10px 20px 0px rgb(58, 74, 88, 0.2);
}
.chiffres .chiffre-item .chiffre-number {
  display: block;
  margin-top: 1.5rem;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.chiffres .chiffre-item .chiffre-text {
  
}

/* --------------
 GALLERY
---------------*/
.gallery {
  margin-bottom: 3rem;
}
.gallery .gallery-item {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.gallery .gallery-item:hover .gallery-thumb img {
  transform: scale(1.1);
}
.gallery .gallery-item .gallery-thumb {
  display: flex;
  height: 240px;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.gallery .gallery-item .gallery-thumb img {
  flex: 1;
  object-fit: cover;
  transition: 1.5s all ease;
}
.gallery .gallery-item .gallery-desc {
  display: flex;
  padding: 1rem;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.gallery .gallery-item .gallery-desc .gallery-title h3 {
  font-size: 1.3rem;
}
.gallery .gallery-item .gallery-desc .gallery-count {
  text-align: center;
  color: #000;
}
.gallery .gallery-item .gallery-desc .gallery-count span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}



/* --------------
 FOOTER
---------------*/
footer {
  background-color: #2b2627;
  padding-top: 3rem;
}
footer a {
  color: #ddd;
}
footer a:hover {
  color: #fff;
}
footer .footer-logo img {
  max-width: 260px;
  width: 100%;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer .footer-contact-info {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #ddd;
}
footer .footer-contact-info li {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
footer .footer-contact-info li i {
  margin-right: 0.6rem;
  border: 0;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 38px;
  font-size: 18px;
  background-color: #13569f;
  text-align: center;
}
footer .footer-contact-info li span {
  flex: 1;
  line-height: 1.5;
}
footer .footer-links {
  margin-bottom: 1.5rem;
}
footer .footer-links a{
  line-height: 2.5;
}
footer .copyright {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  color: #eee;
  border-top: 1px solid rgba(255,255,255,0.3);
  text-align: center;
}

/* --------------
 SINGLE
---------------*/
.container-2 {
  max-width: 1140px
}
.section-1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section-2 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.single-post .post .post-title {
  line-height: 2.8rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.single-post .content-post {
  padding-right: 2rem;
}
.single-post .post .post-date {
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
.single-post .post-sharing {
  /*margin-bottom: 1.5rem;*/
}
.single-post .post-sharing a {
  display: inline-block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  font-size: 19px;
  margin-right: 3px;
  border-radius: 38px;
  text-align: center;
}
.single-post .post-sharing a:hover {
  color: #fff;
  opacity: 0.8;
}
.single-post .post-thumb {
  height: 400px;
  overflow: hidden;
  margin-bottom: 2rem;
  display: flex;
}
.single-post .post-thumb img{
  width: 100%;
  object-fit: cover;
}
.pagination-nav {
  width: 100%;
  display: block;
  text-align: center;
}
.pagination-nav a, .pagination-nav .current {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background-color: transparent;
  border: 2px solid #13569f;
}
.pagination-nav a:hover, .pagination-nav .current {
  background-color: #13569f;
  border: 2px solid #13569f;
  color: #fff;
}
.event-cat {
  margin-bottom: 0.7rem;
}
.event-cat-item {
  display: inline-block;
  color: #fff;
  padding: 0.2rem 0.5rem;
  margin-right: 0.1rem;
}

.event-info {
  list-style: none;
  margin-bottom: 1rem;
}
.event-info li {
  font-size: 16px;
}
.event-info li i{
    width: 32px;
    font-size: 20px;
    text-align: center;
}
/* --------------
 LIST
---------------*/
.block-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-top: 5px solid #13569f;
  background-color: #fff;
  color: #000;
  padding: 2rem;
  margin-bottom: 1rem;
}
.block-box i {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 3rem;
}
.block-box h2 {
  font-size: 1.1rem;
  font-weight: 700;
}
.block-box p {
  font-weight: 300;
}
.block-box ul {
  list-style: none;
  padding: 0;
}

/* --------------
 PAGE SOMMAIRE
---------------*/
.sommaire-header {
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.sommaire-header::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*.sommaire-header::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}*/
.sommaire-header .container{
  position: relative;
  z-index: 1;
}

.sommaire-header .header-title{
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 2.8rem;
  font-weight: 900;
}
.sommaire-header .header-description{
  margin-bottom:2rem;
}

.sommaire-header .header-items {
  color: #fff;
  padding-top: 1rem;
}

.sommaire-header .header-items .icon-box {
  display: flex;
  flex-direction: column;
}

.sommaire-header .header-items .icon-box i{
  display: block;
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
.sommaire-header .header-items .icon-box a {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  text-decoration: underline;
}

.sommaire-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eee;
}
.sommaire-body .block-box {
  height: auto;
}
.sommaire-body .block-box ul li{
  margin-bottom: 0.8rem;
}
.sommaire-body .block-box ul li:before {
  content: "";
  display: block;
  margin: .8em auto;
  width: 40%;
  border-top: 1px solid #ccc;
}
.sommaire-body .bloc {
  border-top: 1px solid #ccc;
  padding: 1rem 2rem;
  margin-bottom: 0.5rem;
}
.sommaire-body .bloc h2 {
  text-transform: uppercase;
}
.sommaire-body .bloc .link a{
  font-size: 1.1rem;
  font-weight: 600;
  color: #006cb8;
  text-decoration: underline;
}
/* --------------
 PAGE TEMPLATE
---------------*/
.page-header {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.35;
}
.page-header .breadcrumb a,.page-header .breadcrumb {
  color: #fff !important;
}
.breadcrumb-center {
  position: relative;
}
/* --------------
 Breadcrumb
---------------*/
.breadcrumb a{
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.breadcrumb .breadcrumb_last{
  margin-left: 0.3rem;
}
.section-breadcrumb {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
  margin-bottom: 1rem;
}
.breadcrumb-center .breadcrumb {
  justify-content: center;
}

/* --------------
 GALLERY
---------------*/
.gallery-single .item {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.gallery-single .figure-a {
  width: 100%;
  display: flex;
  border-radius: 10px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  overflow: hidden;
  height: 240px;
}
.gallery-single .figure-a img {
  width: 100%;
  flex: 1;
  object-fit: cover;
  transition: 1.5s all ease;
}
.gallery-single .figure-a:hover img {
    transform: scale(1.1);
}

/* --------------
 WIDGET
---------------*/
.widget {
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.last-news .item {
  margin-bottom: 1rem;
}
.last-news .item .thumb {
  width: 100%;
  height : 7vh;
  border-radius:50%;
  overflow: hidden;
}
.last-news .item .thumb img {
  width: 100%;
  height: 100%;
}
.last-news .item .desc a {
  font-size: 14px;
  font-weight: 600;
  line-height: 0;
}
.last-news .item .desc .date {
  display: block;
  font-size: 12px;
}
/* --------------
 SEARCH
---------------*/
.search-a {
  display: grid;
  grid-template-columns: 20% 78%;
  grid-column-gap: 2%;
  margin-bottom: 1.5rem;
}
.search-a .search-date {
  background-color: #13569f;
  color: #fff;
  display: flex;
  height: 5vh,
  align-items: center;
  justify-content: center;
  text-align: center;
}


/* --------------
 FILTRAION
---------------*/
.filtration {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  transition: 0.3s all ease;
}
.filtration.close {
  margin-top: -260px;
}
.filtration .open-close-filtre {
  position: absolute;
  height: 35px;
  bottom: -35px;
  right: 0;
  border-radius: 0;
  background-color: #13569f;
  color: #fff ;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.fsjes-shadow-4 {
  box-shadow: 0 2px 20px hsla(0,0%,60%,.2)!important;
}

/* --------------
 404
---------------*/
.page-404 {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.page-404 h1 {
  font-size: 5rem;
  margin-bottom: 0;
  margin-top: 0;
}
.no-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  height: 30vh;
}
.no-items i {
  font-size: 4rem;
  margin-bottom: 1rem;
}

/* --------------
 CUSTOM
---------------*/
.ugb-blockquote__item .ugb-blockquote__quote {
  left: 50% !important;
}
.mb-min-3-5 {
  margin-bottom: -3.5rem !important;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    padding: 1.2rem 0.6rem;
}
.ugb-card.ugb-card--v2.ugb-card--design-faded .ugb-card__image {
  opacity: .5 !important;
}
.custom-organ-table {
  width: 100%;
}
.custom-organ-table td, .custom-organ-table th {
  padding: 1rem 2rem;
  border: 1px solid #777;
}
.custom-text-justify {
  text-align: justify !important;
}
@media screen and (max-width:  767px) {
  .img-signature.wp-block-image img {
    max-width: 75%;
  }
}
select.wpforms-field-medium {
  width: 100%;
}
.news-item {
  margin-bottom: 2rem;
}
/* --------------
 ANIMATION
---------------*/

@keyframes flash {
    0%,50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0.2
    }
}
@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

/* CUSTOM */ 
.btn-bottom-sticky {
	position: fixed;
    bottom: 25px;
    right: 25px;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #478f3d;
    color: #ffffff;
    z-index: 999;
    border-radius: 8px;
    max-width: 239px;
    line-height: 1.45;
	text-align: center;
}
.btn-bottom-sticky i {
	font-size: 20px;
	margin-right: 4px;
	animation: flash 3s infinite;
}
.btn-bottom-sticky:hover {
	color: #ffffff;
	transform: scale(1.1);
}

@media screen and (max-width: 767px) {
	.btn-bottom-sticky {
		bottom: 15px;
		right: 15px;
		left: 15px;
		padding: 8px 15px;
		font-size: 16px;
		/*text-align: center;*/
		max-width:unset;
	}
	.btn-bottom-sticky i {
		font-size: 17px;
	}
}