/*!
Theme Name: zenata
Theme URI: https://smarteez.eu/
Author: Smarteez.eu
Author URI: https://smarteez.eu/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zenata
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

zenata is based on Smarteez Maroc https://smarteez.eu/, (C) 2012-2020 Automattic, Inc.
Smarteez Maroc is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 
@import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400;600&display=swap');

@font-face {
    font-family: SummerLoving;
    src: url('./fonts/Summer\ Loving\ Sans.otf') format("opentype");
}

@font-face {
    font-family: GothamRnd;
    src: url('./fonts/GothamRnd-Medium.otf') format("opentype");
}

@font-face {
    font-family: GothamRndBook;
    src: url('./fonts/GothamRnd-Book.otf') format("opentype");
}

@font-face {
    font-family: GothamLight;
    src: url('./fonts/Gotham\ Light\ Regular.otf') format("opentype");
}

@font-face {
    font-family: GothamMediumItalic;
    src: url('./fonts/Gotham-MediumItalic.otf') format("opentype");
}

@font-face {
    font-family: GothamBold;
    src: url('./fonts/Gotham-Bold.otf') format("opentype");
}

@font-face {
    font-family: FedraBook;
    src: url('./fonts/FedraSansStd\ Book.otf') format("opentype");
}

@font-face {
	font-family: 'MyriadPro';
	src: url('./fonts/MyriadPro-Regular.eot');
	src: url('./fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('./fonts/MyriadPro-Regular.woff') format('woff'),
		url('./fonts/MyriadPro-Regular.ttf')  format('truetype'),
		url('./fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-It';
	src: url('./fonts/MyriadPro-It.eot');
	src: url('./fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
		url('./fonts/MyriadPro-It.woff') format('woff'),
		url('./fonts/MyriadPro-It.ttf')  format('truetype'),
		url('./fonts/MyriadPro-It.svg#MyriadPro-It') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'MyriadProB';
	src: url('./fonts/MyriadPro-Bold.eot');
	src: url('./fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/MyriadPro-Bold.woff') format('woff'),
		url('./fonts/MyriadPro-Bold.ttf')  format('truetype'),
		url('./fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: GothamRndBook;
}


/* fix bootstrap row bug */


/* .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
} */

#menu {
    height: 100vh;
    position:relative;
}

#menu .bg-video {
    height: 100vh;
    min-height: 100%;
    width:100%;
    object-fit: fill;
}

#menu .overlay {
    color: #FFF;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
}

#menu .pentagone {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#menu .pentagone img {
    width: 650px;
    height: auto;
}

#menu .overlay .main {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#menu-closed .main {
    pointer-events: none;
}

#menu .overlay h1 {
    font-family: SummerLoving;
    font-size: 100px;
}

#menu .overlay h3 {
    font-size: 40px;
    font-family: GothamMediumItalic;
}

#menu .overlay .social-links {
    position: fixed;
    right: 0;
    top: 50%;
    z-index:10;
    transform: translateY(-50%);
}

#menu .overlay .social-links img {
    display: block;
    margin-bottom: 10px;
}

#menu .overlay .menu-btn {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index:11;
    cursor:pointer;
}
.sec_nav{
    background-size: cover;
    background-position: 50%;
    /*background-attachment: fixed;*/
    overflow: hidden;
}
#menu .overlay .down-arrow,.sec_nav .down-arrow {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    text-align:center;
    pointer-events: none;
}

#menu .overlay .down-arrow img,.sec_nav .down-arrow img {
    height: auto;
    pointer-events: initial;
}

#menu .overlay .sound {
    position: absolute;
    left: 90%;
    right: 10px;
    bottom: 20px;
    display:none;
}

#menu .overlay .sound img {
    width: 20px;
    height: auto;
}

#menu #menu-open {
    background-color: #000000AA;
}

#menu #menu-open .main img {
    width: 500px;
    height: auto;
    margin-bottom: 80px;
}

#menu #menu-open .bottom-links {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#menu #menu-open .bottom-links a {
    font-size: 20px;
    margin-left: 50px;
    margin-right: 10px;
    color: #FFF;
}

#menu #menu-open .bottom-links a:hover {
    text-decoration: none;
    transform: scale(2px);
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
#menu #menu-open .dropdown a{
   /*  cursor:default; */
}

#menu .nav-text .dropdown {
    display: inline-block;
}

#menu .nav-text .dropdown a {
    font-size: 50px;
    color: #FFF;
}
#menu .nav-text .dropdown2 a {
    font-size: 27px;
    color: #FFF;
}

#menu .nav-text .dropdown-menu {
    min-width: max-content;
    width: 100%;
    top: 80%;
}

#menu .nav-text .dropdown-menu a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    color: #FFF;
    display: block;
}

#menu .nav-text .dropdown a:hover {
    text-decoration: none;
    font-family: GothamRnd;
}
#menu .nav-text .dropdown2 a:hover {
    text-decoration: none;
    font-family: GothamRnd;
}

#menu .nav-text .dropdown:hover>.dropdown-menu {
    display: block;
}

#menu .nav-text #eco-cite a:hover {
    color: #62AADA;
}

