/*
Theme Name: FondsLink
Description: Theme enfant de neve
Author: Guillaume
Author URI: https://slumberland.design
Template: neve 
Version: 0.1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap");
@import url("assets/fonts/fontawesome/css/all.min.css");

/* GLOBAL */

html {
	font-size: 10px;
}

body {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
}

h1 {
	font-family: "Cormorant Garamond", serif;
	font-size: 4rem;
	font-weight: 600;
	text-transform: uppercase !important;
}

h2 {
	font-family: "Cormorant Garamond", serif;
	font-size: 3rem;
	font-weight: 600;
}

h3 {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 2.2rem;
	line-height:2.2rem;
	font-weight: 500;
	text-transform: uppercase;
}

h4 {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 2rem;
	font-weight: 400;
}

a {
	color: black !important;
	text-decoration-thickness: 1px !important;
}

p,
li {
	font-size: 2rem;
	font-weight: 500;
}

p {
	margin-bottom: 2rem;
}

strong {
	font-size: 1em;
	font-weight: 700;
}

table thead {
	background-color: #c72b13;
	color: #ffffff;
	text-transform: uppercase;
}

table tbody {
	color: #000000;
}

table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

table td, table th {
	padding: 5px;
	font-family: "Barlow Semi Condensed", sans-serif;
	color: currentColor;
	border: none;
	font-size: 14px;
	line-height: 1.3;
}

@media (max-width: 600px) {
	table td, table th {
		font-size: 12px;
	}
}

@media (max-width: 400px) {
	table td, table th {
		font-size: 11px;
	}
}

table td:not(:first-child), table th:not(:first-child) {
	text-align: center;
}

/* STRUCTURE */

#content .container,
.header .container,
.footer .container {
	max-width: 120rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.container-fluid>div {
	margin: 0;
}

#content .container .nv-page-title {
	border: 0;
}

#content .container .nv-content-wrap,
#content .container .nv-page-title-wrap {
	max-width: 80rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#content .container .nv-page-title-wrap {
	margin-top: 6rem;
}



.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.wp-block-cover {
	margin-top: 2rem;
	margin-bottom: 2rem;
	min-height: 0 !important;
}

