/*
 Theme Name:   Tohu-Bohu
 Description:  Devdummy Child Theme For Tohu-Bohu
 Author:       devsector.ch
 Author URI:   http://devsector.ch
 Template:     devdummy
 Version:      1.1.6
 Text Domain:  tohubohu
*/


/*

Vert	rgba(0,163,145,1)		#00A391
Jaune	rgba(255,187,0,1)   	#FFBB00
Gris	rgba(112,112,112,1)		#707070

*/

@import url("https://use.typekit.net/iyq7xgz.css");
@import url("https://use.typekit.net/fmq0ayv.css");


.has-vert-background-color {
	background-color: #00A391;
}

.has-vert-color {
	color: #00A391;
}

.has-noir-background-color {
	background-color: #000000;
}

.has-noir-color {
	color: #000000;
}

.has-jaune-background-color {
	background-color: #FFBB00;
}

.has-jaune-color {
	color: #FFBB00;
}

.has-gris-background-color {
	background-color: #707070;
}

.has-gris-color {
	color: #707070;
}





body {
	line-height: 1.4;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "interstate";
}

hr {
	border-top: 1px solid #000;
}

a,
a:link,
a:visited {
	color: rgba(0, 163, 145, 1);
	text-decoration: none;
}

b,
strong {
	font-weight: 900;
}


/* SLIDER */
.slider-group {
	overflow: hidden;
}

.slider-item-background {
	min-height: 75vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.slider-item .wrapper {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-25%);
	color: rgba(0, 163, 145, 1);

}

.slider-text-box h1 {
	font-size: 2.2rem;
}


/* VIGNETTAGE BACKGROUND
.slider-item-background:after {
	content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: radial-gradient(circle, transparent 50%, black 150%);

}
*/

/* SCROLL DOWN ICON */
.scrolldownbox {
	position: relative;
}

.scrolldownbox a {
	position: absolute;
	bottom: 7em;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}

.scrolldownbox a:hover {
	opacity: .5;
}

.scrolldownbox a {
	padding-top: 20px;
}

.scrolldownbox a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 36px;
	height: 36px;
	margin-left: -18px;
	border-left: 2px solid rgba(0, 163, 145, 1);
	border-bottom: 2px solid rgba(0, 163, 145, 1);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb04 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}

	20% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}

	40% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}

@keyframes sdb04 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}

	20% {
		transform: rotate(-45deg) translate(-10px, 10px);
	}

	40% {
		transform: rotate(-45deg) translate(0, 0);
	}
}


body .cn-button.wp-default {
	color: #fff;
	background: rgba(0, 163, 145, 1);
}

/* HEADER */
.fullscreen_slider_banner_header {
	width: 100%;
	z-index: 1000000;
}

h1.site-title,
p.site-title {
	margin: 1em 0;
	padding: 0;
	line-height: 1;
	font-size: 2em;

}

h1.site-title a,
p.site-title a {
	display: inline-block;
	width: 100px;
	height: 50px;
	background: url(images/tohubohu.png) no-repeat center center;
	background-size: contain;
	text-indent: -5000px;
	background-size: contain;
}

.home h1.site-title a,
.home p.site-title a {
	background-image: url(images/tohubohu.png);
}

.site-header .container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}


.background--dark h1.site-title a,
.background--dark p.site-title a {
	background: url(images/logo-lirom-neg) no-repeat center center;
}

/* MAIN NAV */
.navstickycontainer {
	position: sticky;
	top: 0;
	background-color: white;
	z-index: 1000;
}

.menu-main-menu-container {
	border-bottom: 1px solid;
}

.navstickycontainer .navbar-nav {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 600px;
	margin: 0 auto !important;
}

.navbar-container {
	width: 100%;
}

.navbar-toggler {
	display: none;
}

.navbar {
	padding-bottom: 0;
}

body .bg-light {
	background-color: transparent !important;
}

body .navbar-toggler .icon-bar {
	background-color: rgba(0, 163, 145, 1);
}

body .navbar-toggler {
	position: fixed;
	top: 40px;
	right: 20px;
	z-index: 20;
}

