/*
Theme Name: Indochine – Child 2018/2022
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



@font-face {
    font-family: Moderat;
    src: url(fonts/Moderat-Light.ttf); 
}  

@font-face {
    font-family: Moderat-Regular;
    src: url(fonts/Moderat-Regular.otf); 
}  

@font-face {
    font-family: Garamond;
    src: url(https://www.indochinedxb.com/wp-content/themes/Indochine/fonts/Garamond-Regular.ttf); 
}  

@font-face {
    font-family: Garamond-Italic;
    src: url(fonts/Adobe-Garamond-Italic.otf); 
}  


html {
}

body {
	margin: 0;
    font-family: Moderat;
    font-weight: normal;
	font-style: normal;
	font-size: 17px;
	line-height: 140%;
	background-color: #FFF;
	color: #000;
	letter-spacing: 0.5px;
}

p {
	font-size: 17px;
	line-height: 140%;
	margin: 0;
    font-family: Moderat;
    font-weight: normal;
	font-style: normal;
	color: #000;
	letter-spacing: 0.5px;
}

p strong {
    font-family: Moderat-Regular;
    font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
	color: inherit;
}

p a {
	text-decoration: none;
}

.red {
	color: #ED1B24;
}

.green {
	color: #1F453C;
}

p.cat {
    font-family: Garamond;
	text-transform: uppercase;
	font-size: 110% !important;
}

.white {
	color: #FFF;
}

.white a {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

#button {
	position: relative;
	padding: 12px 25px;
	display: inline-block;
	line-height: 100%;
	color: #FFF;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	margin-top: 1vh;
	background-color: #ED1B24;
	text-transform: uppercase;
	transition-property: all;
	transition-duration: .55s;
	transition-timing-function: ease-in-out;
}

#button:hover {
	background-color: #AB0424;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
    font-family: Garamond;
	font-style: normal;
	font-weight: normal;
} 

h1 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 55px;
	line-height: 110%;
}

h2 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 40px;
	line-height: 130%;
}

span.seventy h2 {
	padding-right: 30%;
}

span.seventy p {
	padding-right: 30%;
}

h3 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 30px;
	line-height: 130%;
}

h4 {
    font-family: Moderat;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 25px;
	line-height: 130%;
}

h5 {
	font-style: normal;
	font-weight: normal;
	padding: 2vh 0 0;
	margin: 0;
	font-size: 20px;
	line-height: 130%;
}

h5 span {
	float: right;
}

h6 {
    font-family: Moderat;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 110%;
	line-height: 130%;
}

#wrapper {
    margin: 0;
	float: left;
	width: 100%;
	position: relative;
}

#fixie {
    margin: 0 auto;
}

#header {
	height: 120px;
	z-index: 999;
	width: 85%;
	transition-property: all;
	transition-duration: .55s;
	transition-timing-function: ease-in-out;
    padding: 0 7.5% 0;
    float: left;
	position: fixed;
	text-align: center;
}

#logo {
	height: 120px;
	width: 300px;
	display: inline-block;
}

#logo img {
	height: 100%;
	width: 100%;
	float: left;
	object-fit: contain;
}

#burger-menu {
	position: absolute;
	padding: 12px 25px;
	display: inline-block;
	right: 5%;
	top: 40px;
	line-height: 100%;
	color: #FFF;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	background-color: #ED1B24;	
	text-transform: uppercase;
	transition-property: all;
	transition-duration: .55s;
	transition-timing-function: ease-in-out;
}

#burger-menu:hover {
	background-color: #AB0424;
}

#slider-wrapper {
    float: left;
	width: 100%;
	height: auto;
	position: relative;
}

.home #content {
    float: left;
	width: 100%;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}

#content {
    float: left;
	width: 100%;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}

#panel {
	padding: 10vh 5%;
	width: 90%;
	float: left;
}

#panel.yellow {
	padding: 10vh 5%;
	background-color: #F5EFE1;
}

#panel.yellow p {
	padding-right: 40%;
}

#panel.green {
	padding: 10vh 5%;
	background-color: #1F453C;
}

#panel.center {
	padding: 12vh 20%;
	width: 60%;
	text-align: center;
}

#panel.scroll {
	padding: 0 0;
	width: 100%;
}

#panel.scroll h4 {
}

#panel.grey {
	background-color: #F3F5F7;
}

#panel ul {
	padding: 10px 0;
	margin: 0;
}

#panel ul li {
	padding: 5px 0 5px 20px;
	margin: 0;
	list-style: none;
	line-height: 120%;
}

#panel ul li:before {
	content: '–';
	color: #0099A1;
	position: absolute;
	margin-left: -20px;
}

#scroller {
	width: 100%;
	padding: 0 0 2.5vh;
	white-space: nowrap;
	margin: -5vh 0 10vh;
    font-family: Moderat;
  	overflow: scroll;
	overflow-x: scroll /* Hide horizontal scrollbar */;
	overflow-y: hidden /* Hide vertical scrollbar */;
	-webkit-overflow-scrolling: touch;
	float: left;
    background-color: transparent;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#scroller::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#scroller {
  -ms-overflow-style: normal;  /* IE and Edge */
  scrollbar-width: 8px;          /* "auto" or "thin" */
  scrollbar-color: #AAA white;   /* scroll thumb and track */ 
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#scroller::-webkit-scrollbar {
  width: 8px;               /* width of the entire scrollbar */
}

