/* Fonts */
@font-face {
	font-family: "Maven Pro";
	src: url("../fonts/MavenPro-Regular.ttf");
}
/*FIN fonts */


#logotop{
	    width: 20%;
		margin: 25px;
}

.language{
	color:black;
	height: 20px;
	width: 60%;
	font-family: Maven Pro, sans-serif;
	font-weight: 700;
	height: 16%;
}

#menu nav {
	float: right;
	position: relative;
	height: 50px;
	border-radius: 8px;
	font-size: 0;
	margin-top: 10px;
	margin-right: 20px;
}
#menu nav a {
	line-height: 50px;
	height: 100%;
	font-size: 12px;
	display: inline-block;
	position: relative;
	z-index: 1;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: black;
	cursor: pointer;
}
#menu nav .animation {
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 0;
	transition: all .5s ease 0s;
	border-radius: 8px;
}
#menu a:nth-child(1) {
	width: 100px;
}
#menu a:nth-child(2) {
	width: 110px;
}
#menu a:nth-child(3) {
	width: 100px;
}
#menu a:nth-child(4) {
	width: 100px;
}
#menu a:nth-child(5) {
	width: 200px;
}
 nav .start-home, a:nth-child(1):hover~.animation {
	width: 100px;
	left: 0;
	background-color: #f4007f;
}
 nav .start-nos-services, a:nth-child(2):hover~.animation {
	width: 110px;
	left: 100px;
	background-color: #9c0051;
}
 nav .start-casting, a:nth-child(3):hover~.animation {
	width: 100px;
	left: 210px;
	background-color: #b0005b;
}
 nav .start-contact, a:nth-child(4):hover~.animation {
	width: 100px;
	left: 310px;
	background-color: #c30065;
}
 nav .start-confiance, a:nth-child(5):hover~.animation {
	width: 200px;
	left: 410px;
	background-color: #d7006f;
}
 nav a:hover{color:white;}
 
#sp-page-title{
    padding-top: 80px;
}

/* fb*/
.fbdiv{
	float: right;
    margin-right: 360px;
}

.fb-page.fb_iframe_widget{
	position: fixed;
    margin-top: -360px;
    z-index: 999;
	display:none;
}

.fa.fa-2{
	font-size: 4em;
	position:fixed;
    margin-top: -410px;
	margin-left: 312px;
	z-index: 999;
	color: #3b5998;
}
/*FIN fb*/

/* Countdown */
.ClassyCountdown-wrapper{
	width:65%;
	margin:auto;
}
.ClassyCountdown-wrapper>div{
	display:inline-block;
	position:relative;
	width:calc(30% - 100px);
	margin:10px;

}
.ClassyCountdown-wrapper .ClassyCountdown-value{
	width:100%;
	line-height:1em;
	position:absolute;
	top:50%;
	text-align:center;
	left:0;
	display:block;
	color : #ed145b;
}
/* FIN Countdown */

/* calendrier event*/

/* FIN calendrier event*/

/* flyer event */
.flyertable{
	margin-left: 50px;
    margin-right: 50px;
    width: auto;
}

.globalflyer{
  color: rgba(255, 255, 255, 1);
  box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
}

.smallflyerevent{
	width: 50%;
    padding: 35px;
}

.smallflyerevent img {
	float: right;
}

.smallflyerevent img:hover {
  color: rgba(255, 255, 255, 1);
  box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
  cursor: pointer;
}

.titleflyer{
	color:#ed145b;
}

