/* Atelier */

.ctl_road_map_wrp li .ctl-story-title {
	text-transform : none!important;
	transition: 1s linear;
	margin: 2em;
	font-size: 14px!important;
	font-family: unset!important;
}
.ctl-story-title {
	font-size: 14px!important;
}
.slick-slide {
	width: 160px;
}

.ctl_road_map_wrp li .ctl-story-title:hover {
-webkit-box-shadow: 5px 7px 0px 3px rgba(203,187,160,0.7);
  -moz-box-shadow: 5px 7px 0px 3px                    
			rgba(203,187,160,0.7);
	box-shadow: 5px 7px 0px 3px 
			rgba(203,187,160,0.7);
	transition: box-shadow 0.25s;
}
/* Image 1969*/
li.year-1969 p.story_title:after  {
	content:"";
	background-image: url(" https://tachas.fr/wp-content/uploads/2020/11/Andre-Tachas.jpg");
    background-size: 150px 150px;
    display: inline-block;
    width: 150px; 
    height: 150px;
	 background-repeat:no-repeat;
	margin-top: 14rem;
}

/* Image 2020*/
/*li.year-2020 p.story_title:after  {
	content:"";
	background-image: url(" https://tachas.fr/wp-content/uploads/2020/08/work.jpg");
    background-size: 150px 150px;
    display: inline-block;
    width: 150px; 
    height: 150px;
	 background-repeat:no-repeat;
	margin-top: 10rem;
}*/

/* Atelier timeline */
.wp-block-jetpack-timeline-item {
	transition: 1s linear;
	margin-bottom: 0!important;
}

.wp-block-jetpack-timeline-item:hover {
	-webkit-box-shadow: 10px 13px 0px 7px rgba(203,187,160,0.7);
  -moz-box-shadow: 10px 13px 0px 7px                     
			rgba(203,187,160,0.7);
	box-shadow: 10px 13px 0px 7px 
			rgba(203,187,160,0.7);
	transition: box-shadow 1s;
}


.year-1969 {
	font-weight: inherit;
	font-weight: bold!important;
}

/*ul.ctl_road_map_wrp::before {
	width: calc(100% - 115px)!important;
	left: 65px!important;
}*/

/* PROJETS */
/*.carousel-style .nav-button__prev .icon{
	background : url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4zNDM3NSA5OS4wOTM3NS00LjQzNzUtNC40Mzc1IDQ0LjY4NzUtNDQuNjU2MjUtNDQuNjg3NS00NC42NTYyNSA0LjQzNzUtNC40Mzc1IDQ2Ljg3NSA0Ni44NzVjMS4yMTE2MzYyIDEuMjE4ODY3IDEuMjExNjM2MiAzLjE4NzM4MyAwIDQuNDA2MjV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5Ljg3NSAxNSkiLz48L3N2Zz4=) no-repeat;
	background-color: #fff;
	height: 32px;
	width: 32px;
	max-width: inherit;
}*/

/*.carousel-style figcaption{
	background: rgba(0,0,0,0.5);
}*/

.carousel-style .nav-button__prev .icon, .carousel-style .nav-button__next .icon{
	background : url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDEzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNS4zNDM3NSA5OS4wOTM3NS00LjQzNzUtNC40Mzc1IDQ0LjY4NzUtNDQuNjU2MjUtNDQuNjg3NS00NC42NTYyNSA0LjQzNzUtNC40Mzc1IDQ2Ljg3NSA0Ni44NzVjMS4yMTE2MzYyIDEuMjE4ODY3IDEuMjExNjM2MiAzLjE4NzM4MyAwIDQuNDA2MjV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5Ljg3NSAxNSkiLz48L3N2Zz4=) no-repeat;
filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(156deg) brightness(102%) contrast(101%);
	height: 32px;
	width: 32px;
	max-width: inherit;
}

button.coblocks-lightbox__close{
	padding: 0!important;
}

/* CONTACT */
input[type="submit"] {
	border: none;
	border-radius: 0;
	color: #241000!important;
	background: #cbbba0!important;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.5s linear;
}


input[type="submit"]:focus,
input[type="submit"]:hover {
	transform: scale(1.3);
    transition: transform .5s ease;
}
input[type="submit"]:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
input[type="submit"]:hover:after {
    width: 90%;
    background: #cbbba0;
}
.post-368 .entry-content > .alignfull,
.post-368 .entry-content > .alignwide
{
	margin-top : 1rem;
}
.post-368 .wp-block-cover {
	margin-bottom : 0!important;
}
.wpcf7-form p {
	font-size: 55%;
	
}
.wpcf7-form p:last-of-type {
	text-align: center;
}
.flickity-button {
	background-color: inherit;
}

.flickity-button:hover{
	background-color: unset!important;
	
}

.coblocks-lightbox__background {
	filter: blur(25px) saturate(175%) brightness(50%)
}

button{
	color: #cbbba0 !important;
}

.menu-modal nav * {
	border-color: #cbbba0 !important;;
}

body:not(.overlay-header) .toggle-inner .toggle-text {
	color: #cbbba0 !important;
}

.n2-active {
	background: #cbbba0!important;
}
/* ENVIRONNEMENT */

.text-border {
	border: 1px solid black;
	padding: 15px;
}

/* Recrutement */
.entry-wrapper {
	transition: 1s linear;
}

.entry-wrapper:hover {
	animation: bounce 1s ease-in-out;
	-webkit-box-shadow: 10px 13px 0px 7px rgba(203,187,160,0.7);
  -moz-box-shadow: 10px 13px 0px 7px                     
			rgba(203,187,160,0.7);
	box-shadow: 10px 13px 0px 7px 
			rgba(203,187,160,0.7);
	transition: box-shadow 1s;
}
.footer-nav-widgets-wrapper {
	margin-top: 0!important;
}
#post-228 .wp-block-buttons {
	text-align: center!important;
}

.type-post h1, .post-meta-single-top{
	display: none;
}
