@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Poppins", sans-serif;
}
/* =========new=font-poppin=========== */
.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 0;
}
/* Using panels to display blog date */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 5px;
}
.df-pdng {
  padding: 25px !important;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #f49121;
  background-color: #f4912154;
  border-color: #f49121;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.panel.date {
  width: 45px;
  text-align: center;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.panel.date .month {
  padding: 2px 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.panel.date .day {
  padding: 3px 0px;
  font-weight: 700;
  font-size: 1em;
}
.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px !important;
}
.titre-tabs {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #06c;
}
.sidebar-colored {
  background-color: #f4f4f4;
  padding: 15px;
}
.marge-bot-20 {
  margin-bottom: 20px !important;
}
.marge-bot-15 {
  margin-bottom: 15px;
}
.marge-bot-30 {
  margin-bottom: 30px !important;
}
.masquer {
  display: none;
}
.texte-blanc {
  color: #fff !important;
}

/* NEWS STRICKER */
.navigation-box {
  top: 0.4rem;
  right: 0.8rem;
  width: 2rem;
  position: absolute;
}
@media (min-width: 768px) {
  .breaking-caret:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 15px solid #434344;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -15px;
    top: 0;
    margin-top: 15px;
  }
}

/* ===========mis=à=jour=agl===09=05=2023=========== */

.df-bkg-forum {
  background-color: #076d3e;
}
.breaking-box {
  background-color: #147548;
  padding: 15px 0px;
}
.df-info-bkg {
  background-color: #f49121 !important;
}
.df-top-info {
  background-color: #434344 !important;
  margin-top: 15px;
}
.df-text-title {
  font-weight: bold;
  color: #333333;
  font-size: 23px;
  margin-bottom: 25px;
  
}
.pl-30{
  padding-left: 30px;
}
.df-text-title-3 {
  font-weight: bold;
  color: #0d0d0d;
  font-size: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.pl-30{
  padding-left: 30px;
}
.df-box-news {
  box-shadow: 0px 0px 5px #ccc;
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
}

.df-h5-fntz {
  font-size: 18px;
  text-transform: unset;
  line-height: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.df-bkg-spn {
  background-color: #f49121;
  padding: 8px;
  border-radius: 25px;
  text-align: center;
}

.img-zm {
  overflow: hidden;
  display: block;
}

#img {
  transition: 0.5s;
}

#img:hover {
  transform: scale(1.2);
}

.df-dg-agl {
  text-align: center !important;
  color: #121212;
  display: block;
}
.df-box {
  box-shadow: 0px 0px 8px #ccc;
  padding: 15px;
}
.df-bord-btn {
  background-color: #f49121;
  display: block;
  padding: 5px 15px;
  border-radius: 50px;
  text-align: center !important;
  color: #fff !important;
}
.df-colr-spn {
  color: #edd48e;
}
.df-colr-spn1 {
  background-color: #076c3d;
  color: #fff;
}
.df-bord-tl {
  border-bottom: 4px solid #076c3d;
}
.df-hr {
  margin: 10px 0px !important;
}
.df-br-btm {
  border-bottom: 1px solid #cccc;
  padding-bottom: 15px;
}
.df-mt-p {
  margin: 10px 0px !important;
}
.df-box-pdf {
  box-shadow: 0px 0px 10px #ccc;
  padding: 5px;
  margin-right: 8px;
}
.df-mt-dcmt {
  margin-top: 37px;
}
.df-bkg-securite {
  background-color: #cacaca47;
  padding: 30px 10px;
  border-top: 4px solid #f49121;
  border-bottom: 4px solid #f49121;
}
.df-box-shdw {
  box-shadow: 0px 0px 1px #0000004a;
  padding: 15px;
  background-color: #fff;
}
.df-text-title-2 {
  font-weight: bold;
  color: #111010;
  font-size: 25px;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.6rem;
}

/* ===========css-team=========== */
/* TITRE */

/* PROFIL */
.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}

/* The colour of the indicators */
.blog .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-bottom: 10px;
}

.blog .carousel-indicators .active {
  background: #707070;
  margin-bottom: 10px;
}