#menu .nav-text #ville-de a:hover {
    color: #AFC942;
}

#menu .nav-text #tous-les-elans a:hover {
    color: #65C6BF;
}

#menu .nav-text #continue-davancer a:hover {
    color: #D0BB8C;
}

#menu .nav-text #pour-vous a:hover {
    color: #C5B7AF;
}

#menu .nav-text #eco-cite .dropdown-menu {
    background: #62AADA;
}

#menu .nav-text #ville-de .dropdown-menu {
    background: #AFC942;
}

#menu .nav-text #tous-les-elans .dropdown-menu {
    background: #65C6BF;
}

#menu .nav-text #continue-davancer .dropdown-menu {
    background: #D0BB8C;
}

#menu .nav-text #pour-vous .dropdown-menu {
    background: #C5B7AF;
}

#menu .nav-text .dropdown-menu a:hover {
    color: #FFF !important;
    font-weight: 600 !important;
}

#menu.top-menu {
    height: 100vh;
    min-height:100%;
    width: 100%;
    position: relative;
}
.DesktopMenu{
    display : block
}
.MobileMenu{
    display:none
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item{margin-left:45px;}
.full_height{
    height: 100vh;
    min-height:100%;
    width: 100%;
    position: relative;  
    overflow:hidden;
}
.full_height .down-arrow {
    display: none;
}
.img_full{
    position:absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index:0;
}
.content_sec{
    position:relative;
    z-index:1;
    padding:30% 15%;
    float:none;
}
.content_sec h2{
    width:auto;
    color:#ffffff;
    text-transform:uppercase;
    font-family: SummerLoving;
    font-size: 88px;
    font-style:italic;
    letter-spacing:2px;
    margin:80px 0 35px;
    transform:matrix(1.00,0.00,0.00,1.00,-50,50);
    -ms-transform:matrix(1.00,0.00,0.00,1.00,-50,50);
    -webkit-transform:matrix(1.00,0.00,0.00,1.00,-50,50);
    transition: all 1s ease 0.2s;
    -webkit-transition: all 1s ease 0.2s;
    -o-transition: all 1s ease 0.2s;
    opacity:0;
}
.content_sec h2.animate{
    opacity:1;
    transform:matrix(1.00,0.00,0.00,1.00,0,0);
    -ms-transform:matrix(1.00,0.00,0.00,1.00,0,0);
    -webkit-transform:matrix(1.00,0.00,0.00,1.00,0,0);
    transition: all 1s ease 0.2s;
    -webkit-transition: all 1s ease 0.2s;
    -o-transition: all 1s ease 0.2s;
}
.section2 .content_sec h2{
    width:auto;
}
.content_sec p{
    color:#ffffff;
    width:69%;
    font-size:24px;
    height:190px;
    overflow:hidden;
    font-family: GothamRnd;
}
.content_sec a,.content_sec a:visited,.content_sec a:active{
    color:#ffffff;
    text-decoration:none;
    padding:12px 18px;
    font-size:25px;
    font-family: GothamRnd;
    text-align:center;
}
#menu.top-menu #menu-open .bottom-links a {
    font-size: 20px;
}

#menu.top-menu .main h1 {
    font-family: SummerLoving;
    font-size: 110px;
    font-style:italic;
}
.subtitles h3{
    font-family: SummerLoving;
    font-size: 55px;
    font-weight:500;
    letter-spacing:1px;
    text-transform:uppercase;
}
.subtitles .subtitle {
    font-family: SummerLoving !important;
}
#menu.top-menu .nav-text .dropdown>a {
    font-size: 30px;
}

#menu.top-menu .nav-text .dropdown-menu li a {
    font-size: 24px;
}

#menu.top-menu .bg-video {
    height: auto;
    width: 100%;
}

#menu.top-menu .overlay {
    height: 100%;
}

#menu.top-menu .pentagone img {
    width: 400px;
}

#map .text-over-map {
    top: 303px;
    left: 30px;
}

#map h2 {
    color: #FFF;
    font-size: 44px;
    font-family: GothamLight;
    margin:0px 0 0 38px;
}

#map ul {
    color: #FFF;
    font-size: 20px;
    list-style-type: none;
}

#map li {
    display: flex;
    align-items: center;
}

#map .map-desc {
    color: #FFF;
    font-size: 12px;
}

.bg1 {
    background: #74AAD1;
    color: #FFF;
}

.bg2 {
    background: #ABC445;
    color: #FFF;
}

.bg3 {
    background: #68C6BE;
    color: #FFF;
}

.bg4 {
    background: #CEB88A;
    color: #FFF;
}

.bg5 {
    background: #F7F7F7;
    color: #000;
}
.bg7 {
    background: #aac355;
}
.bg7 p {
    text-align : center!important;

}
.bg7 strong {
    font-size: 40px;
    font-family: GothamRnd;
    color: #fff;

}

.bg6 {
    background: #d4b67b;
    color: #FFF;  
}

.bg4-op {
    background: #CEB88A66;
    color: #FFF;
}

.clr1 {
    color: #74AAD1;
}

.clr2 {
    color: #ABC445;
}

.clr3 {
    color: #68C6BE;
}

