html{
    height:100%;
}

body{
    background-color: #ffffff;
    /*background-image: url("https://www.transparenttextures.com/patterns/ag-square.png");*/
    height: 100%;
}

.parallax_1 {
    background-image: url('../../img/1.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax_2 {
    background-image: url('../../img/3.jpg');
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.filtreNoir{
    background: rgba(0, 0, 0, 0.4);
}

.backPart1{
    background: linear-gradient(315deg, #f3a27d, rgb(207, 101, 2) 98%);
    /*background: #FA824C;*/
}
.backPart2{
    background: linear-gradient(315deg, #9ef37dff, rgba(33, 131, 3, 1) 98%);
    position: relative;
    z-index: 0;
}

/************* part 5 DEBUT ****************/
.backPart5{
    background: #00adef;
    background: -moz-linear-gradient(-45deg, #00adef 0%, #0076e5 100%);
    background: -webkit-linear-gradient(-45deg, #00adef 0%,#0076e5 100%);
    background: linear-gradient(135deg, #00adef 0%,#0076e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adef', endColorstr='#0076e5',GradientType=1 );
	width: 100%;
	position: relative;
	z-index: 0;
	overflow: clip; /*pour eviter la barre de scroll horizontale*/
}

#container-inside {
    position: relative;
    min-width: 960px;
    max-width: 1280px;
    height: auto;
    min-height: 100%;
    margin: 0px auto;
    padding: 0px auto;
    overflow: visible;
    z-index: -1;
}

#circle-small {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0s;
	position: absolute;
	top: 200px;
	left: -150px;
    background: #fff;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    opacity: 0.4;
}

#circle-medium {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0.3s;
	position: absolute;
	top: 50px;
	left: -300px;
    background: #fff;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    opacity: 0.3;
}

#circle-large {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0.6s;
	position: absolute;
	top: -100px;
	left: -450px;
    background: #fff;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    opacity: 0.2;
}

#circle-xlarge {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0.9s;
	position: absolute;
	top: -250px;
	left: -600px;
    background: #fff;
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    opacity: 0.1;
}

#circle-xxlarge {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 1.2s;
	position: absolute;
	top: -400px;
	left: -750px;
    background: #fff;
    width: 1500px;
    height: 1500px;
    border-radius: 50%;
    opacity: 0.05;
}

@-webkit-keyframes circle-small-scale {
    0% {
        -webkit-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.1);
    }
}

@keyframes circle-small-scale {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.1);
    }
}
/************* part 5 FIN ****************/
/* ancien titre01 utilisé avec plusieurs autres classes bootstrap
.titre01{
    color: #bcdaff;
    text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5, -2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5, 0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5;
}*/
/*.titre01{
    color: #bcdaff;
    text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5, -2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5, 0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5;
    text-align: center !important;
    font-weight: 700 !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    font-size: 5rem !important;
}*/
.titre01{
    /* color: #bcdaff; */
    color: #ffffff;
    text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5, -2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5, 0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5;
    text-align: center !important;
    font-weight: 700 !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.titre03{
    text-align: center;
    color: #19aaab;
    font-weight: 700 !important;
    text-shadow: 2px 3px 0px #eb452b;
    padding: 2rem 0;
}
/*.titre02{
    color: #bcdaff;
    text-shadow: 4px 3px 0px #7A7A7A;
    text-align: center !important;
    font-weight: 700 !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    font-size: 5em !important;
}*/

.titre02{
    color: #bcdaff;
    text-shadow: 4px 3px 0px #7A7A7A;
    text-align: center !important;
    font-weight: 700 !important;
    /*padding-top: 5rem !important;*/
    padding-bottom: 5rem !important;
}
.soustitre01{
    color: #8abfff;
    text-shadow: 1px 3px 0px #4b4b4b;
    text-align: center !important;
    font-weight: 700 !important;
    padding-bottom: 2rem !important;
    font-size: 3rem !important;
}
.dropdown-menu .divider-with-text {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 5px 0;
}

.dropdown-menu .divider-with-text hr {
  flex-grow: 1;
  border: none;
  border-top: 5px solid #ec4f4f;
  opacity:1;
}

.dropdown-menu .divider-with-text span {
  color: #ec4f4f;
  font-size: 1em;
  font-weight: bold;
  white-space: nowrap; /* Évite le retour à la ligne */
  margin: 0 5px;
}

.event-img {
    width: 200px;
}
.event-item {
    position: relative; /* Pour positionner le bouton par rapport à l'image */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px; /* Même largeur que tes images */
}

.btn-see {
    position: absolute;
    bottom: 10px; /* Espace depuis le bas de l'image */
    background-color: rgba(0, 0, 0, 0.7); /* Fond semi-transparent */
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s;
}

.btn-see:hover {
    background-color: rgba(0, 0, 0, 0.9); /* Effet au survol */
}
hr.style5 {
	border-top: 2px dashed #9ACD32;
    opacity: 1;
}
.listperso__01{
    font-weight: bold;
    font-size: 2em;
    list-style: square;
}
.listperso__01 li:nth-child(odd) {
  color:rgb(201, 245, 119)
}

.listperso__01 li:nth-child(even) {
  color:rgb(236, 139, 94)
}
/* Texte défilant */
.messagedefilant {
  overflow: hidden;
  position: relative;
  height: 50px;
}
 
.messagedefilant div {
  position: absolute;
  min-width: 100%; /* au minimum la largeur du conteneur */
}
 
.messagedefilant div span, 
.messagedefilant div:after {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  white-space: nowrap;
  top:0;
}
 
.messagedefilant div span {
  animation: defilement 15s infinite linear;
}
 
.messagedefilant div:after {
  position: absolute;
  top:0; left:0;
  content:attr(data-text);
  animation: defilement2 15s infinite linear;
}
 
@keyframes defilement {
  0% { margin-left: 0; }
  100% { margin-left: -100%; }
}
 
@keyframes defilement2 {
  0% { margin-left: 100%; }
  100% { margin-left: 0%; }
}
