.form-item-rgpd label {
  color: #000000 !important;
  font-size: 14px;
}

body {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  color: #000000;
}

img {
  max-width: 100%;
  height: auto !important;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

span.couleur1 {
  color: #00544f;
}

span.couleur2 {
  color: #b0cc54;
}

span.cgv {
  font-size: 0.75em;
}

.align-right {
  margin: 0 0 40px 40px;
}

.align-left {
  margin: 0 40px 40px 0;
}

.tpl_counter {
  text-align: center;
}
.tpl_counter .stat {
  font-size: 35px;
  color: #b0cc54;
  font-weight: bold;
}

.tpl_btn,
.btn-primary,
.btn-secondary,
.form-submit {
  text-decoration: none;
  border: 1px solid #b0cc54;
  background-color: #b0cc54;
  color: #00544f;
  font-weight: 600;
  padding: 6px 40px;
  background-image: url("../images/background-titre.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tpl_btn:hover,
.btn-primary:hover,
.btn-secondary:hover,
.form-submit:hover {
  text-decoration: none;
  border: 1px solid #00544f;
  background-color: #00544f;
  color: #b0cc54;
}
.tpl_btn span,
.btn-primary span,
.btn-secondary span,
.form-submit span {
  display: block;
  font-size: 13px;
}

.btn-secondary {
  border: 1px solid #00544f;
  background-color: #00544f;
}
.btn-secondary:hover {
  border: 1px solid #b0cc54;
  background-color: #b0cc54;
  color: #00544f;
}

.btn-default {
  text-decoration: none;
  border: 1px solid #ededed;
  background-color: #ededed;
  color: #000000;
  font-weight: 600;
  padding: 6px 40px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
}
.btn-default:hover {
  text-decoration: underline !important;
}
.btn-default span {
  display: block;
  font-size: 13px;
}

.actions-listing {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.action-listing:not(.tpl_btn) {
  background: #ffffff;
  color: #00544f;
  border: 1px solid #00544f;
  height: 32px;
  width: fit-content;
  padding: 5px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.action-listing:hover {
  text-decoration: none !important;
  background: #00544f;
  color: #ffffff !important;
  border-color: #00544f;
}
.action-listing:hover * {
  color: #ffffff !important;
}

h1, .h1, .h1-fonce {
  font-size: 30px;
  margin-bottom: 0.8em;
  font-weight: bold;
  background-color: #b0cc54;
  color: #00544f;
  padding: 15px 50px;
  background-image: url("../images/background-titre.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  display: inline-block;
  width: auto;
  min-width: 40%;
  text-align: right;
  clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
}
h1:nth-of-type(even), .h1:nth-of-type(even), .h1-fonce:nth-of-type(even) {
  background-color: #00544f;
  color: #b0cc54;
}
@media (max-width: 767px) {
  h1, .h1, .h1-fonce {
    font-size: 25px;
    padding: 15px 35px;
  }
}

.h1-fonce {
  background-color: #00544f;
  color: #b0cc54;
}

h2, .h2 {
  color: #b0cc54;
  text-transform: uppercase;
  font-size: 30px;
  padding: 5px 0 5px 60px;
  margin-bottom: 1rem;
  background: url("../images/picto-n.png") left center no-repeat;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 25px;
  }
}

h3, .h3 {
  color: #00544f;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 22px;
  }
}

h4, .h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 16px;
  }
}

.views-table {
  width: 100%;
  margin-top: 20px;
}
.views-table .views-table {
  margin-top: 0;
}
.views-table tr th {
  padding: 7px 10px;
  border: 1px solid #00544f;
  text-align: center;
  color: #ffffff;
  background: #00544f;
  text-shadow: none;
}
.views-table tr td {
  padding: 7px 10px;
  border: 1px solid #00544f;
}
.views-table tr td .entete {
  display: none;
}
.views-table tr td .warning {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.views-table tr td .warning span {
  margin-left: 5px;
}
.views-table tr td .warning:hover span {
  text-decoration: underline;
}
.views-table tr td .warning::before {
  font-family: "Material Symbols Outlined";
  font-size: 1.2em;
  content: "warning";
  color: #ff9900;
  display: flex;
  justify-content: center;
}
.views-table tr td .checked {
  display: inline-block;
}
.views-table tr td .checked::before {
  font-family: "Material Symbols Outlined";
  font-size: 1.2em;
  content: "check_circle";
  color: #b0cc54;
  display: flex;
  justify-content: center;
}
@media (max-width: 1399px) {
  .responsive-xl .views-table thead {
    display: none;
  }
  .responsive-xl .views-table tr {
    display: block;
    margin-top: 20px;
    border: 1px solid #00544f;
    padding: 10px;
  }
  .responsive-xl .views-table tr td {
    display: block;
    border: none;
    font-weight: 600;
  }
  .responsive-xl .views-table tr td .entete {
    display: block;
    font-weight: normal;
  }
  .responsive-xl .views-table tr td:empty {
    display: none;
  }
}
@media (max-width: 1199px) {
  .responsive-lg .views-table thead {
    display: none;
  }
  .responsive-lg .views-table tr {
    display: block;
    margin-top: 20px;
    border: 1px solid #00544f;
    padding: 10px;
  }
  .responsive-lg .views-table tr td {
    display: block;
    border: none;
    font-weight: 600;
  }
  .responsive-lg .views-table tr td .entete {
    display: block;
    font-weight: normal;
  }
  .responsive-lg .views-table tr td:empty {
    display: none;
  }
}
@media (max-width: 991px) {
  .responsive-md .views-table thead {
    display: none;
  }
  .responsive-md .views-table tr {
    display: block;
    margin-top: 20px;
    border: 1px solid #00544f;
    padding: 10px;
  }
  .responsive-md .views-table tr td {
    display: block;
    border: none;
    font-weight: 600;
  }
  .responsive-md .views-table tr td .entete {
    display: block;
    font-weight: normal;
  }
  .responsive-md .views-table tr td:empty {
    display: none;
  }
}
@media (max-width: 767px) {
  .responsive-sm .views-table thead {
    display: none;
  }
  .responsive-sm .views-table tr {
    display: block;
    margin-top: 20px;
    border: 1px solid #00544f;
    padding: 10px;
  }
  .responsive-sm .views-table tr td {
    display: block;
    border: none;
    font-weight: 600;
  }
  .responsive-sm .views-table tr td .entete {
    display: block;
    font-weight: normal;
  }
  .responsive-sm .views-table tr td:empty {
    display: none;
  }
}
@media (max-width: 575px) {
  .responsive .views-table thead {
    display: none;
  }
  .responsive .views-table tr {
    display: block;
    margin-top: 20px;
    border: 1px solid #00544f;
    padding: 10px;
  }
  .responsive .views-table tr td {
    display: block;
    border: none;
    font-weight: 600;
  }
  .responsive .views-table tr td .entete {
    display: block;
    font-weight: normal;
  }
  .responsive .views-table tr td:empty {
    display: none;
  }
}

#tarteaucitronRoot * {
  color: white;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #333;
  color: #fff;
  font-size: 15px !important;
  left: 0;
  position: fixed;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  margin: auto;
  width: 100%;
}
#tarteaucitronRoot #tarteaucitronAlertBig strong {
  color: white;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom span#tarteaucitronDisclaimerAlert,
#tarteaucitronRoot .tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert {
  display: block;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom span#tarteaucitronDisclaimerAlert ul,
#tarteaucitronRoot .tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert ul {
  margin-left: 20px;
  margin-bottom: 10px;
  list-style: disc;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom span#tarteaucitronDisclaimerAlert p,
#tarteaucitronRoot .tarteaucitronAlertBigTop span#tarteaucitronDisclaimerAlert p {
  margin: 5px 0;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom,
#tarteaucitronRoot .tarteaucitronAlertBigTop {
  text-align: center;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  padding: 30px;
}
#tarteaucitronRoot button {
  margin-top: 15px;
}
#tarteaucitronRoot .tarteaucitronAllow {
  background-color: #008300 !important;
  color: #fff !important;
}
#tarteaucitronRoot .tarteaucitronDeny {
  background-color: #9c1a1a;
  color: #fff;
}
#tarteaucitronRoot #tarteaucitronCloseAlert {
  background-color: #fff;
  color: #333;
}

/******************************************************************************************************************/
/*********************************************** OVERLAY MENU *****************************************************/
/******************************************************************************************************************/
#block-izianet-overlaymenutoggle {
  display: none;
  margin-left: 20px;
}
@media all and (max-width: 1199px) {
  #block-izianet-overlaymenutoggle {
    display: block;
  }
}

#overlay-menu-toggle {
  min-height: 50px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
  position: relative;
  top: -20px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .sticky #overlay-menu-toggle {
    top: -10px;
  }
}
@media all and (max-width: 1199px) {
  #overlay-menu-toggle #burger-button {
    z-index: 10;
    position: relative;
    display: block;
    color: transparent;
    width: 40px;
    height: 3px;
    background-color: #ffffff;
  }
  #overlay-menu-toggle #burger-button::before, #overlay-menu-toggle #burger-button::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #ffffff;
    transition: transform 0.4s ease-in-out;
  }
  #overlay-menu-toggle #burger-button::before {
    top: 0;
    left: 0;
    transform: translateY(-9px);
  }
  #overlay-menu-toggle #burger-button::after {
    top: 0;
    left: 0;
    transform: translateY(9px);
  }
}

#overlay-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: flex;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.toolbar-fixed #overlay-menu {
  top: 39px;
}