.our-team-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.our-team-section:before {
  position: absolute;
  top: -0;
  left: 0;
  content: " ";
  background: url(img/service-section-bottom.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}
.our-team {
  padding: 0 0 8px;
  background: #076d3e;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #f49121;
}
.our-team:hover {
  border-bottom: 5px solid #edd48e;
}

.our-team .pic {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}
.our-team .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #edd48e;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.3s linear 0s;
  border-bottom: 1px solid #fff;
}
.our-team:hover .pic:before {
  height: 100%;
  background: #fff;
}
.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:after {
  background: #f49121;
}
.our-team .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 14px #fff;
  transform: scale(0.7);
  position: relative;
  z-index: 2;
}
.our-team:hover .pic img {
  box-shadow: 0 0 0 14px #fff;
  transform: scale(0.7);
}
.our-team .team-content {
  margin-bottom: 30px;
}
.our-team .title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.our-team .post {
  display: block;
  font-size: 15px;
  color: #fff;
  padding-bottom: 15px;
}

@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 10px;
  }
}
/* ==========css-team========== */

.df-bord-btn-2 {
  background-color: #267f56;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 50px;
  text-align: center !important;
}
.df-bord-btn-4 {
  background-color: #f49121;
  display: block;
  padding: 5px 15px;
  border-radius: 50px;
  text-align: center !important;
  margin-top: 14px;
}
.df-bord-btn-5 {
  background-color: #f49121;
  display: block;
  padding: 5px 15px;
  border-radius: 50px;
  text-align: center !important;
  margin-top: 28px;
}
.df-colr-blue {
  color: #076d3e;
}
.tp-caption {
  background-color: #f49121ad !important;
  padding: 8px;
}

/* ===========mis=à=jour=agl===09=05=2023=========== */

/* ===========responsiveaccueil===09=05=2023=========== */