.clr4 {
    color: #CEB88A;
}

.clr5 {
    color: #FFFFFF;
}

.title {
    font-size: 48px;
    font-family: GothamLight;
    line-height: 42px;
}

.title strong {
    font-family: GothamRndBook;
    font-size: 58px;
}

.text-half {
    display: block;
    padding-left: 70px;
}

.text-half-small {
    display: block;
    padding-left: 40px;
}

.full-width {
    width: 100%;
    height: auto;
}

.content-in-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-with-border-right {
    box-shadow: 20px 30px 0px #74AAD166;
    margin-bottom: 30px;
    margin-right: 20px;
}

.img-with-border-left {
    box-shadow: -20px 30px 0px #ABC44566;
    margin-bottom: 30px;
    margin-left: 20px;
}

.img-with-border-right-bg2 {
    box-shadow: 20px 30px 0px #ABC44566;
    margin-bottom: 30px;
    margin-right: 20px;
}

.img-with-border-right-bg4 {
    box-shadow: 20px 30px 0px #CEB88A66;
    margin-bottom: 30px;
    margin-right: 20px;
}

#concept {
    position: relative;
    padding-bottom: 100px;
    float:left;
    display:block;
    width:100%;
}
#modern{
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    float:left;
    display:block;
    width:100%;
}
#map,.section_innover,#video_1_innovation,#video_2_innovation,.all_in,.centres_vie_slider,#centres_vie,
#nature_section1,#nature_section2{
    float:left;
    display:block;
    width:100%;
    position:relative;
}
#sec_video,#sec_video2{
    position: relative;
    float:left;
    display:block;
    width:100%;
}
.t1,#sec_video h2,#sec_video2 h2,#map h4,#chiffres-cles h2,.section_innover h2,#video_1_innovation h2,#video_2_innovation h2,
#partners h2,#divertir_2 h2{
    font-family: GothamBold;
    font-size:60px;
    text-align:left;
    margin:0 0 35px;
    padding:0;
    color:#58a9e4;
}

#centres_vie h2{
    font-family: GothamBold;
    font-size:60px;
    text-align:left;
    margin:0 0 35px;
    padding:0;
    color:#ceb889;
}
.section_innover,#centres_vie{
    padding:70px 0;
}
#nature_section1{
    padding:50px 0;
}
#video_1_innovation,#video_2_innovation{
    padding:70px 0 0;    
}
#nature_section1 h2{
    font-family: GothamBold;
    font-size:60px;
    text-align:left;
    margin:0 0 35px;
    padding:0;
    color:#abc445;
}
#vivre_2 h2,#img-with-text-vivre h2,#place-publique .h2,#parcours-sportif .h2,#parc-central .h2{
    font-family: GothamBold;
    font-size:60px;
    text-align:left;
    margin:0 0 35px;
    padding:0;
    color:#aac355;
}

#vivre_2 p,#img-with-text-vivre p,#place-publique p,#parcours-sportif p,#parc-central p{
    color:#444545;
    font-size:24px;
    text-align:justify;
    font-family: 'MyriadPro';
    margin:0;
    margin-bottom : 16px;
    /*line-height:30px;*/
}
#vivre_2 p strong, .parc-central-section1 p strong {
    font-family: 'MyriadPro' !important;
}

#parc-central .parc-central-section1 p .accroche strong {
    font-family: 'GothamRnd' !important;
}

/*#img-with-text-vivre p span,#place-publique p span,#parcours-sportif p span,#parc-central p span{font-weight:bold;}*/
#img-with-text-vivre p strong,#place-publique p strong,#parc-central p strong{
    margin-top:30px;
    color:#444545;
    font-size:35px;
    font-family: GothamRnd;
}
.text-big-p span {
    font-family: GothamBold;
    }
