/* 
    Created on : 9 janv. 2024, 14:34:26
    Author     : carlito
*/


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.topadress-container {
	width: 100%;
	/*padding: 10px;*/
	color: white;
	display: flex;
	justify-content: center;
}

.topadress {
	width: 100%;
	max-width: 1200px;
	display: flex;
	/*justify-content: center;*/
	position: relative;
	overflow: hidden;
}

.topadress h3 {
	font-size: 0.9em;
	text-transform: uppercase;
	float: left;
	line-height: 35px;
	margin: 0 15px;
	letter-spacing: 0.1em;
}

.topadress .Activities {
	display: flex;
	height: 35px;
	font-weight: 100;
	font-size: 0.9em;
	line-height: 35px;
	border-left: thin solid #ffffff;
	border-right: thin solid #ffffff;
	padding: 0 15px;
	color: white;
}

.topadress ul {
	margin: 0;
}

.topadress ul li {
	list-style: none;
	display: inline;
}

/* Si plusieurs téléphones */
.IfDoublePhone {
	height: 35px;
	overflow: hidden;
}

.DoublePhone {
	animation: MoveUpDown 8s linear infinite;
	position: relative;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
}

@keyframes MoveUpDown {

	0%,
	100% {
		top: 0px;
	}

	45% {
		top: 0px;
	}

	50% {
		top: -100%;
	}

	95% {
		top: -100%;
	}
}

/* Si plusieurs téléphones */

.topadress .Activities a {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.5s;
	/* height: 35px;
    display: block; */
}

.topadress .Activities a:hover {
	color: #8cbe23;
}

.topadress .Activities .tel a:before {
	content: "\f4b9";
	font-family: "Ionicons";
	font-size: 1rem;
	margin-right: 5px;
}

.topadress .Activities .facebook a:before {
	content: "\f231";
	font-family: "Ionicons";
	font-size: 1rem;
	margin-left: 25px;
}

.topadress .Activities .twitter a:before {
	content: "\f243";
	font-family: "Ionicons";
	font-size: 1rem;
	margin-left: 25px;
}

.topadress .Activities .youtube a:before {
	content: "\f24d";
	font-family: "Ionicons";
	font-size: 1rem;
	margin-left: 25px;
}

.topadress .Activities .instagram a:before {
	content: "\f351";
	font-family: "Ionicons";
	font-size: 1rem;
	margin-left: 25px;
}

.topadress>.Right {
	/*float: right;*/
	position: absolute;
	right: 0;
}

.topadress .Left {
	float: left;
}

.box {
	max-width: 700px;
	box-sizing: border-box;
	margin: 0;
	letter-spacing: 0.1em;
	word-spacing: 0.5em;
}


.menu-container {
	width: 100%;
	margin: 0 auto;
	/*background-color: #ffffff;
    box-shadow: 0px -1px 5px #d0d0d0;*/
}

.menu {
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-size: 1em;
}

/* Scrollbar width */
.menu::-webkit-scrollbar {
	width: 0px;
}


.menu a {
	width: 100%;
	margin-left: 0;
}

.menu-mobile {
	color: #333;
	text-decoration: none;
	letter-spacing: 0.5rem;
	transition: all .3s;
	display: none;
	padding: 5px 0%
}

.menu-mobile span {
	line-height: 15px;
}

.menu-mobile:after {
	content: "\2261";
	font-family: "Ionicons";
	font-size: 2.5rem;
	line-height: 35px;
	padding: 0;
	margin: 1em;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	transform: translateY(-25%);
	color: #333;
}

.menu-dropdown-icon:before {
	content: "\2261";
	font-family: "Ionicons";
	display: none;
	cursor: pointer;
	float: right;
	padding: 1.5em 2em;
	color: #333;
}