.gallery {
  position: relative;
  z-index: 2;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.gallery.pop {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.gallery figure {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.gallery figure img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.gallery figure figcaption {
  display: none;
}

.popup {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out .2s;
  transition: opacity .5s ease-in-out .2s;
}
.popup.pop {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out 0s;
  transition: opacity .2s ease-in-out 0s;
}
.popup.pop figure {
  margin-top: 0;
  opacity: 1;
  width: 65%;
}
.popup figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  margin-top: 30px;
  opacity: 0;
  -webkit-animation: poppy 500ms linear both;
          animation: poppy 500ms linear both;
}
.popup figure img {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 6px 30px rgba(0, 0, 0, 0.4);
  margin-left: 30%;
  margin-top: 10%;
}
.popup figure figcaption {
  position: absolute;
  bottom: 50px;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.78));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
  z-index: 2;
  width: 100%;
  border-radius: 0 0 15px 15px;
  padding: 100px 20px 20px 20px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
}
.popup figure figcaption small {
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  margin-top: 12px;
  text-indent: 3px;
  opacity: .7;
  letter-spacing: 1px;
}
.popup figure .shadow {
  position: relative;
  z-index: 1;
  top: -15px;
  margin: 0 auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 98%;
  height: 50px;
  opacity: .6;
  -webkit-filter: blur(15px) contrast(2);
          filter: blur(15px) contrast(2);
}
.popup .close {
  position: absolute;
  z-index: 3;
  top: 12%;
  right: 18%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.popup .close i {
  margin-left: 9px;
  margin-top: 6px;
  font-size: 15px;
}

/* FIN flyer event */

/* classic content*/
.contentc{
	text-align:center;
}

.contentc .MsoListParagraphCxSpMiddle {
	bottom: 0px;
	text-align:center;
	margin: 2px;
}

.contentc .MsoListParagraphCxSpMiddle span {
	bottom: 0px;
	color:#000;
}

.contentc  .MsoListParagraphCxSpLast {
	margin-top:10px;
	text-align:center;
}

.imgc {
    max-width: 35%;
    height: auto;
}

a {
    color: #ed145b;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
}

.sppb-addon-content
{
	/*margin:50px;*/
	padding-top: 100px;
}

.sppb-addon-content2
{
	margin:50px;
}

.contentc p{
	position: relative;
    text-align: left;
    color: #333;
    font-family: Maven Pro, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.margep{margin:15px;}

.contentc ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	padding-inline-start: 10%;
	/*
    padding-inline-start: 40px;*/
}
.contentc ul li {
	list-style-type: disc;
	text-align: left;
	line-height: 1.42857143;
	font-size: 16px;
}
.contentc a{
	font-size: 16px;
}

.contentc h2
{
	font-size: 28px;
    line-height: 28px;
}

.contentc .sppb-column-addons
{
	background-color : #000;
	color: #fff;
	padding: 15px;
	max-width: 45%;
	float: left;
	height: 85%;
}
.contentc .bis
{
	margin-left: 50px;
	margin-bottom: 50px;
}
.diffcolor
{
	padding-top: 90px;
    padding-right: 0px;
    padding-bottom: 90px;
    padding-left: 0px;
    background-color: #f8f9fa;
    margin-top: 20px;
    margin-bottom: 20px;
	height: 100%;
}

/* FIN classic content*/

/* custom table */
.sp-simpleportfolio-description table
{
	width: 80%;
	margin-left: 10%;
	border-collapse: initial;
}

.sp-simpleportfolio-description table tr:nth-child(even) {background-color: #f2f2f2;}

.sp-simpleportfolio-description table th {
  background-color: #ed145b;
  color: white;
}

.sp-simpleportfolio-description table tr:hover {background-color: grey;}

/* FIN custom table */

/* fix cloud */
ul.cloud li {
	list-style-type: none;
}

ul.cloud {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2.5rem;
  max-width: 80%;
  margin: auto;
  padding-inline-start: 0%;
}

ul.cloud a {
  color: #ed145b;
  display: block;
  font-size: 1.5rem;
  padding: 0.125rem 0.25rem;
  text-decoration: none;
  position: relative;
}

ul.cloud a[data-weight="1"] { --size: 1; }
ul.cloud a[data-weight="2"] { --size: 2; }
ul.cloud a[data-weight="3"] { --size: 3; }
ul.cloud a[data-weight="4"] { --size: 6; }
ul.cloud a[data-weight="5"] { --size: 5; }
ul.cloud a[data-weight="6"] { --size: 6; }
ul.cloud a[data-weight="7"] { --size: 7; }
ul.cloud a[data-weight="8"] { --size: 8; }
ul.cloud a[data-weight="9"] { --size: 1; }

ul.cloud a {
  --size: 4;
  font-size: calc(var(--size) * 0.25rem + 0.5rem);
  /* ... */
}

ul.cloud li:nth-child(1n+1) a { color: #b0005b; }
ul.cloud li:nth-child(2n+1) a { color: #cd006a; }
ul.cloud li:nth-child(3n+1) a { color: #f4007f; }
ul.cloud li:nth-child(4n+1) a { color: #c38; }

ul.cloud li:nth-child(1n+1) a { --color: #b0005b; }
ul.cloud li:nth-child(2n+1) a { --color: #cd006a; }
ul.cloud li:nth-child(3n+1) a { --color: #f4007f; }
ul.cloud li:nth-child(4n+1) a { --color: #c38; }

ul.cloud a::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--color);
  opacity: 0.15;
  transition: width 0.25s;
}

ul.cloud a:focus::before,
ul.cloud a:hover::before {
  width: 100%;
}


/*FIN fix cloud*/

/* columnstyle*/
 ul.columnstyle{
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
 }
 
  ul.columnstyle li {
	list-style-type: none;
}

ul.columnstyle {
  margin: 40px;
  margin-top: 80px;
  padding-left: 1.2rem;
}

ul.columnstyle li {
  position: relative;
  list-style-type: none;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}

ul.columnstyle li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    /*top: -2px;*/
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #00a8a8;
    transform-origin: bottom left;
    transform: rotate(45deg);
}
 
/*
 ul.columnstyle{
	flex-direction: column;
	flex-wrap: wrap;
	display: flex;
	height: 30vh;
}
 ul.columnstyle li {
	flex: 1 0 25%;
	list-style-type: none;
}*/
/*FIN columnstyle*/

/* Ariane*/
.breadcrumb>li {
    display: inline-block;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.breadcrumb {
	font-size: 16px;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
/* FIN Ariane*/

.appearafterdelay
{
	animation-delay: 2s;
	animation: zoom-in 1s ease;
	margin: 50px;
}

@keyframes zoom-in {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.licon
{
	float: left;
    max-width: 50%;
	margin-left: 20%;
}
.ricon
{	
	float: right;
    max-width: 50%;
	margin-right: 20%;
}

.sppb-icon .sppb-icon-container > i {
    font-size: 48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.sppb-feature-box-title {
    margin: 30px 0;
}

.sp-page-title .breadcrumb >span, .sp-page-title .breadcrumb >li, .sp-page-title .breadcrumb >li+li:before, .sp-page-title .breadcrumb >li>a {
    color: #4e283f;
    font-weight: 700;
    letter-spacing: -1px;
}

.sp-page-title .breadcrumb >.active {
    color: #ed145b;
}

body {
	font-size: 12px;
}
h1 {
	text-align: center;
	margin: 40px 0 40px;
	text-align: center;
	font-size: 30px;
	color: #ecf0f1;
	text-shadow: 2px 2px 4px #000000;
	font-family: 'Cherry Swash', cursive;
}

p {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #ecf0f1;
    font-family: 'Cherry Swash',cursive;
    font-size: 16px;
}

span {
    color: #ed145b;
}

/* tagcloud */
.TagBall { 
	margin-left:20%; 
	font-size: 16px;
}

.tagcloud--item {
  padding: 2px 4px;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
}

.tagcloud--item:hover {
  background-color: rgba(0,0,0,.1);
  border: 1px solid #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 1 !important;
  z-index: 100 !important;
  color:#000;
}

.light .tagcloud--item {
  color: #fff;
}

.light .tagcloud--item:hover {
  background-color: rgba(255,255,255,.1);
  border: 1px solid #fff;
}

/* FIN tag cloud*/

/*menu*/
#menu {
	background: white;
	overflow: hidden;
	position:fixed;
	z-index: 999;
	margin-top:10px;
	width: 100%;
	font-weight: bold;
	opacity: 95%;
	}

/* Main slider */
.slider .indicators .indicator-item {
  background-color: #666666;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slider .indicators .indicator-item.active {
  background-color: #ffffff;
}
.slider {
  /*width: 900px;*/
  margin: 0 auto;
  margint-top:60px;
}
.slider .indicators {
  bottom: 60px;
  z-index: 100;
  /* text-align: left; */
}
/* FIN Main slider */




.explaintext{
	margin:40px;
	margin-right: auto;
    margin-left: auto;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 2em;
}
.explaintext .addon-title {
	text-align:center;    
	margin-bottom: 45px;
    font-size: 36px;
	font-family: Maven Pro, sans-serif;
	-webkit-text-stroke-width: 0px;
}
.explaintext p{
	position: relative; 
	color: #333; 
	font-family: Maven Pro, sans-serif;     
	text-align: left;}
	
	
#tilt{
  display: block;
  margin: 0 auto;
  transition: box-shadow 0.1s, transform 0.1s;
  background-size: 100%;
  background-repeat: no-repeat;
}

#tilt:hover {
 /* box-shadow: 0px 0px 30px rgba(0,0,0, 0.6);*/
  cursor: pointer;
}

.sp-page-builder .page-content #section-id-1585039623518 {
    padding-top: 90px;
    padding-right: 0px;
    padding-bottom: 90px;
    padding-left: 0px;
    background-color: #f8f9fa;
}

.heading-style .sppb-title-heading span {
    color: #ed145b;
}

.heading-style .sppb-title-heading {
    position: relative;
    color: #4e283f;
    letter-spacing: -3px;
}

#section-id-1585039623518 {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    background-color: #f8f9fa;
	margin-top: 20px;
    margin-bottom: 20px;
}

.sppb-text-center {
    text-align: center;
}

.imgzoomtext{
    margin: 10%;
	margin-top: 10px;
}

.imgzoomtext-two{
	max-width: 60%;
    margin: auto;
}

.photobox{
	width: 250px;
	height: 250px;
	padding: 0px;
}

.photobox img{
	max-width: 100%;
}

/* [1] The container */
.photobox {
  height: 250px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  position:relative;
}

.serviceslogos .photobox {
  height: 195px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  position:relative;
}

/* [2] Transition property for smooth transformation of images */
.photobox img {
  transition: transform .5s ease;
  filter: grayscale(100%);
}

/* [3] Finally, transforming the image when container gets hovered */
.photobox:hover img {
  transform: scale(1.5);
  filter: grayscale(0);
}

.imgzoomtext-two .photobox img {
	  filter: grayscale(0%);
}

.imgzoomtext-two{
	text-transform: uppercase;
}

.img_overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.6);
	color:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	opacity:0;
	transition:opacity 0.5s;
}

.img_title{
	font-size:2em;
	font-weight:bold;
	text-align: center;
}

.img_title a{
	color:#fff;
}

.img_overlay:hover{
	opacity:0.8;
}

.img_overlay > * {
	transform: translateY(20px);
	transition:transform 0.5s;
}

.img_overlay:hover > * {
	transform: translateY(0px);
}

.img_overlay--blur
{
	backdrop-filter:blur(5px);
}

.img_overlay--primary
{
	background : #ed145b;
}

.btn-primary, .sppb-btn-primary {
    background-color: #ed145b;
    border-color: #a80d3f;
    color: #fff;
}

.btn-primary:hover, .sppb-btn-primary:hover{
	background-color: #de034a;
}

.btn, .sppb-btn {
    border: none;
    border-bottom: 3px solid;
    border-radius: 0;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}

.sppb-btn {
    display: inline-block;
}

/* fb insta*/

.sp-pagebuilder-row, .sppb-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content:center;
	margin-left: 45px;
	margin-bottom: 20px;
}

.sppb-revibe-testimonial {
    background-color: #ed145b;
}
.sppb-revibe-testimonial {
    height: 480px;
    padding: 100px 90px;
    color: #fff;
    margin-left: -15px;
}

.sppb-text-center .sppb-img-responsive, .sppb-text-left .sppb-img-responsive, .sppb-text-right .sppb-img-responsive {
    display: inline-block;
}
.sppb-carousel-inner>.sppb-item>a>img, .sppb-carousel-inner>.sppb-item>img, .sppb-img-responsive {
    display: block;
    max-width: 80%;
    height: auto;
}

.sppb-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 45%;
}

.sppb-col, .sppb-col-auto, .sppb-col-lg, .sppb-col-lg-1, .sppb-col-lg-10, .sppb-col-lg-11, .sppb-col-lg-12, .sppb-col-lg-2, .sppb-col-lg-3, .sppb-col-lg-4, .sppb-col-lg-5, .sppb-col-lg-6, .sppb-col-lg-7, .sppb-col-lg-8, .sppb-col-lg-9, .sppb-col-lg-auto, .sppb-col-md, .sppb-col-md-1, .sppb-col-md-10, .sppb-col-md-11, .sppb-col-md-12, .sppb-col-md-2, .sppb-col-md-3, .sppb-col-md-4, .sppb-col-md-5, .sppb-col-md-6, .sppb-col-md-7, .sppb-col-md-8, .sppb-col-md-9, .sppb-col-md-auto, .sppb-col-sm, .sppb-col-sm-1, .sppb-col-sm-10, .sppb-col-sm-11, .sppb-col-sm-12, .sppb-col-sm-2, .sppb-col-sm-3, .sppb-col-sm-4, .sppb-col-sm-5, .sppb-col-sm-6, .sppb-col-sm-7, .sppb-col-sm-8, .sppb-col-sm-9, .sppb-col-sm-auto, .sppb-col-xl, .sppb-col-xl-1, .sppb-col-xl-10, .sppb-col-xl-11, .sppb-col-xl-12, .sppb-col-xl-2, .sppb-col-xl-3, .sppb-col-xl-4, .sppb-col-xl-5, .sppb-col-xl-6, .sppb-col-xl-7, .sppb-col-xl-8, .sppb-col-xl-9, .sppb-col-xl-auto, .sppb-col-xs-1, .sppb-col-xs-10, .sppb-col-xs-11, .sppb-col-xs-12, .sppb-col-xs-2, .sppb-col-xs-3, .sppb-col-xs-4, .sppb-col-xs-5, .sppb-col-xs-6, .sppb-col-xs-7, .sppb-col-xs-8, .sppb-col-xs-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.sppb-column, .sppb-column-addons {
    position: relative;
    z-index: 1;
    width: 100%;
}

.sppb-row-container {
    width: 970px;
}

.sppb-row-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* social media */

.sppb-row {
  margin: 0;
  padding:0;
  background: #262626;
}

.sppb-row ul {
  display: flex;
  top: 50%;
  left: 50%;
}

.sppb-row ul li {
  list-style: none;
}

.sppb-row ul li a {
  width: 80px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 35px;
  padding: 18px;
  margin: 5px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}

.sppb-row ul li a .icon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}
.sppb-row ul li a:hover 
{
  box-shadow: 0 0 5px #fff;
  text-shadow: 0 0 5px #fff;
}
ul li a:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 15px #fff;
}