#scroller::-webkit-scrollbar-track {
  background: white;        /* color of the tracking area */
}

#scroller::-webkit-scrollbar-thumb {
  background-color: #AAA;    /* color of the scroll thumb */
  border-radius: 0px;       /* roundness of the scroll thumb */
  margin-left: 100px;
  border: solid 4px white;	
}

#scroller-press {
	width: 100%;
	padding: 0 0 2.5vh;
	white-space: nowrap;
	margin: -5vh 0 10vh;
    font-family: Moderat;
  	overflow: scroll;
	overflow-x: scroll /* Hide horizontal scrollbar */;
	overflow-y: hidden /* Hide vertical scrollbar */;
	-webkit-overflow-scrolling: touch;
	float: left;
    background-color: #0F0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#scroller-press::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#scroller-press {
  -ms-overflow-style: normal;  /* IE and Edge */
  scrollbar-width: 8px;          /* "auto" or "thin" */
  scrollbar-color: #AAA white;   /* scroll thumb and track */ 
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#scroller-inner {
	width: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: auto;
	white-space: nowrap;
}

#item {
	width: 450px;
	height: 650px;
	white-space: normal;
	margin: 0 2.5% 0 0;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	background-color: #F5EFE1;
	position: relative;
	z-index: 222;
}

#item.press {
	text-align: left;
	background-color: transparent;
	height: auto;
}

#item-image {
	width: 100%;
	height: 320px;
	float: left;
	margin-bottom: 2.5vh;
	overflow: hidden;
}

#item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: left;
	transition-property: all;
	transition-duration: .25s;
	transition-timing-function: ease-in-out;
}

#item:hover #item-image img {
	transform: scale(1.2);
}

#item h3 {
	padding: 0 7.5%;
	text-align: left;
	color: #1F453C;	
}

#item h4 {
	padding: 0 0 2.5vh;
}

#item p {
	font-size: 90%;
	padding: 1vh 7.5% 0;
	text-align: left;
}

#item.press p {
	padding: 0 0 0;
}

#item.press p a {
	color: #ED1B24;
	border-bottom: 1px solid #ED1B24;
	text-transform: uppercase;
}

#item #button {
	position: relative;
	padding: 12px 22px;
	width: auto;
	display: inline-block;
	line-height: 100%;
	color: #FFF;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	background-color: #1F453C;
	text-transform: uppercase;
	margin: 2.5vh 7.5% 3.5vh;
	transition-property: all;
	transition-duration: .55s;
	transition-timing-function: ease-in-out;
}

#item #button:hover {
	background-color: #1F453C;
}

