body {
    font-family: "Times New Roman", serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman", serif;
    color: #000;
}

p {
    font-family: "Times New Roman", Times, serif;
    color: #000; 
}

.titre_gold {
    color: #bc9f26 !important;
}

.text-underline {
    text-decoration: underline;
}

.breadcrumbs-fiche {
    background-image: none;
    background-color: #e3e3e3;
    border-bottom: solid 1px #817f7f;
}

.breadcrumb a:hover {
    color: #bc9f26 !important;
    text-decoration: underline;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.img-hover-v1:hover span:after {
    background: rgba(0,0,0,0.16);
}

.prefooter {
    background-color: #000;
}

.carousel-v1 .carousel-caption {
    padding: 15px 15px;
}

.shopping-cart .total-result-in {
    margin-top: 6px;
}

.margin-top-10 {
    margin-top: 10px;
}

.sky-form {
    border: 0;
}

.headline h2, .headline h3, .headline h4 {
    border-bottom: 2px solid #b39e36;
}

.text-medium {
    font-size: 32px;
    margin-bottom: 25px;
}

.who li i {
    color: #b39e36;
}

.text-red {
    color: #c9253c;
}

.text-opensans {
    font-family: 'Open Sans', sans-serif;
}

.footer-v1 .footer {
    padding: 20px 0;
    background: #fff;
}

.footer-v1 .copyright {
    background: #fff;
    border-top: 1px solid #000;
}

.large-text h2 {
    font-size: 34px;
    margin-bottom: 30px;
}

.large-text h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.large-text p {
    font-size: 18px;
}

.footer-v1 .copyright p {
    color: #000;
}

.footer-list a img {
    height: 80px;
}

div.text-left, div.text-right {
    padding-bottom: 15px;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-10px);
    }
    100% {
        transform: translatey(0px);
    }
}

.floating {
    transform: translatey(0px);
    animation: float 1.5s ease-in-out infinite;
}

.padding-top-40 {
    padding-top: 40px;
}

.img-bgd {
    background-position:right top;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-white, .text-white h2, .text-white h3, .text-white p {
    color: #fff;
}

.text-white h2, .text-white h3 {
    text-shadow: 2px 2px 4px #000000;  
}

.nopaddingLR {
    padding-right: 0;
    padding-left: 0;
}

.nopaddingright {
    padding-right: 0;
}

.nopaddingleft {
    padding-left: 0;
}

/* slider owl */
.text-date-agenda-home {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 20px;
}

.owl-dot.active {
    opacity: 1;
}

.slider-agenda {
    padding-bottom: 15px;
    border-bottom: 5px solid #000;
    position: relative;
}

.slider-agenda .owl-dot {
    background-color: rgba(0, 0, 0, 1);
}

.owl-dot {
    background-color: rgba(148, 193, 32, 1);
    float: left;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 50%;
    width: 10px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 10px;
    opacity: 0.5;
}

.owl-carousel {
    position: static;
}

.owl-dot.active {
    opacity: 1;
}

.boutonall {
    position: absolute;
    bottom: 14px;
    right: 30px;
}

.slider-agenda .owl-controls {
    position: absolute;
    bottom: 12px;
    left: 20px;
}

.slider-agenda a {
    cursor: pointer;
}

.slider-agenda a:hover {
    text-decoration: none;
}

.owl-agenda .item {
    padding-bottom: 30px;
}

.owl-dots {
    position: absolute;
    bottom: -4px;
    left: 50px;
    height: 20px;
    width: 150px;
}

.margin-top-20 {
    margin-top: 20px;
}

.widget {
    margin-bottom: 45px;
}

.btn-u.btn-u-dark2 {
    background: transparent;
}

.btn-u.btn-u-dark2:hover {
    background: #000;
}

.owl-nav {
    width: 30px;
    height: 20px;
    position: relative;
}

.slider-agenda .owl-nav {
    color: rgba(0, 0, 0, 1);
}

.owl-nav .owl-prev {
    position: absolute;
    top: 0px;
    left: 0px;
}

.owl-nav .owl-next {
    position: absolute;
    top: 0px;
    right: 0px;
}
/* fin slider owl */

.titre-big {
    margin-top: 15px;
    font-size: 35px;
    color: #000;
}

.testimonial p:before {
    color: #000;
    font-size: 60px;
    content: "\201C";
    position: absolute;
    margin: -15px 0 0 -30px;
    font-family: Georgia, serif;
}

.testimonial p:after {
    color: #000;
    font-size: 60px;
    content: "\201D";
    position: absolute;
    margin: -15px 0 0 10px;
    font-family: Georgia, serif;
}

.testimonial p {
    font-size: 18px;
    padding-left: 30px;
    color: #7f7f7f;
}

.testimonial p em {
    font-size: 12px;
}

.glyphicon
{
    margin-right:4px !important;
}

.pagination .glyphicon
{
    margin-right:0px !important;
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.scroll-arrow {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 200;
    opacity: 0.4;
    transition: opacity 0.5s;
}

.scroll-arrow:hover {
    opacity: 1;
}

.fondnoir {
    background-color: #000;
}

.fondnoir h2 {
    color: #fff;
    font-size: 35px;
}

.fondgris, .fondgris p, .fondgris h3 {
    background-color: #d8d6d6;
    color: #000;
}

.btn-u.btn-u-dark {
    background: #000;
}

.btn-u.btn-u-dark2 {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.btn-u.btn-u-dark:hover {
    background: #bc9f26;
}

.btn-u.btn-u-dark2:hover {
    background: #000;
    color: #fff;
}

.pager li > a:hover, .pager li > a:focus {
    color: #fff;
    border-color: #bc9f26;
}

.block-agenda-home {
    padding-top: 10px;
    padding-bottom: 1px;
}

.wrappertext {
    padding: 15px;
}

.margin-top-90 {
    margin-top: 90px;
}

#p19 a.hiddenlink, #p20 a.hiddenlink, #p21 a.hiddenlink, #p22 a.hiddenlink {
    display: none;
}

.revolution-ch1 {
    color: #fff;
    font-size: 80px;
    line-height: 60px;
    text-transform: none;
    font-family: "Times New Roman", cursive;
    max-width: unset;
}

.revolution-ch1b {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    text-transform: none;
    font-family: "Times New Roman", cursive;
    max-width: unset;
}

.revolution-ch2 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    text-transform: none;
    font-family: "Times New Roman", cursive;
    max-width: unset;
}

.revolution-ch3 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    text-transform: none;
    font-family: "Times New Roman", cursive;
    max-width: unset;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}

.tp-bullets {
    display: none;
}

.tab-v1 .tab-content img {
    margin-top: 0;
    margin-bottom: 0;
}

.posts .dl-horizontal dt {
    width: 100px;
}

.posts .dl-horizontal dt img {
    width: 100px;
    height: 100px;
}

.posts .dl-horizontal dd {
    margin-left: 110px;
}

#access_map {
    height: 350px;
    width: 100%;
}

ul.parsley-errors-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    color: red;
}

li.parsley-length, li.parsley-required, li.parsley-type {
    color: red;
}

@media (min-width: 992px) {
.product-description.product-description-brd {
    min-height: 150px;
}
}

@media (max-width: 991px) {
.boxsameheight {
    margin-bottom: 20px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}