.sppb-row ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

.sppb-row ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

.sppb-row ul li a:hover:before {
  top: 0;
}

/*couleurs logo insta fb*/


.sppb-row ul li:nth-child(1) a:before{
  background: #3b5999;
}

.sppb-row ul li:nth-child(2) a:before{
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); 
}

.sppb-row ul li:nth-child(3) a:before {
  background: #0077b5;
}

.sppb-row ul li:nth-child(4) a:before {
  background: #dd4b39;
}

/* FIN social media*/



.contactlogos {
	/*height: 40%;*/
}

.contactlogos p{
	text-align:center;
}

#contact {
	width: 73%;
    display: table;
    margin-left: 14%;
}

#cryptogram{
	margin-left: 50%;
}

.cryptotab {
	margin-left: 27%;
    width: 50%;
}
.errorcrypt {
	margin-left: 44%;
}

.errcaptcha{
	color: #333;
	position: initial;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-family: 'Cherry Swash',cursive;
    font-size: 16px;
}

/* Footer */

#sp-bottom .container{
	width: 100%;
}

.custom img {
	float: left;
	max-width: 31%;
}

#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 30px;
}
.sp-bottom-footer {
  padding: 80px 0;
 /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(70,70,83,1) 35%, rgba(7,25,28,1) 100%);*/
 background: linear-gradient(90deg,rgba(42,40,40,1) 36%,rgba(53,52,52,1) 35%);
  color: #a7a7a7;
  font-size: 14px;
}

