/* ---------- Color Module Styles ----------- */

/*changed primary and secondary color*/
:root {
  --primary-color: #255478;
  --secondary-color: #777777;
  --title-color: coral;
  --text-color: coral;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*global styling for all pages*/
.section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  /* height: 100%; */
  position: relative;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vh;
  background-image: url("../../../../../sites/default/files/2021-05/pattern-banner-v2.png");
  object-fit: cover;
}

.header h1 {
  margin-top: 3.5rem;
  margin-left: 3rem;
  color: #fff;
  font-size: 2rem;
}

/*end of global styling*/

/*START OF espace header */
.espace-band-etudiant {
  width: 100%;
  height: 20px;
  background-color: #255478;
}

.espace-band-teacher {
  width: 100%;
  height: 20px;
  background-color: #418ac4;
}

.espace-band-personnel {
  width: 100%;
  height: 20px;
  background-color: #42b3c5;
}

.espace-title-student {
  background-image: url("../../../../../sites/default/files/2021-05/endless-constellation\ \(5\)\ 1.png");
  margin-left: 1rem;
  position: absolute;
  bottom: -8%;
  left: 0;
  color: #fff;
  font-weight: 900;
  border-radius: 50px;
  padding: 1rem 3rem;
}

.espace-title-teacher {
  background-image: url("../../../../../sites/default/files/2021-05/background-title-teacher.png");
  margin-left: 1rem;
  position: absolute;
  bottom: -8%;
  left: 0;
  color: #fff;
  font-weight: 900;
  border-radius: 50px;
  padding: 1rem 3rem;
}

.espace-title-personnel {
  background-image: url("../../../../../sites/default/files/2021-05/background-title-personnel.png");
  margin-left: 1rem;
  position: absolute;
  bottom: -8%;
  left: 0;
  color: #fff;
  font-weight: 900;
  border-radius: 50px;
  padding: 1rem 3rem;
}

/*end OF espace header */

/* start of sidebar*/

.sdbar-main {
  width: 100vw;
  position: relative;
  padding: 0;
  padding-left: 1.5rem;
  padding-top: 2rem;
  border-right: 1px solid #255478;
}

.sdbar-identity {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #e8e9f3;
  border: 1px solid #255478;
  border-radius: 15px;
}

.sdbar-img-container {
  margin-top: 1rem;
  border: transparent;
  border-radius: 500px;
  display: flex;
  justify-content: center;
}

.sdbar-img {
  /* margin-left:1rem;
  margin-top:2rem; */
  border-radius: 50%;
  width: 150px;
  height: 150px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.sdbar-identity-name {
  text-align: center;
  margin-bottom: 0;
  color: #255478;
  padding-bottom: 1rem;
  font-size: 20px;
}

.sdbar-identity-role {
  margin-top: 0;
  text-align: center;
  background-color: #255478;
  color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 0.5rem 0;
  margin-bottom: 0;
}

.sdbar-item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 0.5rem;
}

.sdbar-item-container-active {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 0.5rem;
  background-color: #255478;
}

.sdbar-item-icon-active {
  font-size: 20px;
  color: #fff;
}

.sdbar-item-icon2-active {
  font-size: 20px;
  color: #fff;
  transform: rotate(90deg);
  transition: transform 0.2s;
}

.sdbar-item-label-active {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  font-size: 14px;
  margin-bottom: 0;
  color: #255478;
  font-weight: bold;
  color: #fff;
  padding: 0 1rem;
}

.sdbar-subitem {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem 0.5rem;
}

.sdbar-item-icon {
  width: 10%;
  font-size: 20px;
  color: #255478;
}

.sdbar-item-label {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  font-size: 14px;
  margin-bottom: 0;
  color: #255478;
  font-weight: bold;
  padding: 0 1rem;
}

/* .sdbar-item-container label{
  font-size: 1.2rem;
  font-weight: 900;
} */

.itemlist-active {
  background-color: #255478;
  margin: 0 0.5rem;
}

.itemlist-icon {
  fill: #fff;
}

.itemlist-active label {
  color: #fff;
}

.itemlist2-active {
  background-color: #849cbf;
  margin: 0 0.5rem;
}

.itemlist2-active label {
  color: #fff;
}

.itemlist-nonactive {
  background-color: #c5c5c5;
  margin: 0 0.5rem;
}
.itemlist-nonactive label {
  color: #777;
}

.itemlist-icon-nonactive {
  fill: #777;
}

/* end of sidebar*/

/* start of page dossier pedagogique*/
.pe-title {
  color: #255478;
  font-weight: bold;
  font-size: 20px;
}

.pe-items1 {
  border: 1px solid #255478;
  border-radius: 15px;
}