body .site-header .navbar {
	position: static;
	width: 100%;
}

body .navbar-collapse {
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.navbar ul#menu-main-menu li {
	width: calc(100% / 3);
	text-align: center;
}

.navbar ul#menu-main-menu li a {
	display: inline-block
}

.navbar ul#menu-main-menu li:first-of-type {
	text-align: left;
}

.navbar ul#menu-main-menu li:last-of-type {
	text-align: right;
}


.navbar-light .navbar-nav .nav-link,
.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link {
	color: black;
	transition: all 0.3s ease-in-out;
	font-weight: 600;
	padding: 0.1em 0.5rem;
	font-family: "interstate";
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,

.navbar-light .navbar-nav .current-menu-item .nav-link,
.navbar-light .navbar-nav .current-menu-item .nav-link:focus,
.navbar-light .navbar-nav .current-menu-item .nav-link:hover,

.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:focus,
.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:hover {
	color: white;
	background-color: black;
}

.navbar-light .navbar-nav .current-menu-item .nav-link,
.navbar-light .navbar-nav .current-menu-item .nav-link:focus,
.navbar-light .navbar-nav .current-menu-item .nav-link:hover {
	color: white;
	background-color: black;
}

/* SI FONT SLIDER FONCE 

.fullscreen_slider_banner_header .navbar-light .navbar-nav .nav-link {
	color:  rgba(255, 255,255, 1);
}

.fullscreen_slider_banner_header .navbar-light .navbar-nav .nav-link:focus,
.fullscreen_slider_banner_header .navbar-light .navbar-nav .nav-link:hover {
    color:  rgba(255, 255,255, 1);
     border-bottom: 1px solid #fff;
}

*/

.secondary-menu li a {
	font-size: 0.8em;
	font-weight: 600;
}

.fullscreen_slider_banner_header .secondary-menu li a {
	color: rgba(255, 255, 255, 0.8);
}

.fullscreen_slider_banner_header .secondary-menu li a:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}


/* BURGER MENU */
.navbar-toggle {
	transform: scale(2.5);
	margin-right: 0;
	right: 15px;
	z-index: 1000;
	float: none;
}

.navbar-toggle.x.collapsed {
	position: absolute;

}

.navbar-toggle.x {
	position: fixed;

}

.navbar-toggle .icon-bar {
	display: block;
	background-color: black;
	height: 1px;
}

.navbar-toggle.content-icon .icon-bar {
	background-color: black;
}

body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
	background-color: white;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: transparent;
}

.site-description {
	display: none;
}

.site-content {
	padding-top: 3em;
}

.scrolldownbox+.site-content .content-area {
	padding-top: 5em;
}


/* TYPOGRAPHY */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.entry-excerpt {
	margin-bottom: 0.5em;
	line-height: 1.1;
	font-weight: 500;
}

.h1,
h1 {
	font-size: 2.5rem;
}

.h2,
h2,
.entry-excerpt {}

.h3,
h3 {
	font-size: 1.3rem;
}

.h4,
h4 {
	font-size: 1.1rem;
}

.h5,
h5 {
	font-size: 0.9rem;
}

.h6,
h6 {
	font-size: 0.8rem;
}

.posted-on {
	font-size: 0.75rem;
	font-weight: 600;
}

.thumbnail-resized a,
.thumbnail-resized img {
	display: block;
}

.thumbnail-resized img {
	width: 100%;
}