.menu>ul {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	padding: 0;
	/*padding-top: 40px;*/
	position: relative;
	/*text-align: center;*/
	display: flex;
	justify-content: center;
	/* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
	box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
	content: "";
	display: table;
}

.menu>ul:after {
	clear: both;
}

.menu>ul>li {
	/*float: left;*/
	display: inline-block;
	/* background: #e9e9e9; */
	/* padding: 0; */
	padding: 0em 1em 0em 1em;
	margin: 0;
}

.menu ul .onlymobile {
	display: none;
}

.menu>ul>li .text {
	color: #333;
	text-decoration: none;
	padding: 4em 0.5em 1.5em 0.5em;
	/*margin-bottom: 23px;*/
	display: block;
	letter-spacing: 0.1rem;
	transition: all .3s;
	position: relative;
	width: auto;
}

.menu>ul>.MenuAvisClient::before {
	content: attr(data-note);
	position: absolute;
	background: #fdd216;
	padding: 5px 10px;
	border-radius: 5px;
	top: 25px;
	translate: 75%;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	opacity: 0;
	z-index: 100;
	transition: all 0.5s;
	transition-delay: 0.3s;
}

.menu>ul>.MenuAvisClient:hover::before {
	opacity: 1;
}

/*.menu > ul > li .text:hover {
    color: #8cbe23;
}*/

.menu>ul>li>.text:before {
	left: 0px;
	top: 65px;
}

.menu>ul>li>.text:after {
	right: 0px;
	bottom: 1.5em;
}

.menu>ul>li>.text:before,
.menu>ul>li .text:after {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #333;
	transition: all 0.2s;
}

.menu>ul>li .text:hover:before {
	/*width: 100%;*/
	opacity: 1;
	top: 40px;
}

.menu>ul>li .text:hover:after {
	/*width: 100%;*/
	opacity: 1;
	bottom: 0em;
}

.menu>ul>li .logo img {
	padding: 0em 5em 0em 1em;
	transition: all 0.3s;
}

.menu>ul>li .logo img {
	width: 250px;
	margin: 5px;
}

.menu>ul>li .logo img:hover {
	transform: scale(1.1);
}


/* Scrollbar width */
.menu>ul>li>ul::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.menu>ul>li>ul::-webkit-scrollbar-track {
	background: #565656;
}

/* Handle */
.menu>ul>li>ul::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
.menu>ul>li>ul::-webkit-scrollbar-thumb:hover {
	background: #fff;
}

.menu>ul>li>ul {
	position: absolute;
	left: 0px;
	width: 100%;
	background: #f0f0f0;
	z-index: 99;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	max-height: 60vh;
	overflow: auto;
	display: none;
	border-bottom: 7px solid rgb(140, 190, 35);
	box-shadow: rgba(0, 0, 0, 0.54) 0px 10px 20px;
}

/* pour les menus avec peu de TT (voir la suite ligne 418) */
/* .menu > ul > li > ul {
    width: min-content;
	left: inherit;
	max-height: inherit;
} */
/* pour les menus avec peu de TT (voir la suite ligne 418) */

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
	content: "";
	display: table;
}

.menu>ul>li>ul:after {
	clear: both;
}

.menu>ul>li>ul>li {
	margin: 0;
	padding-bottom: 0;
	list-style: none;
	width: 25%;
	background: none;
	float: left;
}

.menu>ul>li>ul>li a {
	color: #777;
	text-decoration: none;
	padding: .2em 0;
	width: 90%;
	height: 1.5em;
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #ccc;
}

.menu>ul>li>ul>li a::before {
	content: "▶";
	color: #8cbe23;
	margin-right: 5px;
}

.menu>ul>li>ul>li a:hover {
	letter-spacing: 0.1rem;
	transition: all .3s;
	text-shadow: 0px 0px 2px #fff;
}



.menu>ul>li>ul>li>ul {
	display: block;
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
	box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
	content: "";
	display: table;
}

.menu>ul>li>ul>li>ul:after {
	clear: both;
}