@media screen and (max-width: 992px) {
  .recent-posts {
    margin-bottom: 30px;
  }
  .breaking-box {
    background-color: #076c3d;
    padding: 15px 15px;
  }
  .df-mt-edtl {
    margin-top: 30px;
  }
  .df-btm-resp {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 320px) {
  .carousel-control-next,
  .carousel-control-prev {
    opacity: 1 !important;
  }
  .df-cntrol-next,
  .df-icon-prev {
    width: 23px !important;
    height: 23px !important;
    background-size: 100% 100%;
    background-color: #076c3d !important;
  }
  .df-icon-prev {
    margin-right: 80px !important;
  }

  .df-cntrol-next {
    margin-left: 85px !important;
  }
}

@media screen and (max-width: 768px) {
  .df-icon-prev {
    margin-right: 30px !important;
    margin-top: 70px !important;
  }

  .df-cntrol-next {
    margin-left: 25px !important;
    margin-top: 70px !important;
  }
}

/* ==========responsiveaccueil==09=05=2023=========== */
.text-orange {
  color: #e38306 !important;
  font-weight: 700;
}
.fa-text-color {
  color: #e38306 !important;
}
.chiffre-cle {
  color: #066c3d !important;
  font-weight: 700;
  font-size: 20px;
}
.titre-chiffre-cle {
  color: #e38306 !important;
}
.fa-youtube {
  color: #f00 !important;
}
.fa-facebook {
  color: #08349c !important;
  padding: px;
}

@media screen and (max-width: 991.89px) {
  .content-column {
    order: 1;
  }
}
.df-mr-dg {
  padding-right: 15px;
}
ul {
  list-style-type: none;
}

élément {
  background-image: url("img/fil-dariane/breadcrumb_bg-ce.jpg");
}
.breadcrumb__bg {
  background-size: cover;
  background-position: center;
  padding: 50px 0 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
.breadcrumb {
  background-color: transparent !important;
  padding: 0.75rem 0rem !important;
}

.df-font-weigth {
  font-weight: 700;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
  color: #fff !important;
  font-size: 15px !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #fff !important;
  content: "/";
}
.df-fnt-size {
  font-size: 15px !important;
}
.df-mb-filarne {
  margin-bottom: 10px !important;
}
.df-ul-pl {
  padding-left: 0px !important;
}
.df-box-img {
  padding: 15px !important;
  box-shadow: 0px 0px 8px #ccc;
  text-align: center;
}

/* ===============pagination-css============ */

.pag-link {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
.pag-link.disabled > span,
.pag-link.current > span,
.pag-link > a {
  display: block;
  font-size: 16px;
  line-height: 1.42857;
  margin-right: 5px;
  padding: 10px 17px;
  position: relative;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pag-link:active > a,
.pag-link:hover > a,
.pag-link:focus > a,
.pag-link.current > span {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 20px;
}
.pag-link > a {
  background-color: #f0921e;
  color: #fff;
  cursor: pointer;
}
.pag-link.disabled > span,
.pag-link.current > span {
  background-color: #099044;
  color: #fff;
  cursor: inherit;
}
.pag-link:active > a,
.pag-link:hover > a,
.pag-link:focus > a {
  background-color: #099044 !important;
  border-color: #099044;
  color: #fff;
}
.news-block .df-new-none-bord {
  position: relative;
  padding: 15px;
  border-bottom: none !important;
}
.df-radius {
  border-radius: 15px;
}
.df-pd-photo {
  padding: 15px;
  box-shadow: 0px 0px 10px #33333330;
}
.box-shadw {
  padding: 15px;
  box-shadow: 0px 0px 10px #33333330;
  margin-bottom: 25px;
}
.df-btn-devis {
  color: #fff;
  background-color: #f0921e;
}
.df-btn-devis:hover {
  color: #fff;
  background-color: #099044;
}

/* ===============pagination-css============ */

.df-clor-process {
  color: #fff !important;
}
.df-clor-process:hover {
  color: #444 !important;
}

a:hover {
  text-decoration: none !important;
}

@media screen and (min-width: 992px) {
  .df-hauteur-vh-2 {
    height: 190px;
  }
}
@media screen and (min-width: 992px) {
  .df-hauteur-vh {
    height: 280px;
  }
}
.df-bkg-spn-vert {
  background-color: #076c3d;
  padding: 8px;
}
.df-clor-process-1:hover {
  color: #fa9523 !important;
}
.df-clor-process-1 {
  color: #fff !important;
}

.color-orange {
  color: #fa9523;
  font-weight: bold;
}
.mon-bouton {
  background-color: #fa9523;
  color: #fff;
  display: inline-block !important;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle !important;
}
.mon-bouton:hover {
  background-color: #444;
  color: #fff;
}
.color-orange-2 {
  color: #fa9523;
  font-weight: bold;
}
.color-orange-2:hover {
  color: #444;
  font-weight: bold;
}

.color-black {
  color: #444;
  font-weight: bold;
}

.df-bkg-spn-blck {
  background-color: #444;
  padding: 8px;
}
.question-faq:hover {
  color: #444;
}
.df-pddng {
  padding: 15px !important;
}
.btn-faq-collapse {
  background-color: #444;
  border-color: #444 !important;
  color: #ffffff;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 0px !important;
}
.btn-faq-collapse:hover {
  background-color: #f49222;
  border-color: #f49222 !important;
}

.df-card-fq {
  border: 1px solid rgb(68, 68, 68);
  border-radius: 0px !important;
}

@media (max-width: 1299.89px) {
  .df-none-main {
    display: none !important;
  }
}

@media screen and (min-width: 991.89px) and (max-width: 1260.89px) {
  .df-respo-logo {
    width: 120px !important;
    height: auto !important;
  }
}

@media screen and (min-width: 1082.89px) and (max-width: 1184.89px) {
  #header .header-nav-main nav > ul > li > a {
    padding: 0.5rem 0.2rem !important;
  }
}

/* Animation de clignotement */
@keyframes clignote {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

/* Appliquer l'animation au bouton */
.bouton-clignotant {
  animation: clignote 1s infinite;
}

/* Stopper l'animation lorsque le curseur est sur le bouton */
.bouton-clignotant:hover {
  animation: none;
}

/* Animation de clignotement */
@keyframes clignote {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

/* Appliquer l'animation au titre */
.clignotant {
  animation: clignote 1s infinite;
}

.btn-default1 {
  color: #fff;
  background-color: #fe9732 !important;
}

  .btn-default1:hover{
    color: #fff;
    background-color: #066c3d !important;
    border-color: #f49121;
  }
 
  /* =============================css ajouter le 14 10 2024 ble franck herman ===================== */
  /* .carousel {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
  }

  .carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .carousel-item {
    display: flex;
    flex: 0 0 25%; /* Each item takes up 25% of the width */
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
  }

  .block {
    background-color: #f2f2f2;
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 100%;
    height: 200px;
  }

  .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
  }

  .prev { left: 10px; }
  .next { right: 10px; }

  /* Responsive Design */
  @media (max-width: 1024px) {
    .carousel-item {
      flex: 0 0 50%; /* Show 2 blocks per slide on smaller screens */
    }
  }

  @media (max-width: 768px) {
    .carousel-item {
      flex: 0 0 100%; /* Show 1 block per slide on small screens */
    }
  } */

  /* ===============css ajouter le 14 10 2024 ========================================================================================= */
  .btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
  }
  
  #image-gallery .modal-footer{
    display: block;
  }
  
  .thumb{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  html .btn-secondary {
    background-color: #f39121;
    border-color: #f39121 #f39121 #f39121;
    color: #ffffff;
  }

  /* Ajouter le 15 10 2024 franck herman ble */
  .fhb-flotante-actu{
    float: left;
    margin-right: 15px;
   }
   .bfh-fond-image-article{
    background-color: #f39121;
    border-color: #f39121 #f39121 #f39121;
    color: #ffffff;
   }
   .bfh-text-titre-image-detail {
    font-weight: bold;
    color: #fcfcfc;
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 20px;
  }

  .bfh-fond-video{
    background-color: #0f0f0f;
   
   }
   #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
     min-width: 100% !;
   }

   .text-noir{
    color: #000 !important;
  }

  /* ===========================css ajouter le 02 12 2024 =============================== */
  .scroller {
    max-height: 290px; 
    overflow-y: auto; 
    border: 1px solid #066c3d; 
    padding: 10px; 
    scrollbar-width: thin;
}

@media screen and (min-width:192px){
/*
  .bloc-vie-famille{
    height: 520px;
  }
  */
}



/* css ajouter le 05 12 2024  */

.df-paddng {
  padding: 15px;
  box-shadow: 02px 18px -8px rgb(0, 0, 0 /37%);
}

.color-bouton {
  background-color: #076d3e;
  padding: 8px;
  border-radius: 25px;
  text-align: center;
}
.color-bouton:hover {
  background-color: #f49121;
}
.color-orange {
  color: #f49121;
}
.color-vert {
  color: #076d3e !important;
}
.color-blanc {
  color: #ffffff !important;
}
.df-bkg-spn:hover {
  background-color: #076d3e !important;
}
@media screen and (min-width: 320px) {
  .df-icon-prev-v1 {
    margin-right: 167px !important;
  }
  .df-cntrol-next-v1 {
    margin-left: 167px !important;
  }
  .df-cntrol-next-v1,
  .df-icon-prev-v1 {
    width: 23px !important;
    height: 23px !important;
    background-size: 100% 100%;
    background-color: #f49121 !important;
  }
}
@media screen and (max-width: 768px) {
  .df-icon-prev-v1 {
    margin-right: 30px !important;
    margin-top: 70px !important;
  }
  .df-cntrol-next-v1 {
    margin-left: 25px !important;
    margin-top: 70px !important;
  }
}



.fond-b{
  background-color: #f49121 !important;
  text-align: center !important;
  color:#fff !important;
}
.fond-b:hover{
  background-color: #076d3e !important;
  text-align: center !important;
  color: #000 !important;
}
.fond-b,.fhb-a{
  color: #fff !important;
}
.fhb-text-faq{
  font-weight: 600 !important;
}

a:focus {
  color: #f49121 !important;
}
fhb-lir{
  color: #f49121 !important;
}


#img {
  transition: 0.5s;
   border-radius: 15px !important;
 }
 .owl-carousel.owl-drag .owl-item {
   padding: 15px !important;
}
.df-box-news {
  box-shadow: 0px 0px 5px #ccc;
  padding: 20px;
  border-radius: 15px !important;
  background-color: #fff !important;
}