#nature_section2{
    text-align:center;
    background:#abc445;
    padding:40px 50px;
}
#nature_section1 p{
    color:#123651;
    font-size:25px;
    text-align:justify;
    font-family: 'MyriadPro';
    margin:0;
    line-height:46px;
}
#nature_section1 p strong{
    color:#123651;
    font-size:40px;
    font-family: GothamRnd;
}
#nature_section2 h2{
    color:#ffffff;
    font-size:40px;
    font-family: GothamRnd;
}   
.bg2{
    background:#d5eafa;
}
.section_innover p,#video_1_innovation p strong,#video_2_innovation p strong,#centres_vie p strong
,#tous-les-elans-arrow-target p strong, #apprendre_4 p strong{
    color:#444545;
    font-size:40px;
    font-family: 'MyriadProB';
}
#apprendre_2 p strong {
    font-size:40px;
    font-family: 'MyriadProB';
}
#apprendre_2 p span {
    font-weight : bold;
}
#video_1_innovation p,#video_2_innovation p,#tous-les-elans-arrow-target p,#apprendre_2 p,,#apprendre_4 p,#divertir_2 p{
    color:#444545;
    font-size:30px;
    font-family: 'MyriadPro';
}
#centres_vie p{
    color:#123651;
    font-size:30px;
    font-family: 'MyriadPro';
}
#centres_vie p strong{
    color:#123651;
    font-size:40px;
    font-family: 'MyriadProB';
}
#sec_video h2{
    color:#58a9e4;
    font-size:35px;
    font-family: 'MyriadPro'!important;
    font-weight:bold;
    margin:0;
}
#sec_video2 h2{
    font-family: GothamRnd;
    color:#58a9e4;
    font-size:50px;
    margin:0 0 35px;
}
.t2{
    font-family: GothamRnd;
    font-size:50px;
    text-align:left;
    margin:0 0 35px;
    padding:0;
    color:#092a42;
}
#modern .t1{
    font-family: GothamBold;
    font-size:60px;
    text-align:left;
    margin:0 0 35px;
    padding:0;
    color:#ffffff;
}
#modern p{
    font-family: 'MyriadPro'!important;
    color:#ffffff;
}
#modern h2{
    font-family: 'MyriadPro'!important;
    font-family: GothamRnd;
    font-size:50px;
    text-align:left;
    margin:0 0 35px;
    color:#58a9e4;
}
#sec_video2 p,#map p{
    font-family: 'MyriadPro'!important;
    color:#444545;
    font-size:28px;
    margin:0;
}
#sec_video2 p strong{
    font-size:45px
}
.small-gallery {
    display: flex;
    position: absolute;
    right: 0;
    top: -80px;
}
#concept p{
    font-family: 'MyriadPro'!important;
}
.small-gallery img {
    height: 160px;
    width: auto;
    border: 2px solid #FFF;
    border-top-width: 4px;
    border-bottom-width: 4px;
}

.small-gallery img:first-child {
    border-left-width: 4px;
}

.small-gallery img:last-child {
    border-right-width: 0px;
}

#chiffres-cles .stat-container {
    display: flex;
    justify-content: center;
}

#chiffres-cles img {
    height: 70px;
    width: auto;
}

#chiffres-cles .stats {
    text-align: left;
    padding-left: 10px;
    line-height: 16px;
}

#chiffres-cles .counting {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
}

#chiffres-cles .stat-small {
    font-size: 12px;
    color: #D8E6F1;
}

#chiffres-cles .slick-arrow {
    height: 30px;
    cursor: pointer;
}

#chiffres-cles .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

#chiffres-cles .slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.slick-slide:focus {
    outline: none !important;
}

#ville-de-slick img {
    height: 400px;
    width: 96%;
    object-fit: cover;
}

#ville-de-slick h3 {
    font-weight: 600;
}

#ville-de-slick .bottom-div {
    height: 140px;
    width: 96%;
    color: #FFF;
    text-align: left;
    padding-left: 20px;
    padding-top: 30px;
}
#ville-de-slick a {
    text-decoration: none;
}

#ville-de-slick .slick-arrow {
    /* background-color: #68C6BECC; */
    width: 34px!important;
    height: auto!important;
    cursor: pointer;
}

#ville-de-slick .slick-prev {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

#ville-de-slick .slick-next {
    position: absolute;
    right: 20px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

.flash img:hover {
	opacity: 1;
	-webkit-animation: flash 1s;
	animation: flash 1s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: 1;
	}
}

.square {
    display: flex;
    justify-content: center;
    width: 40%;
    position: relative;
    top: -50px;
    background: #FFF;
    padding: 0;
    min-width: 600px;
    margin: 0 auto;
}

#abs-slider {
    position: relative;
    height: 100%;
}

#abs-slider img {
    height: 100vh;
    width: 300px;
    object-fit: cover;
}

.text-with-slider {
    color: #000;
    padding-right: 0px !important;
}

.tiny-gallery {
    display: flex;
    position: absolute;
    right: 40px;
    top: -80px;
}

.tiny-gallery img {
    height: 120px;
    width: auto;
    border: 2px solid #CEB88A;
    margin-right: 10px;
}
#nature-stats{
    float:left;
    width:100%;
    display:block;
    padding:50px 0;
}
#espace-vert{
    float:left;
    width:100%;
    display:block;
    padding:0 0 50px;
}
#nature_section5{
    float:left;
    width:100%;
    display:block;
    padding:50px 0 0;
}
#nature_section5 h2{
    font-size:60px;
    font-family: GothamBold;
    color:#58a9e4;
    margin:0 0 35px;
    padding:0;
}
#nature_section5 p{
    color:#123651;
    font-size:25px;
    font-family: 'MyriadPro';
}
#nature_section5 p span{font-weight:bold;}
#nature_section5 p strong{
    color:#123651;
    font-size:40px;
    font-family: GothamRnd;
}
#nature-stats .count {
    font-size: 40px;
    color: #ABC445;
    font-weight: 600;
}

#mer-et-dunes h2 {
    font-size: 40px;
}

#goto-page.innovation {
    background-image: url('../media/innovation.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #FFF;
}

#goto-page h2 {
    font-size: 50px;
    padding-top: 40px;
}

#goto-page a {
    border: 2px solid #FFF;
    padding: 10px;
    color: #FFF;
}

#goto-page a:hover {
    box-shadow: 0px 0px 20px #FFFFFF;
    background: #FFFFFF66;
    text-decoration: none;
}

#img-with-text-innovation {
    position: relative;
}