.sp-bottom-footer:before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sp-bottom-footer .sp-module ul >li {
  border: none;
}
.sp-bottom-footer .sp-module ul >li >a {
  color: #a7a7a7;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
}

.sp-bottom-footer .sp-module ul >li >a:hover {
	color:#ed145b;
}

.sp-bottom-footer .sp-module ul >li >a:before {
  display: none;
}
.sp-bottom-footer .sp-module-title {
  color: #fff;
}

#sp-bottom1 .custom {
  font-size: 16px;
}
#sp-bottom1 .custom img {
  display: inline-block;
  margin-bottom: 40px;
}
.acymailing_form {
  position: relative;
}
.acymailing_form .fieldacyemail {
  width: 100%;
}
.acymailing_form .fieldacyemail input {
  width: 100%;
  height: 40px;
}
.acymailing_form .acysubbuttons {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.acymailing_form .acysubbuttons input {
  text-indent: -9999px;
}
.acymailing_form .acysubbuttons:before {
  content: "\f178";
  font-family: fontawesome;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}
#sp-bottom2,
#sp-bottom3,
#sp-bottom4 {
  font-weight: 500;
}
#sp-bottom2, #sp-bottom3 {
  padding-left: 14%;
  float: left;
}
#sp-footer .sp-copyright {
  margin-left: 40px;
}
#sp-footer .sp-copyright a {
  font-weight: 700;
}
#sp-footer .sp-copyright a {
    color: #ed145b;
}