.df-pdt-50 {
  padding: 50px 0px;
}

.df-pdt-30 {
  padding: 30px 0px;
}
/*
@media screen and (max-width: 575.89px) {
  html.sticky-header-active #header .header-body {
     margin-top: 35px !important;
  }
}
*/


/* ======Logo=Desktop======= */
@media screen and (min-width: 768px) {
  .df-respo-logo-Desktop {
    width: 240px;
    height: auto;
    transition: all 0.3s ease;
  }
}


@media screen and (max-width: 767.89px) {
  .df-respo-logo-Desktop {
    display: none !important;
  }
}
/* ======Logo=Desktop======= */

/* ======df-respo-logo-Mobile======= */
@media screen and (min-width: 767.89px) {
  .df-respo-logo-Mobile {
    display: none !important;
  }
}

@media screen and (max-width: 767.89px) {
  .df-respo-logo-Mobile {
    width: 100px;
    height: auto;
    transition: all 0.3s ease;
    display: block;
  }
}
/* ======df-respo-logo-Mobile======= */


@media screen and (min-width: 1193.89px) and (max-width: 1253.89px) {
  .df-respo-logo-Desktop {
    width: 120px;
    height: auto;
    transition: all 0.3s ease;
  }
  html.boxed.sticky-header-active .df-respo-logo-Desktop {
    width: 130px !important;
    /* Taille du logo quand sticky */
  }
}