.toolbar-horizontal.toolbar-tray-open #overlay-menu {
  top: 79px;
}

#overlay-menu.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#overlay-menu .overlay-menu-close-container {
  width: 50%;
  height: 100vh;
  padding: 30px 15px;
  text-align: right;
}
@media all and (max-width: 768px) {
  #overlay-menu .overlay-menu-close-container {
    width: 30%;
  }
}
@media all and (max-width: 576px) {
  #overlay-menu .overlay-menu-close-container {
    width: 10%;
  }
}

#overlay-menu .overlay-menu-close-container .overlay-menu-close span {
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  font-size: 28px;
}

#overlay-menu .region-overlay-menu {
  width: 50%;
  min-height: 100%;
  background-color: #00544f;
  padding: 30px 30px 60px;
  overflow-y: auto !important;
}
@media all and (max-width: 768px) {
  #overlay-menu .region-overlay-menu {
    width: 70%;
  }
}
@media all and (max-width: 576px) {
  #overlay-menu .region-overlay-menu {
    width: 90%;
  }
}

#overlay-menu .region-overlay-menu .sf-accordion-toggle {
  display: none;
}

#overlay-menu .region-overlay-menu .sf-menu {
  width: 100%;
  position: relative;
  float: none;
}
#overlay-menu .region-overlay-menu .sf-menu li {
  float: none;
}
#overlay-menu .region-overlay-menu .sf-menu li a,
#overlay-menu .region-overlay-menu .sf-menu li > span {
  color: #ffffff;
  text-align: left;
  padding: 15px 50px 15px 15px !important;
  display: block !important;
  cursor: pointer;
  border: none;
  font-weight: inherit;
  text-decoration: none;
}
#overlay-menu .region-overlay-menu .sf-menu li a:hover {
  text-decoration: underline;
}
#overlay-menu .region-overlay-menu .sf-menu .menuparent ul li a {
  padding: 15px 50px 15px 30px !important;
}
#overlay-menu .region-overlay-menu .sf-menu .menuparent ul {
  margin: 0;
  margin-bottom: 15px;
}
#overlay-menu .region-overlay-menu .sf-menu .menuparent ul li {
  padding: 0 !important;
}
#overlay-menu .region-overlay-menu .sf-menu .menuparent ul .sf-depth-2 ul .sf-depth-3 a {
  padding: 15px 50px 15px 45px !important;
  line-height: 110%;
}
#overlay-menu .region-overlay-menu .sf-menu .menuparent.sfHover .sf-sub-indicator {
  rotate: 180deg;
  top: 0;
}
#overlay-menu .region-overlay-menu .sf-menu > li > .sf-depth-1.menuparent::before {
  left: -15px;
}
#overlay-menu .region-overlay-menu .sf-menu > li.sf-depth-1.menuparent ul {
  position: relative;
  padding-left: 2.5rem;
  top: auto;
  box-shadow: none;
  width: 100% !important;
}
#overlay-menu .region-overlay-menu .sf-menu > li.sf-depth-1 {
  padding: 0 !important;
}
#overlay-menu .region-overlay-menu .sf-menu > li.sf-expanded > ul {
  padding-left: 20px;
}
#overlay-menu .region-overlay-menu .sf-menu > li.active-trail > a {
  color: #ffffff;
}
#overlay-menu .region-overlay-menu .sf-menu > li.sf-expanded span.sf-depth-1.menuparent::before,
#overlay-menu .region-overlay-menu .sf-menu > li.sf-depth-1.menuparent ul > li.sf-expanded a.sf-depth-2.menuparent::before {
  content: "";
  background: url(../images/drop-right.png) no-repeat;
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 5px;
  background-size: 10px;
  background-position: center left;
}

.ui-widget.ui-tabs {
  padding: 0;
  border: none;
}

.nav-tabs {
  padding: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #00544f !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav-tabs li {
  border: none;
  background: none;
}

.bootstrap-tabs .nav-tabs::after {
  display: none;
}
@media (max-width: 991px) {
  .bootstrap-tabs .nav-tabs li {
    width: 100%;
  }
  .bootstrap-tabs .nav-tabs li + li {
    margin-top: 10px;
  }
}
.bootstrap-tabs .nav-tabs li a {
  text-decoration: none;
  border-bottom: 1px solid #00544f;
  background-color: #ededed;
  padding: 15px 40px;
  font-size: 20px;
  width: 100%;
  display: block;
  color: #00544f;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 35px, 100% 100%, 0 100%);
}
.bootstrap-tabs .nav-tabs li a:hover {
  text-decoration: none;
  background-color: #b0cc54;
  border: 1px solid #b0cc54;
  border-bottom-color: #00544f;
  color: #00544f;
}
.bootstrap-tabs .nav-tabs li.active a {
  background: #00544f !important;
  color: #ffffff !important;
}
.bootstrap-tabs .nav-tabs li.active a:hover {
  text-decoration: none;
  cursor: default;
}

.tab-content > .tab-pane {
  padding: 20px 0;
  border: none;
}
.tab-content > .tab-pane img {
  max-width: 300px;
}

.ckeditor-accordion-container > dl {
  border: none;
}
.ckeditor-accordion-container > dl dt > a:not(.button) {
  text-decoration: none;
  background-color: #ededed;
  color: #000000;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 35px, 100% 100%, 0 100%);
  font-weight: normal;
  border-bottom: 0 !important;
}
.ckeditor-accordion-container > dl dt > a:not(.button) > .ckeditor-accordion-toggle::before, .ckeditor-accordion-container > dl dt > a:not(.button) > .ckeditor-accordion-toggle::after {
  background: #000000;
}
.ckeditor-accordion-container > dl dt > a:not(.button):hover {
  background-color: #b0cc54;
  color: #00544f;
  text-decoration: none;
}
.ckeditor-accordion-container > dl dt > a:not(.button):hover > .ckeditor-accordion-toggle::before, .ckeditor-accordion-container > dl dt > a:not(.button):hover > .ckeditor-accordion-toggle::after {
  background: #00544f;
}
.ckeditor-accordion-container > dl dt.active > a:not(.button) {
  background-color: #00544f;
  color: #ffffff;
}
.ckeditor-accordion-container > dl dt.active > a:not(.button) > .ckeditor-accordion-toggle::before, .ckeditor-accordion-container > dl dt.active > a:not(.button) > .ckeditor-accordion-toggle::after {
  background: #ffffff;
}
.ckeditor-accordion-container > dl dt.active > a:not(.button):hover {
  background-color: #b0cc54;
  color: #00544f;
  text-decoration: none;
}
.ckeditor-accordion-container > dl dt.active > a:not(.button):hover > .ckeditor-accordion-toggle::before, .ckeditor-accordion-container > dl dt.active > a:not(.button):hover > .ckeditor-accordion-toggle::after {
  background: #00544f;
}
.ckeditor-accordion-container > dl dd {
  padding: 20px;
  border: 1px solid #00544f;
  border-top: 0;
}
.ckeditor-accordion-container > dl dd + dt {
  margin-top: 20px;
}

select {
  background-color: #ffffff !important;
}

input, select, textarea {
  border: 1px solid #ededed;
  border-radius: 0 !important;
}
input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: none !important;
}