#sp-footer span {
    color: #fff;
}

#sp-bottom3 .telephone:first-letter {
    color: #ed145b;
	margin:10px;
}


#sp-bottom3 .address,
#sp-bottom3 .telephone,
#sp-bottom3 .fax,
#sp-bottom3 .email {
  margin: 10px;
}
#sp-bottom3 .address:first-letter,
#sp-bottom3 .telephone:first-letter,
#sp-bottom3 .fax:first-letter,
#sp-bottom3 .email:first-letter {
  margin-right: 10px;
}
#sp-bottom3 .address:first-letter {
  color: #f7941d;
  float: left;
  padding-bottom: 30px;
}
#sp-bottom3 .fax:first-letter {
  color: #8dc63f;
}
#sp-bottom3 .email:first-letter {
  color: #00aeef;
}
#sp-footer {
  color: #fff;
  padding: 20px 0;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}


.sp-simpleportfolio-description td,.sp-simpleportfolio-description th{text-align:center; font-size: larger;}

/* ils nous ont fait confiance */
/* =========================
   WRAPPER GLOBAL
   ========================= */
.event-list-wrapper {
    max-width: 100%;
    overflow-x: hidden;
	display: flow-root; /* FIX CHEVAUCHEMENT */
}

/* Sécurisation box model */
.event-list-wrapper *,
.event-list-wrapper *::before,
.event-list-wrapper *::after {
    box-sizing: border-box;
}