#img-with-text-innovation h2 {
    position: absolute;
    top: 80px;
    color: #FFF;
    font-size: 60px;
    right: 0;
    left: 0;
    text-align: -webkit-center;
    line-height: 50px;
}

#goto-page.mobilite {
    background-image: url('../media/shutterstock_1515192062.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    color: #FFF;
}
#mobilite-header h2,.h2 {
    font-size: 48px;
}
#mobilite-header h2 strong,.h2 strong{
    font-size:58px;
}

#img-with-floating-text .p-container {
    height: fit-content;
    position: relative;
}

#img-with-floating-text .p-left {
    left: -60px;
    z-index: 1;
}

#img-with-floating-text .p-right {
    right: -60px;
    z-index: 1;
}

.text-middle {
    display: flex;
    align-items: center;
}

.mobilite-li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.mobilite-li .number-container {
    min-width: 100px;
    line-height: 24px;
}

.mobilite-li .number {
    font-size: 30px;
    font-weight: 600;
}

.mobilite-li .small-text {
    font-size: 18px;
}

.mobilite-list {
    list-style: none;
}

.list-title {
    font-size: 32px;
    font-weight: 600;
}

#goto-page.centres {
    background-image: url('../media/shutterstock_1515192062.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    color: #FFF;
}

#centres-header {
    margin-bottom: 60px;
}

#centres-header h2 {
    font-size: 26px;
    padding-left: 20px;
}

#centres-header h3 {
    font-size: 26px;
    padding-left: 20px;
}

#centres-header video {
    box-shadow: 20px 30px 0px #CEB88A66;
    margin-bottom: 30px;
    margin-right: 20px;
}

#abs-slider .slick-arrow {
    width: 50px;
    height: auto;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
}

#abs-slider .slick-prev {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

#abs-slider .slick-next {
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

#menu.contact .bg-img, .error404 #menu .bg-img {
    height: 100vh;
    width: 100%
}

#menu.contact form {
    margin: 0 auto;
    width: 50%;
    min-width: 360px;
}

#menu.contact form .form-btn {
    background: #3595C5;
    color: #FFF;
    padding: 6px 40px;
}

#faq-bar {
    background-image: url('../media/faq-bar.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    color: #FFF;
    height: 300px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

#faq-bar .form-group {
    min-width: 360px;
}

.theme {
    background: #3595C5;
    border-radius: 6px;
    padding: 10px 40px 10px 20px;
    margin: 20px 0;
    color: #FFF;
    max-width: 360px;
}

.questions li {
    margin: 12px 0;
}

#menu.vivre {
    height: 200px;
    z-index: 100;
}
#menu.noHeader {
    height: 30px;
    z-index: 100;
}

.main.tabs {
    text-align : center;
}
.main.tabs h2 {
    color: #787878;
    font-weight: 600;
    padding-top: 10px;
    font-size: 26px;
}

.main.tabs a {
    display: inline-block;
    transition: transform .2s;
}

.main.tabs a:hover {
    text-decoration: none;
    transform: scale(1.2);
}

#img-with-text-vivre {
    position: relative;
}

#premier-quartier-slider .slick-arrow,#premier-quartier-slider_2 .slick-arrow {
    width: auto!important;
    height: auto;
    z-index:12;
    cursor: pointer;
}

#premier-quartier-slider img,#premier-quartier-slider_2 img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

#premier-quartier-slider .slick-prev,#premier-quartier-slider_2 .slick-prev {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

#premier-quartier-slider .slick-next,#premier-quartier-slider_2 .slick-next {
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

#premier-quartier-small-gallery {
    position: initial;
    margin-top: 40px;
    justify-content: center;
}

#premier-quartier-small-gallery img {
    height: 120px;
    width: auto;
    border: 2px solid #FFF;
    border-top-width: 4px;
    border-bottom-width: 4px;
}

#promoteurs {
    height: 600px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

#promoteurs h2 {
    color: #FFF;
    font-size: 50px;
    text-shadow: 10px 10px 10px #000;
}

.text-in-bottom {
    display: flex;
    align-self: flex-end;
}

#goto-page.promenade {
    background-image: url('../media/Promenades_8765.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #FFF;
}

.video-with-text {
    position: relative;
}

.video-with-text>div {
    position: absolute;
    bottom: 60px;
    left: 80px;
    color: #FFF;
}

.video-with-text h2 {
    font-size: 70px;
    font-family: SummerLoving;
    line-height: 60px;
}

.video-with-text p {
    font-size: 30px;
}

#parc-central-small-gallery {
    position: initial;
    margin-top: 20px;
    justify-content: center;
}

#parc-central-small-gallery img {
    height: 100px;
    width: auto;
    border: 2px solid #FFF;
    border-top-width: 4px;
    border-bottom-width: 4px;
}

.white-border {
    border: 10px solid #FFF;
}

#parc-slider .slick-arrow {
    width:auto;
    height: auto;
    cursor: pointer;
}

#parc-slider img {
    height: 100vh;
    width: 100%;
    /*object-fit: cover;*/
}

#parc-slider .slick-prev {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

#parc-slider .slick-next {
    position: absolute;
    right: 50px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