form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2%;
}
form > * {
  width: 100%;
}
form.user-form .form-item-mail {
  display: none !important;
}
form div.form-item {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
form div.form-item .form-text {
  font-size: 16px !important;
}
form div.form-item.form-group-fields {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
form div.form-item.clearfix {
  margin-top: 0px;
  margin-bottom: 0px;
}
form div.form-item.form-item-20 {
  width: 19%;
}
form div.form-item.form-item-25 {
  width: 24%;
}
form div.form-item.form-item-33 {
  width: 32%;
}
form div.form-item.form-item-50 {
  width: 49%;
}
form div.form-item.form-item-66 {
  width: 65%;
}
form div.form-item.form-item-75 {
  width: 74%;
}
@media (min-width: 576px) {
  form div.form-item.form-item-sm-20 {
    width: 19%;
  }
  form div.form-item.form-item-sm-25 {
    width: 24%;
  }
  form div.form-item.form-item-sm-33 {
    width: 32%;
  }
  form div.form-item.form-item-sm-50 {
    width: 49%;
  }
  form div.form-item.form-item-sm-66 {
    width: 65%;
  }
  form div.form-item.form-item-sm-75 {
    width: 74%;
  }
}
@media (min-width: 768px) {
  form div.form-item.form-item-md-20 {
    width: 19%;
  }
  form div.form-item.form-item-md-25 {
    width: 24%;
  }
  form div.form-item.form-item-md-33 {
    width: 32%;
  }
  form div.form-item.form-item-md-50 {
    width: 49%;
  }
  form div.form-item.form-item-md-66 {
    width: 65%;
  }
  form div.form-item.form-item-md-75 {
    width: 74%;
  }
}
@media (min-width: 992px) {
  form div.form-item.form-item-lg-20 {
    width: 19%;
  }
  form div.form-item.form-item-lg-25 {
    width: 24%;
  }
  form div.form-item.form-item-lg-33 {
    width: 32%;
  }
  form div.form-item.form-item-lg-50 {
    width: 49%;
  }
  form div.form-item.form-item-lg-66 {
    width: 65%;
  }
  form div.form-item.form-item-lg-75 {
    width: 74%;
  }
}
@media (min-width: 1200px) {
  form div.form-item.form-item-xl-20 {
    width: 19%;
  }
  form div.form-item.form-item-xl-25 {
    width: 24%;
  }
  form div.form-item.form-item-xl-33 {
    width: 32%;
  }
  form div.form-item.form-item-xl-50 {
    width: 49%;
  }
  form div.form-item.form-item-xl-66 {
    width: 65%;
  }
  form div.form-item.form-item-xl-75 {
    width: 74%;
  }
}
@media (min-width: 1400px) {
  form div.form-item.form-item-xxl-20 {
    width: 19%;
  }
  form div.form-item.form-item-xxl-25 {
    width: 24%;
  }
  form div.form-item.form-item-xxl-33 {
    width: 32%;
  }
  form div.form-item.form-item-xxl-50 {
    width: 49%;
  }
  form div.form-item.form-item-xxl-66 {
    width: 65%;
  }
  form div.form-item.form-item-xxl-75 {
    width: 74%;
  }
}
form div.form-item label {
  color: #00544f;
}
form div.form-item label.required::after, form div.form-item label.form-required::after, form div.form-item:has(.obligatoire:not(:disabled)) > label::after {
  display: inline-block;
  font-size: 10px;
  margin-left: 0.3em;
  content: "*";
  background: none;
  color: #ff0000;
}
form div.form-item input:not([type=radio], [type=checkbox]), form div.form-item select, form div.form-item textarea {
  width: 100%;
  border: solid 1px #00544f;
}
form div.form-item input:not([type=radio], [type=checkbox]) *:is([type=checkbox], [type=radio]), form div.form-item select *:is([type=checkbox], [type=radio]), form div.form-item textarea *:is([type=checkbox], [type=radio]) {
  width: auto;
}
form div.form-item input:not([type=radio], [type=checkbox]):disabled, form div.form-item select:disabled, form div.form-item textarea:disabled {
  opacity: 0.5;
}
form div.form-item input:not([type=submit], [type=radio], [type=checkbox]),
form div.form-item select {
  border-radius: 5px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding-left: 10px;
}
form div.form-item input:not([type=submit], [type=radio], [type=checkbox]) {
  padding: 0.475rem 0.75rem;
}
form div.form-item select {
  padding: 0.375rem 0.75rem;
  height: calc(1.5em + 0.75rem + 5px);
}
form div.form-item input:is([type=checkbox]).error,
form div.form-item .js-form-type-checkbox.error input {
  outline: 2px solid #ff0000;
  box-shadow: 0 0 0 2px #ff0000;
  height: auto !important;
}
form div.form-item:is(.form-type-checkbox, .form-type-radio) {
  margin-top: 1.4rem;
}
form div.form-item:is(.form-type-checkbox, .form-type-radio) label {
  cursor: pointer;
}
form div.form-item:is(.form-type-checkbox, .form-type-radio) label input {
  margin-right: 5px;
}
form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) {
  position: relative;
  padding-top: 1.4rem;
}
form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) label {
  position: absolute;
  top: calc(1.4rem + 15px);
  left: 12px;
  color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 24px);
  text-overflow: ellipsis;
  transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}
form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) input {
  margin-top: 0.25rem;
}
form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) input:empty, form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) input:invalid {
  color: transparent;
}
form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) input:focus, form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) input:not(:empty), form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) input:valid {
  color: inherit;
}
form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) input::placeholder {
  opacity: 0;
}
form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) select {
  margin-top: 0.25rem;
}
form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) select:has(option:checked[value=""], option:checked[value=All]) {
  color: transparent;
}
form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) select:has(option:checked[value=""], option:checked[value=All]) option {
  color: #00544f;
}
form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) select:has(option:checked[value=""], option:checked[value=All]) option:checked[value=""], form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) select:has(option:checked[value=""], option:checked[value=All]) option:checked[value=""]:hover, form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) select:has(option:checked[value=""], option:checked[value=All]) option:checked[value=All], form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) select:has(option:checked[value=""], option:checked[value=All]) option:checked[value=All]:hover {
  color: transparent;
}
form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) .form-textarea-wrapper {
  margin-top: 0.25rem;
}
form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) .form-textarea-wrapper textarea {
  border-radius: 5px;
}
form div.form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) .form-textarea-wrapper textarea::placeholder {
  opacity: 0;
}
form div.form-item:is(.form-type-textfield, .form-type-password, .form-type-email):has(input:focus, input:not(:placeholder-shown), input:not(:empty)) label {
  top: 5px;
  font-size: 1rem;
  font-weight: 400;
  color: #00544f;
  left: 0;
}
form div.form-item:is(.form-type-tel):has(input:focus, input:not(:placeholder-shown)) label {
  top: 5px;
  font-size: 1rem;
  font-weight: 400;
  color: #00544f;
  left: 0;
}
form div.form-item:is(.form-type-tel):has(input:focus, input:not(:placeholder-shown)) input::placeholder {
  opacity: 1;
}
form div.form-item:is(.form-type-select):has(select:focus, option:checked:not([value=""], [value=All])) label {
  top: 5px;
  font-size: 1rem;
  font-weight: 400;
  color: #00544f;
  left: 0;
}
form div.form-item:is(.form-type-textarea):has(textarea:not(:placeholder-shown), textarea:focus) label {
  top: 5px;
  font-size: 1rem;
  font-weight: 400;
  color: #00544f;
  left: 0;
}
form .form-actions {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}
form .form-actions > * {
  max-width: 49%;
}
form .form-actions > * + * {
  margin-left: 2%;
}
form .g-recaptcha {
  width: 100%;
  margin-top: 30px;
}
form .g-recaptcha > div {
  margin: auto;
}

#webform-submission-inscription-a-la-newsletter-add-form .form-item-rgpd {
  width: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: auto;
}
#webform-submission-inscription-a-la-newsletter-add-form .form-item-rgpd label {
  display: none;
}
#webform-submission-inscription-a-la-newsletter-add-form .form-item#edit-processed-text {
  position: relative;
  left: -2%;
  width: calc(98% - 40px);
  display: flex;
  align-items: center;
  gap: 10px;
}

.bootstrap-duallistbox-container {
  margin-top: 15px !important;
  /*border:1px solid $couleur1;
  padding: 15px;*/
}
.bootstrap-duallistbox-container > * {
  padding: 0;
}

.views-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: end;
}
.views-exposed-form .form--inline .form-actions {
  margin-top: 10px;
}
.views-exposed-form .form--inline {
  /*> div {
      margin: 0 0 10px;
      input {
          width: 100% !important;
          margin: 0;
      }
      select {
          width: 100% !important;
          margin: 0;
      }
      label {
          font-family: $font-family_1;
          text-transform: uppercase;
          margin-bottom: 0;
      }
  }
  input[type="hidden"] {
      display: none;
  }
  >div.form-item {
      float: none;
  }*/
}

#section {
  padding: 40px 0 0;
}
#section ul:not(.checklist):not(.nav):not(.sf-menu):not(.contextual-links) {
  list-style: none;
}
#section ul:not(.checklist):not(.nav):not(.sf-menu):not(.contextual-links) > li {
  position: relative;
  padding-left: 30px;
}
#section ul:not(.checklist):not(.nav):not(.sf-menu):not(.contextual-links) > li::marker {
  display: none;
}
#section ul:not(.checklist):not(.nav):not(.sf-menu):not(.contextual-links) > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 18px;
  height: 18px;
  background: url("../images/li-puce.png") no-repeat center;
  background-size: contain;
}
@media (min-width: 992px) {
  #section:has(#sidebar-second) #content {
    padding-right: 40px;
  }
  #section:has(#sidebar-first) #content {
    padding-left: 40px;
  }
}

.contenu-sur-bandeau {
  padding: 0;
}
.contenu-sur-bandeau.type-marge-petite {
  padding: 20px 0;
}
.contenu-sur-bandeau.type-marge-grande {
  padding: 40px 0;
}

@media (max-width: 767px) {
  #featured-right {
    margin-top: 30px;
  }
}

