/*
Theme Name: Fondation Claude Monet
Description: Fondation Claude Monet Website
Author: Troisième Rive
Author URI: http://troisieme-rive.fr
Template: ronneby
Version: 0.1.0
*/

/*******************************************************************************
HOME
*******************************************************************************/

.fcm-home-desc-parag p {
    font-family: 'Unna';
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 35px 0;
    text-align: justify;
    text-align-last: center;
    font-size: 16px;
}

.quick-links {
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    line-height: 28px;
    margin-top: -28px;
}

.partenaires {
    display: flex;
    justify-content: space-around;
    width: 600px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

#footer .widget .widget-title {
    margin-bottom: 30px;
    border-bottom: 1px solid #238461;
    padding-bottom: 8px;
    color: #238461;
    font-weight: bold;
    font-family: 'Unna';
    letter-spacing: 0;
    font-size: 17px;
}

.textwidget p {
    margin-bottom: 0;
}

.fcm-moz-page-desc-parag p {
    font-family: 'Unna';
    border-bottom: 1px solid #000;
    padding: 35px 0;
    text-align: justify;
    text-align-last: center;
    font-size: 16px;
}

.titre-section {
    color: rgba(36,124,95,1);
    font-size: 30px!important;
    text-transform: uppercase;
    clear: both;
    text-align: center;
    line-height: 0px;
}

.titre-section:after, .titre-section:before {
    background-repeat: repeat-x;
    background-position: 0 50%;
    border-top: 1px solid #000;
    content:'';
}

.titre-section:before, .titre-section:after {
    content: '';
    display: table-cell;
    width: 33%;
}

.titre-section span {
    display: table-cell;
    padding: 0 1em;
    white-space: nowrap;
    width: 1%;
    font-weight: 600;
    font-family: 'Unna';
    letter-spacing: 1px;
}


.fcm-moz-page-block-link-item{
	margin-bottom:25px;
}

.fcm-page-detail-title-wrap{
	margin: 40px 0;
}

h4.side-main-titre {
    color: #1e8460;
    text-transform: uppercase;
    font-family: 'Unna';
    font-weight: 400;
    letter-spacing: 0;
    border-top: 1px solid #272727;
    border-bottom: 1px solid #272727;
    padding: 10px 0;
    font-size: 2em;
}

ul.bar-lateral.venir {
    list-style: none;
    display: flex;
    flex-flow: column;
    border-bottom: 1px solid #272727;
    padding-bottom: 16px;
}

.sidebar-giverny {
    text-align: center;
}

.bar-lateral.venir li {
    line-height: 2.5em;
    text-transform: uppercase;
}

#header-container .header-info-panel .soc-icons {
    float: left;
}

.side-sub-titre {
    color: #1e8460;
    text-transform: uppercase;
    font-family: 'Unna';
    letter-spacing: 0;
    font-size: 1.5em;
    font-weight: 200;
}


/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/* 4. TIMELINE
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/	
	
h2.ss-subtitle{
    padding: 10px 10px 40px;
    font-size: 52px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.8);
	position: relative;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
h2.ss-subtitle:before{
	width: 4px;
	height: 40px;
	background: rgba(17,17,22,0.8);
	content: '';
	position: absolute;
	right: 75%;
	margin-right: -4px;
	bottom: -4px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
}
h2.ss-subtitle:after{
	width: 25%;
	height: 0px;
	border-bottom: 4px dotted rgba(17,17,22,0.8);
	content: '';
	position: absolute;
	right: 50%;
	margin-right: -1px;
	bottom: -4px;
}
.ss-links{
	position: fixed;
	left: 10px;
	top: 166px;
	width: 25%;
	z-index: 100;
}
.ss-links a{
	background: rgba(0,0,0,0.2);
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	float: left;
	border-radius: 50%;
	display: block;
	text-align: center;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.ss-links a:hover{
	background: rgba(0,0,0,0.4);
}
.ss-container{
    width: 100%;
    position: relative;
    text-align: left;
    float: left;
	overflow: hidden;
}
.ss-container h2{
    font-size: 40px;
    text-transform: uppercase;
    color: rgba(78,84,123,0.2);
	text-shadow: 0px 1px 1px #fff;
	padding: 20px 0px;
}
.ss-container:before{
    position: absolute;
    width: 4px;
    background: rgba(17,17,22,0.8);
    top: 0px;
    left: 50%;
	margin-left: -2px;
    content: '';
    height: 100%;
}
.ss-row{
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 50px 0;
}
.ss-left, .ss-right{
    float: left;
    width: 48%;
    position: relative;
}
.ss-right{
    padding-left: 2%;
}
.ss-left{
    text-align: right;
    float: left;
    padding-right: 2%;
}
.ss-circle{
    overflow: hidden;
    display: block;
    text-align: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: static;
}

/*.ss-circle-deco:before{
	width: 29%;
	height: 0px;
	border-bottom: 5px dotted #ddd;
	border-bottom: 5px dotted rgba(17, 17, 22, 0.3);
	-webkit-box-shadow: 0px 1px 1px #fff;
	-moz-box-shadow: 0px 1px 1px #fff;
	box-shadow: 0px 1px 1px #fff;
	position: absolute;
	top: 50%;
	content: '';
	margin-top: -3px;
	z-index: -10;
}*/
.ss-circle-deco:after{
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
/*.ss-left .ss-circle-deco:before{
    right: 2%;   
}
.ss-right .ss-circle-deco:before{
    left: 2%;   
}*/
/*.ss-left .ss-circle-deco:after{
	right: 0;
	border-right: 10px solid rgba(17,17,22,0.8);
}
.ss-right .ss-circle-deco:after{
	left: 0;
	border-left: 10px solid rgba(17,17,22,0.8);
}*/
.ss-left .ss-circle{
    float: right;
    margin-right: 5%;
}
.ss-right .ss-circle{
    float: left;
    margin-left: 5%;
}
.ss-container h3{
	padding: 10px 15px;
	background: rgba(36,124,95,1);
	text-shadow: 1px 1px 1px rgba(26, 27, 33, 0.8)
}

.ss-container .ss-large h3{
	margin-top: 133px;
}
.ss-container .ss-left h3{
	border-top: 5px solid rgba(22,177,125,0.8);
}
.ss-container .ss-right h3{
	border-top: 5px solid rgba(22,177,125,0.8);
}
.ss-container h3 span{
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    display: block;
    padding-bottom: 5px;
}
.ss-container h3 a{
    font-size: 28px;
    color: rgba(255,255,255,0.9);
    display: block;
}
.ss-container h3 a:hover{
	color: rgba(255,255,255,1);
}

.wrapy-post-left{
	width:80%;
	border: 1px solid black;
	float: right;
}

.wrapy-post-right{
	width:80%;
	border: 1px solid black;
	float: left;
    margin-left: 5%;
}

.actu-post{
	margin:20px;
}

.actu-post p{
	text-align:justify;
}

.readm-actu {
    background-color: rgba(36,124,95,1);
    margin: 5px;
    width: 40px;
    line-height: 30px;
    color: #fff!important;
}

.titre-actu {
    line-height: 0.8em;
    color: #000!important;
    font-family: "unna";
    letter-spacing:0;
}

.header-col-fluid {
    margin: 0 auto!important;
}

.header-col-left {
    width: 60px!important;
}

.header-col-right.text-center.clearfix {
    width: 30px!important;
}

nav#main_mega_menu {
    text-align: center;
}