#parc-text-banner div {
    position: relative;
    width: 40%;
    min-width: 200px;
    max-width: 600px;
    top: -80px;
    margin: 0 auto;
}

.slider-with-floating-text .floating-text-bottom {
    position: relative;
    width: 40%;
    min-width: 200px;
    max-width: 600px;
    top: 0;
    margin: -80px auto 30px;
}

#parc-slider-2 .slick-arrow,#parc-slider-3 .slick-arrow {
    width: auto;
    height: auto;
    cursor: pointer;
}

#parc-slider-2 img,#parc-slider-3 img {
    height: 100vh;
    width : 100vw;
    object-fit: cover;
}

#parc-slider-2 .slick-prev,#parc-slider-3 .slick-prev {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

#parc-slider-2 .slick-next,#parc-slider-3 .slick-next {
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}
#parc-slider-2 .slick-slide .text {
    position: absolute;
    background-color: rgb(0, 0, 0, 0.3);
}
#parc-slider-2 .slick-slide .text p {
    text-align: center;
    width: 100vw;
    margin-top: 20px;
    font-size: 40px;
    font-weight: bold;
    color: white;
}
#goto-page.parcours-sportif {
    background-image: url('../media/ParcoursSportif_2050.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    color: #FFF;
}

#parcours-slider .slick-arrow {
    width: auto;
    height: auto;
    cursor: pointer;
}

#parcours-slider img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

#parcours-slider .slick-prev {
    position: absolute;
    left: 20px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

#parcours-slider .slick-next {
    position: absolute;
    right: 20px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}
#parcours-slider-2 .slick-arrow {
    width: auto;
    height: auto;
    cursor: pointer;
}

#parcours-slider-2 img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

#parcours-slider-2 .slick-prev {
    position: absolute;
    left: 20px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

#parcours-slider-2 .slick-next {
    position: absolute;
    right: 20px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

#goto-page.place-publique {
    background-image: url('../media/shutterstock_338330756.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #FFF;
}

#place-publique-slider .slick-arrow {
    width: auto;
    height: auto;
    cursor: pointer;
}

#place-publique-slider img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

#place-publique-slider .slick-prev {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

#place-publique-slider .slick-next {
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}
.logos{
    display : none
}
.logosDesktop img{
    width : 25vw;
    height : auto;
    margin : 0px 25px
}
.logosDesktop{
    display : flex;
    justify-content: center;
    align-items: center;
}
.partenaire-logos img {
    height: 200px;
    width: auto;
    margin:auto;
}

.slider img {
    height: 400px;
    width: 300px;
    object-fit: cover;
}

.slider.full-width img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.slider .slick-arrow {
    width: auto !important;
    height: auto !important;
    border-radius: 50px;
    cursor: pointer;
}

