@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Source+Sans+3:wght@800&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

header .container{
  align-items: flex-start;
}

header img{
  width: 300px;
}


.container {
  width: 900px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1 {
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px;
  font-family: 'Source Sans 3', sans-serif;
  text-align: center;
  color: #333;
  font-size: 3rem;
}


h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.5rem;
}

header .container{
  /* flex-direction: row; */
  /* align-items: center;
  justify-content: space-between; */
}

header .container .pme{
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
	text-align: center;
	width: 100%;
  /*padding-left: 65px;*/
  /* margin-left: 30px; */
}

header .container .logo-educ{
  position: relative;
  margin-bottom: 20px;
  /* margin-left: -330px; */
}


.telecharge{
  font-weight: bold;
  margin-bottom: 20px;
}

.text-center{
  text-align: center;
}

.titre{
  width: 100%;
}

.titre h1{
  margin-bottom: 10px;
  margin-top:0;
  line-height: 1;
}

.titre h2{
  margin-top: 0;
  color: #156083;
  font-size: 2rem;
}

.titre img{
  width: 100%;
  max-height: 50vh;
  object-fit: cover;
}

.first-letter::first-letter{
  font-size: 1.5rem;
  font-weight: bold;
}

h3 {
    color: #E97248;
    font-size: 1.5rem;
}

h3.titre{
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px;
  font-family: 'Source Sans 3', sans-serif;
  text-align: center;
  color: #333;
  font-size: 2rem;
  margin-top: 0;
}

p{
  font-size: 1rem;
  line-height: 1.4;
}

h3 span{
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  color: black;
}

.no-format{
  list-style: none;
  padding: 0;
}

ul li, ol li{
  margin-bottom: 10px;
}

ul li ul{
  margin: 20px 0;
  list-style: none;
}

ul.crochet {
  list-style: none;
}

ul.crochet li{
  list-style: none;
  padding-left: 20px;
  position: relative;
}

ul.crochet > li::before {
  content: "✔";
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 8px;
  position: absolute;
  left: 0;
}

ul.fleche {
  list-style: none;
}

ul.fleche li{
  list-style: none;
  padding-left: 20px;
  position: relative;
}

ul.fleche > li::before {
  content: "➜";
  font-size: 1em;
  font-weight: bold;
  margin-right: 8px;
  position: absolute;
  left: 0;
}

ul.upper-alpha{
  list-style: upper-alpha;
}

ul.upper-alpha > li{
  color: #E97248;
  font-weight: bold;
}

ul > li{
  color: black;
  font-weight: normal;
  list-style: square;
}

ul.alpha{
  list-style: lower-alpha;
}

ul.upper-alpha li p{
  color: #156083;
}

ul.dot > li::before {
  content: "•";
  font-size: 2rem;
  margin-right: 10px;
  line-height: 0;
}

ul.dot > li{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.titre-li{
  /* width: 100%; */
  font-weight: bold;
  word-spacing: 1px;
  color: #156083;
  margin: 20px 0 0;
}
.titre2-li > span{
  display: block;
  /* width: 100%; */
  font-weight: bold;
  word-spacing: 1px;
  color: #E97248;
  margin: 10px 0 20px 0;
}

.titre2-li ul{
	margin-bottom: 20px;
}

.titre2-li ul li{
	list-style: lower-alpha;
}

.orange{
  color: #E97248;
  font-size: 1.13rem;
}

li.bloc-orange::marker{
 position: absolute;
}

li.bloc-orange p{
  color: #E97248;
  font-weight: bold;
}


.inscription{
  margin: 40px 0;
}

.inscription strong, a{
  display: block;
  color: black;
  font-size: 1.3rem;
}

a{
  color: #156083;
}

.black{
  color: black;
}

.no-underline{
  text-decoration: none;
}

ul.romain{
  list-style: lower-roman;
}

ul.romain > li{
  color: #E97248;
  font-weight: bold;
}


.reserver{
  margin:42px 0;
}

.reserver h2{
  text-transform: uppercase;
}

.reserver a{
  display: block;
  margin: 10px 0;
}

.reserver h2 a{
  display: inline;
  color: black;
  font-size: 1.5rem;
}

.underline{
  text-decoration: underline;
}

section{
  width: 100%;
}

footer{
  margin-bottom: 60px;
}

a:has(.smaller-img){
  /* width: 60%; */
  margin: 60px auto;
}

a:has(.smaller-img) img{
  width: 100%
}

.img-programme img{
  min-height: 200px;
  width: 100%;
  object-fit: cover;
}