/*
 Theme Name:   Maison de la chimie
 Description:  Maison de la chimie Theme
 Author:       Admin
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  maison-de-la-chimie
*/


.site-branding {
    position: relative !important;
}

.has-sidebar:not(.error404) #primary {
    width: 100% !important;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: local('HelveticaNeueLTStd-UltLt'),
        url("font/HelveticaNeueLTStd-UltLt.woff2") format('woff2'),
        url("font/HelveticaNeueLTStd-UltLt.woff") format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: local('Helvetica Neue LT Std 45 Light'), local('HelveticaNeueLTStd-Lt'),
        url("font/HelveticaNeueLTStd-Lt.woff2") format('woff2'),
        url("font/HelveticaNeueLTStd-Lt.woff") format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: local('Helvetica Neue LT Std 56 Italic'), local('HelveticaNeueLTStd-It'),
        url("font/HelveticaNeueLTStd-It.woff2") format('woff2'),
        url("font/HelveticaNeueLTStd-It.woff") format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: local('Helvetica Neue LT Std 46 Light Italic'), local('HelveticaNeueLTStd-LtIt'),
        url("font/HelveticaNeueLTStd-LtIt.woff2") format('woff2'),
        url("font/HelveticaNeueLTStd-LtIt.woff") format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: local('Helvetica Neue LT Std 55 Roman'), local('HelveticaNeueLTStd-Roman'),
        url("font/HelveticaNeueLTStd-Roman.woff2") format('woff2'),
        url("font/HelveticaNeueLTStd-Roman.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: local('Helvetica Neue LT Std 76 Bold Italic'), local('HelveticaNeueLTStd-BdIt'),
        url("font/HelveticaNeueLTStd-BdIt.woff2") format('woff2'),
        url("font/HelveticaNeueLTStd-BdIt.woff") format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: local('Helvetica Neue LT Std 75 Bold'), local('HelveticaNeueLTStd-Bd'),
        url("font/HelveticaNeueLTStd-Bd.woff2") format('woff2'),
        url("font/HelveticaNeueLTStd-Bd.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
	font-family: "Helvetica Neue LT Std", "Helvetica Neue", Roboto, Arial, sans-serif;
}


.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

#secondary {
	display: none;
}

.blog:not(.has-sidebar) #primary article,
.archive:not(.page-one-column):not(.has-sidebar) #primary article,
.search:not(.has-sidebar) #primary article,
.error404:not(.has-sidebar) #primary .page-content,
.error404.has-sidebar #primary .page-content,
body.page-two-column:not(.archive) #primary .entry-content,
body.page-two-column #comments {
	float: right;
	width: 100%;
}

.site-branding .wrap{
	text-align: center;
}

.site-title {
	font-size: 1.6em;
	font-weight: 600;
    letter-spacing: 1px;
}

.site-branding {
	padding-bottom: 0;
	padding-top: 0;
}

.branding {
	position: absolute;
}

.header-link {
	text-align: right;
	margin-bottom: 0;
	margin-right: 5px;
}
.header-link a {
	color: white;
	text-decoration: none;
}
.header-link:nth-child(1) {
	text-transform: uppercase;
	color: orange;
}

.panel-content .wrap {
	padding-top: 35px;
}

h1.entry-title {
	text-align: left;
	font-size: 26px !important;
}

.entry-header {
	width: 100% !important;
	text-align: center;
}

thead th {
	border: none;
}

.events-table td {
	height: 100px;
}

.events-table td a{
    font-weight: 1000;
    font-size: 20px;
    box-shadow: none !important;
}

.events-table td a:hover {
    border-bottom: 2px solid black;
}

.events-table td i{
    padding-left: 26px;
}

.tab-icon {
	position: relative;
    padding-right: 10px;
    top: 6px;
}

/*.entry-content strong {
	padding-left: 10px;
    border-left: 7px solid #9cdce9;
    margin-bottom: 7px;
}
*/

.entry-content strong.info-section-title{
    padding-left: 10px;
    border-left: 7px solid #9cdce9;
    margin-bottom: 7px;
}

.entry-content a {
    font-weight: 1000;
    font-size: 17px;
    margin-top: 2px;
    box-shadow: none !important;
    position: relative;
    top: 1px;
}

.entry-content a:hover {
    border-bottom: 2px solid black;
}

.entry-content h3 {
    color: #8080808c !important;
    font-weight: 100 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    text-align: left;
	font-size: 26px !important;
}