#page-image {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	z-index: 0;
}

#page-image img {
	width: 100%;
	height: auto;
	float: left;
}

#page-image #overlay {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0), rgba(0,0,0,0.7));	
	padding: 0;
	position: absolute;
}

#image-wrapper {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#image-wrapper.about {
	background-image: url("https://www.indochinedxb.com/wp-content/uploads/2022/11/Indochine-47.jpg");
	z-index: 0;
}

#image-wrapper.accomodate {
	background-image: url("../../uploads/2022/11/Indochine-66.jpg");
}

#image-wrapper.signup {
	background-image: url("../../uploads/2022/11/Indochine-3.jpg");
}

#image-wrapper #overlay {
	width: 70%;
	height: auto;
	background-color: rgba(0,0,0,0.4);
	padding: 17.5vh 15%;
	text-align: center;
}

#image-wrapper.accomodate #overlay {
	width: 55%;
	padding: 17.5vh 40% 17.5vh 5%;
	text-align: left;
}

#image-wrapper #overlay h1 {
	color: #FFF;
}

#image-wrapper #overlay p {
	color: #FFF;
	padding-bottom: 15vh;
}

#image-wrapper #overlay #button {
	margin-top: 5vh;
}

#image-wrapper.accomodate #overlay #button {
	margin-top: 5vh;
	background-color: #1F453C;
}

#image-wrapper.signup #overlay #button {
	margin-top: 2.5vh;
	background-color: #1F453C;
	border: none;
	box-shadow: none;
	padding: 12px 22px;
}

#image-wrapper.signup #overlay input {
	margin: 2.5vh 10px 0;
	border: none;
	background-color: #FFF;
	padding: 10px;
}

#image-wrapper.signup #overlay p {
	padding-bottom: 0;
}

#panel ul.menus {
    font-family: Garamond;
	border-top: solid 1px #ED1B24;
	width: 100%;
	float: left;
	margin: 5vh 0;
	padding: 0;
}

#panel ul.menus li {
	font-size: 30px;
	line-height: 100%;
	padding: 2.5vh 0;
	border-bottom: solid 1px #ED1B24;	
	background-image: url("images/Arrow.png");
	background-repeat: no-repeat;
	background-size: auto 25%;
	background-position: center right;
	transition-property: all;
	transition-duration: .55s;
	transition-timing-function: ease-in-out;
}

#panel ul.menus li:before {
	display: none;
}

#panel ul.menus li:hover {
	padding-left: 2%;
}

#panel.page {
	padding: 10vh 20%;
	width: 60%;
	text-align: left;	
}

#panel.page p {
	padding-top: 2.5vh;
}

#panel.page ul {
	border-top: 1.5px solid #000;
	margin: 5vh 0 0;
	padding: 0; 
	float: left;
	width: 100%;
}

#panel.page ul li {
    font-family: Garamond;
	font-size: 30px;
	line-height: 100%;
	padding: 1.5vh 0;
	border-bottom: solid 1.5px #000;	
}

#panel.page ul li:before {
	display: none;
}

#left-container {
	width: 70%;
	float: left;
}

#left-container p {
	padding-top: 2.5vh;
}

#right-container {
	width: 25%;
	float: left;
	padding-left: 5%;
	margin-top: -20vh;
	position: relative;
}

#fifty {
	width: 100%;
	float: left;
	margin: 0 0 7.5vh;
}

#fifty p {
	font-size: 90%;
	padding-right: 10%;
}

#private {
	width: 100%;
	height: auto;
	float: left;
	margin: 5vh 0 0;
}

#private-text {
	width: 45%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 5%;
}

#private-text.left {
	padding: 0 5% 0 0;
}

#private-text h2 {
	color: #FFF;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#private-text p {
	color: #FFF;
	font-size: 90%;
	padding-top: 10px;
}

#private-text #button {
}

#private-text #button {
	position: relative;
	padding: 15px 25px;
	width: auto;
	display: inline-block;
	line-height: 100%;
	color: #FFF;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	background-color: #000;
	text-transform: uppercase;
	margin: 2.5vh 0 0;
	transition-property: all;
	transition-duration: .55s;
	transition-timing-function: ease-in-out;
}

