/**
 * Theme Name: Les Ateliers Intermédiaires
 */

@font-face {
	font-family: "Avenir";
	font-weight: 450;
	src: url("/wp-content/themes/ateliersintermediaires/fonts/AvenirLTStd-Book.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family: "Avenir";
	font-weight: 950;
	src: url("/wp-content/themes/ateliersintermediaires/fonts/AvenirLTStd-Black.woff2") format("woff2");
}

@font-face {
	font-family: kiln-sans-spiked, sans-serif;
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: kiln-sans-spiked, sans-serif;
	font-weight: 600;
	font-style: italic;
}

body {
    font-family: "Avenir";
    margin: 0;
	color: #3c3883;
}

h1, h2 {
	font-family: kiln-sans-spiked, sans-serif;
}

a {
    text-decoration: none;
	color: #009999/*#382fd3*/;
}

ul {
    padding-left: 1rem;
}

.kiln-sans-spiked {
	font-family: kiln-sans-spiked, sans-serif;
}

.carouselImg {
    max-width : 100%;
    height : auto;
}


.dropdown-content  {
    display: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.subDropdown-content {
    display: none;
}

.subDropdown:hover .subDropdown-content {
    display: block;
}

.map iframe {
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-style: solid;
    border-radius: 0.5rem;
}

.baseIframe iframe {
	display: block;
    width: 100%;
	height: 100vh;
	border-style: none;
}