html{scroll-behavior: smooth;}

.ul-spacer-1 li{
  margin-bottom: 5px;
}

.ul-spacer-2 li{
  margin-bottom: 10px;
}

.ul-spacer-3 li{
  margin-bottom: 15px;
}

.text-rouge{
    color: red;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #ffffff !important;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex
;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: #000000;
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}
footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: black;
    color: pink;
}

#p1{
    padding-top: 50px;
    color: white;
    line-height: 30px;
    font-size: small;
}

.H2_3{
    color: white;
}

.dimensions{
    width: 30px;
    /*margin-left: 10px;
    margin-right: 10px;*/
}
strong h1{
    font-size: 3em;
}

.signature{
    margin-left: 60px;
}

b {
   height: 100vh;
  width: 1vw; 
}


center form {
  width: 20px;
}


.fs-3 img {
    width: 3em;
    margin-left: 5px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 2em;
    height: 2em;
}
hr {
    /* margin: 1rem 0; */
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}


a.red{margin:13px;}
.button {
  height: 50px;
  width: 200px;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid #252525;
  overflow: hidden;
  border-radius: 30px;
  color: #333;
  transition: all 0.5s ease-in-out;
}

.shadow__btn {
  padding: 10px 30px;
  border
  font-size: 30px;
  color: #fff;
  border-radius: 20px;
  letter-spacing: 9px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
  transition-property: box-shadow;
}

.shadow__btn {
  background: rgb(0,0,0);
  box-shadow: 0 0 25px rgb(255,255,255);
}

.shadow__btn:hover {
  box-shadow: 0 0 5px rgb(255,255,255),
              0 0 25px rgb(255,255,255),
              0 0 50px rgb(255,255,255),
              0 0 100px rgb(255,255,255);
}

/*intro*/
.intro{
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(background.jpg);
    background-size: cover;
}
.intro .in{
    max-width: 70%;
    text-align: center;
}
.intro .in h1{
    color: #ffffff;
    font-size: 6em;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
}
.in p:nth-child(2){
    color: #ffff;
    font-size: 30px;
}
.btn0{
    font-size: 2em;
    color: #fff;
    background: #ff0031;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-left: 10px;
}

.btn0:hover{
letter-spacing: 4px;
}

/*actualite*/
.actualite{
    position: relative;
    width: 100%;
    min-height: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(1.jpg);
    background-size: cover;
}
.actualite .contenu{
    max-width: 70%;
    text-align: center;
}
.actualite .contenu h2{
    color: #ffffff;
    font-size: 4em;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
}
.contenu p:nth-child(2){
    color: #ffff;
    font-size: 6em;
}
.btn1{
    font-size: 3em;
    color: #fff;
    background: #0040fb8f;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-left: 10px;
}
.btn1:hover{
letter-spacing: 4px;
}

/*mojo*/
.mojo{
    position: relative;
    width: 100%;
    min-height: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(2.jpg);
    background-size: cover;
}
.mojo .comic{
    max-width: 70%;
    text-align: center;
}
.mojo .comic h1{
    color: #ffffff;
    font-size: 5em;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
}
.comic p:nth-child(2){
    color: #ffff;
    font-size: 6em;
}
.btn2{
    font-size: 3em;
    color: #fff;
    background: #0000008f;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-left: 10px;
}
.btn2:hover{
letter-spacing: 4px;
}

/*instants*/
.instants{
    position: relative;
    width: 100%;
    min-height: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(5.jpg);
    background-size: cover;
}
.instants .shoots{
    max-width: 70%;
    text-align: center;
}
.instants .shoots h1{
    color: #ffffff;
    font-size: 7em;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
}
.shoots p:nth-child(2){
    color: #ffff;
    font-size: 6em;
}
.btn3{
    font-size: 3em;
    color: #fff;
    background: #b4162194;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-left: 10px;
}
.btn3:hover{
letter-spacing: 4px;
}

/*trophy*/
.trophy{
    position: relative;
    width: 100%;
    min-height: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(3.jpg);
    background-size: cover;
}
.trophy .room{
    max-width: 70%;
    text-align: center;
}
.trophy .room h1{
    color: #ffffff;
    font-size: 5em;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
}
.room p:nth-child(2){
    color: #ffff;
    font-size: 6em;
}
.btn4{
    font-size: 3em;
    color: #fff;
    background: #0040fb8f;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-left: 10px;
}
.btn4:hover{
letter-spacing: 4px;
}

/*fame*/
.fame{
    position: relative;
    width: 100%;
    min-height: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(4.jpg);
    background-size: cover;
}
.fame .time{
    max-width: 70%;
    text-align: center;
}
.fame .time h1{
    color: #ffffff;
    font-size: 5em;
    text-transform: capitalize;
    font-weight: bold;
    text-align: left;
}
.time p:nth-child(2){
    color: #ffff;
    font-size: 6em;
}
.btn5{
    font-size: 3em;
    color: #fff;
    background: #0000008f;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-left: 10px;
}
.btn5:hover{
letter-spacing: 4px;
}