#private-text #button:hover {
	background-color: #000;
}

#private-image {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	height: 500px;
}

#private-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h1.head {
	border-top: 1.5px solid #ED1B24;
	border-bottom: 1.5px solid #ED1B24;
	text-align: center;
	padding: 2.5vh 0;
}

h3.head {
	border-top: 1.5px solid #000;
	border-bottom: 1.5px solid #000;
	text-align: center;
	padding: 1.5vh 0 1.5vh;
}

h3.head span {
	font-size: 20px !important;
	line-height: 20px !important;
	display: block;
    font-family: Garamond-Italic;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
}

#social {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 2.5vh;
	margin-bottom: 2.5vh;
}

#footer #social {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 2vh;
}

#social img {
	width: auto !important;
	height: 40px !important;
	display: inline-block;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 5px 0 0 !important;
	transition-property: all;
	transition-duration: .55s;
	transition-timing-function: ease-in-out;
	opacity: 0.6;
}

#social img:hover {
	opacity: 1;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	position: relative;
	padding: 15px 30px;
	display: inline-block;
	line-height: 100%;
	color: #000;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	margin-top: 3vh;
	background-color: transparent;
	border: none;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
	background-color: transparent;
	border: none;
}

div.wpforms-container-full .wpforms-form input[type=submit]::before, div.wpforms-container-full .wpforms-form button[type=submit]::before, div.wpforms-container-full .wpforms-form .wpforms-page-button::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 40px;
	padding: 2.5px; /* control the border thickness */
	background: linear-gradient(90deg, #720DFD, #11C9FF);
	-webkit-mask: 
	linear-gradient(#fff 0 0) content-box, 
	linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	border-radius: 40px;
}

#button {
	position: relative;
	padding: 15px 30px;
	display: inline-block;
	line-height: 100%;
	color: #FFF;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	margin-top: 3vh;
}

div.wpforms-container-full .wpforms-field.wpforms-field-text input {
    font-weight: normal;
	font-style: normal;
}

div.wpforms-container-full .wpforms-field.wpforms-field-textarea textarea {
	font-family: -apple-system;
	font-weight: normal;
	font-style: normal;
}

#panel div.wpforms-container-full ul li:before {
	display: none;
}

#footer {
	padding: 7.5vh 5%;
	width: 90%;
	float: left;
    background-color: #000;
	position: relative;
	z-index: 222;
}

#footer #third {
	width: 25%;
	float: left;
}

#footer #third.first {
	width: 35%;
	float: left;
	padding-right: 10%;
}

#footer #third h3 {
	font-size: 22px;
}

#footer #third h3 {
	transition-property: all;
	transition-duration: .55s;
	transition-timing-function: ease-in-out;
	color: #FFF;
}

#footer #third h3 a.phone {
	border-bottom: 1px solid #ED1B24;
	transition-property: all;
	transition-duration: .55s;
	transition-timing-function: ease-in-out;
}

#footer #third h3 a.phone:hover {
	border-bottom: 1px solid transparent;
	opacity: 0.6;
}

#footer #third h3 a:hover {
	opacity: 0.6;
}

#copy {
	width: 50%;
	float: left;
	margin-top: 2.5vh;
	color: #FFF;
}

#design {
	width: 50%;
	float: left;
	text-align: right;
	margin-top: 2.5vh;
	color: #FFF;
}

#design a {
	transition-property: all;
	transition-duration: .55s;
	transition-timing-function: ease-in-out;
	border-bottom: 1px solid #ED1B24;
}

#design a:hover {
	border-bottom: 1px solid transparent;
	opacity: 0.6;
}











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

body, p {
	font-size: 15px;
}
	
h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 20px;
}

#logo {
	height: 120px;
	width: 220px;
	display: inline-block;
}

#item {
	height: 500px;
	width: 350px;
}
	
#item-image {
	height: 220px;
}