#header {
  color: #ffffff;
  background-color: #00544f;
}
.path-frontpage #header {
  background-color: rgba(0, 84, 79, 0.8);
}
.sticky #header, .path-frontpage #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.sticky.toolbar-fixed #header, .path-frontpage.toolbar-fixed #header {
  top: 39px;
}
.sticky.toolbar-horizontal.toolbar-tray-open #header, .path-frontpage.toolbar-horizontal.toolbar-tray-open #header {
  top: 79px;
}
.path-frontpage #header #header-body {
  background-color: rgba(0, 84, 79, 0.7);
}
#header #header-body {
  padding: 10px 0;
}
#header #header-body > .container > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
@media (max-width: 1199px) {
  #header #header-body > .container > .row {
    align-items: center;
  }
}
@media (max-width: 575px) {
  .sticky #header #header-body > .container > .row {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  #header #header-body > .container > .row #header-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .sticky #header #header-body > .container > .row #header-logo {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .sticky #header #header-body > .container > .row #header-logo {
    width: fit-content;
  }
}
.sticky #header #header-body > .container > .row #header-logo #logo img {
  max-height: 60px;
}
@media (max-width: 575px) {
  .sticky #header #header-body > .container > .row #header-right {
    width: fit-content;
  }
}
#header #header-body > .container > .row #header-right .region-header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: end;
}
@media (max-width: 575px) {
  #header #header-body > .container > .row #header-right .region-header-right {
    justify-content: center;
  }
}
#header #header-body > .container > .row #header-right .region-header-right .block-superfish {
  width: auto;
  margin-right: 20px;
}
@media (max-width: 1399px) {
  #header #header-body > .container > .row #header-right .region-header-right .block-superfish {
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  #header #header-body > .container > .row #header-right .region-header-right .block-superfish {
    display: none;
  }
}
#header #header-body > .container > .row #header-right .region-header-right .block-superfish .sf-main li a, #header #header-body > .container > .row #header-right .region-header-right .block-superfish .sf-main li span {
  color: #ffffff;
  text-decoration: none;
  padding: 5px 20px;
}
@media (max-width: 1399px) {
  #header #header-body > .container > .row #header-right .region-header-right .block-superfish .sf-main li a, #header #header-body > .container > .row #header-right .region-header-right .block-superfish .sf-main li span {
    padding: 5px 10px;
  }
}
#header #header-body > .container > .row #header-right .region-header-right .block-superfish .sf-main li a:hover {
  text-decoration: underline;
}
#header #header-body > .container > .row #header-right .region-header-right .block-superfish .sf-main li#main-standardfront-page a {
  text-indent: -10000px;
  background: url("../images/icon-home.png") no-repeat center center;
  background-size: 19px;
  width: 35px;
}
#header #header-body > .container > .row #header-right .region-header-right .block-superfish .sf-main li + li {
  border-left: 1px solid #b0cc54;
}
#header #header-body > .container > .row #header-right .region-header-right #block-izianet-headerboutons .field--name-body {
  display: flex;
  align-items: end;
}
#header #header-body > .container > .row #header-right .region-header-right #block-izianet-headerboutons .field--name-body p {
  margin-bottom: 0;
}
#header #header-body > .container > .row #header-right .region-header-right #block-izianet-headerboutons .field--name-body p a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 575px) {
  .sticky #header #header-body > .container > .row #header-right .region-header-right #block-izianet-headerboutons .field--name-body p a span {
    display: none;
  }
}
#header #header-body > .container > .row #header-right .region-header-right #block-izianet-headerboutons .field--name-body p a:hover span {
  text-decoration: underline;
}
#header #header-body > .container > .row #header-right .region-header-right #block-izianet-headerboutons .field--name-body p + p {
  margin-left: 20px;
}
@media (max-width: 1399px) {
  #header #header-body > .container > .row #header-right .region-header-right #block-izianet-headerboutons .field--name-body p + p {
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  #header #header-body > .container > .row #header-right .region-header-right #block-izianet-headerboutons .field--name-body p + p {
    margin-left: 20px;
  }
}
#header #header-body > .container > .row #header-right .region-header-right #block-izianet-headerboutons .field--name-body p + p a {
  color: #b0cc54;
}

#block-izianet-breadcrumbs {
  margin-top: 15px;
  margin-bottom: 25px;
  color: #b0cc54;
  font-size: 12px;
}
#block-izianet-breadcrumbs .sep {
  margin: 0 5px;
}

#footer {
  color: #b0cc54;
  background-color: #00544f;
  padding: 40px 0 0;
  font-size: 14px;
  margin-top: 40px;
}
#footer .container {
  background-image: url("../images/background-footer.png");
  background-position: right -20px bottom 0;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  #footer .container {
    background-position: center bottom 0;
  }
}
#footer .block {
  background: linear-gradient(to bottom, #00544f 50%, transparent 100%);
  padding-bottom: 20px;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer #block-izianet-sitedemontpellier .field--name-body h2 {
  font-size: 16px;
  text-transform: none;
  padding-left: 0;
  background: none;
}
#footer #block-izianet-footersinscrirealanewsletter .field--name-body a {
  background-color: #ffffff;
  padding: 5px 10px;
  color: #00544f;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: auto;
}
#footer #block-izianet-footersinscrirealanewsletter .field--name-body a::after {
  content: "arrow_selector_tool";
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  margin-left: 10px;
}
#footer #block-izianet-footersinscrirealanewsletter .field--name-body a:hover {
  text-decoration: none;
}
#footer #block-izianet-footersinscrirealanewsletter .field--name-body a:hover span {
  text-decoration: underline;
}

.view-slider .slide {
  position: relative;
}
.view-slider .slide .slide-img {
  height: 650px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.view-slider .slide .views-field-field-contenu {
  position: absolute;
  left: 40%;
  width: 60%;
  bottom: 0;
  background-color: rgba(0, 84, 79, 0.8);
  color: #ffffff;
  padding: 20px 0 80px 45px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 60px 100%);
}
@media (max-width: 1399px) {
  .view-slider .slide .views-field-field-contenu {
    left: 35%;
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .view-slider .slide .views-field-field-contenu {
    left: 25%;
    width: 75%;
  }
}
@media (max-width: 991px) {
  .view-slider .slide .views-field-field-contenu {
    left: 15%;
    width: 85%;
  }
}
@media (max-width: 575px) {
  .view-slider .slide .views-field-field-contenu {
    left: 5%;
    width: 95%;
  }
}
.view-slider .slide .views-field-field-contenu .container {
  max-width: 756px;
}
@media (max-width: 1399px) {
  .view-slider .slide .views-field-field-contenu .container {
    max-width: 705px;
  }
}
@media (max-width: 1199px) {
  .view-slider .slide .views-field-field-contenu .container {
    max-width: 680px;
  }
}
@media (max-width: 991px) {
  .view-slider .slide .views-field-field-contenu .container {
    max-width: 585px;
  }
}
@media (max-width: 575px) {
  .view-slider .slide .views-field-field-contenu .container {
    max-width: 585px;
  }
}
.view-slider .slide .views-field-field-contenu .container {
  margin: 0;
}
.view-slider .slide .views-field-field-contenu .container h1, .view-slider .slide .views-field-field-contenu .container h2, .view-slider .slide .views-field-field-contenu .container h3 {
  background-color: transparent;
  background-image: none;
  color: #ffffff;
  padding: 0;
  min-width: none;
  margin-bottom: 0px;
  clip-path: none;
  text-align: left;
}
.view-slider .slide .views-field-field-contenu .container p {
  margin-bottom: 0;
}
.view-slider .slide .views-field-nothing {
  position: absolute;
  left: 22%;
  top: 200px;
  width: 53%;
  padding: 25px 40px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
  .view-slider .slide .views-field-nothing {
    left: 15%;
    width: 70%;
  }
}
@media (max-width: 575px) {
  .view-slider .slide .views-field-nothing {
    padding: 15px 20px;
    left: 10%;
    width: 80%;
  }
}
.view-slider .slide .views-field-nothing div.temporary-message-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.view-slider .slide .views-field-nothing p {
  text-wrap: balance;
  word-wrap: balance;
  text-align: center;
  font-size: 32px;
  color: #00544f;
  margin-bottom: 0;
  font-style: italic;
}
@media (max-width: 575px) {
  .view-slider .slide .views-field-nothing p {
    font-size: 28px;
  }
}

#views-exposed-form-nos-formations-page-1 {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 35px;
  background-color: #b0cc54;
  clip-path: polygon(30px 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
}
.path-frontpage #views-exposed-form-nos-formations-page-1 {
  width: 75%;
  margin: -60px auto 30px;
}
@media (max-width: 1199px) {
  .path-frontpage #views-exposed-form-nos-formations-page-1 {
    width: 100%;
  }
}
#views-exposed-form-nos-formations-page-1 .form--inline::after {
  display: none;
}
#views-exposed-form-nos-formations-page-1 .form--inline .form-item {
  width: calc((100% - 40px) / 5 - 5px);
  margin: 5px 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #views-exposed-form-nos-formations-page-1 .form--inline .form-item {
    width: calc(33.3333333333% - 5px);
  }
  #views-exposed-form-nos-formations-page-1 .form--inline .form-item:nth-child(5n+4), #views-exposed-form-nos-formations-page-1 .form--inline .form-item:nth-child(5n+5) {
    margin-top: 0;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  #views-exposed-form-nos-formations-page-1 .form--inline .form-item {
    width: calc(50% - 5px);
  }
  #views-exposed-form-nos-formations-page-1 .form--inline .form-item:nth-child(5n+3), #views-exposed-form-nos-formations-page-1 .form--inline .form-item:nth-child(5n+4), #views-exposed-form-nos-formations-page-1 .form--inline .form-item:nth-child(5n+5) {
    margin-top: 0;
  }
}
@media (max-width: 499px) {
  #views-exposed-form-nos-formations-page-1 .form--inline .form-item {
    width: 100%;
  }
  #views-exposed-form-nos-formations-page-1 .form--inline .form-item:nth-child(5n+2), #views-exposed-form-nos-formations-page-1 .form--inline .form-item:nth-child(5n+3), #views-exposed-form-nos-formations-page-1 .form--inline .form-item:nth-child(5n+4), #views-exposed-form-nos-formations-page-1 .form--inline .form-item:nth-child(5n+5) {
    margin-top: 0;
  }
}
#views-exposed-form-nos-formations-page-1 .form--inline .form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) label {
  top: 12px;
  color: #00544f;
}
#views-exposed-form-nos-formations-page-1 .form--inline .form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) input, #views-exposed-form-nos-formations-page-1 .form--inline .form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) select, #views-exposed-form-nos-formations-page-1 .form--inline .form-item:is(.form-type-textfield, .form-type-tel, .form-type-password, .form-type-email, .form-type-select, .form-type-textarea) textarea {
  border: 1px solid #ededed;
  margin-top: 0;
}
#views-exposed-form-nos-formations-page-1 .form--inline .form-item:is(.form-type-textfield, .form-type-password, .form-type-email):has(input:focus, input:not(:placeholder-shown), input:not(:empty)) label {
  display: none;
}
#views-exposed-form-nos-formations-page-1 .form--inline .form-item:is(.form-type-select):has(select:focus, option:checked:not([value=""], [value=All])) label {
  display: none;
}
#views-exposed-form-nos-formations-page-1 .form--inline .form-actions {
  margin: 5px 0;
  width: fit-content;
}
@media (max-width: 1199px) {
  #views-exposed-form-nos-formations-page-1 .form--inline .form-actions {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #views-exposed-form-nos-formations-page-1 .form--inline .form-actions {
    width: calc(33.3333333333% - 5px);
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  #views-exposed-form-nos-formations-page-1 .form--inline .form-actions {
    width: calc(50% - 5px);
  }
}
@media (max-width: 499px) {
  #views-exposed-form-nos-formations-page-1 .form--inline .form-actions {
    width: 100%;
  }
}
#views-exposed-form-nos-formations-page-1 .form--inline .form-actions .form-submit {
  background-image: none;
  background-color: #00544f;
  color: #ffffff;
  font-family: "Material Symbols Outlined";
  padding: 3.75px;
  font-size: 30px;
  line-height: 1;
  max-width: none;
}