.slider .slick-prev {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

.slider .slick-next {
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

/* .slider.arrow-bg4 .slick-arrow {
    background-color: #CEB88A66;
}

.slider.arrow-bg3 .slick-arrow {
    background-color: #68C6BE;
}

.slider.arrow-bg1 .slick-arrow {
    background-color: #74AAD1;
} */

.soigner-list li {
    padding: 10px 0px;
}

.pentagone img:hover {
    filter: opacity(1) drop-shadow(0 0 0 white);
}

@keyframes glow {
    from {
        text-shadow: 0px 0px 0px #FFF;
    }
    to {
        text-shadow: 0px 0px 30px #FFF;
    }
}

.glow {
    animation-name: glow;
    animation-duration: 0.8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.blue-txt p strong{
    font-size:18px !important;
    color:#74AAD1!important;
}
.btn-1{
    position:relative;
}
 .btn-1 svg {
	 height: 100%;
	 left: 0;
	 position: absolute;
	 top: 0;
	 width: 100%;
}
 .btn-1 rect {
	 fill: none;
	 stroke: #fff;
	 stroke-width: 2;
	 stroke-dasharray: 422, 0;
	 transition: all 0.35s linear;
}
 .btn-1:hover {
	 background: rgba(225, 51, 45, 0);
	 font-weight: 900;
	 letter-spacing: 1px;
}
 .btn-1:hover rect {
	 stroke-width: 5;
	 stroke-dasharray: 15, 310;
	 stroke-dashoffset: 48;
	 transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.img_full_vivre{
    width:100%;
    height:auto;
}
.v-align-1{
    margin-top:186px;
}
.music{
    position:fixed;
    z-index:11;
    left: 90%;
    right: 0;
    bottom: 11px;
}
.sc_player_container1 .myButton_play{
    background:url(/wp-content/uploads/2020/11/son.png) no-repeat center 0 0 !important;
}
.partner_slider{
    width:80%;
    margin:0 auto;
}
.partner_logo img{width:100%;height:auto;}
.language-switch {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;    
    z-index:10;
}

.language-switch a,.language-switch a:visited,.language-switch a:active,.language-switch a:hover {
    font-size: 30px;
    font-weight: 600;
    color: #FFF;    
    text-decoration:none;
}

.language-switch a:hover {
    text-decoration: none;
}


.ar .main h1, .ar .main h3 {
    font-family: 'Markazi Text' !important;
}
#menu .overlay h3.ar_size{
    font-size:57px;
}
.ar .content_sec {
    font-family: 'Markazi Text' !important;
    text-align:right;
    direction: rtl;
}

.ar .content_sec h2 {
    font-family: 'Markazi Text' !important;
    font-size: 60px;
    font-weight:bolder;
}

.ar .content_sec p {
    font-family: 'Markazi Text' !important;
    font-weight: 600;
    font-size: 32px;
}

.text-with-slider p{text-align:center;}
.tiny-gallery{display:none;}
#centres-header h2,#centres-header h3{text-align:center;}
.padding-p{
    padding:0 10%;
}
.txt-center,#centres-header .txt-center h2,#centres-header .txt-center h3{text-align:center;}
.dropdown#continue-davancer a:hover,
.dropdown#pour-vous a:hover{color:white!important;font-family: inherit!important;cursor:default!important;}

#page{position:relative;}
.sep_bottom{
    height:9px;
    width:100%;
    bottom:0;
    z-index:-1;
    background:#e2e2e2;
    position:absolute;
}
.bottom_line{
    width:0%!important;
    height:9px!important;
    position:relative!important;
    margin-top:9px!important;
    z-index:10;
    display:block;
    transition:all ease-in-out 200ms;
}
.flash.slick-current > .bottom_line,.flash.slick-slide:hover > .bottom_line{
    width:96%!important;
    transition:all ease-in-out 200ms;
}
#ville-de-arrow-target h2{
    font-size:60px;
    font-family: GothamBold;
    color:#abc445;
    margin:0 0 35px;
    padding:0;
}
#tous-les-elans-arrow-target h2,#apprendre_2 h2,#apprendre_4 h2{
    font-size:60px;
    font-family: GothamBold;
    color:#d4b67b;
    margin:0 0 35px;
    padding:0;
}

#espace-vert h2,#mobilite-header h2{
    font-size:60px;
    font-family: GothamBold;
    color:#abc445;
    margin:0 0 35px;
    padding:0;
}
#espace-vert p,#mobilite-header p{
    color:#123651;
    font-size:25px;
    font-family: 'MyriadPro';
}
#espace-vert p span{font-weight:bold;}
#espace-vert p strong,#mobilite-header p strong{
    color:#123651;
    font-size:40px;
    font-family: GothamRnd;
}
#ville-de-arrow-target p{
    color:#123651;
    font-family: MyriadPro;
    font-size:24px;
}
#ville-de-arrow-target p strong{
    color:#123651;
    font-size:40px;
    font-family: GothamRnd;
    font-weight: normal;
}
#mobilite-header,#mobilite_sec3,#mobilite_sec4,#tous-les-elans-arrow-target,
#apprendre_2,#apprendre_4#divertir_2,#img-with-text-vivre{padding:60px 0;}
#mobilite-header h2,#mobilite_sec3 h2,#mobilite_sec4 h2{
    font-size:60px;
    font-family: GothamBold;
    color:#68c6be;
    margin:0 0 35px;
    padding:0;
}
#apprendre_2 p,#apprendre_5 p,#apprendre_4 p{

    font-family: 'MyriadPro';
}
#mobilite-header p,#mobilite_sec3 p,#mobilite_sec4 p{
    color:#123651;
    font-size:20px;
    font-family: GothamRnd;
}
#mobilite-header p strong,#mobilite_sec3 p strong{
    color:#123651;
    font-size:30px;
    font-family: GothamBold;
}

#mobilite_slider_1 .slick-arrow,#mobilite_slider_3 .slick-arrow {
    width: 50px;
    height: auto;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
}
#mobilite_slider_2 .slick-arrow {
    height: auto;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
}
#mobilite_slider_1 .slick-prev,#mobilite_slider_2 .slick-prev,#mobilite_slider_3 .slick-prev {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

#mobilite_slider_1 .slick-next,#mobilite_slider_2 .slick-next,#mobilite_slider_3 .slick-next  {
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}
#mobilite_slider_1,#mobilite_slider_3{
    height:100vh;
    overflow:hidden;
}
#mobilite_slider_2,#mobilite_slider_2 .slick-slide{
    height:368px;
    overflow:hidden;
}
.slider-numbers{position:relative;}
.slider-numbers .bloc_numbers{position:absolute;left:14%;top:27%;}
.slider-numbers #thedescription{position:absolute;left:27%;bottom:20%;}
.slider-numbers .bloc_numbers #thenumber{
    font-size:165px;
    color:#ffffff;
    font-family: GothamBold;
}
.slider-numbers .bloc_numbers #thetitle{
    font-size:113px;
    color:#ffffff;
    font-family: GothamLight;
}
.slider-numbers #thedescription{
    color:#123751;
    font-family: 'MyriadProB';
    font-size:30px;
    text-align:left;
}
.bloc-1_sec5,.bloc-2_sec5{min-height:345px;padding-top:108px;}
.bloc-2_sec5{margin-left:1%;flex:0 0 49%;}
.bloc-1_sec5{margin-right:1%;flex:0 0 49%;}
.bloc-1_sec6{flex:0 0 100%;min-height:345px;padding-top:108px;}
.bloc-1_sec5 h3,.bloc-2_sec5 h3,.bloc-1_sec6 h3{
    color:#ffffff;
    font-size:29px;
    font-family: GothamRnd;
    margin:0;
    text-align:center;
}
.bloc-1_sec5 p,.bloc-2_sec5 p,.bloc-1_sec6 p{
    color:#ffffff;
    font-size:17px;
    font-family: 'MyriadPro';
    margin:0;
}
.sec_nav .down-arrow img {
    width: 30px;
    height: auto;
    pointer-events: initial;
}