.thumbnail-resized img {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.entry-header h3 {
	text-transform: uppercase;
}

.thumbnail-resized {
	margin-bottom: 0.5rem;
	background-color: rgba(0, 0, 0, 0.05);
}

.col-content .thumbnail-resized {
	margin-bottom: 1.5rem;
}

.chapeau {
	color: rgba(0, 163, 145, 1);
}


/* EMBED */
.wp-block-embed__wrapper {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}

.wp-block-embed__wrapper iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/* PAGES */
.home .entry-header h1 {
	display: none;
}

.parallax-window.homestrattitre {
	min-height: 0;
}

.homestrattitre h2 {
	color: white;
	font-size: 4rem;
	font-weight: 300;
	margin-top: 3em;
}

.stratactivites article {
	margin-bottom: 1.5em;
	position: relative;
	padding-left: 2rem;
}

.stratactivites article a .far {
	color: black;
	position: absolute;
	left: 0;

}


/* PAGINATION */
ul.pagination {
	margin: 3rem auto;
	padding: 0;
	font-size: 1rem;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: rgba(0, 163, 145, 1);
	border-color: rgba(0, 163, 145, 1);
}

.page-link:hover,
.page-link:focus {
	z-index: 2;
	color: rgba(0, 163, 145, 1);
	background-color: rgba(0, 163, 145, 0.1);
	border-color: rgba(0, 163, 145, 0.3);
}


.nav-subtitle {
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}

/* MAP */

#map {
	min-height: 400px;
}

/* blockquote */
blockquote {
	color: rgba(0, 163, 145, 1);
	font-size: 3em;
	font-family: 'gt_americaextended_bold', sans-serif;
}

/* GALLERY */
.vbox-content>img {
	max-height: 85vh;
}

.tohubohu-gallery-box {
	margin-top: 5rem;
}

.tohubohu-gallery-box img {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

figure.wp-block-gallery.has-nested-images {
	align-items: normal;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}

/* SINGLE PROJETS */
.details-item-line {
	padding: 0 2rem;
	font-weight: 600;
}

.details-item-line.details-item-line-dossier {
	display: block;
}

.details-item-line-dossier-excerpt {
	padding-left: 45px;
	font-weight: 400;
	font-size: 0.85em;
	margin-bottom: 3em;
}

.details-bloc:first-of-type .details-item-line {
	padding-top: 1.5rem;
}

.details-bloc:last-of-type .details-item-line {
	padding-bottom: 1.5rem;
}

.col-thumbnail {
	height: 400px;
	object-fit: cover;
}

.col-thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.block-thumbnail {
	padding-right: 0px;
	padding-left: 0px;
}

.block-thumbnail .row {
	margin-right: 0px;
	margin-left: 0px;
}

.block-thumbnail .row div {
	padding: 0;
}

.details-box {
	margin-top: 3rem;
}

.button-bar {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 2rem;
	line-height: 1;
	padding-bottom: 0.15em;
	padding-top: 0.05em;
	font-family: "interstate-mono";
}

.button-bar [type="button"] {
	-webkit-appearance: none;
}

.btn-details {
	background: white;
}

.details-item-legend {
	font-weight: 900;
}


.post-navigation {
	border-top: 1px solid black;
	margin-top: 4rem;
	padding: 2rem 0;
}


.strat_categorie h3 {
	margin-bottom: 0.75em;
	margin-bottom: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}



.nav-previous .nav-title:before {
	content: " ";
	display: inline-block;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background: url(images/left-arrow.svg) no-repeat center center;
	background-size: contain;
	margin-bottom: -7px;
}

.nav-next .nav-title:after {
	content: " ";
	display: inline-block;
	margin-left: 5px;
	width: 25px;
	height: 25px;
	background: url(images/right-arrow.svg) no-repeat center center;
	background-size: contain;
	margin-bottom: -7px;
}

/* TOOLBARBOX */

.toolbar-box {
	border-left: 1px solid #000;
	padding: 0 0 0 1em;
}

.toolbar-box .details-bloc .details-item-line,
.toolbar-box .details-bloc:last-of-type .details-item-line,
.toolbar-box .details-bloc:first-of-type .details-item-line {
	padding: 0.5rem 0;
}

.toolbar-box .details-item-value a,
.toolbar-box .download-box-line a {
	display: flex;
}

.toolbar-box .details-item-value a img {
	margin-right: 0.5em;
}

.toolbar-box .h3,
.toolbar-box h3 {
	font-weight: 500;
	font-size: 1.2rem;
}


/* OUVRAGES */
.book-cartouche-auteur h4 {
	font-size: 2rem;
}

.book-cartouche h4 {
	font-size: 1.1rem;
	font-weight: 600;
}

.archive .ouvrages .row,
.strat_categorie.ouvrages .row {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.post-type-archive-ouvrages .row.grid-view-grid {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}


/* AUTEURS */
.entry-header {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8rem;
}

.talent-statut {
	text-transform: uppercase;
	color: rgba(255, 187, 0, 1);
	font-weight: bold;
	font-size: 0.8rem;
}

.talent-site-web {
	margin-top: 1rem;
}

.talent-site-web svg {
	transform: translateY(-2px);
}

.talent-techniques {
	text-transform: none;
	color: rgba(0, 163, 145, 1);
	font-weight: bold;
	font-size: 0.8rem;
}

.details-bloc .details-item-line-ouvrages {
	padding: 1.5rem 0.5rem;
}

.grid-auteurs .letter {
	width: 100%;
	font-size: 2rem;
	font-weight: 300;
	margin: 3rem 0 0.2em 0;
	display: none;
}

.grid-auteurs.grid-view-list .letter {
	display: block;
}

.grid-auteurs .letter span {
	display: inline-block;
	background-color: rgba(0, 163, 145, 1);
	color: white;
	border-radius: 50%;
	line-height: 1.2;
	width: 40px;
	height: 40px;
	text-align: center;
}

.grid-view.grid-view-list.grid-auteurs .row {
	display: block !important;
}


.grid-view.grid-view-list.grid-auteurs .letter+article {
	border-top: 1px solid black;
}

.grid-view-grid.grid-auteurs article {
	margin-bottom: 2rem;
}

.grid-view-grid.grid-auteurs article,
.strat_categorie .type-talents,
.tohu-random-talents-box article {
	position: relative;
}

.grid-view-grid.grid-auteurs .entry-header,
.strat_categorie .type-talents .entry-header,
.tohu-random-talents-box .entry-header {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 2rem);
	text-align: center;
	padding: 1rem;
	left: 50%;
	font-family: "interstate-mono";
}

.strat_categorie .type-talents .entry-header h3,
.grid-view-grid.grid-auteurs .entry-header h3,
.tohu-random-talents-box .entry-header h3 {
	font-size: 1.8rem;
	margin-bottom: 0.25em;
	text-align: center;
	display: block;
}

.grid-view-grid.grid-auteurs .entry-header .talent-techniques {
	color: white;
}

.grid-view-grid.grid-auteurs .entry-header a {
	color: white;
}

.post-type-archive-talents .thumbnail-resized {
	position: relative;
}

.post-type-archive-talents .thumbnail-resized:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 163, 145, 0.3);
}


