// CSS

.image-container {
  position: relative;
  display: inline-block;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.image-container:hover .overlay {
  opacity: 1;
}

.box_10:hover {
  animation-duration: 1.5s;
  animation-name: rotate;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
 }
}
div3 {
    padding: 20px;
    background: #F5F5F5;
    transition: all 450ms ease;
}
span.h4 {
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--RECREA_COLOR_SECONDARY);
    text-decoration: none;
    display: block;
}
.h4 {
    font-weight: 700;
    line-height: 0.9em;
    word-wrap: break-word;
    word-break: break-word;
}
body .blocks .blocks-content .block span {
    text-decoration: underline;
}
.Example-btn1 {
  background-color: #0A3243;
  border-radius: 29px;
  border: 1px solid #081F2D;
  color: #fff;
  font-size: 15px;
  padding: 10px 45px;
  cursor: pointer;
  transition: 0.3s;
}

.Example-btn1:hover {
  background-color: #fff;
  color: #081F2D;
  border-color: #081F2D;
  transition: 0.3s;
}

.Example-btn2 {
  background-color: #001cff;
  border: none;
  border-radius: 6px;
  color: #fff;
  flex-grow: 1;
  font-family: "system-ui";
  font-size: 15px;
  height: 36px;
  line-height: 20px;
  margin-left: 8px;
  margin-right: 6px;
  min-width: 185px;
  padding: 0 16px 0 16px;
  transition: 0.3s;
  cursor: pointer;
}

.Example-btn2:hover {
  background-color: #e4e6eb;
  color: #050505;
  font-size: 15px;
  transition: 0.3s;
}

.Example-btn3 {
  background-color: rgba(23, 26, 32, 0.8);
  border: none;
  border-radius: 6px;
  color: #fff;
  flex-grow: 1;
  font-family: "system-ui";
  font-size: 15px;
  height: 36px;
  line-height: 20px;
  margin-left: 8px;
  margin-right: 6px;
  min-width: 185px;
  padding: 0 16px 0 16px;
  color: #fff;
  cursor: pointer;
}

.Example-btn3:hover {
  background-color: rgb(23, 26, 32);
  cursor: pointer;
}

.Example-btn4 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #0A3243; /* Indigo */
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.Example-btn4:hover {
  background-color: #4338ca;
  transform: translateY(-2px);
}

.Example-btn4:active {
  background-color: #3730a3;
  transform: translateY(0);
}

.Example-btn4:focus {
  outline: 3px solid #c7d2fe;
  outline-offset: 2px;
}

