.page_ {
  width: 99%;
  display: block;
  justify-content: center;
  font-family: "Arial", sans-serif;
  font-size: 10px;
  margin-top: 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row-2-col .col {
  flex: 1 1 45%;
  box-sizing: border-box;
  padding: 1rem;
  position: relative;
}

.row-4-col .col {
  flex: 1 1 20%;
  box-sizing: border-box;
  padding: 0.8rem;
  text-align: center;
}

.row-3-col {
  justify-content: space-between;
}

.row-3-col .col {
  flex: 1 1 30%;
  max-width: 25%;
  box-sizing: border-box;
  padding: 1rem;
  text-align: center;
}

.box-dotted {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='33' ry='33' stroke='%23333' stroke-width='6' stroke-dasharray='15%2c11' stroke-dashoffset='14' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 33px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 2rem !important;
}

.border-dash-darkblue {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='33' ry='33' stroke='%23003366' stroke-width='6' stroke-dasharray='15%2c11' stroke-dashoffset='14' stroke-linecap='square'/%3e%3c/svg%3e");
}

.border-dash-lightblue {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='33' ry='33' stroke='%2366CCFF' stroke-width='6' stroke-dasharray='15%2c11' stroke-dashoffset='14' stroke-linecap='square'/%3e%3c/svg%3e");
}

.border-dash-green {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='33' ry='33' stroke='%23009900' stroke-width='6' stroke-dasharray='15%2c11' stroke-dashoffset='14' stroke-linecap='square'/%3e%3c/svg%3e");
}

.border-dash-yellow {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='33' ry='33' stroke='%23FFCC00' stroke-width='6' stroke-dasharray='15%2c11' stroke-dashoffset='14' stroke-linecap='square'/%3e%3c/svg%3e");
}

.border-dash-pink {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='33' ry='33' stroke='%23FF66CC' stroke-width='6' stroke-dasharray='15%2c11' stroke-dashoffset='14' stroke-linecap='square'/%3e%3c/svg%3e");
}

.border-dash-orange {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='33' ry='33' stroke='%23FF6600' stroke-width='6' stroke-dasharray='15%2c11' stroke-dashoffset='14' stroke-linecap='square'/%3e%3c/svg%3e");
}

.page_ img {
  max-width: 280px;
}

.page_ h2,
h3 {
  margin-top: 0;
  font-family: "MorningSunshine", sans-serif;
  font-weight: 900;
  font-synthesis: weight;
  font-size: 30px;
  text-align: center;
  margin-bottom: 0.1rem;
}

.col h3 {
  font-size: 20px;
}

.page_ p {
  margin-bottom: 1rem;
}

.objectives-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
  min-width: 20%;
  flex-direction: row !important;
  width: 100% !important;
  gap: 0.5rem;
}

.objectives-list li {
  font-size: 8px;
  width: 25%;
}

.objectives-list li img {
  display: block;
  margin: 0 auto 0.5rem auto;

  height: 50px;
  width: auto;
}

.objectives-list li li {
  list-style: disc;
  width: 100%;
}

.objectives-list ul {
  width: 100%;
}

.cpts-noel-col .cpts-noel-illustration {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 10px;
  max-width: 200px;
  width: 25%;
  height: auto;
}

.eq-salariee-title {
  text-align: center;
  color: #ff3399;
  margin-top: 0;
  margin-bottom: 0.1rem;
  font-size: 20px !important;
}

.employee-block {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.row-left {
  flex-direction: row;
}

.row-right {
  flex-direction: row-reverse;
}

.employee-photo {
  width: 60px;
  height: auto;
  margin: 0 1rem;
  border-radius: 5px;
}

.employee-block p {
  margin: 0.3rem 0;
  font-size: 9px;
  text-align: left;
}

.col {
  margin: 0 1.2rem;
}

.cpts-noel-col-text {
  display: block;
  width: 75%;
}

.cpts-noel-col-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.1rem;
}

.img-president {
  width: 120px;
  height: auto;
  margin: 0 auto;
}

.cpts-noel-col-content img {
  position: static;
  height: auto;
}

.box {
  background-color: #335775;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.box h4 {
  background-color: #f8f8f8;
  padding: 1rem 10px;
  color: #335775;
  font-family: "Arial", sans-serif;
  border-radius: 7px;
  font-size: 15px;
  margin: 20px !important;
}

.box a {
  background-color: #f8f8f8;
  padding: 1rem 10px;
  color: #335775;
  font-family: "Arial", sans-serif;
  border-radius: 7px;
  font-size: 15px;
  margin: 20px !important;
  text-decoration: none;
}

.text-bleu-fonce {
  color: #003366;
}

.text-bleu-clair {
  color: #66ccff;
}

.text-vert {
  color: #009900;
}

.text-jaune {
  color: #ffcc00;
}

.text-rose {
  color: #ff66cc;
}

.text-orange {
  color: #ff6600;
}

.text-rouge {
  color: #ff0000;
}

.boxed {
  background-color: #335775;
  border-radius: 7px;
  color: #f8f8f8;
  font-family: "Arial", sans-serif;
  font-size: 15px !important;
  font-weight: bold;
  padding: 0.5rem 2px;
  height: 30px;
  align-content: center;
}

iframe {
  background-color: white;
}

.lettre_president {
  text-align: center;
  font-size: 9px;
}

.lettre_president p {
  margin-bottom: 4px;
  padding: 0;
  text-align: justify;
}

#zoomModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

#zoomModalContent {
  background: #fff;
  padding: 20px;
  transform: scale(1);
  transform-origin: center center;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  box-shadow: 0 0 10px #000;
}

#zoomModalContent div {
  background-image: none !important;
  border: none !important;
}

#zoomModalContent p {
  font-size: 20px !important;
  margin-bottom: 15px !important;
}

#zoomModalContent .objectives-list li {
  width: 90%;
  font-size: 13px !important;
}

#zoomModalClose {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 2em;
  cursor: pointer;
  z-index: 10001;
}

.row-3-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.5rem;
}

.row-3-col .col {
  flex: 1 1 100%;
  max-width: 100%;
  padding: 0 0.5rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
}

@media (min-width: 1225px) {
  .row-3-col .col {
    flex: 1 1 30%;
    max-width: 30%;
    margin-bottom: 0;
  }
}

#zoomModalContent .col {
  text-align: center;
}

._bold_title {
  -webkit-text-stroke: 0.7px currentColor;
  text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor,
    0 0.5px 0 currentColor, 0 -0.5px 0 currentColor;
  letter-spacing: 0.04em;
}

.territoire {
  margin-bottom: 2rem;
}

.organigramme {
  margin-bottom: 2rem;
}