/* =========================
   LISTE PRINCIPALE
   ========================= */
.event-list {
    list-style: none;
    margin: 0;
    padding: 30px;

    column-count: 4;
    column-gap: 24px;

    background: linear-gradient(135deg, #111, #1c1c1c);
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

/* =========================
   ITEMS
   ========================= */
.event-list li {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;

    margin-bottom: 14px;
    padding: 12px 18px 12px 40px;

    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;

    font-size: 15px;
    font-weight: 500;
    color: #f1f1f1;

    position: relative;
    transition: background 0.3s ease;
}

/* Icône */
.event-list li::before {
    content: "✦";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #ffcc00;
}

/* Hover desktop only */
@media (hover: hover) {
    .event-list li:hover {
        background: rgba(255, 255, 255, 0.1);
    }
}

/* =========================
   RESPONSIVE — FIX MOBILE
   ========================= */
@media (max-width: 600px) {
    .event-list {
        column-count: 1;          /* supprime multi-colonnes */
        padding-bottom: 40px;     /* force hauteur correcte */
    }
}


/*FIN ils nous ont fait confiance */

/* ==========================================================================
   SLIDER SERVICES (Slick Slider)
   Protégé par .dayshow-slider pour éviter les conflits avec l'accueil
   ========================================================================== */

/* --- CONTENEUR PRINCIPAL --- */
.dayshow-slider {
    width: 95%;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 60px; 
    position: relative;
    box-sizing: border-box;
}

/* --- IMAGES (Format respecté) --- */
.dayshow-slider .slider-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: auto !important;
    outline: none; /* Supprime le contour bleu au clic */
}

.dayshow-slider .slider-item img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 70vh; 
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    object-fit: contain; 
}

