.body_pc{
    /*background-image: url("../img/fond.png");*/
    /*background-repeat: no-repeat, repeat;*/
    /*background-color: #cccccc;*/
    /*background-size: cover ;*/
    background: linear-gradient(90deg, rgba(255,255,255,1) 15%, rgba(214,214,214,1) 100%);
}
h1{
    color: var(--topbar-color) !important;
    font-weight: bolder !important;
}

.admin_conf_style div{
    margin-bottom: 10px;
}
.btn_ciret {
    background-color: #d7d72a;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
}
.btn_ciret button{
    background-color: #d7d72a;
}
.btn_ciret button:hover{
    color: white !important;
}
.titre_home{
    line-height: 40px;
    margin: 5rem 0;
}
.titre_home h2 {
    margin: 0;
    font-weight: 700;
}
.hr_pincipal{
    border: 1px solid darkgray;
}
.international {
    background: url(../img/flag-int.png) no-repeat;
    height: 30px;
    width: 44px;
    display: inline-block;
}

.mb20{
    margin-bottom: 20px;
}
.block_style{
    /*border: 1px solid darkgrey;*/
    padding: 100px 30px;
    /*margin: 5px;*/
    /*min-height: 300px;*/
    text-align: center;
    transition: 0.3s;
    box-shadow: 5px 2px 2px rgba(186, 185, 182, .1);
    background-color: white;
}
.block_style:hover{
    box-shadow: 10px 5px 5px rgba(186, 185, 182, 0.5);
}
.block_style img{
    height: 80px;
}
.img_accueil{
    max-width: 250px;
    /*margin-top: 30px;*/
    /*margin-bottom: 30px;*/
}
.titre{
    font-weight: bold;
}
.baseline{
    display: block;
    font-size: 25px;
    margin-top: 10px;
    font-style: italic;
}
.logo_footer{
    height: 100px;
}
a.company-btn {
    background-color: #5389df;
    padding: 20px;
    color: white;
    border-radius: 3px;
}
a.company-btn:hover{
    background-color: #295397;
    color: white;
    text-decoration: none;
}
.titre_pc{
    font-family: Roboto, sans-serif;
    font-weight: lighter;
    font-size: 5rem;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    text-shadow: 1px 2px 4px gray !important;
    transition: 0.3s;
}
/*.titre_pc:hover{*/
/*    color: white;*/
/*}*/
.h2_pc{
    font-family: Roboto, sans-serif;
    font-weight: lighter;
    font-size: 30px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    transition: 0.3s;
    /*color: #7777;*/
}
/*.h2_pc:hover{*/
/*    color: white;*/
/*    text-shadow: 1px 2px 4px gray !important;*/
/*}*/
.hr_custom{
    width: 50%;
    /*height: 1px;*/
    border-color: grey;
    transition: 0.3s;
}

.content_custom{
   margin: 200px 10px 200px 10px;
}
.lien{
    color: inherit;
}


.owl-carousel{
    display: block;
}
.post{
    margin: 0 5px;
    -webkit-box-shadow: 5px 5px 15px -4px rgba(0,0,0,0.38);
    box-shadow: 5px 5px 15px -4px rgba(0,0,0,0.38);
}
.owl-carousel .owl-wrapper-outer{
    height: 310px;
}
.post-img {
    overflow: hidden;
    height: 200px;
}
.post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;

}
.post-title{
    padding: 15px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-title h5{
    margin: 0;
    line-height: 20px;
    font-weight: 600;
}
.post:hover h5{
    color: var(--bottombar-color) !important;
}
.post:hover .post-img img{
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    transform: scale(1.03);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.post a:hover{
    text-decoration: none;
}
.post a:hover img{
    text-decoration: none;
}
.post a:hover .post-date{
    background-color: dimgray;
}
.owl-theme .owl-controls .owl-buttons div{
    background:var(--bottombar-color) !important ;
}
.post-block{
    position: relative;
}
.post-date{
    position: absolute;
    top: 170px;
    background-color: var(--panel-color);
    padding: 5px 10px;
    z-index: 5;
}
.products .post-date{
    position: absolute;
    top: 170px;
    padding: 5px 10px;
    background-color: var(--blue);
    color: white;
    z-index: 5;
}
.title-with-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.owl-theme .owl-controls .owl-buttons div{
    border-radius: 3px !important;
}

@media (max-width: 900px) {
    .content_custom{
    margin: auto;
} }
