
@font-face {
	font-family: "Sansa-pro";
	font-style: normal;
	font-weight: 400;
	src: url(assets/fonts/SansaPro-Normal.woff);
}

@font-face {
	font-family: "Sansa-pro";
	font-style: normal;
	font-weight: 600;
	src: url(assets/fonts/SansaPro-SemiBold.otf);
}

@font-face {
	font-family: "Sansa-pro";
	font-style: normal;
	font-weight: 700;
	src: url(assets/fonts/SansaPro-Bold.woff);
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

.block-wysiwyg-generic p, 
.block-wysiwyg p {
	font-family: Arial, Helvetica, sans-serif;
}

.owl-next, .owl-prev {
    background-color:#BE0B90 !important;
}

.owl-next:hover::before, .owl-prev:hover::before {
    color:#BE0B90 !important;
}

#anchors.anchors {
    padding-bottom: 0 !important;
}

.title-ressource {
    text-align: center;
    color: #002D9B;
    font-size: 40px;
    line-height: 56px;
    min-height: 100px;
    padding: 20px 15px 0;
    font-weight: 700;
    font-family:"Sansa-pro";
}

.segments-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.segments-item {
    position: relative;
}

.segments-content>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tab-menu-item {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.3);
    list-style: none;
    padding: 20px 0 20px 72px;
}

.tab-menu-item>span {
    cursor: pointer;
}

.tab-menu-item>span:hover,
.w-p-active-tab-item>.tabTitle {
    color: #fff;
}

@-webkit-keyframes fadeToTop {
    from {
        opacity: 0;
        top: 70%
    }
    to {
        opacity: 1;
        top: 50%;
    }
}

@keyframes fadeToTop {
    from {
        opacity: 0;
        top: 70%
    }
    to {
        opacity: 1;
        top: 50%;
    }
}

li .tab-text {
    max-height: 0;
    overflow: hidden;
    color: black;
    font-size: 1em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    width: 100%;
    padding-left: 72px;
    padding-right: 20px;
    -webkit-transition: left .5s ease-in-out;
    -o-transition: left .5s ease-in-out;
    transition: left .5s ease-in-out;
    font-family:"Sansa-pro"
}

li .tab-text.w-p-active-tab-item {
    max-height: 1000px;
    -webkit-animation: fadeToTop 1s forwards;
            animation: fadeToTop 1s forwards;
}

.segments-item {
    background-color: darkblue;
    position: relative;
    padding: 30px 0px;
}

.intro {
    font-size: 1.5rem;
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-family:"Sansa-pro";
}

.tab-highlight {
    font-size: 32px;
    color: #002D9B;
    margin: 50px 0;
    display: block;
    font-weight: 400;
    font-family:"Sansa-pro";
    line-height: 3.5rem;
}

.SL_button {
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #BE0B90;
    text-align: center;
    color: white;
    text-decoration: none;
    display: block;
    width: auto;
    max-width: 200px;
    font-size: 14px;   
    font-weight: 600;
    cursor:pointer!important;
	font-family:Sansa-pro;
	transition:all ease .5s;
	border:solid 1px transparent;
}

.SL_button:hover{
	color:#BE0B90;
	border:solid 1px #BE0B90;
	background-color:#fff;
}

.text-wrapper {
    background-color: #F4F6FF;
}

 .tabTitle {
 	font-family:"Sansa-pro";
 }


/**** header Banner SL ****/

.sport-leisure .header-text{
	position:relative;
	width:56%;
	margin: -250px 0 60px 72px;
	padding:60px;
	background-color:#fff;
	max-width:unset;
	-webkit-box-shadow: 0px 4px 10px 5px rgba(126,138,204,0.2); 
	box-shadow: 0px 4px 10px 5px rgba(126,138,204,0.2);
	left:unset;
	bottom:unset;
	line-height:24px;
    font-size: 16px;
    color: #000;
}

.sport-leisure .header-text h1{
	color:#002D9B;
	font-size:40px;
	margin-bottom: 30px;
	line-height:56px;
    font-weight: 700;
    font-family: "Sansa-pro";
}

.sport-leisure #button, .sport-leisure #button-mob {
    top: 35%;
    background-color: transparent;
    border: solid 2px white;
}