#menu .overlay .down-arrow img, .sec_nav .down-arrow img{width:30px;}

.language-switch_2{position:absolute;width:100%;text-align:right;left:0;right:30px;top:15px;}
.language-switch_2 a,.language-switch_2 a:visited,.language-switch_2 a:active,.language-switch_2 a:hover {
    font-size: 30px;
    font-weight: 600;
    color: #FFF;    
    text-decoration:none;
}

.language-switch_2 a:hover {
    text-decoration: none;
}

video{height:100vh;object-fit: cover;}
#concept,#map,#mobilite_sec3,#nature_section1,#nature_section5,
#ville-de-arrow-targetn,.section_innover, #centres_vie{padding-top:74px!important;}
@media screen and (max-width: 980px){
    video.full_width_video{height:auto!important;object-fit: cover!important;}
}

#apprendre_5{background-size:cover;height:100vh;}
#apprendre_5 img{
    width:100%;
    height:100%;
}
#place-publique .container,#parcours-sportif .container,#parc-central .container{padding:0px 15px;}
.slick-slider{padding:30px 0px 0px}
.s_40{font-size:40px!important;}
.container{width:80%;}

@media screen and (max-width: 768px){
    #place-publique-slider img, .slider img,.img_sesoigner,.slider.full-width .slick-list img,#apprendre_5 ,video,#premier-quartier-slider .slick-list img,#premier-quartier-slider_2 .slick-list img,#parc-slider .slick-list img,#parc-slider-2 .slick-list img,#parc-slider-3 .slick-list img,#parcours-slider .slick-list img,#parcours-slider-2 .slick-list img,#parcours-slider-2 img,#place-publique-slider .slick-list img {
        height: 40vh!important;
    }
    .logos .slider img{
        height: auto!important;
    }
    .logos{
    display : block
    }
    .logosDesktop{
        display : none
    }
    
}
.p-Elans p:last-child strong{
    font-family: GothamRnd !important;
}
.accroche-vivre_2, .accroche-vivre_2 strong {
    font-family: GothamBold !important;
}
#img-with-text-vivre p strong{
    font-family: GothamBold !important;
    color : #aac355;
}
#vivre_2 p span span, #parcours-sportif p span span, #divertir_2 p span span, .soigner_section2 p span span{
    font-weight : bold;   
}
#vivre_2 p span{
    font-weight : bold;   
}

#parcours-sportif li p {
    font-size: 24px !important;
}

#parcours-sportif .accroche h2 strong {
    font-size: 40px !important;
}

#parc-central .parc-central-section1 p span strong {
    font-size:  24px !important;
    color: #aac355;
}

#parc-central .parc-central-section1 .accroche strong {
    font-size:  45px !important;
    color: #444545;
}

.page-template-apprendre #apprendre_2 p strong span {
    font-size: 24px !important;
    font-family: 'MyriadPro' !important;
}

.Blackcolor a{
    color: rgb(0, 0, 0)!important;
}

.isHere{
    color: rgb(171, 196, 69)!important;
    
}
.IconsApprendre{
    display : flex;
    flex-direction : column;
    align-items: center;
}
#apprendre_2 .IconsApprendre p{
    font-weight:bold;
    line-height: 14px;
    text-align : center;
}
.IconsApprendre img{
    width : auto;
    height: 140px;
}
@media only screen and (max-width: 768px) {
    .IconsApprendre img{
        width : auto;
        height: 50px;
    }
    #apprendre_2 .IconsApprendre p span{
        font-size: 14px !important;
    }
    #ville-de-slick img, #ville-de-slick .bottom-div, .flash.slick-current > .bottom_line {
        width: 100%!important;
    }
    #img-with-text-vivre .accroche span {
        line-height: 1;
    }
    #parc-central .parc-central-section1 .accroche strong {
        font-size: 18px !important;
    }
    #parc-central .parc_accroche p span strong {
        font-size: 20px !important;
    }
    .page-template-apprendre #apprendre_2 p strong span {
        font-size: 18px !important;
    }
    #apprendre_2 .accroche span strong {
        font-size: 24px !important;
    }
    #nature_section1 p {
        line-height: 1.6 !important;
    }
    #modern .t1 span {
        font-size: 26px !important;
    }
    #parc-central p strong span {
        font-size: 18px !important;
    }
    #img-with-text-vivre p {
        line-height: 30px !important;
    }
    #parc-central .parc-central-section1 p span strong {
        font-size: 18px !important;
    }
    #parcours-sportif li p {
        font-size: 18px !important;
    }
}
@media only screen and (max-width: 600px){
    .DesktopMenu{
        display : none
    }
    .MobileMenu{
        display: flex;
    }
}