/*
 Theme Name:   Teletype Child
 Description:  Teletype Child Theme
 Author:       David Cilia
 Template:     teletype
 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:  teletype-child
*/

@font-face {
  font-family: 'Barlow-Regular';
  src: url('fonts/Barlow/Barlow-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow-Medium';
  src: url('fonts/Barlow/Barlow-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow-Light';
  src: url('fonts/Barlow/Barlow-Light.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow-SemiBold';
  src: url('fonts/Barlow/Barlow-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow-LightItalic';
  src: url('fonts/Barlow/Barlow-LightItalic.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('fonts/Montserrat/Montserrat-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('fonts/Montserrat/Montserrat-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Fontawesome-regular';
  src: url('fonts/fa-regular-400.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Fontawesome-solid';
  src: url('fonts/fa-solid-900.ttf');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Barlow-Regular', sans-serif;
    line-height: 1.6em;
	color: #000;
	font-size: 18px;
	text-align: justify;
  	text-justify: inter-word;
	opacity: 1;
  	animation-name: FadeIn;
  	animation-duration: 1.5s;
}

@keyframes FadeIn {
	from {opacity:0;}
  to {opacity: 1;}
}

p {
	font-family: 'Barlow-Regular', sans-serif;
    line-height: 1.6em;
    margin-bottom: 1.2em;
}

#headline .caption-wrapper {
	padding-top: 130px;
    padding-bottom: 0px;
}

.navbar-default .navbar-brand {
    color: #000;
}

.navbar-brand {
	text-transform: inherit;
    font-weight: normal;
   	font-family: 'Barlow-Medium', sans-serif;
	font-size: 25px;
	height: 35px;
}

.site-title {
	font-family: 'Montserrat-Medium', sans-serif;
}

.site-description {
	font-family: 'Montserrat-Regular', sans-serif;
	padding:0;
    letter-spacing: 0.8px;
	display: block;
}

/* ///////////////  MENU PRINCIPAL /////////////////////////// */
#main-menu {
    padding: 20px 20px 0;
}

#main-menu.navbar-default {
    background: #fcfcfc;
}

#main-menu.navbar-default .navbar-nav > li > a {
    color: #000;
	font-size: 15px;
}

.current-menu-parent a.dropdown-toggle {
	font-family: 'Barlow-SemiBold';
}

ul.dropdown-menu {
    border-radius: 0;
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
	background-color: #fcfcfc;
}

.dropdown-menu > li > a {
    font-size: 17px;
	color: #000;
}

.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
	background-color: #000;
    color: #fff;
    text-decoration: none; 
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
    background-color: #000;
}

.on {
    background-color: #fcfcfc !important;
}
/* //////////////////////////////////////////////////////////// */

#home-content .entry-content {
    margin: 80px 0 0;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

#post-single article,
#main>article {
	border-top: 3px solid #000;
	padding-top: 15px;
}

.aioseo-breadcrumbs {
	margin-bottom: 3em;
    font-size: 14px;
	border: none;
	padding: 0;
}

div.aioseo-breadcrumbs a {
	border: none;
}

.search-list.text-left {
    line-height: 0.3;
}

.search-list.text-left a:hover {
    color: #fff;
    background-color: #000;
}

.site-content {
	min-height: 700px;
}

.entry-summary {
    margin: 1em 0 0;
}

#footer { 
	background-color: #fcfcfc;
	color: #000;
	padding: 15px 0;
	text-align: left;
}

hr {
    border-top: 1px solid #000;
}

hr.separateur {
	margin: 50px 0;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
textarea {
    border-radius: 0;
	padding-left: 8px;
}

button, 
.btn[type="submit"], 
.button[type="submit"], 
input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    border-radius: 0;
	padding: 4px 8px;
	text-transform: uppercase;
}

input[type="submit"]#searchsubmit {
	padding: 12px 8px 10px 8px;
}

.contact-form textarea {
    padding-top: 4px;
}

.page-numbers > li:first-child > a, 
.page-numbers > li:first-child > span {
    border-radius: 0;
}

figcaption {
	font-size: 15px;
}

.wp-block-image figcaption {
    line-height: 1.4;
}

.nav-previous, 
.nav-next {
    width: 50%;
    display: inline-block;
    font-size: 14px;
    font-family: 'Barlow-Medium';
}

.nav-previous a:hover, 
.nav-next a:hover {
    color: #fff;
	background-color: #000;
}

#menu-mellotron-fr, 
#menu-mellotron-uk, 
#menu-fairlight-fr, 
#menu-fairlight-uk {
	padding-left: 15px;
	border-left: 2px solid #000;
}

ul.menu li.current-menu-item a {
	margin-left: -15px;
	padding-left: 15px;
	background-color: #000;
	color: #fff;
}

ul.menu li.menu-item a:hover, 
ul.menu li.menu-item a:focus {
	margin-left: -15px;
	padding-left: 15px;
   	text-decoration: none;
	background-color: #000;
	color: #fff;
}

.sub-menu {
    margin-left: 27px;
}

ul.sub-menu li.menu-item a:hover,
ul.sub-menu li.menu-item a:focus {
	margin-left: -43px;
	padding-left: 43px;
}

ul.sub-menu li.current-menu-item a {
    margin-left: -43px;
	padding-left: 43px;
}

h2, h3, h4, h5, h6 {
    font-family: 'Barlow-SemiBold', sans-serif;
	margin-bottom: 0.5em;
}

#headline h1, h1 {
	font-family: 'Barlow-Medium', sans-serif;
    letter-spacing: 1px;
    margin: 50px 0 10px 0;
	font-size: 43px;
	font-weight: normal;
	text-transform: none;
}

h5 {
	font-size:16px;
	margin-bottom: 10px;
}

a, 
a:hover, 
a:focus {
    color: #000;
	text-decoration: none;
}

a.read-more {
    font-size: 12px;
}

strong {
	font-family: 'Barlow-Medium', sans-serif;
	font-weight: normal;
    font-style: normal;
}

ul.studio {
	list-style: square;
	margin-left: 1.2em;
}

ul.studio a:hover {
	background-color: #000;
	color: #fff;
}

.entry-content a {
    text-decoration: none;
	border-bottom: dotted 1px #000;
}

.entry-content a:hover {
	background-color: #000;
	color: #fff;
	border-bottom: none;
	padding: 2px 0;
}

.entry-content .studio ul li a, 
.entry-content ul.index li a {
	border-bottom: none;
}

.entry-content p a {
    text-decoration: none;
}

.entry-content ul.ancre li a, 
.entry-content ul.ancre li a:focus {
    border-bottom: none;
}

.entry-content ul {
	list-style: none;
}

.entry-content p + ul {
	margin-top: -1.5em;
}

.entry-content ul li {
    margin-left: 1.1em;
}

.entry-content ul li::before {
	font-family: 'Fontawesome-regular';
	font-size: 12px;
  	content: "\f192";
	margin-right: 7px;
	margin-left: -1.5em;
}

.entry-content ul.responsive-tabs__list li::before {
	display:none;
}

.entry-content blockquote {
    margin: 20px 0;
}

.entry-content blockquote p {
	font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
	font-family: 'Barlow-LightItalic', sans-serif;
}

.entry-content blockquote .no-italic {
	font-family: 'Barlow-Regular', sans-serif;
}

.entry-meta {
    font-size:12px;
}

.search-list article {
    margin-bottom: 30px;
}

.tableau {
	font-size:14px;
}

button, 
.btn[type="submit"], 
.button[type="submit"], 
input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    color: #fff;
}

.clear {
	clear:both;
}

.heateorSssClear {
    margin-top: 50px;
}

.heateorSssSharing:hover {
	background-color: #e80500;
}

#blog h3 a:hover {
	text-decoration:none;
}

.page-numbers > li > a:hover, 
.page-numbers > li > span:hover, 
.page-numbers > li > a:focus, 
.page-numbers > li > span:focus {
   text-decoration:none;
}

.go-to-top {
	margin-bottom: 10px;
}

.go-to-top a:hover {
	border-bottom:none;
	text-decoration:none;
}

.couv-book {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	clear: both;
}

.couv-book:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

figure.tiled-gallery__item.filter__black-and-white:hover {
     filter: grayscale(0%);
}

.annee {
	font-family: 'Barlow-Regular', sans-serif;
	font-size : 13px;
	border-bottom:1px solid #000;
	padding-left:1em;
}

.chamberlin-model {
	border-left: 1px solid #000;
	padding-left: 45px;
	margin-bottom: 50px;
}

.wp-block-image {
    margin-bottom: 0;
}

.tableau-specs {
	font-size: 15px;
	margin-bottom: 20px;
}

ul li.update {
	font-size: 12px;
}

ul li.update a {
	text-decoration: none;
	border-bottom: dashed 1px #000;
}

section.widget_custom_html ul {
    list-style-type:square;
	padding-left: 1em;
	font-size: 14px;
	line-height: 1.5em;
}

section.widget_custom_html h5 {
	margin-top: 1em;
    margin-bottom: 0;
}

section.widget_custom_html a:hover {
	color: #fff;
	background-color: #000;
}

.fa-solid, 
.fas {
    font-size: var(--wp--preset--font-size--small) !important;
    color: #000;
}

a:hover .fa-solid, 
a:hover .fas {
    color: #fff;
}

table > caption + thead > tr:first-child > th, 
table > colgroup + thead > tr:first-child > th, 
table > thead:first-child > tr:first-child > th, 
table > caption + thead > tr:first-child > td, 
table > colgroup + thead > tr:first-child > td, 
table > thead:first-child > tr:first-child > td {
    border-top: solid 1px #000;
}

th {
	font-weight: normal;
   	font-family: 'Barlow-Medium', sans-serif;
}

/* //////////////////  MENU TABS /////////////////////////////////// */
.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel {
    background: #fcfcfc;
}

.responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list {
    font-family: 'Barlow-SemiBold', sans-serif;
    line-height: 18px;
    margin: 10px 0 0 0px;
    padding: 0;
	background-color: #fcfcfc;
}

.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item {   
    border: 2px solid #000;
	border-bottom: none;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	color: #000;
	font-size: 14px;
}

h2.tabtitle {	
	display:none;
}

.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel {
    border: none; 
    border-top: 2px solid #000;
    padding: 30px 0 0;
    word-wrap: break-word;
}

.tabtitle responsive-tabs__heading responsive-tabs__heading--active {
	border-bottom: none;
}

.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item:hover {
	background-color: #000;
	border-radius: 0;
    color:#fff;
}

.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item--active, 
.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item--active:hover {
	border: 2px solid #000;
	border-bottom: none;
	background-color: #000;
	border-radius: 0;
	color:#fff;
}

/* //////////////////////  PLAYER WP ///////////////////////////////  */
div.entry-content .wp-playlist {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.wp-playlist-light {
	background: #fcfcfc;
}

div.entry-content .wp-playlist-caption, 
div.entry-content .wp-playlist-current-item .wp-playlist-item-artist, 
div.entry-content .wp-playlist-current-item .wp-playlist-item-title, 
div.entry-content .wp-playlist-item-album {
    text-overflow: clip;
    white-space: normal;
    overflow: hidden;
}

div.entry-content .wp-playlist-caption, 
div.entry-content .wp-playlist-item-meta {
    display: block;
    line-height: 1.2;
	border-bottom: none;
}

div.entry-content .wp-playlist-current-item {
    overflow: hidden;
    margin-bottom: 0;
    height: auto;
	text-align:right;
}

div.entry-content .wp-playlist .wp-playlist-current-item img {
    float: left;
    max-width: 300px;
    height: 300px;
    margin-right: 0;
    padding: 0;
    border: 0;
}

div.entry-content .wp-playlist-item-artist {
    font-size: 24px;
	font-weight: 700;
    text-transform: none;
}

div.entry-content .wp-playlist-item-album {
	font-size:17px;
    font-style: normal;
}

div.entry-content .wp-playlist-item-year {
    font-size: 12px;
	margin-top: 4px;
}

div.entry-content .wp-playlist-item-description {
    font-size: 14px;
	margin: 50px 0 0px 40px;
	text-align: justify;
  	text-justify: inter-word;
	line-height:1.4em;
}

div.entry-content .wp-playlist-item-title {
	font-family: 'Barlow-Medium', sans-serif;
	font-size: 16px;
}

div.entry-content .wp-playlist-tracks {
    margin-top: 0;
	overflow: auto;
	max-height: 400px;
	display: block;
}

div.entry-content .wp-playlist-item small {
    font-size: 14px;
}

div.entry-content .wp-playlist-item-length {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 11px;
    line-height: 1.5;
}

div.entry-content .wp-playlist .wp-playlist-tracks .wp-playlist-item a.wp-playlist-caption:hover, 
div.entry-content .wp-playlist .wp-playlist-tracks .wp-playlist-playing a.wp-playlist-caption:hover{
    border:none;
	text-decoration:none;
}

div.entry-content .wp-playlist-light .wp-playlist-item {
	padding:5px 10px;
	border-bottom: none;
	border-top:1px solid #ddd;
}

div.entry-content .wp-playlist-light .wp-playlist-item:hover, 
div.entry-content .wp-playlist-light .wp-playlist-item:hover a {
	background-color:#eee;
	color:#000;
}

a.wp-playlist-caption:hover {
	padding-top: 0;
	padding-bottom: 0;
}

div.entry-content .wp-playlist-light .wp-playlist-playing {
    background-color: #000;
    color: #fff;
	padding:5px 10px;
	font-weight:normal;
}

div.entry-content .wp-playlist-light .wp-playlist-playing:hover, 
div.entry-content .wp-playlist-light .wp-playlist-playing:hover a {
    background-color: #000;
	color: #fff;
}

div.entry-content .wp-playlist-light .wp-playlist-playing a {
    color: #fff;
}

a.mejs-horizontal-volume-slider {
	border-bottom: none;
}

.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #e80500;
}

/* Youtube Gallery */
div.entry-content .epyt-gallery {
   	text-align: left;
}

div.entry-content .epyt-gallery-list {
    margin: 50px -8px 0 -8px;
    position: relative;
    transition: opacity ease-out .3s;
    display: block;
}

div.entry-content .epyt-pagination {
    clear: both;
    text-align: center;
    padding: 10px 8px 10px 8px;
	font-family:Montserrat-Medium;
}

div.entry-content .epyt-gallery-title {
	font-family: 'Barlow-Medium', sans-serif;
    font-size: 85%;
    line-height: 130%;
    padding: 10px 10px 10px 0;
}
/* //////////////////////////////////////////////////////////// */

/* /////////////////  FORMULAIRE CONTACT ////////////////////// */
.wp-block-button__link {
    background-color: #2C2C2C;   
}