.path-frontpage #main {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .path-frontpage #paragraph-8 img.align-right {
    display: none;
  }
}

.view-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  padding-bottom: 20px;
}
.view-footer a {
  border: none;
  font-size: 22px;
  color: #00544f;
  text-decoration: none;
  padding: 10px 0 10px 55px;
  background: url("../images/picto-n.png") left center no-repeat;
  background-size: 35px;
}
.view-footer a:hover {
  text-decoration: underline;
  background-color: transparent;
  color: #00544f !important;
  border: none;
}

.view-id-nos_formations.view-display-id-block_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.view-id-nos_formations.view-display-id-block_1 .view-content .views-row {
  position: relative;
  width: calc(33.3333333333% - 20px);
  margin-bottom: 30px;
  clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
  margin-right: 30px;
}
.view-id-nos_formations.view-display-id-block_1 .view-content .views-row:nth-child(3n+3) {
  margin-right: 0px;
}
@media (max-width: 1199px) {
  .view-id-nos_formations.view-display-id-block_1 .view-content .views-row {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .view-id-nos_formations.view-display-id-block_1 .view-content .views-row:nth-child(3n+3) {
    margin-right: 40px;
  }
  .view-id-nos_formations.view-display-id-block_1 .view-content .views-row:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .view-id-nos_formations.view-display-id-block_1 .view-content .views-row {
    width: 80%;
    margin: 0 auto 30px !important;
  }
}
@media (max-width: 575px) {
  .view-id-nos_formations.view-display-id-block_1 .view-content .views-row {
    width: 90%;
  }
}
@media (max-width: 499px) {
  .view-id-nos_formations.view-display-id-block_1 .view-content .views-row {
    width: 95%;
  }
}
.view-id-nos_formations.view-display-id-block_1 .view-content .views-row img {
  width: 100%;
  transition: transform 0.5s ease;
}
.view-id-nos_formations.view-display-id-block_1 .view-content .views-row .views-field-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  padding: 10px;
  background-color: rgba(237, 237, 237, 0.8);
}
.view-id-nos_formations.view-display-id-block_1 .view-content .views-row .views-field-title a {
  color: #000000;
  text-decoration: none;
}
.view-id-nos_formations.view-display-id-block_1 .view-content .views-row .views-field-nothing-1 a.card-link {
  display: inline-block;
  position: absolute;
  inset: 0;
  z-index: 30;
}
.view-id-nos_formations.view-display-id-block_1 .view-content .views-row:hover img {
  transform: scale(1.1);
  transform-origin: center;
}
.view-id-nos_formations.view-display-id-block_1 .view-content .views-row:hover .views-field-title {
  background-color: rgba(237, 237, 237, 0.9);
}