.menu>ul>li>ul>li>ul>li {
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
	border: 0;
}

.menu>ul>li>ul.normal-sub {
	padding: 10px 5% 50px;
}

.menu>ul>li>ul.normal-sub>li {
	width: 33%;
}

.menu>ul>li>ul.normal-sub>li a {
	border: 0;
	padding: 1em 5% 1em 5%;
	cursor: pointer;
}

/* pour les menus avec peu de TT (voir la suite ligne 335) */
/* .menu > ul > li > ul.normal-sub {
    padding: 10px 1% 50px;
}
.menu > ul > li > ul.normal-sub > li {
    width: max-content;
    float: inherit;
    white-space: pre;
}
.menu > ul > li > ul.normal-sub > li a {
    padding: 1em;
} */
/* pour les menus avec peu de TT (voir la suite ligne 335) */

.menu>ul>li .mail a:before {
	content: "\f2eb";
	font-family: "Ionicons";
}

.menu>ul>li .tel a:before {
	content: "\f4b9";
	font-family: "Ionicons";
}

.menu>ul>li .langue a:before {
	content: "\f38c";
	font-family: "Ionicons";
}

.menu>ul>li .facebook a:before {
	content: "\f231";
	font-family: "Ionicons";
	color: #4262a4;
}

.menu>ul>li .pinterest a:before {
	content: "\f2b1";
	font-family: "Ionicons";
	color: #ce2124;
}

.menu>ul>li .instagram a:before {
	content: "\f350";
	font-family: "Ionicons";
	color: #245a84;
}

.menu>ul>li .twitter a:before {
	content: "\f243";
	font-family: "Ionicons";
	color: #00acec;
}

.menu>ul>li .linkedin a:before {
	content: "\f238";
	font-family: "Ionicons";
	color: #0588c3;
}

.menu>ul>li .youtube a:before {
	content: "\f24d";
	font-family: "Ionicons";
	color: #fe0000;
}

