
body {
  /*padding-bottom: 40px;*/
  /* color: #5a5a5a; */
  /*height:100%;
  background-color: #e6e6e6;*/
font-family: 'Ariana Pro', sans-serif;
.container {
 
 align-content: center;
 /*background-color: #fff; */
}



.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }

      .bd-mode-toggle {
        z-index: 1500;
      }

      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }
	  
	  
	  /* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the header and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}



.header-info-text {
  
  margin-left:10px;
} 

.header-info-item {
    display: flex;
    column-gap: 15px;
}
.header-info-title {
    font-size: 14px;
    color: #CFCDCD;
    line-height: 1.2;
	
}

.header-info-val a {
    
    color: #fff;
	text-decoration: none;
    
}

.header-info-val {
    font-size: 16px;
    font-weight: 700;
}



.header-info-icon {
    border: 1px solid #fff;
    border-radius: 100%;
    --size: 40px;
    min-width: var(--size);
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-info-icon img {
    width: 18px;
}

:root {
    --font: 'Roboto';
    --color-1: #2581D9;
    --color-1-hover: #236caf;
    --color-2: #1fb1f5;
    --color-2-hover: #26a8e4;
	--color-3: #D0EAFD;
	--color-3-hover: #9dbed5;
    --color-4: #F6ECFF;
    --color-black: #242222;
    --color-text: #817e7e;
	--color-line: #E3E3E3;
	--header-bg: #1F568B;
}


.nav-color {
	background-color: #1F568B;
 color:#fff;
}

.header {
	
	background-color : #2581D9;
	color : #fff;
}

.footer-titre{
	color: #aaa;
	
}

.footer {
 
 
 background-color: #1F568B;
 color:#fff;
}

.footer-bas {
 
 
 background-color: #000;
 color:#fff;
}

.footer-liens {
	color:#fff;
	text-decoration: none;
}

.page-titre {
	color : #2581D9;
	
}
.page-sous-titre {
	color : #236caf;
	
}

.page-titre-menu-droite {
	color : #817e7e;
	
}

.page-liens {
	color:#1F568B;
	text-decoration: none;
}

.page-menu-droite{
	/*background-color: #F6ECFF;*/
	
}

.widget {
    border-radius: 20px;
    border: 1px solid #CDBABA;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #D0EAFD;
}
.widget-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
}
.widget-title::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #b9cadc;
    margin-top: 10px;
    position: absolute;
    bottom: -12px;
    left: 0;
    border-radius: 5px;
}
.widget-title::after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background-color: #2581D9;
    margin-top: 10px;
    position: absolute;
    bottom: -12px;
    left: 0;
    border-radius: 5px;
}

.widget_search form {
    display: flex;
}
.widget_search input {
    border: none;
    background-color: #f6f2f2;
    padding: 14px 20px;
    font-size: 14px;
    outline: none;
    font-family: var(--font);
    width: 100%;
    border-radius: 5px 0 0 5px;
}
.widget_search button {
    background-color: #2581D9;
    border: none;
    outline: none;
    display: block;
    cursor: pointer;
    padding: 0 15px;
    transition: background-color 0.35s ease;
    border-radius: 0 5px 5px 0;
    font-family: var(--font);
}
.widget_search button:hover {
    background-color: var(--color-1-hover);
}
.widget_search button img {
    width: 19px;
    height: 18px;
}
.widget_categories ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.widget_categories ul li {
    display: flex;
    align-items: center;
    color: #373535;
    transition: color 0.5s ease;
}
.widget_categories ul li:hover {
    color: #2581D9;
}
.widget_categories ul li:nth-last-child(n+2) {
    margin-bottom: 10px;
}
.widget_categories ul li::before {
    content: '';
    background-image: url('../images/arrow-next-blue.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
    transition: transform 0.5s ease;
}
.widget_categories ul li:hover::before {
    transform: translateX(5px);
}

.widget_recent_entries ul {
    padding: 0;
    margin: 0;
}
.widget_recent_entries ul li {
    display: flex;
    column-gap: 12px;
}
.widget_recent_entries ul li:nth-last-child(n+2) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d0bebe;
}
.widget_recent_entries .recent-thumb {
    width: 70px;
    height: 70px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: -1px 4px 5px 2px rgba(67, 61, 61, 0.08);
}
.widget_recent_entries .recent-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.widget_recent_entries .recent-title {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.3;
    transition: color 0.35s ease;
}
.widget_recent_entries .recent-title:hover {
    color: #2581D9;
}
.widget_recent_entries .post-date {
    display: flex;
    column-gap: 6px;
    color: #596772;
    font-weight: 600;
}
.widget_tagcloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}
.widget_tagcloud .tagcloud li a {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-black);
    background-color: #fff;
    transition: background-color 0.35s ease, color 0.35s ease;
}
.widget_tagcloud .tagcloud li a:hover {
    background-color: #2581D9;
    color: #fff;
}


.widget_services ul {
    padding: 0;
}
.widget_services ul li {
    list-style-type: none;
}
.widget_services ul li:nth-last-child(n+2) {
    margin-bottom: 15px;
}
.widget_services ul li a {
    background-color: #fff;
    padding: 10px 25px;
    display: block;
    border-radius: 5px;
    position: relative;
    transition: background-color 0.5s ease;
    overflow: hidden;
    transition: color 0.5s ease;
    z-index: 0;
}
.widget_services ul li a:hover {
    color: #fff;
}
.widget_services ul li a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background-color: #2581D9;
    transition: transform 0.5s ease;
    z-index: -1;
}
.widget_services ul li a:hover::before {
    transform: none;
}
.widget_services ul li a::after {
    content: '';
    display: inline-block;
    background-image: url('../images/arrow-next-blue.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: filter 0.5s ease;
}
.widget_services ul li a:hover::after {
    filter: brightness(10);
    transition-delay: 0.3s;
}

a {
	color: inherit;
	text-decoration: none;
}

.nom {
	font-family: 'Ariana Pro', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform : uppercase;
	
}

.titre {
	font-family: 'Ariana Pro', sans-serif;
	font-size: 35px;
	font-weight: bold;
	text-transform : uppercase;
	
}

.img-accueil {
  opacity: 1;
}

.img-accueil:hover {
  opacity: 0.1;
}

.container-img-accueil{
	position: relative;
	margin-bottom : 20px;
}

.hovered {
    position: absolute;
    /*background-color: white;*/
    opacity: 0; transition: all .3s;
    color: black;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
	width:100%;
	height : 15%;
    font-family: Ariana Pro;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	
	
	text-align:center;
}

.container-img-accueil:hover .hovered {
    opacity: 1;
	
}