@media screen and (min-width: 1085.89px) and (max-width: 1193.89px) {
  .df-respo-logo-Desktop {
    width: 130px;
    height: auto;
    transition: all 0.3s ease;
  }
  html.boxed.sticky-header-active .df-respo-logo-Desktop {
    width: 120px !important;
    /* Taille du logo quand sticky */
  }
}
html.boxed.sticky-header-active .df-respo-logo-Desktop {
  width: 130px !important;
  /* Taille du logo quand sticky */
}


/* ============ajout-css=page-interne========== */
.text-container {
  max-height: 400px;
  overflow: hidden;
  position: relative;
}

.text-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}
.text-container.expanded {
  max-height: none;
}

.text-container.expanded::after {
  display: none;
}
.read-more-btn {
  display: block;
  margin: 10px 0;
  background-color: #076d3e;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #fff !important;
  border-radius: 25px !important;
}

.read-more-btn:hover {
  background-color: #f49121;
}

.read-more-btn-pacours {
  display: block;
  margin: 10px 0;
  background-color: #076d3e;
  padding: 8px 25px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #fff !important;
  border-radius: 25px !important;
}

.read-more-btn-pacours:hover {
  background-color: #f49121;
}

.pd-left-none {
  padding-left: 1px !important;
}


/* =============MAJ-09-12-2024========== */
@media screen and (min-width: 991.89px) {
  #floatingImage {
    width: 512px;
    float: left;
    margin-right: 35px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991.89px) {
  #floatingImage {
    margin-bottom: 25px;
  }
}

.fhb-color-fil{
  color: #fff !important;
}




/* =========MAJ======MAJ-11-12-2024========== */
@media screen and (min-width: 991.89px) {
  .widget-user {
    height: 570px !important;
  }
  
  .scroll-agenda {
    height: 480px !important;
    overflow: scroll;
  }
  .bloc-vie-famille {
    height: 690px;
    padding: 15px !important;
  }
  .df-actu-hauteur {
    height: 460px !important;
  }
  .df-phototheque-hauteur {
    height: 460px !important;
  }
}

@media screen and (min-width: 1180.89px) {
  .df-outils-height {
    height: 460px !important;
  }
}

.df-text-title {
  margin-bottom: 25px !important;
  margin-top: 11px;
}

.df-text-title-2 {
  margin-bottom: 25px !important;
  margin-top: 6px !important;
}

