/* stylelint-disable @stylistic/selector-list-comma-newline-after */

.bleft {background-color: #31363c;}
/*.p-4 {padding: 1.5rem 1,5rem 1,5rem 0rem !important;}*/
.logo {width:190px; height:auto; margin-left:-30px;}
.bright {background-color: #dad8c3;}
.txt {color:#31363c; padding:30px 15px; background-color: #bdb4a2;margin-top:30px;border-radius:10px;font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;}
.txt1 {color:#ddd ;margin-bottom:0rem;font-family: 'Play', sans-serif;font-weight:600;}
.imgreso {width:35px; height:auto; margin-left:-20px; margin-right:10px;}
.gout {padding:15px;}
.txtfoot {color:#333;text-align: right;}
.txtgauche {color:#ddd;text-align: left;}
.txtfoot2 {color:#333;text-align: right; font-weight:bold;}
.lien {color:#fff; text-decoration: underline;}
.lien2 {color:#333; text-decoration: underline;}
.lien3 {color:#333; text-decoration: none;font-weight:bold; padding: 10px 15px; border-radius:5px; background-color: #fff; margin-top:25px;}

.bord1 {border:7px solid #beb49b;border-radius:7px;background: url(images/img3.jpg);position: relative;
  margin: 0 auto;
  min-height: 250px;
  width: 100%;
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bord2 {border:7px solid #beb49b;border-radius:7px;background: url(images/img4.jpg);position: relative;
  margin: 0 auto;
  min-height: 250px;
  width: 100%;
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img2 {margin-top:150px;}
.imgcouv {background-size: cover;}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}
h2 {font-size:1.4em;font-family: 'Play', sans-serif; font-style: normal !important; font-weight:bold;}
h3 {font-size:1.1em;font-family: 'Play', sans-serif;font-weight:500;}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}



@media screen and (max-width: 575px) {
.gout {padding:0px;}
.img2 {margin-top:10px;}
.txt {text-align: justify;}
.txtfoot {text-align: left;}
.logo {margin-top: -30px;}
.bright {margin-top: 0rem;}
.blog-pagination {padding-bottom: 3rem;}
}