.talents.post-type-archive-talents-green .thumbnail-resized:after {
	background-color: rgba(0, 163, 145, 0.6);
	transition: all 0.3s ease-in-out;
}

.talents.post-type-archive-talents-yellow .thumbnail-resized:after {
	background-color: rgba(255, 187, 0, 0.6);
	transition: all 0.3s ease-in-out;
}

.talents.post-type-archive-talents-green:hover .thumbnail-resized:after {
	background-color: rgba(0, 163, 145, 1);
}

.talents.post-type-archive-talents-yellow:hover .thumbnail-resized:after {
	background-color: rgba(255, 187, 0, 1);
}

.grid-view-grid.grid-auteurs .post-type-archive-talents-yellow .entry-header a,
.grid-view-grid.grid-auteurs .post-type-archive-talents-yellow .entry-header .talent-techniques {
	color: black;
}

/*
.talents:nth-child(even) .thumbnail-resized:after{
	background-color:rgba(0,163,145,0.3);
}
.talents:nth-child(odd) .thumbnail-resized:after{
	background-color:rgba(255,187,0,0.3);
}
*/

.post-type-archive-talents .thumbnail-resized:after:nth-child(odd) {
	background-color: rgba(255, 187, 0, 1);
}

.tohu-social-box {
	margin-bottom: 2rem;
}

.tohu-social-box ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
}

