/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 7 nov. 2023, 11:36:56
    Author     : Romain
*/


#containerBandeauSpotlights {
  background-color: #F47629;
  padding-bottom: 35px;
  padding-top: 10px;
  background-image: url(../img/bg-linkedin.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}

#containerSpotlights #titreSpotlights {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 100%;
  height: 100%;
  justify-content: end;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  text-transform: uppercase;
}

#containerSpotlights #titreSpotlights p {
  margin-bottom: 50px;
}

#carouselSpotlights .img-spotlight {
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  align-items: end;
  padding: 13px;
  color: #fff;
  height: 450px;
  transition: all 0.3s ease-in;
  background-color: #000 !important;
}

#carouselSpotlights .lien-spotlight {
  border: 5px solid #fff;
}


/**************************************************************************************************/

.rangeeContainerSpotligthsActus {
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: end;

  display: flex !important;
  flex-direction: row;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}

/*.rangeeContainerSpotligthsActus:after {
  content: '';
  background: url(../../../img/paintbrush/bg-paintbrush-B.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  transform: rotate(180deg);
  z-index: 1;
}
.rangeeContainerSpotligthsActus:before {
  content: '';
  background: url(../../../img/paintbrush/bg-paintbrush-B.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  z-index: 1;
}*/

.colonneContainerTitresSpotlights {
  padding-left: 2% !important;
  width: 40vw !important;
}

.colContainerShortcodeSpotligths {
  padding-right: 0 !important;
  padding-left: 5% !important;
  width: 60vw !important;
}

.l1titreRangeeSpotlights,
.l2titreRangeeSpotlights,
.l3titreRangeeSpotlights {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #4F5568;
  font-weight: bold;
  display: block;
}

.l1titreRangeeSpotlights {
  font-size: 6.1vw;
  line-height: 5vw;
}

.l2titreRangeeSpotlights {
  font-size: 2.5vw;
}

.colContainerShortcodeSpotligths {
  z-index: 2;
  position: relative;
}

.colContainerShortcodeSpotligths>div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.colContainerTexteSpotligths>div {
  z-index: 1;
  position: relative;
}

.rangeeContainerSpotligthsActus .colContainerTexteSpotligths>div {
  text-align: left;
  padding: 0 50px 0 !important;
}

.rangeeContainerSpotligthsActus .colContainerTexteSpotligths h2 {
  text-transform: uppercase;
  color: #404040;
  font-weight: bold;
}

.rangeeContainerSpotligthsActus .colContainerTexteSpotligths h2 span {
  display: block;
}

.rangeeContainerSpotligthsActus .colContainerTexteSpotligths h2 span#spanH2Magazine {
  font-size: 70px;
  line-height: 15px;
}

.rangeeContainerSpotligthsActus .colContainerTexteSpotligths h2 span#spanH2News {
  font-size: 130px;
  line-height: 155px;
}

.colContainerShortcodeSpotligths .jcarousel li {
  padding: 0;
  margin: 0 5px;
  min-height: 1px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
  position: relative !important;
}

.colContainerShortcodeSpotligths .jcarousel li>a {
  box-shadow: none !important;
}

.jcarousel li>a:hover,
.jcarousel li>a:focus {
  color: #000 !important;
  text-decoration: none;
}

#carouselSpotlights .lien-spotlight {
  display: block;
  overflow: hidden;
}

#carouselSpotlights .lien-spotlight:hover::after,
#carouselSpotlights .lien-spotlight:focus::after {
  content: "En savoir plus";
  position: absolute;
  top: 45%;
  left: 50%;
  padding: 5px 0;
  text-align: center;
  width: 50%;
  margin-left: -25%;
}

#carouselSpotlights .lien-spotlight:hover::after,
#carouselSpotlights .lien-spotlight:focus::after {
  border: 3px solid #fff;
  color: #fff;
}

#carouselSpotlights .lien-spotlight:hover .img-spotlight {
  opacity: 0.55;
}

#carouselSpotlights .lien-spotlight:hover .texte-spotlight,
#carouselSpotlights .lien-spotlight:focus .texte-spotlight {
  opacity: 0;
}

/* #carouselSpotlights .img-spotlight {
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  align-items: end;
  padding: 13px;
  color: #fff;
  height: 450px;
  transition: all 0.3s ease-in;
} */

/* #carouselSpotlights .img-spotlight {
  height: 450px;
  background-color: #000 !important;
} */