.wp-block-cover__inner-container {
	max-width: 80rem !important;
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.alignfull {
	padding: 0 2.5rem;
}

.nv-index-posts, .nv-single-page-wrap, .nv-single-post-wrap {
	margin-bottom: 0;
}

/* HEADER */

header .desktop-left {
	flex: 0;
	max-width: none;
}

header .desktop-right {
	flex: 1;
	max-width: none;
}

.nav-menu-primary {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.6rem;
}

.nav-menu-primary .nav-ul > li:not(:last-of-type) {
	margin-right: 3rem;
}

.nav-menu-primary .nav-ul > li:hover > a {
	color: #000000 !important;
	opacity: 0.8;
	transition: 0.25s;
}

.nav-menu-primary .nav-ul > li.current-menu-item.current_page_item > a {
	color: #D9000D;
}

.nav-menu-primary .nav-ul > li.current-menu-item.current_page_item:hover > a {
	color: #D9000D !important;
	opacity: 0.8;
	transition: 0.25s;
}

/* FOOTER */
footer .container {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

footer .footer_top {
	padding-top: 4rem;
	padding-bottom: 10rem;
}

footer .footer_top .footer_social {
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer .footer_top .footer_social h3 {
	text-transform: uppercase;
	font-weight: 500;
}

footer .footer_top .footer_social ul {
	display: flex;
	flex-direction: row;
}

footer .footer_top .footer_social ul li {
	padding: 0.5rem 1rem;
	font-size: 3rem;
}

footer .footer_top .footer_social ul li a {
	color: #959595;
	transition: 0.25s;
}

footer .footer_top .footer_social ul li a:hover {
	color: #D9000D;
	transition: 0.25s;
}

footer .footer_bottom {
	background-color: #F4F4F4;
	padding-top: 6rem;
	padding-bottom: 6rem;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
}

footer .footer_bottom .container {
	display: flex;
	flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

@media (max-width: 768px) {
	footer .footer_bottom .container {
		flex-direction: column;
	}
	footer .footer_bottom .container > *:not(:last-child) {
		padding-bottom: 2.5rem;
	}
}

footer .footer_bottom .footer_logo img {
	height: 4rem;
}

footer .footer_bottom .footer_address {
}

footer .footer_bottom .footer_menu {
	width: 50%;
}

footer .footer_bottom .footer_menu ul {
	list-style: none;
}

footer .footer_bottom .footer_menu ul li {
	font-size: 1.6rem;
	font-weight: 300;
}

footer .footer_bottom .footer_menu ul li a {
	color: currentColor;
}

/* ELEMENTS */

.nomargins
{
	margin: 0 !important;
}
.wp-block-buttons>.wp-block-button {
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.wp-block-button .wp-block-button__link,
.wp-block-file a.wp-block-file__button {
	border-radius: 0;
	border: 1px solid #000000;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	padding: 1.5rem 3rem;
	background-color: #ffffff;
	color: #000000;
	transition: 0.25s;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:hover {
	background-color: #EDEDED;
	transition: 0.25s;
}

/* BIOS */

.block_content-list_bios {
    width: 100vw;
    position: relative;
    margin-left: 50%;
    transform: translateX(-50vw);
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.block_content-list_bios .bio_title {
	width: 100%;
	max-width: 120rem;
	margin: auto;
	margin-bottom: 3rem;
}

.block_content-list_bios .bio_elements {
	width: 100%;
	max-width: 120rem;
	margin: auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 15rem;
    row-gap: 3rem;
    height: max-content;
}

@media (max-width: 1200px) {
	.block_content-list_bios .bio_elements {
		column-gap: 10rem;
	}
}

@media (max-width: 1000px) {
	.block_content-list_bios .bio_elements {
    	grid-template-columns: repeat(3,1fr);
    	column-gap: 15rem;
	}
}

@media (max-width: 768px) {
	.block_content-list_bios .bio_elements {
    	column-gap: 10rem;
	}
}

@media (max-width: 600px) {
	.block_content-list_bios .bio_elements {
    	grid-template-columns: repeat(2,1fr);
	}
}

@media (max-width: 500px) {
	.block_content-list_bios .bio_elements {
    	column-gap: 5rem;
	}
}

@media (max-width: 400px) {
	.block_content-list_bios .bio_elements {
    	grid-template-columns: repeat(1,1fr);
    	padding-left: 5rem;
    	padding-right: 5rem;
	}
}

@media (max-width: 320px) {
	.block_content-list_bios .bio_elements {
    	padding-left: 2rem;
    	padding-right: 2rem;
	}
}

.block_content-list_bios .bio_elements .bio_element {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	text-align: center;
}

.block_content-list_bios .bio_elements .bio_element .bio_image {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	margin-bottom: 1.5rem;
}

.block_content-list_bios .bio_elements .bio_element .bio_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}

.block_content-list_bios .bio_elements .bio_element .bio_name {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 0.5rem;
}

.block_content-list_bios .bio_elements .bio_element .bio_title {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.2;
	padding-bottom: 0.5rem;
}

.block_content-list_bios .bio_elements .bio_element .bio_company {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 1rem;
}

.block_content-list_bios .bio_elements .bio_element .bio_linkedin a {
	font-size: 2.2rem;
	color: #000000;
	transition: 0.25s;
}

.block_content-list_bios .bio_elements .bio_element .bio_linkedin a:hover {
	color: #D9000D;
	transition: 0.25s;
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container
{
	color:#000000 !important;
}

/* FORMS */

.nf-form-cont {
	max-width: 120rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.nf-form-cont .nf-form-title {
	display: none;
}

.nf-form-cont .nf-form-content {
	max-width: none;
	padding: 1rem 0;
}

.nf-form-fields-required {
	font-size: 1.4rem;
}

.nf-form-cont .nf-form-content .nf-cell {
	padding-left: 2rem;
	padding-right: 2rem;
}
@media (max-width: 600px) {
	.nf-form-cont .nf-form-content .nf-cell {
		padding-left: 0;
		padding-right: 0;
	}
} 

.nf-form-cont .nf-form-content .nf-cell:first-of-type {
	padding-left: 0;
}

.nf-form-cont .nf-form-content .nf-cell:last-of-type {
	padding-right: 0;
}

.nf-form-cont .nf-form-content .nf-cell .field-wrap {
	display: flex;
	flex-direction: column;
	font-size: 1.8rem;
}

.nf-form-cont .nf-form-content .nf-cell .nf-field-label {
	line-height: 1.2em;
}

.nf-form-cont .nf-form-content select.ninja-forms-field, 
.nf-form-cont .nf-form-content input:not([type=button]), 
.nf-form-cont .nf-form-content textarea {
	background-color: #ffffff;
	border-radius: 0;
	border: 1px solid #000000;
	padding: 1rem;
	color: #000000;
	font-weight: 600;
}

.nf-form-content select.ninja-forms-field:focus {
	background: initial !important;
	border: 1px solid #000000 !important;
}

.nf-form-cont .nf-form-content input[type=button] {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000;
	border-radius: 0;
	text-transform: none;
	font-size: 1.8rem;
	padding: 0.5rem 3rem;
	transition: 0.25s;
}

.nf-form-cont .nf-form-content input[type=button]:hover {
	background-color: #EDEDED;
	color: #000000;
	transition: 0.25s;
}

.nf-error .nf-error-msg,
.nf-error-msg, 
.ninja-forms-req-symbol {
	font-size: 1.4rem;
}

/*Videos*/

.wp-block-video.alignfull {
	margin-left: -2.5rem;
	margin-right: -2.5rem;
	padding-left: 0;
	padding-right: 0;
}

/*Fichiers*/

.wp-block-file {
	position: relative;
	margin-top: 2rem;
	color: #000000;
	transition: 0.35s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.wp-block-file a:not(.wp-block-file__button) {
	text-decoration: none !important;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
}

.wp-block-file a:not(.wp-block-file__button):before {
	content:"\f15b";
	font-family: "Font Awesome 5 Pro";
	font-size: 4rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.wp-block-file [href*=pdf]:not(.wp-block-file__button):before {
	content:"\f1c1";
}

.wp-block-file a:not(.wp-block-file__button):hover {
	color: #D9000D !important;
	transition: 0.35s;
}

.wp-block-file a.wp-block-file__button {
	margin: 1.5rem 0 0 0;
	padding: 1rem 2rem;
	text-align: center;
}

/* Mettre le bouton suite à gauche */

.nf-next-previous li.nf-next-item {
    float: left !important;
}
