
@media only screen and (min-width: 60em) {
	header, section, img.turk {
		width: 45%;
	}
	
	header {
		padding-top: 10em;
	}
	
	header h1 {
		font-size: 4rem;
		line-height: 5rem;
	}
	
	h2 {
		line-height: 1.85em;
	}
	
	section p {
		font-size: 1.35rem;
		line-height: 2.7rem;
	}
	
	section li {
		font-size: 1.35rem;
		line-height: 2.2rem;
	}
	
	footer {
		margin-top: 15em;
		width: 50%;
		margin-left: auto;
		margin-right:auto;
	}
	
	footer p {
		font-size: 1.1rem;
		line-height: 1.85rem;
	}
	
	section a, footer a {
		text-underline-offset: 8px;
	}
	
	#diapos {
		width: 80%;
	}
}
@media only screen and (min-width: 40em) and (max-width: 60em) {
	header, section, img.turk {
		width: 70%;
	}
	
	header {
		padding-top: 8em;
	}
	
	header h1 {
		font-size: 3rem;
		line-height: 4rem;
	}
	
	h2 {
		line-height: 1.85em;
	}
	
	section p {
		font-size: 1.15rem;
		line-height: 2.3rem;
	}
	
	section li {
		font-size: 1.15rem;
		line-height: 2rem;
	}
	
	footer {
		margin-top: 12em;
		width: 66%;
		margin-left: auto;
		margin-right:auto;
	}
	
	footer p {
		font-size: 1rem;
		line-height: 1.6rem;
	}
	
	section a, footer a {
		text-underline-offset: 7px;
	}
	
	#diapos {
		width: 90%;
	}
}
@media only screen and (max-width: 40em) {
	header, section, img.turk {
		width: 80%;
	}
	
	header {
		padding-top: 5em;
	}
	
	header h1 {
		font-size: 2.6rem;
		line-height: 3.5rem;
	}
	
	h2 {
		line-height: 1.7em;
	}
	
	section p {
		font-size: 1.1rem;
		line-height: 2.2rem;
	}
	
	section li {
		font-size: 1.1rem;
		line-height: 1.9rem;
	}
	
	footer {
		margin-top: 7em;
		width: 90%;
		margin-left: auto;
		margin-right:auto;
	}
	
	footer p {
		font-size: 0.8rem;
		line-height: 1.3em;
	}
	
	section a, footer a {
		text-underline-offset: 3px;
	}
	
	#diapos {
		width: 95%;
	}
}

body {
	color: #3B3A37;
	background: #FECACA;
	background: linear-gradient(180deg,rgba(254, 202, 202, 1) 0%, rgba(255, 255, 255, 1) 100%);
	margin: 0;
	padding: 0;
}

content {
	z-index: 10;
	display: block;
	margin: 0;
	padding: 0;
}


header, divider {
  border-bottom: 3px dotted;
  padding-bottom: 3rem;
  position: relative;
  
}

header:after, divider:after {
  content: '';
  position: absolute;
  bottom: 2px;
  display: block;
  width: 100%;
  border-bottom: 3px dotted;
}

main {
	margin:0;
	padding: 0;
}

content {
	background-image: url('img/étoiles 04.png');
	background-position: center;
	background-repeat: repeat-x repeat-y;
	background-size: 60%;
}

footer {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	gap: 0.25em;
}

footer p {
	font-family: 'IBM Plex Mono';
	font-weight: 500;
	font-style: italic;
	padding-top: 0.5em;
	margin-block: 0;
	text-align: center;
}

header, section, #diapos, img.turk {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

section p {
	padding-top: 1em;
	margin-block: 0;
}

main, header p, header li {
	font-family: 'IBM Plex Sans SemiCondensed';
	font-weight: 400;
}

main strong {
	font-family: 'IBM Plex Sans SemiCondensed';
	font-weight: 600;
	font-style: normal;
}

p, li {
	font-weight: 300;
	font-style: normal;
}

section a, footer a {
	color: #3B3A37;
	text-decoration-line: underline;
	text-decoration-color: #3B3A37;
}
	
section a:hover, footer a:hover {
	text-decoration: none;
}

h1 {
	font-family: 'steps-mono';
	text-wrap: balance;
}

h2 {
	font-family: 'IBM Plex Mono';
	font-style: italic;
	padding-bottom: 0.15em;
	padding-top:1em;
	font-size: 1.75em;
	margin-block: 0;
}

button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

h2 button {
	text-decoration: none;
	box-shadow: inset 0 0 0 0 #FECACA;
	color: #454235;
	padding: 0 .25rem;
	margin: 0 -.1rem;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
	border: 1px solid #555555;
	border-radius: 3px;
}
h2 button:hover {
	color: #fff;
	box-shadow: inset 238px 0 0 0 #FECACA;
	cursor: pointer;
	border-color:#fff;
}

#diapos {
	padding-bottom: 2em;
	padding-top: 3em;
}

#coda {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

li {
  list-style-type: square;
  line-height: 1.5;
  margin-block: 0.5em;
}

.turk {
	padding-top: 2.5em ;
	padding-bottom: 1.5em;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.contactform {
	font-family: 'IBM Plex Sans SemiCondensed';
	font-weight: 400;
	border-top: 3px dotted;
	border-bottom: 3px dotted;
	overflow: hidden;
	max-height: 3px;
	margin-top : 2em;
	transition: max-height .5s cubic-bezier(0, 1, 0, 1);; 
	
	  &.show {
		max-height: 99em;
		transition: max-height .5s ease-in-out;
	  }
}

.contactform form {
	padding-block: 1em;
	width:95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
} 

.contactform label {
	font-size: 1.15rem;
}

.contactform p {
	font-size: 1.15rem;
}

.contactform button {
	border: 1px solid #555555;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	font-size: 1.25rem;
	padding: 0.5em;
}

.contactform button:hover {
	color: #fff;
	background: #FECACA;
	border-color: #fff;
}