.pe-items1 img {
  width: 100%;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.pe-items1 p {
  width: 100%;
  color: #255478;
  font-weight: 600;
  text-align: justify;
}
.dp-items2-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pd-items2 {
  width: 24%;
  margin: 2rem;
}

.pd-items2 img {
  width: 100%;
}

.pd-items2 p {
  width: 100%;
  margin-top: 1rem;
  color: #255478;
  font-weight: 600;
  text-align: justify;
}
/* end of page dossier pedagogique*/

/* page chiffres clés */

.cc-list-item {
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}

.cc-item {
  width: 30rem;
  height: 8rem;
  display: flex;
  /* padding: 2rem 1rem; */
  margin: 5rem auto;
  border: 3px solid #255478;
  background: transparent;
  color: #255478;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  position: relative;
}

.cc-item a {
  position: absolute;
  top: 0;
  font-weight: bold;
}

.cc-item label {
  padding-top: 2rem;
}

@media screen and (max-width: 768px) {
  .cc-list-item {
    flex-direction: column;
    margin: 6rem 0;
  }

  .cc-item {
    width: 25rem;
    height: 6rem;
    padding: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    gap: 0;
  }

  /* responsive for sidebar */
  .sdbar-main {
    display: none;
  }
  /* responsive for sidebar */

  .el-list-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .el-item {
    width: 100%;
  }

  .el-title {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 500px) {
  .cc-item {
    width: 15rem;
    height: 4rem;
    font-size: 1rem;
  }

  .el-title {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 900px) {
  .sdbar-main {
    display: none;
  }

  .et-content {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 1200px) {
  .sdbar-main {
    display: none;
  }
}

/* end of page chiffres clés*/

/*start of page d'actualité*/

.ac-list-items {
  padding-top: 4rem;
  height: 100%;
  margin: auto 5rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
}

.ac-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.ac-item:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #f8f9fa;
}
.ac-item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #255478;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.ac-item-title:hover {
  color: #1e4064;
}

.ac-item-img-container {
  height: 200px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.ac-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.ac-item-img:hover {
  transform: scale(1.05);
}

.ac-item-txt {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.6;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.ac-item label {
  font-size: 1rem;
  margin: 5% 0 5% 10%;
  font-weight: bold;
}

.ac-item-btn {
  padding: 0.5rem 1rem;
  background-color: #255478;
  border: none;
  border-radius: 1rem;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  transition: background-color 0.3s, transform 0.3s ease;
}

.ac-item-btn:hover {
  background-color: #1e4064;
  transform: scale(1.05);
}

@media screen and (max-width: 767px) {
  .ac-list-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 0 auto;
    padding-top: 3rem;
  }
  .ac-item {
    width: 80%;
  }
}

/*end of page d'actualité*/

/*start of page marché public*/

#list-items {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mp-img-container img {
  width: 50%;
  margin-left: 27rem;
}

#mp-item {
  text-align: center;
}

#mp-item a {
  font-size: 2rem;
  color: #255478;
  font-weight: 900;
  letter-spacing: 2px;
}

#mp-item-label {
  width: 100%;
}

#mp-item-label label {
  color: #255478;
  padding: 0.5rem;
  border: 3px solid #255478;
  display: flex;
  justify-content: space-between;
}

#mp-divider {
  height: 1rem;
  width: 60%;
  border-top: 5px solid #255478;
  border-radius: 5px;
}

/*end of page marché public*/

/* start of ressources numériques */

.rn-title-container {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  /* background-color: #255478; */
  background: linear-gradient(90deg, #2e79b3, #255478);
  width: 100%;
  position: relative;
  padding: 10px;
  height: 50px;
  border-radius: 5px;
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.2);
}

.rn-title-icon {
  /* position: absolute; */
  /* bottom: 0px; */
  /* left: 0px; */
  height: 30px !important;
  width: auto !important;
}
.rn-title {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 0.5rem 0 0.5rem 2rem;
  margin-bottom: 0rem;
}

.rn-items {
  display: flex;
  flex-wrap: wrap;
}

