body {
    font-family: 'Poppins', sans-serif !important;
    cursor: default;
    outline: none;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
}

*:focus {
    outline: none !important;
}

.form-control:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: inherit !important;
}

/* Header */

.top-nav {
    background: #111;
    border-bottom: 1px solid #262626;
    min-height: 48px;
}

.top-nav ul.select-lang {
    margin: 0;
}

.top-nav ul.select-lang li {
    display: inline-block;
    line-height: 47px;
}

.top-nav ul.select-lang li a.active {
    text-decoration: underline;
    color: #fc4e12;
}

.top-nav ul.select-lang li:first-child a {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}

.top-nav ul.select-lang li a {
    color: #999;
    font-size: 13px;
    padding-left: 8px;
    margin-left: 5px;
    border-left: 1px solid #444;
}

.header-content {
    background: #1a1a1a;
}

.header-content .logo {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    height: 180px;
}

.header-content a.btn-log {
    line-height: 98px;
    color: white;
    margin-left: 10px;
}

.header-content a.btn-log i {
    color: #fc4e12;
}

.header-content .col.text-right {

min-width: 75%;

}



/* Banner */

section.banner-content {
    position: relative;
}

section.banner-content img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.banner-content h1 {
    position: relative;
    color: #fff;
    margin: 0;
    padding: 78px 15px;
    font-weight: 400;
    text-shadow: 1px 3px 6px rgba(20, 20, 20, 1);
    font-size: 40px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-size: 48px;
    text-shadow: -1px -1px 1px rgb(255 255 255 / 10%), 1px 1px 1px rgb(0 0 0 / 50%), 2px 2px 7px rgb(0 0 0 / 30%);
    font-weight: 700;
}


/* Content */

section.content {
    font-size: 16px;
}

section.content .container {
    padding: 0 15px;
}


/* Studio list */

#studios {
    text-align: center;
    margin: 0;
}

#studios h2 {
  font-size: 27px;
}
section#studios .form-group {
	background: rgba(0,0,0, .8);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	transition: .3s;
}

section#studios .form-group:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	transition: .3s;
}

section#studios .form-group .img {
    position: relative;
    border-bottom: 2px solid #fc4e12;
}

section#studios .form-group .img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    position: relative;
}

section#studios .form-group .img:before {
    background-color: rgba(255,255,255,.3);
    bottom: 0%;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0%;
    opacity: 1;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    z-index: 1;
}

section#studios .form-group:hover .img::before {
    left: 0%;
    right: 0%;
    opacity: 0;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

section#studios .form-group .img:after {
    background-color: rgba(255,255,255,.3);
    bottom: 50%;
    content: "";
    left: 0%;
    position: absolute;
    right: 0%;
    top: 51%;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    opacity: 1;
    z-index: 1;
}

section#studios .form-group:hover .img::after {
    top: 0%;
    bottom: 0%;
    opacity: 0;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

section#studios .form-group .inner {
	padding: 20px;
    color: #fff;
}

section#studios .form-group .inner p {
    text-align: left;
    font-size: 12px;
}

section#studios .form-group input[type=button] {
    display: inline-block;
    line-height: 48px;
    padding: 0 34px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    background: #fc4e12;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid #fc4e12;
    letter-spacing: 1px;
    outline: none;
    box-shadow: none;
    text-shadow: none !important;
    margin-top: 10px;
}

section#studios .form-group input[type=button]:hover {
    background: transparent;
    border: 1px solid #fc4e12;
    color: #fc4e12;
}

section#studios .form-group input[type=button]:focus { 
  	outline: none;
}


/* Calendrier */

#calendar {
    background: #fafafa;
}

#calendar .fc-toolbar.fc-header-toolbar {
    padding: 20px;
    border: 1px solid #fc4e12;
    border-bottom: 0;
    margin-bottom: 0;
}

#calendar .fc-view-container {
    padding: 20px;
    padding-top: 0;
    border: 1px solid #fc4e12;
    border-top: 0;
    margin-bottom: 90px;
}

.fc-view-container .fc-time-grid-event .fc-time span {
    color: #fff;
    font-size: 13px;
    margin: 4px;
}

.form-information {
    max-width: 500px;
    margin: auto;
    transition: .3s;
}

.form-information:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transition: .3s;
}

.form-information .panel {
    background: #fafafa;
    transition: .3s;
    padding: 0;
    border: 1px solid #fc4e12;
    margin: 0;
    border-radius: 0;
}

.form-information input[type="text"], .form-information input[type="email"], .form-information input[type="number"] {
    background: #fcfcfc;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    outline: 0;
    border: 0;
    border: 1px solid #ddd;
    padding: 0 20px;
    color: #fc4e12;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .2s;
    margin-bottom: 20px;
    transition: .2s;
}

.form-information .btn {
    display: inline-block;
    line-height: 48px;
    padding: 0 34px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    background: #fc4e12;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid #fc4e12;
    letter-spacing: 1px;
    outline: none;
    box-shadow: none;
    text-shadow: none !important;
    margin-top: 10px;
}

.form-information .btn:hover {
    background: rgba(252,78,18, .1);
    border: 1px solid #fc4e12;
    color: #fc4e12;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: red;
    margin-top: 0 !important;
    margin-bottom: 20px;
}

.panel-info {
    border-color: #fc4e12 !important;
    border-radius: 0 !important;
    background: #fafafa;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
    transition: .3s;
}

.panel-info:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3) !important;
    transition: .3s;
}

.panel-heading {
    background: #fc4e12 !important;
    color: #fff !important;
    text-align: left;
    border-radius: 0 !important;
    padding: 10px 20px !important;
}

.panel-body {
    padding: 20px 15px !important;
}

.result-content .panel {
    max-width: 500px;
    margin: auto;
    margin-bottom: 90px;
    text-align: center;
}

.result-content .btn {
    display: inline-block;
    line-height: 48px;
    padding: 0 34px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    background: #fc4e12;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 1px solid #fc4e12;
    letter-spacing: 1px;
    outline: none;
    box-shadow: none;
    text-shadow: none !important;
    margin-top: 10px;
}

.result-content .btn:hover {
    background: rgba(252,78,18, .1);
    border: 1px solid #fc4e12;
    color: #fc4e12;
}

p.total-price {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
}

.result-content .form-group {
    margin-bottom: 0;
}


/* Footer */

footer {
    background: #111;
    border-bottom: 1px solid #262626;
    color: #ccc;
}

footer p {
	margin: 0;
	font-size: 11px;
}

footer a,
footer a:hover {
	color: #fc4e12;
}