/*concert & festival*/
.concert{
    position: relative;
    width: 100%;
    min-height: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(6.jpg);
    background-size: cover;
}
.concert .festival{
    max-width: 70%;
    text-align: center;
}
.concert .festival h1{
    color: #ffffff;
    font-size: 3em;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
}
.festival p:nth-child(2){
    color: #ffff;
    font-size: 6em;
}
.btn6{
    font-size: 3em;
    color: #fff;
    background: #ff001294;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-left: 10px;
}
.btn6:hover{
letter-spacing: 4px;
}
/* .......................ACTUALITE............................ */

body {
  background-color: #C0C0C0;
    margin-top: 0;
    padding-top: 0;
}
/*couleur*/
.couleur{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('c.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    padding: 0;  
}
.couleur .coul{
    max-width: 100%;
    
}


/* .......................MOJO-COMICS............................ */

img comic{
    width: 400px;
    height: 400px;
    object-fit: contain;
}

/* .......................PHOTOS........................... */

.gallery{
    min-height: 100vh;
    background:#C0C0C0;
    padding-bottom: 100px;
}


.gallery .image-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery .image-container .image{
    height:250px;
    width: 350px;
    overflow: hidden;
    border:7px solid #5e2965;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    margin: 20px;
}

.gallery .image-container .image img{
    height: 100%;
    width:100%;
    object-fit: cover;
}

.gallery .image-container .image:hover img{
    transform: scale(1.2);
}

/* .......................TROPHY-ROOM........................... */
.cadre {
            border: 2px solid black; /* Bordure noire de 2 pixels */
            border-color: blue;
            padding: 10px; /* Espacement interne */
            width: fit-content; /* Ajuste la largeur au contenu */
            margin: 10px auto; /* Centre le cadre horizontalement */
            text-align: justify; /* Centre le texte à l'intérieur */
        }

.cadre2 {
            border: 2px solid black; /* Bordure noire de 2 pixels */
            border-color: red;
            padding: 10px; /* Espacement interne */
            width: fit-content; /* Ajuste la largeur au contenu */
            margin: 10px auto; /* Centre le cadre horizontalement */
            text-align: justify; /* Centre le texte à l'intérieur */
        }

.card{  
    margin-left: 8px;
    margin-right: 8px;
    transition: all 0.1s 0.3s ease-in-out ;
}

.card:hover{
    transform: scale(1.1);
    box-shadow: 0 0 15px 8.25px black;
}

.div1:hover .card:not(:hover){
    filter: contrast(0.8) saturate(0) blur(5px);
}

/* .......................PHOTOS........................... */

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 8rem;
    height: 8rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: black;
}

/*............................CONCERT.........................................*/

.con-gauche {
  /* --background: linear-gradient(to right, #74ebd5 0%, #acb6e5 100%); */
  width: 100%;
  height: 800px;
  padding: 5px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column  ;
  border-radius: 1rem;
  overflow: visible;
  /* background: #74ebd5;
  background: var(--background); */
  position: relative;
  z-index: 1;
}

.con-info::before{
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 800px;
  height: 800px;
  border-radius: 1rem;
  z-index: -1;
  background: linear-gradient(to bottom right, #f6d365 0%, #fda085 100%);
  transform: rotate(90deg);
}
.con-info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 102%;
  height: 102%;
  border-radius: 1rem;
  z-index: -1;
  background: linear-gradient(to top right, #84fab0 0%, #8fd3f4 100%);
  transform: rotate(-82deg);
}

.con-droite {
  /* --background: linear-gradient(to right, #74ebd5 0%, #acb6e5 100%); */
  width: 100%;
  height: 800px;
  padding: 5px;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column  ;
  border-radius: 1rem;
  overflow: visible;
  /* background: #74ebd5;
  background: var(--background); */
  position: relative;
  z-index: 1;
}

.con-inf::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 800px;
  height: 800px;
  border-radius: 1rem;
  z-index: -1;
  background: linear-gradient(to top right, #84fab0 0%, #8fd3f4 100%);
  transform: rotate(90deg);
}
.con-inf::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  width: 102%;
  height: 102%;
  border-radius: 1rem;
  z-index: -1;
  background: linear-gradient(to bottom right, #f6d365 0%, #fda085 100%);
  transform: rotate(82deg);
}

.h2-title{
  z-index: 3;
  font-size: 2rem;
}

.con-info, .con-inf {
  --color: #292b2c;
  background: #dc3545;
  color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 754px;
  overflow: visible;
  border-radius: 0.7rem;
  position: relative;
  z-index: 2;
}

.con:hover::before,
.con:hover::after {
  opacity: 0;
}

.con:hover .con-info {
  color: #74ebd5;
  transition: color 1s;
}

/*.......bouton scroll pour défiler.......*/
.btnremont {
    height: 100px;
    width: 100px;
    background: crimson;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 100;
}
.icone {
    font-size: 50px;
}
.btn-pages{
    padding: 10px 20px;
    text-align: center;
    border-radius: 4px;
    content-type:incline-size ;
    text-decoration: none;
    color: black;
    background-color: white;
    border-radius: 1px solid black;
}
/*...................*/

/*.......bouton des années 2000.......*/
.concert-annee {
  display: flex;
  background-color: rgba(245, 73, 144);
  width: 100%;
  height: 70px;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  z-index: 100;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px,
        rgba(245, 73, 144, 0.5) 5px 10px 15px;
}

.annee {
  outline: 0 !important;
  border: 0 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

.annee:hover {
  transform: translateY(-3px);
}

.pages{
  color: white;
  text-decoration: none;
}
/*...................*/