.rn-item {
  flex: 1 1 25%;
  max-width: 25%;
  padding: 10px;
}
.rn-item a {
  display: inline-block;
}
.rn-item a img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .rn-item {
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (max-width: 991px) {
  .rn-item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .ra-items img {
    background-size: cover;
    padding-top: 1rem;
  }
}

/* end of ressources numériques */

/*start of rapports d'activité*/

.ra-items {
  margin-top: 15rem;
}

/*end of rapports d'activité*/

/* start of formations */

.formation-items {
  margin-top: 5rem;
  margin-bottom: 2rem;
  max-width: 1000px;
  box-shadow: 4px 4px 16px 8px rgba(0, 0, 0, 0.2);
  min-width: auto;
}
.formation-items > div.col-3 {
  background: #f5f5f5 !important;
}

.f-item-container {
  display: none;
}
.f-item-active {
  display: inline-block;
  max-width: 900px;
  width: 100%;
}

.abrev-active {
  background: none !important;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  color: #255478 !important;
  background-color: #e9eef1 !important;
  width: 100% !important;
  border-right-color: #255478 !important;
}

.abrevBtn button {
  border-color: transparent;
  border-style: solid;
  border-width: 0 5px 0 0;
  background: none;
  font-size: 1.5rem;
  font-weight: bold;
  color: #777;
  width: 100%;
}

.abrevBtn button:hover {
  background-color: #dbdbdb;
  color: #597183;
}

.f-item-divider {
  width: 50px;
  height: 5px;
  background-color: #255478;
  margin-top: 1rem;
}

.f-item-title {
  color: #255478;
  margin-top: 1rem;
}

.f-item-subtitle {
  background-color: #e9eef1;
  margin-bottom: 1rem;
  align-items: center;
  padding: 5px 20px !important;
}
.f-item-subtitle h6 {
  color: #0c2233;
  font-size: 16px;
  margin: 0;
}
.f-item-subtitle [data-bs-toggle="collapse"] {
  height: 30px;
  fill: #0c2233;
}
.f-item-subtitle [data-bs-toggle="collapse"] path {
  fill: #0c2233 !important;
}
.f-item-subtitle img {
  color: #fff;
  cursor: pointer;
}

.f-item-content {
  border: 1px solid #255478;
}
.f-item-content ul {
  margin: 0;
}

.f-item-content li {
  color: #255478;
  list-style: inside;
  font-size: 16px;
}

/* end of formations */

/* start of Elearning page*/

.el-title-container {
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.el-title-icon {
  position: absolute;
  width: 50px;
  bottom: 0px;
  left: 0px;
}

.el-title-label {
  color: #fff;
  padding-left: 8rem;
  margin-bottom: 0px;
}

.el-list-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.el-item {
  width: 250px;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 0px 5px 6px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin: 1.5rem;
}

.el-item-contenant {
  /* width: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.el-item-contenant img {
  width: 90px;
  object-fit: contain;
}

.el-item-contenant label {
  text-align: center;
  font-size: 20px;
  color: #255478;
  font-weight: 500;
}

.el-img {
  border-radius: 15px;
}

.el-title {
  text-align: center;
  color: #255478;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .el-list-items {
    margin-left: 0;
  }
}
/* end of Elearning page*/

/* start of outils d'apprentissage */

.oa-list-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* flex-direction: column; */
  margin-left: 15rem;
}

.oa-item {
  border-radius: 15px;
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.oa-item-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.oa-img {
  border-radius: 15px;
}

.oa-title {
  text-align: center;
  color: #255478;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .oa-list-items {
    flex-direction: column;
    margin-left: 0;
  }

  .oa-item {
    min-width: 250px;
  }
}

@media screen and (max-width: 900px) {
  .oa-list-items {
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .oa-list-items {
    flex-direction: column;
  }
}

/* end of outils d'apprentissage */

/*start of project structurants*/
.ps-title {
  background-color: #255478;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgba(13, 74, 121, 0.4);
}

.ps-title h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

.ps-item-container {
  border: 3px solid #255478;
}

.ps-subtitle {
  font-weight: bold;
}
/*end of project structurants*/

/*start of emploi du temps*/

.em-title {
  width: 100%;
  background-color: #255478;
  padding: 1rem 0 1rem 2rem;
  display: flex;
  justify-content: flex-start;
  border-radius: 10px;
}

.em-title h5 {
  margin-bottom: 0px;
  color: #fff;
  padding-left: 1rem;
}

.em-key {
  margin: 1rem 0;
  background-color: #255478;
  color: #fff;
  font-weight: 900;
  text-align: center;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  padding: 0.5rem 0;
}

.em-item {
  margin: 1rem 0;
  border: 1px solid #d5d5d5;
  display: flex;
  justify-content: flex-start;
  padding: 1.5rem;
  border-radius: 8px;
  justify-content: space-between;
  background-color: #fbfbfb;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.em-item p {
  margin-bottom: 0px;
  color: #171818;
  font-weight: bold;
  font-family: unset;
}

.em-item a {
  margin-left: 2rem;
  font-weight: 800;
  color: #129fd7;
  transition: color 0.3s ease;
}

.em-item a:hover {
  color: #255478;
  cursor: pointer;
}
.et-content {
  display: flex;
  justify-content: center;
  /* flex-direction: column; */
  width: 100%;
}

.et-subtitle {
  width: 100%;
  background-color: #255478;
  color: #fff;
  padding: 1rem 4rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  margin-bottom: 0;
}

.et-infos {
  border: 3px solid #255478;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.et-txtIcon {
  display: flex;
  justify-content: start;
  flex-direction: row;
}

.et-text {
  padding-left: 2rem;
  font-size: 1.2rem;
  color: #1d1d1d;
  text-transform: capitalize;
  text-decoration: underline;
}

.mobile-sdbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .mobile-sdbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0;
    background-color: #fff;
    /* box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2); */
  }

  .mobile-sdbar-img {
    margin-top: 1.2rem;
    width: 5%;
    height: 5%;
    border-radius: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .mobile-sdbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0;

    background-color: #fff;
    /* box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2); */
  }

  .mobile-sdbar-img {
    margin-top: 1.2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .el-list-items {
    margin-left: 1rem;
  }
}
/*end of emploi du temps*/

/* start of normes pedagogiques*/

.np-disposition {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.np-item {
  background-color: #255478;
  border-radius: 5px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
}

/* end of normes pedagogiques*/

/* start of g-suite*/

.gs-items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.gs-item a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 2px;
}

/* end of g-suite*/

/* start of Common page */
.cp-content {
  font-size: 1rem;
  font-weight: 900 !important;
  background-color: #eee;
  /* color: #fff; */
  border-radius: 25px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* .overlay{
  background-image: url(../../../../../sites/default/files/2021-05/banner.jpg) !important;
} */
/* end of Common page */

/*  start of page notes*/
.note-filters {
  display: flex;
}

.note-filter {
  padding: 1rem;
  margin: 1rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.note-filter span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #255478;
}

.note-filter2 {
  display: flex;
  /* justify-content: space-around; */
}

.note-filter2-dropdown,
.note-filter2-dropdown:focus {
  border-radius: 10px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 5px !important;
  padding: 1rem;
  background-color: #fff;
  font-size: 1.2rem;
  color: #1a1b1b;
  font-weight: bold;
  margin: 1rem;
}

.note-filter2-btn {
  background-color: #255478;
  border-radius: 10px;
  color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 1rem;
  padding: 1rem;
}

.note-main-contenant {
  display: flex;
  justify-content: center;
  overflow: scroll;
}

.note-table-header {
  padding: 0.5rem;
  background-color: #255478;
  border-left: none;
  border-right: none;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.note-table-contenant {
  padding: 8px;
  font-size: 1rem;
  border-left: none;
  border-right: none;
  background-color: #fff;
  color: #262728;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #255478;
  border-bottom: 1px solid #a9bdcd;
}

.note-table-status {
  display: flex;
  justify-content: center;
  padding: 1rem 0 1rem 2rem;
  font-size: 1rem;
  border-left: none;
  border-right: none;
  background-color: #fff;
  color: #255478;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #255478;
}

.note-table-status-v {
  width: 25px;
  padding: 2px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background-color: #339666;
  margin: 0 auto;
  display: block;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.note-table-status-nv {
  width: 30px;
  padding: 4px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background-color: #ff0000;
  margin: 0 auto;
  display: block;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.note-table-status-r {
  width: 30px;
  padding: 4px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background-color: #f7941d;
  margin: 0 auto;
  display: block;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.tab-info {
  background: #fff;
  margin: 10px;
  padding: 15px 20px 20px 5px;
  border-collapse: unset;
}
.td-title {
  background: white;
  color: #113b5c;
  font-size: 14px;
  font-weight: 800;
  padding: 0 15px 3px;
}
.td-value {
  background: white;
  font-size: 14px;
  color: #313334;
  font-weight: 800;
  padding: 0 40px 5px 40px;
}
.td-value .colon {
  margin-right: 20px;
}

.aff-btn {
  background-color: #a3bacd;
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  color: #111827;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.25rem;
  padding: 4px 1rem;
  text-align: center;
  text-decoration: none #d1d5db solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.aff-btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.aff-btn:focus-visible {
  box-shadow: none;
}
.table table {
  border-collapse: collapse;
  width: 80%;
  height: 40%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th {
  background-color: #255478;
  border-bottom: 1px solid rgb(116, 214, 241);
}

.table td {
  background-color: #fff;
  border-bottom: 1px solid rgb(116, 214, 241);
  text-align: left;
}
.table tr:hover {
  background-color: #70bcf6;
}

@media screen and (max-width: 769px) {
  .note-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .note-filters {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .note-filter {
    width: 50%;
  }
}

/* end of page notes*/

/* START OF detail page actualités */

.acd-container .acd-img div {
  display: flex;
  justify-content: center;
}

/*.acd-container .acd-img div img {
  width: 50%;
  height: 100%;
}*/

.acd-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f8f9fa;
  border-radius: 25px;
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.2);
  padding: 5rem;
  margin: 5rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .content .container .acd-container {
    padding: 3rem 2rem !important;
  }
}

.text-formatted p {
  text-align: justify;
}

.field--name-field-image img {
  width: 100%;
  object-fit: contain;
}

/*START OF WEBMAIL*/
/* .g-suite-1:before {
  content: "\f2b6";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
} */

.g-suite-1:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.g-suite-2:before {
  content: "\f2b6";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.g-suite-3:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.g-suite-4:before {
  content: "\f0ea";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/*END OF WEBMAIL*/

/* .acd-img div  div img{
} */
/* END OF detail page actualités */

/**/

/*
=======================================================================
LANDING PAGE STYLE
=======================================================================
*/

/*START OF STYLING HEADER */

.header-divider {
  padding: 2rem 2rem 2rem 0;
  border-right: 2px solid #fff;
}

.menu-header {
  background-color: #255478;
  color: #fff;
  width: 100vw;
}

.menu-bar {
  display: flex !important;
  justify-content: flex-start !important;
}

.topmenu_links nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.topmenu_links nav ul li a {
  color: #255478;
  text-transform: uppercase;
}

.header-dropdown-container {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .logo-main-mobile div a {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .logo-main-screen div a {
    display: none;
  }
  .header-mobile-menu {
    margin: 0 !important;
  }

  .topmenu_links nav ul {
    flex-wrap: wrap !important;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #d6d6d6;
    /* margin-right:29px; */
    padding: 10px 0;
    margin-top: 10px;
    border-radius: 5px;
  }

  .topmenu_links nav ul li {
    margin: 1rem;
  }

  .topmenu_links nav ul li a {
    padding: 0;
  }

  #splide-actualites {
    padding-left: 60px;
  }

  .header-dropdown-container {
    justify-content: start !important;
  }

  .header-etab-dropdown select {
    width: 80px !important;
  }
}

/*END OF STYLING HEADER */

/* START OF STYLING NEWS */

.news-section {
  background-color: #edebe8;
}

.card-news {
  /* background-color: #fff;
  box-shadow: 8px 8px 16px rgba(163, 206, 239, 0.25); */
  margin: 0 20px;
}

.news-popup {
  position: absolute;
  bottom: 0;
  right: 20px;
  background-color: #fff;
  padding: 0.5rem 1.5rem;
  font-weight: 900;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.news-btn {
  padding: 1rem 1rem;
  display: flex;
  justify-content: flex-end;
}

.news-btn a {
  background-color: #255478;
  padding: 1rem 0.8rem;
  border-radius: 30px;
  box-shadow: 4px 4px 8px rgba(13, 74, 121, 0.4);
  opacity: 0.8;
  letter-spacing: 2px;
}

.news-divider {
  width: 90%;
  height: 2px;
  background-color: #777777;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  opacity: 0.4;
}

.news-items-list {
  margin: 0 20px;
}

.actualites-item {
  display: flex;
  flex-direction: column-reverse;
}

.splide__pagination__page.is-active {
  background: #555657 !important;
  transform: none !important;
}

.splide__pagination__page {
  background: transparent !important;
  border: 1px solid #555657 !important;
  height: 12px !important;
  width: 12px !important;
  opacity: 1 !important;
}

/* END OF STYLING NEWS */

/*START OF STYLING FORMATIONS*/

.les_formations-block_1 {
  padding: 10px;
  background-color: #edebe8;
}
/* END OF STYLING FORMATIONS*/

/* START OF STYLING ETBLISSEMENT */
.etab-img {
  min-width: 250px;
  max-width: 500px;
  height: 200px;
  border: transparent;
  padding: 0 20px;
  /* object-fit: cover; */
}

@media screen and (max-width: 769px) {
  .etab-container {
    display: flex;
    flex-direction: column;
  }
}
/* END OF STYLING ETBLISSEMENT */

body {
  background-image: url("../../../../../sites/default/files/2021-05/background_pattern-full\ 2.png ");
}

/* .paragraph--type--projets-structurants{
  background-image: url("../../../../../sites/default/files/2021-05/background_pattern-full\ 2.png ");

} */

/* START OF CHIFFRE CLES */
/* .cc-container{
  height: 100vh;
  background-image: url("../../../../../sites/default/files/2021-05/background_pattern-full\ 2.png");
  object-fit: contain;
} */

.cc-title {
  /* padding-left: 15px; */
  color: #255478;
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-left:12rem;
}
.chiffre_cles-block_1{

}



.cc-icon-container {
  border: solid 5px #255478;
  border-radius: 50%;
}

.cc-icon {
  width: 130px;
  height: 130px;
  padding: 20px;
  margin: 0;
}

.chiffre_cles-block_1 div {
  display: flex;
  justify-content: center;
}
.chiffre_cles-block_1 .views-row {
    width: 20%;
    max-width: 180px;
}
.views-field-field-chiffre {
	display: block !important;
	width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chiffre_cles-block_1 .views-row {
    flex: 1 1 33%;
    width: 25%;
  }
  .chiffre_cles-block_1 .view-content {
    flex-wrap: wrap;
    width: 100%;
  }
}
.chiffre-cle-1 {
  /* height: 10vw; */
  /* background: linear-gradient(transparent, #001871);; */
  /* border-radius: 50%; */
  flex-direction: column;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: flex-end;
  /* padding-top: 5rem;
  padding-bottom: 5rem; */
  /* box-shadow: 6px 6px 16px rgba(13, 74, 121, 0.2); */
  /* margin: 23% 0 0 0; */
  padding: 1.5rem 0;
}

.chiffre-cle-1 div span {
  color: #255478;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  height: 70px;
}

.chiffre-cle-1 div div {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background-color: #255478;
  padding: 1rem 1rem;
  margin-top: 1rem;
  height: 70px;
}

.chiffre-cle-2 {
  display: inline-block;
  /* height: 10vw; */
  /* background: linear-gradient(transparent, #FF585D);
  border-radius: 50%; */
  flex-direction: column;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: flex-end;
  /* padding-top: 5rem;
  padding-bottom: 5rem;
  box-shadow: 6px 6px 16px rgba(13, 74, 121, 0.2); */
  /* margin: 6% 0 0 0; */
  padding: 1.5rem 0;
}

.chiffre-cle-2 div span {
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #255478;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  height: 70px;
}

.chiffre-cle-2 div div {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background-color: #255478;
  padding: 1rem 1rem;
  margin-top: 1rem;
  height: 70px;
}

.chiffre-cle-3 {
  /* height: 10vw; */
  /* background: linear-gradient(transparent, #FFB549);;
  border-radius: 50%; */
  flex-direction: column;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: flex-end;
  /* padding-top: 5rem;
  padding-bottom: 5rem;
  box-shadow: 6px 6px 16px rgba(13, 74, 121, 0.2); */
  /* margin: 23% 0 0 0; */
  padding: 1.5rem 0;
}

.chiffre-cle-3 div span {
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #255478;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  height: 70px;
}

.chiffre-cle-3 div div {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background-color: #255478;
  padding: 1rem 1rem;
  margin-top: 1rem;
  height: 70px;
}

.chiffre-cle-4 {
  /* height: 10vw; */
  /* background: linear-gradient(transparent, #41B6E6);;
  border-radius: 50%; */
  flex-direction: column;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: flex-end;
  /* padding-top: 5rem;
  padding-bottom: 5rem;
  box-shadow: 6px 6px 16px rgba(13, 74, 121, 0.2); */
  /* margin: 6% 0 0 0; */
  padding: 1.5rem 0;
}

.chiffre-cle-4 div span {
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #255478;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  height: 70px;
}

.chiffre-cle-4 div div {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background-color: #255478;
  padding: 1rem 1rem;
  margin-top: 1rem;
  height: 70px;
}

.chiffre-cle-5 {
  /* height: 10vw; */
  /* background: linear-gradient(transparent, #279899);;
  border-radius: 50%; */
  flex-direction: column;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: flex-end;
  /* padding-top: 5rem;
  padding-bottom: 5rem;
  box-shadow: 6px 6px 16px rgba(13, 74, 121, 0.2); */
  /* margin: 23% 0 0 0; */
  padding: 1.5rem 0 ;
}

.chiffre-cle-5 div span {
  width: 100%;
  text-align: center;
  color: #255478;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 8px;
  line-height: 1.2;
}

.chiffre-cle-5 div div {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background-color: #255478;
  padding: 1rem 1rem;
  margin-top: 21px;
  height: 70px;
}

/* END OF CHIFFRE CLES */

/* styling projects structurants*/

.projets_structurants-block_1 div div .splide__arrow--prev {
  left: 43em;
}

.projets_structurants-block_1 div div .splide__arrow--next {
  right: 58em;
}

.projets_structurants-block_1 div div .splide__arrow {
  top: 55%;
  background: none;
  opacity: 1;
}
/* styling projects structurants*/

/* styling slider etablissement*/
.paragraph--type--etablissements div .field__label {
  display: none;
}

.etablissements-block_1 section div .splide__arrow {
  background: none;
}
/* styling slider etablissement*/

/*START OF FOOTER*/

.footer .footer_top {
  display: none;
}

.footer_bottom .col-lg-3 {
  width: 100%;
}

.footer_bottom .col-lg-3 nav ul li {
  width: 100%;
}

.footer_bottom .col-lg-3 nav ul li a {
  display: inline-block;
  width: 15rem;
}
@media screen and (max-width: 769px) {
  .footer-block {
    margin-top: 1.5rem;
  }

  .footer-block nav {
    width: 50%;
  }

  .social_link a img {
    width: 20px;
  }
}

/*END OF FOOTER*/

.navbar-nav .nav-item .dropdown-menu .has-children .dropdown-item {
  display: flex;
  justify-content: space-around;
  margin-right: 2rem;
}

body {
  overflow-x: hidden;
}

.chiffre_cles-block_1 .view-content {
    display: flex;
    justify-content: space-between;
}

/*START OF FORMATIONS*/

.field--name-field-formations .field__label {
  color: #255478;
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 15px;
}

/* END OF FORMATIONS */

/*START OF FOOTER*/

.footer-block {
  display: flex;
  justify-content: space-between;
}

.footer-info {
  margin-left: 2rem;
}

.footer-info * {
  color: #fff;
}

.footer-privacy-container {
  margin-top: 2rem;
}

.footer-privacy-block nav {
  width: 100%;
}

.footer-privacy-block nav .clearfix {
  display: flex;
  justify-content: space-around;
}

.menu--cooperation {
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
}

.menu--cooperation ul {
  flex-direction: column;
}

.menu--cooperation ul li a {
  padding: 0;
  padding-left: 6px;
}

.menu--vie-du-campus {
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
}

.menu--vie-du-campus ul {
  flex-direction: column;
}

.menu--vie-du-campus ul li a {
  padding: 0;
  padding-left: 6px;
}

.menu--lien-utiles {
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
}

.menu--lien-utiles ul {
  flex-direction: column;
}

.menu--lien-utiles ul li a {
  padding: 0;
  padding-left: 6px;
}

@media screen and (max-width: 679px) {
  .footer-info {
    margin: 0;
    /* padding: 0; */
  }
}
/*END OF FOOTER*/

/*
=======================================
RESPONSIVE FOR LANDING PAGE
=======================================
*/

/*Start of Responsive news*/
@media screen and (max-width: 680px) {
  .news-list-class {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    flex-wrap: wrap;
  }

  #splide-etablissements .container {
    margin-left: 60px;
  }

  .item-list ul li {
    margin-bottom: 1.5rem;
  }

  .cc-container {
    height: 100%;
    width: 100%;
  }

  .chiffre_cles-block_1 div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    height: 100%;
  }
  .chiffre-cle-1 {
    margin: 0;
    width: 60vw;
    height: 60vw;
  }

  .chiffre-cle-1 div span {
    /* width: 100%; */
  }

  .chiffre-cle-2 {
    margin: 0;
    width: 60vw;
    height: 60vw;
  }

  .chiffre-cle-2 div span {
    width: 60%;
  }

  .chiffre-cle-3 {
    margin: 0;
    width: 60vw;
    height: 60vw;
  }

  .chiffre-cle-3 div span {
    font-size: 17px;
    width: 60%;
  }
  .chiffre-cle-4 {
    margin: 0;
    width: 60vw;
    height: 60vw;
  }

  .chiffre-cle-4 div span {
    width: 60%;
  }

  .chiffre-cle-5 {
    margin: 0;
    width: 60vw;
    height: 60vw;
  }

  /* .chiffre-cle-1 div span{
  width: 60%;
} */

  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-5 {
    padding-left: 0px;
  }

  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-5
    a
    img {
    width: 90%;
  }

  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-5
    div {
    right: 0rem !important;
  }

  .projets_structurants-block_1 div div .splide__arrow {
    top: 24.5%;
  }

  .projets_structurants-block_1 div div .splide__arrow--prev {
    left: 66%;
  }
  .projets_structurants-block_1 div div .splide__arrow--next {
    right: 6%;
  }

  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-7 {
    padding-left: 0px !important;
  }

  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-7
    div {
    text-align: justify;
    padding-right: 15px !important;
  }

  .menu--top-menu ul {
    /* display: flex !important;
    flex-wrap: nowrap !important; */
  }

  body {
    overflow-x: hidden !important;
  }
  .top-bar-mobile {
    overflow-x: hidden;
  }

  #block-university-pro-footer ul {
    display: flex;
    justify-content: space-between;
    /* flex-direction: column ; */
  }

  #pt-header .topbar ul li {
    padding: 0px;
  }

  #pt-header .topbar a {
    font-size: 0.6rem;
    height: 100%;
  }

  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-7
    div {
    margin-bottom: 1rem !important;
  }

  /* #header-1 li.nav-item a{
    padding: 14px 0;
  } */
}

@media screen and (min-width: 680px) and (max-width: 1195px) {
  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-5
    a
    img {
    width: 100%;
  }

  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-5
    div {
    right: -10% !important;
  }

  .projets_structurants-block_1 div div .splide__arrow--next {
    right: 57%;
  }

  .projets_structurants-block_1 div div .splide__arrow--prev {
    left: 33%;
  }
  .projets_structurants-block_1 div div .splide__arrow {
    top: 53.5%;
  }

  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-7 {
    padding-left: 6rem !important;
    padding-right: 5rem !important;
  }

  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-7
    div
    p {
    text-align: justify;
  }

  /* .etb-container{
    padding-left: 60px !important;
  } */

  /* .chiffre-cle-1{
    width: 20vw;
    height: 20vw;
    margin: 23% 0 0 0;
  }
  .chiffre-cle-2{
    width: 20vw;
    height: 20vw;
    margin: 6% 0 0 0;
  }
  .chiffre-cle-3{
    width: 20vw;
    height: 20vw;
    margin: 23% 0 0 0;
  }
  .chiffre-cle-4{
    width: 20vw;
    height: 20vw;
    margin: 6% 0 0 0;
  }
  .chiffre-cle-5{
    width: 20vw;
    height: 20vw;
    margin: 23% 0 0 0;
  } */
}

@media screen and (min-width: 1200px) and (max-width: 1530px) {
  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-5
    a
    img {
    width: 100%;
  }

  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-5
    div {
    right: -10% !important;
  }

  .projets_structurants-block_1 div div .splide__arrow--next {
    right: 56.5%;
  }

  .projets_structurants-block_1 div div .splide__arrow--prev {
    left: 35%;
  }

  .projets_structurants-block_1 div div .splide__arrow {
    top: 58.2%;
  }

  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-7 {
    padding-left: 6rem !important;
    padding-right: 5rem !important;
  }

  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-7
    div
    p {
    text-align: justify;
  }

  /* .chiffre-cle-1{
    width: 20%;
    height: 20%;
    margin: 23% 0 0 3%;
  }
  .chiffre-cle-2{
    width: 20%;
    height: 20%;
    margin: 6% 0 0 3%;
  }
  .chiffre-cle-3{
    width: 23%;
    height: 23%;
    margin: 23% 0 0 3%;
  }
  .chiffre-cle-4{
    width: 20%;
    height: 20%;
    margin: 6% 0 0 3%;
  }
  .chiffre-cle-5{
    width: 20%;
    height: 20%;
    margin: 23% 0 0 3%;
  } */
}

@media screen and (min-width: 1498px) and (max-width: 1530px) {
  .projets_structurants-block_1 div div .splide__arrow {
    top: 56.2%;
  }

  .projets_structurants-block_1 div div .splide__arrow--prev {
    left: 37%;
  }

  /* .chiffre-cle-1{
    width: 15%;
    height: 17%;
    margin: 23% 0 0 3%;
  }
  .chiffre-cle-2{
    width: 15%;
    height: 17%;
    margin: 6% 0 0 3%;
  }
  .chiffre-cle-3{
    width: 15%;
    height: 17%;
    margin: 23% 0 0 3%;
  }
  .chiffre-cle-4{
    width: 15%;
    height: 17%;
    margin: 6% 0 0 3%;
  }
  .chiffre-cle-5{
    width: 15%;
    height: 17%;
    margin: 23% 0 0 3%;
  } */
}

@media screen and (min-width: 1530px) and (max-width: 1920px) {
  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-7 {
    padding-left: 5rem !important;
    padding-right: 10rem !important;
  }

  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-5
    div {
    right: -13% !important;
  }

  .projets_structurants-block_1 div div .splide__arrow--next {
    right: 54.8%;
  }

  .projets_structurants-block_1 div div .splide__arrow--prev {
    left: 38.5%;
  }

  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-7
    div
    p {
    text-align: justify;
  }
}

@media screen and (min-width: 1850px) and (max-width: 2300px) {
  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-5
    div {
    right: 7% !important;
  }

  .projets_structurants-block_1 div div .splide__arrow--next {
    right: 62.5%;
  }

  .projets_structurants-block_1 div div .splide__arrow--prev {
    left: 31.5%;
  }

  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-7
    div
    p {
    text-align: justify;
  }
}

@media screen and (min-width: 2300px) {
  .projets_structurants-block_1
    div
    div
    .splide__track
    .splide__list
    .splide__slide
    .row
    .col-lg-5
    div {
    right: 21% !important;
  }

  .projets_structurants-block_1 div div .splide__arrow--prev {
    left: 27%;
  }
  .projets_structurants-block_1 div div .splide__arrow--next {
    right: 68.5%;
  }

  /* .chiffre-cle-1 div span{
    font-size: 2.5rem;
  }

  .chiffre-cle-1 div div{
    font-size: 2.5rem;
  }


  .chiffre-cle-2 div span{
    font-size: 2.5rem;
  }

  .chiffre-cle-2 div div{
    font-size: 2.5rem;
  }

  .chiffre-cle-3 div span{
    font-size: 2.5rem;
  }

  .chiffre-cle-3 div div{
    font-size: 2.5rem;
  }

  .chiffre-cle-4 div span{
    font-size: 2.5rem;
  }

  .chiffre-cle-4 div div{
    font-size: 2.5rem;
  }

  .chiffre-cle-5 div span{
    font-size: 2.5rem;
  }

  .chiffre-cle-5 div div{
    font-size: 2.5rem;
  } */
}

/*other person*/
/* guides page*/
#list-items1 {
  width: 100%;
  margin-top: 1rem;
  margin-left: 6rem;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  flex-direction: column;
}
.rn-title1 {
  background-color: #8e8e8e;
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
  text-align: center;
  border-radius: 15px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}
/* end of guides page*/
/* start of page service document*/

.sd-list-items {
  display: flex;
  justify-content: space-around;
  /*align-items: center;*/

  flex-wrap: wrap;
  /* margin-left: 15rem;*/
}
.sd-item {
  border: 1px solid #255478;
  border-radius: 5px;
  text-align: center;
}
.sm-item {
  background-color: #fff;
  border: 1px solid #255478;
  border-radius: 5px;
}
.img-list-items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
/* end of page service document*/

/* @media screen and (max-width : 680px){
  .paragraph--type--chiffre-cles {
    max-width: 100%;
  }
  .paragraph--type--chiffre-cles .cc-container{
    height: auto;
  }
  .paragraph--type--chiffre-cles .view-content {
    flex-direction: column;
  }
  .paragraph--type--chiffre-cles .view-content .views-row{
      width: 100%;
      border-radius: 0;
      margin-left: 0;
      margin-top: 40px;
  }
} */

/*end of Responsive news*/
.custom-control-label::before {
  display: none;
}

.btn-primary1 button {
  margin: 1rem !important;
  background-color: #255478 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border: transparent;
  width: 100%;
}
.radio {
  display: flex;
}


.cc-title-container .cc-title,
	.cc-title,
	.field--name-field-projets-structurants .field__label {
   padding: 0 15px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 640px) {
	.chiffre_cles-block_1 .views-row {
		width: 100%;
		max-width: 250px;
	}
	.cc-title-container .cc-title,
	.cc-title,
	.field--name-field-projets-structurants .field__label	{
		margin-left: 0;
		padding: 0 15px;
	}
}
.field--name-field-projets-structurants .field__label {
margin-top: 30px;
}
