@font-face {
  font-family: "chawpregular";
  src: url("chawp-webfont.woff2") format("woff2"),
    url("chawp-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* les cellules du sommaire */
.ecran.sommaire {
  color: #fff;
}
.ecran.sommaire .cel {
  display: flex;
  color: #fff;
  text-transform: uppercase;
  font-size: 10vh;
  line-height: 0.9;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 10px 0;
}

.ecran.sommaire .cel h1 {
  font-size: 5vh;
  padding: 1%;
}

.ecran.sommaire .cel p {
  font-size: 2vh;
}

.ecran.sommaire .cel h2 {
  font-size: 3vh;
  padding-bottom: 0.8rem;
  padding: 8px;
  margin: 0;
  width: 100%;
  line-height: normal;
}
.ecran.sommaire .cel h3 {
  font-size: 1.5vh;
  padding-bottom: 0.8rem;
  margin: 0;
  width: 100%;
  line-height: normal;
}
.ecran.sommaire .cel.cel-1 {
  line-height: 1.2;
  justify-content: space-evenly;
  width: 49vw;
  height: 48vh;
  color: #ffffff;
  background-image: url(img/cel-1.jpg);
  background-size: cover;
  background-position: center;

}
.ecran.sommaire .cel.cel-1 h1 {
  font-family: "chawpregular";
  letter-spacing: 0.2rem;
}

.ecran.sommaire .cel.cel-1 h2 {
  font-family: "chawpregular";
  letter-spacing: 0.2rem;
  color: #fef168;
}

.ecran.sommaire .cel.cel-1 h3 {
  letter-spacing: 0.2rem;
  color: #ffffff;
  text-align: center;
}
.ecran.sommaire .cel.cel-1 .maj {
  text-transform: initial;
  color: rgb(254, 161, 0);
  font-weight: bolder;
}

.ecran.sommaire .cel.cel-2 {
  width: 49vw;
  height: 48vh;
  text-align: center;
  background-image: url(img/cel-2.jpg);
  background-size: cover;
  background-position: center;
}

.ecran.sommaire .cel.cel-2 h2 {
  background-color: #3e58a0;
}
.ecran.sommaire .cel.cel-2 h3 {
  background-color: #3e58a0;
}


.ecran.sommaire .cel.cel-3 {
  width: 31.333vw;
  height: 48vh;
  text-align: center;
  background-image: url(img/cel-3.jpg);
  background-size: cover;
  background-position: center;
}
.ecran.sommaire .cel.cel-3 h2 {
  background-color: #e6415a;
}
.ecran.sommaire .cel.cel-3 h3 {
  background-color: #e6415a;
}

.ecran.sommaire .cel.cel-4 {
  width: 31.333vw;
  height: 48vh;
  text-align: center;
  background-image: url(img/cel-4.jpg);
  background-size: cover;
  background-position: center;
}
.ecran.sommaire .cel.cel-4 h2 {
  background-color: #f07480;
}
.ecran.sommaire .cel.cel-4 h3 {
  background-color: #f07480;
}

.ecran.sommaire .cel.cel-5 {
  width: 23vw;
  height: 48vh;
  text-align: center;
  background-image: url(img/cel-5.jpg);
  background-size: cover;
  background-position: center;
}
.ecran.sommaire .cel.cel-5 h2 {
  background-color: #5da3fb;
}
.ecran.sommaire .cel.cel-5 h3 {
  background-color: #5da3fb;
}
.ecran.sommaire .cel.cel-6 {
  width: 23vw;
  height: 48vh;
  text-align: center;
  background-image: url(img/cel-6.jpg);
  background-size: cover;
  background-position: center;
}
.ecran.sommaire .cel.cel-6 h2 {
  background-color: #82d760;
}
.ecran.sommaire .cel.cel-6 h3 {
  background-color: #82d760
}


.ecran.sommaire .cel.cel-7 {
  width: 31.333vw;
  height: 48vh;
  text-align: center;
  background-image: url(img/cel-7.jpg);
  background-size: cover;
  background-position: center;
}
.ecran.sommaire .cel.cel-7 h2 {
  background-color: #ecb131;
}
.ecran.sommaire .cel.cel-7 h3 {
  background-color: #ecb131;
}
.ecran.sommaire a{
  text-decoration: none;
}
.ecran.sommaire a:visited{
  text-decoration: none;
}

/* les satellites */

/* tous les satellites */
.satellite .titre-sat {
}
.satellite .intro {
}
.satellite .sommaire {
}
.satellite .itemsat {
  list-style-type: none;
  width: 80%;
  margin: 20px auto;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  text-align: center;
  cursor: pointer;
}

.satellite .itemsat a,
.satellite .itemsat a:link,
.satellite .itemsat a:active,
.satellite .itemsat a:visited,
.satellite .itemsat a:hover {
  text-decoration: none;
  color: #fff;
}

/* */
.ecran.satellite .bloc-titre {
  text-transform: uppercase;
  padding: 0px;
}
.ecran.satellite .bloc-titre h3 {
  margin-top: auto;
  padding: 1%;
  font-size: 2.5vw;
  font-family: "chawpregular";
  letter-spacing: 0.2rem;
}
.satellite .bloc-titre .logo-dsden {
  margin-top: auto;
  margin-bottom: 10%;
  width: 100%;
  background-color: #fff;
  text-align: left;
}
.satellite .bloc-titre .logo-dsden img {
  width: 50%;
  height: auto;
  margin: 1%;
}
.satellite .bloc-contenu .titre-dossier {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.satellite .bloc-contenu h5 {
  margin: 0px 0px 0px 1%;
  font-size: 2vh;
  width: 100%;
  text-align: left;
}
/* */
.satellite .bloc-contenu h2 {
  font-size: 3vh;
}
.satellite .bloc-contenu p {
  line-height: 1.3;
}
.satellite .intro {
  font-size: 1.5em;
}
.satellite .itemsat.externe:after {
  content: url(img/icon-external-link.png);
  padding-left: 5px;
}
.satellite .carte a:before {
  color: rgb(0, 128, 198);
}
.satellite .carte .tableau li .description {
  font-weight: lighter;
}
.satellite .carte .tableau .entete .domaine {
  font-weight: bold;
}

.satellite.sat-1 .bloc-titre {
  background-image: url(img/cel-1.jpg);
  background-size: cover;
  background-position: center;
  color: rgb(254, 161, 0);
}
.satellite.sat-1 .bloc-contenu {
  justify-content: top;
}
.satellite.sat-1 .itemsat {
  background-color: rgb(254, 161, 0);
}
.satellite.sat-1 .carte .tableau li.entete {
  font-weight: lighter;
  background: rgb(254, 161, 0);
  color: #000;
}
.satellite.sat-1 .carte a:before {
  content: "";
}

.satellite.sat-2 .bloc-titre {
  background-image: url(img/cel-2-bis.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.satellite.sat-2 .bloc-titre h3
	{background-color: #3e58a0;
	opacity: 0.8;
	
}
.satellite.sat-2 .bloc-contenu {
  justify-content: top;
}
.satellite.sat-2 .itemsat {
  background-color: #3e58a0;
}
.satellite.sat-2 .carte .tableau li.entete {
  font-weight: lighter;
  background: #3e58a0;
  color: #fff;
}
.satellite.sat-2 .carte .tableau li.entete2 {
  color: #3e58a0;
  font-weight: bolder;
}
.satellite.sat-3 .bloc-titre {
  background-image: url(img/cel-3-bis.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.satellite.sat-3 .bloc-titre h3
	{background-color: #e6415a;
	opacity: 0.8;
}
.satellite.sat-3 .bloc-contenu {
  justify-content: top;
}
.satellite.sat-3 .itemsat {
  background-color: #e6415a;
  color: #fff;
}
.satellite.sat-3 .carte .tableau li.entete {
  background: #e6415a;
  color: #fff;
}
.satellite.sat-3 .carte .tableau li.entete2 {
  color: #e6415a;
  font-weight: bolder;
}
.satellite.sat-4 .bloc-titre {
  background-image: url(img/cel-4.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.satellite.sat-4 .bloc-titre h3
	{background-color: #f07480;
	opacity: 0.8;
}
.satellite.sat-4 .bloc-contenu {
  justify-content: top;
}
.satellite.sat-4 .itemsat {
  background-color: #f07480;
  color: #fff;
}
.satellite.sat-4 .carte .tableau li.entete {
  font-weight: lighter;
  background: #f07480;
  color: rgb(58, 58, 58);
}
.satellite.sat-4 .carte .tableau li.entete2 {
  font-weight: bolder;
  color: #f07480;
}

.satellite.sat-5 .bloc-titre {
  background-image: url(img/cel-5.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.satellite.sat-5 .bloc-titre h3
	{background-color: #5da3fb;
	opacity: 0.8;
}
.satellite.sat-5 .bloc-contenu {
  justify-content: top;
}
.satellite.sat-5 .itemsat {
  background-color: #5da3fb;
  color: #fff;
}
.satellite.sat-5 .carte .tableau li.entete {
  font-weight: lighter;
  background: #5da3fb;
  color: #fff;
}
.satellite.sat-5 .carte .tableau li.entete2 {
  font-weight: bolder;
  color:  #5da3fb;
}

.satellite.sat-6 .bloc-titre {
  background-image: url(img/cel-6.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.satellite.sat-6 .bloc-titre h3
	{background-color: #82d760;
	opacity: 0.8;
}
.satellite.sat-6 .bloc-contenu {
  justify-content: top;
}
.satellite.sat-6 .itemsat {
  background-color: #82d760;
  color: #fff;
}
.satellite.sat-6 .carte .tableau li.entete {
  font-weight: 800;
  background: #82d760;
  color: #fff;
}
.satellite.sat-6 .carte .tableau li.entete2 {
  font-weight: bolder;
  color:  #50c423;
}

.satellite.sat-7 .bloc-titre {
  background-image: url(img/cel-7.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.satellite.sat-7 .bloc-titre h3
	{background-color: #ecb131;
	opacity: 0.8;
}
.satellite.sat-7 .bloc-contenu {
  justify-content: top;
}
.satellite.sat-7 .itemsat {
  background-color: #ecb131;
  color: #fff;
}
.satellite.sat-7 .carte .tableau li.entete {
  font-weight: 800;
  background: #ecb131;
  color: #fff;
}
.satellite.sat-7 .carte .tableau li.entete2 {
  font-weight: bolder;
  color: #cb8c05;
}

.ecran.satellite .bloc-titre h3 {
  font-size: 4.5vh;
  letter-spacing: 0.3rem;
}

.carte h3 {
  font-size: 4vh;
}

.carte .separateur {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.carte .separateur hr {
  width: 33.3333%;
  text-align: center;
}

.pulsing {
  animation: pulsation 3s 3;
}
@keyframes pulsation {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: rgb(254, 161, 0);
  }
}

.dictee {
  display: flex;
  flex-direction: row;
}

.dictee div:last-child {
  padding: 10px;
}
.satellite .carte .dictee a:before {
  content: "";
}

@media only screen and (max-device-width: 736px) {
  /* sommaire */
  html {
    margin: 0;
    padding: 0;
  }

  body {
    margin: 0;
    padding: 0;
  }
  .ecran.sommaire {
    display: flex;
    flex-direction: column;
    width: 100vw;
    min-height: 93vh;
    margin: 0;
    padding: 0;
    overflow: scroll;
  }
  .ecran.sommaire .cel {
    width: 100vw;
    height: 33vh;
    border-radius: 0;
  }
  .ecran.sommaire .cel.cel-1 {
    height: 33vh;
    width: 100vw;
  }
  .ecran.sommaire .cel.cel-2 {
    width: 100vw;
    height: 33vh;
  }
  .ecran.sommaire .cel.cel-3 {
    width: 100vw;
    height: 33vh;
  }
  .ecran.sommaire .cel.cel-4 {
    width: 100vw;
    height: 33vh;
  }
  .ecran.sommaire .cel.cel-5 {
    width: 100vw;
    height: 33vh;
  }
  .ecran.sommaire .cel.cel-6 {
    width: 100vw;
    height: 33vh;
  }
  .ecran.sommaire .cel.cel-7 {
    width: 100vw;
    height: 33vh;
  }
  .ecran.sommaire .cel h1 {
    padding: 1rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .ecran.sommaire .cel h2 {
    padding-bottom: 0.8rem;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .ecran.sommaire .cel h3 {
    font-size: 1.5vh;
    padding-bottom: 0.8rem;
    margin: 0;
    width: 100%;
    line-height: normal;
  } 
  /* satellite */
  .ecran.satellite {
    display: flex;
    flex-direction: column;
    width: 100vw;
    min-height: 93vh;
    height: 93vh;
    justify-content: flex-start;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .ecran.satellite .bloc-titre {
    display: flex;
    flex-direction: column;
    width: 100vw;
    margin-top: 60px;
    height: 250px;
  }
  .ecran.satellite .bloc-titre h3 {
    flex: 1 0 auto;
    margin: 0;
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
  .ecran.satellite .bloc-titre p {
    margin: 0;
    padding: 0.5rem;
  }
  .satellite .bloc-titre .logo-dsden {
    display: none;
  }
  .ecran.satellite .bloc-contenu {
    width: 100vw;
    height: 100%;
  }

  .satellite .bloc-contenu .titre-dossier {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .ecran.satellite .titre-dossier h5 {
    padding: 0.5%;
    text-align: center;
  }

  .ecran.satellite .intro {
    margin-bottom: 0;
  }
  .ecran.satellite .sommaire {
    margin-top: 0;
  }
  .ecran.satellite .sommaire .mobile {
    display: inline;
  }

  .ecran.satellite .bloc-titre .back-button {
    margin: 0.5rem auto;
  }
}