.Example-btn4 .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.Example-btn5 {
  font-family: "system-ui";
  font-weight: 0;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(90deg, #0066CC 0%, #c500cc 100%);
  padding: 10px 50px;
  border: none;
  box-shadow: rgb(0, 0, 0) 0 0 0 0;
  border-radius: 50px;
  transition: 1000ms;
  transform: translateY(0);
}

.Example-btn5:hover {
  transition: 1000ms;
  transform: translateY(-6px);
  background: linear-gradient(90deg, #0066CC 0%, #c500cc 100%);
  color: #fff;
  border: none;
}

.Example-btn6 {
  font-family: "system-ui";
  font-weight: 0;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(90deg, #0066CC 0%, #d62828 100%);
  padding: 10px 47px;
  border: none;
  box-shadow: rgb(0, 0, 0) 0 0 0 0;
  border-radius: 22px 50px;
  transition: 327ms;
  transform: translateY(0);
}

.Example-btn6:hover {
  transition: 327ms;
  padding: 10px 60px;
  transform: translateY(0);
  background: linear-gradient(90deg, #0066CC 0%, #d62828 100%);
  color: #fff;
  border: none;
}
.Example-btn7 {
  font-family: "system-ui";
  font-weight: 0;
  font-size: 14px;
  color: #000;
  background-color: #0066cc;
  padding: 10px 30px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px 0;
  border-radius: 50px;
  transition: 1000ms;
  transform: translateY(0);
}

.Example-btn7:hover {
  transition: 1000ms;
  padding: 10px 50px;
  transform: translateY(0);
  background-color: #0066cc;
  color: #000;
  border: none;
}
iframe { 
    display: block; 
    margin: 0 auto; 
  }
.coin {
background-color:#E4EFFF;
border:1px solid #9FC6FF;
padding:5px;
/*arrondir les coins en haut à gauche et en bas à droite*/
-moz-border-radius:10px 0;
-webkit-border-radius:10px 0;
border-radius:10px 0;
}
.arrondie {
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

* {
  box-sizing: border-box;
}

.card {
  margin: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 300px;
}

.card-header {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  min-height: 250px;
}

.tag {
  background: #cccccc;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
}

.tag-teal {
  background-color: #47bcd4;
}

.tag-purple {
  background-color: #5e76bf;
}

.tag-pink {
  background-color: #cd5b9f;
}

.card-body p {
  font-size: 13px;
  margin: 0 0 40px;
}

.user {
  display: flex;
  margin-top: auto;
}

.user img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
transition: all 1s ease;
}

.user img:hover {
-ms-transform: scale(7);
-webkit-transform: scale(7);
transform: scale(7) translate(15px, -10px)
}

.user-info h5 {
  margin: 0;
}

.user-info small {
  color: #545d7a;
}

.background-image-SM1 {
    background-size: 100%;
    background-image: url("https://cdn.eu.yapla.com/company/CPYWtwCMsHBSPfnmx52J7uo3p/asset/images/SM1.jpg");
}
.background-image-SM2 {
    background-size: 100%;
    background-image: url("https://cdn.eu.yapla.com/company/CPYWtwCMsHBSPfnmx52J7uo3p/asset/images/SM2.jpg");
}.background-image-SM3 {
    background-size: 100%;
    background-image: url("https://cdn.eu.yapla.com/company/CPYWtwCMsHBSPfnmx52J7uo3p/asset/images/SM3.jpg");
}


.degrade-morpheus {
 background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

.container2 {
    position: relative;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}
.container2 .card2 {
    position: relative;
    width: 300px;
    height: 420px;
    background: #fff;
    margin: 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    transition: 0.5s;
}

.container2:hover .card2 {
    filter: blur(20px);
    transform: scale(0.9);
    opacity: 0.5;
}

.container2 .card2:hover {
    filter: blur(0px);
    transform: scale(1.1);
    opacity: 1;
}

.container2 .card2 .circle2 {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    clip-path: circle(180px at center 0);
    text-align: center;
}

.container2 .card2 .circle2 h2 {
    color: #fff;
    font-size: 4.5em;
    padding: 30px 0;
}

.container2 .card2 .content2 {
    position: absolute;
    bottom: 10px;
    padding: 20px;
    page-break-after: 20px;
    text-align: center;
}

.container2 .card2 .content2 p {
    color: #666;
}

.container2 .card2 .content2 a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    margin-top: 20px;
}

.container2 .card2:nth-child(1) .circle2,
.container2 .card2:nth-child(1) .content2 a {
    background: #ffaf00;
}

.container2 .card2:nth-child(2) .circle2,
.container2 .card2:nth-child(2) .content2 a {
    background: #da2268;
}

.container2 .card2:nth-child(3) .circle2,
.container2 .card2:nth-child(3) .content2 a {
    background: #bb02ff;
}

.box_1 {
    width: 360px;
    background: #fff;
    border: 1px solid #e1e0de;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 0px;
    color: #232323;
    font-size: 12px;
}
.box_1_pad {
    padding: 26px 27px 33px;
}
h3 {
    font: bold 20px/20px 'Open Sans', Arial, sans-serif;
    color: #06b0cf;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin-top: 17px;
}
h4 {
    margin-bottom: 13px;
    color: #06b0cf;
    font: 20px/24px 'Open Sans', Arial, sans-serif;
}

.box_1_pad {
    color: #7e7e7e;
}
.grid_4 grid_6 {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    width: 300px;
}
.alpha {
    margin-left: 0;
}
.wrapper, .wrapper-extra, .extra-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.marTop2 {
    margin-top: 46px;
}
.date_section {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 18px;
    padding-top: 9px;
    width: 60px;
    height: 51px;
    background: #3c4346;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    margin-bottom: 17px;
}
.day {
    display: block;
    font: 18px/19px Arial, sans-serif;
}
.month {
    display: block;
    text-transform: uppercase;
    font: 10px/14px Arial, sans-serif;
}
.box, .box2, .box3 {
    overflow: hidden;
}
.clear {
    clear: both;
    width: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0;
}
a.link3, p1.link3 {
    color: #6f6f6f;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
}
.date_txt {
    text-transform: uppercase;
    font-size: 12px;
    color: #6f6f6f;
}
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content_1 section */

.content_1 {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content_1 {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content_1 h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content_1 h3 {
  font-style: italic;
  color: #96a2a7;
}

/*Cacher le mot "validée" dans un formulaire d'inscription à un évènement*/
.form-withProgress__wrapper .registration-event-bloc .wrap-registration-price-table table tbody tr td:nth-child(2) {
    color: transparent !important;  
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);  
}
