/*
Theme Name: Littérature et société
Theme URI: https://www.litterature-et-societe.fr/
Author: Media Squad
Author URI: https://www.media-squad.fr/
Description: Th&egrave;me du site Litterature-et-societe.fr
Version: 1.0
*/


html {
    min-height:100vh;
}
body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color:#fff !important;
}
@media(min-width:768px) {

}
@media(max-width:767px) {
}




/************** HEADER / MENU *******************/

.pre-header {
    height:130px;
    padding-top:5px;
    padding-bottom:5px;
}

.navbar-brand {
    height:100px;
    width:auto;
}
@media(max-width:767px) {
    .pre-header {
        height:100px;
    }
    .navbar-brand {
        margin-top:30px !important;
        margin-bottom:30px !important;
        margin-right:0 !important;
    }
}

.navbar {
    background-color:#eeeeee !important;
    justify-content: flex-end !important;
    margin-bottom:60px;
}
.navbar .container {
    /*border-top:1px dotted rgba(255,255,255,0.35);*/
}
.navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E) !important;
}
.navbar-toggler {
  border-color: rgb(0,0,0,0) !important;
  background-color: transparent !important;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.fixed-top {
    position: fixed;
    top: 130px !important;
    right: 0;
    left: 0;
    z-index: 1030;
}


.ml-auto, .mx-auto {
    margin: auto !important;
}
.navbar-nav li {
    padding:10px 10px;
}

    .navbar-nav a, .navbar-nav a:hover {
        color: black;
    }
    .navbar-nav a:hover {
        color: #7a9ffd !important;
    }
}







/************** PAGE *******************/

.page-content {
    color: black;
    padding: 60px 0;
}
.page .page-content {
    color: black;
    padding: 0px;
}
.jumbo {
    margin-bottom: 30px;
}
.jumbo h1 {
    color: #7a9ffd;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
    font-family: "Parisienne", cursive;
    font-weight: 700;
    font-style: normal;
}
.page-content h1 {
    font-family: "Parisienne", cursive !important;
    font-weight: 700;
    font-style: normal;
}
.page-content h2 {
    font-family: "Parisienne", cursive !important;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
}
.page-content p {
    color: black;
}
.page-content .elementor-drop-cap {
   
}
.jumbo {
    background-color:#0C0C0C !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height:300px ;
}


.btn-primary, .video-btn {
    background-color: rgb(238, 159, 48) !important;
    border:0 !important;    
}


.wpcf7-form {
    background-color: #333333;
    padding:30px 40px;
    border-radius:8px;
}
.wpcf7-form label {
    font-size: 14px;
    font-style: italic;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea{
    border-radius:4px;
    width:100% !important;
    border: 0 !important;
}
.wpcf7-submit {
    background-color: #000000;
    color: white;
    font-weight:700;    
    border-radius:8px;
    line-height: 30px;
    padding:5px 15px;
    border:0;
}
.wpcf7-submit:hover {
    color: rgb(238, 159, 48);
}

/************** FOOTER *******************/

.footer {
    background-color: #eeeeee;
    margin-top:45px;
    color: black;
    padding: 30px 0;
    font-size: 14px;
}
.footer p {
    color: black;
}
.footer a {
    color: black;
    text-decoration: none;
}
.footer a:hover {
    color: #7a9ffd;
    border-bottom:1px dotted #7a9ffd;
    text-decoration: none;
}



/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