.texte-editorial {
  padding-top: 15px !important;
}
.df-about-mb {
  margin-bottom: 15px !important;
}
.df-mb-slide{
  margin-bottom: 3rem !important;
}
.df-videotheque{
  margin-top: 25px;
}
.fond-pense{
  background-color: #fff !important;
}


#header .header-nav-main nav > ul > li.open > a,
#header .header-nav-main nav > ul > li > .active {
  background: #f49121;
}

.texte-centrer {
  text-align: center;
}


@media screen and (min-width: 992.89px) {
  .df-pull-right {
    float: right !important;
  }
}

@media screen and (max-width: 991.89px) {
  .df-colmun {
    columns: 0 !important;
    margin-top: 50px !important;
  }
}


/* ================== css ajouter ajouter le 20 12 2024 ========================= */
.poll-container {
  max-width: 400px;
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #f9f9f9;
}
.poll-container h3 {
  text-align: center;
}
.poll-option {
  margin: 10px 0;
}
.submit-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.submit-btn:hover {
  background: #0056b3;
}

.dg-parle {
  background-color: #076c3e;
  color: #fff !important;
  padding: 10px;
}

.bfh-box-shdw {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #7d7d7d;
}


.bfh-campagne {
  background-color: #f1901f;

  color: #fff !important;

  padding: 10px;

}

.text-sondage{
  font-size: 18px;
  font-weight: 600;
}

.fhb-btn {
   background: #096E3F !important; 
}

.fhb-btn:hover {
  background: #f1901f !important; 
}

.fhb-flash {
  --bs-bg-opacity: 1;
  background-color: #ff0000 !important;
}

.breaking-box {
  --bs-bg-opacity: 1;
  background-color: rgb(255, 255, 255) !important;
  border-bottom: solid 1px #ff0000;
  border-top: solid 1px #ff0000;
}
.breaking-box {
  background-color: #000;
  color: #ff0000;
}

.flash-info-ci-energies {
  background-color: #ff0000;
  animation: blink 1s step-start infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
} 
.df-bkg-info {
  /* background-color: #096e3f !important; */
  border: 3px solid #ff0000;
}

.fhb-text-flas {
  font-size: 18px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.flash-info-container {
  background-color: #000; /* Couleur de fond */
  color: #fff;
  z-index: 1000; /*  le flash info doit est au-dessus des autres éléments */
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #ccc;
}

#marquee-container {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}

#marquee-container a {
  display: inline-block;
  padding-right: 2rem;
  animation: marquee 40s linear infinite;
}

#marquee-container:hover a {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.pl-0{
  padding-left: 0px !important;
 }


 /* ==========blockquote=====MAJ-10-12-2024========== */
@media screen and (min-width: 991.89px) {
  .df-blockquote {
    font-style: italic;
    border-left: 5px solid #e38306;
    margin: 0 0 1rem 0;
    padding: 2rem 1rem;
    font-size: 1em;
    box-shadow: 0px 0px 10px #ccc;
    margin-left: 34.1rem;
  }
}
@media screen and (max-width: 991.89px) {
  .df-blockquote {
    font-style: italic;
    border-left: 5px solid #e38306;
    margin: 0 0 1rem 0;
    padding: 2rem 1rem;
    font-size: 1em;
    box-shadow: 0px 0px 10px #ccc;
  }
}
/* =========blockquote======MAJ-10-12-2024========== */

.cacher-bloc{
    display: none;
}

.confetti-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Pour ne pas gêner les clics */
    overflow: hidden;
  }
  
  .confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    opacity: 0.8;
    border-radius: 50%;
    animation: confetti-fall linear infinite;
  }
  
  @keyframes confetti-fall {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(720deg);
        opacity: 0;
    }
  }


  /* ================ css ajouter le 27 01 2025========================= */

  .menu-container {
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
}
 
 
.menu-item1 > a {
    font-size: 18px;
    font-weight: bold;
    color: #f49121;
    text-decoration: none;
 }
 
.card {
  margin-bottom: 15px;
}

.icon-action {
  margin-top: 5px;
  float: right;
  font-size: 80%;
}

.list-group-item .title {
  margin-top: 5px;
  margin-bottom: 12px;
  font-weight: 600;
}
 
