*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  /* font-family: "Poppins", sans-serif; */
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;

  font-size: 1rem;

  line-height: 1.5;
  color: #656565;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: justify;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #fcc15e;
  font-weight: 700;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in-out
}

a:hover {
  color: #9cdde8;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

.family_poppins {
  font-family: "Poppins", sans-serif;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #212121;
}

h1,
.h1 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {

  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2,
.h2 {
  font-size: 2rem;
}

@media (max-width: 1200px) {

  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3,
.h3 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {

  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4,
.h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {

  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/*==============================================
================================================
===============================================*/

.container75 {
  min-width: 75vw;
}

.container65 {
  min-width: 65vw;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 11;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #fcc15e;
  box-shadow: 0px 0px 26.46px 0.54px rgb(0 0 0 / 14%);
}

.back-to-top i {
  color: #fff;
}

.back-to-top.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top:hover {
  background: #fff;
  border: solid 2px #fcc15e;
  transition: all 0.2s ease-in-out
}
.back-to-top:hover  i {
  color: #fcc15e;
}
.color-princip {
  color: #59b34f;
}

.bg-princip {
  background-color: #59b34f;
}

.w-50 {
  width: 50%;
}

label.error {
  color: red;
  font-size: 13px;
}

.overflow-hidden {
  overflow: hidden;
}

.h-70 {
  height: 70%;
}

@media (min-width: 992px) {
  .header .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .header .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}

.copyright_bottom {
  background: #0e233e;
  padding: 10px 0;
}

.slider_area.owl-carousel .slide-item {
  position: relative;
  display: flex;
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* .slider_area.owl-carousel .slide-item:before{
	content:'';
	position:absolute;
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.28);
} */

.bandeau-opacity .h1 {
  background: rgba(0, 0, 0, 0.28);
  padding: 35px 43px;
}





.slider_area.owl-carousel .slide-item img {
  height: 600px !important;
  width: 100%;
  /* position: relative;  */
  z-index: -2;
  height: 100%;
  object-fit: cover;
  object-position:top;
}

.slider_area.owl-carousel .slid_content {
  position: absolute;
  width: 66%;
  height: 100%;
  display: flex;
  top: 135px;
  flex-direction: column;
  /* justify-content: center;
  align-items: center;
  text-align: center; */
}

.slider_area.owl-carousel .slid_content .h1 {
  font-size: 45px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: left;
}

.slider_area.owl-carousel .slid_content .p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}

/* .slider_area.owl-carousel .slid_content .moreBtn a{
	display: inline-block;
    padding: 5px 25px;
    background: #000;
    color: #fff;
    transition: 0.2s all;
} */
.r-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300 !important;
}

.ico {
  color: white;
  background-color: #fcc15e;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.pico {
  padding-left: 7px !important;
  padding-top: 8px !important;
}
.h41{
  font-size: 1.2rem;
}
.dm-black {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 900 !important;
}
.dm-bold {
  font-family: "DM Sans", sans-serif !important;
  font-weight: bold !important;
}
.text-yellow {
  color: #fcc15e !important;
}
.text-black{
  color: black !important;
}
.moreBtn {
  position: absolute;
  left: 0;
  bottom: 52%;
}

.moreBtn a {
  padding: 15px 55px;
  border-radius: 5px;
  font-size: 19px;
  color: #fcc15e !important;
  font-weight: bold;
  background-color: rgb(255, 255, 255) !important;
  transition: .3s all;
}

.moreBtn a:hover {
  padding: 15px 55px;
  border-radius: 5px;
  font-size: 19px;
  color: rgb(255, 255, 255) !important;
  font-weight: bold;
  background-color: #fcc15e !important;
}

/* .trait::after {
  content: "";
  position: absolute;
  background-color: #fcc15e;
  width: 26%;
  border-radius: 5px;
  padding: 3px;
  left: 45px;
  bottom: 477px;
} */
.trait::after {
  content: "";
  position: absolute;
  background-color: #fcc15e;
  width: 26%;
  border-radius: 5px;
  padding: 3px;
  left: 42px;
  bottom: 570px;
}

.desc {
  color: #2861a7;
  text-align: center;
  font-size: 20px;
}

.sec-1 .box {
  padding: 35px;
  position: relative;
  top: -100px;
  background: white;
  z-index: 2;
  cursor: pointer;
}

.sec-1 .logo img {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sec-1 .logo {
  width: 130px;
  margin: 10px;
  border-radius: 50%;
  border: solid 3px #9cdde8;
  padding: 16px;
  height: 130px;
  transition: ease-out 0.5s;
  box-shadow: inset 0 0 0 0 #23589c;
}

.pl-82 {
  padding-left: 82px;
  cursor: pointer;
}

.item:hover .logo {

  border: none;

  box-shadow: inset 0 -130px 0 0 #23589c;

}

.div-title .title {
  font-weight: bold;
  color: #80d3e2;
  font-size: 23px;
}

.div-title .trait_title {
  content: "";
  position: relative;
  background-color: #80d3e2;
  width: 8%;
  height: 2px;
  bottom: -18px;
  left: 10px;
  border-radius: 5px;
  padding: 1px;
}

.caveliertitre .sous_title h3 {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 900 !important;
  color: #23589c;
}

.r-bold {
  font-family: "Roboto", sans-serif;
  font-weight: bold !important;
}

.text-blue {
  color: #23589c !important;
}





.btn-body {
  color: white;
  background-color: #fcc15e;
  font-weight: bold;
  padding: 10px 39px;
  border-radius: 5px;
  font-size: 19px;
  transition: .3s ease-in;
  box-shadow: inset 0 0 0 0 #fff;
}

.btn-body:hover {
  color: #fcc15e;

  border: solid 1px #fcc15e;
  box-shadow: inset 0 -130px 0 0 #fff;

}

.i1 {
  position: relative;
  top: -40px;
  width: 330px;
  object-fit:cover;
  height:330px;
  border-radius: 30px;
  border: 6px solid #fcc15e;
}

.i2 {
  position: relative;
  top: -193px;
  left: 120px;
  width: 240px;
  object-fit:cover;
  height:240px;
  border-radius: 30px;
  border: 6px solid #7dcbda;
}

/* .i3 {
  position: relative;
  top: -265px;
  left: 112px;
  width: 22%;
} */
.i3 {
  position: relative;
  top: -32px;
  left: 173px;
  width: 22%;
  height: 151px;
  border-radius: 30px;
  border: 6px solid #57b580;
}

.section-3 {
  background-color: #f7f7f7;
  padding-top: 47px;
  padding-bottom: 60px;
}

.section-3 .card p {
  text-align: center;
  font-weight: bold;
  color: #23589c;
  font-size: 20px;
  margin-top: 30px;
}

.card {
  min-height: 387px;
}

.ticket {
  position: absolute;
  width: 57px !important;
  bottom: 62px;
  right: 22px;
}

.activites_carousel .owl-nav.disabled,
.carousel-certifiants .owl-nav.disabled {
  display: block !important;
}

.next {
  position: absolute;
  top: 27%;
  transform: translate(0%, 50%);
  left: -111px;
}

.prev {
  position: absolute;
  top: 27%;
  transform: translate(0%, 50%);
  right: -111px;
}

.realisation {
  background: url("../images/bg.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

/* .im3{
  width: 33% !important;
}
.im2 {
  width: 61% !important; */
/* } */



.carousel-certifiants .owl-item img {
  display: block;
  width: 100%;
  height: 119px;
  object-fit: contain;
}

.owl-theme .owl-nav [class*=owl-] {

  background: transparent !important;

}

.carousel-certifiants .prev {
  display: none;

}

.carousel-certifiants .next {
  display: none;

}


.h5 {
  font-size: 23px !important;
}

.sec-contact .logo {
  width: 75px;
  margin: 5px;
  border-radius: 50%;
  border: solid 3px #9cdde8;
  padding: 34px;
  height: 75px;
  transition: ease-out 0.5s;
  box-shadow: inset 0 0 0 0 #23589c;
}

.sec-contact .logo img {
  position: relative;
  left: 50%;
  width: 43px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.info {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.contact input {
  border-radius: 5px !important;
}

.btn-contact {
  width: 100%;
  color: white;
  background-color: #fcc15e;
  font-weight: bold;
  padding: 10px 67px;
  border-radius: 5px;
  font-size: 19px;
  transition: .3s ease-in;
  border: transparent;
}

.btn-contact:hover {
  color: #fcc15e;
  background-color: white;
  border: solid 1px #fcc15e;
}

.not_home {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.flecheNon .prev,
.flecheNon .next {
  display: none !important;
}

.card {
  transition: .3s ease-out;
  cursor: pointer;
}

.card:hover .activitie-image {
  transform: scale(1.01);
}

.activitie-image {
  transition: .3s ease-out;
  cursor: pointer;
  position: relative;
  /*width: 341px !important;*/
  width: 100% !important;
  height: 293px !important;
  object-fit: cover;

}

::selection {
  background-color: #0e233e;
  color: #fff;
}

.logo-title {
  font-family: "DM Sans", sans-serif !important;
  display: flex;
  position: relative;
  top: 50%;
  font-weight: 700;
  transform: translate(10px, 10px);
  align-items: center;
}

.exce {
  height: 296px;
  object-fit: cover;
}

.i-yellow {
  background-color: #fdce74;
  border: solid 6px #fcc15e;
  position: relative;
  top: -40px;
  border-radius: 50px;
  width: 300px !important;
  height: 298px !important;
  object-fit: cover;
}

.i-yellow-blue {
  background-color: #80d3e2;
  border: solid 6px #80d3e2;
  position: relative;
  border-radius: 35px;
  width: 216px !important;
  height: 216px !important;
  object-fit: cover;
  top: -193px;
  left: 164px;
}

.i-yellow-green {
  background-color: #80d3e2;
  border: solid 6px #49b05a;
  position: relative;
  border-radius: 35px;
  width: 172px !important;
  height: 169px !important;
  object-fit: cover;
  top: -32px;
  left: 206px;
}

.fl {
  position: relative;
  width: 104%;
  height: 500px;
  object-fit: cover;
  /* height: auto; */
  left: -2%;
}

.img-styl_2 {
  border-radius: 50px;
  width: 90%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  z-index: 2;
}

.dots {
  position: absolute;
  top: -64px;
  z-index: -1;
}

.caree {
  position: absolute;
  top: 68%;
  right: -11%;
  width: 27%;
  z-index: -1;
}

.move-down {
  animation: move-down 3s ease-in infinite alternate-reverse;

}

.move-up {
  animation: move-up 3s ease-in infinite alternate-reverse;

}

@keyframes move-up {
  to {
    transform: translateY(-10px);
  }
}

@keyframes move-down {
  to {
    transform: translateY(10px);
  }
}

.move-down-big {
  animation: move-down-big 2s ease-in infinite alternate-reverse;

}

.move-up-big {
  animation: move-up-big 2s ease-out infinite alternate-reverse;

}

@keyframes move-up-big {
  to {
    transform: translateY(-30px);
  }
}

@keyframes move-down-big {
  to {
    transform: translateY(30px);
  }
}

.my-i {
  position: relative;
  width: 105%;
  left: -2%;
  height: 100%;
  object-fit: cover;
}

.img-88 {
  width: 88%;
}

.exept .box {
  background-color: transparent !important;
  top: 0 !important;
}
.sous-sous-title {
  color: #49b05a;
  font-family: "DM Sans", sans-serif !important;
  font-size: 26px;
  font-weight: bold;
}
.icon {
  /* background: #49b05a; */
  width: 25%;
  display: flex;
  height: 46%;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: solid 3px #80d3e2;
  padding: -22px;
  margin-right: 19px;
}
.types span{
  color: #49b05a;
  font-weight: bold;
}
.liste {
  padding: 0 !important;
 list-style: none;
 padding-right: 10px;
  
}
.liste li {
  font-weight: bold;
}
.liste li::before {
  content: "✔";
  color: #49b05a;
  position: relative;
  margin-right: 10px;
}


.caree2 {
  position: absolute;
  top: 68%;
  left: -11%;
  width: 27%;
  z-index: -1;
}
.descrp {
  position: absolute;
  background: white;
  z-index: 2;
  padding: 20px;
  left: 47px;
  bottom: 55px;
  width: 233px;
  text-align: left;
  border-radius: 10px;
  padding-left: 39px;
}
.descrp::after {
  content: "";
  width: 5px;
  position: absolute;
  top: 10px;
  left: 23px;
  height: 80px;
  background-color: #fcc15e;
  z-index: 3;
  border-radius: 10px;
}

.realisations{
  object-fit: cover;
  height: 450px !important;
}

.justify-content-end-resp{
  justify-content:end ;
}

.pr-50-resp{
  padding-right:50px;
}

.mb-50-resp{
  margin-bottom:0;
}

.nav-resp-visible{
  display:none;
}

.contact-h1{
  font-family: "DM Sans", sans-serif !important;
  font-weight: 900 !important;
  color: #23589c;
  font-size: 1.75rem;
}

.f-18-resp{
  font-size:18px;
}