#private-image {
	height: 400px;
}
	
#panel ul.menus li {
	font-size: 22px;
}

#panel.page {
	padding: 10vh 10%;
	width: 80%;
	text-align: left;	
}
	
#footer #third h3 {
	font-size: 18px;
}

#social img {
	height: 35px !important;
}
	
}






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

body, p {
	font-size: 15px;
}
	
h1, h2, h3, h4, h5, h6 {
} 

h1 {
	font-size: 40px;
}
	
h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
}
	
span.seventy h2 {
	padding-right: 10%;
}

span.seventy p {
	padding-right: 10%;
}

#panel.page ul li {
	font-size: 25px;
	padding: 2.5vh 0;
}
	
#item {
	height: 520px;
	width: 350px;
}

#item-image {
	height: 250px;
}

#button {
	padding: 12px 22px;
	font-size: 85%;
}

#item #button {
	padding: 12px 22px;
	font-size: 85%;
}

#burger-menu {
	padding: 12px 22px;
	top: 40px;
	font-size: 85%;
}
	
#footer #third h3 {
	font-size: 22px;
}

#social img {
	height: 35px !important;
}
	
}





/* iPad & iPhone simulate :hover */
@media (min-device-width:320px) and (max-device-width:1024px) {

#access ul li ul {
	display: none;
}

#access ul li:hover ul {
	display: block;    	
}
	
}





@media only screen and (max-width: 900px) {
	
#logo {
	width: 250px;
}

#panel.page {
	padding: 10vh 5%;
	width: 90%;
}
	
#panel.yellow p {
	padding-right: 10%;
}
	
#panel ul.menus li {
}

#item {
	height: 520px;
	width: 300px;
}

#item-image {
	height: 220px;
}

#private-text {
	width: 100%;
	padding: 2.5vh 0 0 0;
}

#private-text.left {
	padding: 0 0 2.5vh 0;
}

#private-image {
	width: 100%;
	height: 400px;
}

#image-wrapper.accomodate #overlay {
	width: 75%;
	padding: 15vh 20% 15vh 5%;
}
	
#footer #third {
	width: 100%;
	float: left;
	margin-top: 3vh;
}

#footer #third.first {
	width: 60%;
	margin-top: 0;
}

#footer #third h3 {
	font-size: 20px;
}
	
#footer #social {
	display: none;
}
	
#copy {
	width: 100%;
	margin-top: 5vh;
}

#design {
	width: 100%;
	text-align: left;
	margin-top: 1.5vh;
}
	
}





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

h1 {
	font-size: 30px;
}
	
h2 {
	font-size: 22px;
}

h3 {
	font-size: 25px;
}

span.seventy h2 {
	padding-right: 0;
}

span.seventy p {
	padding-right: 0;
}
	
#header {
	height: 95px;
}

#logo {
	height: 95px;
	width: 180px;
}
	
#burger-menu {
	position: fixed;
	padding: 12px 0;
	display: inline-block;
	right: 5%;
	top: 95vh;
	width: 90%;
	line-height: 100%;
	color: #FFF;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	background-color: #ED1B24;	
	text-transform: uppercase;
	transition-property: all;
	transition-duration: .55s;
	transition-timing-function: ease-in-out;
}
	
#panel.page {
	padding: 10vh 5%;
	width: 90%;
}

#panel.page ul li {
	font-size: 20px;
	padding: 2vh 0;
}
	
#item {
	width: 280px;
	margin-right: 5%;
	height: 500px;
}

#item-image {
	height: 200px;
}

#panel.yellow p {
	padding-right: 0;
}
	
#panel ul.menus li {
	font-size: 25px;
}	

#image-wrapper #overlay {
	width: 80%;
	padding: 15vh 10%;
}
	
#image-wrapper.accomodate #overlay {
	width: 85%;
	padding: 15vh 10% 15vh 5%;
}

#footer #third.first {
	width: 80%;
	margin-top: 0;
}

#footer #third h3 {
	font-size: 18px;
}
	
}