/* --- AJUSTEMENTS STRUCTURELS --- */
.dayshow-slider .slick-list {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.dayshow-slider .slick-track {
    display: flex !important;
    align-items: center !important; 
}

/* --- FLÈCHES (Boutons roses) --- */
.dayshow-slider button.slick-prev, 
.dayshow-slider button.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 45px;
    height: 45px;
    background: #ed145b !important;
    border-radius: 50%;
    border: none !important;
    color: white !important;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.dayshow-slider button.slick-prev { left: 5px; }
.dayshow-slider button.slick-next { right: 5px; }

/* Masquer les flèches par défaut du thème Slick */
.dayshow-slider .slick-prev:before, 
.dayshow-slider .slick-next:before {
    display: none !important;
}

/* --- POINTS DE NAVIGATION (DOTS) --- */
/* Reset forcé des marges héritées du thème général */
.dayshow-slider ul.slick-dots {
    position: relative !important;
    bottom: 0 !important;
    margin: 15px 0 0 0 !important; 
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    left: 0 !important;
    background: none !important;
}

.dayshow-slider .slick-dots li {
    width: 10px !important;
    height: 10px !important;
    margin: 0 6px !important;
    padding: 0 !important;
    background: none !important;
}

.dayshow-slider .slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    font-size: 0 !important; 
    line-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    position: relative;
    cursor: pointer;
    box-shadow: none !important;
}

/* Dessin des cercles roses */
.dayshow-slider .slick-dots li button:before {
    content: '' !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px !important;
    height: 10px !important;
    background-color: #ed145b !important;
    border-radius: 50% !important;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.dayshow-slider .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    transform: scale(1.3);
}

/* --- RESPONSIVE MOBILE --- */
@media screen and (max-width: 768px) {
    .dayshow-slider {
        padding: 0 45px;
    }
    .dayshow-slider button.slick-prev, 
    .dayshow-slider button.slick-next {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}
/*FIN slider*/


/* mobile CSS */

/* ------------------ */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  /* Conteneur global */
  body, html {
    width: 100%;
    overflow-x: hidden; /* plus de scroll horizontal */
  }

  /* Event list */
  .event-list {
    column-count: 1;          /* une seule colonne */
    padding: 20px 10px;       /* padding réduit pour mobile */
    column-gap: 0;
  }

  /* Paragraphes */
  p {
    font-size: 16px;
    position: relative; /* plus d'absolu bottom */
    width: 100%;
    bottom: auto;
  }

  /* Footer */
  .sp-bottom-footer, 
  .sp-bottom-footer .sp-module ul > li > a {
    font-size: 14px;
  }

  #sp-bottom2, #sp-bottom3 {
    padding-left: 10px; /* padding adaptatif */
  }

  #sp-footer .sp-copyright {
    margin-left: 0;
  }

  /* Icons flottants / réseaux */
  .fa.fa-2 {
    position: relative;
    margin-top: 10px;
    margin-left: 0;
  }

  /* overlay images */
  .img_overlay--primary {
    background: #ed145b;
    opacity: 0.8;
    text-shadow: none;
  }

  /* diffcolor */
  .diffcolor {
    padding: 60px 10px; /* moins de padding pour mobile */
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
  }

  /* Flyers */
  .flyertable {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}

/* ------------------ */
/* Small / medium devices (tablettes, 601px to 1024px) */
@media only screen and (min-width: 601px) and (max-width: 1024px) {

  /* Event list */
  .event-list {
    column-count: 2;       /* 2 colonnes */
    padding: 20px;         /* padding moyen */
    column-gap: 16px;
  }

  .event-list li {
    padding: 10px 12px 10px 30px;
    font-size: 14px;
  }

  /* diffcolor */
  .diffcolor {
    padding: 60px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
  }

  /* Flyers */
  .flyertable {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }

  /* Footer */
  .sp-bottom-footer, 
  .sp-bottom-footer .sp-module ul > li > a {
    font-size: 16px;
  }

  #sp-bottom2, #sp-bottom3 {
    padding-left: 20px;
  }

  #sp-footer .sp-copyright {
    margin-left: 10px;
  }
}