.tohu-social-box ul a {
	color: rgba(255, 187, 0, 1);
	display: inline-block;
	margin: 0 0.2rem;
}

.tohu-social-box ul a svg {
	fill: rgba(255, 187, 0, 1) !important;
}

.tohu-random-talents-box {
	margin: 8rem 0 4rem 0;
}

.tohu-random-talents-box-title h3 {
	text-align: center;
	margin-bottom: 2rem;
}

.tohu-random-talents-box article {
	margin-bottom: 2rem;
}

.tohu-random-talents-box-all-link {
	text-align: center;
	margin: 2rem 0;
}


/* ACTIVITES */
.taxonomy-separator h2 {
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #000;
	margin-bottom: 1rem;
}

.grid-activites .hentry {
	margin: 0 0 1rem 0;
}

.grid-activites .hentry h3 {
	margin: 0;
}

.grid-activites .hentry .activites-cartouche {
	padding-left: 38px;
}

.details-item-line .activites-cartouche {
	padding-left: 33px;
}

.activites-cartouche span {
	font-weight: 900;
}



.grid-activites-part {
	margin-bottom: 2rem
}

/* SEARCH RESULT */
.search-post-type {
	font-weight: bold;
}

.search-results article {
	margin-bottom: 4rem;
}

.search-results .entry-content p {
	margin-bottom: 0;
}


/* FORM */
.wpcf7-form label,
.wpcf7-form label input {
	width: 100%;
}

.wpcf7-form button,
.wpcf7-form input[type="button"],
.wpcf7-form input[type="reset"],
.wpcf7-form input[type="submit"] {
	border: 0px solid;
	border-radius: 0px;
	background: rgba(0, 163, 145, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 1em;
	line-height: 1;
	padding: 1em 2em;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.wpcf7-form button:hover,
.wpcf7-form input[type="button"]:hover,
.wpcf7-form input[type="reset"]:hover,
.wpcf7-form input[type="submit"]:hover {
	background: rgba(0, 0, 0, 1);
}


a .thumbnail-resized img {
	filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
}

a:hover .thumbnail-resized img {
	filter: grayscale(0%);
}

.widget .search-form {
	max-width: 75%;
	margin: 0 auto;
}

/*  GRID VIEWS */
.grid-view img {
	filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
}

.grid-view a:hover img {
	filter: grayscale(0);
}

.grid-view-selector {
	margin: 0 0 1rem 0;
	text-align: right;
}

.grid-view-selector button {
	border: 0 solid;
	border-radius: 3px;
	background: #fff;
	color: rgba(0, 163, 145, 1);
	font-size: 0.8rem;
	font-weight: 800;
	line-height: 1;
	padding: .6em 0 .4em 1em;
}

.row.grid-view-grid h3 {

	margin-bottom: 0;
}

.grid-view-list-only {
	display: none;
}

.post-type-archive-ouvrages .grid-view-grid .entry-header {
	min-height: 8rem;
}

.post-type-archive-ouvrages .grid-view-grid article {
	margin-bottom: 1rem;
}

.grid-view-grid article {
	margin-bottom: 4rem;
}

/* LIST */
.row.grid-view-list .grid-view-list-only {
	display: block;
}

.row.grid-view-list span.grid-view-list-only {
	display: inline;
}

.row.grid-view-list {
	display: block;
}

.row.grid-view-list article {
	width: calc(100% - 30px) !important;
	max-width: none;
	border-bottom: 1px solid #000;
	margin: 0 15px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.row.grid-view-list article .thumbnail-resized {
	width: 75px;
	height: 100px;
	margin: 10px 15px 10px 0;
}

.row.grid-view-list article .thumbnail-resized img {
	height: 100%;
	object-fit: cover;
}

.row.grid-view-list article .entry-footer {
	border-bottom: 0px solid #eee;
	border-top: 0px solid #eee;
	margin-top: 0em;
	padding: 0em 0;
	margin-left: auto
}

.row.grid-view-list article h3 {
	margin-bottom: 0;
	font-size: 1.4rem;
	display: inline-block;
	font-weight: 500;
}

.row.grid-view-list .thumbnail-resized {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}


/* DOWNLOAD LINK */
.download-box a {
	font-weight: 600;
}

.download-box .far {
	font-size: 1.75rem;
	display: inline-block;
	margin-right: 0.2em;
}

/* BREADCRUMBS */
#breadcrumbs {
	padding: 2em 0;
	font-size: 0.8em;
}

/* Masonry */

.masonry-grid.are-images-unloaded {
	opacity: 0;
}

.masonry-grid.are-images-unloaded .hentry {
	opacity: 0;
}

.infinitescroll-post-nav .posts-navigation {
	display: none;
}

.page-load-status {
	display: none;
	/* hidden by default */
	padding-top: 20px;
	border-top: 1px solid #DDD;
	text-align: center;
	color: #777;
}

/* PAGE LOAD ANIMATION */
.loader-ellips {
	font-size: 20px;
	/* change size here */
	position: relative;
	width: 4em;
	height: 1em;
	margin: 10px auto;
}

.loader-ellips__dot {
	display: block;
	width: 1em;
	height: 1em;
	border-radius: 0.5em;
	background: rgba(255, 187, 0, 1);
	/* change color here */
	position: absolute;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
	left: 0;
}

.loader-ellips__dot:nth-child(3) {
	left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
	left: 3em;
}

@keyframes reveal {
	from {
		transform: scale(0.001);
	}

	to {
		transform: scale(1);
	}
}

@keyframes slide {
	to {
		transform: translateX(1.5em)
	}
}

.loader-ellips__dot:nth-child(1) {
	animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
	animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
	animation-name: reveal;
	animation-direction: reverse;
}



/* Infinite Scroll */
.load-more-manual #page-nav {
	display: block !important;
}

#page-nav {
	display: none;
	text-align: center;
}