.nav-menu .mega-menu-item .item-title {
    font-size: 12px!important;
    font-style: normal!important;
    font-weight: 600!important;
    text-transform: uppercase;
    letter-spacing: 0!important;
    height: 30px;
    line-height: 30px;
    font-family: 'unna'!important;
    margin: 0!important;
}

.button.wc-backward:not(.ubtn), .button:not(.ubtn), #wp-submit:not(.ubtn), #commentform #submit:not(.ubtn) {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    font-family: "texgyreadventorregular";
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    height: 45px;
    padding-left: 80px;
    padding-right: 40px;
    background: #238461!important;
    border: #238461!important;
    width: 100%!important;
    margin: 0!important;
    padding-top: 0!important;
}




/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/* 5. WOOCOMMERCE
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/   


.woocommerce-product-gallery__image {
    border: none!important;
}

.single-product .woocommerce-product-gallery .dfd-single-product-thumbnails-wrap:before,
.single-product .woocommerce-product-gallery .dfd-single-product-thumbnails-wrap:after{
    background:none!important;
}

.dfd-single-share-fixed {
    display:none!important;
}

i.dfd-icon-shopping_bag_2 {
    font-size: 20px!important;
}

span.woo-cart-details {
    font-size: 10px;
    top: -2px;
}

.single-product .cart .added_to_cart, .single-product .cart .single_add_to_cart_button {
    width: auto!important;
}

.single-product .wc-tabs-wrapper .tabs li.active a {
    border-color: #238461!important;
}

h1.product_title.entry-title {
    font-size: 2em!important;
    font-family: 'Unna';
    letter-spacing: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.products .product .woo-title-wrap .price-wrap .amount {
    color: #238461!important;
    /* text-transform: uppercase!important; */
}

.products .product .woo-title-wrap div.box-name {
    font-size: 0.8em!important;
    text-transform: uppercase;
}

.blog-top.row {
    display: none;
}

.widget.widget_dfd_widget_sidebar_menu ul li:before, .widget.widget_product_categories ul li:before, .widget.widget_pages ul li:before, .widget.widget_nav_menu ul li:before, .widget.widget_layered_nav ul li:before, .widget.widget_meta ul li:before {
    content: none;
}

#left-sidebar:before, #right-sidebar:before {
    background: transparent!important;
}

#left-sidebar, #right-sidebar {
    background: transparent!important;
    padding-top: 0!important;
}

h2.widget-title.text-left.woo-page-title {
    display: none;
}

.dfd-folio-categories {
    display: none;
}

.yith-wcwl-message, .onsale {
    font-family: "Lora";
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    color: #fff!important;
    font-size: 12px;
    background-color: #238461!important;
}

a.fcm-home-cta-shop {
    border: 1px solid #238461;
    padding: 15px 30px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 30px;
    color: #238461;
    text-transform: uppercase!important;
    font-weight: 600!important;
    transition-duration: 400ms;
}











/*---------------------------------------------------------------------------------*/
/* 5. TEMP
/*---------------------------------------------------------------------------------*/
