h2 {
	border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin: 0;
	padding: 0.1em clamp(20px, 2vw, 50px);
    font-family: 'Jaro';
    font-size: clamp(30px, 2.7vw, 70px);
    font-weight: normal;
    line-height: 100%;
}

body[template="home"]  h2 {
	background: #f3f3f3;
}

.don > div {
	background: #f3f3f3;
    padding: 0vw clamp(20px, 3vw, 60px);
    margin: clamp(20px, 3vw, 60px) clamp(30px, 5vw, 80px);
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.don div div {
	background: black;
	padding: 3vw;
	text-align: center;
}

.don a {
    font-family: Jaro;
    color: #fccc2b;
    text-decoration: none;
    font-size: 25px;
    width: 100%;
    display: block;
}


.mobile {
	display: none;
}

.glossary strong {
	font-family: Jaro;
	font-size: 22px;
}

.glossary h3 {
	font-family: ObjectSans;
	font-size: 18px;
	font-weight: bold;
}

.glossary div {
	margin: 0vw 5vw;
	max-width: 800px;
	margin-bottom: 5vw;

}

.glossary p {
	max-width: 800px;
	font-size: 18px;
}

section:not(.don) {
	min-height: calc(100vh - 47.8px);
	min-height: calc(100dvh - 47.8px);
	scroll-snap-stop: always;
}

.books .cover {
	display: block;
	background: #d6d6d6;
	margin: clamp(20px, 2vw, 50px);
	width: 400px;
	height: fit-content;
}

.books figure {
	margin: auto;
    height: fit-content;
    width: fit-content;
    	padding: clamp(15px, 3vw, 50px);

}

.books .cover img {
	height: clamp(150px, 19vw, 300px);
}

.books .box {
	display: flex;
	flex-direction: row;
}

.books .box div {
	font-size: clamp(18px, 1.2vw, 22px);
}

section.books {
	display: flex;
	flex-direction: column;
	min-height: unset;
}

section.books h3 {
	font-family: 'Jaro';
	font-weight: normal;
	margin: 0;
	font-size: clamp(20px, 2.2vw, 70px);
	height: fit-content;
	width: 100%;
}

section.books a.ordernow {
	width: calc(100% - 40px);
	padding: 10px 20px;
	padding-top: 8px;
	color: black;
	text-decoration: none;
	display: flex;
	background: #ee343d;
	flex-direction: row;
	justify-content: space-between;
}




section.books .info {
    display: flex;
    flex-direction: row;
    margin: clamp(20px, 2vw, 50px);
    margin-left: 0;
    flex: 1;
    flex-wrap: wrap;
	align-content: start;
	column-gap: clamp(20px, 2vw, 50px);
}

section.books .info div {
	padding: 0!important;
	flex: 1;
		min-width: 500px;

}

div.annonce {
	display: flex;
	width: 100%;
}

div.annonce div.bloc:first-child{
	flex: 1;

}

div.annonce div.bloc:last-child {
	width: 37.1vw;
			border-left: 1px solid black;

}

div.annonce h2 {
    border-top: 0;
}

div.annonce div.bloc div {
	    border-bottom: 1px solid black;
    padding: clamp(12px, 0.8vw, 50px) clamp(20px, 2vw, 50px);;
    font-size: clamp(18px, 1.5vw, 50px);
    padding-top: clamp(12px, 0.7vw, 50px);
}

div.annonce div.bloc {
	display: flex;
	flex-direction: column;
}

div.annonce div.bloc div:last-child {
	    border-bottom:none;
}



div.annonce a {
	text-decoration: none;
	color: black;
}

div.annonce a:hover {
	text-decoration: underline;
}

div.text {
	border-bottom: 1px solid black;
}

div.text p {
    padding: 0.5em clamp(20px, 2vw, 50px);
	width: calc(62.9vw - 4vw );
	width: calc(50vw - 4vw);
	font-size: 25px;
	font-size: clamp(18px, 1.2vw, 28px);
}

a.button {
	    display: block;
    width: fit-content;
    padding: 10px 20px;
    border: 1px solid black;
    border-radius: 50px;
    padding-top: 8px;
    text-transform: uppercase;
    font-size: clamp(14px, 1.5vw, 50px);
    margin: 0 auto;
}

a.button:hover {
	text-decoration: none !important;
}

.tag {
	    display: block;
    position: relative;
    top: -47px;
    padding: 0 !important;
    visibility: hidden;
}

.quote {
    font-family: 'JARO';

    background: black;
    padding: clamp(20px, 2vw, 50px);
}

.quote strong {
	font-weight: normal;
	color: #fccc2b;
}

.quote p {
	margin: 0;
	font-size: clamp(20px, 2.2vw, 70px);
    color: white;
    line-height: 100%;
}

.quote a {
	    color: white;
    text-decoration: none;
    border: 2px solid white;
    padding: 10px;
    padding-top: 6px;
    margin-left: auto;
    display: block;
    width: fit-content;

}

.axes p {
	width: fit-content !important;
}

.axes .card {
	    background: white;
    border-radius: 3vw;
    min-height: 40vw;
    width: 15vw;
    max-width: 390px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 2vw;
}

.card .line {
	    flex: 1;
    border-left: 1px solid;
    margin: 20px auto;
}

.axes .nom {
	font-family: 'Jaro';
	    font-size: clamp(23px, 1.5vw, 205px);
	    line-height: 97%;
	    text-transform: uppercase;

}

.axes svg {
    height: clamp(30px, 6.5vw, 155px);
     max-width: clamp(30px, 6.5vw, 155px);
    width: auto;
    margin: 20px auto;
}

.axes .card .desc p {
    padding: 0;
    text-transform: uppercase;
    font-size: clamp(13px, 0.9vw, 20px);
    font-weight: bold;
    margin: 0 auto;
}

.axes .bg {
	    background: black;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 5px;
    max-width: 2220px;
    margin: auto;
    row-gap:5px;
        padding: clamp(20px, 2vw, 40px);
}



.axes .card:nth-child(4), .axes .card:nth-child(6) {
	background: #fccc2b;
}

.axes .card:nth-child(3), .axes .card:nth-child(5) {
	color: #fccc2b;
	background: #007e64;
		fill: #fccc2b;

}

.axes .card:nth-child(2), .axes .card:nth-child(7) {
	background: #ee343d;
	color: white;
		fill: white;

}

.axes .card:nth-child(1), .axes .card:nth-child(8) {
color: #fccc2b;
background: #6c63ab;
		fill: #fccc2b;
	}

.axes .card:nth-child(4) .line, .axes .card:nth-child(6) .line {
	border-color: black;
}

.axes .card:nth-child(3) .line, .axes .card:nth-child(5) .line {
	border-color: #fccc2b;
}

.axes .card:nth-child(2) .line, .axes .card:nth-child(7) .line {
	border-color: white;
}

.axes .card:nth-child(1) .line, .axes .card:nth-child(8) .line {
	border-color: #fccc2b;
}

.results {
        width: 100vw;
    height: calc(100dvh - 47px);
    position: fixed;
    top: 47px;
    left: 0;
    	transform: translateY(-150%);

}

.results.open {
	transform: translateY(0%);
}

.results iframe {
	width: 100vw;
    height: calc(100dvh - 47px);
    border: none;
}


.full figure {
	margin: 0;
	padding: 0;
	max-height: 100vh;
	margin-bottom: -10px;
}

.full img {
	width: 100vw;
	max-height: 97dvh;
	object-fit: cover;
}


@media screen and (max-width: 980px) {

	h2 {
		font-size: 30px;
		padding: 11px 20px;

	}

	.computer {
		display: none;
	}

	.books .box {
		flex-direction: column;
	}

	.books .cover {
		border-right: none;
		width: calc(100% - 40px);
	}

	div.annonce {
	flex-direction: column;
}

div.annonce h2 {
    border-top: 1px solid black;
}


div.annonce div.bloc:last-child {
			border-left: none;

}

div.text p {
	width: calc(100% - 40px);
}


section.books .info {
	    margin: clamp(20px, 2vw, 50px);

}


section.books .info div {
	min-width: 280px;
	width: 100%;
}

.quote a {
	margin: 30px auto;
}


.axes .card {
	background: white;
    border-radius: 9vw;
    height: 100vw;
    width: 80vw;
    max-width: unset;
    padding: 20px;
}

.results {
    height: calc(100dvh - 62px);
    top: 62px;
}

.axes svg {
	width: 30vw;
	height: auto;
	max-width: unset;
}

.card .line {
}

.axes .bg {
	padding: 25px 20px;
}


.bloc-ag.big .event img {
    width: 100vw;
    height: 100vw;
    object-fit: cover;
    display: block;
    max-width: unset;
}

.bloc-ag .event {
    flex-direction: column;
}

.bloc-ag.big figure {
	width: 100vw;
	height: 100vw;
}

.actu {
	background: white;
}

}

@media screen and (min-width: 1980px) {
	.axes .card {
		height: 30vw;
	}
	
}