.load-more-manual #page-nav a {
	margin: 20px auto 10px auto;
	display: inline-block;
	width: auto;
}

.load-more-manual #page-nav a {
	font-weight: bold;
	display: inline-block;
	font-size: 15px;
	position: relative;
	transition-duration: 150ms;
	text-decoration: none;
}

#infscr-loading {
	text-align: center;
	z-index: 100;
	position: fixed;
	left: 50%;
	bottom: 40px;
	width: 200px;
	margin-left: -100px;
	padding: 10px;
	background: #000;
	opacity: 0.8;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.more {
	width: 300px;
}

/* ARCHIVE */

.alllink {
	padding: 1em;
	text-align: center;
	font-weight: bold;
}

.archive article,
.strat_categorie article {
	margin-bottom: 2rem;
}

/* ARCHIVE ESTRAITS */

.extraits-archive-col:nth-child(1) {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.extraits-archive-col:nth-child(3) {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.extraits-archive-col {
	width: 100%;
}

.row.grid-view-list article {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* ARCHIVE ACTU */

.excerpt-archive {
	margin-top: 1rem;
}

/*
.archive.category-actualites a,
.strat_categorie .category-actualites a{
	display: block;
	position: relative;
}
.archive.category-actualites a .thumbnail-resized:after,
.strat_categorie .category-actualites a .thumbnail-resized:after{
	content: " ";
	width: 100%;
	height: 30%;
	position: absolute;
	bottom: 0;
	left: 0;
	 background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5074230375744048) 0%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5074230375744048) 0%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.5074230375744048) 0%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.archive.category-actualites a .entry-header,
.strat_categorie  .category-actualites a .entry-header{
	position:absolute;
	bottom:0;
	width: 100%;
	padding: 0.5rem;
	color: white;
}
*/

/* ARCHIIVE ACTIVITE */
.post-type-archive-activites h3 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}


/* FORM */
.wpcf7 input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #ccc;
}

.wpcf7 textarea {
	background: transparent;
	border: 0;
	background-attachment: local;
	background-image:
		linear-gradient(to right, transparent 10px, transparent 10px),
		linear-gradient(to left, transparent 10px, transparent 10px),
		repeating-linear-gradient(transparent, transparent 30px, #ccc 30px, #ccc 31px, #ccc 31px);
	line-height: 31px;
	height: 150px;

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border-radius: 0;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 0.5);
}

/* SIDEBAR*/

#secondary.widget-area {
	margin: 5rem 0
}