.view-temoignages-de-stagiaires {
  background: url("../images/background-temoignages.png") left -50px center no-repeat;
  background-size: 45%;
  min-height: 250px;
}
@media (max-width: 767px) {
  .view-temoignages-de-stagiaires {
    background: none;
    min-height: auto;
  }
}
.view-temoignages-de-stagiaires .slick--view {
  margin: 30px 10% 30px 30%;
  position: relative;
  width: 60%;
}
@media (max-width: 1199px) {
  .view-temoignages-de-stagiaires .slick--view {
    margin: 30px 5% 30px 20%;
    width: 75%;
  }
}
@media (max-width: 991px) {
  .view-temoignages-de-stagiaires .slick--view {
    margin: 30px 2% 30px 8%;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .view-temoignages-de-stagiaires .slick--view {
    margin: 30px 0% 30px 0%;
    width: 100%;
  }
}
.view-temoignages-de-stagiaires .slick--view .slick-list {
  width: calc(100% - 200px);
  margin: auto;
  text-align: center;
}
@media (max-width: 575px) {
  .view-temoignages-de-stagiaires .slick--view .slick-list {
    width: calc(100% - 100px);
  }
}
.view-temoignages-de-stagiaires .slick--view .slick__arrow .slick-arrow {
  width: 45px;
  height: 45px;
  background-color: transparent;
  background-image: url("../images/picto-n.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -22.5px;
  position: absolute;
  top: 50%;
  border: none;
}
@media (max-width: 575px) {
  .view-temoignages-de-stagiaires .slick--view .slick__arrow .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.view-temoignages-de-stagiaires .slick--view .slick__arrow .slick-arrow.slick-prev {
  left: 0;
}
.view-temoignages-de-stagiaires .slick--view .slick__arrow .slick-arrow.slick-next {
  right: 0;
}

.view-nos-actualites .view-content {
  display: flex;
  flex-wrap: wrap;
}
.path-frontpage .view-nos-actualites .view-content {
  justify-content: center;
}
.view-nos-actualites .view-content .views-row {
  position: relative;
  margin-bottom: 30px;
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  color: #00544f;
}
.view-nos-actualites .view-content .views-row:nth-child(3n+3) {
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .path-frontpage .view-nos-actualites .view-content .views-row {
    margin-right: 100px;
  }
  .path-frontpage .view-nos-actualites .view-content .views-row:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media (max-width: 1199px) {
  .view-nos-actualites .view-content .views-row {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .view-nos-actualites .view-content .views-row:nth-child(3n+3) {
    margin-right: 40px;
  }
  .view-nos-actualites .view-content .views-row:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .view-nos-actualites .view-content .views-row {
    width: 80%;
    margin: 0 auto 30px !important;
  }
}
@media (max-width: 575px) {
  .view-nos-actualites .view-content .views-row {
    width: 90%;
  }
}
@media (max-width: 499px) {
  .view-nos-actualites .view-content .views-row {
    width: 95%;
  }
}
.view-nos-actualites .view-content .views-row a {
  text-decoration: none;
}
.view-nos-actualites .view-content .views-row:hover a {
  text-decoration: underline;
}
.view-nos-actualites .view-content .views-row .views-field-field-image {
  background-color: #b0cc54;
  overflow: hidden;
  margin-bottom: -1px;
}
.view-nos-actualites .view-content .views-row .views-field-field-image a {
  display: block;
  clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
}
.view-nos-actualites .view-content .views-row .views-field-field-image a img {
  width: 100%;
  transition: transform 0.5s ease;
}
.view-nos-actualites .view-content .views-row .views-field-title {
  padding-top: 15px;
}
.view-nos-actualites .view-content .views-row:hover .views-field-field-image img {
  transform: scale(1.1);
  transform-origin: center;
}

.view-catalogue-de-formation .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .view-catalogue-de-formation .view-content {
    justify-content: center;
  }
}
.view-catalogue-de-formation .view-content .views-row {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  background-color: #ededed;
  padding-bottom: 46px;
  position: relative;
  clip-path: polygon(0 50px, 50px 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 1199px) {
  .view-catalogue-de-formation .view-content .views-row {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .view-catalogue-de-formation .view-content .views-row {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .view-catalogue-de-formation .view-content .views-row {
    clip-path: polygon(0 50px, 50px 0, 100% 0, 100% 100%, 0 100%);
  }
}
.view-catalogue-de-formation .view-content .views-row a {
  display: block;
  position: absolute;
  inset: 0;
}
.view-catalogue-de-formation .view-content .views-row:hover img {
  transform: scale(1.1);
  transform-origin: center;
}
.view-catalogue-de-formation .view-content .views-row:hover h2 {
  text-decoration: underline;
}
.view-catalogue-de-formation .view-content .views-row .views-field-views-conditional-field {
  width: 35%;
  overflow: hidden;
}
@media (max-width: 499px) {
  .view-catalogue-de-formation .view-content .views-row .views-field-views-conditional-field {
    width: 100%;
  }
}
.view-catalogue-de-formation .view-content .views-row .views-field-views-conditional-field img {
  transition: transform 0.5s ease;
  width: 100%;
}
.view-catalogue-de-formation .view-content .views-row .views-field-name {
  width: 65%;
}
@media (max-width: 499px) {
  .view-catalogue-de-formation .view-content .views-row .views-field-name {
    width: 100%;
  }
}
.view-catalogue-de-formation .view-content .views-row .views-field-name .field-content {
  padding: 15px;
  display: block;
}
.view-catalogue-de-formation .view-content .views-row .views-field-name .field-content h2 {
  border-bottom: none !important;
  font-size: 22px;
  padding-left: 0;
  background: none;
  width: 100%;
}
.view-catalogue-de-formation .view-content .views-row .views-field-name .field-content .theme-soustitre {
  font-size: 16px;
}
.view-catalogue-de-formation .view-content .views-row .views-field-nothing {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.view-catalogue-de-formation .view-content .views-row .views-field-nothing .field-content .theme-counter {
  width: 100%;
  padding: 5px 15px;
  background-color: #00544f;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
}
.view-catalogue-de-formation .view-content .views-row .views-field-nothing .field-content .theme-counter span {
  font-size: 18px;
}

.container_note {
  background-color: #ffffff;
  position: relative;
  width: 105px;
  height: 18px;
  margin: auto;
}
.container_note .note {
  background-color: #00544f;
  position: absolute;
  height: 20px;
}
.container_note .star {
  background-image: url(../images/stars-fond-blanc.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 106px;
  z-index: 10;
  position: absolute;
  height: 20px;
}

.container_note.note-pct-1 .note {
  width: 1%;
}

.container_note.note-pct-2 .note {
  width: 2%;
}

.container_note.note-pct-3 .note {
  width: 3%;
}

.container_note.note-pct-4 .note {
  width: 4%;
}

.container_note.note-pct-5 .note {
  width: 5%;
}

.container_note.note-pct-6 .note {
  width: 6%;
}

.container_note.note-pct-7 .note {
  width: 7%;
}

.container_note.note-pct-8 .note {
  width: 8%;
}

.container_note.note-pct-9 .note {
  width: 9%;
}

.container_note.note-pct-10 .note {
  width: 10%;
}

.container_note.note-pct-11 .note {
  width: 11%;
}

.container_note.note-pct-12 .note {
  width: 12%;
}

.container_note.note-pct-13 .note {
  width: 13%;
}

.container_note.note-pct-14 .note {
  width: 14%;
}

.container_note.note-pct-15 .note {
  width: 15%;
}

.container_note.note-pct-16 .note {
  width: 16%;
}

.container_note.note-pct-17 .note {
  width: 17%;
}

.container_note.note-pct-18 .note {
  width: 18%;
}

.container_note.note-pct-19 .note {
  width: 19%;
}

.container_note.note-pct-20 .note {
  width: 20%;
}

.container_note.note-pct-21 .note {
  width: 21%;
}

.container_note.note-pct-22 .note {
  width: 22%;
}

.container_note.note-pct-23 .note {
  width: 23%;
}

.container_note.note-pct-24 .note {
  width: 24%;
}

.container_note.note-pct-25 .note {
  width: 25%;
}

.container_note.note-pct-26 .note {
  width: 26%;
}

.container_note.note-pct-27 .note {
  width: 27%;
}

.container_note.note-pct-28 .note {
  width: 28%;
}

.container_note.note-pct-29 .note {
  width: 29%;
}

.container_note.note-pct-30 .note {
  width: 30%;
}

.container_note.note-pct-31 .note {
  width: 31%;
}

.container_note.note-pct-32 .note {
  width: 32%;
}

.container_note.note-pct-33 .note {
  width: 33%;
}

.container_note.note-pct-34 .note {
  width: 34%;
}

.container_note.note-pct-35 .note {
  width: 35%;
}

.container_note.note-pct-36 .note {
  width: 36%;
}

.container_note.note-pct-37 .note {
  width: 37%;
}

.container_note.note-pct-38 .note {
  width: 38%;
}

.container_note.note-pct-39 .note {
  width: 39%;
}

.container_note.note-pct-40 .note {
  width: 40%;
}

.container_note.note-pct-41 .note {
  width: 41%;
}

.container_note.note-pct-42 .note {
  width: 42%;
}

.container_note.note-pct-43 .note {
  width: 43%;
}

.container_note.note-pct-44 .note {
  width: 44%;
}

.container_note.note-pct-45 .note {
  width: 45%;
}

.container_note.note-pct-46 .note {
  width: 46%;
}

.container_note.note-pct-47 .note {
  width: 47%;
}

.container_note.note-pct-48 .note {
  width: 48%;
}

.container_note.note-pct-49 .note {
  width: 49%;
}

.container_note.note-pct-50 .note {
  width: 50%;
}

.container_note.note-pct-51 .note {
  width: 51%;
}

.container_note.note-pct-52 .note {
  width: 52%;
}

.container_note.note-pct-53 .note {
  width: 53%;
}

.container_note.note-pct-54 .note {
  width: 54%;
}

.container_note.note-pct-55 .note {
  width: 55%;
}

.container_note.note-pct-56 .note {
  width: 56%;
}

.container_note.note-pct-57 .note {
  width: 57%;
}

.container_note.note-pct-58 .note {
  width: 58%;
}

.container_note.note-pct-59 .note {
  width: 59%;
}

.container_note.note-pct-60 .note {
  width: 60%;
}

.container_note.note-pct-61 .note {
  width: 61%;
}

.container_note.note-pct-62 .note {
  width: 62%;
}

.container_note.note-pct-63 .note {
  width: 63%;
}

.container_note.note-pct-64 .note {
  width: 64%;
}

.container_note.note-pct-65 .note {
  width: 65%;
}

.container_note.note-pct-66 .note {
  width: 66%;
}

.container_note.note-pct-67 .note {
  width: 67%;
}

.container_note.note-pct-68 .note {
  width: 68%;
}

.container_note.note-pct-69 .note {
  width: 69%;
}

.container_note.note-pct-70 .note {
  width: 70%;
}

.container_note.note-pct-71 .note {
  width: 71%;
}

.container_note.note-pct-72 .note {
  width: 72%;
}

.container_note.note-pct-73 .note {
  width: 73%;
}

.container_note.note-pct-74 .note {
  width: 74%;
}

.container_note.note-pct-75 .note {
  width: 75%;
}

.container_note.note-pct-76 .note {
  width: 76%;
}

.container_note.note-pct-77 .note {
  width: 77%;
}

.container_note.note-pct-78 .note {
  width: 78%;
}

.container_note.note-pct-79 .note {
  width: 79%;
}

.container_note.note-pct-80 .note {
  width: 80%;
}

.container_note.note-pct-81 .note {
  width: 81%;
}

.container_note.note-pct-82 .note {
  width: 82%;
}

.container_note.note-pct-83 .note {
  width: 83%;
}

.container_note.note-pct-84 .note {
  width: 84%;
}

.container_note.note-pct-85 .note {
  width: 85%;
}

.container_note.note-pct-86 .note {
  width: 86%;
}

.container_note.note-pct-87 .note {
  width: 87%;
}

.container_note.note-pct-88 .note {
  width: 88%;
}

.container_note.note-pct-89 .note {
  width: 89%;
}

.container_note.note-pct-90 .note {
  width: 90%;
}

.container_note.note-pct-91 .note {
  width: 91%;
}

.container_note.note-pct-92 .note {
  width: 92%;
}

.container_note.note-pct-93 .note {
  width: 93%;
}

.container_note.note-pct-94 .note {
  width: 94%;
}

.container_note.note-pct-95 .note {
  width: 95%;
}

.container_note.note-pct-96 .note {
  width: 96%;
}

.container_note.note-pct-97 .note {
  width: 97%;
}

.container_note.note-pct-98 .note {
  width: 98%;
}

.container_note.note-pct-99 .note {
  width: 99%;
}

.container_note.note-pct-100 .note {
  width: 100%;
}

.formation-affichage {
  margin-bottom: 30px;
  display: block;
  display: flex;
  flex-wrap: wrap;
  color: #00544f;
}
.formation-affichage a {
  text-decoration: none;
}
.formation-affichage a:hover {
  text-decoration: underline;
}
.formation-affichage .formation-image {
  width: 14%;
  background-color: #ededed;
  display: flex;
  align-items: center;
  clip-path: polygon(0 50px, 50px 0, 100% 0, 100% 100%, 0 100%);
}
.formation-affichage .formation-image a {
  width: 100%;
}
.formation-affichage .formation-image a img {
  width: 100%;
}
@media (max-width: 1199px) {
  .formation-affichage .formation-image {
    width: 18%;
  }
}
@media (max-width: 991px) {
  .formation-affichage .formation-image {
    width: 40%;
    align-items: start;
  }
}
@media (max-width: 499px) {
  .formation-affichage .formation-image {
    width: 100%;
  }
}
.formation-affichage .formation-infos {
  width: 39%;
  background-color: #ededed;
  padding: 10px 0px 10px 10px;
  border-right: 2px solid #ffffff;
}
.formation-affichage .formation-infos .formation-theme {
  display: block;
  color: #b0cc54;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.formation-affichage .formation-infos .formation-titre {
  font-weight: bold;
}
@media (max-width: 1199px) {
  .formation-affichage .formation-infos {
    width: 38%;
  }
}
@media (max-width: 991px) {
  .formation-affichage .formation-infos {
    width: 60%;
  }
}
@media (max-width: 499px) {
  .formation-affichage .formation-infos {
    width: 100%;
    padding: 10px 10px 0;
  }
}
.formation-affichage .formation-dates {
  width: 9%;
  background-color: #ededed;
  text-align: center;
  color: #b0cc54;
  font-weight: 600;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-right: 2px solid #ffffff;
}
.formation-affichage .formation-dates time {
  display: block;
}
@media (max-width: 1199px) {
  .formation-affichage .formation-dates {
    width: 11%;
  }
}
@media (max-width: 991px) {
  .formation-affichage .formation-dates {
    width: 33%;
    padding: 10px 0;
  }
}
@media (max-width: 499px) {
  .formation-affichage .formation-dates {
    width: 100%;
  }
}
.formation-affichage .formation-type {
  width: 14%;
  background-color: #ededed;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 2px solid #ffffff;
}
.formation-affichage .formation-type p {
  margin: 0;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 40px;
}
.formation-affichage .formation-type p span {
  font-size: 14px;
  display: block;
}
.formation-affichage .formation-type p.presentiel {
  background-image: url(../images/picto-presentiel.png);
}
.formation-affichage .formation-type p.distanciel {
  background-image: url(../images/picto-distanciel.png);
}
@media (max-width: 1199px) {
  .formation-affichage .formation-type {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .formation-affichage .formation-type {
    width: 34%;
    padding: 10px 0;
  }
}
@media (max-width: 499px) {
  .formation-affichage .formation-type {
    width: 100%;
  }
}
.formation-affichage .formation-appreciation {
  width: 13%;
  background-color: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.formation-affichage .formation-appreciation .container_note .star {
  background-image: url(../images/stars-sur-fond.png);
}
@media (max-width: 991px) {
  .formation-affichage .formation-appreciation {
    width: 33%;
    padding: 10px 0;
  }
}
@media (max-width: 499px) {
  .formation-affichage .formation-appreciation {
    width: 100%;
    padding-bottom: 20px;
  }
}
.formation-affichage .formation-lien {
  width: 10%;
  background-color: #00544f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1199px) {
  .formation-affichage .formation-lien {
    width: 100%;
    padding: 5px;
  }
}
.formation-affichage .formation-lien span {
  background-image: url(../images/picto-sinscrire.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 45px;
}
@media (max-width: 1199px) {
  .formation-affichage .formation-lien span {
    background-size: 20px;
    background-position: left center;
    padding-top: 0;
    padding-left: 30px;
  }
}

.view-en-tete-thematique {
  margin-bottom: 40px;
  padding: 20px 0;
  border-top: 2px solid #00544f;
  border-bottom: 2px solid #00544f;
}
.view-en-tete-thematique .view-content .views-row::after {
  content: " ";
  display: table;
  clear: both;
}
.view-en-tete-thematique .view-content .views-row .views-field-field-soustitre-theme {
  margin-bottom: 20px;
  padding: 0 30px;
}
.view-en-tete-thematique .view-content .views-row .views-field-field-soustitre-theme .theme-soustitre {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  color: #00544f;
}
.view-en-tete-thematique .view-content .views-row .views-field-description__value {
  padding: 0 30px;
}
.view-en-tete-thematique .view-content .views-row .views-field-description__value p:last-child {
  margin-bottom: 0;
}
.view-en-tete-thematique .view-content .views-row .views-field-field-image-term {
  width: 39%;
  float: right;
  margin: 0 0 0 1%;
}
@media (max-width: 991px) {
  .view-en-tete-thematique .view-content .views-row .views-field-field-image-term {
    float: none;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.view-en-tete-thematique .view-content .views-row .views-field-field-image-term img {
  width: 100%;
}
@media (max-width: 991px) {
  .view-en-tete-thematique .view-content .views-row .views-field-field-image-term img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .view-en-tete-thematique .view-content .views-row .views-field-field-image-term img {
    width: 90%;
  }
}
@media (max-width: 499px) {
  .view-en-tete-thematique .view-content .views-row .views-field-field-image-term img {
    width: 100%;
  }
}

#block-views-block-nos-formations-block-3 {
  margin-top: 80px;
}

.page-node-type-formation #block-views-block-image-formation-block-1 {
  width: calc(100% - 60px);
  margin: 0 0 0 60px;
}
.page-node-type-formation #block-views-block-image-formation-block-1 img {
  display: block;
  margin: auto;
  clip-path: polygon(0 50px, 50px 0, 100% 0, 100% 100%, 0 100%);
}
.page-node-type-formation #block-izianet-content .field {
  margin-top: 40px;
}
.page-node-type-formation #block-izianet-content .field .field__label {
  color: #b0cc54;
  text-transform: uppercase;
  font-size: 30px;
  padding: 5px 0 5px 60px;
  margin-bottom: 1rem;
  background: url("../images/picto-n.png") left center no-repeat;
}
.page-node-type-formation #block-izianet-content .field .field__item {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .page-node-type-formation #block-izianet-content .field .field__item {
    padding-left: 0;
  }
}
.page-node-type-formation .view-sessions-d-une-formation .view-header h2 {
  background-color: #00544f;
  background-image: url("../images/background-titre.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 20px;
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row {
  background-color: #ededed;
  margin-top: 15px;
  background-repeat: no-repeat;
  background-position: right 7px top 10px;
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row p {
  margin-bottom: 0;
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row .views-field-nothing {
  padding: 10px 30px 0 10px;
  color: #00544f;
  font-size: 0.9em;
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row .session-complete {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #00544f;
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row .views-field-views-conditional-field-3 a {
  padding: 2px 10px;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row .views-field-views-conditional-field-3 a::after {
  font-family: "Material Symbols Outlined";
  font-size: 1.2em;
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row .views-field-views-conditional-field-3 a:hover {
  text-decoration: underline;
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row .views-field-views-conditional-field-3 a:hover::after {
  text-decoration: none;
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row .views-field-views-conditional-field-3 a:first-child {
  background-color: #b0cc54;
  color: #00544f;
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row .views-field-views-conditional-field-3 a:first-child::after {
  content: "description";
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row .views-field-views-conditional-field-3 a:last-child {
  background-color: #00544f;
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row .views-field-views-conditional-field-3 a:last-child::after {
  content: "edit";
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row .views-field-views-conditional-field-3 .field-content div {
  padding: 2px 10px;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: #00544f;
  font-weight: 600;
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row .views-field-views-conditional-field-3 .ajoutSession:after {
  font-family: "Material Symbols Outlined";
  font-size: 1.2em;
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row .views-field-views-conditional-field-3 .ajoutSession:hover {
  text-decoration: underline;
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row .views-field-views-conditional-field-3 .ajoutSession:hover::after {
  text-decoration: none;
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row .views-field-views-conditional-field-3 .ajoutSession::after {
  content: "edit";
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row.presentiel {
  background-image: url(../images/picto-presentiel.png);
}
.page-node-type-formation .view-sessions-d-une-formation .view-content .views-row.distanciel {
  background-image: url(../images/picto-distanciel.png);
}
.page-node-type-formation .view-appreciation-et-label {
  margin-top: 20px;
}
.page-node-type-formation .view-appreciation-et-label .view-content .views-row {
  color: #00544f;
  font-weight: bold;
  text-align: center;
}
.page-node-type-formation .view-appreciation-et-label .view-content .views-row p {
  margin-bottom: 0.5rem;
}
.page-node-type-formation .view-labels-formation {
  margin-top: 40px;
}
.page-node-type-formation .view-labels-formation .view-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.page-node-type-formation .view-labels-formation .view-content .row {
  width: 49%;
  text-align: center;
  margin-bottom: 10px;
}
.page-node-type-formation #block-izianet-financementetcontactformation {
  margin-top: 40px;
}
.page-node-type-formation #block-izianet-financementetcontactformation .field--name-body p {
  text-align: center;
  margin-bottom: 0.5rem;
}
.page-node-type-formation #block-izianet-financementetcontactformation .field--name-body a {
  font-weight: 600;
  margin-top: 0.5rem;
  background-color: #b0cc54;
  background-image: url("../images/background-titre.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  color: #00544f;
  padding: 5px 10px;
  width: 100%;
  text-decoration: none;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-node-type-formation #block-izianet-financementetcontactformation .field--name-body a:hover {
  text-decoration: underline;
}
.page-node-type-formation #block-izianet-financementetcontactformation .field--name-body a::after {
  font-family: "Material Symbols Outlined";
  content: "mail";
  font-size: 1.2em;
}

#block-izianet-espaceadherentsinscrire .field--name-body .tpl_btn {
  margin: auto;
  display: block;
  width: fit-content;
  padding: 6px 90px;
  background-image: url("../images/background-titre.png");
  background-size: contain;
}

#block-izianet-ofconnexion #search-account-result, #form_login #search-account-result {
  width: 100%;
}
#block-izianet-ofconnexion .forgetPassword, #form_login .forgetPassword {
  font-size: 0.8rem;
}

#highlighted ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
#highlighted ul.menu li a {
  text-align: center;
  height: 100%;
  border: 2px solid #00544f;
  color: #00544f;
  padding: 120px 5px 10px;
  background-repeat: no-repeat;
  background-position: center top 10px;
  background-size: 100px 100px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#highlighted ul.menu li a:hover {
  background-color: #00544f;
  color: #ffffff;
}
#highlighted ul.menu li a.is-active {
  background-color: #ffffff;
  color: #b0cc54;
  border-color: #b0cc54;
}
#highlighted #block-izianet-menuentreprise ul li {
  width: 16%;
  padding: 0;
}
@media (max-width: 991px) {
  #highlighted #block-izianet-menuentreprise ul li {
    width: 32%;
    margin-bottom: 2%;
  }
}
@media (max-width: 575px) {
  #highlighted #block-izianet-menuentreprise ul li {
    width: 49%;
    margin-bottom: 2%;
  }
}
#highlighted #block-izianet-menuentreprise ul li:nth-child(1) a {
  background-image: url(../images/coordonnees.svg);
}
#highlighted #block-izianet-menuentreprise ul li:nth-child(1) a:hover {
  background-image: url(../images/coordonnees-hover.svg);
}
#highlighted #block-izianet-menuentreprise ul li:nth-child(1) a.is-active {
  background-image: url(../images/coordonnees-active.svg);
}
#highlighted #block-izianet-menuentreprise ul li:nth-child(2) a {
  background-image: url(../images/stagiaires.svg);
}
#highlighted #block-izianet-menuentreprise ul li:nth-child(2) a:hover {
  background-image: url(../images/stagiaires-hover.svg);
}
#highlighted #block-izianet-menuentreprise ul li:nth-child(2) a.is-active {
  background-image: url(../images/stagiaires-active.svg);
}
#highlighted #block-izianet-menuentreprise ul li:nth-child(3) a {
  background-image: url(../images/formations.svg);
}
#highlighted #block-izianet-menuentreprise ul li:nth-child(3) a:hover {
  background-image: url(../images/formation-hover.svg);
}
#highlighted #block-izianet-menuentreprise ul li:nth-child(3) a.is-active {
  background-image: url(../images/formation-active.svg);
}
#highlighted #block-izianet-menuentreprise ul li:nth-child(4) a {
  background-image: url(../images/incription.svg);
}
#highlighted #block-izianet-menuentreprise ul li:nth-child(4) a:hover {
  background-image: url(../images/incription-hover.svg);
}
#highlighted #block-izianet-menuentreprise ul li:nth-child(4) a.is-active {
  background-image: url(../images/incription-active.svg);
}
#highlighted #block-izianet-menuentreprise ul li:nth-child(5) a {
  background-image: url(../images/factures.svg);
}
#highlighted #block-izianet-menuentreprise ul li:nth-child(5) a:hover {
  background-image: url(../images/factures-hover.svg);
}
#highlighted #block-izianet-menuentreprise ul li:nth-child(5) a.is-active {
  background-image: url(../images/factures-active.svg);
}
#highlighted #block-izianet-menuentreprise ul li:nth-child(6) a {
  background-image: url(../images/deconnexion.svg);
}
#highlighted #block-izianet-menuentreprise ul li:nth-child(6) a:hover {
  background-image: url(../images/deconnexion-hover.svg);
}
#highlighted #block-izianet-menustagiaire ul li {
  width: 24%;
  padding: 0;
}
@media (max-width: 575px) {
  #highlighted #block-izianet-menustagiaire ul li {
    width: 49%;
    margin-bottom: 2%;
  }
}
#highlighted #block-izianet-menustagiaire ul li:nth-child(1) a {
  background-image: url(../images/coordonnees.svg);
}
#highlighted #block-izianet-menustagiaire ul li:nth-child(1) a:hover {
  background-image: url(../images/coordonnees-hover.svg);
}
#highlighted #block-izianet-menustagiaire ul li:nth-child(1) a.is-active {
  background-image: url(../images/coordonnees-active.svg);
}
#highlighted #block-izianet-menustagiaire ul li:nth-child(2) a {
  background-image: url(../images/formations.svg);
}
#highlighted #block-izianet-menustagiaire ul li:nth-child(2) a:hover {
  background-image: url(../images/formation-hover.svg);
}
#highlighted #block-izianet-menustagiaire ul li:nth-child(2) a.is-active {
  background-image: url(../images/formation-active.svg);
}
#highlighted #block-izianet-menustagiaire ul li:nth-child(3) a {
  background-image: url(../images/incription.svg);
}
#highlighted #block-izianet-menustagiaire ul li:nth-child(3) a:hover {
  background-image: url(../images/incription-hover.svg);
}
#highlighted #block-izianet-menustagiaire ul li:nth-child(3) a.is-active {
  background-image: url(../images/incription-active.svg);
}
#highlighted #block-izianet-menustagiaire ul li:nth-child(4) a {
  background-image: url(../images/deconnexion.svg);
}
#highlighted #block-izianet-menustagiaire ul li:nth-child(4) a:hover {
  background-image: url(../images/deconnexion-hover.svg);
}