div.em-booking-login { padding: 0; border-left: none; }
.em-booking-form-details {
    padding: 0;
    margin-bottom: 50px;
}
.css-events-list table.events-table th { padding-left: 10px; border-left: 8px solid #9cdce9; }


.form-fields{
	background-color: #e7f4f9;
    padding: 16px 23px 21px 23px;
    margin-bottom: 18px;
}

.form-fields input {
	border-color: orange;
}


.form-fields [type="submit"] {
	background-color: orange;
    width: 206px;
	height: 41px;
	padding: 0 2em;
}

.form-fields [type="submit"]:focus {
	box-shadow: 0 0 10px #043f72;
}

.form-group {
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
}

.form-fields label {
	display: inline-block;
    width: 30%;
    margin-bottom: 0.5em;
    float: left;
}

.form-group label {
	float: none;
	width: auto;
	display: block;
	line-height: 1;
}
.form-group input[type="checkbox"]:focus + span {
	text-decoration: underline;
}

.form-group select {
	background: #fff;
	border-color: orange;
	border-radius: 3px;
}

.form-group input,
.form-group select {
	border-radius: 3px;
	transition: .25s ease-in-out;
	border-color: orange;
}
.form-group select {
	-webkit-appearance: none;
	appearance: none;
	background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjZjZhODAwIiBkPSJNMjA3LjAyOSAzODEuNDc2TDEyLjY4NiAxODcuMTMyYy05LjM3My05LjM3My05LjM3My0yNC41NjkgMC0zMy45NDFsMjIuNjY3LTIyLjY2N2M5LjM1Ny05LjM1NyAyNC41MjItOS4zNzUgMzMuOTAxLS4wNEwyMjQgMjg0LjUwNWwxNTQuNzQ1LTE1NC4wMjFjOS4zNzktOS4zMzUgMjQuNTQ0LTkuMzE3IDMzLjkwMS4wNGwyMi42NjcgMjIuNjY3YzkuMzczIDkuMzczIDkuMzczIDI0LjU2OSAwIDMzLjk0MUwyNDAuOTcxIDM4MS40NzZjLTkuMzczIDkuMzcyLTI0LjU2OSA5LjM3Mi0zMy45NDIgMHoiLz48L3N2Zz4=) no-repeat 99% 50%/20px 16px;
	padding: 0 .7em;
}
.form-group select::-ms-expand {
	display: none;
}

.form-group input:focus,
.form-group select:focus {
	border-color: #043f72;
}

.form-group .form-label-checkboxes {
	display: flex !important;
	line-height: 1.25;
}

.em-booking-login-form [type="submit"] {
	background-color: orange;
    margin-left: 23px;
    margin-bottom: 15px;
    width: 206px;
    height: 41px;
}

.em-booking-login-form input[type="checkbox"] {
	border-color: orange;
    margin-left: 44px;
    margin-right: 5px;
}

.em-booking-login-form img {
	margin-left: 23px;
}

.em-booking-form-details {
	background-color: #e7f4f9;
	padding: 15px 22px 19px 20px;
}

.em-booking-form-details input {
	border-color: orange;
}

.em-booking-form-details [type="submit"] {
	background-color: orange;
}
.em-booking-form select {
    width: 40%;
}
.em-booking-form label {
    display: inline-block;
    width: 40%;
}
.input-field-nomailing label {
    width: 100%;
}
.input-field-rgpd label {
    width: 100%;
}

.wp-caption {
    width: auto !important;
}

.wp-caption .wp-caption-text {
    text-align: right;
    font-size: 12px;
}

.footer_link {
    margin: 0px 3px 0px 3px;
}

#destinataire{
    display:none !important;
}

#help-connexion {
    margin-top: 35px;
}

.form-label-checkboxes {
    width: 100% !important;
    display: block !important;
}

body .cc-window {
    display: none;
}
body.hasCookies .cc-window {
    display: flex;
}

.video-placeholder {
    background-color: #EBEBE7;
    border: 5px solid #052955;
    border-radius: 10px;
    font-weight: bold;
    padding: 15px;
    margin: 20px 0;
    text-align: center;
}
.video-placeholder svg {
    color: #052955;
    width: 150px;
}

/* harmonisation */
@media (min-width: 992px) {
	.site-header {
		height: 172px;
	}
}

.site-header {
	background: #003868;
	color: #fff;
    height: 172px;
	text-align: center;
	position: relative;
	border-bottom: 5px solid #043f72;
}

.site-footer {
	background: #003868;
	color: #fff;
	padding: 40px 0;
}

.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.site-content-contain {
	flex: 1 0 auto;
}

.site-footer .widget-area .footer_link {
	color: #e3ab1e;
	box-shadow: none;
	text-decoration: none;
	line-height: 2;
}

.site-footer .widget-area .footer_link:hover {
	color: #fff;
	text-decoration: none;
	box-shadow: none;
}