.widget .search-form input {
	width: 100%;
	border: 1px solid #ccc;
	padding: 8px 13px;
	padding-right: 13px;
	padding-right: 55px;
	font-size: 14px;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
}

.widget .search-form input:focus {
	border-color: rgba(0, 163, 145, 1);
	color: rgba(0, 163, 145, 1);
	outline: none;
}

.widget .search-form .fa.fa-search {
	color: transparent;
}

.widget .search-form ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 1;
	/* Firefox */
}

.widget .search-form button {
	background: url(images/magnifying-glass.svg) no-repeat center center;
	background-size: 60%;
}

.widget .search-form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: white;
}

.widget .search-form ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: white;
}

/* SEARCH */
.search-results .page-title span {
	color: rgba(0, 163, 145, 1);
}

.search-results h2 {
	margin-bottom: 0.1em;
}

.search-results .entry-content {
	margin-top: 0;
}

/* FOOTER */
.site-footer {
	margin-top: 5rem;
	padding: 6em 0 5em 0;
}

.site-footer .container {
	font-size: 0.85em;
}

.copyright-box,
.site-info {
	font-size: 0.75em;
}

.site-footer .widget-area {
	margin-bottom: 2em;
}

.site-footer .widget-area ul {
	margin-left: 0;
	padding-left: 1em;
}







/* MEDIA QUERIES */
@media only screen and (min-width: 420px) {


	.h1,
	h1 {
		font-size: 2rem;
	}

	.slider-text-box h1 {
		font-size: 2rem;
	}


	.scrolldownboxposition {
		bottom: 20px;
		/* 20px*/
	}

	/* COLUMNS */

	.one_half {
		width: 45% !important;
		margin-right: 10% !important;
	}

	.one_half.last_column {
		width: 45% !important;
		margin-right: 0px !important;
	}

	.one_third {
		width: 32% !important;
		margin-right: 2% !important;
	}

	.one_third.last_column {
		width: 32% !important;
		margin-right: 0px !important;
	}

	.two_third {
		width: 66% !important;
		margin-right: 2% !important;
	}

	.two_third.last_column {
		width: 66% !important;
		margin-right: 0px !important;
	}

}