.path-espace-client .view-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.path-espace-client .table-listing td.vide {
  cursor: pointer;
}
@media (max-width: 991px) {
  .path-espace-client .table-listing thead {
    display: none;
  }
  .path-espace-client .table-listing tr {
    display: flex;
    flex-direction: column;
    background-color: #ededed;
    border: 1px solid #00544f;
  }
  .path-espace-client .table-listing tr td {
    display: block;
    border: none;
    text-align: left;
    width: 100%;
    font-weight: 600;
  }
  .path-espace-client .table-listing tr td .entete {
    display: inline-block;
    font-weight: normal;
  }
  .path-espace-client .table-listing tr td:not(.vide) .entete {
    margin-right: 5px;
  }
  .path-espace-client .table-listing tr td.vide {
    width: 200px;
    display: flex;
    justify-content: center;
    margin: 15px auto 15px;
    border: 1px solid #00544f !important;
    order: 100000;
  }
  .path-espace-client .table-listing tr td.vide:hover .entete {
    text-decoration: underline;
  }
  .path-espace-client .table-listing tr.item {
    background-color: #ffffff;
    padding-top: 20px;
  }
  .path-espace-client .table-listing .views-table tr {
    border: none;
  }
  .path-espace-client .table-listing .views-table tr + tr {
    border-top: 1px solid;
  }
}
.path-espace-client table.sessionHorizontale td {
  vertical-align: top;
  padding: 0 15px;
}
.path-espace-client table.sessionHorizontale td.date {
  border-right: 6px solid #b0cc54;
  text-align: center;
  text-transform: capitalize;
  width: 125px;
}
.path-espace-client table.sessionHorizontale td.date .numero {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
}
.path-espace-client table.sessionHorizontale td.date .year {
  font-size: 1.3em;
  line-height: 1em;
}
.path-espace-client table.sessionHorizontale td.date .selectSession,
.path-espace-client table.sessionHorizontale td.date .deselectSession {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  cursor: pointer;
}
.path-espace-client table.sessionHorizontale td a {
  text-decoration: none;
}
.path-espace-client table.sessionHorizontale td a .theme {
  font-weight: 600;
  text-transform: uppercase;
  color: #b0cc54;
}
.path-espace-client table.sessionHorizontale td a .formation {
  font-weight: 700;
}
.path-espace-client table.sessionHorizontale td a:hover {
  text-decoration: none;
}
.path-espace-client table.sessionHorizontale td a:hover .formation {
  text-decoration: underline;
}
.path-espace-client table.sessionHorizontale td .programme a {
  color: #b0cc54;
  text-decoration: none;
}
.path-espace-client table.sessionHorizontale td .programme a:hover {
  text-decoration: underline;
}
.path-espace-client table.sessionHorizontale + table.sessionHorizontale {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .path-espace-client #sidebar {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: space-between;
  }
}
.path-espace-client #sidebar .block {
  background-color: #ededed;
}
@media (max-width: 991px) {
  .path-espace-client #sidebar .block {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .path-espace-client #sidebar .block {
    width: 100%;
    margin-bottom: 20px;
  }
}
.path-espace-client #sidebar .block h2 {
  background-color: #00544f;
  background-image: url("../images/background-titre.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 20px;
  margin-bottom: 0;
}
.path-espace-client #sidebar .block .content {
  padding: 10px;
}
.path-espace-client #sidebar .block .content:has(form) {
  padding-top: 0;
  padding-bottom: 0;
}
.path-espace-client #sidebar .block .content .form-actions {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .path-espace-client #sidebar .block + .block {
    margin-top: 30px;
  }
}
.path-espace-client #sidebar .block ul {
  padding-left: 0;
}
.path-espace-client #sidebar .block ul li {
  padding-left: 0;
}
.path-espace-client #sidebar .block ul li::before {
  display: none;
}
.path-espace-client #sidebar .block ul li + li {
  margin-top: 10px;
}
.path-espace-client #sidebar #mon-panier table.sessionHorizontale td {
  font-size: 0.7em;
}
.path-espace-client #sidebar #mon-panier table.sessionHorizontale td.date {
  width: 70px;
}