.sport-leisure #button{
	top:28%;
}

/*** wall of interactive image ***/
.block-interactive-wall .list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.block-interactive-wall .column{
    flex-basis: auto;
}

.block-interactive-wall.sport-leisure{
	padding-left:72px;
	padding-right:72px;
}

.block-interactive-wall.sport-leisure .inner{
	-webkit-transition:none;
	-o-transition:none;
	transition:none;
	background-color: white;
	box-shadow: none;
	padding-bottom: 0;
}

.block-interactive-wall.sport-leisure .desc {
    position: relative; 
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    overflow: visible;
    height: auto; 
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    /* -ms-flex-pack: center; */
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
    padding: 38px 28px 21px 40px;
    background-color: #fff;
    color: #000;
    opacity: 1;
    text-align: left;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.block-interactive-wall.sport-leisure .is-half-tablet:hover .desc, .block-interactive-wall.sport-leisure .item:hover .desc {
    height: auto;
}

.block-interactive-wall.sport-leisure .card-title{
	font-size:20px;
	color:#002D9B;
	font-weight:600;
	margin-bottom:12px;
	font-family:"Sansa-pro";
}

.block-interactive-wall.sport-leisure .card-description{
	font-size:16px;
	line-height:24px;
	padding-bottom: 70px;
}

.block-interactive-wall.sport-leisure .SL_button {
	margin-top:auto;
	max-width: max-content;
	position: absolute;
	white-space: nowrap;
	width:auto;
	bottom: 0;
	left: 40px;
}
.block-interactive-wall.sport-leisure span.SL_button {
	margin-bottom: 20px;
}

.block-interactive-wall.sport-leisure .sl-image-wrapper{
	height: 245px;
}

.block-interactive-wall.sport-leisure .picture{
	-o-object-fit:cover;
	   object-fit:cover;
}

.block-interactive-wall.sport-leisure .title-1{
	text-align: center;
    color: #002D9B;
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    font-family:"Sansa-pro";
}

.block-interactive-wall.sport-leisure .inner:hover .picture{
	transform: none;
}

/*** text block ***/

.block-wysiwyg.block-wysiwyg-generic h2 {
    text-align: center;
    color: #002D9B;
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    font-family:"Sansa-pro";
}

.block-wysiwyg.block-wysiwyg-generic h3 {
    font-weight: 500;
    color: #002D9B;
}

.block-wysiwyg.block-wysiwyg-generic h4 {
    font-weight: 400;
    color: #002D9B;
    font-family:"Sansa-pro";
}

.block-wysiwyg.block-wysiwyg-generic p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.block-wysiwyg.block-wysiwyg-generic ol {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.block-wysiwyg.block-wysiwyg-generic li::before{
    color: #BE0B90;
}

.block-wysiwyg.block-wysiwyg-generic ul {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.block-wysiwyg.block-wysiwyg-generic ul li::before{
    background: #BE0B90;
}

/*** Contact US area ***/

.block-newsletter.sl {
    margin-top: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
    margin-top: 0;
    background-image:url("assets/img/shadeSL.png");
    background-size: 100% auto;
    background-position:center;
}

.block-newsletter.sl:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    background-color: unset;
    content: "";
}

.block-newsletter.sl .inner {
    display: block;
    padding: 60px 90px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
      -webkit-box-shadow: 0px 6px 14px 3px rgba(126,138,204,0.2); 
	box-shadow: 0px 6px 14px 3px rgba(126,138,204,0.2);
    background:#fff;
    border-radius:0;
}

.block-newsletter.sl .btn {
    margin-left: 0%;
}

.block-newsletter.sl .title {
    width: 100%;
    margin-bottom: 62px!important;
    font-size:40px;
    color:#002D9B;
    line-height:56px;
    font-weight:600;
    font-family:"Sansa-pro";
}
.block-newsletter.sl .SL_button{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 12px 16px;
	background-color:#B6128D;
	color:#fff;
	border-radius:8px;
	border:solid 1px transparent;
	font-family:"Sansa-pro";
	font-size:14px;
	font-weight:600;
	max-width:100%;
}

.block-newsletter.sl .SL_button:hover{
	color:#BE0B90;
	border:solid 1px #BE0B90;
	background-color:#fff;
}

.block-interactive-wall .list .is-half-tablet, .block-interactive-wall .list .item{
	margin-bottom:20px;
	box-shadow: 0px 4px 10px 0px rgba(126,138,204,0.2);
	padding:0 !important;
	position: relative;
}
.block-interactive-wall .list .is-half-tablet:hover, .block-interactive-wall .list .item:hover{
    box-shadow: 0 5px 15px 3px rgba(133,133,154,0.26);
}
.block-interactive-wall .inner:hover{
	box-shadow: none;
}
.block-interactive-wall .list{
	margin-top:20px;
}
@media screen and (max-width:768px){
	.block-interactive-wall .list .is-half-tablet, .block-interactive-wall .list .item{
		width:100%;
	}
}
@media screen and (min-width: 768px){
	.block-interactive-wall .list .column.is-half, .column.is-half-tablet{
		width:48%;
	}
	.block-interactive-wall .list .is-half-tablet, .block-interactive-wall .list .item{
		margin-right: 12px;
	}
}
@media screen and (min-width: 1025px){
	.column.is-one-third-desktop{
		width: 32%
	}
}

@media screen and (max-width:992px) {
    .title-ressource {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px; 
    }

	.segments-item{
		padding:0;
	}
    .tab-menu-item {
        position: relative;
    }
    .tabTitle {
        display: block;
    }
    .tabTitle::before {
        content: '';
        width: 30px;
        height: 30px;
        background-image: url('assets/images/down-arrow.svg');
        background-size: contain;
        position: absolute;
        right: 50px;
        top: 25px;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        opacity: 0.3;
    }
    .w-p-active-tab-item .tabTitle::before {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        opacity: 1;
    }
    .w-p-active-tab-item .tabTitle {
        padding-bottom: 10px;
    }
    .tabTitle {
        -webkit-transition: padding .5s ease;
        -o-transition: padding .5s ease;
        transition: padding .5s ease;
    }
    .w-p-active-tab-item {
        color: #fff;
    }
    .text-wrapper {
        display: none;
    }
    .tab-menu-item {
        padding: 20px 0 10px 30px;
        font-size: 24px;
    }
    li .tab-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 0;
        min-height: 0;
        overflow: hidden;
        -webkit-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        transition: all ease-in-out .5s;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-color: #F4F6FF;
        padding: 0;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
        width: calc(100% + 30px);
        padding-left: 20px;
    }
    
    li .tab-text.active {
        max-height: 1000px;
        padding: 20px;
    }
    .tab-menu-item>span:hover {
        color: unset;
    }
    
    
    /*** header banner ***/
    .sport-leisure .header-text{
    	width:90%;
    	margin:-50px auto 40px;
    	font-size:16px;
    	padding:22px 14px;
    }
    
    .sport-leisure .header-text h1{
    	font-size:24px;
        font-weight: 600;
    	line-height:32px;
    	margin-bottom:20px;
    }
    
    .sport-leisure .header-video.co-header__video-thumb{
    	height:320px;
    }
    
    .sport-leisure .img-video-gallery {
	    width: 100%;
	    height: 100%;
	    -o-object-fit: cover;
	       object-fit: cover;
	}
	
	.sport-leisure #button-mob{
		display:none;
	}
	
	/*** wall of intercative images ***/

    .block-interactive-wall.sport-leisure .title-1{
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
    } 
	
	.block-interactive-wall.sport-leisure{
		padding-left:16px;
		padding-right:16px;
	}
		
	/*** Contact us area ***/
	
	.block-newsletter.sl {
	    margin-top: 0;
	    position: relative;
	    z-index: 1;
	    overflow: hidden;
	    padding: 75px 0;
	    margin-top: 0;
	    background-image: url(assets/img/shadeSLMobile.png);
	    background-size: 100%;
	    background-position: center;
	    background-repeat:no-repeat;
	}
	
	.block-newsletter.sl .inner{
		width:93%;
		padding:59px 35px;
	}
	
	.block-newsletter.sl .inner p{
		font-size:24px;
		font-weight:600;
		line-height:32px;
	}
	
    /*** text block ***/
    .block-wysiwyg.block-wysiwyg-generic {
        padding: 20px 20px;
    }

    .block-wysiwyg.block-wysiwyg-generic h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }
}