@media only screen and (min-width: 768px) {

	.post-type-archive-activites h3 {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.slider-text-box h1 {
		font-size: 2.5rem;
	}

	body .navbar-toggler {
		transform: scale(2);
		top: 40px;
		right: 20px;
	}


	.block-thumbnail .row div:first-of-type {
		padding-right: 15px;
	}

	.block-thumbnail .row div:last-of-type {
		padding-left: 15px;
	}

	.post-type-archive-ouvrages .grid-view-grid article,
	.strat_categorie.ouvrages article {
		padding: 0 1rem;
	}




	/* TYPOGRAPHY */
	.h1,
	h1 {
		font-size: 2.5rem;
	}

	.h2,
	h2,
	.entry-excerpt {
		/* 25px */
		font-size: 1.78rem;
	}

	h1.site-title a,
	p.site-title a {
		width: 120px;
		height: 60px;
	}

}


@media only screen and (min-width: 990px) {

	h1.site-title a,
	p.site-title a {
		width: 160px;
		height: 80px;
	}


	.h1,
	h1 {
		font-size: 3rem;
	}

	.slider-text-box {
		background-size: contain;
	}

	.slider-text-box h1 {
		font-size: 3rem;
	}

	body .navbar-toggler {
		right: 40px;
	}




	.home .main-nav--sticky h1.site-title a,
	.home .main-nav--sticky p.site-title a {
		display: none;
		width: 120px;
		height: 61px;
		background-image: url(images/tohubohu.png);
	}



	.secondary-menu li a {
		padding-right: .5rem;
		padding-left: .5rem;
		font-size: 0.8rem;
		font-weight: 800;
	}

	@keyframes slide-down {
		0% {
			opacity: 0;
			transform: translateY(-100%);
		}

		100% {
			opacity: 0.9;
			transform: translateY(0);
		}
	}

	.extraits-archive-col {
		width: auto;
	}

	.row.grid-view-list article {
		padding-top: 0;
		padding-bottom: 0;
	}

	.grid-activites .hentry {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.details-item-line {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.alignfull {
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}

	.alignwide {
		width: calc(100% + 240px);
		position: relative;
		left: -120px;
	}

}

@media only screen and (min-width: 1200px) {

	.post-type-archive-ouvrages .grid-view-grid article,
	.strat_categorie.ouvrages article {
		padding: 0 3.5rem;
	}

	h1.site-title a,
	p.site-title a {
		width: 180px;
		height: 90px;
	}

	.navbar-expand-lg .navbar-nav {
		justify-content: space-between;
		border-bottom: 1px solid;
	}
}

/* Change responsive menu breakpoint (large desktops, 1200px and up) */
@media (max-width: 10px) {
	.navbar-header {
		float: right;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
		transition: none !important;
	}

	.navbar-collapse.collapse.show {
		display: flex !important;
		display: -ms-flexbox;
		display: -webkit-flex;

		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.navbar-nav {
		float: none !important;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: static;
	}

	.navbar-expand-lg .navbar-nav {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: 0;
		transition: none !important;
	}

	body .navbar-nav>li {
		float: none;
		margin-bottom: 1.2rem;
		text-align: center;
	}

	body .navbar-nav>li>a {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 1.8rem;
		text-align: center;
	}

	body .secondary-menu {
		margin: 2em 0 0 0;
	}

	body .secondary-menu .navbar-nav li a {
		font-size: 1em;
	}

	body .navbar-nav>li.homelink>a {
		font-size: 1.5rem;
	}

	body .navbar-light .navbar-nav .nav-link {
		color: white;
	}

	body .navbar-light .navbar-nav .nav-link:focus,
	body .navbar-light .navbar-nav .nav-link:hover {
		color: white;
	}


	/* secondary menu */
	#menu-secondary-menu {
		margin: 0 0 1.9em;
		padding: 0;
	}

	#menu-secondary-menu,
	#menu-secondary-menu li {
		list-style: none;
	}

	#menu-secondary-menu li a {
		color: white;
	}

	#menu-secondary-menu li a:hover,
	#menu-secondary-menu li a:focus {
		color: white;
	}


	.collapse.in {
		display: block !important;

	}

	.navbar-collapse,
	.navbar-collapse.collapse {
		background-color: rgba(0, 163, 145, 1);
		z-index: 10;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.navbar-collapse.collapse {
		opacity: 1;
		transition: opacity 0.15s ease-in-out !important;
		transition-delay: 0 !important;
	}

	.navbar-collapse.collapsing {
		opacity: 0;
	}




	.navbar-toggle {
		border: none;
		background: transparent !important;
	}

	.navbar-toggle:hover {
		background: transparent !important;
	}

	.navbar-toggle .icon-bar {

		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}


	.navbar-expand-lg .navbar-toggler {
		display: block;
	}


	/* ANIMATED X */
	.navbar-toggle.x .icon-bar:nth-of-type(1) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: 10% 10%;
		-ms-transform-origin: 10% 10%;
		transform-origin: 10% 10%;

	}

	.navbar-toggle.x .icon-bar:nth-of-type(2) {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.navbar-toggle.x .icon-bar:nth-of-type(3) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: 10% 90%;
		-ms-transform-origin: 10% 90%;
		transform-origin: 10% 90%;
	}

	/* ANIMATED X COLLAPSED */
	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		background-color: white;
	}

	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(1) {
		background-color: black;
	}


	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
		opacity: 1;
		filter: alpha(opacity=100);
		background-color: white;
	}

	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(2) {
		background-color: black;
	}

	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		background-color: white;
	}

	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(3) {
		background-color: black;
	}

	/* END ANIMATED X */


}