.menu-item1 > a {
    font-size: 18px;
    font-weight: bold;
    color: #f49121;
    text-decoration: none;
 }


 .carousel-container {
  width: 100%;
  height: 300px; /* Hauteur du carrousel */
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
}



.carousel-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.flash-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #eee;
  background: #f9f9f9;
}

 .resume-flash{
  font-weight: 500 !important;
}


/* =================================================== css ajoiuter le  20 02 2025 ==================================================== */
 
#revolutionSlider {
  height: 480px !important;
}

.rev_slider_wrapper {
  max-height: 480px !important;
  overflow: hidden;
}

.fond-couleur{
  background: #f49121 !important;
}

/* =================================================== css ajoiuter le 26-01-2026 ==================================================== */

.tp-caption.main-label {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    transform: none !important;

    background: rgba(243, 156, 18, 0.85);
    color: #fff;

    padding: 15px 25px;
    text-align: center;
    white-space: normal;
}

.tp-caption[data-y] {
    top: auto !important;
}
.tp-revslider-slidesli {
    position: relative !important;
}
.tp-caption.main-label {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    top: auto !important;

    z-index: 9999 !important;

    background: rgba(243, 156, 18, 0.85);
    color: #fff;
    padding: 15px 25px;

    text-align: center;
    white-space: normal;
}
.tp-parallax-wrap,
.tp-loop-wrap,
.tp-mask-wrap {
    overflow: visible !important;
}

.tp-parallax-wrap {
    top: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
}

/* ============================================
   STYLES DU MODULE SONDAGE
   Intégration du sondage dans l'intranet
   ============================================ */

/* Section du sondage */
.survey-section {
    padding: 1.5rem 0;
}

.survey-section-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e9ecef;
    color: #495057;
    font-weight: 600;
    font-size: 1.1rem;
}

.section-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #E87B1F, #009B4D);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    flex-shrink: 0;
    font-size: 1.1rem;
}

/* Question du sondage */
.survey-question {
    margin-left: 3rem;
    margin-bottom: 1.5rem;
}

.survey-label {
    display: block;
    font-weight: 500;
    color: #212529;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.survey-label .text-danger {
    color: #dc3545;
}

/* Options de réponse */
.survey-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.survey-option {
    display: flex;
    align-items: center;
}

.survey-option input[type="radio"] {
    margin: 0 0.5rem 0 0;
    cursor: pointer;
}

.survey-option label {
    margin: 0;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    background: #fff;
    transition: all 0.2s ease;
    font-size: 0.95rem;
}

.survey-option label:hover {
    border-color: #E87B1F;
    background: #FEF2E6;
}

.survey-option input[type="radio"]:checked + label {
    background: linear-gradient(135deg, #E87B1F, #009B4D);
    color: white;
    border-color: transparent;
}

/* Textarea du sondage */
.survey-textarea {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.survey-textarea:focus {
    border-color: #E87B1F;
    box-shadow: 0 0 0 0.2rem rgba(232, 123, 31, 0.25);
    outline: none;
}

/* Champ matricule */
.matricule-field {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px dashed #E87B1F;
}

.matricule-field label i {
    color: #E87B1F;
}

.matricule-field input {
    border-radius: 8px;
}

/* Bouton de soumission */
.btn-sondage-submit {
    background: linear-gradient(135deg, #E87B1F, #009B4D);
    border: none;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    color: white;
}

.btn-sondage-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(232, 123, 31, 0.3);
    color: white;
}

/* Page de succès */
.success-icon {
    animation: checkmark 0.6s ease-in-out;
}

@keyframes checkmark {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.stats-box {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 12px;
    border: 1px solid #dee2e6;
}

.nb-participants {
    font-size: 2.5rem;
    font-weight: 700;
    color: #009B4D;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .survey-question {
        margin-left: 0;
        margin-bottom: 1rem;
    }

    .survey-options {
        flex-direction: column;
    }

    .survey-option label {
        width: 100%;
        text-align: left;
    }

    .survey-section-title {
        font-size: 1rem;
    }

    .section-number {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }

    .btn-sondage-submit {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}