#inscription-en-ligne ul {
  padding-left: 0;
  list-style: none;
}
#inscription-en-ligne ul li.session {
  margin-top: 20px;
}
#inscription-en-ligne ul li.session h3 + ul {
  padding-left: 0;
  list-style: none;
}
#inscription-en-ligne ul li.session h3 + ul li {
  padding-left: 0;
}
#inscription-en-ligne ul li.session h3 + ul li::before {
  display: none;
}
#inscription-en-ligne ul li.session h3 + ul li + li {
  margin-top: 20px;
}
#inscription-en-ligne ul li.session + li.session {
  margin-top: 40px;
}

.view-equipe {
  padding: 0 20px;
}
.view-equipe .view-content {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.view-equipe .view-content h2 {
  width: 100%;
  margin-bottom: 40px;
}
.view-equipe .view-content .views-row {
  width: 24%;
  margin: 0 0.5% 40px;
}
@media (max-width: 1199px) {
  .view-equipe .view-content .views-row {
    width: 32.3333333333%;
  }
}
@media (max-width: 991px) {
  .view-equipe .view-content .views-row {
    width: 49%;
  }
}
@media (max-width: 499px) {
  .view-equipe .view-content .views-row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.view-equipe .view-content .views-row img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 5px;
}
.view-equipe .view-content .views-row h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.view-partenaires .view-content {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.view-partenaires .view-content h2 {
  width: 100%;
  margin-bottom: 40px;
}
.view-partenaires .view-content .views-row {
  width: 24%;
  margin: 0 0.5% 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .view-partenaires .view-content .views-row {
    width: 32.3333333333%;
  }
}
@media (max-width: 991px) {
  .view-partenaires .view-content .views-row {
    width: 49%;
  }
}
@media (max-width: 499px) {
  .view-partenaires .view-content .views-row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.view-partenaires .view-content .views-row a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.view-partenaires .view-content .views-row .views-field-field-logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.view-partenaires .view-content .views-row h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
  text-align: center;
}
.view-partenaires .view-content .views-row:hover h3 {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */