
/*****************************************/

html {
	font-family: "Open Sans", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	margin-top: 0px !important;
	
}


body {
	padding: 0;
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	line-height: 1.375;
	color: #2C2A29;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	position: relative;
	-moz-osx-font-smoothing: grayscale;
}
body.is-fixed{
	overflow: hidden;
	height:100vh;
}
.has-scroll-smooth body {
	overflow: hidden;
}
body.visible-sc{
	overflow: auto;
}
.has-scroll-smooth body {
    overflow: hidden;
}

a {
	color: #05516B;
	outline: none;
}


.main{
overflow: hidden;
min-height: 100vh;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}

ul,
ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

a {
	outline: none;
	text-decoration: none;
}


/* Hide Play button + controls on iOS */

video::-webkit-media-controls-panel {
	display: none !important;
	-webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none
}

.main {
	display: block;
}

.md-clear {
	clear: both;
}

html.no-touch,
html.touch {
	margin-top: 0 !important;
}

body:not(.custom-background-image):before,
body:not(.custom-background-image):after,
#wpadminbar {
	display: none;
}

.row {
	max-width: 84.5rem;
}

.o-scroll{
	overflow: hidden;
}

.md-section {
	display: flex;
	position: relative;
	width: 100%;
	clear: both;
}
.md-section .wp-section{
	display: block;
	margin: 60px 0;
	position: relative;
	z-index: 1;
	width:100%;
}

.md-form {
	display: block;
	position: relative;
}
.md-form.contact-form{
	max-width: 791px;
	margin: 0 auto;
}
.md-form input[type='submit'] {
	padding: 17px 25px;
	background-color: #993521;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin-bottom: 0;
	border: none;
	outline: none;
	cursor: pointer;
	width: 188px;
	display: block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	display: block;
	margin: 0 auto;
}

.md-form input[type='submit']:hover{
	background-color:rgb(255,153,0);
}

.md-form.form-contact{
	padding-top:30px;
}
.md-footer .md-form .gform_confirmation_message{
	color:#fff;
}
.md-footer .md-form{
	margin-bottom: 12px;
}
.md-footer .md-form .gform_body .gform_fields .gfield .gfield_label{
	display:none;
}

.section-single-newsletter .md-form.form-newsletter .gform_body .gform_fields .gfield.txt-field{
	margin-bottom:0;
}


/*css form*/
.md-form .gform_body .gform_fields .gfield.field-title {
	position: absolute;
	right: calc(100% + 30px);
	width: 100%;
	top: 0;
}
.md-form .gform_body .gform_fields .short-summary {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 36px;
	display: block;
	/* Texte color dark blue */
	color: #22242E;
	padding-top: 21px;
}
.md-form .gform_body .gform_fields .gfield.select-field input {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.md-form .gform_body .gform_fields .gfield.select-field li label {
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 24px;
	display: block;
	color: #fff;
	padding-left: 32px;
	margin-left: 0;
	margin-right: 0;
}
.md-footer .md-form .gform_body .gform_fields .gfield.select-field li label{
	color:#fff;
	font-size:12px;
}
.md-form .gform_body .gform_fields .gfield.select-field li label a{
	text-decoration:underline;
}
.md-footer .md-form .gform_body .gform_fields .gfield.select-field li label a{
	color:#fff;
}

.md-form .gform_body .gform_fields .gfield.select-field.single-select li label {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height:25px;
}
.md-form .gform_body .gform_fields .gfield.select-field.single-select li label a{
	display:inline-block;
	color:#ffaa00;
	text-decoration:underline;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
.md-form .gform_body .gform_fields .gfield.select-field.single-select li label a:hover{
	color:#2d2d2d;
}
.md-form .gform_body .gform_fields .gfield.select-field.rule-field label {
	font-size: 14px;
	line-height: 24px;
}
.md-form .gform_body .data-process {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	margin-left: 42px;
	color: #F22744;
	margin-top: -10px;
	display: table;
	table-layout: fixed;
}
.no-touch .md-form .gform_body .data-process:hover {
	text-decoration: underline;
}
.md-form .gform_body .gform_fields .gfield.select-field .gfield_checkbox input:checked+label:after {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.md-form .gform_body .gform_fields .gfield.select-field .gfield_checkbox input:checked+label:before {
	/* background-color: #ffa900; */
	/* border-color: #ffa900; */
}
.md-form .gform_body .gform_fields .gfield.select-field .gfield_checkbox label:after {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	content: "";
	position: absolute;
	top: 6px;
	left: 2px;
	/* background-image: url("/web/20211201031517im_//wp-content/themes/mowi/assets/images/tick.svg"); */
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	width: 12px;
	height: 12px;
	background: #993521;
}
.md-form .gform_body .gform_fields .gfield.select-field .gfield_checkbox label:before {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	border: 1px solid #C9CCD4;
	background-color: #fff;
}
.md-form .gform_body .line-break {
	background-color: #C5DBF2;
	height: 1px;
	width: 100%;
	display: block;
	margin: 40px 0 30px;
}
.md-section .md-form .title-form {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height:31px;
	color:#000;
	display: block;
	margin: 15px 0;
}
.md-form .gform_body {
	display: block;
	position: relative;
	z-index: 2;
}
.md-form .gform_body .space-form {
	display: block;
	width: 100%;
	height: 60px;
}
.md-form .gform_body .gform_fields {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.md-form .gform_body .block-note {
	display: block;
	position: relative;
}
.md-form .gform_body .block-note .label-note {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	display: block;
	margin-bottom: 4px;
}
.md-form .gform_body .block-note p {
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	color: #e568ac;
	margin-bottom: 34px;
}
.md-form .gform_body .block-note p:last-child {
	margin-bottom: 0;
}
.md-form .gform_body .gform_fields .gfield.upload-field input{
	border:none;
	padding:0;
	line-height: 1.5;
	height: auto;
	display: table;
	table-layout: fixed;
	width: auto;
}
.md-form .gform_body select {
	height: 50px;
	border-radius: 0;
	-webkit-border-radius: 0;
	background-image: url(/wp-content/themes/mowi/assets/images/arr-ddl.svg);
	background-repeat: no-repeat;
	-webkit-appearance:none;
	border: 1px solid #d7d7d7;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 30px;
	background-size: 12px;
	font-size: 18px;
	margin-bottom: 0;
	font-size: 16px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.md-form.form-contact .gform_body select{
	color:#fff
}
.contact-form.md-form .gform_body .gform_fields .gfield.select-field-con .gfield_label{
	opacity:0;
}
.contact-form.md-form .gform_body .gform_fields .gfield .gfield_label{
	color:#fff;
}
.md-form .gform_body .gform_fields .gfield {
	float: left;
	width: 100%;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	text-align: ce;
}
.md-form .gform_body .gform_fields .gfield .ui-datepicker-trigger{
	position:absolute;
	top: calc(50% - 11px);
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	right: 15px;
}
/* .md-form .gform_body .gform_fields .gfield.single-select .gfield_label{
	display:none !important;
} */
.md-form .gform_body .gform_fields .gfield.age-field .ginput_container.ginput_container_date .clear-multi{
	margin-left:-14px;
	margin-right:-14px;
	font-size:0;
}
.md-form .gform_body .gform_fields .gfield.age-field .ginput_container.ginput_container_date .ginput_container_date{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% / 3);
	padding:0 14px;
}
.md-form .gform_body .gform_fields .gfield.age-field .ginput_container.ginput_container_date .ginput_container_date label{
	display:none;
}
.md-form .gform_body .gform_fields .gfield.radio-circle-field .gfield_radio li {
	position: relative;
	margin-bottom: 25px;
}
.md-form .gform_body .gform_fields .gfield.radio-circle-field input {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.md-form .gform_body .gform_fields .gfield.radio-circle-field>label {
	margin-bottom: 10px;
}
.md-form .gform_body .gform_fields .gfield.radio-circle-field .gfield_radio label {
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	display: block;
	color: #22242E;
	padding-left: 42px;
	margin-left: 0;
	margin-right: 0;
	z-index: 2;
}
.md-form .gform_body .gform_fields .gfield.radio-circle-field input:checked+label:after {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.no-touch .md-form .gform_body .gform_fields .gfield.radio-field .gfield_radio li label:hover,
.md-form .gform_body .gform_fields .gfield.radio-circle-field input:checked+label:before {
	color: #fff;
}
.md-form .gform_body .gform_fields .gfield.radio-circle-field .gfield_radio label:after {
	width: 27px;
	height: 27px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	background-image: url("/wp-content/themes/mowi/assets/images/tick.svg");
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.md-form .gform_body .gform_fields .gfield.radio-circle-field .gfield_radio label:before {
	width: 27px;
	height: 27px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	border: 1px solid #C9CCD4;
	background-color: #fff;
	/* opacity: 0; */
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.md-form .gform_body .gform_fields .gfield.radio-field>label {
	/* display: none; */
}
.md-form .gform_body .gform_fields .gfield.radio-field .gfield_radio {
	display: table;
	table-layout: fixed;
	border-radius: 0;
	-webkit-border-radius: 0;
	overflow: hidden;
	padding-top: 0;
	position: relative;
}
.md-form .gform_body .gform_fields .gfield.radio-field .gfield_radio input:checked+label {
	/* background-color: #FFAA00; */
	/* color: #fff; */
	/* font-weight: bold; */
}
.md-form .gform_body .gform_fields .gfield.radio-field .gfield_radio li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.md-form .gform_body .gform_fields .gfield.radio-field .gfield_radio li:last-child {
	border: none;
}
.md-form .gform_body .gform_fields .gfield.radio-field .gfield_radio li label {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	margin: 0;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	padding-left:27px;
	position:relative;
}
.md-form .gform_body .gform_fields .gfield.radio-field .gfield_radio li label:before{
    border:1px solid #C9C9C9;
    content:"";
    position:absolute;
    top: 7px;
    left:0;
    width:17px;
    height:17px;
    border-radius:50%;
    -webkit-border-radius:50%;
    background-color:#fff;
}
.md-form .gform_body .gform_fields .gfield.radio-field .gfield_radio li label:after{
	width:9px;
	height:9px;
	background-color:#983522;
	border-radius:50%;
	-webkit-border-radius:50%;
	content:"";
	position:absolute;
	top: 11px;
	left: 4px;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	opacity:0;
}
.md-form .gform_body .gform_fields .gfield.radio-field .gfield_radio li input:checked + label:after{
	opacity:1;
}
.md-form .gform_body .gform_fields .gfield.radio-field .gfield_radio li input {
	display: none;
}
.md-form .gform_body .gform_fields .gfield.radio-field .md-form .gform_body .gform_fields .gfield textarea {
	display: block;
	position: relative;
	height: 263px;
	padding: 10px 15px;
	border: 1px solid #C9CCD4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: border 0.2s ease-in-out;
	-webkit-transition: border 0.2s ease-in-out;
	resize: none;
}
.md-form .gform_body .gform_fields .gfield .gfield_checkbox li {
	display: block;
	margin-bottom: 30px;
}
.md-form .gform_body .gform_fields .gfield .gfield_checkbox li:last-child {
	margin-bottom: 0;
}
.md-form .gform_body .gform_fields .gfield.phone-field input {
	/* width: calc(50% - 15px); */
}
.md-form .gform_body .gform_fields .gfield.code-field {
	width: 166px;
	padding-right: 20px;
}
.md-form .gform_body .gform_fields .gfield.ville-field {
	width: calc(100% - 166px);
}
.md-form .gform_body .gform_fields .gfield.none-space {
	margin-bottom: 0;
}
.md-form .gform_body .gform_fields .gfield.content-html {
	/* margin-top: -11px; */
}
.md-form .gform_body .gform_fields .gfield.ddl-field,
.md-form .gform_body .gform_fields .gfield.password-field {
	max-width: 100%;
}
.md-form .gform_body .gform_fields .gfield.ddl-field.ddl-full {
	max-width: 100%;
}
.md-form .gform_body .gform_fields .gfield.field-text-under {
	margin-top: -17px;
	margin-bottom: 26px;
}
.md-form .gform_body .gform_fields .gfield.left-field {
	width: 50%;
	padding-right: 15px;
	clear: none;
}
.md-form .gform_body .gform_fields .gfield.right-field {
	width: 50%;
	padding-left: 15px;
	clear: none;
}
.md-form.form-contact .gform_body .gform_fields .gfield .gfield_label{
	color:#fff;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	/* font-weight: 600; */
}
.md-form .gform_drop_instructions,
.md-form .gform_body .gform_fields .gfield .gfield_label {
	display: inline-block;
	position: relative;
	margin-bottom: 14px;
	font-style: normal;
	font-size: 14px;
	line-height: 19px;
	color: #101010;
	font-family: "Open Sans", sans-serif;
	/* display: none; */
	width: 25%;
	text-align: right;
	padding-right: 30px;
	vertical-align: middle;
	margin-bottom: 0;
}
.md-form.has-label .gform_body .gform_fields .gfield .gfield_label{
	display: block;
}
.md-form.has-label .gform_body .gform_fields .gfield.select-field > .gfield_label{
	padding-left:0;
	margin-bottom:20px;
}
.md-section .md-form.form-newsletter .gform_body .gform_fields .gfield .gfield_label{
	display:none;
}
.md-form.form-block-ct .gform_body .gform_fields .gfield .gfield_label{
	display: none;
}
.md-form .gform_body .gform_fields .gfield textarea {
	display: block;
	position: relative;
	height: 160px;
	padding: 10px 15px;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	-webkit-border-radius: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	transition: border 0.2s ease-in-out;
	-webkit-transition: border 0.2s ease-in-out;
	resize: none;
	margin-bottom: 0;
}
.md-section .txt-input,
.md-header .txt-input {
	display: block;
	position: relative;
	height: 52px;
	padding: 10px;
	border: 1px solid #C9CCD4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	transition: border 0.2s ease-in-out;
	-webkit-transition: border 0.2s ease-in-out;
	margin-bottom: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
input:: {
	color: #2E294E;
}
input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #8E8E8E;
	font-style: italic;
}
input::-moz-placeholder {
	/* Firefox 19+ */
	color: #8E8E8E;
	font-style: italic;
}
input:-ms-input-placeholder {
	/* IE 10+ */
	color: #8E8E8E;
	font-style: italic;
}
input:-moz-placeholder {
	/* Firefox 18- */
	color: #8E8E8E;
	font-style: italic;
}

.md-section .md-form .gform_body .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #8E8E8E;
}
.md-section .md-form .gform_body .gform_fields .gfield input::-moz-placeholder {
	/* Firefox 19+ */
	color: #8E8E8E;
}
.md-section .md-form .gform_body .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
	color: #8E8E8E;
}
.md-section .md-form .gform_body .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
	color: #8E8E8E;
}

.md-section .md-form .txt-input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #8E8E8E;
	font-style: italic;
}
.md-section .md-form .txt-input::-moz-placeholder {
	/* Firefox 19+ */
	color: #8E8E8E;
	font-style: italic;
}
.md-section .md-form .txt-input:-ms-input-placeholder {
	/* IE 10+ */
	color: #8E8E8E;
	font-style: italic;
}
.md-section .md-form .txt-input:-moz-placeholder {
	/* Firefox 18- */
	color: #8E8E8E;
	font-style: italic;
}
.md-section .md-form .txt-input,
.md-form .gform_body .gform_fields .gfield input {
	display: block;
	position: relative;
	height: 50px;
	padding: 10px 15px;
	border: 1px solid #D7D7D7;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	transition: border 0.2s ease-in-out;
	-webkit-transition: border 0.2s ease-in-out;
	margin-bottom: 0;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	font-family: "Open Sans", sans-serif;
	font-family: Open Sans;
	font-weight: normal;
	line-height: 24px;
	/* identical to box height, or 171% */
	align-items: center;
	background: #FFFFFF;
	color: #2d2d2d;
}
.md-form .gform_body .gform_fields .gfield.multi-file-field input{
	background-color: #ffaa00;
	border:none;
	color:#fff;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	font-size: 16px;
	padding: 10px 20px;
	line-height: 24px;
	font-weight: 600;
}
.md-form .gform_body .gform_fields .gfield.multi-file-field > div:last-child{
	display:none;
}
.md-form .gform_body .gform_fields .gfield.multi-file-field .moxie-shim{
	display: none;
}
.no-touch .md-form .gform_body .gform_fields .gfield.multi-file-field input:hover{
	background-color: #FF9900;
}
.md-footer .md-form .gform_body .gform_fields .gfield input{
	background-color:transparent;
	font-style: italic;
	color: #fff;
}
.md-form .gform_body .gform_fields .gfield.txt-field textarea,
.md-form.form-contact .gform_body .gform_fields .gfield input {
	background: #002132;
	color: #fff;
	height: 52px;
	font-size: 18px;
}
.md-form .gform_body .gform_fields .gfield.txt-field textarea{
	background-color:#fff;
	border-radius:0;
	-webkit-border-radius:0;
}
.section-single-newsletter .md-form .gform_body .gform_fields .gfield input:active,
.section-single-newsletter .md-form .gform_body .gform_fields .gfield input{
	border-color: transparent !important;
}
.md-form .gform_body .gform_fields .gfield.txt-field textarea{
	border: 1px solid #d7d7d7;
	border-radius: 0;
	-webkit-border-radius: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	height: 160px;
	color: #2d2d2d;
	margin-bottom: 0;
}
.md-form .gform_body .gform_fields .gfield.url-field input {
	padding-left: 115px;
}
.md-form .gform_body .gform_fields .gfield .ginput_container {
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.md-form .gform_body .gform_fields .gfield .ginput_container.file-upload {
	display: inline-block;
	table-layout: fixed;
	width: auto
}
.md-form .gform_body .gform_fields .gfield .ginput_container .ginput_preview {
	/* position:absolute; */
	/* bottom:-30px; */
	left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	font-weight: normal;
}
.md-form .gform_body .gform_fields .gfield .ginput_container .ginput_preview img {
	width: 10px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.md-form .gform_body .gform_fields .gfield .ginput_container .ginput_preview strong {
	font-weight: normal;
	margin-left: 6px;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 26px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ffaa00;
	font-size: 14px;
}
.md-form .gform_body .gform_fields .gfield.url-field .ginput_container:before {
	width: 107px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "https://";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	/* border-radius: 3px 0 0 3px; */
	/* -webkit-border-radius: 3px 0 0 3px; */
	z-index: 3;
	line-height: 70px;
	text-align: center;
	background: #000000;
	font-weight: bold;
}
.md-section .md-form input,
.md-section .txt-input:focus,
.md-header .txt-input:focus,
.md-form .gform_body .gform_fields .gfield textarea:focus,
.md-form .gform_body .gform_fields .gfield input:focus {
	border-color: #852e1e;
}
.md-footer .md-form .gform_body .gform_fields .gfield input:focus{
	/* border-color:transparent; */
}
.md-form .gform_body .gform_fields .gfield .note-form {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.section-form {
	padding-top: 10px;
}
.md-form .file-field .ginput_container_fileupload {
	position: relative;
}
.md-form .gform_body .gform_fields .gfield.file-field input {
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	z-index: 4;
	height: 50px;
	max-width: 190px;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.md-form .gform_body .gform_fields .gfield.file-field {
	margin-bottom: 30px;
}
.md-form .gform_body .gform_fields .gfield.file-field .validation_message {
	display: block;
	margin-top: 3px;
}
.md-form .file-field .ginput_container_fileupload {
	width: auto !important;
	display: table;
	table-layout: fixed;
	/* height: 50px; */
}
.no-touch .md-form .file-field .ginput_container_fileupload:hover:before {
	background-color: #fff;
	color: #2d2d2d;
}
.md-form .file-field .ginput_container_fileupload:before {
	padding: 10px 25px;
	background-color: #ffa900;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	display: table;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin-bottom: 0;
	content: "Joindre un fichier";
	table-layout: fixed;
	box-shadow: 0px 0px 0px 2px #ffa900 inset;
	-webkit-box-shadow: 0px 0px 0px 2px #ffa900 inset;
}
.md-form .button {
	padding: 14px 22px;
	background-color: #ffaa01;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	display: inline-block;
	align-items: center;
	text-align: center;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin-bottom: 0;
	border: none;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #fff;
	min-height: 46px;
	min-width: 200px;
}
.no-touch .md-footer .md-form .button:hover{
	background-color:#fff;
	color:#ffaa01;
}
.md-form .gfield_description{
	display:block;
	color:#000;
	font-size:12px;
	width: 100%;
	margin-left: 0;
	padding-top: 33px;
	line-height: 24px;
}
.md-form.contact-form .gform_wrapper .gform_footer input.button{
	left:-20px;
	margin-top:20px
}
.md-form.has-label .gform_wrapper .gform_footer input.button{
	text-transform:uppercase;
	text-align:left;
}
.md-form.form-contact .button{
	width:170px;
	padding: 17px 22px;
	background-color:#19BDD8;
	color:#fff;
}
.no-touch .md-form.form-contact .button:hover{
	color:#19BDD8;
	background-color:#fff;
}
.md-footer .md-form.form-newsletter .button {
	width: 115px;
	min-width: unset;
}
.no-touch .md-form .button:hover {
	background-color: #852e1e;
}
.md-form .gform_footer {
	position: relative;
	margin-top: 0;
	display: block;
	padding-right: 0;
	/* max-width: calc(100% - 50px); */
}
.md-form.email-download .gform_footer {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.md-form.has-label .gform_footer{
	margin-top:40px;
}
.inner-form.inner-form-cate .md-form .gform_footer{
	text-align:left;
	width:auto;
}
.md-footer .md-form .gform_footer {
	width:auto;
}
.md-form .gform_footer:after{
	width:50px;
	height: 100%;
	content:"";
	position:absolute;
	top:0;
	right: 0;
	background-image:url("/wp-content/themes/mowi/assets/images/arr-white.svg");
	background-color:#ffaa00;
	background-repeat:no-repeat;
	background-position:center center;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	display: none;
}
/* .no-touch .md-form .gform_footer:hover:after{
	background-color:#FF9900;
} */
.md-form.form-register .gform_footer {
	text-align:center;
	padding-top: 30px;
}
.md-form.form-block-ct .gform_footer{
	text-align: center;
	padding-top: 14px;
}
.md-form.form-block-ct {
	max-width:360px;
	margin: 0 auto 30px;
}
.md-form.form-info .gform_footer {
	margin-top: 20px;
	text-align: right;
}
.md-form .gform_footer img {
	display: none;
}
.md-form.form-login .gform_footer {
	margin-top: 28px;
	border-top: 0;
	padding-top: 0;
}
.md-form .content-html ul {}
.md-form .content-html ul li {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	color: #22242E;
	padding-left: 20px;
	display: block;
	margin-bottom: 10px;
}
.md-form .content-html ul li:before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #0A9DD7;
	content: "";
	left: 0;
	top: 7px;
	position: absolute;
}
.md-section .show-pass {
	display: inline;
	cursor: pointer;
}
.md-section .md-form .show-pass {
	position: absolute;
	top: 0;
	right: 0;
}
.md-section .md-form > .show-pass {
	display: none;
}
.md-section .show-pass p {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	text-align: right;
	color: #0A9DD7;
	vertical-align: middle;
}
.md-section .show-pass i {
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
}
.md-section .show-pass i svg {
	display: block;
}
.md-section .show-pass i svg.hide-ic {
	display: none;
}
.md-section .show-pass.show i svg {
	display: none;
}
.md-section .show-pass.show i svg.hide-ic {
	display: block;
}
.md-form .validation_error {
	display: none;
}
.md-section .md-form .each-row{
	display: block;
}
.md-section .md-form .parsley-errors-list{
	display: block;
}
.md-section .md-form .parsley-errors-list li,
.md-section .md-form .error,
.md-form .validation_message {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	margin-top: 7px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	text-align: left;
}
.md-form .validation_message ul{
	display:block;
	padding-top:10px;
}
.md-form .validation_message ul li{
	display:block;
	margin-bottom:10px;
}
.md-section .md-form .parsley-errors-list li,
.md-section .md-form .error{
	color:#ef7d00;
	display: block;
	padding-top: 3px;
}
.md-section .md-form .txt-input.parsley-error{
	border-color:#ef7d00;
}


.md-form .gform_body .gform_fields .gfield.area-field.gfield_error .validation_message {
	margin-bottom: 7px;
	margin-top: -5px;
}
.md-form .gform_body .gform_fields .gfield.gfield_error .validation_message {
	color: #000;
	padding: 0;
}
.md-form .gform_body .gform_fields .gfield.gfield_error textarea {
	border-color: #ffb32c;
}
.md-form .gform_body .gform_fields .gfield.gfield_error input {
	border-color: #F15F28;
}
.md-footer .md-form .gform_body .gform_fields .gfield.gfield_error input{
	border-color: #ffaa01;
}
.md-form .chosen-container {
	width: 100% !important;
	margin-bottom: 16px;
}

.btn-default{
	display: inline-block;
	padding: 15px 25px;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
	-webkit-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
	background-color: transparent;
	overflow: hidden;
	position: relative;
	z-index: 1;
	table-layout: fixed;
	box-sizing: border-box;
	font-weight: 600;
	background: #FF6F4A;
	border-radius: 50px;
	-webkit-border-radius: 50px;
}
.btn-default.btn-white{
	background-color: #fff;
	color: #2C2A29;
}
.btn-default.btn-white svg path{
	fill: #fe704a;
}
.no-touch .btn-default.btn-white:hover svg path{
	fill:#fff;
}
.btn-default .svg{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.btn-default svg{
	display:block;
}
.btn-default.btn-left{
	text-align:left;
}
.btn-default:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	background-color: #fd8262;
}
.btn-default:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	background-color: #e6512b;
}
.btn-default.btn-rounded{
	background-color: #fff;
	box-shadow: 0 0 0px 2px #852E1D inset;
	-webkit-box-shadow: 0 0 0px 2px #852E1D inset;
	color:#852E1D;
}
.no-touch .btn-default.btn-rounded:hover .svg path{
	fill:#fff;
}
.btn-default.btn-rounded .svg path{
	fill:#983522;
}
.no-touch .btn-default:hover::before,
.no-touch .btn-default:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.no-touch .btn-default:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}
.btn-default.btn-revert{
	color:#fff;
}
.btn-default.btn-revert:before,
.btn-default.btn-revert:after{
	bottom:0;
}
.no-touch .btn-default.btn-revert:hover{
	color:#FFAA00;
}
.no-touch .btn-default.btn-revert:hover::before,
.no-touch .btn-default.btn-revert:hover::after {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.btn-default.btn-revert::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}
/*.md-section.bg-gray .btn-default{
	background-color:#F6F6F4;
}*/
.btn-default .ic-svg{
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
}
.btn-default.btn-left .ic-svg{
	margin-left:0;
	margin-right:10px
}
.btn-default .ic-svg svg{
	display: block;
}
.btn-default .ic-svg path{
	stroke:#ffaa00;
}
.btn-default.full .ic-svg path{
	stroke:#fff;
}
.btn-default svg path{
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
}
.no-touch .btn-default:hover{
	color:#fff;
}
.no-touch .btn-default:hover svg path,
.no-touch .btn-default.full:hover svg path{
	/* stroke:#fff; */
}
/*.btn-default.full:before,
.btn-default.full:after{
	display: none;
}*/
.btn-default.full:after{
	background-color: #FF9900;
}
.btn-default.full{
	background-color: #FFAA00;
	color: #fff !important;
	text-transform: uppercase;
}
.btn-default.full svg path{
	stroke:#fff;
}
/*.no-touch .btn-default.full:hover svg path{
	stroke:;
}*/
.no-touch .btn-default.full:hover{
	background-color: #FF9900;
	border-color: #FF9900;

}
.md-section .block-txt{
	display: block;
	position: relative;
	margin-bottom: 35px;
}
.md-section .block-img{
	display: table;
	position: relative;
	margin-bottom: 50px;
	/* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); */
	/* -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25); */
	table-layout: fixed;
}
.md-section .block-img.no-shadow{
	box-shadow: none;
	-webkit-box-shadow: none;
}
.md-section .block-img:last-child{
	margin-bottom: 0;
}

.md-section .block-txt.desc-sc{
	margin-bottom:60px
}

.md-section .block-txt:last-child{
	margin-bottom: 0;
}
.md-section .block-txt p .color-red{
	color:#F22744;
}
.md-section .block-txt.text-center p{
	text-align: center;
}
.md-section .block-txt.white h1{
	color:#fff;
}
.md-section .block-txt .hashtag{
	text-transform: uppercase;
	color:#ffaa00;
	font-size: 14px;
	margin-bottom: 14px;
	line-height: 24px;
	display: inline-block;
	margin-right: 10px;
}
.md-section .block-txt table,
.md-section .block-txt blockquote,
.md-section .block-txt ul,
.md-section .block-txt ol,
.md-section .block-txt ol li,
.md-section .block-txt ul li,
.md-section .block-txt div,
.md-section .block-txt p{
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 32px;
	color: #2D2D2D;
	margin-bottom: 34px;
	font-family: "Open Sans", sans-serif;
}
.md-section .block-txt .uppercase{
	text-transform: uppercase;
	font-weight: bold;
}
.md-section .block-txt.white div,
.md-section .block-txt.white h1,
.md-section .block-txt.white ul li,
.md-section .block-txt.white p,
.md-section .block-txt.white h3,
.md-section .block-txt.white h2,
.md-section .block-txt.white h4,
.md-section .block-txt.white ol li{
	color:#fff;
}
.md-section .md-form .gform_confirmation_message{
	font-style: normal;
	font-size: 20px;
	line-height: 31px;
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight:bold;
	display: block;
	text-align: center;
	color: #993521;
}
.md-section .block-txt .pp{
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	line-height: 33px;
}
.md-section .block-txt. div:last-child,
.md-section .block-txt ol:last-child
.md-section .block-txt ol li:last-child{
	margin-bottom: 0;
}
.md-section .block-txt ol li{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 20px;
	text-align: left;
	font-family: "Open Sans", sans-serif;
	color:#564A44;
}
.md-section .block-txt a{
	color: #fe704a;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	position: relative;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
	text-decoration:underline;
	text-decoration-color:transparent;
}
.md-section .block-txt a:not(.btn-default){
	/* text-decoration: underline; */
}
.md-section .block-txt a.color{
	color:#ef7d00;
}
.no-touch .md-section .block-txt a.color:hover{
	color:#000;
}
.md-section .block-txt.txt-sc a{
	border-bottom: 6px solid #000;
	text-decoration: none !important;
}
.md-section .block-txt.white a{
	/* border-bottom: 6px solid #ef7d00; */
}
.md-section .block-txt.white a{
	/* text-decoration: underline; */
}
.md-section .block-txt.white a{
	/* color:#fff; */
}
.no-touch .md-section .block-txt a:hover{
	color:#000;
}
.no-touch .md-section .block-txt a:hover{
	
	color:#fe704a;
	text-decoration-color:inherit;
}
.no-touch .md-section .block-txt.white a:hover{
	/* border-color:#000;
	color:#000; */
}
.md-section .block-txt a:after{
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	bottom:0px;
	left: 0;
	/* background-color: #19BDD8; */
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	display: none;
}

.md-section .block-txt.white p,
.md-section .block-txt.white h1
.md-section .block-txt.white h2
.md-section .block-txt.white h3
.md-section .block-txt.white h4,
.md-section .block-txt.white li{
	color:#fff;
}
.md-section .block-txt a:hover:after{
	background-color: #19BDD8;
}
.md-section .block-txt a:hover{
	color:#19BDD8;
}
.md-section .block-txt h3{
	margin-bottom: 30px;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 36px;
}
.md-section .block-txt h2{
	font-style: normal;
	font-size: 40px;
	line-height: 44px;
	margin-bottom: 30px;
	text-align: left;
	padding-top: 10px;
	font-weight: bold;
}
.md-section .block-txt h4{
	margin-bottom: 14px;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 30px;
}
.md-section .block-txt iframe{
	margin:0 auto 30px;
	display: block;
	padding-top: 10px;
	width: 100%;
	height: 480px;
}
.md-section .block-txt p iframe{
	margin-bottom: 0;
}
.md-section .block-txt figure,
.md-section .block-txt iframe,
.md-section .block-txt img{
	margin: 15px auto 45px;
	/* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); */
	/* -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); */
}
.md-section .block-txt figure{

}
.md-section .block-txt iframe{
	padding:0;
	margin-top: 50px;
	height: 425px;
}
.md-section .block-txt p img{
	margin-bottom: 0;
}
.md-section .block-txt ol,
.md-section .block-txt ul{
	display: block;
	margin-bottom: 35px;
	padding:0;
}
.md-section .block-txt table:last-child,
.md-section .block-txt blockquote:last-child,
.md-section .block-txt img:last-child,
.md-section .block-txt ul:last-child,
.md-section .block-txt h2:last-child,
.md-section .block-txt h3:last-child,
.md-section .block-txt h4:last-child{
	margin-bottom:0;
}
.md-section .block-txt ul li{
	padding-left: 24px;
	position: relative;
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif;
}
.md-section .block-txt ul li:last-child{
	margin-bottom:0;
}
.md-section .block-txt ul li:before{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 20px;
	left: 0;
	background-color: #fe704a;
	content: "";
}
.md-section .block-txt.white ul li:before{
	background-color: #fff;
}
.md-section.section-introduce .inner-content .block-txt ul li:before,
.md-section .block-txt.orange ul li:before{
	background-color: #fff;
}

.md-section .block-txt.white p{
	color:#fff;
}
.md-section .block-txt p:last-child{
	margin-bottom: 0;
}
.md-section .block-btn{
	display: block;
	position: relative;
	margin-bottom: 37px;
}
.md-section .block-btn.btn-intro{
	padding-top:40px;
	text-align:left;
}

.md-section .block-btn.multi.btn-ct-offer .btn-default,
.md-section .block-btn.btn-intro .btn-default{
	width:100%;
	max-width:275px;
	margin: 0 auto 20px auto;
	display:block;
}

.md-section .block-btn.multi.btn-ct-offer {
	text-align:center;
	width: 100%;
}
.md-section .block-btn.btn-intro .btn-default:last-child{
	margin-bottom:0;
}
.md-section .block-btn:last-child{
	margin-bottom:0;
}
.md-section .block-btn.multi .btn-default{
	min-width: 250px;
	margin: 10px 10px;
	/* max-width: 275px; */
	/* width: 100%; */
}



.md-section .wow{
	visibility: hidden;
}
.md-footer .fadeInUp,
.md-section .fadeInUp{
    /* transition: opacity 2s,transform 2s cubic-bezier(.165,.84,.44,1);
    -webkit-transition: opacity 2s,transform 2s cubic-bezier(.165,.84,.44,1);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; */
}
body.page-template-page-template-section-2,
body.page-template-page-template-section{
	overflow: auto;
}
.page-template-page-template-section .md-section .fadeInUp,
.is-inview .fadeInUp{
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.md-section .wow.animated{
	visibility: visible;
	animation-duration: 0.6s !important;
	-webkit-animation-duration:0.6s !important;
	animation-timing-function: cubic-bezier(0.42, 0.01, 0.23, 1);
	-webkit-animation-timing-function: cubic-bezier(0.42, 0.01, 0.23, 1);
}
.in-view .wow{
	-webkit-animation-name: fadeInUp;
  	animation-name: fadeInUp;
}
.md-section .wow.animated.fadeinRight,
.md-section .wow.animated.fadeinLeft{
	animation-duration: 1.5s !important;
	-webkit-animation-duration:1.5s !important;
}
.underline{
	position: relative;
}

/*header*/
.md-header{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.md-header.sticky-menu{
	background-color: #000;
	padding: 0;
	
}

.md-header.sticky-menu .wp-header{
	padding:20px 0;
}
.wp-header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    padding: 35px 0;
}
.left-line{
	width: 5px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
}
.wp-header .logo{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    max-width: 168px;
    margin-left: 0;
    position: relative;
}
.wp-header .logo img{
	transition: all 0.8s cubic-bezier(0.75, 0, 0.125, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.75, 0, 0.125, 1);
}
.wp-header .logo .black{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
}
.wp-header .logo .white{
	display: block;
	position: relative;
	opacity: 1;
}
.wp-header .menu{
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	text-align: left;
	transition: transform 0.8s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.8s cubic-bezier(0.75, 0, 0.125, 1);
	-webkit-transition: transform 0.8s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.8s cubic-bezier(0.75, 0, 0.125, 1);
}
.wp-header .menu .md-menu{
	text-align: center;
	font-size: 0;
	width: 100%;
	justify-content: space-between;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.wp-header .menu .md-menu > li{
	align-self: center;
	/* padding: 10px 0; */
	position: relative;
	min-width: 120px;
}
.wp-header .menu .md-menu > li.show-for-large > a:before{
	display:none;
}
.wp-header .menu .md-menu li.show-for-medium a:before{
	display: none;
}
.wp-header .menu .md-menu li > span,
.wp-header .menu .md-menu > li > a:not(.btn-default){
	display: table;
	padding: 0;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	text-align:left;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	position: relative;
	max-width: 138px;
	color: #fff;
	padding: 10px 0;
	table-layout: fixed;
	margin: 0 auto;
}
.black .wp-header .menu .md-menu li > span,
.black .wp-header .menu .md-menu > li > a:not(.btn-default){
	color:#2C2A29;
}

.black.sticky-menu .wp-header .menu .md-menu li > span,
.black.sticky-menu .wp-header .menu .md-menu > li > a:not(.btn-default){
	color:#fff;
}
.black.sticky-menu .wp-header .menu .md-menu .logo .white{
	opacity:1;
}
.black.sticky-menu .wp-header .menu .md-menu .logo .black{
	opacity:0;
}

.no-touch .menu .md-menu li span{
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	cursor:pointer;
}
.no-touch .menu .md-menu li span:after{
	content: "\f054";
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 10px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
.no-touch .menu .md-menu li span.active:after{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.wp-header .menu .md-menu li > span.active:before,
.no-touch .menu .md-menu li > span:hover:before,
.wp-header .menu .md-menu li a:not(.btn-default).active:before,
.no-touch .menu .md-menu li a:not(.btn-default):hover:before{
	transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
}

.wp-header .menu .md-menu li > span.active,
.no-touch .menu .md-menu li > span:hover,
.wp-header .menu .md-menu li a:not(.btn-default).active,
.no-touch .menu .md-menu li a:not(.btn-default):hover{
	color:#FF6F4A;
}
.wp-header .menu .md-menu li > span:before,
.wp-header .menu .md-menu li a:not(.btn-default):before{
	content: "";
	position: absolute;
	width: calc(100% - 0px);
	height: 3px;
	left: 0;
	bottom: 0;
	background-color: #FF6F4A;
	transform: scale3d(0, 1, 1);
	transform-origin: 100% 50%;
	transition: transform .5s, bottom 0.5s;
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-webkit-transform: scale3d(0, 1, 1);
	-webkit-transform-origin: 100% 50%;
	-webkit-transition: transform .5s, bottom 0.5s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	pointer-events: none;
}
.md-header.sticky-menu .wp-header .menu .md-menu li a:not(.btn-default):before{
	bottom: -26px;
}
.md-menu.is-open{
	background-color:#fff;
}
.md-header.black .wp-header .logo .black,
.md-header.is-open .wp-header .logo .white{
	opacity:1;
}
.md-header.black .wp-header .logo .white,
.md-header.is-open .wp-header .logo .black{
	opacity:0;
}
.md-header.black.sticky-menu .wp-header .logo .black{
    opacity:0;
}
.md-header.sticky-menu .wp-header .logo .white{
    opacity:1;
}

.md-header .burger-icon {
	position: absolute;
	width: 30px;
	height: 30px;
	padding: 0;
	outline: none;
	cursor: pointer;
	right: 0;
	z-index: 3;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	right: 5px;
	top: calc(50% - 15px);
	display: none;
}
.md-header .burger-icon:hover{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
}

.no-touch .md-header .burger-icon:hover span:nth-child(1),
.no-touch .md-header .burger-icon:hover span:nth-child(3) {
	/*  left:30px; */
}

.md-header .burger-icon span {
	display: block;
	position: absolute;
	width: 21px;
	height: 2px;
	background-color: #FF6F4A;
	opacity: 1;
	left: 5px;
	-webkit-transition:  .3s cubic-bezier(.8, .03, .25, 1);
	transition: .3s cubic-bezier(.8, .03, .25, 1);
	border-radius: 150px;
}
.md-header.header-colored .burger-icon span{
	background-color:#07526b;
}
.md-header .burger-icon span:nth-child(1) {
	top: 6px;
}

.md-header .burger-icon span:nth-child(2) {
	top: 13px;
}

.md-header .burger-icon span:nth-child(3) {
	top: 20px;
}

.md-header.is-open .burger-icon span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.md-header.is-open .burger-icon span:nth-child(2) {
	opacity: 0;
	-webkit-transform: translate3d(120%, 0, 0);
	transform: translate3d(120%, 0, 0);
}

.md-header.is-open .burger-icon span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.overlay-search,
.overlay-menu{
	pointer-events: none;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	content: "";
	opacity: 0;
	z-index: -1;
	transition: opacity 0.3s cubic-bezier(0.75, 0, 0.125, 1);
	-webkit-transition: opacity 0.3s cubic-bezier(0.75, 0, 0.125, 1);
	pointer-events: none;
	/* display: none; */
}
.overlay-search.active,
.md-header.is-open .overlay-menu {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
}
.md-header .md-menu .sub-menu{
	position: absolute;
	background-color: #fff;
	padding: 0px 0px;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.25);
	width: 200px;
	left: 50%;
	transform: translate(-50%, 10px);
	-webkit-transform: translate(-50%, 10px);
	opacity:0;
	transition: opacity 0.3s cubic-bezier(0.75, 0, 0.125, 1), transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
	-webkit-transition: opacity 0.3s cubic-bezier(0.75, 0, 0.125, 1), transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
	top: 100%;
	pointer-events: none;
}
.no-touch .md-header .md-menu > li:hover .sub-menu{
	transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
	opacity:1;
	pointer-events:auto;
	visibility:visible;
}
.md-header .md-menu .sub-menu a{
	padding: 15px;
    display: table;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    transition: all 0.2s cubic-bezier(.2, 1, .3, 1);
    -webkit-transition: all 0.2s cubic-bezier(.2, 1, .3, 1);
    font-size: 12px;
    text-align: center;
    table-layout: fixed;
    position: relative;
    width: 100%;
}
.md-header .md-menu .sub-menu a:before{
	display:none;
}
.no-touch .md-header .md-menu .sub-menu a:hover{
	color:#fff !important;
	background-color:#fe704a;
}

/*home*/
.section-banner{
	background-color: #808080;
	overflow: hidden;
}

/*footer*/
.md-footer {
	background-color: #2C2A29;
	position: relative;
	background-size: cover;
	background-position: center center;
	color:#fff;
	display: block;
	z-index: 1;
	clear: both;
}
.md-footer .wp-footer{
	padding: 83px 0;
	display: block;
	position: relative;
}
.md-footer:before{
	background-image: url('/wp-content/themes/mowi/assets/images/vector-pattern.svg');
	content: "";
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	opacity: 0.05;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	opacity:1;
}
.md-footer .logo{
	display: block;
	margin-bottom: 52px;
}
.md-footer .block-txt{
	display: block;
}
.md-footer .block-txt p{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}
.md-footer .block-txt p:last-child{
	margin-bottom: 0;;
}
.md-footer .lbl-menu{
	display: block;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	color: #FF6F4A;
	margin-bottom:20px;
	margin: 19px 0 43px 0;
}
.md-social{
	display: block;
	font-size: 0;
	text-align: left;
}
.md-social .item{
	display: inline-block;
	vertical-align: middle;
	margin-right: 22px;
	font-size: 20px;
	transition:all 0.8s cubic-bezier(.2, 1, .3, 1);
	-webkit-transition:all 0.8s cubic-bezier(.2, 1, .3, 1);
	color:#FF6F4A;
}
.md-social .item:hover{
	color:#fff;
}
.md-footer .menu-footer{
	display: table;
	padding:0;
	table-layout: fixed;
}
.md-footer .menu-footer li{
	display: block;
	margin-bottom: 18px;
}
.md-footer .menu-footer li:last-child{
	margin-bottom:0;
}
.md-footer .menu-footer .item{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color:#fff;
	transition:all 0.8s cubic-bezier(.2, 1, .3, 1);
	-webkit-transition:all 0.8s cubic-bezier(.2, 1, .3, 1);
}
.md-footer .menu-footer .item.active,
.no-touch .md-footer .menu-footer .item:hover{
	color:#FF6F4A
}
.md-footer .menu-footer .item.active:before{
	display: none;
}
.no-touch .md-footer .link-bot .item .link:hover:before,
.no-touch .md-footer .menu-footer .item:hover:before{
	transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
}
.md-footer .link-bot .item .link:before,
.md-footer .menu-footer .item:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -0px;
    background-color: #FF6F4A;
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
    transition: transform .5s, bottom 0.5s;
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 50%;
    -webkit-transition: transform .5s, bottom 0.5s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    pointer-events: none;
}
.md-footer .link-bot .item .link:before{
	background-color:#fff;
}
.md-footer .md-social{
	padding-top:10px
}
.section-banner {
	height: 100vh;
	min-height: 980px;
	display: block;
}
.wp-banner {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wp-banner .anim-banner{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.wp-banner .anim-banner .slider-clip{
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.wp-banner .anim-banner .slider-clip .inner-slider{
	position: relative;
	top:0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
}
.slider-clip .inner-slider .item{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity 1.2s linear, -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1);
    transition: opacity 1.2s linear, -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1);
    transition: opacity 1.2s linear, transform 1.2s cubic-bezier(.19, 1, .22, 1);
    transition: opacity 1.2s linear, transform 1.2s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
	opacity: 0.001;
	width: 100%;
	height:100%;
}
.slider-clip .inner-slider .item .slide-ctn{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.slider-clip .inner-slider .item.active-slide{
	-webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.wp-banner .anim-banner .vector{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 3;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	opacity: 0;
	width: 945px;
	height: auto;
}
.wp-banner .anim-banner.active .vector{
	opacity: 1;
}
.wp-banner .anim-banner .overlay{
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	position: absolute;
	z-index: 2;
	
}
.wp-banner .bg-banner.clipped{
	clip-path: circle(0 at center center);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	z-index: 3;
}
.wp-banner .active .bg-banner.clipped{
	clip-path: circle(224px at center center);
}
#canvas{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:2;
}
.md-section .bg-banner{
	display: block;
	background-size:cover;
	background-position: center;
	z-index:1;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
}
.section-banner .wp-dot{
	position:absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	left: 0;
	width: 520px;
	z-index: 4;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
	opacity: 1;
	height: 520px;
	left: 50%;
}
.anim-banner.active .wp-dot{
	opacity: 1;
}
.section-banner .wp-dot .inner-dot{
	display: block;
	width: 100%;
	height: 100%;
}
.section-banner .wp-dot .line{
	display: block;
	width: 100%;
}
.section-banner .wp-dot .line img{
	width:100%
}
.section-banner .wp-dot .dot{
	position: absolute;
	transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	opacity: 0;
	cursor: pointer;
}
.active.wp-dot .dot{
	opacity: 1;
}
.section-banner .wp-dot .dot .dot-ctn{
	position: relative;
	display:block;
}
.section-banner .wp-dot .dot svg{
	display: block;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
}
.section-banner .wp-dot .dot svg circle{
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.section-banner .wp-dot .dot.active svg circle:nth-child(1){
	opacity: 0;
}
.section-banner .wp-dot .dot.dot-1{
	top: 29px;
	right: 119px;
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
}
.section-banner .wp-dot .dot.dot-2{
	top: 114px;
	right: 26px;
	transition-delay:1.25s;
	-webkit-transition-delay: 1.25s;
}
.section-banner .wp-dot .dot.dot-3{
	top: 245px;
	right: -6px;
	transition-delay: 1.5s;
	-webkit-transition-delay: 1.5s;
}
.section-banner .wp-dot .dot.dot-4{
	bottom: 117px;
	right: 29px;
	transition-delay: 1.75s;
	-webkit-transition-delay: 1.75s;
}
.section-banner .wp-dot .dot.dot-5{
	bottom: 26px;
	right: 120px;
	transition-delay: 2s;
	-webkit-transition-delay: 2s;
}
.section-banner .wp-dot .dot.dot-6{
	bottom: -6px;
	right: calc(50% - 11.5px);
	transition-delay: 2.25s;
	-webkit-transition-delay: 2.25s;
}

.section-banner .wp-dot .dot i{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	transition: .6s opacity cubic-bezier(.19,1,.22,1) .2s,.8s transform cubic-bezier(.175,.885,.32,1.275);
	-webkit-transition: .6s opacity cubic-bezier(.19,1,.22,1) .2s,.8s transform cubic-bezier(.175,.885,.32,1.275);
	border:1px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity: 0;
}
.section-banner .wp-dot .dot.dot-center i{
	border-width: 2px;
}
.section-banner .wp-dot .dot.active i{
	opacity: 1;
	animation: dot-bounce 3s;
	-webkit-animation: dot-bounce 3s;
}
.md-section .block-tt-banner{
	display: block;
	position: relative;
	left: -91px;
	padding-top: 291px;
	opacity:0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transition: .6s opacity cubic-bezier(.19,1,.22,1) .2s,.8s transform cubic-bezier(.175,.885,.32,1.275);
	-webkit-transition: .6s opacity cubic-bezier(.19,1,.22,1) .2s,.8s transform cubic-bezier(.175,.885,.32,1.275);
	transition-delay:0.2s;
	-webkit-transition-delay:0.2s;
}
.md-section .block-tt-banner .item-tt{
	transition: .6s opacity cubic-bezier(.19,1,.22,1) .2s,.8s transform cubic-bezier(.175,.885,.32,1.275);
	-webkit-transition: .6s opacity cubic-bezier(.19,1,.22,1) .2s,.8s transform cubic-bezier(.175,.885,.32,1.275);
	display: block;
	position: relative;
	z-index: 1;
	opacity: 0;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.md-section .block-tt-banner .wp-list-tittle{
	display: block;
	position: relative;
}
.md-section .block-tt-banner .item-tt.active-tt{
	opacity: 1;
	z-index: 3;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	pointer-events: auto;
	position: relative;

}
.md-section .block-tt-banner.active{
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.md-section .block-tt-banner .title{
	font-style: normal;
	font-weight: bold;
	font-size: 42px;
	line-height: 42px;
	display: block;
	color: #FFFFFF;
	margin-bottom: 66px;
}
.section-banner > .row{
	position: relative;
	z-index: 4;
	height: 100%;
}
.section-banner > .row > .columns{
	position:relative;
}
.md-section .block-single-map{
	display: block;
	position: relative;
	width: calc(100% + 348px);
}
.md-section .block-single-map.top-page{
	top: -286px;
	left: -26px;
}

.md-section .block-single-map .dot{
	position: absolute;
}
.md-section .block-single-map .dot span{
	display: block;
	position: relative;
	width:100%;
	height:100%;
	z-index: 1;
}
.md-section .block-single-map .dot.dot-1{
	width: 79px;
	height: 79px;
	top: 27%;
	right: 28%;
	mix-blend-mode: multiply;
}
.md-section .block-single-map .dot.dot-2{
	width: 61px;
	height: 61px;
	top: calc(60% + 3px);
	left: 28%;
}
.md-section .block-single-map .dot.dot-3{
	width: 41px;
	height: 41px;
	top: calc(71% + 6px);
	left: calc(13% - 5px);
}
.md-section .block-single-map .dot span i{
	display: block;
	width: 100%;
	height: 100%;
	border:2px solid #FF6F4A;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	animation: dot-bounce-fade 3s infinite;
	-webkit-animation: dot-bounce-fade 3s infinite;
}
.md-section .block-single-map .dot.dot-1 span i{
	border:3px solid #fff;
}
.md-section .block-single-map .dot span:before{
	content: "";
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.md-section .block-single-map .dot.dot-2 span:before{
	width: 7px;
	height: 7px;
	background-color: #FF6F4A;
}
.md-section .block-single-map .dot.dot-3 span:before{
	width: 5px;
	height: 5px;
	background-color: #FF6F4A;
}
.md-section .block-single-map .dot.dot-1 span:before{
	width: 9px;
	height: 9px;
	background:#fff;
}
.md-section .block-single-map .dot.dot-1 span:after{
	z-index: -1;
	content: "";
	width: 310px;
	height: 310px;
	background-color: #FF6F4A;
	position: absolute;
	top:50%;
	margin-left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	
    
}

.md-section .sub-title{
	position: relative;
	display: block;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	color: #FF6F4A;
	margin-bottom: 67px;
}
.md-section .sub-title:after{
	content: "";
	width: 100%;
	max-width: 392px;
	height: 1px;
	background-color: #FF6F4A;
	display: block;
	margin-top: 9px;
}
.md-section .sub-title.text-center:after{
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: relative;
}
.md-section .title-section{
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
	line-height: 50px;
	color:#2c2a29;
	margin-bottom: 64px;
}
.md-section .title-section a{
	color:inherit;
}

.md-section .title-section.white{
	color:#fff;
}
.md-section .title-section.no-border:after{
	display: none;
}
.md-section .title-section:after{
	content: "";
	width: 100%;
	max-width: 92px;
	height: 5px;
	background-color: #FF6F4A;
	display: block;
	margin-top: 73px;
	margin-top: 64px;
}
.md-section.orange .title-section:after{
	background-color: #fff;
}
.md-section.orange .title-section{
	color:#fff;
}
.md-section .title-section.text-center:after{
	margin-left:auto;
	margin-right:auto;
	display: table;
	table-layout: fixed;
}

.section-content-map .wp-section{
	margin: 150px 0;
}
.section-content-map .block-single-map{
	margin-top: -90px;
}
.section-image-content .img-content{
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	z-index: -1;
	max-width: 45%;
}
.md-section .block-single-video{
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.25);
	align-self:center;
	width: 700px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	/* height: 300px; */
	position: relative;
	cursor: pointer;
}
.section-content-map .block-single-video{
	margin-top:-90px;
	position: relative;
	cursor: pointer;
}
.md-section .block-single-video .bg-video{
	display: block;
	position: relative;
	z-index: -1;
	background-size: cover;
	background-position: center;
	min-height: 300px;
	height: 100%;
}
.md-section .block-single-video .bg-video img{
	opacity: 0;
}
.md-section .block-single-video .bg-video::before{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.44) 0%, rgba(255, 255, 255, 0) 97.58%);
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.44) 0%, rgba(255, 255, 255, 0) 97.58%);
}
.block-single-video .ic-play{
	width: 46px;
	height: 46px;
	z-index: 3;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.block-single-video .ic-play span{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.no-touch .block-single-video:hover .ic-play span:after{
	background-color: #fff;
}
.no-touch .block-single-video:hover .ic-play span{
	background: #FF6F4A;
}
.no-touch .block-single-video:hover .ic-play span svg path{
	fill:#fff;
}
.block-single-video .ic-play svg path{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.block-single-video .ic-play span:after{
	background: #FF6F4A;
	opacity: 0.5;
	position: absolute;
	top:50%;
	left: 54%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	content: "";
	width: 126px;
	height: 126px;
	z-index: -1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.block-single-video .ic-play svg{
	display: block;
	position: absolute;
	top:50%;
	left: calc(50% - 3px);
	transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
}
.section-multi-content{}
.section-multi-content .block-img{
	position: relative;
	left:calc(-50% - 40px);
}


.md-section .block-txt.medium p{
	font-size: 24px;
	line-height: 46px;
}
.section-multi-content .block-multi-content{
	display: block;
	padding-top: 264px;
	position: relative;
}
.section-multi-content .left-ctn{
	display: block;
	margin-bottom: 223px;
}
.block-multi-content .note{
	display: flex;
	color:#FF6F4A;
	left: -180px;
	position: relative;
	margin-bottom: 70px;
}
.block-multi-content .note span{
	/* font-family: "Poppins", sans-serif; */
	font-style: normal;
	font-weight: 900;
	font-size: 70px;
	line-height: 1;
	text-align: right;
	letter-spacing: -0.05em;
	margin-right: 24px;
	position: relative;
	top: -8px;
} 
.block-multi-content .note p{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.03em;

}
.section-multi-content .block-multi-content.no-top{
	padding-top:0;
}
.md-section .s-vector{
	position: absolute;
}

.block-multi-content .s-vector{
	top:0;
	right: -58px;
}
.block-multi-content .s-vector.vector-mowi{
	width: 1000px;
	left: 70%;
	top:-100px;
}

.section-dark .title-section{
	color:#fff;
}
.md-section.section-dark .block-txt table,
.md-section.section-dark .block-txt blockquote,
.md-section.section-dark .block-txt ul,
.md-section.section-dark .block-txt ol,
.md-section.section-dark .block-txt ol li,
.md-section.section-dark .block-txt ul li,
.md-section.section-dark .block-txt div,
.md-section.section-dark .block-txt p{
	color:#fff;
}
.section-number:before{
	z-index: -1;
	content: "";
	background-image: url(/wp-content/themes/mowi/assets/images/pattern-1.png);
	background-color:#2C2A29;
	position: absolute;
	top:0;
	right: 0;
	width: calc(100% - 100px);
	height: 100%;
}
.md-section .block-number{
	display: block;
	position: relative;
}
.md-section .block-number .item-count{
	display: block;
}
.block-number .item-count .count{
	display: table;
	table-layout: fixed;
	font-style: normal;
	font-weight: 900;
	font-size: 70px;
	line-height: 90px;
	/* letter-spacing: -0.05em; */
	color: #FF6F4A;
	margin-bottom: 56px;
}
.block-number .item-count .count.percent:after{
	content: "%";
	font-size: 60px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	padding-top: 7px;
	padding-left: 10px;
}
.md-section .full-image{
	display: block;
	width: 100%;
	margin:0 auto;
	max-width: 1920px;
	background-size: cover;
	background-position: center;
	min-height: 350px;
}
.md-section .full-image img{
	opacity: 0;
}
.section-content-full-image .full-image{
	margin-top: 80px;
	margin-bottom: -112px;
}
.md-section.section-content-full-image .wp-section{
	/* margin-bottom: 0; */
}
.section-content-2-col-note-right .right-ctn{
	display: block;
	margin-top: 130px;
}
.section-content-right-image .block-img{
	margin-top: 36px;
	width: calc(200% + 40px);
}
.md-section .block-quote{
	display: block;
	position: relative;
	margin-bottom: 30px;
}
.md-section .block-quote:before{
	position: absolute;
	top: -20px;
	left: -75px;
	background-image: url(/wp-content/themes/mowi/assets/images/orange-quote.svg);
	width: 60px;
	height: 61px;
	background-size: 100% auto;
	content: "";
	background-repeat: no-repeat;
}
.section-quote.orange .block-quote:before{
	background-image: url(/wp-content/themes/mowi/assets/images/white-quote.svg);
}
.md-section .block-quote p{
	font-family: "Poppins", sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 28px;
	line-height: 44px;
	color:inherit;
}
.section-quote.orange{
	z-index:3;
}
.md-section.orange{
	background-color: #FF6F4A;
	color:#fff;
}	
.section-quote.orange .block-txt p{
	color:#fff;
}
.section-content-map-image .block-single-map{
	width: 911px;
	margin-left: -50%;
	margin-top: -156px;
	margin-bottom: 100px;
}
.section-content-map-image .block-img-left{
	display: block;
	width: calc(100% + 348px);
	margin-left: -348px;
}
.section-content-map-image .block-content-image{
	display: block;
	padding-top: 80px;
}
.section-content-map-image .right-ctn{
	display: block;
}
.section-content-map-image .right-ctn .caption{
	margin-left:-50%;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FF6F4A;
	margin-bottom: 80px;
	display: block;
}
.section-content-map-image .block-single-map .dot.dot-1 span:after{
	width:282px;
	height:282px;
}
.section-content-map-image .block-single-map .dot.dot-1{
	width:72px;
	height:72px;
}
.section-content-map-image .block-single-map .dot.dot-1 span i{
	border-width:2px;
}
.section-content-map-image .block-single-map .dot.dot-2{
	width:56px;
	height:56px;
}
.section-content-map-image .block-single-map .dot.dot-3{
	width:37px;
	height:37px;
}
.section-content-map-image .block-single-map .dot.dot-1 span:before{
	width:8px;
	height:8px
}

.section-content-map-image .block-single-map .dot.dot-2 span:before{
	width:6px;
	height:6px
}

.section-content-map-image .block-single-map .dot.dot-3 span:before{
	width:3px;
	height:3px
}
.section-content-map-image .vector-small{
	position: absolute;
	bottom:50px;
	right: 32%;
}
.md-section .single-img{
	display: block;
	background-size: cover;
	background-position:center center;
	min-height: 350px;
}
.md-section .single-img img{
	opacity: 0;
}
.md-section .title-section.small::after{
	display: none;
}

.section-slider .thumb-slider {
	display: block;
	width: 100%;
	clear: both;
	margin-top: 0;
}

.section-slider .thumb-slider ul {
	width: 100%;
	position: relative;
	display: block;
	padding: 60px 0 60px 13px;
	margin-top: 174px;
	z-index:1;
}
.section-slider .thumb-slider ul:before{
	content:"";
	width: 127%;
	background-color:#fe6f4a;
	z-index:-1;
	top:0;
	left: calc(10% + 4px);
	position:absolute;
	height:100%;
}
.section-slider .thumb-slider .inactive li{
	pointer-events: none;
}
.section-slider .thumb-slider ul li {
	display: block;
	margin-bottom: 0;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
.section-slider .thumb-slider ul li:last-child{
	margin-bottom:0;
}

.section-slider .thumb-slider ul li a {
	font-style: normal;
	font-weight: normal;
	line-height: 23px;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	padding-left: 100px;
	position: relative;
}

.section-slider .thumb-slider ul li a i {
	width: 28px;
	height: 2px;
	position: absolute;
	left: 41px;
	background-color: #fff;
	top: 12px;
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.section-slider .thumb-slider ul li a.active i {
	opacity: 1;
}

.section-slider .thumb-slider ul li a p {
	color: #fff;
	display: block;
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	line-height: 27px;
	font-size: 17px;
	text-transform: none;
	margin-bottom:0;
}

.section-slider .thumb-slider ul li .svg-thumb {
	position: absolute;
	top: 2px;
	left: -1px;
	opacity: 0;
	z-index: 2;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.section-slider .thumb-slider ul li .svg-thumb svg {
	display: block;
}

.section-slider .thumb-slider ul li .svg-thumb circle {
	stroke-dasharray: 67;
	stroke-dashoffset: -68;
	/* transition: stroke-dashoffset 6s linear; */
	/* -webkit-transition: stroke-dashoffset 6s linear; */
	stroke: #fe6f4a;
	stroke-width: 2px;
}

.section-slider .thumb-slider ul li a.active p {
	opacity: 1;
}

.section-slider .thumb-slider ul li a.active .svg-thumb {
	opacity: 1;
}

.section-slider .thumb-slider ul li a.active svg circle {
	animation: animationSVG 3s 1;
	-webkit-animation: animationSVG 3s 1;
}

.section-slider .thumb-slider ul li a:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #BBBBBB;
	position: absolute;
	top: 11px;
	left: 8px;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
.section-slider .thumb-slider ul li a.active:before{
	background-color:#fe6f4a;
}

.section-slider .thumb-slider ul li a:after {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	top: 3px;
	left: 0;
	border: 1px solid #BBBBBB;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}

.section-slider .wp-info-slider{
	width: 100%;
	max-width: 530px;
	display: table;
	table-layout: fixed;
	margin:0 0 0 auto;
	/* padding-left: 30px; */
	}

.section-slider .wp-slider .bx-controls {
	display: none;
}

.section-slider .wp-slider {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.section-slider .wp-slider .each-slider {
	/* position: absolute; */
}

.section-slider .wp-slider .each-slider a {
	display: block;
	width: 100%;
	outline: none;
}

.wp-slider .img-slider {
	display: table;
	margin: 0 0 30px auto;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
.wp-slider .img-slider img{
	opacity: 0;
}

.wp-slider .img-slider.video-slider img {
	opacity: 0;
}

.wp-slider .img-slider video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-width: 100%;
}

.wp-slider .img-slider img {
	display: block;
	margin: 0 auto;
}

.wp-slider .info-slider {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 0;
}

.wp-slider .info-slider p {
	font-style: italic;
	font-weight: 300 !important;
	line-height: 44px;
	font-size: 24px;
	display: block;
	margin-bottom: 45px;
	font-style: normal;
	font-weight: normal;
	line-height: 35px;
	font-size: 20px;
	color: #FFFFFF;
}
.section-slider .right-img{
	z-index: 2;
}
.section-slider .left-thumb{
	z-index: 1;
}
.section-slider:before{
	/* background-image: url('/web/20211201031517im_//wp-content/themes/mowi/assets/images/pattern.png');
	content: "";
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	opacity: 0.05;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center; */
}
.section-slider .wp-cr-slider{
	position: relative;
}
.section-slider .s-vector{
	width: 198px;
	top:-200px;
	right: 20px;
}

/*slider thumb*/
.products-slide {
	margin-bottom: 0;
	position: relative;
	overflow: visible;
	padding-bottom: 0;
}

.product-thumb {
	position: relative;
	cursor: pointer;
	width: auto !important;
	text-align: center;
	margin: 0 70px;
}

.product-thumb img {
	display: block;
	transition: all 1s cubic-bezier(.25, .8, .25, 1);
	-webkit-transition: all 1s cubic-bezier(.25, .8, .25, 1);
	max-height: 170px;
}

.product-thumb img.sombra-icepop {
	z-index: -1
}

.product-thumb img.mordisco {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0s;
	opacity: 0
}

.product-thumb .img {
	animation: float 2s ease-in-out infinite;
	-webkit-animation: float 2s ease-in-out infinite;
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	position: relative;
	z-index: 2;
	height: 206px;
	display: flex;
}
.product-thumb .img .img-wrap{
	align-self: center;
}

.product-thumb .product-description {
	position: absolute;
	top: calc(100% - 85px);
	left: 20%;
	transform: translateX(0%) scale(0);
	-webkit-transform: translateX(0%) scale(0);
	width: 300px;
	height: 300px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #FF6F4A;
	transition: all 1s cubic-bezier(.25, .8, .25, 1);
	-webkit-transition: all 1s cubic-bezier(.25, .8, .25, 1);
	padding: 0 40px;
	padding-top: 80px;
	padding-bottom: 50px;
	text-align: center;
	transform-origin: left top;
	-webkit-transform-origin: left top;
	color:#fff;
	box-sizing: border-box;
}

.products-list .product-thumb .product-description {
	padding-top: 90px;
}
.product-description strong {
	font-size: 24px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -.5px;
	text-transform: uppercase;
	transition: all 1s cubic-bezier(.25, .8, .25, 1);
	-webkit-transition: all 1s cubic-bezier(.25, .8, .25, 1);
	transform: translateY(-10px);
	opacity: 0;
	display: block;
	font-weight: bold;
}

.product-description p {
	font-size: 1rem;
	margin-top: 5px;
	line-height: 1.31;
	transition: all 1s cubic-bezier(.25, .8, .25, 1);
	-webkit-transition: all 1s cubic-bezier(.25, .8, .25, 1);
	display: block;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	opacity: 0;
	font-family: "Lato", sans-serif;
	margin-bottom: 20px;
}

.product-description .plus {
	position: relative;
	width: 25px;
	height: 25px;
	margin: 0 auto;
	margin-top: 10px;
	transition: all 1s cubic-bezier(.25, .8, .25, 1);
	-webkit-transition: all 1s cubic-bezier(.25, .8, .25, 1);
	opacity: 0;
}

.product-description .product-inner {
	position: relative;
	height: 100%
}

.product-description .product-inner-abs {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%)
}
.swiper-pagination-bullet{
	border-color:#FF6F4A;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover{
	background-color: #FF6F4A;
}
.swiper-button-next, .swiper-button-prev{
	width: 60px;
	height: 60px;
	background-color: #FF6F4A;
	transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-image: none;
	display: flex;
	outline: none;
	top: 60%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.swiper-button-next{
	right: 24px;
}
.swiper-button-prev{
	left: 24px;
}
.sw-button span{
	display: block;
	align-self: center;
	text-align: center;
	position: relative;
	width: 100%;
	height: 100%;
}
.sw-button span svg{
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.sw-button span:before{
	z-index: -1;
	width: 300px;
	height: 300px;
	position: absolute;
	top:50%;
	transform:translateY(-50%) scale(0);
	-webkit-transform:translateY(-50%) scale(0);
	background-color: #FF6F4A;
	content:"";
	border-radius:50%;
	-webkit-border-radius:50%;
	transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
.sw-button.swiper-button-next span:before{
	left:0;
	transform-origin:left center;
	-webkit-transform-origin:left center;
}
.sw-button.swiper-button-prev span:before{
	right:0;
	transform-origin:right center;
	-webkit-transform-origin:right center;
}
.no-touch .sw-button:hover span:before{
	transform:translateY(-50%) scale(1);
	-webkit-transform:translateY(-50%) scale(1);
}
.no-touch .sw-button.swiper-button-next:hover span svg{
	transform:translateX(20px);
	-webkit-transform:translateX(20px);
}
.no-touch .sw-button.swiper-button-prev:hover span svg{
	transform: translateX(-40px);
	-webkit-transform: translateX(-40px);
}
.md-slider-thumb{
	position: relative;
	z-index: 3;
}
.c-scrollbar{
	display: none;
}
.md-section .wp-thumb{
	display: block;
	position: relative;
	margin-top: 144px;
}
.section-slider-thumb .right-ctn{
	margin-top: 93px;
}
.section-slider-thumb .s-vector{
	left:-140px;
	top:-100px;
	width:800px;
}
.section-aquarium{
	/* min-height: 1600px; */
	background-image: url(/wp-content/themes/mowi/assets/images/aquarium.png);
	background-size: cover;
	background-position: center top;
	z-index: 2;
}
.section-aquarium canvas{
	width: 100%;
	/* height: 70%; */
	position: absolute;
	bottom:0;
	left: 0;
}
.md-section .wp-feature{
	display: block;
	position: relative;
	margin-top: 267px;
	opacity:0;
}
.feature-slider .swiper-slide{
	width: 392px;
	height: auto;
	margin:0 12px;
}
.feature-slider .swiper-slide .info{
	display: block;
	position: relative;
	transform: rotate(-2.45deg);
	-webkit-transform: rotate(-2.45deg);
	text-align: center;
	margin-bottom: 69px;
}
.feature-slider .swiper-slide .info .sub{
	font-style: normal;
	font-weight: normal;
	font-size: 45px;
	line-height: 58px;
	display: block;
	margin-bottom: 0;
	text-transform: capitalize;
	color: #FFFFFF;
	font-family: "Lato", sans-serif;
}
.feature-slider .swiper-slide .info .step{
	font-family: "DK Bocadillo", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 75px;
	line-height: 60px;
	color: #FFFFFF;
	display: block;
	text-align: center;
}
.feature-slider .swiper-slide .product-description{
	display: block;
	width: 100%;
	height: 628px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
.feature-slider .swiper-slide .product-description .product-inner{
	display: block;
	height: 100%;
	background-size: cover;
	background-position: center center;
	padding: 40px;
	box-sizing: border-box;
	z-index:1;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	border-radius:6px;
	-webkit-border-radius:6px;
}
.feature-slider .swiper-slide .product-description .product-inner:before{
	border: 0px solid #fe704a;
	z-index:-1;
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition: all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
.no-touch .feature-slider .swiper-slide .product-description:hover  .product-inner:before{
    border-width:8px;	
    background-color:rgba(0,0,0,0.3);
}
.feature-slider .swiper-slide .product-description .product-inner .desc p,
.feature-slider .swiper-slide .product-description .product-inner .desc{
	font-style: normal;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	display: block;
	color: #FFFFFF;
	margin-bottom: 40px;
	opacity: 1;
	text-transform: uppercase;
}
.feature-slider .swiper-slide .product-description .product-inner .desc p:last-child{
	margin-bottom: 0;
}
.feature-slider .swiper-slide .product-description .product-inner span{
	width: 64px;
	height: 64px;
	display: block;
	margin:0 auto;
}
.feature-slider .swiper-slide .product-description .product-inner span svg{
	display:block;
	width:100%;
}
.feature-slider .swiper-slide.slide-1{
	margin-top: 22px;
}
.feature-slider .swiper-slide.slide-2{
	margin-top: 148px;
}
.feature-slider .swiper-slide.slide-3{
	margin-top: 0;
}
.section-aquarium .top-info{
	padding-top: 180px;
	display: block;
	max-width: 84%;
	margin: 0 auto;
}
.feature-slider .swiper-slide .product-description .product-inner .desc,
.feature-slider .swiper-slide .product-description .product-inner span{
	transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	opacity:0;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.feature-slider .swiper-slide .product-description .product-inner span{
	transition-delay:0.1s;
	-webkit-transition-delay:0.1s;
}
.no-touch .feature-slider .swiper-slide .product-description:hover  .product-inner .desc,
.no-touch .feature-slider .swiper-slide .product-description:hover  .product-inner span{
	transform:translateY(0px);
	-webkit-transform:translateY(0px);
	opacity:1;
}
.section-aquarium .s-vector{
	top:0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: -1;
	width: 940px;
	opacity:1;
}
.section-banner .scroll-b{
	position: absolute;
	bottom:5%;
	z-index: 5;
	pointer-events: none;
	left: 50%;
	transition: all  0.4s ease-in-out;
	-webkit-transition: all  0.4s ease-in-out;
	transition-delay: 2.8s;
	-webkit-transition-delay: 2.8s;
	opacity:0;
	transform: translate(-50%,-40px);
	-webkit-transform: translate(-50%,-40px);
}
.section-banner .scroll-b.active{
	opacity: 1;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.section-top-single-page{
	/* background-image: url(/web/20211201031517im_//wp-content/themes/mowi/assets/images/vector-pattern.svg); */
	background-size: cover;
	background-position: center center;
	background-color: #2D2D2D;
	z-index: 2;
}
.section-top-single-page .top-info{
	display: block;
	padding: 150px 0 60px 0;
}
.section-top-single-page.vector-bg .top-info{
	/* padding-bottom:0; */
}
.md-section .top-info.no-bot{
	margin-bottom: 0;
	padding-bottom: 0;
}
.md-section .title-top{
	display: block;
	margin-bottom: 50px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 54px;
	line-height: 64px;
}
.md-section .title-top:after{
	width: 80px;
	height: 8px;
	content: "";
	background:#FF6F4A;
	display: block;
	margin-top: 15px;
}
.section-quiz{

}
.md-section .quiz-content{
	display: block;
}
.quiz-content .title-quiz{
	font-family: 'DK Bocadillo', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 1;
	text-align: center;
	color: #FF6F4A;
	transform: rotate(-2.45deg);
	-webkit-transform: rotate(-2.45deg);
	margin-bottom: 8px;
}
.quiz-content .summary{
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
.quiz-content .inner-item{
	display: block;
	text-align: center;
	font-size: 0;
	padding-top: 45px;
	margin-bottom: 89px;
}
.quiz-content .inner-item .item{
	width:253px;
	height: 253px;
	display: inline-block;
	vertical-align: middle;
	margin:10px 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
	align-items: center;
}
.quiz-content .inner-item .item input{
	position: absolute;
	display: none;
}
.quiz-content .inner-item .item > div{
	position:relative;
	z-index:2;
	display:block;
	flex-basis: 100%;
	text-align:center;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 15px;
}
.quiz-content .inner-item .item:before{
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #FF6F4A;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.quiz-content .inner-item .item:after{
	z-index: 2;
	content: "";
	width: 3px;
	height:50px;
	position: absolute;
	top:0;
	left: 50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	background-color: #fff;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transform-origin:center top;
	-webkit-transform-origin:center top;
	pointer-events:none;
}
.no-touch .quiz-content .inner-item .item:hover:after{
	opacity:0;
	transform:translate(-50%,-50px);
	-webkit-transform:translate(-50%,-50px);
}

.quiz-content .inner-item .item .name{
	font-family: 'DK Bocadillo', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 1;
	display: block;
	text-align: center;
	color: #FFFFFF;
	transform: rotate(-2.45deg);
	-webkit-transform: rotate(-2.45deg);
	z-index: 2;
	margin-bottom: 10px;
}
.quiz-content .inner-item .item .desc{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	color: #FFFFFF;
	z-index: 2;
}
.quiz-content .note{
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0.03em;
	margin: 0 auto 50px;
	max-width: 800px;
	display: none;
}
.quiz-content .item .bg{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height:100%;
	background-size: cover;
	background-position: center center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.quiz-content .item .bg:before{
	content:"";
	position:relative;
	top:0;
	display:block;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	border-radius:50%;
	-webkit-border-radius:50%;
}
.quiz-content .item:hover .bg{

}
.quiz-content .item.active:before,
.no-touch .quiz-content .inner-item .item:hover:before{
	transform:scale(0);
	-webkit-transform:scale(0);
}
.quiz-content .item.active .bg,
.no-touch .quiz-content .item:hover .bg{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
}

.md-section .wp-num{
	display: block;
	position: relative;
	text-align:center;
	width: 100%;
	padding-top: 53px;
}
.md-section .wp-num .wp-img{
	position: relative;
	display:block;
}
.md-section .wp-num .wp-img .img{
	display:block;
	
}
.md-section .wp-num .vector-fish{
	position:absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: -1;
	width: 708px;
}
.md-section .wp-num .mowi{
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	display: block;
	margin-top: -57px;
	position: relative;
	z-index: 2;
}
.md-section .wp-num .mowi:before{
	content:"";
	background-color: #FF6F4A;
	width: 3px;
	height: 109px;
	margin:0 auto 38px;
	display: block;
}
.wp-num .item{
	position: absolute;
	text-align: left;
}
.wp-num .item .num{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 1;
	display: block;
	margin-bottom: 14px;
	color: #FF6F4A;
}
.wp-num .item .desc{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.03em;
	display: block;
	color: #2C2A29;
}
.wp-num .item.item-1{
	width: 285px;
	left: -204px;
	top: -14px;
	text-align: right;
}
.wp-num .item.item-2{
	width: 285px;
	top: -19px;
	right: -204px;
}
.wp-num .item.item-3{
	width: 285px;
	right: -412px;
	top: 213px;
}
.wp-num .item.item-4{
	width: 285px;
	right: -303px;
	bottom: 65px;
}
.wp-num .item.item-5{
	width: 180px;
	left: -307px;
	bottom: 162px;
	text-align: right;
}
.section-count .inner-content{
	display: block;
	position: relative;
}
.section-count .inner-content:before{
	z-index: -1;
	content: "";
	position: absolute;
	top:-70px;
	left: 0;
	height: calc(100% + 110px);
	width: 100%;
	background:#BBBBBB;
	opacity:0.3;
}
.section-count .vector-part{
	z-index: -1;
	top: 50px;
	left:0;
}
.section-count .list-item{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.section-count .list-item .inner-item{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.section-top-single-page .img-banner{
	display: block;
}
.section-top-single-page.has-image{
	background-image: none;
	background-color:transparent
}
.section-top-single-page.has-image:before{
	z-index: -1;
	content: "";
	top:0;
	left: 0;
	/* background-image: url(/web/20211201031517im_//wp-content/themes/mowi/assets/images/vector-pattern.svg); */
	background-size: cover;
	background-position: center center;
	background-color: #2D2D2D;
	width: 100%;
	height: calc(100% - 495px);
	position: absolute;
	
}
.section-top-single-page .img-banner .img{
	width: calc(100% + 348px);
	background-size: cover;
	background-position: center right;
	display: block;
}
.section-top-single-page .img-banner .img img{
	opacity: 0;
}

.section-top-single-page.vector-bg{
	background-image: none;
}
.section-top-single-page .img-bg-section{
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
}
.section-top-single-page .over-lay{
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	overflow: hidden;
}
.section-top-single-page .over-lay .clip{
	display: block;
	width: 100%;
	height:100%;
	background-size: cover;
	background-position: center center;
	clip-path: circle(244px at 82.5% center);
}
.section-top-single-page .content-contact{
	display: block;
	padding-top: 86px;
}
.section-top-single-page .wp-section{
	z-index: 3;
}
.section-top-single-page .content-contact .info{
	display: block;
	width: 100%;
	font-size: 0;
}
.section-top-single-page .content-contact .info .item{
	display: inline-block;
	width: 50%;
	padding-right: 20px;
	vertical-align: top;
}
.section-top-single-page .content-contact .info .item .lbl{
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	display: block;
	color: #FFFFFF;
	margin-bottom: 23px;
}
.section-top-single-page .content-contact .info .item .desc{
	display: block;
}
.section-top-single-page .content-contact .info .item .desc a{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.03em;
	color: #FF6F4A;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	text-decoration: underline;
	text-decoration-color: transparent;
}
.no-touch .section-top-single-page .content-contact .info .item .desc a:hover{
	text-decoration-color: #FF6F4A;
}
.section-top-single-page .vector-mowi{
	left: calc(82% - (1000px / 2) + 13px);
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 1001px;
}

.md-section .block-feature-product{
	display: block;
	margin-bottom: 205px;
}
.block-feature-product .item{
	display: block;
	height: 364px;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 6px;
	background:#fff;
	position: relative;
	overflow: hidden;
}
.block-feature-product .item .name{
	padding-left: 100px;
	display: block;
	position: relative;
	z-index: 3;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	color: #FF6F4A;
	width: 50%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
}
.no-touch .block-feature-product .item:hover .name{
	color:#fff;
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}
.no-touch .block-feature-product .item:hover .name:before{
	background-color: #fff;
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}

.block-feature-product .item .name:before{
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	content: "";
	position: absolute;
	width: 67px;
	height: 3px;
	background-color: #FF6F4A;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.block-feature-product .item .bg{
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	transition: all 0.22s ease;
	-webkit-transition: all 0.22s ease;
}
.block-feature-product .item .bg.clip{
	clip-path: circle(117.5px at 75% center);
	z-index: 1;
}
.no-touch .block-feature-product .item:hover .bg.clip{
	clip-path: circle(600px at 75% center);
	z-index: 1;
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}
.block-feature-product .item .bg.clip:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.no-touch .block-feature-product .item:hover .bg.clip:before{
	opacity: 1;
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}
.block-feature-product .item .circle{
	width: 235px;
	height: 235px;
	z-index: 3;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.5);
	-webkit-border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(75% - 117.5px);
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	opacity:0;
}
.no-touch .block-feature-product .item:hover .circle{
	opacity:1;
}
.block-feature-product .item .circle svg{
	display:block;
	position:relative;
	top:50%;
	left:45%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
.no-touch .block-feature-product .item:hover .circle svg{
	left:50%;
}
.section-slider-product .vector-product{
	left: 0;
	top: 0;
}
.md-section .block-slider-product{
	display: block;
}
.md-section .block-slider-product .row > .small-12:first-child{
	position:relative;
	z-index:3;
}
.block-slider-product .inner-slider-product{
	display: block;
	position: relative;
}
.slider-product .swiper-slide:not(.swiper-slide-active){
	opacity: 0 !important;
}
.slider-product .swiper-slide{
	align-self: normal;
	height: 100%;
}

.slider-product .swiper-slide > div{
	display: block;
	text-align: center;
}
.slider-product .swiper-slide > div img{
	display: block;
	margin:0 auto;
}
.slider-product .swiper-wrapper{
	height:100%;
}
.slider-product.swiper-container{
	padding-bottom:0;
}
.slider-product .sw-button span:before{
	width:100%;
	height:100%;
	transform: none;
	top: 0;
	left: 0;
	transform-origin: center center !important;
}
.no-touch .md-section .slider-product .sw-button:hover span:before{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.slider-product .sw-button span svg{
	transform: translate(-50%,-50%) !important;
    -webkit-transform: translate(-50%,-50%) !important;
}
.section-slider-product.md-section .title-section:after{
	display:none;
}

.block-slider-product .vector-mowi{
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 1009px;
}
.md-section .block-single-map.top{
	width: 554px;
}
.md-breadcrumb{
	display: block;
	position: absolute;
	padding: 30px 0 0 0;
	margin-bottom: 0;
	width: 100%;
	z-index: 3;
}
.md-breadcrumb p{
	margin-bottom:0;
}
.md-section .md-breadcrumb .rank-math-breadcrumb a,
.md-section .md-breadcrumb .rank-math-breadcrumb span{
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	align-items: center;
	text-align: left;
	vertical-align: middle;
	color: #2c2a29;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	margin-right: 32px;
	position: relative;
}
.md-section .md-breadcrumb .rank-math-breadcrumb a{
	text-decoration:underline;
	text-decoration-color:transparent;
}
.md-section .md-breadcrumb.white .rank-math-breadcrumb a,
.md-section .md-breadcrumb.white .rank-math-breadcrumb span
.md-section.section-dark .md-breadcrumb .rank-math-breadcrumb a,
.md-section.section-dark .md-breadcrumb .rank-math-breadcrumb span{
	color:#fff;
}
.md-section.section-dark .md-breadcrumb .rank-math-breadcrumb a,
.md-section.section-dark .md-breadcrumb .rank-math-breadcrumb span{
	color:#fff;
}
/*.md-section .md-breadcrumb .rank-math-breadcrumb {
	color:#F9B019 !important;
}*/
.md-section .md-breadcrumb .rank-math-breadcrumb .separator{
	display: none;
}
.md-section .md-breadcrumb .rank-math-breadcrumb a:before{
	content:"";
	position:absolute;
	bottom:2px;
	left:0;
	width:100%;
	height:1px;
	background-color: #2c2a29;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	opacity: 0;
	display:none;
}
.md-section.section-dark .md-breadcrumb .rank-math-breadcrumb a:before,
.md-section .md-breadcrumb.white .rank-math-breadcrumb a:before{
	background-color:#fff;
}

.md-section .md-breadcrumb .rank-math-breadcrumb a:hover{
	text-decoration-color:inherit;
	color: #fe704a !important;
}
.md-section .md-breadcrumb .rank-math-breadcrumb a:last-child,
.md-section .md-breadcrumb .rank-math-breadcrumb span:last-child{
	color: #FF6F4A !important;
}
.md-section .md-breadcrumb.white .rank-math-breadcrumb a,
.md-section .md-breadcrumb.white .rank-math-breadcrumb span{
	color:#fff;
}

.md-section .md-breadcrumb .rank-math-breadcrumb span:not(.last):after,
.md-section .md-breadcrumb .rank-math-breadcrumb a:after{
	content: "";
	position: absolute;
	top: 8px;
	right: -21px;
	width: 5px;
	height: 9px;
	background-image:url("/wp-content/themes/mowi/assets/images/bc-icon.svg");
	background-repeat: no-repeat;
}
.md-section .md-breadcrumb.white .rank-math-breadcrumb span:not(.last):after,
.md-section .md-breadcrumb.white .rank-math-breadcrumb a:after{
	background-image:url("/wp-content/themes/mowi/assets/images/bc-icon-white.svg");
}
.section-top-single-page.no-bg{
	background-color: transparent;
	background-image:none;
}
.section-top-single-page.no-bg .row > .columns{
	position: relative;
}
.md-section .block-single-map.top-page{
	position: absolute;
	max-width: 660px;
}
.md-section .block-single-map.top-page .dot.dot-1 span:after{
	width:172px;
	height:172px;
}
.md-section .block-single-map.top-page .dot.dot-1{
	width:42px;
	height:42px;
}
.md-section .block-single-map.top-page .dot.dot-1 span i{
	border-width:2px;
}
.md-section .block-single-map.top-page .dot.dot-2{
	width:34px;
	height:34px;
}
.md-section .block-single-map.top-page .dot.dot-3{
	width:23px;
	height:23px;
}
.md-section .block-single-map.top-page .dot.dot-1 span:before{
	width:8px;
	height:8px
}

.md-section .block-single-map.top-page .dot.dot-2 span:before{
	width:6px;
	height:6px
}

.md-section .block-single-map.top-page .dot.dot-3 span:before{
	width:3px;
	height:3px
}

.md-section .md-recette{
	display: block;
}
.md-section .md-recette.list-recette{
	padding-top: 0;
	padding-bottom: 200px;
	margin-bottom: 83px;
}
.section-recette-top{
	margin-top: -276px;
	z-index: 10;
}
.md-section .lbl-intro-recette{
	display: block;
	margin-bottom: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.3;
	color: #FFFFFF;
}
.md-section .md-recette.recette-top{
	margin-bottom: -50px;
	margin-top: -64px;
}
.md-section .md-recette .item-recette{
	display: block;
	width: 100%;
	height: 586px;
	z-index: 1;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 6px;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.md-recette .slider-recette .swiper-slide{
	width: 392px;
	margin: 40px 12px 10px 12px;
}
.md-recette .slider-recette .swiper-slide.recette-1{
	margin-top: 41px;
}
.md-recette .slider-recette .swiper-slide.recette-2{
	margin-top: 93px;
}
.md-recette .slider-recette .swiper-slide.recette-3{
	margin-top: 0px;
}
.md-recette .item-recette .bg{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	/* clip-path: circle(145.5px at center 188.5px); */
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	background-size: cover;
	background-position: center center;
}    
.no-touch .md-recette .item-recette:hover .bg{
	/* clip-path: circle(450px at center 188.5px); */
	/* transition-delay:0.2s; */
	/* -webkit-transition-delay:0.2s; */
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.md-recette .item-recette .block-dt{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	padding:23px;
	box-sizing: border-box;
	text-align: center;
}
.md-recette .item-recette .block-dt .inner{
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	display: block;
	padding: 34px 20px;
	position: relative;
	z-index: 2;
	transition-delay:0.2s;
	-webkit-transition-delay:0.2s;
}
/* .no-touch .md-recette .item-recette:hover .block-dt .inner:after{
	background-color: #FF6F4A;
	opacity:1;
	transition-delay:0s;
	-webkit-transition-delay:0s;
	transform: scale(1);
	-webkit-transform: scale(1);
} */

.md-recette .item-recette:hover .block-dt .inner:after{
	background-color: #FF6F4A;
	opacity:1;
	transition-delay:0s;
	-webkit-transition-delay:0s;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.no-touch .md-recette .item-recette:hover .block-dt .inner .name{
	color:#fff;
	transition-delay:0s;
	-webkit-transition-delay:0s;
}
.md-recette .item-recette .block-dt .inner:after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top:0px;
	left: 0px;
	box-sizing: border-box;
	z-index: -1;
	transition-delay:0.2s;
	-webkit-transition-delay:0.2s;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	transform: scale(1);
	-webkit-transform: scale(1);
	/* opacity: 0; */
	background-color: #FF6F4A;
}
.md-recette .item-recette .block-dt .inner:before{
	width: calc(100% - 18px);
	height: calc(100% - 18px);
	content: "";
	position: absolute;
	top:9px;
	left: 9px;
	box-sizing: border-box;
	border:1px solid #fff;
	z-index: 1;
	transition-delay:0.2s;
	-webkit-transition-delay:0.2s;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	opacity: 0;
}
/* .no-touch .md-recette .item-recette:hover .block-dt .inner:before{
	opacity:1;
	transition-delay:0s;
	-webkit-transition-delay:0s;
	transform: scale(1);
	-webkit-transform: scale(1);
} */
.md-recette .item-recette .block-dt .inner:before{
	opacity:1;
	transition-delay:0s;
	-webkit-transition-delay:0s;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.md-recette .item-recette .block-dt .inner .name{
	transition-delay:0.2s;
	-webkit-transition-delay:0.2s;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	display: block;
	margin-bottom: 10px;
	color: #FF6F4A;
	position: relative;
	z-index: 2;
	color: #fff;
}
.md-recette .item-recette .block-dt .inner .tag{
	position: relative;
	z-index: 2;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	display: block;
	color: #2C2A29;
}
.slider-recette .swiper-slide{
	width: 392px;
}
.md-section .wp-single-info{
	display: block;
	padding: 122px 0 56px;
	background-color: #FF6F4A;
	position: relative;
	z-index: 1;
}
.md-section .wp-single-info:before{
	width: calc(100% - 32px);
	height: calc(100% - 32px);
	content: "";
	position: absolute;
	top:16px;
	left: 16px;
	box-sizing: border-box;
	border:2px solid #fff;
	z-index: 1;
}
.wp-single-info .icon-top{
	position: absolute;
	z-index: 1;
	top: -69px;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.wp-single-info .icon-top span{
	display: block;
	position: relative;
}
.wp-single-info .icon-top span:before,
.wp-single-info .icon-top span:after{
	width: 44px;
	height: 10px;
	content: "";
	position: absolute;
	bottom: 40px;
	left: -36px;
	background-color: #FF6F4A;
}
.wp-single-info .icon-top span:after{
	left:auto;
	right:-36px
}
.md-section .swiper-container:last-child{
	margin-bottom: 0;
}
.md-section .md-filter{
	display: block;
	margin-bottom: 69px;
	position: relative;
}
.md-section .md-filter .lbl-filter{
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 19px;
	color: #FF6F4A;
	padding-top: 47px;
}
.md-section .md-filter .inner-filter{
	margin-left:-12px;
	margin-right:-12px;
	font-size: 0;
}
.md-section .md-filter .inner-filter .item{
	display: inline-block;
	border:2px solid #BBBBBB;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	vertical-align: top;
	width: 130px;
	height: 130px;
	transition: all cubic-bezier(0.23, 1, 0.320, 1) 0.3s;
	-webkit-transition: all cubic-bezier(0.23, 1, 0.320, 1) 0.3s;
	padding:10px;
	margin: 0 12px 20px;
	background: #fff;
}
.md-section .md-filter .inner-filter .item.active,
.md-section .md-filter .inner-filter .item:hover{
	background-color: #FF6F4A;
	border-color: #FF6F4A;
}
.md-section .md-filter .inner-filter .item .title{
	position: absolute;
	bottom:16px;
	padding:0 10px;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	transition: all cubic-bezier(0.23, 1, 0.320, 1) 0.3s;
	-webkit-transition: all cubic-bezier(0.23, 1, 0.320, 1) 0.3s;
	color: #1D3255;
	text-align: center;
	width: 100%;
	left: 0;
}
.md-section .md-filter .inner-filter .item.active .title.reset,
.md-section .md-filter .inner-filter .item.active .title,
.no-touch .md-section .md-filter .inner-filter .item:hover .title.reset,
.no-touch .md-section .md-filter .inner-filter .item:hover .title{
	color:#fff;
}

.md-section .md-filter .inner-filter .item .title.reset{
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: rgba(29, 50, 85, 0.6);
}

.md-section .md-filter .inner-filter .item .icon{
	width: 100%;
	height: 69px;
	position: relative;
}
.md-section .md-filter .inner-filter .item .icon img{
	display: block;
	margin:0 auto;
	transition: all cubic-bezier(0.23, 1, 0.320, 1) 0.3s;
	-webkit-transition: all cubic-bezier(0.23, 1, 0.320, 1) 0.3s;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.md-section .md-filter .inner-filter .item .icon .hover{
	
	opacity: 0;
}
.md-section .md-filter .inner-filter .item.active .icon .hover,
.no-touch .md-section .md-filter .inner-filter .item:hover .icon .hover{
	opacity: 1;
}
.md-section .md-filter .inner-filter .item.active .icon .normal,
.no-touch .md-section .md-filter .inner-filter .item:hover .icon .normal{
	opacity: 0;
}
.md-recette.list-recette .item-recette{
	margin-bottom:24px
}

.list-recette .row > .columns:nth-child(3n + 1) .item-recette{
	top:100px;
}

.list-recette .row > .columns:nth-child(3n + 2) .item-recette{
	top:200px;
}
.list-recette .row > .columns:nth-child(3n + 1):last-child{
	margin-bottom:-100px;
}
.section-recette .vector-mowi{
	right: -658px;
	top: -232px;
	z-index: -1;
	pointer-events: none;
}
.section-recette .vector-food{
	right: 145px;
	top: -56px;
	z-index: -1;
	pointer-events: none;
}
.section-recette .vector-food-2{
	left: -43px;
	top: 26%;
	z-index: -1;
	pointer-events: none;
}
.md-section .block-single-map.absolute{
	left: auto;
	right: -200px;
	top: 0px;
	z-index: -1;
}
.md-section .faq-tab{
	display: block;
	width: 100%;
	/* background-color: #fff; */
	padding-top: 10px;
}
.md-section .faq-tab .item{
	display: block;
	margin-bottom: 8px;
}
.md-section .faq-tab .item:last-child{
	margin-bottom: 0;
}
.md-section .faq-tab .item .top-item{
	display: block;
	border-bottom: 2px solid #2c2a29;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	cursor:pointer;
}
.md-section .ddl-faq .item-faq .top:before{
	content:"";
	width:100%;
	height:2px;
	background-color:#2c2a29;
	position:absolute;
	bottom: -2px;
	left:0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	opacity: 0;
}
.no-touch .md-section .ddl-faq .item-faq:hover .top:before,
.md-section .ddl-faq .item-faq.active .top:before{
	background-color: #FF6F4A;
}
.no-touch .md-section .faq-tab .item:hover .top-item,
.md-section .faq-tab .item.active .top-item{
	border-color: #FF6F4A;
}
.md-section .ddl-faq .item-faq .title,
.md-section .faq-tab .item .lbl{
	padding:20px 30px;
	display: table;
	text-align: left;
	table-layout: fixed;
	border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	background:#2C2A29;
	position: relative;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color:#fff;
	z-index: 1;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	min-width: 300px;
	max-width: 700px;
}
.md-section .ddl-faq .item-faq .title{
	min-width:unset;
	width: 331px;
}
.md-section .faq-tab .item .lbl .text{
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}

.no-touch .md-section .ddl-faq .item-faq:hover .title,
.no-touch .md-section .ddl-faq .item-faq:hover .title:after,
.md-section .ddl-faq .item-faq.active .title,
.md-section .ddl-faq .item-faq.active .title:after,
.no-touch .md-section .faq-tab .item:hover .lbl,
.no-touch .md-section .faq-tab .item:hover .lbl:after,
.md-section .faq-tab .item.active .lbl,
.md-section .faq-tab .item.active .lbl:after{
	background-color: #FF6F4A;
}
.md-section .ddl-faq .item-faq .title:after,
.md-section .faq-tab .item .lbl:after{
	content: "";
	width: 100px;
	height: calc(100% + 6px);
	position: absolute;
	right: -20px;
	top: 0px;
	border-radius: 10px 10px 0 0;
	background-color: #2c2a29;
	transform: skewX(30deg);
	z-index: -1;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.md-section .ddl-faq .item-faq .title:after{
	height:100%
}
.md-section .ddl-faq .item-faq .title .svg,
.md-section .faq-tab .item .lbl .svg{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	top: -1px;
	
}
.md-section .ddl-faq .item-faq .title .svg svg,
.md-section .faq-tab .item .lbl .svg svg,
.md-section .ddl-faq .item-faq .title .svg svg path,
.md-section .faq-tab .item .lbl .svg svg path{
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.md-section .ddl-faq .item-faq .title .svg svg,
.md-section .faq-tab .item .lbl .svg svg{
	display: block;
	
}
.md-section .ddl-faq .item-faq .title .svg .sh,
.md-section .faq-tab .item .lbl .svg .sh{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	opacity: 0;
	
}
.md-section .ddl-faq .item-faq.active .title .svg .sh,
.md-section .faq-tab .item.active .lbl .svg .sh{
	opacity: 1;
}
.md-section .ddl-faq .item-faq.active .title .svg .hd,
.md-section .faq-tab .item.active .lbl .svg .hd{
	opacity: 0;
}
.no-touch .md-section .ddl-faq .item-faq:hover .title .svg .hd path,
.no-touch .md-section .faq-tab .item:hover .lbl .svg .hd path{
	fill:#fff;
}
.md-section .ddl-faq .list,
.md-section .faq-tab .list-question{
	display: block;
	border: 3px solid #FF6F4A;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	background: #fff;
	z-index: 2;
	position: relative;
	/* transition: all 0.2s ease-in-out; */
	/* -webkit-transition: all 0.2s ease-in-out; */
	display: none;
}
.md-section .ddl-faq .list{
	position: relative;
	width:370px;
	max-height:310px;
	overflow:auto;
	left:0;
	top:100%;
}
.ddl-faq .list .item,
.faq-tab .list-question .item-question{
	padding: 18px 27px;
	display: block;
	border-bottom: 1px solid #BBBBBB;
}
.ddl-faq .list .item:last-child,
.faq-tab .list-question .item-question:last-child{
	border-bottom:none;
}
.ddl-faq .list .item .question,
.faq-tab .list-question .item-question .question{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
	color: #2C2A29;
	opacity: 0.8;
	transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
}
.no-touch .ddl-faq .list .item .question:hover,
.no-touch .faq-tab .list-question .item-question .question:hover{
	color:#FF6F4A;
}
.section-top-single-page .vector-mowi-mask{
	left: 0px;
	top: 44px;
	z-index: -1;;
}
.section-top-single-page .vector-part{
	top:0px;
	left: -300px;
	width: 1000px;
	z-index: -1;
}

.md-section .ddl-faq{
	display: block;
	font-size: 0;
	position: absolute;
	top: 70px;
	left: -300px;
}
.md-section .ddl-faq .item-faq{
	display: block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	margin-right: 0;
	margin-bottom: 8px;
	width: 370px;
}
.md-section .ddl-faq .item-faq:nth-child(1){
	z-index: 10;
}
.md-section .ddl-faq .item-faq:nth-child(2){
	z-index: 9;
}
.md-section .ddl-faq .item-faq:nth-child(3){
	z-index: 8;
}
.md-section .ddl-faq .item-faq:nth-child(4){
	z-index: 7;
}
.md-section .ddl-faq .item-faq:nth-child(5){
	z-index: 6;
}
.md-section .ddl-faq .item-faq:hover{
	z-index: 10;
}
.md-section .ddl-faq .item-faq .top{
	position: relative;
	display: block;
}
.md-section .ddl-faq .item-faq:last-child{
	margin-right:0;
}
.no-touch .md-section .ddl-faq .item-faq:hover,
.md-section .ddl-faq .item-faq.active{
	z-index:20;
}

.md-section .content-faq .block-txt blockquote:before{
	position: absolute;
	top: 10px;
	left: -75px;
	background-image: url(/wp-content/themes/mowi/assets/images/orange-quote.svg);
	width: 55px;
	height: 61px;
	background-size: 100% auto;
	content: "";
	background-repeat: no-repeat;
}

.md-section .content-faq .block-txt blockquote{
	padding:0;
	border:none;
	position:relative;
}
.md-section .btn-more-faq{
	margin-top: 130px;
}
.md-section .info-recette{
	display: block;
	position: relative;
}
.md-section .info-recette .item{
	display: block;
	text-align: center;
	margin-bottom: 53px;
}

.md-section .info-recette .item img{
	display: block;
	margin:0 auto 10px;
}

.md-section .info-recette .item .name{
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	color: #2C2A29;
	display: block;
}

.md-section .info-recette .item .time{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	color: #FF6F4A;
	display: block;
}
.md-section .intro-recette{
	display: block;
}
.md-section .intro-recette .img-recette{
	display: block;
	background-size: cover;
	background-position: center center;
	width: calc(100% + 348px);
	margin-bottom: 73px;
}
.md-section .intro-recette .img-recette img{
	opacity: 0;
}

.md-section .thumb-info-recette {
	height: auto;
	position: fixed;
	top: 47%;
	left: 0;
	display: flex;
	flex-direction: column-reverse;
}
.md-section .thumb-info-recette .item{
	color:#fff;
	display: flex;
	width: 100px;
	border-bottom:1px solid #fff;
	background-color: #2C2A29;
	align-items: center;
	text-align: center;
	position: relative;
	flex-direction: column;
	height: 100px;
	justify-content: center;
}
.md-section .thumb-info-recette .item:first-child{
	border-radius:0 0 10px 0;
	-webkit-border-radius:0 0 10px 0;
}
.md-section .thumb-info-recette .item:last-child{
	border-radius:0 10px 0 0;
	-webkit-border-radius:0 10px 0 0;
	
}
.md-section .thumb-info-recette .item .inn{
	align-items: center;
	align-self: center;
}
.md-section .thumb-info-recette .item img{
	display: block;
	margin:0 auto 5px;
}
.md-section .thumb-info-recette .item .txt{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	display:block
}
.md-section .thumb-info-recette .item.share .txt{
	font-weight: normal;
	color:#BBBBBB;
}
.md-section .thumb-info-recette .item.share{
	cursor: pointer;
}
.md-section .thumb-info-recette .item.share{border:none}
.md-section .thumb-info-recette .item .md-share{
	position:absolute;
	top:100%;
	width: 100%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	text-align: center;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	box-sizing: border-box;
	align-items: center;
}
.md-section .thumb-info-recette .item:hover .md-share{
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
.md-section .thumb-info-recette .item .md-share a{
	margin: 14px 0;
	font-size: 25px;
	color: #fe704a;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}
.no-touch .md-section .thumb-info-recette .item .md-share a:hover{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.md-section .tips-recette{
	position: relative;
	top:0;
	left: calc((100vw - 137%) / 2 + 100%);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	width: 50px;
	height: 50px;
	background-color: #fe704a;
	border-radius: 50%;
	-webkit-border-radius:50%;
	margin-bottom:-60px;
	cursor: pointer;
}
.md-section .tips-recette .inn{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.md-section .tips-recette .inn svg{
	position: relative;
	display: block;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 7px;
}
.md-section .tips-recette .inn span{
	display:block;
	position: relative;
	padding:10px 16px;
	width: 100%;
	height: 100%;
}
.md-section .tips-recette .inn span:after{
	width:12px;
	height:12px;
	position:absolute;
	right: -4px;
	content:"";
	top: 13px;
	background-color: #2c2a29;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.md-section .tips-recette .inn .txt{
	position: absolute;
	right: calc(100% + 10px);
	height: 40px;
	top:50%;
	transform: translate(-10px,-50%);
	-webkit-transform: translate(-10px,-50%);
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	font-family:
	"Poppins", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	width: 133px;
	border-radius: 6px;
	background: #2c2a29;
	pointer-events: none;
	opacity: 0;
}
.no-touch .md-section .tips-recette:hover .inn .txt{
	transform: translate(0px,-50%);
	-webkit-transform: translate(0px,-50%);
	opacity:1;
}
.md-popin{}
.md-popin .row{
	position:relative;
	z-index:10;
}
.popin-tips{
	padding-top:70px;
	max-width: 1200px;
}
.md-section .wp-ctn-recette{
	display: block;
}
.wp-ctn-recette .left-ctn{
	display: block;
	position: relative;
	padding-top: 28px;
}
.wp-ctn-recette .left-ctn .count{
	display:flex;
	margin-bottom: 68px;
	align-items: center;
}
.wp-ctn-recette .left-ctn .count .func{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background:#FF6F4A;
	position: relative;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.no-touch .wp-ctn-recette .left-ctn .count .func:hover{
	background-color: #2C2A29;
}
.wp-ctn-recette .left-ctn .count .func svg{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.wp-ctn-recette .left-ctn .count .num{
	margin: 0 15px;
}
.wp-ctn-recette .left-ctn .count .num input{
	width: 65px;
	height: 50px;
	border:1px solid #BBBBBB;
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
	text-align:center;
	color: #2C2A29;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	pointer-events: none;
}
.wp-ctn-recette .left-ctn .info{
	display: block;
}
.wp-ctn-recette .left-ctn .info .ttl{
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	display: block;
	color: #2C2A29;
	margin-bottom: 35px;
}
.wp-ctn-recette .left-ctn .info .list{
	display: block;
	margin: 0 0 116px 0;
	padding:0;
}
.wp-ctn-recette .left-ctn .info .list:last-child{
	margin-bottom:0;
}
.wp-ctn-recette .left-ctn .info .list li{
	display: block;
	margin-bottom: 28px;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 33px;
	padding-left: 20px;
	position:relative;
}
.wp-ctn-recette .left-ctn .info .list li:before{
	border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#FF6F4A;
	content:"";
	position:absolute;
	left:0;
	top:12px;
	width:10px;
	height:10px;
}
.wp-ctn-recette .right-ctn .list li > div,
.wp-ctn-recette .left-ctn .info .list li > div{
	display:block;
}
.wp-ctn-recette .right-ctn .list li span,
.wp-ctn-recette .left-ctn .info .list li span{
	color: #FF6F4A;
	font-weight: bold;
}
.wp-ctn-recette .left-ctn .info .list li:last-child{
	margin-bottom:0;
}

/* Chrome, Safari, Edge, Opera */
.wp-ctn-recette input::-webkit-outer-spin-button,
.wp-ctn-recette input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.wp-ctn-recette input[type=number] {
  -moz-appearance: textfield;
}

.md-section.section-content-recette .wp-section{
	margin-top:0;
}
.wp-ctn-recette .left-ctn .lbl-ctn{
	display: block;
	margin-bottom: 36px;
	padding-bottom: 23px;
	border-bottom: 1px solid #BBBBBB;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4;
	color: #2C2A29;
}
.wp-ctn-recette .right-ctn{
	display: block;
	padding-top: 29px;
}

.wp-ctn-recette .right-ctn .list{
	padding:0;
	margin:0;
}
.wp-ctn-recette .right-ctn .list li{
	display: block;
	margin-bottom: 77px;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 33px;
	position:relative;
	padding-left: 0;
}
.wp-ctn-recette .right-ctn .list li::before{
	display: none;
}
.wp-ctn-recette .block-single-video{
	height:338px;
	margin-top: 40px;
	max-width: 600px;
	margin-left: 0;
}
.popin-video iframe{
	width: 100%;
	height: 600px;
}
.popin-video{
	width: 80%;
	max-width: 80%;
}
.md-section .md-rating{
	display: block;
	margin-top: 0;
}
.md-section .md-rating .inner-rating{
	display: block;
	font-size: 0;
	padding: 43px 40px;
	background-color: #fe704a;
}
.md-rating .inner-rating .lbl{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 32px;
	color: #FFFFFF;
	display: inline-block;
	width: 50%;
	text-align: left;
	vertical-align: middle;
}
.md-rating .inner-rating .yasr-visitor-votes,
.md-rating .inner-rating .rating-star{
	width:50%;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}
.md-rating .yasr-small-block-bold{
	display:none
}
.md-rating .inner-rating .yasr-star-rating,
.md-rating .inner-rating .rating-star span{
	width: 214px !important;
	height: 35px !important;
	background-image:url(/wp-content/themes/mowi/assets/images/star-empty.svg);
	margin: 0 0 0 auto;
	position: relative;
	background-size:214px 35px !important;
}
.md-rating .yasr-visitor-votes-after-stars img{
	display:none;
}
.yasr-star-rating .yasr-star-value{
	background-image:url(/wp-content/themes/mowi/assets/images/star.svg);
	background-size:214px 35px !important;
}
.md-rating .inner-rating .rating-star span i{
	width: 0%;
	position: absolute;
	top:0;
	left:0;
	background-image:url(/wp-content/themes/mowi/assets/images/star.svg);
	height: 100%;
}
.md-footer .link-bot{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 85px;
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.md-footer .link-bot .item{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.md-footer .link-bot .item .link{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.03em;
	position: relative;
	overflow: hidden;
	color: #fff;
	margin: 5px 36px;
}
.top-listing-recette{
	z-index: 6;
}
.slider-product .img{
	margin-bottom:70px;
}
.slider-product .block-btn .btn-default{
	max-width:288px;
}
.section-slider-product{
	background-color: #2D2D2D;
	height: 100vh;
	overflow: hidden;
	display: block;
}
.section-slider-product .wp-section{
	z-index: 30;
}
.md-section .title-section.title-product{
	margin-left: 6.145%;
	color:#fff;
}
.md-section .title-section.title-product span{
	text-transform: uppercase;
	color:#FF6F4A;
}

.section-slider-product .block-visual{
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
.section-slider-product .block-visual .wp-visual{
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
.section-slider-product .block-visual .wp-visual .scroll-item{
	position: absolute;
	background-color: transparent;
	display: block;
	width: 100%;
	height:	100%;
	font-size: 0;
	top:0;
	left: 0;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
}
.section-slider-product .block-visual .wp-visual .scroll-item.active{
	display: block;
	opacity: 1;
	z-index: 5;
	pointer-events: auto;
}
.block-visual .wp-visual .content,
.block-visual .wp-visual .visual{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	position: relative;
}
.wp-visual .visual .img-visual{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	-webkit-transition: opacity 1.2s linear, -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1);
	transition: opacity 1.2s linear, -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1);
	transition: opacity 1.2s linear, transform 1.2s cubic-bezier(.19, 1, .22, 1);
	transition: opacity 1.2s linear, transform 1.2s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: scale(.85);
    transform: scale(.85);
    opacity:0.001;

}
.wp-visual .active .visual .img-visual{
	-webkit-transform: scale(1);
    transform: scale(1);
    opacity:1;
}

.wp-visual .visual .img-visual img{
	opacity: 0;
}
.block-visual .wp-visual .content{
	padding-right: 8.75%;
	padding-top:5%;
	background: #2D2D2D;
	z-index: 1;
}
.block-visual .main-visual{
	box-shadow: 80px 20px 60px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 80px 20px 60px rgba(0, 0, 0, 0.15);
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 30;
	pointer-events: none;
}
.block-visual .main-visual img{
	max-height: 30vh;
	max-width: 38vw;
}
.block-visual .wp-deco{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	z-index: -1;
}
.block-visual .wp-deco .inner-deco{
	width: 100%;
	height:100%;
	position: relative;
	display: block;
}
.block-visual .wp-deco .deco{
	position: absolute;
	opacity: 0;
	transition: opacity 1.2s linear, transform 1.2s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition: opacity 1.2s linear, transform 1.2s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1);
	transition-delay:0.2s;
	-webkit-transition-delay:0.2s;
	transform:translateY(50px);
	-webkit-transform:translateY(50px);
}
.block-visual .active .wp-deco .deco{
	opacity:1;
	transform:translateY(0);
	-webkit-transform:translateY(0);
}
.block-visual .wp-deco .deco img{
	position: relative !important;
}
.wp-deco .deco.deco-1{
	top: 12%;
	right: 2%;
}
.wp-deco .deco.deco-9{
	right: 23%;
}
.wp-deco .deco.deco-2{
	bottom: 0;
	left: 4%;
}
.block-visual .inner-content{
	display:block;
	padding-top: 9%;
}
.block-visual .inner-content .title{
	font-family: 'DK Bocadillo', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 72px;
	line-height: 1;
	color: #FFFFFF;
	transform: rotate(-2.45deg);
	-webkit-transform: rotate(-2.45deg);
	position: relative;
	display:block;
	margin-bottom: 47px;
	text-align: center;
	left: -7%;
	overflow: hidden;
}
.block-visual .inner-content .title p{
	display: block;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: .25s;
	animation-duration: .25s;
	-webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	animation-timing-function: cubic-bezier(.25,.46,.45,.94);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	animation-delay: 300ms;
	-webkit-animation-delay: 300ms;
	line-height: inherit;
	opacity: 0;
}
.block-visual .active .inner-content .title p{
	animation-name:slide-up;
	-webkit-animation-name:slide-up;
}
.block-visual .inner-content .title span{
	display:block;
	left: 18%;
	position:relative;
}
.block-visual .inner-content .block-info{
	width: 50%;
	min-width: 450px;
	display:block;
	margin:0 0 0 auto;
	overflow: hidden;
}
.block-visual .active .inner-content .block-info .block-txt,
.block-visual .active .inner-content .block-info .sub{
	animation-name:slide-up;
	-webkit-animation-name:slide-up;
}
.block-visual .inner-content .block-info .block-txt p{
	font-size:16px;
	line-height:24px;
}
.block-visual .inner-content .block-info .sub{
	font-size: 22px;
	line-height: 100%;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #FF6F4A;
	display: block;
	margin-bottom: 41px;
	opacity:0;
	-webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
    animation-timing-function: cubic-bezier(.25,.46,.45,.94);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}
.block-visual .inner-content .block-info .block-txt{
	opacity:0;
	-webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-timing-function: cubic-bezier(.25,.46,.45,.94);
    animation-timing-function: cubic-bezier(.25,.46,.45,.94);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    animation-delay: 700ms;
    -webkit-animation-delay: 700ms;
}
.check-visual{
	width: 0;
	height: 0;
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	pointer-events: none;
	display: none;
}
.md-section .scroll-icon{
	position: absolute;
	bottom:20px;
	right: 30px;
	z-index: 10;
	pointer-events: none;
}
.md-section .nav-scroll-slider{
	width: 12px;
	position: absolute;
	top:50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 10;
}
.md-section .nav-scroll-slider .item{
	display: table;
	margin: 20px auto;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border:1px solid #BBBBBB;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	table-layout: fixed;
}
.no-touch .md-section .nav-scroll-slider .item:hover,
.md-section .nav-scroll-slider .item.active{
	background-color:#FF6F4A;
	border-color: #FF6F4A;
}
.md-section .nav-scroll-slider .item:first-child{
	margin-top:0;
}
.md-section .nav-scroll-slider .item:last-child{
	margin-bottom:0;
}
.title-aquarium{
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
}
.title-aquarium.is-visible{
	visibility: visible;
}
.end-aquarium{
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 1px;
	pointer-events: none;
}


.wp-single-info .v-p-1{
	left: 0;
	top: -60px;
	z-index: 3;
}
.wp-single-info .v-p-2{
	right: 0;
	bottom: -26px;
	z-index: 3;
}
.wp-single-info .lbl{
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 37px;
	color: #FFFFFF;
	margin-bottom: 58px;
	text-align:center;
	text-transform:uppercase;
	padding-top: 22px;
}
.wp-single-info .lbl img{
	display: block;
	margin: 0 auto 0px;
}
.md-popin .title-section.dk{
	font-family: "DK Bocadillo", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 68px;
	line-height: 0.9;
	text-align: center;
	color: #8F3017;
	-webkit-transform: rotate(-2.45deg);
	transform: rotate(-2.45deg);
	position: relative;
	display: table;
	table-layout: fixed;
	margin: 0 auto 40px;
	width: auto;
}
.md-popin .title-section.dk:after{
	width: 89px;
	height: 70px;
	background-image: url("/wp-content/themes/mowi/assets/images/v-p-4.svg");
	content: "";
	position: absolute;
	top: -81px;
	right: -72px;
	z-index: 1;
	background-color: transparent;
}
.md-popin .title-section.dk:before{
	width: 97px;
	height: 111px;
	background-image: url("/wp-content/themes/mowi/assets/images/v-p-5.svg");
	content: "";
	position: absolute;
	top: -62px;
	left: -60px;
	z-index: 1;
}
.md-popin .v-p-6{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0.3;
	mix-blend-mode: multiply;
	width: 562px;
}

w {}
.md-popin .info-pp{
	display: block;
	position: relative;
	max-width: 580px;
	margin: 0 auto;
	left: 0;
}
.md-popin .info-pp .v-p-3{
	left: -230px;
	width: 210px;
	top: 0;
}
.md-popin .info-pp .short-desc{
	font-family: "DK Bocadillo", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 33px;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	transform: rotate(-2.44deg);
	-webkit-transform: rotate(-2.44deg);
	position: relative;
	display: block;
	margin-bottom: 40px;
}
.md-popin .vector{
	position:absolute;
}
.pp-newsletter .wp-single-info{
	overflow:hidden;
	padding: 72px 0 30px;
}
.pp-newsletter  .md-form .gform_footer{
	width: 158px;
	position:absolute;
	top: 0;
	right: 0;
}
.pp-newsletter  .md-form  .gform_body{
	width:calc(100% - 158px);
}
.pp-newsletter  .md-form {
	position:relative;
}
.pp-newsletter  .md-form .gform_footer input{
	min-width:unset;
	width:100%;
	border-radius:0 40px 40px 0;
	-webkit-border-radius:0 40px 40px 0;
	background: #000;
}

.pp-newsletter .md-form .txt-input, 
.pp-newsletter .gform_body .gform_fields .gfield input{
    border-radius:40px 0px 0px 40px;
	-webkit-border-radius:40px 0px 0px 40px;
}
.pp-newsletter .md-form .gform_body .gform_fields .gfield.gfield_error input{
	border:none;
}

.pp-newsletter .md-form .gform_confirmation_message{
	color:#fff;
}
.section-newsletter{
	display: block;
	background: #000;
	overflow: hidden;
}
.section-newsletter .vector-newsletter-1{
	width: 380px;
	left: -222px;
	bottom: 0;
	opacity: 0.27;
	z-index: 1;
}
.section-newsletter .vector-newsletter-2{
	right:0;
	top:0;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.section-newsletter .vector-newsletter-2 img{
	opacity:0 !important;
}
.section-newsletter .vector{
	position:absolute;
}
.md-section .md-form.form-newsletter.single .gform_confirmation_message{
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.3;
	display: flex;
	align-items: center;
	text-align: left;
	color: #FF6F4A;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	padding-left: 10%;
}

.form-newsletter.single.md-form{
	max-width:515px;
}
.form-newsletter.single.md-form .gform_body .gform_fields .gfield.gfield_error .validation_message{
	color:#fff;
}
.form-newsletter.md-form.single .gform_footer{
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	width:145px;
}
.form-newsletter.md-form.single .gform_footer input{
	min-width:unset;
	width:100%;
	background: #fe704a;
}
.form-newsletter.md-form.single .gform_body{
	width:calc(100% - 105px);
}
.form-newsletter.md-form.single .gform_body .txt-field input{
	padding-right: 53px;
	background-color:transparent !important;
	border: 2px solid #FF6F4A;
	color: #fff;
	border-radius: 40px 0 0 40px;
	-webkit-border-radius: 40px 0 0 40px;
}


/*media query*/
@media screen and (max-width:113.75em){/*1820px*/
	.md-section .ddl-faq .list{
    	position:absolute;
    }
	.md-section .ddl-faq{
		position: relative;
		left: 0;
		top:0;
		margin-bottom: 40px;
	}
	.md-section .ddl-faq .item-faq{
		display: inline-block;
		width: auto;
		margin-right: 30px;
	}
	
}
@media screen and (max-width:103.125em){/*1650px*/
    .block-visual .inner-content .title{
    	left: -10%;
    	font-size: 62px;
    }
    .block-visual .inner-content{
    	padding-top: 9vh;
    }
    .block-visual .wp-deco .deco img{
		max-height: 150px;
	}
	.block-visual .wp-deco .deco.deco-2 img{
		max-height: 200px;
	}
	.block-visual .wp-visual .content{
		padding-right:5%;
	}
	.block-visual .main-visual img{
		max-width:25vw
	}
    .main .md-section .wp-section{
    	margin:70px 0;
    }
    .section-content-full-image .full-image{
		margin-bottom:-70px
	}
    .md-recette .item-recette .block-dt .inner .name{
    	font-size:28px;
    }
    .md-section .block-txt.medium p{
    	font-size: 22px;
    	line-height: 42px;
    }
    .section-top-single-page .top-info{
    	padding-top:100px
    }
    .md-section .title-top{
    	font-size: 48px;
    	line-height:1.2;
    	margin-bottom:30px;
    }
    .md-section .title-top:after{
    	height:8px;
    }
    .md-section .title-section{
    	font-size:42px;
    	line-height:1.3;
    }
    .md-section .title-section:after{
    	margin-top:40px;
    }
    .md-section .thumb-info-recette .item{
    	width: 70px;
    	height: 70px;
    }
    .md-section .thumb-info-recette .item .txt{
    	font-size: 14px;
		overflow: hidden;
		max-width: 70px;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding: 0 3px;
    }
    .md-section .thumb-info-recette .item img{
    	max-width: 20px;
    }
	.section-top-single-page .vector-mowi{
		left: calc(82% - (1000px / 2) + 8px);
	}
	.wp-num .item.item-3{
		right:-220px;
		max-width:220px
	}
	.wp-num .item.item-4{
		right:-200px;
	}
	.wp-num .item .num{
		font-size:50px;
	}
	.wp-num .item.item-5{
		left:-200px
	}
}



@media screen and (max-width:100em){/*1600px*/
    .md-section .tips-recette {
        left: calc((100vw - 136%) / 2 + 100%);
    }
    .block-feature-product .item .name{
    	padding-left:70px;
    	font-size:26px;
    	word-break:break-word;
    	padding-right: 15px;
    }
    .block-feature-product .item .name:before{
    	width:45px;
    }
	.md-section .block-tt-banner{
		left:0;
	}
	.section-image-content .img-content{
		max-width:45%;
	}
	.section-content-map .block-single-map{
		transform-origin:left;
		-webkit-transform-origin:left;
		transform:scale(0.65);
		-webkit-transform:scale(0.65);
	}
	.section-number:before{
		width:calc(100% - 0px);
	}
	.section-content-map-image .block-single-map{
		width:750px;
		margin-left: -70%;
	}
	.block-visual .inner-content .title span{
		left:15%;
	}
}
@media screen and (max-width:93.75em){/*1500px*/
	.block-visual .inner-content .block-info .sub{
		font-size:20px;;
		margin-bottom:20px;
	}
}

@media screen and (max-width:88.75em){/*1420px*/
    .block-visual .inner-content .title{
/*     	left:0; */
    }
	.md-footer .link-bot{
		padding:0 12px;
	}
	.block-visual .inner-content .block-info{
		min-width: 355px;
	}
}
@media screen and (max-width:81.25em){/*1300px*/
    .md-popin .title-section.dk{
		font-size:55px;
	}
	.section-slider .thumb-slider ul:before{
        width:113%;
	}
	.section-slider .wp-info-slider{
		max-width:520px
	}
    .block-visual .main-visual img{
    	max-width:19vw
    }
    .block-visual .inner-content .title{
    	font-size: 50px;
    	line-height: 1.1;
    	left: -15%;
    }
    .block-visual .inner-content .title span{
    	left:10%
    }
    .block-visual .inner-content .block-info .sub{
    	font-size: 17px;
    	margin-bottom:20px;
    	line-height:1.3;
    }
    .md-section .intro-recette .img-recette{
    	width:calc(100% + 150px);
    }
    .md-section .thumb-info-recette .item .md-share{
    	flex-direction:row;
    	transform:translateX(-10px);
    	-webkit-transform:translateX(-10px);
    	left: 0%;
    	top:100%;
    	width: auto;
    	opacity:0;
    	pointer-events:none;
    	height: 100%;
    }
    .md-section .thumb-info-recette .item:hover .md-share{
    	opacity:1;
    	transform:translateX(0%);
    	-webkit-transform:translateX(0%);
    	top: 100%;
    	pointer-events:auto;
    }
    .md-section .thumb-info-recette .item .md-share a{
    	margin: 10px 15px;
    }
    .md-section .thumb-info-recette{
    	position:relative;
    	display:flex;
    	padding: 0 12px;
    	margin-bottom: 70px;
    	flex-direction: row;
    }
    .md-section .thumb-info-recette .item:last-child,
    .md-section .thumb-info-recette .item:first-child{
    	border-radius:0;
        -webkit-border-radius:0;
    }
    .md-section .thumb-info-recette .item{
    	margin-right:1px;
    	width:auto;
    	height:70px;
    	padding:0 10px;
		min-width:70px;
		border:none;
    }
    .md-section .thumb-info-recette .item img{
    	max-width:20px
    }
    .md-section .thumb-info-recette .item .txt{
    	font-size:14px;
		font-weight:600;
		max-width: unset;
    }
    .md-section .md-recette .item-recette{
    	height:500px
    }
    .md-recette .item-recette .bg{
    	/* clip-path:circle(120px at center 140px); */
    }
    .md-recette .item-recette .block-dt .inner{
    	padding:20px 15px;
    }
	.md-recette .item-recette .block-dt .inner .name{
		font-size:26px;
		line-height:1;
	}
    .md-recette .slider-recette .swiper-slide{
    	width:320px;
    }
    .section-top-single-page .img-banner .img{
    	width:calc(100% + 100px);
    }
    .md-section .wp-num{
    	padding-top:0;
    }
    .section-count .inner-content:before{
    	height:calc(100% + 70px);
    }
    .section-count .list-item{
    	position:relative;
    	font-size:0;
    	text-align:left;
    	padding: 40px 15px 0px;
    	margin-bottom:0px;
    }
    .md-section .wp-num .vector-fish{

    }
    .wp-num .item{
        position:relative;
        top:auto !important;
        left:auto !important;
        right:auto !important;
        bottom:auto !important;
        text-align:left !important;
        margin-bottom:40px;
    }
    .wp-num .item {
    	display:inline-block;
    	max-width:unset !important;
    	width:50% !important;
    	padding: 0 15px;
    	vertical-align: top;
    }
	.feature-slider .swiper-slide .product-description .product-inner{
		padding:30px 24px;
	}
	.feature-slider .swiper-slide .product-description{
        height: 500px;
     }
	.no-touch .feature-slider .swiper-slide .product-description:hover  .product-inner:before{
		border-width:5px;
	}
	.feature-slider .swiper-slide .product-description .product-inner .desc p, .feature-slider .swiper-slide .product-description .product-inner .desc{
		font-size:22px;
	}
	.feature-slider .swiper-slide{
		width:320px;
	}
	.feature-slider .swiper-slide .info{
		margin-bottom:30px
	}
	.feature-slider .swiper-slide .info .sub{
		font-size:35px;
		line-height:1;
	}
	.feature-slider .swiper-slide .info .step{
		font-size:60px
	}
    .section-multi-content .left-ctn{
    	margin-bottom:100px;
    }
    .block-multi-content .note{
    	left:0;
    }
    .block-multi-content .note span{
    	font-size:50px;
    	display: block;
    }
    .section-multi-content .block-img{
    	left:0;
    	width:80%
    }
	.wp-banner .active .bg-banner.clipped {
		clip-path: circle(180px at center center);
	}
	.wp-banner .anim-banner .vector{
		width: 740px;
		height:auto;
	}
	.section-banner .wp-dot{
		width: 403px;
		height: 403px;
	}
	.section-banner .wp-dot .dot.dot-1{
		top: 13px;
		right: 95px;
	}
	.section-banner .wp-dot .dot.dot-2{
		top: 82px;
		right: 19px;
	}
	.section-banner .wp-dot .dot.dot-3{
		top: calc(50% - 13px);
		right: -9px;
	}
	.section-banner .wp-dot .dot.dot-4{
		bottom: 82px;
		right: 20px;
	}
	.section-banner .wp-dot .dot.dot-5{
		bottom: 13px;
		right: 95px;
	}
	.section-banner .wp-dot .dot.dot-6{
	    bottom: -9px;
	}
	.section-banner .wp-dot .dot svg{
		width:23px;
		height: 23px;
	}
}
@media screen and (max-width:75em){/*1200px*/
	.section-slider .wp-info-slider{
		max-width:450px;
	}
}
@media screen and (min-width:65.6875em){/*1051px*/
	.slider-recette .swiper-wrapper,
	.feature-slider .swiper-wrapper{
		justify-content: center;
		padding: 50px 0;
	}
}
@media screen and (max-width:65.625em){/*1051px*/
	.md-section .md-recette.recette-top{
		margin-top:0
	}
}
@media screen and (min-width:64em){
	
	.section-slider-product{
		padding-top: 50px;
	}
	.block-slider-product .inner-slider-product{
		margin-bottom:100px
	}
	.md-section .faq-tab{
		margin-bottom:390px;
	}
	.md-section .ddl-faq .item-faq .title, .md-section .faq-tab .item .lbl{
		min-width:320px;
	}
	.md-footer .link-bot .item .link:first-child{
		margin-left:0;
	}
	.md-footer .link-bot .item .link:last-child{
		margin-right:0;
	}
	.md-section .md-rating{
		margin-top:120px;
	}
	.wp-ctn-recette .right-ctn .block-txt{
		margin-bottom: 102px;
	}
	.md-section .intro-recette .intro-content{
		max-width: 600px;
	}
	.md-section .info-recette .item:last-child{
		margin-bottom: 0;
	}
	.md-section .content-faq .block-txt blockquote{
		font-size:28px;
		margin-left:-80px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.md-section .content-faq .block-txt img{
		width:calc(100% + 160px);
		max-width: unset;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.slider-product .sw-button{
        width:55px;
        height:55px;
        top: 40%;
	}
	.post-type-archive-recettes .section-top-single-page,
	.section-top-single-page.top-listing-recette{
		min-height: 804px;
	}
	.section-top-single-page .content-contact .info{
		padding-top: 114px;
	}
	.section-top-single-page .block-txt.medium.white{
		padding-top: 40px;
	}
	.product-thumb:hover img.mordisco {
		opacity: 1;
		transition-delay: .6s;
		-webkit-transition-delay: .6s;
	}
	.product-thumb:not(.no-animation-hover):hover .img-wrap {
		/* animation: bite .5s .6s; */
		/* -webkit-animation: bite .5s .6s; */
	}
	.product-thumb:hover .product-description {
		top: calc(100% - 85px);
		transform: translateX(0%) scale(1);
		-webkit-transform: translateX(0%) scale(1);
	}
	.product-thumb:hover {
		z-index: 5
	}
	.product-thumb:hover .img {
		animation-play-state: running;
		-webkit-animation-play-state: running;
	}
	.product-thumb:hover .product-description .plus,
	.product-thumb:hover .product-description p {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		transition-delay: .45s;
		-webkit-transition-delay: .45s;
	}
	.product-thumb:hover .product-description strong {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		transition-delay: .35s;
		-webkit-transition-delay: .35s;
	}

	.product-thumb:hover .product-description .plus div:first-child {
		width: 100%;
		transition-delay: .55s;
		-webkit-transition-delay: .55s;
	}
	.product-thumb:hover .product-description .plus div:last-child {
		height: 100%;
		transition-delay: .5s;
		-webkit-transition-delay: .5s;
	}

	.md-section .title-section.small{
		font-size: 38px;
		line-height: 38px;
		margin-bottom: 30px;
	}
	.md-section .wp-section{
		margin: 112px 0;
	}
	.md-section .block-btn,
	.md-section .block-txt{
		margin-bottom: 50px;
	}
	.md-section.section-multi-content .ctn-container{
		margin-bottom: 100px;
	}
	.md-section .block-txt table,
	.md-section .block-txt blockquote,
	.md-section .block-txt ul,
	.md-section .block-txt ol,
	.md-section .block-txt ol li,
	.md-section .block-txt ul li,
	.md-section .block-txt div,
	.md-section .block-txt p{
		font-size: 18px;
		line-height: 36px;
	}
}
@media screen and (max-width: 63.9375em){
	.form-newsletter.single.md-form{
		max-width:100%;
	}
	.section-newsletter .vector-newsletter-1{
		display:none;
	}
	.form-newsletter.md-form.single .gform_body .txt-field input{
		/* background-color: #fff !important; */
	}
	.md-section .md-form.form-newsletter.single .gform_confirmation_message{
		padding-left:0;
	}
	.wp-single-info .lbl{
		font-size:30px;
	}
	.pp-newsletter .md-form .gform_body{
		width:100%;
	}
	.pp-newsletter .md-form .gform_footer{
		position:relative;
		text-align:center;
		padding-top:0;
		margin-top:0;
		width: 100%;
	}
	.pp-newsletter .md-form .txt-input, 
	.pp-newsletter .gform_body .gform_fields .gfield input,
	.pp-newsletter .md-form .gform_footer input{
		border-radius:40px;
		-webkit-order-radius:40px;;
	}
	.md-popin .info-pp .short-desc{
		font-size:20px;
		text-align:center;
		line-height:1.3;
	}
	.md-popin .info-pp .short-desc br{
		display:none;
	}
	.pp-newsletter .md-form .gform_footer input{
		display:inline-block;
		width:auto;
		min-width:200px;
		margin-bottom:5px;
	}
	.md-popin .v-p-6{
		width:500px;
	}
	.wp-single-info .lbl{
		margin-bottom:30px;
		padding: 0;
	}
	.md-popin .title-section.dk{
		font-size:50px;
	}
	.md-popin .title-section.dk:before,
	.md-popin .title-section.dk:after{
		display:none;
	}
	.wp-single-info .v-p-1{
		width: 150px;
	}
	.wp-single-info .v-p-2{
		width: 250px;
	}
	.md-popin .info-pp .v-p-3{
		width: 150px;
		left:-170px;
	}
	.section-slider.md-section .md-rating{
		margin-top:50px;
	}
	.section-top-single-page .over-lay .clip:after{
		content:"";
		background-color:rgba(0,0,0,0.3);
		width:100%;
		height:100%;
		display:block;
	}
	.block-visual .inner-content{
		padding-top:22vh
	}
	.block-visual .wp-deco .deco.deco-2{
		left:0 !important;
	}
	.md-section .nav-scroll-slider{
		top:auto;
		bottom: 10px;
		width:100%;
		font-size:0;
		text-align:center;
		right:0;
	}
	.md-section .nav-scroll-slider .item{
		display:inline-block;
		vertical-align:middle;
		margin: 5px 12px !important;
	}
	.wp-deco .deco.deco-1{
		top: 8vw;
		right: 5%;
	}
	.md-section .title-section.title-product{
		margin-left:0;
		padding:0 12px;
		font-size: 36px;
	}
	.block-visual .main-visual img{
		max-width:30vw
	}
	.block-visual .main-visual{
		left:5%;
		transform:translate(0,-50%);
		-webkit-transform:translate(0,-50%);
	}
	.block-visual .wp-visual .content{
		width:100%;
		background-color: rgba(45,45,45, 0.7);
		padding: 10% 12px;
	}
	.block-visual .wp-visual .visual{
		position:absolute;
		width:100%;
	}
	.md-footer .link-bot{
		position:relative;
		bottom:0;
		padding-top:40px;
		flex-direction: column-reverse;
	}
	.md-footer .link-bot .item:first-child{
		margin-top:20px;
	}
	.section-image-content .img-inside{
		margin-bottom:40px;
		display:block;
	}
	.md-rating .inner-rating .yasr-star-rating,
	.md-rating .inner-rating .rating-star span{
		width:124px !important;
		height:20px !important;    
		background-size:124px 20px !important;
	}
	.yasr-star-rating .yasr-star-value,
	.md-rating .inner-rating .rating-star i{
		background-size:124px 20px !important;
	}

	.md-rating .inner-rating .lbl{
		font-size:16px;
	}
	.md-section .md-rating .inner-rating{
		padding:20px 20px;
		margin-top:0;
	}
	.wp-ctn-recette .block-single-video{
		max-width:unset;
		width:100%;
	}
	.wp-ctn-recette .left-ctn .count{
		margin-bottom:30px;
	}
	.wp-ctn-recette .left-ctn .count .num input{
		width:50px;
		height:40px;
		font-size:18px;
	}
	.wp-ctn-recette .left-ctn .count .func{
		width:30px;
		height:30px;
	}
	.wp-ctn-recette .left-ctn{
		margin-bottom:30px
	}
	.wp-ctn-recette .left-ctn .info .list{
		margin-bottom:40px;
	}
	.wp-ctn-recette .left-ctn .info .ttl{
		font-size:26px;
		margin-bottom: 30px;
	}
	.wp-ctn-recette .right-ctn .list li,
	.wp-ctn-recette .left-ctn .info .list li{
		font-size:18px;
		line-height: 32px;
		margin-bottom:20px;
	}
	.wp-ctn-recette .left-ctn .info .list li:before{
		width:8px;
		height:8px;
		top:8px;
	}
	.wp-ctn-recette .right-ctn,
	.wp-ctn-recette .left-ctn{
		padding-top:0;
	}
	.md-section .tips-recette {
		z-index: 3;
		left:calc(100% - 60px);
		width:50px;
		height:50px;
		right:20px;
		left:auto;
		top:10px;
		margin:0;
		position:absolute;
	}
	.md-section .tips-recette  svg{
		height:22px;
	}
	.md-section .intro-recette .img-recette{
    	width:calc(100% + 0px);
    	margin-bottom: 40px;
    }
	.md-section .info-recette{
		font-size:0;
		text-align: left;
		margin-bottom:40px;
	}
	.md-section .info-recette .item{
		display:inline-block;
		vertical-align:top;
		margin: 0 30px 20px 0;
	}
	.md-section .info-recette .item:last-child{
		margin-right:0;
	}
	.md-section .info-recette .item img{
		max-width:50px
	}
	.md-section .info-recette .item .time,
	.md-section .info-recette .item .name{
		font-size:18px;
	}
	.md-section .block-txt h2{
		font-size:30px;
	}
	.md-section .block-txt h3{
		font-size:26px;
	}
	.md-section .block-txt h4{
		font-size:22px;
	}
	.md-section .btn-more-faq{
		margin-top: 70px;
	}
	.md-section .content-faq .block-txt blockquote:before{
		left:0;
		top:0px;
		width:40px;
	}
	.md-section .content-faq .block-txt blockquote{
		padding-left:60px;
		font-size:20px;
		line-height:1.8;
	}
	.md-section .ddl-faq .item-faq .top:before{
		opacity:1;
	}
	.md-section .ddl-faq .item-faq{
		display:block;
		width:100%;
		margin-right:0;
		margin-bottom: 30px;
	}
	.md-section .ddl-faq .item-faq .list{
		border-width:2px;
		position: relative;
		max-height: unset;
		width: 100%;
	}
	.md-section .faq-tab .item{
		/* margin-bottom:50px; */
	}
	.section-recette .vector-food{
		width:250px;
		right:0;
	}
	.section-recette .vector-mowi{
		width:500px;
		right:-300px;
		top:0
	}
	.md-recette.list-recette .item-recette{
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.list-recette .row > .columns:nth-child(3n + 1) .item-recette{
		top:0px;
	}

	.list-recette .row > .columns:nth-child(3n + 2) .item-recette{
		top:0px;
	}
	.list-recette .row > .columns:nth-child(3n + 1):last-child{
		margin-bottom:0px;
	}
	.list-recette .row > .columns:nth-child(even) .item-recette{
		top:80px;
	}
	.md-section .md-recette.list-recette {
		padding-bottom:80px;
		margin-bottom:40px;
	}
	.list-recette .row > .columns:nth-child(even):last-child .item-recette{
		margin-bottom:-80px;
	}

	.md-section .md-filter .lbl-filter{
		font-size:18px;
		padding-top:0;
	}
	.md-recette .slider-recette .swiper-slide{
		width:295px;
	}
	.md-recette .slider-recette .swiper-slide.recette-3{
		margin-top:50px;
	}
	.section-recette-top .lbl-intro-recette{
		color:#2c2a29;
	}
	.section-recette-top{
		margin-top:0;
	}
	.md-section .block-single-map.top-page{
		position: relative;
		top:0;
		width: 70%;
		margin: 20px 0 0 auto;
	}
	.md-section .block-single-map.top-page.absolute{
		right:0
	}
	.block-slider-product .vector-mowi{
		width:800px;
	}
	.slider-product .swiper-slide > div img{
		max-width:80%;
	}
	.md-section .block-feature-product{
	    margin-bottom:100px;
    }
	.block-feature-product .item{
		margin-bottom:50px;
	}
	.block-feature-product .row > .columns:last-child .item{
		margin-bottom:0;
	}
	.section-top-single-page .content-contact{
		padding-top:0;
	}
	.section-top-single-page .vector-mowi{
		left: calc(82% - (450px / 2) + 6px);
		width:450px;
	}
	.section-top-single-page .over-lay .clip{
		clip-path: circle(100px at 82.5% center);
	}
	.section-top-single-page .img-banner .img{
		margin-top:30px;
    	width:calc(100% + 40px);
    }
	.section-top-single-page.has-image:before{
		height:calc(80%)
	}
	.section-count .vector-part{
		width:200%;
	}
	.md-section .wp-num .mowi{
		margin-top:-35px;
	}
	.md-section .wp-num .mowi:before{
		height:70px;
		margin-bottom:20px;
	}
	.wp-num .item .num{
		font-size:40px;
	}
	.md-section .wp-num .vector-fish{
		max-width: 90%;

	}
	.md-section .wp-num .wp-img .img img{
		max-width:70%
	}
	.quiz-content .inner-item{
		margin-bottom:40px;
	}
	.quiz-content .note{
		font-size:24px;
	}
	.block-multi-content .s-vector.vector-mowi{
		width:500px;
		left:50%;
	}
	.md-section .title-top{
		font-size: 48px;
	}
	.md-section .title-top:after{
		height:8px
	}
	.md-breadcrumb{
		position:relative;
	}
	.section-top-single-page .top-info{
		padding: 80px 0 20px;
	}
	.section-top-single-page .md-breadcrumb + .top-info{
		padding: 50px 0 20px;
	}
	.section-aquarium .s-vector{
		width:600px;
	}
	.feature-slider .swiper-slide .product-description .product-inner .desc p, .feature-slider .swiper-slide .product-description .product-inner .desc{
		font-size:20px;
	}
	.feature-slider .swiper-slide .product-description .product-inner .desc{
		margin-bottom:50px;
	}
	.feature-slider .swiper-slide .product-description .product-inner span{
		width:50px;
		height:50px;
	}
	.feature-slider .swiper-slide .info .sub{
		font-size:30px;
	}
	.feature-slider .swiper-slide{
		width:295px;
	}
	.feature-slider .swiper-slide.slide-1{
		margin-top: 22px;
	}
	.feature-slider .swiper-slide.slide-2{
		margin-top: 50px;
	}
	.feature-slider .swiper-slide.slide-3{
		margin-top: 0;
	}
	.md-section .wp-thumb{
		margin-top:70px;
	}
	.section-slider-thumb .right-ctn{
		margin-top:0px;
	}
	.product-thumb{
		margin:0 35px;
	}
	.section-slider .s-vector{
		top:-100px;
	}
	.section-slider .thumb-slider{
		width:90%;
		margin:20px 0;
	}
	.section-slider .columns .wp-slider{
		width:90%;
	}
	.wp-slider .img-slider{
		margin: 0 0 40px;
		width: 100%;
	}
	.section-slider .thumb-slider ul li a p{
		color:#2C2A29;
	}
	.section-slider .wp-info-slider{
		max-width:unset;
		
	}
	.section-slider .thumb-slider ul li a i{
		display:none;
	}
	.section-slider .thumb-slider ul li a{
		padding-left:50px;
	}
/* 	.section-slider .thumb-slider ul li a.active:before{
		background-color:#fff;
	}
	.section-slider .thumb-slider ul li .svg-thumb circle{
		stroke:#fff;
	} */
	.section-slider .thumb-slider ul:before{
		width:calc(100vw + 30px);
		left:-15px;
		display:none;
	}
	.section-slider .thumb-slider ul{
		margin-top: 0px;
		padding: 0;
		margin-bottom: 40px;
	}
	.md-section .title-section.small {
		font-size: 32px;
		line-height: 34px;
		margin-bottom: 30px;
	}
	.section-content-map-image .vector-small{
		position:absolute;
		bottom:0;
		right:0;
		display:block;
		text-align:right;
		padding:30px 12px 0;
		z-index:-1;
		margin-top:-200px;
	}
	.section-content-map-image .vector-small img{
		max-width:300px;

	}
	.section-content-map-image .right-ctn .caption{
		margin:0 0 30px 0;
	}
	.section-content-map-image .block-img-left{
		width:80%;
		margin:0 0 50px 0;
	}
	.section-content-map-image .block-single-map{
		width:100%;
		margin:50px 0 50px 0;
	}
	.section-content-map-image .block-content-image{
		padding-top:50px
	}
	.md-section .block-quote:before{
		width: 50px;
		left: -65px;
	}
	.md-section .block-quote p{
		font-size:26px;
	}
	.section-content-2-col-note-right .right-ctn{
		margin-top:80px;
	}
	.section-content-full-image .full-image{
		margin-top:50px;
	}
	.md-section.section-content-full-image .block-txt:not(.medium) p:last-child{
		margin-bottom:34px
	}
	.md-section .block-number .item-count{
		margin-bottom:60px;
	}
	.md-section .block-number .row .columns:last-child .item-count{
		margin-bottom:0;
	}
	.block-number .item-count .count{
		margin-bottom:30px;
		font-size: 60px;
		line-height: 1;
	}
	.block-number .item-count .count.percent:after{
		font-size: 35px;
		padding-top: 5px;
		padding-left: 5px;
	}
	.block-multi-content .note{
		margin-bottom: 30px;
	}
	.block-multi-content .s-vector{
		right:0;
		top: auto;
		bottom: 0;
	}
	.section-multi-content .block-multi-content{
		padding-top: 0;
	}
	.md-section .block-txt.medium p{
		font-size: 22px;
		line-height: 38px;
	}
	.section-multi-content .left-ctn{
    	margin-bottom: 40px;
    }
	.block-single-video .ic-play span:after{
		width:90px;
		height:90px;
	}
	.section-content-map .block-single-video{
		margin-top:40px;
	}
	.section-image-content .img-content{
		position:relative;
		transform:none;
		-webkit-transform:none;
		top:0;
	}
	.md-section .title-section{
		font-size:40px;
		margin-bottom:40px;
	}
	.md-section .title-section:after{
		margin-top:30px;
		height:3px;
	}
	.md-section .sub-title{
		margin-bottom:40px;
	}
	.btn-default{
		font-size:16px;
	}
	.section-content-map .wp-section{
		margin:70px 0;
	}
	.section-content-map .block-single-map{
		width:100%;
		transform:none;
		-webkit-transform:none;
		margin-top:0;
	}
	.md-section .block-single-map .dot.dot-1 span:after{
		width:150px;
		height:150px;
	}
	.md-section .block-single-map .dot.dot-1{
		width:50px;
		height:50px;
		top: 20%;
	}
	.md-section .block-single-map .dot.dot-2{
		width:40px;
		height:40px;
	}
	.md-section .block-single-map .dot.dot-3{
		width:35px;
		height:35px;
	}
	.md-section .block-single-map .dot span i{
		border-width:1px !important;
	}
	.md-section .block-tt-banner{
		padding-top: 150px;
	}
	.md-section .block-tt-banner .title{
		font-size:40px;
		margin-bottom:30px;
	}
	.section-banner {
		/* min-height: 768px; */
	}
	.wp-header .menu .md-menu li > span:before{
		width:calc(100% - 20px)
		content: "";
		position: absolute;
		width: calc(100% - 0px);
	}
	
	
	.md-footer .wp-footer{
		padding: 60px 0 20px 0;
	}
	.md-footer .md-social{
		padding-top:40px;
	}
	.first-bl{
		margin-bottom: 20px;
	}
	.md-footer .lbl-menu{
		margin-bottom: 20px;
	}
	.md-header.sticky-menu .wp-header .menu .md-menu li a:not(.btn-default):before,
	.wp-header .menu .md-menu li > span:before, .wp-header .menu .md-menu li a:not(.btn-default):before{
		height:2px;
		bottom:-7px;
	}
	.md-header .md-menu .sub-menu{
		display: none;
		position:relative;
		opacity:1;
		background-color:transparent;
		transform: none !important;
		-webkit-transform: none !important;
		left: 0;
		padding: 35px 0 5px 20px;
	}
	.md-header .md-menu .sub-menu a{
		color:#fff;
		margin-left:0;
		padding: 0 !important;
		margin: 0 !important;
		text-decoration-color:transparent;
		text-align:left;
	}
	.no-touch .md-header .md-menu .sub-menu a:hover{
		text-decoration-color:inherit;
		color:#fe6f4a !important;
		background-color:transparent;
	}
	.wp-header .menu .md-menu .sub-menu li{
		margin-bottom: 15px;
	}
	.wp-header .menu .md-menu .sub-menu li:last-child{
		margin-bottom:0;
	}
	.wp-header{
		padding:25px 0
	}
	.wp-header .menu .md-menu{
		display:block;
	}
	.wp-header .menu .md-menu li{
		display:block;
		margin-bottom:30px;
		padding: 0;
	}
	.wp-header .menu .md-menu li > span,
	.wp-header .menu .md-menu li a:not(.btn-default){
		display:table;
		table-layout:fixed;
		padding: 0;
		margin-left: 0;
	}
	.wp-header .menu .md-menu li > span{
		padding-right:20px
	}
	.md-header .burger-icon{
		display: block;
	}
	.wp-header .menu {
		position: fixed;
		background-color: #000;
		top: 0;
		transform-origin: left top;
		-webkit-transform-origin: left top;
		padding: 30px 20px 0px 20px;
		left: 0;
		width: 375px;
		padding-left: 40px;
		padding-right: 30px;
		padding-top: 150px;
		z-index: 2;
		pointer-events: none;
		transform: translateX(-375px);
		-webkit-transform: translateX(-375px);
		opacity: 1;
		height: 100vh;
		overflow-y: auto;
		max-width: 100vw;
	}
	.md-header.is-open .wp-header .menu {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		overflow-y: auto;
		pointer-events: auto;
		opacity: 1;
	}
	.wp-header .logo{
		z-index:3;
	}
	
	.section-slider-thumb .s-vector{
		width:500px;
		right:0;
		left:auto;
		top:0;
	}
    .md-section.section-multi-content .ctn-container{
		margin-bottom: 50px;
	}
	.wp-single-info .icon-top{
		width:120px;
		top:-60px
	}
	.wp-single-info .icon-top span:before,
	.wp-single-info .icon-top span:after{
		bottom: 33px;
	}
	.block-visual .inner-content .title{
		font-size: 48px;
		width: 50%;
		min-width: 300px;
		margin-right: 0;
		margin-left: auto;
		margin-bottom: 40px;
		text-align: left;
		left: 0;
	}
	.block-visual .wp-deco .deco.deco-1 img{
		max-height: 130px;
	}
	.block-visual .wp-deco .deco.deco-2 img{
		max-height: 200px;
	}
	.wp-deco .deco.deco-2{
		bottom:0;
		left: 1%;
	}
	
}

@media screen and (max-height:50em){/*800px*/
	.section-banner .scroll-b{
		bottom: 2%;
	}
	.section-banner{
		min-height:768px;
	}
	.wp-banner .active .bg-banner.clipped {
		clip-path: circle(180px at center center);
	}
	.wp-banner .anim-banner .vector{
		width: 740px;
		height:auto;
	}
	.section-banner .wp-dot{
		width: 403px;
		height: 403px;
	}
	.section-banner .wp-dot .dot.dot-1{
		top: 13px;
		right: 95px;
	}
	.section-banner .wp-dot .dot.dot-2{
		top: 82px;
		right: 19px;
	}
	.section-banner .wp-dot .dot.dot-3{
		top: calc(50% - 13px);
		right: -9px;
	}
	.section-banner .wp-dot .dot.dot-4{
		bottom: 82px;
		right: 20px;
	}
	.section-banner .wp-dot .dot.dot-5{
		bottom: 13px;
		right: 95px;
	}
	.section-banner .wp-dot .dot.dot-6{
	    bottom: -9px;
	}
	.section-banner .wp-dot .dot svg{
		width:23px;
		height: 23px;
	}
	
}
@media screen and (min-width:40em) and (max-width:63.9375em){
	.md-section .block-txt table,
	.md-section .block-txt blockquote,
	.md-section .block-txt ul,
	.md-section .block-txt ol,
	.md-section .block-txt ol li,
	.md-section .block-txt ul li,
	.md-section .block-txt div,
	.md-section .block-txt p{
		font-size: 18px;
		line-height: 36px;
	}
}
@media screen and (min-width:64em){
    .row .row {
		margin-right: -12px;
		margin-left: -12px;
	}	
	.column, .columns{
		padding-left: 12px;
		padding-right: 12px;
	}
}
@media screen and (min-width:40em){
	.form-newsletter.md-form.single .gform_body .txt-field input::placeholder{
		color:#fff;
	}
}

@media screen and (max-width:39.9375em){
	.form-newsletter.md-form.single .gform_body .txt-field input{
		border-radius:40px;
		-webkit-border-radius:40px;
		background-color:#fff !important;
		color:#2c2a29;
	}
	.form-newsletter.md-form.single .gform_footer{
		position:relative;
		text-align:center;
		width:100%;
	}
	.form-newsletter.md-form.single .gform_body{
		width:100%;
	}
	.form-newsletter.md-form.single .gform_footer input{
		max-width:200px;
	}
	.wp-single-info .v-p-1{
		width: 100px;
		top:-30px;
	}
	.wp-single-info .v-p-2{
		width: 150px;
	}
	.md-rating .inner-rating .yasr-star-rating, .md-rating .inner-rating .rating-star span{
		margin-left:0;
	}
	.block-visual .inner-content .block-info{
		overflow: visible;
	}
	.single-produits .md-header .wp-header .logo .white{
		opacity:0;
	}
	.single-produits .md-header .wp-header .logo .black{
		opacity:1;
	}
	.single-produits .md-header.is-open .wp-header .logo .white{
		opacity:1;
	}
	.single-produits .md-header.is-open .wp-header .logo .black{
		opacity:0;
	}
	.section-banner .wp-dot .dot.dot-1{
		top: 4px;
		right: 35px;
	}
	.section-banner .wp-dot .dot.dot-2{
		top: 36px;
		right: 3px;
	}
	.section-banner .wp-dot .dot.dot-3{
		top: calc(50% - 13px);
		right: -9px;
	}
	.section-banner .wp-dot .dot.dot-4{
		bottom: 36px;
		right: 3px;
	}
	.section-banner .wp-dot .dot.dot-5{
		bottom: 4px;
		right: 35px;
	}
	.section-banner .wp-dot .dot.dot-6{
	    bottom: -9px;
	}
	.section-banner .wp-dot .dot svg{
		width:23px;
	}
	.section-banner .wp-dot{
		top:54%;
		width: 194px;
		height: 194px;
		z-index: 5;
	}
	.block-visual .wp-deco .deco.deco-1 img{
		max-height: 150px;
		max-width: unset;
	}
	.block-visual .layer{
		transform:none !important;
		-webkit-transform:none !important;
	}
	.block-visual .wp-deco .deco.scroll-deco-5 img{
		width:470px
	}
	.md-section .scroll-icon,
	.md-section .nav-scroll-slider{
		display:none;
	}
	.check-visual{
		display:block;
	}
	.wp-visual .visual .img-visual{
		opacity:1;
		transform:scale(1);
		-webkit-transform:scale(1);
	}
	.section-slider-product .block-visual .wp-visual .scroll-item{
		display:block;
		position:relative;
		pointer-events: auto;
		opacity: 1;
	}
    body.is-fixed{
    	overflow:visible;
    	height:auto;
    }
	.block-visual .inner-content .block-info .block-txt p{
		line-height:30px
	}
	.wp-deco .deco.deco-1{
		right:10px;
		top: 9%;
	}
	.block-visual .wp-deco .deco{
		opacity:1;
	}
	.block-visual .wp-deco .deco.deco-2,
	.wp-deco .deco.deco-2{
		bottom: 6%;
		left:auto !important;
		right:0;
	}
	.block-visual .wp-deco .deco.scroll-deco-3 img{
		width:200px;
	}
	.scroll-item-1 .wp-deco .deco.deco-2{
		bottom:40px;
	}
	.block-visual .wp-deco .deco img{
		max-width:220px;
	}
	.section-slider-product .block-visual{
		position:relative;
		height: auto;
	}
	.section-slider-product{
		height:auto;
		min-height:768px;
		display: block;
		overflow: visible;
	}
	.block-visual .inner-content{
		position: relative;
		width:100%;
		box-sizing:border-box;
		padding:0 15px;
		left: 0;
		min-height: 768px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.block-visual .inner-content .title{
		font-size:50px;
		margin-bottom: 40px;
		left: 0;
	}
	.block-visual .inner-content .title span{
		left:0;
		text-align:left;
		display: inline-block;
	}
	.block-visual .inner-content .title,
	.block-visual .inner-content .block-info{
		width:100%;
		overflow: visible;
	}
	.block-visual .inner-content .block-info .sub,
	.block-visual .inner-content .block-info .block-txt,
	.block-visual .inner-content .title p{
		opacity:1;
		transform:none;
		-webkit-transform:none;
		animation:none !important;
		-webkit-animation:none !important;
	}

	.block-visual .main-visual{
		display: block;
		position: relative;
		top:0;
		transform:none;
		-webkit-transform:none;
		margin-bottom:50px;
		left:0;
	}
	.block-visual .main-visual img{
		max-width:350px;
		margin:0 auto;
		display:block;

	}
	.md-footer .link-bot .item{
		display:block;
		text-align:center;
	}
	.md-footer .link-bot .item .link{
		display:inline-block;
		vertical-align:middle;
		margin: 10px;
	}
	.wp-ctn-recette .left-ctn .info .ttl{
		font-size:24px;
	}
	.wp-ctn-recette .left-ctn .lbl-ctn{
		font-size:20px;
	}
	.wp-ctn-recette .left-ctn .info .list li:before{
		top:12px;
	}
	.wp-ctn-recette .right-ctn .list li,
	.wp-ctn-recette .left-ctn .info .list li{
		font-size:16px;
		line-height:30px;
	}
	.md-section .md-rating .inner-rating{
		padding:10px 20px 20px 20px;
	}
	.md-rating .inner-rating .yasr-visitor-votes,
	.md-rating .inner-rating .lbl,
	.md-rating .inner-rating .inner-rating{
		display:block;
		width:100%;
		text-align:left;
	}
	.md-rating .inner-rating .lbl{
		margin-bottom:8px;
	}
	.md-rating .inner-rating .rating-star span{
		margin-left:0;
	}
	.md-section .tips-recette{
		width:40px;
		height:40px;
	}
	.md-section .tips-recette svg{
		height:18px;
	}
	.fancybox-content.popin-video{
		width: calc(100% - 50px);
		max-width: unset;
		padding-left: 0;
		padding-right: 0;
	}
	.fancybox-content{
		padding-left:20px;
		padding-right:20px;
	}
	.wp-single-info .icon-top{
		width:100px;
		top:-50px;
	}
	.wp-single-info .icon-top span:before, .wp-single-info .icon-top span:after{
		bottom: 24px;
		width: 30px;
	}
	.wp-single-info .icon-top span:before{
		left: -20px;
	}
    .wp-single-info .icon-top span:after{
		right: -20px;
	}
	.md-section .info-recette{
		margin-bottom:30px;
	}
	.md-section .thumb-info-recette .item .md-share a{
		font-size:20px;
		margin:10px 17px
	}
	.md-section .info-recette .item img{
		max-width:40px;
	}
	.md-section .info-recette .item .time, 
	.md-section .info-recette .item .name{
		font-size:16px;
	}
	.md-section .block-txt h2{
		font-size:25px;
		line-height:1.4;
	}
	.md-section .block-txt h3{
		font-size:21px;
		line-height:1.4;
	}
	.md-section .block-txt h4{
		font-size:18px;
		line-height:1.5;
	}
	.md-section .btn-more-faq{
		margin-top: 50px;
	}
	.md-section .content-faq .block-txt blockquote{
		padding-left:0px;
		padding-top:33px;
		font-size:18px;
		line-height:1.8;
	}
	.md-section .faq-tab .list-question{
		border-top:none;
		border-width:2px;
	}
	.md-section .ddl-faq .item-faq .title .svg,
	.md-section .faq-tab .item .lbl .svg{
		margin-right:5px
	}
	.md-section .ddl-faq .item-faq .list .item,
	.faq-tab .list-question .item-question{
		padding: 15px 20px;
	}
	.md-section .ddl-faq .item-faq .title,
	.md-section .faq-tab .item .lbl{
		font-weight:600;
		min-width: unset;
		padding: 15px 20px 15px 15px;
		font-size: 14px;
	}
	.md-section .ddl-faq .item-faq .title .svg svg,
	.md-section .faq-tab .item .lbl .svg svg{
		width: 12px;
	}
	.section-recette .vector-food{
		width:170px;
		right:0;
	}
	.md-recette.list-recette .item-recette{
		width:70%;
		min-width:295px
	}
	.list-recette .row > .columns:nth-child(even) .item-recette{
		top:0px;
	}
	.md-popin .info-pp .v-p-3{
		bottom:-20px;
		top:auto;
		left:-50px;
		width:120px;
	}
	.wp-single-info .lbl{
		font-size:25px;
	}
	.md-popin .title-section.dk{
		font-size:40px;
		
	}
	.md-section .md-recette.list-recette {
	}
	.md-section .md-filter .inner-filter .item{
		width:calc(100% / 3 - 24px);
	}
	.md-section .wp-single-info{
		padding-top:90px;
	}
	.pp-newsletter .wp-single-info{
		padding-top:50px;
	}
	.md-popin .v-p-6{
		width: 400px;
		opacity: 0.2;
	}
	.slider-product .swiper-button-next{
		right:0;
	}
	.slider-product .swiper-button-prev{
		left:0;
	}
	.md-section .md-recette .item-recette{
		height:450px
	}
	.md-recette .slider-recette .swiper-slide{
		margin-left:15px;
		margin-right:15px;
	}
	.md-section .md-breadcrumb .rank-math-breadcrumb a, .md-section .md-breadcrumb .rank-math-breadcrumb span{
		font-size:13px;
	}
	.block-slider-product .vector-mowi{
		width:500px;
	}
	.block-feature-product .item .name{
		font-size:22px;
		line-height:1.4
	}
	.block-slider-product .inner-slider-product{
		padding-top:0;
	}
	.md-section .block-feature-product{
	    margin-bottom:50px;
    }
	.block-feature-product .item .circle svg{
		left:50%;
		top:45%;
	}
	.no-touch .block-feature-product .item:hover .circle svg{
		top:50%;
	}
	.block-feature-product .item .name{
		position:relative;
		top:0;
		transform:none;
		-webkit-transform:none;
		margin-bottom:40px;
		width:100%
	}
	.block-feature-product .item .circle{
		position:relative;
		margin-bottom:40px;
		top: 0;
		left: 0;
		transform: none;
		-webkit-transform: none;
		margin: 50px auto;
	}
	.block-feature-product .item .bg.clip{
		clip-path: circle(117.5px at center 166.5px);
	}
	.block-feature-product .item{
		height:auto;
	}
	.wp-num .item{
		width: 100% !important;
	}
	.quiz-content .inner-item .item .desc{
		font-weight:600;
	}
	.quiz-content .inner-item .item{
		width:220px;
		height:220px;
		margin:15px 17px
	}
	.quiz-content .inner-item .item:after{
		width:2px;
		height:40px;
	}
	.quiz-content .note{
		font-size:20px;
	}
	.section-content-map-image .block-content-image{
		padding-top:40px;
	}
	.md-section.section-multi-content .ctn-container{
		margin-bottom: 40px;
	}
	.md-section .title-top{
		font-size: 38px;
		line-height: 1.4;
		margin-bottom: 40px;
	}
	.md-section .title-top:after{
		height:3px;
		margin-top: 12px;
	}
	.section-aquarium .s-vector{
		width:550px;
	}
	.md-section .wp-feature{
		margin-top:100px;
	}
	.no-touch .feature-slider .swiper-slide .product-description:hover  .product-inner:before{
		border-width:4px;
	}
	.feature-slider .swiper-slide .product-description .product-inner,
	.feature-slider .swiper-slide .product-description,
	.feature-slider .swiper-slide{
		border-radius:0;
		-webkit-border-radius:0;
	}
	.feature-slider .swiper-slide .info .sub{
		display:none;
	}
	.feature-slider .swiper-slide .info .step{
		font-size: 48px;
	}
	.section-slider-thumb .s-vector{
		width:300px;
		top:-100px;
	}
	.sw-button span:before{
		width:200px;
		height:200px;
	}
	.swiper-button-next, .swiper-button-prev{
		width:50px;
		height:50px;
	}
	.swiper-button-next{
		right:15px;
	}
	.swiper-button-prev{
		left:15px;
	}
	.sw-button span svg{
		width: 16px;
	}
	.md-section .wp-thumb{
		margin-top:50px;
	}
	.section-slider .s-vector{
		top:-50px;
		width:140px;
	}
	.section-slider .thumb-slider ul li a{
		font-size:16px;
	}
	.section-slider .thumb-slider ul li{
		margin-bottom:30px;
	}
	.section-slider .thumb-slider .inactive ul li{
		pointer-events: none;
	}
	.wp-slider .img-slider{
		margin-bottom:30px;
	}
	.section-slider .thumb-slider,
	.section-slider .columns .wp-slider{
		width:100%;
	}
	.section-content-map-image .vector-small{
		position:relative;
		margin-top:0;
	}
	.md-section .block-quote:before{
		width: 45px;
		left: -26px;
		top: 0;
		position: relative;
		display: block;
		height: 31px;
	}
	.md-section .block-quote p{
		font-size: 22px;
		line-height: 36px;
	}
	.section-content-right-image .block-img{
		width:80%
	}
	.md-section .block-txt table, .md-section .block-txt blockquote, .md-section .block-txt ul, .md-section .block-txt ol, .md-section .block-txt ol li, .md-section .block-txt ul li, .md-section .block-txt div, .md-section .block-txt p{
		margin-bottom: 35px;
	}
	.section-content-2-col-note-right .right-ctn{
		margin-top:30px;
	}
	.section-content-2-col-note-right .right-ctn .block-txt p{
		/* padding-left:0 !important; */
	}
	.md-section .block-number{
		margin-bottom: 50px;
	}
	.block-number .item-count .count{
		margin-left:auto;
		margin-right:auto;
	}
	.block-number .item-count .block-txt{
		text-align:center;
	}
	.md-section .sub-title{
		margin-bottom:30px;
	}
	.block-multi-content .note {
		display:block;
	}
	.block-multi-content .note span{
		display:block;
		font-size:60px;
		text-align: left;
		margin: 0;
	}
	.block-multi-content .note p,
	.md-section .block-txt.medium p{
		font-size:20px;
		line-height: 39px;
	}
	.block-multi-content .note p{
		text-align: left;
	}
	.section-multi-content .block-img{
		width:60%;
	}
	.section-multi-content .left-ctn{
		margin-bottom:40px;
	}
	.main .md-section .wp-section{
		margin:50px 0;
	}
	.section-content-full-image .full-image{
		margin-bottom:-50px;
	}
	.main .section-slider-product .wp-section{
		position:relative;
		top:0;
		left:0;
		margin-bottom:0;
	}
	.btn-default{
		font-size: 15px;
	}
	.btn-default .svg svg{
		width:16px;
	}
	.md-section .block-single-map .dot.dot-1{
		width:45px;
		height:45px;
	}
	.md-section .block-single-map .dot.dot-2{
		width:30px;
		height:30px;
	}
	.md-section .block-single-map .dot.dot-3{
		width:25px;
		height:25px;
	}
	.md-section .block-single-map.top-page .dot.dot-1 span:after,
	.md-section .block-single-map .dot.dot-1 span:after{
		width:100px;
		height:100px;
	}
	.md-section .title-section.small,
	.md-section .title-section,
	.md-section .block-tt-banner .title{
		font-size: 32px;
		line-height:1.4;
	}
	.md-section .title-section{
		/* margin-bottom:30px; */
	}
	.md-section .title-section:after{
		margin-top: 30px;
	}
	.wp-banner .active .bg-banner.clipped {
		clip-path: circle(80px at center 54%);
	}
	.wp-banner .anim-banner .vector{
		width: 350px;
		top: 54%;
		height:auto;
	}
	.wp-dot .dot{
		transform:scale(0.7);
		-webkit-transform:scale(0.7);
	}
	.section-banner .wp-dot .dot.dot-center .dot-ctn{
		transform:scale(0.7);
		-webkit-transform:scale(0.7);
	}
	.md-footer .logo{
		margin-bottom:30px;
	}
	.md-footer .logo,
	.md-header .logo{
		max-width:100px;
	}
    .md-footer .menu-footer{
    	margin-bottom:13px;
    }
}

@media screen and (max-width:470px){
	.md-section .md-filter .inner-filter .item{
		width:calc(100% / 2 - 24px);
	}
	.block-visual .wp-deco .deco img{
		max-width:150px
	}
	.block-visual .inner-content .title{
		font-size:40px;
		line-height:1.3
	}
}

@keyframes dot-bounce{
    0%{
		transform:scale(.72);
		opacity:1;
    }
    16%{
		transform:scale(1.3);
		opacity:1;
    }
    32%{
		transform:scale(1);
		opacity:1;
    }
    48%{
		transform:scale(1.3);
		opacity:1;
    }
    64%{
		transform:scale(1);
		opacity:1;
    }
    80%{
		transform:scale(1.3);
		opacity:1;
    }
    100%{
		transform:scale(.72);
		opacity:1;
    }
}
@-webkit-keyframes dot-bounce{
	0%{
		transform:scale(.72);
		opacity:1;
    }
    16%{
		transform:scale(1.3);
		opacity:1;
    }
    32%{
		transform:scale(1);
		opacity:1;
    }
    48%{
		transform:scale(1.3);
		opacity:1;
    }
    64%{
		transform:scale(1);
		opacity:1;
    }
    80%{
		transform:scale(1.3);
		opacity:1;
    }
    100%{
		transform:scale(.72);
		opacity:1;
    }
}
@-webkit-keyframes dot-bounce-fade{
	0%{
		transform:scale(.72);
		opacity:1;
    }
    16%{
		transform:scale(1.3);
    }
    32%{
		transform:scale(1);
    }
    48%{
		transform:scale(1.3);
    }
    64%{
		transform:scale(1);
    }
    80%{
		transform:scale(1.3);
    }
    100%{
		transform:scale(.72);
		opacity:1;
    }
}
@keyframes dot-bounce-fade{
	0%{
		transform:scale(.72);
		opacity:1;
    }
    16%{
		transform:scale(1.3);
    }
    32%{
		transform:scale(1);
    }
    48%{
		transform:scale(1.3);
    }
    64%{
		transform:scale(1);
    }
    80%{
		transform:scale(1.3);
    }
    100%{
		transform:scale(.72);
		opacity:1;
    }
}

@keyframes animationSVG {
	from {
		stroke-dasharray: 67;
		stroke-dashoffset: -68;
	}
	to {
		stroke-dasharray: 67;
		stroke-dashoffset: -134;
	}
}
@-webkit-keyframes animationSVG {
	from {
		stroke-dasharray: 67;
		stroke-dashoffset: -68;
	}
	to {
		stroke-dasharray: 67;
		stroke-dashoffset: -134;
	}
	
}

@keyframes bite {
	0% {
		transform-origin: center bottom;
		transform: rotate(1deg)
	}
	50% {
		transform-origin: center bottom;
		transform: rotate(-1deg)
	}
	100% {
		transform-origin: center bottom;
		transform: rotate(0deg)
	}
}
@-webkit-keyframes bite {
	0% {
		transform-origin: center bottom;
		transform: rotate(1deg)
	}
	50% {
		transform-origin: center bottom;
		transform: rotate(-1deg)
	}
	100% {
		transform-origin: center bottom;
		transform: rotate(0deg)
	}
}
@keyframes float {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}
@-webkit-keyframes float {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes slide-up {
	0% {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		opacity:0;
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity:1;
	}
}

@keyframes slide-up {
	0% {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		opacity:0;
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity:1;
	}
}

@-webkit-keyframes slide-up-short {
	0% {
		-webkit-transform: translateY(2vmin);
		transform: translateY(2vmin)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slide-up-short {
	0% {
		-webkit-transform: translateY(2vmin);
		transform: translateY(2vmin)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: .001
	}
	to {
		opacity: 1
	}
}

@keyframes fade-in {
	0% {
		opacity: .001
	}
	to {
		opacity: 1
	}
}

@media screen and (max-height:850px){
	.block-visual .scroll-item-1 .wp-deco .deco.deco-1 img{
		max-width:160px;
	}
	.block-visual .wp-deco .deco.deco-2 img{
		max-width:240px;
	}
	.block-visual .wp-deco .deco.deco-2{
		left: -18%;
	}
	.block-visual .inner-content .title{
		margin-bottom:25px;
	}
	.block-visual .inner-content{
		padding-top:6vh;
	}
}