#carouselSpotlights .lien-spotlight {
  background-color: #000;
}

#carouselSpotlights .texte-spotlight {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in;
}

#carouselSpotlights .img-spotlight::after {
  content: " ";
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 40%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}

#carouselSpotlights .lien-spotlight {
  border: 5px solid #fff;
}

/* #carouselSpotlights .lien-spotlight,
#carouselSpotlights .img-spotlight::after {
	border-radius:10px;
} */
#carouselSpotlights .img-spotlight h3 {
  text-transform: uppercase;
  line-height: 32px;
  font-family: "Poppins", sans-serif !important;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 5px;
  text-shadow: 3px 2px 4px #000;
}

#carouselSpotlights .img-spotlight h3::after {
  display: none;
}

.rangeeContainerSpotligthsActus .img-spotlight h3 {
  margin-bottom: 0;
}

#carouselSpotlights .img-spotlight h4 {
  font-style: italic;
  font-size: 1.2em;
}

.rangeeContainerSpotligthsActus .texte-spotlight p {
  font-size: 1em;
  font-style: italic;
}

#rangeeSpotlights #colSpotlights {
  position: relative;
  padding-top: 75px;
}

#rangeeSpotlights #colSpotlights a.jcarousel-control-prev:hover,
#rangeeSpotlights #colSpotlights a.jcarousel-control-prev:focus,
#rangeeSpotlights #colSpotlights a.jcarousel-control-next:hover,
#rangeeSpotlights #colSpotlights a.jcarousel-control-next:focus {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
  text-decoration: none !important;
}

#rangeeSpotlights #colSpotlights a.jcarousel-control-prev,
#rangeeSpotlights #colSpotlights a.jcarousel-control-next {
  width: 40px !important;
  height: 40px !important;
  border: none !important;
  color: #fff !important;
  background-color: transparent !important;

  font-family: "Acme", sans-serif;
  font-size: 80px;
}

#rangeeSpotlights #colSpotlights a.jcarousel-control-next {
  left: inherit !important;
  right: 3% !important;
  top: 0;
  bottom: inherit !important;
}

#rangeeSpotlights #colSpotlights a.jcarousel-control-prev {
  left: inherit !important;
  right: 10% !important;
  top: 0;
  bottom: inherit !important;
}









/**************************************************************************************
GRILLE
***************************************************************************************/
.containerGrilleSpotlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  /* ajustable selon l'espacement désiré entre les éléments */
}

.lien-spotlight-grille {
  -webkit-box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.45);

  text-decoration: none !important;
}

.lien-spotlight-grille:hover .titre-spotlight-grille,
.lien-spotlight-grille:focus .titre-spotlight-grille {
  color: #f59d24 !important;
}

.img-spotlight-grille {
  height: 250px;
}

.titre-spotlight-grille {
  color: #333 !important;
  display: block;
  padding: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 600 !important;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
}









@media (max-width: 991px) {

  /*.rangeeContainerSpotligthsActus .colContainerShortcodeSpotligths a.jcarousel-control-prev {
    left:0!important;
  }*/
  /* .rangeeContainerSpotligthsActus .colContainerShortcodeSpotligths a.jcarousel-control-next {
    right: 0 !important;
  } */
}

@media (max-width: 767px) {
  /* .rangeeContainerSpotligthsActus {
    flex-direction: column;
  } */

  /* .colonneContainerTitresSpotlights {
    padding: 50px 100px 0;
    width: 100% !important;
    text-align: center;
  } */

  /* .colContainerShortcodeSpotligths {
    padding: 0 2% !important;
    width: 100% !important;
  } */

  /* .l1titreRangeeSpotlights,
  .l2titreRangeeSpotlights,
  .l3titreRangeeSpotlights {
    font-size: 8vw;
    line-height: 8vw;
  } */

  /* .rangeeContainerSpotligthsActus .colContainerShortcodeSpotligths a.jcarousel-control-next {
    right: 2% !important;
  } */

  #containerSpotlights #titreSpotlights {
    font-size: 2rem;
  }

  #rangeeSpotlights #colSpotlights a.jcarousel-control-prev {
    right: 15% !important;
  }
}


@media (max-width: 575px) {

  #containerSpotlights #titreSpotlights {
    font-size: 1.5rem;
  }

  #containerSpotlights #titreSpotlights img {
    width: 85%;
  }

  #containerSpotlights #titreSpotlights p {
    margin-bottom: 20px;

  }
  
}