/*
Theme Name: Twentytwenty enfant
Author: LC
Author URI: https://www.lc-webdev.com
Description: Thème LC basé sur twentytwenty
Template: twentytwenty
Version: 1
Tags: thème simple
*/

body{
  margin:0px;
  padding:0px;
  background:#f4f4f4;
  font-size: 18px;
}

p, a{
  font-size:16px
}

h1{
  font-size:32px
}

h1{
    color: rgb(85, 85, 85);/* #281dc1 */
    padding-top:20px;
    padding-bottom:15px;
    padding-left:15px;

    margin-top:10px; 
    margin-bottom:10px;
    
    border-left-color: #099ddb;
    border-left-style: solid;
    border-left-width: 10px;

    
    font-weight: 800;
    /* text-shadow: 4px 4px 5px rgba(0,0,0,0.26); */
}

h2{
  color: #666;
}

pre{
  background-color:#000;
  color:#FFF;
  
}

.wp-block-preformatted{
  margin-top:10px;
  margin-bottom:10px
}

.jumbotron{
  margin:0px;
  padding:0px;
  border-radius:0px
}

.jumbotron img{
  background-size: cover;
  width:100%
}


/* ######################################## */
/* header */
/* ######################################## */


/* ######################################## */
/* Contenu du site */
/* ######################################## */

.content-lc{
  border: 1px solid #CCC;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius:5px;
  -moz-border-top-right-radius:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  padding-top:5px;
  margin-top:25px;
  background: #FFF;
  
}

.singular .entry-header{
  padding-top:0px;
  padding-bottom:0px;
  margin-top:0px;
  margin-bottom:0px;
  text-align: left;
  background: transparent
}

.post-separator{
  margin-top:30px;
  margin-bottom:30px;
}

.comment-reply-title{
  font-size:30px;
  color:#281dc1
}

.wp-post-image {
  border-bottom-color:rgb(192, 189, 189);
  border-top-color:rgb(192, 189, 189);
  border-bottom-width: 1px;
  border-top-width:1px;
  border-bottom-style: solid;
  border-top-style: solid;
  
  /*-webkit-box-shadow: 7px 10px 14px 1px rgba(158,156,158,0.73);
  -moz-box-shadow: 7px 10px 14px 1px rgba(158,156,158,0.73);
  box-shadow: 7px 10px 14px 1px rgba(158,156,158,0.73);*/
}

hr.wp-block-separator{
  margin-top:15px;
  margin-bottom:15px
}


/* form-control */

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}


/* ######################################## */
/* Sidebar */
/* ######################################## */

.search-submit{
  color:#FFF
}

.widget-area{
  padding-top: 10px;
}

.widget-area ul li{
  list-style: none
}

.wp-block-column{
  text-align: center;
}

/* ######################################## */
/* Menu */
/* ######################################## */

.primary-menu > li > a, .primary-menu .icon{
  color:#3b3a3a !important; /* #281dc1 */
  text-decoration: none !important;
  font-weight:bold
}

.primary-menu > li > a:hover{
  color: #099ddb !important;
}

/* ######################################## */
/* footer */
/* ######################################## */

.footer, footer{
  background: #000;
}

.reset-list-style{
  font-size:14px;
  color:#000;
}

.footer-copyright, .footer-copyright a{
  font-size: 14px;
}

.footer-copyright{
  color:rgb(153, 153, 153);
  font-weight: lighter;
  
}

.footer-menu a{
  color:rgb(95, 95, 95) !important;
}

/* ######################################## */
/* perso */
/* ######################################## */