.ShowUnder800 {
	display: none;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 1190px) {

	/*@media only screen and (max-width: 1060px) {*/
	/*.menu {
        padding-top: 15px;
    }*/
	.menu {
		max-height: 82vh;
		overflow: auto;
	}

	.menu a {
		width: 100%;
		/*margin-left: 10%;*/
		/*line-height: 15px;*/
		color: #FFFFFF;
	}

	.menu>ul>li>ul>li a {
		color: #b5b5b5;
		text-decoration: none;
		width: 100%;
		display: block;
	}

	.menu .logo {
		/*font-family: 'Abril Fatface', cursive !important;
		letter-spacing: 0px;
		font-size: 2em;*/
		margin: 0;
		/*text-align: center;
		padding: 35px 0px;*/
	}

	.menu .logo img {
		width: 250px;
		position: relative;
		left: 1em;
	}

	.menu ul .hidelogoonmobile {
		display: none;
	}

	.menu ul .onlymobile {
		display: block;
	}

	.menu-container {
		width: 100%;
	}

	.menu-mobile {
		display: block;
	}

	.menu-dropdown-icon:before {
		display: block;
		color: white;
		font-size: 2.5em;
		position: absolute;
		right: 1em;
		padding: 0;
		top: 0.1em;
	}

	.menu>ul {
		display: none;
		padding: 0px;
		/*padding-left: 25px;*/
	}

	.menu>ul>li {
		width: 100%;
		float: none;
		/*display: block;*/
		padding: 0;
		position: relative;
	}

	.menu>ul>li .text {
		color: #fff;
		text-decoration: none;
		display: block;
		width: 100%;
		margin: 0;
		padding: 1.5em 0;
		text-align: center;
	}

	.menu>ul>li .sub {
		cursor: copy;
	}

	.menu>ul>li>.text:before {
		left: 0px;
		top: 1em;
	}

	.menu>ul>li>.text:after {
		right: 0px;
		bottom: 1em;
	}

	.menu>ul>li>.text:before,
	.menu>ul>li .text:after {
		position: absolute;
		opacity: 0;
		width: 100%;
		height: 1px;
		content: '';
		background: #fff;
		transition: all 0.2s;
	}

	.menu>ul>li .text:hover:before {
		/*width: 100%;*/
		opacity: 1;
		top: 0;
	}

	.menu>ul>li .text:hover:after {
		/*width: 100%;*/
		opacity: 1;
		bottom: 0em;
	}


	.menu>ul>li>ul {
		position: relative;
	}

	.menu>ul>li>ul.normal-sub {
		width: 100%;
		/*padding-left: 20%;*/
		background-color: #565656;
	}

	.menu>ul>li>ul>li {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.menu>ul>li>ul.normal-sub>li {
		width: 100%;
		text-align: center;
	}

	.menu>ul>li>ul>li:first-child {
		margin: 0;
	}

	.menu>ul>li>ul.normal-sub>li a {
		padding: 1em 0;
	}

	.menu>ul>li>ul>li>ul {
		position: relative;
	}

	.menu>ul>li>ul>li>ul>li {
		float: none;
	}

	.menu .show-on-mobile {
		display: block;
		background-color: #4e4e4e;
		color: #fff;
	}
}

@media only screen and (max-width: 1000px) {
	.box {
		width: 70%;
	}
}

@media only screen and (max-width: 800px) {
	.dropdownPhone {
		position: relative;
		display: inline-block;
	}

	.dropdownPhone-button {
		cursor: pointer;
		white-space: nowrap;
		color: #ffffff;
	}

	.dropdownPhone-button::before {
		content: "\f4b9";
		font-family: "Ionicons";
		font-size: 2rem;
		margin-left: 15px;
	}

	.dropdownPhone-input {
		display: none;
	}

	.dropdownPhone-menu {
		position: fixed;
		top: 45px;
		right: 2%;
		border-radius: 4px;
		padding: 0;
		list-style-type: none;
		background: #8cbe23;
		z-index: 1;
	}

	.dropdownPhone-menu a {
		font-size: 1.5em;
	}

	.dropdownPhone-menu a::before {
		display: none;
	}

	.dropdownPhone-input+.dropdownPhone-menu {
		display: none;
	}

	.dropdownPhone-input:checked+.dropdownPhone-menu {
		display: flex;
		flex-direction: column;
		width: min-content;
		box-shadow: 0px 0px 3px #0000005c;
	}

	.dropdownPhone-menu li {
		padding: 10px 20px;
		cursor: pointer;
		white-space: nowrap;
		border-bottom: solid 2px #fff;
	}

	.dropdownPhone-menu li:last-child {
		border-bottom: none;
	}

	.HideUnder800 {
		display: none;
	}

	.ShowUnder800 {
		display: inherit;
	}

	.topadress>.Right {
		background-color: #8cbe23;
	}

	.topadress .Activities {
		border-right: none;
	}

	.topadress .Activities .tel a:before {
		font-size: 2rem;
		margin-right: 0;
	}

	.topadress .Activities .facebook a:before,
	.topadress .Activities .twitter a:before,
	.topadress .Activities .youtube a:before,
	.topadress .Activities .instagram a:before {
		font-size: 2rem;
		margin-left: 15px;
	}

	.topadress .Activities a:hover {
		color: #333;
	}

	.SlideOnMobile {
		width: 95%;
		height: 35px;
		overflow: hidden;
		position: relative
	}

	.SlideOnMobile .slide {
		-webkit-animation: linear marqueelike 10s infinite;
		-moz-animation: linear marqueelike 10s infinite;
		-o-animation: linear marqueelike 10s infinite;
		-ms-animation: linear marqueelike 10s infinite;
		animation: linear marqueelike 10s infinite;
		margin-left: -200%;
	}

	@-webkit-keyframes marqueelike {

		0%,
		100% {
			margin-left: 0;
		}

		99.99% {
			margin-left: -100%;
		}
	}

	@-moz-keyframes marqueelike {

		0%,
		100% {
			margin-left: 0;
		}

		99.99% {
			margin-left: -100%;
		}
	}

	@-o-keyframes marqueelike {

		0%,
		100% {
			margin-left: 0;
		}

		99.99% {
			margin-left: -100%;
		}
	}

	@-ms-keyframes marqueelike {

		0%,
		100% {
			margin-left: 0;
		}

		99.99% {
			margin-left: -100%;
		}
	}

	@keyframes marqueelike {
		0% {
			margin-left: 100%;
		}

		100% {
			margin-left: -200%;
		}
	}
}

@media only screen and (max-width: 400px) {
	.menu .logo img {
		width: 200px;
	}

	.menu-mobile:after {
		margin: 0.6em;
	}

	.topadress .Activities .tel a:before {
		font-size: 2.5rem;
		margin-right: 0;
	}

	.topadress .Activities .facebook a:before,
	.topadress .Activities .twitter a:before {
		font-size: 2.5rem;
		margin-left: 1rem;
	}

	.SlideOnMobile {
		width: 80%;
	}
}


/* Active le menu mobile même sur tablette (>1190px) */
@media (pointer: coarse) {
    .menu > ul {
        display: none !important;
    }

    .menu-mobile {
        display: block !important;
    }

    /* Corrige l'affichage du menu mobile forcé */
    .menu > ul.show-on-mobile {
        display: block !important;
    }

    .menu ul .hidelogoonmobile {
        display: none;
    }
    .menu {
        max-height: 82vh;
        overflow: auto;
    }
    
    .menu a {
        width: 100%;
        /*margin-left: 10%;*/
        /*line-height: 15px;*/
        color: #FFFFFF;
    }
    .menu > ul > li > ul > li a {
        color: #b5b5b5;
        text-decoration: none;
        width: 100%;
        display: block;
    }
    .menu .logo {
        /*font-family: 'Abril Fatface', cursive !important;
        letter-spacing: 0px;
        font-size: 2em;*/
        margin: 0;
        /*text-align: center;
        padding: 35px 0px;*/
    }
    .menu .logo img {
        width: 250px;
        position: relative;
        left: 1em;
    }
    .menu ul .hidelogoonmobile {
        display: none;
    }
    .menu ul .onlymobile {
        display: block;
    }
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
        color: white;
        font-size: 2.5em;
        position: absolute;
        right: 1em;
        padding: 0;
        top: 0.1em;
    }
    .menu > ul {
        display: none;
        padding: 0px;
        /*padding-left: 25px;*/
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        /*display: block;*/
        padding: 0;
        position: relative;
    }
    .menu > ul > li .text {
        color: #fff;
        text-decoration: none;
        display: block;
        width: 100%;
        margin: 0;
        padding: 1.5em 0;
        text-align: center;
    }
    .menu > ul > li .sub {
        cursor: copy;
    }
    
    .menu > ul > li > .text:before {
        left: 0px;
        top: 1em;
    }
    .menu > ul > li > .text:after {
        right: 0px;
        bottom: 1em;
    }
    .menu > ul > li > .text:before, .menu > ul > li .text:after {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 1px;
        content: '';
        background: #fff;
        transition: all 0.2s;
    }
    .menu > ul > li .text:hover:before {
        /*width: 100%;*/
        opacity: 1;
        top: 0;
    }
    .menu > ul > li .text:hover:after {
        /*width: 100%;*/
        opacity: 1;
        bottom: 0em;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
        /*padding-left: 20%;*/
        background-color: #565656;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul.normal-sub > li {
        width: 100%;
        text-align: center;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul.normal-sub > li a {
        padding: 1em 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
        background-color: #4e4e4e;
        color: #fff;
    }
}