.branding {
	position: absolute;
	right: 10px;
	bottom: -50px;
	font-size: 14px;
	z-index: 5;
}

.widget_custom_html {
	padding-bottom: 0;
}

.site-footer {
	font-size: 16px;
}

@media screen and (min-width: 48em) {
	.site-footer .widget-column.footer-widget-2 {
		float: none;
		width: auto;
		margin: auto;
		text-align: center;
	}
}

.site-footer .widget-column .custom-html-widget {
	display: flex;
	flex-direction: column;
}

.site-footer .wrap {
	padding: 0;
}

.footer-address {
	text-align: center;
}

body:not(.has-sidebar):not(.page-one-column) .page-header,
body.has-sidebar.error404 #primary .page-header,
body.page-two-column:not(.archive) #primary .entry-header,
body.page-two-column.archive:not(.has-sidebar) #primary .page-header,
.blog:not(.has-sidebar) #primary article,
.archive:not(.page-one-column):not(.has-sidebar) #primary article,
.search:not(.has-sidebar) #primary article,
.error404:not(.has-sidebar) #primary .page-content,
.error404.has-sidebar #primary .page-content,
body.page-two-column:not(.archive) #primary .entry-content,
body.page-two-column #comments {
	float: none;
	width: auto;
}

#main .entry-header .entry-title {
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	color: #a39e7f;
	font-size: 2rem;
	margin: 0;
	padding-bottom: 0;
	position: relative;
	line-height: 1;
}

.panel-content .entry-header {
	margin-bottom: 40px;
}

.header-title {
	font-size: 24px;
	font-weight: 100;
	line-height: 1;
	margin: 5px 0 0;
	text-transform: uppercase;
}

.header-logo {
	padding-top: 20px;
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#header-select-site {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #095494;
    border-radius: 2px;
    background: #043f72 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjZjZhODAwIiBkPSJNMjA3LjAyOSAzODEuNDc2TDEyLjY4NiAxODcuMTMyYy05LjM3My05LjM3My05LjM3My0yNC41NjkgMC0zMy45NDFsMjIuNjY3LTIyLjY2N2M5LjM1Ny05LjM1NyAyNC41MjItOS4zNzUgMzMuOTAxLS4wNEwyMjQgMjg0LjUwNWwxNTQuNzQ1LTE1NC4wMjFjOS4zNzktOS4zMzUgMjQuNTQ0LTkuMzE3IDMzLjkwMS4wNGwyMi42NjcgMjIuNjY3YzkuMzczIDkuMzczIDkuMzczIDI0LjU2OSAwIDMzLjk0MUwyNDAuOTcxIDM4MS40NzZjLTkuMzczIDkuMzcyLTI0LjU2OSA5LjM3Mi0zMy45NDIgMHoiLz48L3N2Zz4=) no-repeat 97% 50%/12px 10px;
    color: #f6a800;
    text-transform: uppercase;
    width: 238px;
    height: 24px;
    padding: 0 24px 0 14px;
    font-size: 10px;
    outline: 0;
}
#header-select-site::-ms-expand {
	display: none;
}

.fa-sign-out {
    color: #9cdce9;
    font-size: 23px !important;
    line-height: 1 !important;
    margin-right: 10px;
    display: inline-block !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-map-marker {
    font-size: 24px !important;
    color: #f6a800;
    margin-left: 243px;
}

.header-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.input-group.input-select select {
	width: 100%;
	display: block;
	border-color: orange;
}

.input-group.input-checkbox {
	display: flex;
}
.input-group.input-checkbox label {
	order: 2;
}

.em-ticket-select {
	width: 100% !important;
	display: block;
	border-color: orange;
}
.em-bookings-ticket-table-spaces {
	min-width: 120px;
}

.em-booking-form-details [type="submit"][disabled],
.em-booking-form-details [type="submit"][disabled]:hover,
.em-booking-form-details [type="submit"][disabled]:focus,
.em-booking-form-details [type="submit"][disabled]:active {
	background: #a39e7f;
	opacity: .8;
	cursor: not-allowed;
}

@media (max-width: 980px) {
    .site-branding {
        display: flex;
        flex-direction: column;
    }
    .branding {
        position: static;
        order: 2;
        padding-top: 10px;
    }
    .header-link:nth-child(1) {
        display: none;
    }
    .header-link {
        display: inline-block;
    }
    .header-login {
        vertical-align: middle;
        display: inline-block;
        width: calc(100% - 72px);
        padding-top: 0;
    }
    #header-select-site {
        width: auto;
    }
    .site-header {
        height: auto;
    }
    .main-nav-location {
        display: inline-block;
        width: 40px;
    }
    .main-nav-location .fa {
        margin-left: 0;
    }
}
