@charset "UTF-8";
/*!
Theme Name: digitool
Theme URI: https://www.velvet-cocoon.com
Author: vachon_steph
Author URI: https://wordpress.org
Description: A starter theme for velvet
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digitool
Tags: translation-ready
*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
    scroll-behavior: auto;
  }
}
/** Misc
  * --------------------------------------------- */
::-moz-selection {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--base);;
  text-shadow: none;
}
::selection {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--base);;
  text-shadow: none;
}
::-webkit-selection {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--base);;
  text-shadow: none;
}
::-moz-selection {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--base);;
  text-shadow: none;
}
meta, .fullGrid > span[itemprop="author publisher"], .tableGrid > span[itemprop="author publisher"] {
  width: 0;
  height: 0;
  overflow: hidden;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
body {
  font-family: 'Tahoma', sans-serif;
  background: var(--wp--preset--color--base);;
  color: #36363F;
}

/*
 * Global Styles
 * ----------------------------------------------------------------------------*/
.widget-area, .pagination, .comments-pagination, .post-navigation, .site-footer, .alignwide, .wide-max-width, .nav-breadcrumbs {
  max-width: 1350px;
  margin: 0 auto;
}
.site-header, .widget-area, .site-footer {
  margin: 0 auto;
}
.site-main{
  margin: 100px auto 0 auto;
}
p {
  line-height: 1.55rem;
  margin: 20px 0;
}
.undertitle{
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
}
.pause{
  position: relative;
}
.pause:before,
.undertitle::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="16" viewBox="0 0 11 16" fill="none"><rect y="0.296875" width="4.41669" height="15.0167" fill="%23E3141E"></rect><rect x="6.17969" y="0.296875" width="4.41669" height="15.0167" fill="%23E3141E"></rect></svg>');
	position: absolute;
	left: -17px;
	top: 5px;
	line-height: 1;
}
a {
  color: #36363F;
}
.entry-header {
  margin: 0 auto;
  max-width: 610px;
}
.entry-title {
  text-align: left;
}
.entry-content > .wp-block-group{
  padding: 3.25rem;
}
*{
  word-break: break-word;
}
.mirror{
  transform: scaleX(-1);
}
.questions,
.entry-content ul{
  padding-left: 0;
  list-style: none
}
#typeMenu li:before{
  display: none!important;
}
.questions li::before,
.entry-content .wp-block-group ul > li:before{
  margin-right: .5rem;
  position: relative;
  top: 2px;
}
.questions li::before,
.entry-content .wp-block-group ul:not(.white, .dropdown-menu) > li:before{
  content: url("../../../wp-content/uploads/2024/03/DD-check-green.svg");
}
.entry-content .wp-block-group ul.lightgreen > li:before{
  content: url("../../../wp-content/uploads/2024/04/DD-picto-checklist_lightgreen.svg")!important;
}
.entry-content .wp-block-group.has-secondary-background-color ul:not(.green) > li:before,
.entry-content .wp-block-group ul.white > li:before{
  content: url("../../../wp-content/uploads/2024/03/DD-check.svg");
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
  word-break: normal;
}
.skip-link:focus {
  background-color: var(--wp--preset--color--base);;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  color: var(--wp--preset--color--secondary);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: 2px solid transparent;
  -webkit-text-decoration: underline 1px dotted currentColor;
          text-decoration: underline 1px dotted currentColor;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  /*background: rgba(255, 255, 255, 0.9);*/
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

@media (prefers-reduced-motion) {
  * {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

/* Sections ---------------------------------- */
section {
  width: 100%;
}

/*--------------------------------------------------------------
# Print style
--------------------------------------------------------------*/
@media print {
  * {
    background: transparent;
    color: #36363F;
    box-shadow: none;
    text-shadow: none;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #F6F6F6;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100%;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/* @font-face {
  font-family: "Tahoma-Bold";
  src: url('./assets/fonts/Tahoma-Bold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: inline-block;
} */
/*
Exemple d'ajout d'une typo locale
@font-face {
	font-family:'fonticon';
	src:url('../fonts/fonticon.eot');
	src:url('../fonts/fonticon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fonticon.woff') format('woff'),
		url('../fonts/fonticon.ttf') format('truetype'),
		url('../fonts/fonticon.svg#fonticon') format('svg');
    font-weight:normal;
    font-style:normal;
}
*/
* {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

#header *:before, #site-main *:before, #footer *:before, #adminbar *:before,
#header *:after, #site-main *:after, #footer *:after, #adminbar *:after {
  font-family: "fonticon", sans-serif;
  text-rendering: optimizeLegibility;
  speak: none;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
header{
  height: auto!important;
}
.site-header {
  z-index: 2;
  background: var(--wp--preset--color--secondary);
  height: 100%;
  max-height: 100px;
}
body:not(.primary-navigation-open) .site-header{
  position: fixed;
  width: 100%;
  top: 0;
}
.site-header > .wp-block-group{
  justify-content: space-between;
  padding: 1rem 0;
  max-width: 90%;
  margin: auto;
}

/* Header Titles ----------------------------- */
.header-titles-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 4rem;
  text-align: center;
}
body:not(.enable-search-modal) .header-titles-wrapper {
  justify-content: flex-start;
  padding-left: 0;
  text-align: left;
}
.site-title,
.site-logo,
.site-description {
  margin: 0;
}
.site-title {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
}
.site-title a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.site-title a:hover,
.site-title a:focus {
  text-decoration: underline;
}
.site-description {
  margin-top: 1rem;
  color: #F6F6F6;
  font-size: 1.8rem;
  font-weight: 500;
  display: none;
  letter-spacing: -0.0311em;
  transition: all 0.15s linear;
}
.site-logo a,
.site-logo img {
  display: block;
}
.header-titles .site-logo .site-logo {
  margin: 0;
}
.site-logo img {
  max-height: 6rem;
  margin: 0 auto;
  width: auto;
}
body:not(.enable-search-modal) .site-logo img {
  margin: 0;
}

/* Overlay Header ---------------------------- */
.overlay-header #site-header {
  background: transparent;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.overlay-header .header-inner {
  color: var(--wp--preset--color--base);;
}
.overlay-header .site-description,
.overlay-header .toggle {
  color: inherit;
}
.overlay-header .header-inner .toggle-wrapper::before {
  background-color: currentColor;
  opacity: 0.25;
}
.admin-bar.overlay-header #site-header {
  top: 32px;
}

/* Header Navigation ------------------------- */
.header-navigation-wrapper {
  display: none;
}

/* Header Toggles ---------------------------- */
.header-toggles {
  display: none;
}
.header-inner .toggle {
  align-items: center;
  display: flex;
  overflow: visible;
  padding: 0 2rem;
}
.header-inner .toggle svg {
  display: block;
  position: relative;
  z-index: 1;
}
.header-inner .toggle path {
  fill: currentColor;
}
.toggle-inner {
  display: flex;
  justify-content: center;
  height: 2.3rem;
  position: relative;
}
.toggle-icon {
  display: block;
  overflow: hidden;
}
.toggle-inner .toggle-text {
  color: #F6F6F6;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  top: calc(100% + 0.5rem);
  width: auto;
  white-space: nowrap;
  word-break: break-all;
}
.overlay-header .toggle-text {
  color: inherit;
}
.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
  text-decoration: underline;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: none;
}
.wp-block-search__input::placeholder {
	font-family: "Tahoma";
}
/*--------------------------------------------------------------
# Grids 
--------------------------------------------------------------*/
/** Définition du conteneur de grilles
* --------------------------------------------- */
.innerWide {
  max-width: 90vw;
}
.flexGrid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.flexGrid > * {
  flex: 100%;
}
.stdGrid {
  display: grid;
  grid-gap: 20px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer .wp-block-navigation-item__content{
  font-size: .9rem;
}
footer .wp-social-link svg rect{
  fill: #187676;
}
footer .wp-social-link svg path{
  fill :#F3EADD;
}
.btnFloat {
	position: fixed;
	top: 15%;
	right: 1rem;
	z-index: 10;
	max-width: 150px;
	border-radius: 100%;
	background: url('../../../wp-content/uploads/2024/07/dualdiploma-visuel-inscriptions.svg') no-repeat center;
	aspect-ratio: 1/1;
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 1.2rem;
	gap: .5rem;
}
.btnFloat p{
  color: #fff;
  background: red;
  font-size: 9px;
  line-height: 1.3;
  padding: 5px 10px;
  border-radius: 10rem;
  font-family: "Tahoma-bold";
  margin: 0;
}
.btnFloat a{
  font-size: 13px;
  font-family: "Tahoma-bold";
  text-decoration: none;
  display: block;
  line-height: 1;
  text-align: center;
}
.btnFloat a::before {
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.btnFloat:hover{
  background-image: url('../../../wp-content/uploads/2024/07/dualdiploma-visuel-inscriptions-hover.svg');
}
.btnFloat:hover a{
  color: #fff;
}
/*--------------------------------------------------------------
# Navigation
-------------------------------------------------------------*/
#primary-menu-list li:nth-child(6n) .sub-menu > li a,
.menu-wrapper > li > a{
  font-weight: 800;
  font-size: 1.25rem;
}
#primary-menu-list li:nth-child(6n) .sub-menu > li a{
  font-size: 1.125rem;
}
.primary-menu-container a{
  color: var(--wp--preset--color--base);;
}
.primary-menu-container a:hover{
  text-decoration: underline;
}
.menu-wrapper > li{
  padding: .5rem 0rem;
}
.wp-block-search__button{
  width: fit-content;
  min-width: 35px;
  padding: 0;
  background: transparent;
  margin: 0;
}
.wp-block-search__input {
	padding: 4px;
	margin-top: 0;
	font-size: .75rem;
}
/* .menu-button-container {
  display: flex;
  justify-content: end;
  color: var(--wp--preset--color--base);
} 
.menu-button-container #primary-mobile-menu {
  margin-left: auto;
  padding: 10px;
}*/
.menu-button-container .button.button {
	/* display: flex; */
	background-color: transparent;
	border: none;
}
.menu-button-container .button.button .dropdown-icon {
  display: none;
  align-items: center;
  gap: .5rem;
  color: var(--wp--preset--color--base);;
  cursor: pointer;
  flex-wrap: nowrap;
}
.menu-button-container .button.button[aria-expanded*=false] .dropdown-icon.open {
  display: flex;
}
.menu-button-container .button.button[aria-expanded*=true] .dropdown-icon.close {
  display: flex;
}
.primary-navigation-open{
  overflow: hidden;
}
.burger-menu i{
  font-size: 1.5rem;
}
/* .primary-navigation-open .menu-button-container {
	width: 100%;
	z-index: 1001;
	background-color: transparent;
	position: absolute;
} */
.primary-navigation-open .menu-button-container #primary-mobile-menu {
	position: fixed;
	right: 2rem;
	top: 0rem;
	z-index: 1001;
	width: fit-content;
  padding: 0;
}
body:not(.primary-navigation-open) #site-navigation > *:not(.menu-button-container) {
	display: none;
}
.primary-navigation-open .primary-menu-container {
	position: fixed;
	width: 100vw;
	left: 0;
	background: var(--wp--preset--color--secondary);
	height: 100vh;
	top: 0;
	display: block;
	padding: 2rem;
  z-index: 1000;
  overflow-y: scroll;
}
.primary-menu-container ul{
  list-style: none;
  padding: 0;
}
.primary-menu-container a{
  text-decoration: none;
}
@keyframes digitool-close-button-transition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
} 

.wp-block-search__button svg{
  fill: var(--wp--preset--color--base);;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  height: 24px;
  width: 24px;
}
/*--------------------------------------------------------------
# Fil d'ariane
--------------------------------------------------------------*/
#nav-breadcrumbs {
  margin: 0 auto;
}
#breadcrumbs {
  display: inline-block;
  margin: 10px 0;
  padding: 0;
}
#breadcrumbs > * {
  display: inline;
  margin: 5px 6px 5px 0;
  padding: 0;
  color: #36363F;
  font-size: .75rem;
}
#breadcrumbs > *:last-child:after {
  display: none;
}
#breadcrumbs > * > a {
  padding: 0;
  color: #36363F;
  cursor: pointer;
}
#breadcrumbs > * > a:hover, #breadcrumbs > * > a:focus {
  color: #36363F;
}
#breadcrumbs > * > span {
  padding: 10px 10px 0 0;
  color: #36363F;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.wp-block-button__link {
  border-radius: 8px;
  padding: .7rem 1.5rem;
  display: flex;
  justify-content: center;
  gap: .5rem;
  flex-flow: row;
  min-width: 140px;
  white-space: nowrap;
}
.wp-block-button__link br {
  margin: 0.3em;
}
.wp-block-button__link:hover {
	background-color: var(--wp--preset--color--primary) !important;
	border-color: var(--wp--preset--color--primary) !important;
	color: var(--wp--preset--color--base) !important;
}
main .wp-block-button__link:hover img{
  content: url("../../../wp-content/uploads/2024/03/DD-picto-webinaire.svg");
}
.wp-block-button__link.has-primary-background-color:hover,
input[type="submit"]:hover{
  background-color: var(--wp--preset--color--tertiary) !important;
}
.wp-block-button__link.has-primary-background-color:hover path:last-child{
  fill: var(--wp--preset--color--tertiary);
}
.wp-block-button__link.has-fluo-background-color:hover{
  background-color: var(--wp--preset--color--bleu-violet) !important;
  color: var(--wp--preset--color--base) !important;
  border-color: var(--wp--preset--color--base);;
}
/*--------------------------------------------------------------
# pagination
--------------------------------------------------------------*/
#listPagination {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
#listPagination .page-numbers {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: var(--wp--preset--color--base);;
  background: var(--wp--preset--color--secondary);
  border: 2px solid var(--wp--preset--color--secondary);
  overflow: hidden;
  text-decoration: none;
  padding: 0;
  position: inherit;
  transform: none;
}
#listPagination .page-numbers:hover, #listPagination .page-numbers:focus {
  text-decoration: none;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--base);;
}
#listPagination .page-numbers.current {
  color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--base);;
}
#listPagination .page-numbers.next {
  text-indent: -F6F6F6px;
}
#listPagination .page-numbers.next:before {
  content: ">";
  display: block;
  text-indent: 0;
  font-size: 1.4rem;
  position: relative;
  top: -1px;
  left: 1px;
}
#listPagination .page-numbers.prev:before {
  content: "<";
  display: block;
  text-indent: 0;
  font-size: 1.4rem;
  position: relative;
  top: -1px;
  right: 1px;
}

/* Navigation entre posts
-----------------------------------------------------------------*/
.nav-links {
  grid-template-columns: initial;
  display: block;
  max-width: 610px;
  padding: 0 2.2rem;
  margin: 0 auto;
}
.nav-links .nav-previous {
  grid-area: 1/1;
}
.nav-links .nav-next {
  grid-area: 1/3;
}
.nav-links a {
  text-decoration: none;
}
.nav-links a .wp-block-button__link {
  padding: 1.3em 0.833em;
}
.nav-links a[rel="prev"] .wp-block-button__link:before,
.nav-links a[rel="next"] .wp-block-button__link:after{
  display: inline-block;
  width: 20px;
  height: 20px;
}
.nav-links a[rel="prev"] .wp-block-button__link:before{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23FFF" d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288 480 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-370.7 0 73.4-73.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-128 128z"/></svg>');
  
}
.nav-links a[rel="next"] .wp-block-button__link:after{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z"/></svg>');
}
.nav-links .meta-nav{
  height: auto;
}

/*--------------------------------------------------------------
# page 404
--------------------------------------------------------------*/
.error404 #primary {
  padding: 120px 0;
}

/*--------------------------------------------------------------
# template de page archive
--------------------------------------------------------------*/
.categories-list {
  display: flex;
  border-top: 1px solid #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
  padding: 15px 2.2rem;
}
.categories-list span {
  margin-right: 10px;
}
.categories-list ul {
  display: flex;
}
.categories-list .cat-item {
  margin: 0 15px;
}
.categories-list .current-cat {
  font-weight: bold;
}
.display-img {
  margin: 1rem 0;
  padding: 0 2.2rem;
}
.display-img .toggle {
  position: relative;
  width: 38px;
  height: 18px;
  border-radius: 9px;
  transition: background 0.2s ease;
  border: 1px solid var(--wp--preset--color--secondary);
  margin-left: 12px;
  display: inline-block;
  top: 5px;
  cursor: pointer;
}
.display-img .toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 3px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #f8f8f4;
  transition: all 0.2s ease;
  border: 1px solid var(--wp--preset--color--secondary);
}
.display-img .toggle.active {
  background: var(--wp--preset--color--secondary);
}
.display-img .toggle.active:after {
  transform: translateX(19px);
}
.articles-list {
  padding: 3rem 0 4.5rem 0;
}
.related_posts article,
.articles-list article {
  position: relative;
  background: var(--wp--preset--color--lightgreen);
  border-radius: 10px;
  overflow: hidden;
}
.articles-list.show-images article img.wp-post-image {
  display: block;
}
.more-link {
  color: #36363F;
}
.readMore {
  display: block;
}
.post-template-default .entry-content > .wp-block-group {
	gap: 1.5rem;
	display: flex;
	flex-direction: column;
  padding: 0;
}
.post-template-default .date{
  margin: 0!important;
}
.post-template-default .entry-content > .wp-block-group > *{
  margin: 0;
}
.post-template-default .entry-content > .wp-block-group >.has-background{
  margin: 0!important;
}
/*--------------------------------------------------------------
# template de page cpt
--------------------------------------------------------------*/
.global-style ul li {
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
}
.global-style ul li:before {
  content: ">";
  color: var(--wp--preset--color--secondary);
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------------------------------------------------
# template de page home
--------------------------------------------------------------*/
.home .site-footer {
  border-top: none;
}
.derniers-articles {
  text-align: center;
  padding: 3rem 0 4.5rem 0;
}
.derniers-articles h2, .derniers-articles article {
  text-align: left;
}
.derniers-articles h2 {
  grid-column: 1/-1;
  padding: 2.2rem;
}
.derniers-articles h3 {
  margin: 0 0 10px 0;
}
.derniers-articles h3 a {
  text-decoration: none;
}
.derniers-articles .stdGrid {
  grid-gap: 0;
}
.derniers-articles .wp-block-button__link {
  margin: 36px 0 0 0;
  display: inline-block;
}
/*--------------------------------------------------------------
# template de post
--------------------------------------------------------------*/
.categorie-post {
  display: block;
  margin-bottom: 15px;
}
article .contentBlock {
  padding: 2.2rem;
}
article .wp-post-image {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
/*--------------------------------------------------------------
# Filtre
--------------------------------------------------------------*/
.filtre {
  align-items: stretch;
  margin: 2rem 0;
  gap: 1rem;
}
.filtre input, .filtre select {
	border: 1px solid #CECECE;
	margin: 0;
	height: 100%;
	background: #F8F9FD;
  padding: .5rem 1rem;
}
.filtre .wp-block-button__link{
  margin: 0;
  padding: .5rem 1rem;
}
.filtre input[name="nom"]{
  background: url('./assets/images/DD-search.svg') no-repeat center;
  background-position-x: 95%;
}
.filtremap {
  flex-direction: row;
  display: flex;
  padding: 3.25rem 0;
  gap: 1rem;
}
.filtremap .sidebar {
	flex-basis: 25%;
	flex-direction: column;
	display: flex;
	margin: 0;
	padding: 3rem 1.5rem;
	border-radius: 29px;
	background: var(--wp--preset--color--base);;
	align-self: flex-start;
}
.filtremap  .all_etablissements{
 flex-basis: 75%;
}
.grid.all_etablissements{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.grid.all_etablissements .type-etablissement {
	padding: 1rem 1.5rem;
	background: var(--wp--preset--color--base);
	border-radius: 29px;
}
.all_etablissements .type-etablissement #Capa_1,
.all_etablissements .type-etablissement img {
	aspect-ratio: 16/9;
	object-fit: contain;
	object-position: left;
	height: 50px;
	width: auto;
}
.all_etablissements .type-etablissement .title a{
  text-decoration: none;
}
.all_etablissements .type-etablissement #Capa_1 {
	aspect-ratio: 1/1!important;
}
.type-etablissement.desactive,
.leaflet-marker-icon.desactive{
  display: none;
}
.leaflet-popup-content .title:before{
  content: url('./assets/images/marker.svg');
}
.leaflet-popup-content p {
	margin: 0!important;
}
.leaflet-popup-content a,
.leaflet-popup-content .bold,
.leaflet-popup-content .title,
.leaflet-popup-content .ville{
  font-size: .8rem;
  font-family: "Tahoma-bold";
  color: var(--wp--preset--color--secondary);
}
.leaflet-popup-content .title{
  max-width: 95%;
}
.leaflet-container a.leaflet-popup-close-button {
	color: var(--wp--preset--color--contrast) !important;
	top: .5rem !important;
	right: .5rem !important;
	padding: 0 !important;
}
.leaflet-popup-content-wrapper{
  box-shadow: none;
  border: 1px solid var(--wp--preset--color--contrast);
}
.all_etablissements .type-etablissement p {
	margin: 0;
}
.all_etablissements .type-etablissement p:not(.title) {
	font-size: .8rem;
}
.all_etablissements .type-etablissement p.ville{
  font-size: 1.125rem;
}
.all_etablissements .type-etablissement p::before{
  margin-right: .5rem;
}
.all_etablissements .type-etablissement p.prof:before{
  content: url('./assets/images/DD-user.svg');
}
.all_etablissements .type-etablissement p.tel:before{
  content: url('./assets/images/DD-tel.svg');
}
.all_etablissements .type-etablissement p.link::before {
	content: url('./assets/images/DD-picto-internet.svg');
}
.all_etablissements .type-etablissement p.reunion:before{
  content: url('./assets/images/DD-reunion.svg');
}
.hidden{
  display: none!important;
}
.filtremap + .btn-more > div{
  width: calc(var(--wp--style--global--wide-size) - 25%)!important;
}
.filtremap + .btn-more .wp-block-button__link{
  width: fit-content;
  margin: auto;
}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.all-logos-downloadable figure{
  margin: 0 auto;
  width: 226px;
}
.all-logos-downloadable img{
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: contain!important;
}
.accreditations{
  padding: 2rem 0!important;
}
.wp-social-link:hover svg rect{
  fill: var(--wp--preset--color--tertiary);;
}
.wp-social-link:hover svg path{
  fill: var(--wp--preset--color--base);;
}
h1.blason:before{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="32" viewBox="0 0 26 32" fill="none"><path d="M0.857229 21.9507C0.857229 21.9507 0 19.1833 0 15.9981V1.19026L12.8097 0L26 1.14042V16.4165C26 16.4165 25.898 19.2967 25.2434 21.6084C24.8116 23.4846 23.3497 27.4732 12.9493 31.7778C3.89519 27.6771 2.45414 25.8461 0.857229 21.9507Z" fill="%23187676"></path></svg>');
  margin-right: .6rem;
}
.avenir .wp-block-columns{
  justify-content: center;
}
.avenir.light .wp-block-column{
  background: var(--wp--preset--color--lightgreen) !important;
}
.avenir.dark{
  background: var(--wp--preset--color--lightgreen);
}
.avenir.light svg *[fill="#E2F2F2"]{
  fill: var(--wp--preset--color--base);;
}
.cible {
	max-width: 1000px;
	z-index: 1;
	position: relative;
}
.cible .wp-block-navigation{
  flex-basis: 80%;
  justify-content: space-between;
  gap: 2rem;
}
.cible .wp-block-navigation .wp-block-navigation-item{
  align-items: start;
  flex-basis: 33.3%;
  padding: 1rem;
}
.cible .wp-block-navigation .wp-block-navigation-item:not(:last-child):after{
  content: "";
  display: block;
  width: 1px;
  border-right: 1px solid var(--wp--preset--color--base);;
  height: 60px;
  position: absolute;
  right: -1rem;
}
.cible .wp-block-navigation .wp-block-navigation-item:hover{
  background: var(--wp--preset--color--secondary);
  border-radius: 8px;
  border: none;
}
.entry-content .wp-block-group.cible ul li::before {
	content: url("../../../wp-content/uploads/2024/03/DD-picto-blason.svg");
	margin-right: .5rem;
}
.cible  .wp-block-navigation .wp-block-navigation-item__description{
  display: block;
  color: var(--wp--preset--color--base);;
  font-size: initial;
  font-weight: initial;
}
.col-radius .wp-block-column{
  border-radius: 2rem;
}
.programme > .wp-block-columns:last-child {
	margin-top: -260px;
}
.wp-block-media-text.has-media-on-the-right{
  border-radius: 18px;
}
.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 33%;
  position: relative;
  gap: 1.5rem;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  padding: 0;
}
.wp-block-media-text.has-media-on-the-right .undertitle{
  font-size: 1.563rem;
}
.wp-block-media-text.has-media-on-the-right p{
  font-size: 1rem;
}
.single-post .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media:after{
  display: none!important;
}
.articles-list article p.has-text-align-right::after,
body.blog article p.has-text-align-right::after,
.wp-block-post p.has-text-align-right::after,
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media:after{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M23.46 12.604H12.696V23.46H10.718V12.604H0V10.856H10.718V0H12.696V10.856H23.46V12.604Z" fill="%23E3141E"></path></svg>');
  text-align: right;
  top: 1rem;
  display: block;
  position: relative;
  min-height: 32px;
}

.wp-block-media-text.has-primary-background-color .wp-block-media-text__media:after{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M23.46 12.604H12.696V23.46H10.718V12.604H0V10.856H10.718V0H12.696V10.856H23.46V12.604Z" fill="white"></path></svg>');
}
.articles-list article:hover p.has-text-align-right::after,
body.blog article:hover p.has-text-align-right::after,
.wp-block-post:hover p.has-text-align-right::after,
.wp-block-media-text.has-media-on-the-right:hover .wp-block-media-text__media:after{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="26" viewBox="0 0 16 26" fill="none"><path d="M1 1L13.9434 12.73L1 24.46" stroke="white" stroke-width="2"></path></svg>');
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media a:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 18px;
}
.wp-block-media-text.has-media-on-the-right:hover{
  background: var(--wp--preset--color--secondary)!important;
  color: var(--wp--preset--color--base);
}
.single-post .wp-block-media-text.has-media-on-the-right:hover{
  background: initial!important;
  color: initial;
}
.wp-block-media-text.has-media-on-the-right:hover .undertitle{
  text-decoration: underline;
}

.home .accreditations{
  background-color: var(--wp--preset--color--lightgreen);
}
.accreditations .wp-block-gallery{
  align-items: center !important;
  justify-content: center!important;
}
.accreditations .wp-block-gallery figure{
  margin: 0!important;
  flex-grow: 0 !important;
  display: block!important;
}
.accreditations .wp-block-gallery figure img{
  max-height: 92px; 
  margin: auto ;
}
.temoignage > .wp-block-group{
  position: relative;
}
.temoignage .wp-block-column{
  border-radius: 22px;
}
.temoignage .is-vertical{
  height: 100%;
}
.wp-block-quote,
.temoignage p.large{
  position: relative;
}
.wp-block-quote::before,
.temoignage p.large::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="16" viewBox="0 0 11 16" fill="none"><rect y="0.296875" width="4.41669" height="15.0167" fill="%23BCFC36"></rect><rect x="6.17969" y="0.296875" width="4.41669" height="15.0167" fill="%23BCFC36"></rect></svg>');
	position: absolute;
	left: -1rem;
	top: 0px;
	line-height: 1;
}
.temoignage.dark:not(.has-base-background-color){
  background-color: var(--wp--preset--color--lightgreen)!important;
}
.temoignage.dark .has-bleu-violet-background-color{
  background-color: var(--wp--preset--color--primary)!important;
}
.temoignage.dark .has-fluo-background-color{
  background-color: var(--wp--preset--color--primary)!important;
}
.temoignage.dark .has-fluo-color{
  color: var(--wp--preset--color--vertclair)!important;
}
.temoignage.dark .has-bleu-violet-color{
  color: var(--wp--preset--color--base)!important;
}
.temoignage.dark .has-fluo-border-color{
  border-color: #fff!important;
}
.temoignage.dark .wp-block-quote::before,
.temoignage.dark .wp-block-quote p::after{
	content: url('data:image/svg+xml,<svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="0.880859" width="6.98241" height="18.5322" fill="%2369CDC7"/><rect x="9.77344" y="0.880859" width="6.98241" height="18.5322" fill="%2369CDC7"/></svg>');
}
.temoignage.dark p.large::before{
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="16" viewBox="0 0 11 16" fill="none"><rect y="0.296875" width="4.41669" height="15.0167" fill="%2369CDC7"></rect><rect x="6.17969" y="0.296875" width="4.41669" height="15.0167" fill="%2369CDC7"></rect></svg>');
}
.wp-block-quote{
  padding: 0;
}
.wp-block-quote::before {
	content: url('data:image/svg+xml,<svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="0.880859" width="6.98241" height="18.5322" fill="%23BCFC36"/><rect x="9.77344" y="0.880859" width="6.98241" height="18.5322" fill="%23BCFC36"/></svg>');
	top: 8px;
	left: -1.5rem;
}
.wp-block-quote p:after{
  content: url('data:image/svg+xml,<svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="0.880859" width="6.98241" height="18.5322" fill="%23BCFC36"/><rect x="9.77344" y="0.880859" width="6.98241" height="18.5322" fill="%23BCFC36"/></svg>');
	margin-left: 1rem;
}
.entry-content .wp-block-group ul.wp-block-post-template > li::before{
  display: none;
}
.temoignage-card,
.interview .wp-block-column,
.actus .wp-block-post {
	position: relative;
	border-radius: 10px;
  overflow: hidden;
}
.temoignage-card .fichemodal,
.interview .wp-block-column .fichemodal{
  background: var(--wp--preset--color--lightgreen);
}
.green-light.interview .wp-block-column .fichemodal{
  background: var(--wp--preset--color--secondary);
  color:#fff;
}
.green-light.interview .wp-block-column .fichemodal h3, .green-light.interview .wp-block-column .fichemodal p, .green-light.interview .wp-block-column .fichemodal a{
  color:#fff;
}

body.eleve .interview .wp-block-column{
  background-color: var(--wp--preset--color--lightpurple);
}
body.eleve .interview h3,
body.eleve .interview p.has-text-align-right{
  color: var(--wp--preset--color--bleu-violet);
}
body.eleve .interview .wp-block-column:hover{
  background-color: var(--wp--preset--color--bleu-violet);
}
body.eleve .interview .wp-block-column:hover p{
  color: var(--wp--preset--color--base);;
}
body.eleve .interview .wp-block-column:hover h3,
body.eleve .interview .wp-block-column:hover p.has-text-align-right{
  color: var(--wp--preset--color--fluo);
}
.interview .is-vertical {
	flex-direction: column;
	align-items: start;
}
.related_posts{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.related_posts h3{
  font-size: 1.2rem;
}
.actus .wp-block-post{
  background: var(--wp--preset--color--lightgreen);
}
.related_posts article figure{
  width: 100%!important;
}
.articles-list article figure,
.related_posts article figure,
.blog article figure,
.actus .wp-block-post figure{
  position: initial;
}
.articles-list article figure a::before,
.related_posts article figure a::before,
body.blog article figure a::before,
.actus .wp-block-post figure a:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.actus .wp-block-post img{
  border-radius: 10px 10px 0 0;
}
.actus .wp-block-post .taxonomy-category{
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--wp--preset--color--base);;
  padding: .25rem;
  min-width: 74px;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 10px;
  font-size: .563rem;
  font-family: "Tahoma-Bold"; 
  font-weight: 800;
  text-align: center;
}
.actus .wp-block-post .taxonomy-category a{  
  text-decoration: none;  
}
.articles-list article:hover,
.related_posts article,
.blog article:hover,
.actus .wp-block-post:hover{
  background-color: var(--wp--preset--color--primary);
}
.articles-list article:hover *,
.related_posts article *,
.blog article:hover *,
.actus .wp-block-post:hover .wp-block-group *{
  color: var(--wp--preset--color--base)!important;
}
.articles-list article p.has-text-align-right,
body.blog article p.has-text-align-right,
.actus .wp-block-post p.has-text-align-right{
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: end;
  color: var(--wp--preset--color--tertiary);
}
.articles-list article p.has-text-align-right::after,
body.blog article p.has-text-align-right::after,
.wp-block-post p.has-text-align-right::after {
	position: static;
	line-height: 1;
	min-height: 28px;
	min-width: 24px;
}
.articles-list article h2,
body.blog article h2{
  font-size: clamp(0.88rem, 0.88rem + ((1vw - 0.2rem) * 0.673), 1.313rem);
}
.webinaire .wp-block-column.is-vertically-aligned-center > *{
  margin: 1.5rem 0!important;
}

/** Page pro **/
.min700{
  min-height: 700px;
}
.pbottom{
  padding-bottom: 12rem!important;
}

#rdv{
  position: relative;
}
#rdv figure > img {
  max-width: 900px;
  margin: -14.5% auto 0 auto;
  display: block;
}
#rdv #zmWebToEntityForm,
#rdv .has-lightgreen-background-color{
  margin-bottom: -11.5rem!important;
}
#rdv p, #rdv ul{
  max-width: 1000px;
}
#rdv + #faq,
#rdv + .accreditations{
  padding-top: 12.5rem!important;
}
.max600{
  max-width: 600px!important;
  margin: 0 auto;
}
.max900{
  max-width: 900px!important;
  margin: 0 auto;
}
.wp-block-separator{
  border-top: 1px solid #909090!important;
  width: 100%;
}
/** Page eleve **/
body.eleve h1, body.eleve h2, body.eleve .undertitle, body.eleve .title{
  color: var(--wp--preset--color--bleu-violet);
}
body.eleve .entry-content > .wp-block-group:first-child{
  padding-top: 6rem;
  margin-top: -46px;
}

body.eleve .interview .wp-block-column{
  background-color: var(--wp--preset--color--lightpurple);
}
body.eleve .interview h3,
body.eleve .interview p.has-text-align-right{
  color: var(--wp--preset--color--bleu-violet);
}
body.eleve .interview .wp-block-column:hover{
  background-color: var(--wp--preset--color--bleu-violet);
}
body.eleve .interview .wp-block-column:hover p{
  color: var(--wp--preset--color--base);;
}
body.eleve .interview .wp-block-column:hover h3,
body.eleve .interview .wp-block-column:hover p.has-text-align-right{
  color: var(--wp--preset--color--fluo);
}

body.eleve .avenir{
  background-color: var(--wp--preset--color--lightpurple);
}
body.eleve .avenir h2,
body.eleve .avenir .undertitle{
  color: var(--wp--preset--color--bleu-violet);
}
body.eleve .avenir .undertitle:before{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="16" viewBox="0 0 11 16" fill="none"><rect y="0.296875" width="4.41669" height="15.0167" fill="%23BCFC36"></rect><rect x="6.17969" y="0.296875" width="4.41669" height="15.0167" fill="%23BCFC36"></rect></svg>');
}
body.eleve .avenir svg *[fill="#E2F2F2"]{
  fill: var(--wp--preset--color--bleu-violet);
}
body.eleve .avenir svg *[fill="#E3141E"]{
  fill: var(--wp--preset--color--fluo);
}

body.eleve #rdv{
  background-color: var(--wp--preset--color--bleu-violet)!important;
}
body.eleve #rdv #zmWebToEntityForm table{
  background-color: var(--wp--preset--color--lightpurple)!important;
}
#zmWebToEntityForm form table tbody tr:nth-of-type(3) {
  display: none !important;
}

/** Devenir partenaire **/
.timeline-panel{
  max-width: 400px !important;
  margin: auto;
  padding: 1rem;
  border-radius: 18px;
  position: relative;
  width: 100%;
}
.timeline {
  position: relative;
  max-width: 900px!important;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #36363F;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > .timeline-panel::after{
  content: "";
  position: absolute;
  border-top : 12px solid transparent;
  border-bottom : 12px solid transparent;
  border-right : 12px solid #005151;
  left: -12px;
  top: calc(50% - 12px);
}
.timeline > .timeline-panel::before{
  content: "";
  background: #187676;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: calc(900px/2);
  margin-right: -9px;
  border: 4px solid var(--wp--preset--color--lightgreen);
  z-index: 1;
}

/** Formulaire externe **/
#zmWebToEntityForm *{
  color: var(--wp--preset--color--primary);
  font-size: .875rem !important;
  font-weight: 400;
  font-family: "Tahoma" !important;
  line-height: 1.2 !important;
}
#zmWebToEntityForm strong{
  font-family: "Tahoma-bold"!important;
  font-size: clamp(1.25rem, 1.25rem + ((1vw - 0.2rem) * 1.165), 2rem)!important;
}
#zmWebToEntityForm table{
  padding: var(--wp--preset--spacing--30);
  border-radius: 26px;
  background-color: var(--wp--preset--color--lightgreen)!important;
} 
#zmWebToEntityForm select, #zmWebToEntityForm input[type="text"]{
  border: 1px solid var(--wp--preset--color--contrast);
  background-color: var(--wp--preset--color--base);
  width: 100% !important;
  font-family: "Tahoma-bold"!important;
}
#zmWebToEntityForm input[type="submit"], 
#zmWebToEntityForm input[type="reset"] {
	background-color: var(--wp--preset--color--tertiary);
	color: #fff !important;
	border-radius: 8px;
	padding: .7rem 1.5rem;
	border: none;
	width: 49%;
	display: inline-block;
  cursor: pointer;
}
#zmWebToEntityForm input[type="submit"]:hover, 
#zmWebToEntityForm input[type="reset"]:hover {
	background-color: var(--wp--preset--color--primary);
}

kbd{
  font-size: clamp(1.594rem, 1.594rem + ((1vw - 0.2rem) * 1.699), 2.688rem);
  font-family: "Tahoma-bold";
}
p.has-base-background-color{
  border-radius: 10rem;
  padding: .5rem 1rem;
  width: fit-content;
  margin: auto;
  font-family: "Tahoma-bold";
  font-size: .75rem;
}
.tarifs .checklist li{
  background: #3F9E9E;
  padding: .75rem 1rem;
  font-size: .875rem;
}
.tarifs .checklist li:nth-child(2n-1){
  background: #248B8B;
}
.tarifs .checklist li:first-child{
  border-radius: 1rem 1rem 0 0;
}
.tarifs .checklist li:last-child{
  border-radius: 0 0 1rem 1rem;
}
.tarifs .wp-block-column:hover{
  background: var(--wp--preset--color--primary)!important;
  cursor: pointer;
}

.accreditations-grid .card-view > .wp-block-group{
  flex-basis: calc((100% /4) - 1.5rem)
}
.accreditations-grid .card-view > .wp-block-group img{
  aspect-ratio: 16/9;
  object-fit: none;
  object-position: center;
  width: 100%;
  padding: 1rem;
}
.accreditations-grid .card-view > .wp-block-group figure{
  
  border-radius: 1.125rem;
  margin: 0 !important;
  width: 100%;
}
.accreditations-grid .card-view > .wp-block-group:hover{
  background: var(--wp--preset--color--primary)!important;
  color: #fff;
}
.accreditations-grid .card-view > .wp-block-group:hover figure{
  background: #fff;
}
#accreditations.accreditations-grid  .wp-block-group > p:not(.has-tahoma-bold-font-family){
  font-size: .875rem;
}
.equipes .wp-block-column figure{
  width: 200px;
}
.equipe .wp-block-column figure img{
  aspect-ratio: 1/1;
  clip-path: polygon( 96.703% 69.076%,96.703% 69.076%,96.795% 68.822%,97.046% 68.09%,97.415% 66.924%,97.864% 65.369%,98.351% 63.468%,98.839% 61.267%,99.288% 58.81%,99.657% 56.141%,99.908% 53.304%,100% 50.344%,100% 3.746%,50.732% 0%,0% 3.589%,0% 51.66%,0% 51.66%,0.013% 51.921%,0.061% 52.661%,0.153% 53.814%,0.299% 55.316%,0.511% 57.101%,0.798% 59.105%,1.171% 61.261%,1.64% 63.506%,2.217% 65.773%,2.91% 67.999%,2.91% 67.999%,3.557% 69.964%,4.625% 72.294%,6.296% 74.954%,8.751% 77.912%,12.175% 81.134%,16.748% 84.584%,22.655% 88.23%,30.076% 92.037%,39.195% 95.972%,50.195% 100%,50.195% 100%,59.793% 96.329%,67.814% 93.005%,74.437% 89.946%,79.841% 87.07%,84.204% 84.296%,87.708% 81.54%,90.53% 78.722%,92.851% 75.76%,94.848% 72.572%,96.703% 69.076% ); 
}

.enseignement .wp-block-column:not(.is-vertically-aligned-bottom){
  margin-top: 5%;
}
.enseignement .wp-block-column.is-vertically-aligned-bottom{
  margin-bottom: 5%;
}



.docs .wp-block-column{
  position: relative;
}
.docs .wp-block-column > p {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.docs a{
  text-decoration: none;
}
.docs a:before{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><g clip-path="url(%23a)"><path fill="%23005151" d="M19.167 20H.833A.836.836 0 0 1 0 19.168c0-.458.375-.833.833-.833h18.334c.458 0 .833.375.833.833a.836.836 0 0 1-.833.833Zm-6.859-4.283 5.292-5.625a2.436 2.436 0 0 0 .542-2.7 2.466 2.466 0 0 0-2.292-1.541h-1.683V2.492c.008-1.391-1.134-2.5-2.517-2.5H8.333a2.497 2.497 0 0 0-2.5 2.5v3.334H4.275c-.975 0-1.917.508-2.342 1.383-.475.983-.283 2.092.45 2.833l5.242 5.667a3.32 3.32 0 0 0 4.683 0v.008Z"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h20v20H0z"/></clipPath></defs></svg>');
  display: inline-block;
  margin-right: .5rem;
}
.docs a:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.docs .wp-block-column:hover{
  background: var(--wp--preset--color--primary)!important;
}
.docs .wp-block-column:hover a{
  color: #fff;
}
.docs .wp-block-column:hover a::before{
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><g clip-path="url(%23a)"><path fill="%23fff" d="M19.167 20H.833A.836.836 0 0 1 0 19.168c0-.458.375-.833.833-.833h18.334c.458 0 .833.375.833.833a.836.836 0 0 1-.833.833Zm-6.859-4.283 5.292-5.625a2.436 2.436 0 0 0 .542-2.7 2.466 2.466 0 0 0-2.292-1.541h-1.683V2.492c.008-1.391-1.134-2.5-2.517-2.5H8.333a2.497 2.497 0 0 0-2.5 2.5v3.334H4.275c-.975 0-1.917.508-2.342 1.383-.475.983-.283 2.092.45 2.833l5.242 5.667a3.32 3.32 0 0 0 4.683 0v.008Z"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h20v20H0z"/></clipPath></defs></svg>');
}
details{
  margin-top: 1rem!important;
}
details summary{
  font-size: clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.801), 24px);
  color: var(--wp--preset--color--primary);
  font-family: "Tahoma-Bold";
  font-weight: 800;
  line-height: 1.4;
}
body.search .entry-summary p:first-child a.more-link{
  display: none;
}
.has-global-padding > .alignfull{
  margin-left: 0!important;
  margin-right: 0!important;
}
.single-post section {
  width: 90%;
  margin: auto;  
}
.single .wp-block-post-featured-image:first-of-type img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.single-post .has-lightgreen-background-color{
  border-radius: 1rem;
  padding: 2rem;
} 
  
.entry-content > .wp-block-group.noPadding{
  padding: 0!important;
}

.wp-block-details, .marge {
  padding: 0 1.5rem;
}

#zmWebToEntityForm input[type="reset"] {
  display: none !important;
}
 /*** faire disparaitre le fuseau horaire **/
#zmWebToEntityForm tr:nth-child(2) {
  display: none;
}

.all-files a{
  text-decoration: none;
  color: var(--wp--preset--color--primary);
}

iframe .zc-form-scroll-wrapper .form-group label.form-label{
  padding:10px !important;
}
iframe .form-group label.form-label .zc-label-text, .subform-grid .form-group .decision-box-label{
  font-size:14px !important;
}

.emploi-card{
  position: relative;
}
.emploi-card a{
  text-decoration: none;
}
.emploi-card a:before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 20px;
}

.offre_emploi-template-default .entry-content > .wp-block-group{
  padding: 3.25rem 0 0 0!important;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (min-width: 1500px) {
  .accreditations .wp-block-gallery figure {
    width: fit-content!important;
  }
}
@media only screen and (min-width: 1083px) and (max-width: 1500px) {
  .entry-content > .wp-block-group.movetop{
    padding: 0!important;
  }
  #map{
    aspect-ratio: 16/9;
    width: 100%!important;
    height: auto!important;
    max-width: 90%;
  }/* 
  body .is-layout-constrained > .alignwide{
    max-width: 90%;
  } */
  .programme > .wp-block-columns:last-child {
    margin-top: -160px;
  }
  /* .widget-area, .pagination, .comments-pagination, .post-navigation, .site-footer, .alignwide, .wide-max-width, .nav-breadcrumbs{
    max-width: 90%;
  } */
}
@media only screen and (max-width: 1400px){
  .widget-area, .pagination, .comments-pagination, .post-navigation, .site-footer, .alignwide, .wide-max-width, .nav-breadcrumbs, .nav-links{
    max-width: 90%;
  }
}
@media only screen and (min-width: 1351px) {
  #primary-menu-list li:not(:last-child) .sub-menu {
    gap: .7rem;
  }
}
@media only screen and (min-width: 1083px) and (max-width: 1350px){
  #primary-menu-list li:not(:last-child) .sub-menu {
    gap: .5rem;
    font-size: .9rem;
  }
  #primary-menu-list li:nth-child(6n) .sub-menu > li a{
    font-size: 1rem;
  }
  #primary-menu-list .sub-menu .description{
    font-size: .8rem;
  }
}
@media only screen and (max-width: 1350px){
  .accreditations .wp-block-gallery figure{
    width: calc((100%/5) - var(--wp--style--unstable-gallery-gap, 16px))!important;
  }
  .accreditations-grid .card-view > .wp-block-group {
    flex-basis: calc((100% /3) - 1.5rem);
  }
}
@media only screen and (min-width: 1130px) {
  body {
    font-size: 1.063rem;
  }
}
@media only screen and (min-width: 1083px) {
  .page .entry-content > .wp-block-group:first-child .alignwide:first-child:not(.no-limit){
    max-width: 900px;
  }
  .home .entry-content > .wp-block-group:first-child .alignwide{
    max-width: 1100px;
  }
  body:not(.primary-navigation-open) .desktop-hidden{
    display: none!important
  }
  .wp-block-buttons{
    gap: 1rem;
    align-items: stretch;
  }
  .primary-navigation-open .wp-block-buttons {
    justify-content: end;
  }
  .primary-navigation-open .primary-menu-container{
    animation: dropdown .5s ease-in-out!important;
  }
  @keyframes dropdown {
    0% {
      opacity: 0;
      transform: translateY(-110%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes mask {
    0% {
      opacity: 0;
      transform : rotate(180deg);
    }
    100% {
      opacity: 1;
      transform : rotate(0deg);
    }
  }
  /** NAVIGATION **/
  .menu-wrapper > li{
    padding: 1.5rem 2rem;
    background-color: var(--wp--preset--color--base);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
  }
  .menu-wrapper > .menu-item-has-children > a{
    pointer-events: none;
  }
  .menu-wrapper > li a{
    color: var(--wp--preset--color--primary);
  }  
  #primary-menu-list{
    max-width: 1350px;
    margin: 0 auto;
    display: grid!important;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: .75em!important;
    grid-auto-flow: row;
    align-content: space-evenly;
  }
  #site-navigation .inline{
    display: flex;
    list-style: none;
    gap: 3rem;
  }
  #primary-menu-list li:nth-child(1n) { grid-area: 1 / 1 / 3 / 2; }
  #primary-menu-list li:nth-child(2n) { grid-area: 1 / 2 / 3 / 3; }
  #primary-menu-list li:nth-child(3n) { grid-area: 1 / 3 / 2 / 4; }
  #primary-menu-list li:nth-child(4n) { grid-area: 2 / 3 / 3 / 4; }
  #primary-menu-list li:nth-child(5n) { grid-area: 1 / 4 / 3 / 5; }
  #primary-menu-list > li:nth-child(6n) { 
    grid-area: 3 / 1 / 4 / 5;
    display: flex;
    flex-direction: row!important;
    justify-content: space-between;
    align-items: center!important;
    padding: 1rem 5%!important;
    background-color: var(--wp--preset--color--primary);
  }
  #primary-menu-list > li:nth-child(6n) a {
    color: var(--wp--preset--color--base);
  }
  #primary-menu-list li:not(:last-child) .sub-menu{    
    display: flex;
    flex-direction: column;
  }
  #primary-menu-list li:nth-child(6n) .sub-menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-basis: 80%;
    padding: 0!important;
  }
  #primary-menu-list li:nth-child(6n) .sub-menu > li{
    padding: 1rem 2rem;
    flex-basis: calc((100% / 3) - 1rem);
    flex-direction: row;
  }
  .menu-wrapper li:nth-child(6n) .sub-menu li:hover{
    background: #187676!important;
    border-radius: 1rem;
  }
  #primary-menu-list > li:not(:last-child) > a{
    margin-bottom: 1rem;
  }
  #primary-menu-list li:nth-child(6n) .sub-menu > li:not(:last-child):after{
    content: "";
    width: 1px;
    height: 100%;
    background: var(--wp--preset--color--base);;
  }
  #primary-menu-list .sub-menu .description {
    display: block;
    color: var(--wp--preset--color--base);;
    margin-left: calc(12px + .5rem);
    font-size: initial;
    font-weight: initial;
  }
  #primary-menu-list li:nth-child(6n) .sub-menu > li::before{
    content: url("../../../wp-content/uploads/2024/03/DD-picto-blason.svg");
    margin-right: .5rem;
  }
  #primary-menu-list + .wp-block-group{
    width: 100%;
  }
  .col-3, .col-4{
    justify-content: center;
  }
  .col-3 .wp-block-column{
    max-width: calc((100% / 3) - 1.5rem)
  }
  .col-4 .wp-block-column{
    max-width: calc((100% / 4) - 1.5rem)
  }
  .cible + .wp-block-group{
    margin-top: -50px;
    padding-top: 7rem;
  }
  .timeline > .timeline-panel:nth-child(2n-1){
    margin-left: auto
  }
  .timeline > .timeline-panel.bottom,
  .timeline > .timeline-panel.top{
    margin: auto;
  }
  .timeline > .timeline-panel.top::after{
    border-top : 12px solid #187676;
    border-right : 12px solid transparent;
    border-left : 12px solid transparent;
    top: 100%;
    left: calc(50% - 12.5px);
  }
  .timeline > .timeline-panel.bottom::before{
    top: -24px;
    left: calc(50% - 12.5px);
  }
  .timeline > .timeline-panel.bottom::after,
  .timeline > .timeline-panel.top::before{
    display: none;
  }
  .timeline > .timeline-panel:nth-child(2n)::after {
    border-right: none;
    border-left: 12px solid #005151;
    left: 100%;
  }
  .timeline > .timeline-panel:nth-child(2n)::before {
    right: -12px;
    margin-right: -50px;
  }
  .movetop .fichemodal{
    margin-top: -12rem!important;
  }
  .movetop #map{
    margin-top: -20rem!important;
  }  
  .col-3 {
    grid-template-columns: repeat(3, 1fr)!important;
  }
  /* .post-template-default .entry-content .alignwide, 
  .post-template-default .post-navigation,
  .post-template-default #nav-breadcrumbs{
    max-width: 800px;
  } */
  .emplois-filter,
  .temoignages-filter,
  .blog .post-filter{
    display: grid!important;
    grid-template-columns: 1fr 1fr 1fr auto;  
    margin: 1rem auto;
  }
  .temoignages-filter{
    grid-template-columns: 1fr 1fr auto;
  }
  .blog .post-filter input{
    margin: 0;
  }
  .gform_wrapper{
    max-width: 950px;
  }
}

@media (max-width: 1082px) {
  .wp-block-button__link{
    white-space: wrap!important;
  }
  /** Navigation **/
  .wp-block-columns{
    flex-direction: column;
  }
  .column-reverse{
    flex-direction: column-reverse;
  }
  .btnFloat,
  .mobile-hidden{
    display: none!important;
  }
  .primary-navigation-open .mobile-wrap {
    flex-direction: column;
    align-items: start;
  }
  .primary-menu-container > *{
    width: 100%;
  }
  .primary-navigation-open .wp-block-buttons,
  form.wp-block-search__button-only,
  .primary-menu-container ul{
    padding-left: 1rem;
  }
  .primary-navigation-open .wp-block-buttons{
    margin-top: 1rem;
  }
  #primary-menu-list li:nth-child(6n) .sub-menu > li a .description{
    margin-left: .4rem;
  }
  #primary-menu-list li:nth-child(6n) .sub-menu > li a{
    font-weight: 400;
    font-size: 1rem;
  }
  .lock-scrolling .site {
    position: fixed;
    max-width: 100%;
    width: 100%;
  }
  .is-menu-open .wp-block-navigation__responsive-close{
    max-width: none;
  }
  .primary-navigation-open .primary-menu-container{
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .primary-navigation-open .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{
    border-left-width: 1px;
    border-right-width: 1px;
    flex-basis: 100%;
    flex-grow: 1;
    margin: 0;
    min-width: 3rem;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%;
  }
  .desktop-hidden,
  .primary-menu-container > .wp-block-group {
    flex-direction: column;
    align-items: start!important;
    max-width: none;
  }
  .wp-block-media-text__media img,
  .wp-block-media-text.has-primary-background-color .wp-block-media-text__media::after{
    display: none;
  }
  #map {
    width: 100%;
    height: 400px;
  }
  .primary-navigation-open .primary-menu-container {
    height: 100vh;
    top: 0;
  }
  .temoignage .wp-block-column.has-background{
    padding: 1rem 0;
  }
  .accreditations-grid .card-view > .wp-block-group {
    flex-basis: calc((100% /2) - 1.5rem);
  }
  .accreditations-grid .card-view > .wp-block-group img {
    width: 50%;
  }
  .grid.all_etablissements {
    grid-template-columns: repeat(2, 1fr);
  }
  .filtremap {
    flex-direction: column;
  }
  .filtremap .sidebar{
    flex-basis: 100%;
    width: 100%;
  }
  .timeline::before {
    left: calc(((100% - 400px) - 7.5rem) /2);
    margin-left: 6px;
  }
  .timeline-panel{
    margin: auto!important;
  }
  .timeline-panel.bottom:before, .timeline-panel.bottom:after{
    top: 25%!important;
  }  
  .entry-content > .wp-block-group{
    padding: 2rem!important;
  }  
  .entry-content > .wp-block-group.pbottom{
    padding-bottom:14rem!important;
  }
  .programme > .wp-block-columns:last-child {
    margin-top: 0;
  }
  body .is-layout-flow > .alignright{
    float: none;
  }
  .wp-block-media-text__media img{
    height: auto;
    /* max-width: unset; */
    vertical-align: middle;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
  }
  .programme > .wp-block-columns:last-child .wp-block-column:last-child{
    order: 0;
  }
  .programme > .wp-block-columns:last-child .wp-block-column{
    order: 1;
  }
  .col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .entry-content > .wp-block-group.pbottom.min{
    padding-bottom: 0rem!important;
  }
  .docs .wp-block-column {
    padding: 2rem;
  }
}
@media (max-width: 820px) {
  .admin-bar.overlay-header #site-header {
    top: 46px;
  }
  .cible,
  .cible .wp-block-navigation{
    flex-direction: column;
  }
  .cible{
    flex-wrap: wrap!important;
  }
  .container-blason .wp-block-column{
    order: 1;
  }
  .container-blason .wp-block-column:nth-child(2n){
    order: 0;
  }
  .cible .wp-block-navigation .wp-block-navigation-item::after{
    display: none!important;
  }
  .cible .wp-block-navigation .wp-block-navigation-item{
    border: 1px solid #fff;
    border-radius: 1rem;
  }
  footer + p{
    padding: 0 1rem;
  }
  .timeline{
    max-width: 80%!important;
  }
  .timeline::before{
    left: 0;
  }
  .timeline-panel{
    margin-right: 0!important;
    max-width: 80%!important;
  }
  .timeline-panel:before{
    right: 0;
    left: calc(-20% - clamp(1rem, 2.979vw + 0.348rem, 1.875rem));
  }
  #zmWebToEntityForm,
  #zmWebToEntityForm table{
    width: 100%!important;
  }
  #zmWebToEntityForm td {
    display: block;
    width: 100% !important;
  }
  .accreditations-grid .card-view > .wp-block-group {
    flex-basis: 100%;
  }
  .entry-content > .wp-block-group.pbottom {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 768px) {
  /* GLOBAL */
  section {
    width: 100%;
  }
  .flexGrid {
    flex-wrap: nowrap;
  }
  .flexGrid > * {
    flex: 50%;
    max-width: 50%;
  }
  .revGrid {
    flex-direction: row-reverse;
  }

  /** Définition des grilles
    * --------------------------------------------- */
  .grid20 {
    flex: 20%;
    max-width: 20%;
  }
  .grid25 {
    flex: 25%;
    max-width: 25%;
  }
  .grid30 {
    flex: 30%;
    max-width: 30%;
  }
  .grid33 {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid40 {
    flex: 40%;
    max-width: 40%;
  }
  .grid60 {
    flex: 60%;
    max-width: 60%;
  }
  .grid66 {
    flex: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid75 {
    flex: 75%;
    max-width: 75%;
  }
  .grid80 {
    flex: 80%;
    max-width: 80%;
  }
  .grid100 {
    flex: 100%;
    max-width: 100%;
  }

  /** NAV **/
  .nav-links {
    display: flex;
    justify-content: space-between;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0;
  }
  /** template archive **/
  .categories-list {
    padding: 15px 0;
  }
  .display-img {
    padding: 0;
  }

  /** Derniers articles **/
  .derniers-articles .stdGrid {
    grid-gap: 20px;
  }
  .derniers-articles h2 {
    padding: 0;
  }
  .home section {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .header-inner {
    padding: 1rem 0;
    margin: 0 auto;
  }
}
@media (max-width: 650px){
  .wp-block-site-logo svg{
    max-width: 40vw;
  }
  .grid.all_etablissements{
    grid-template-columns: 1fr;
  }
  .col-3 {
    grid-template-columns: 1fr!important;
  }
  .entry-content > .wp-block-group.pbottom {
    padding-bottom: clamp(2rem, 5rem, 6rem) !important;
  }
  .nomuchmargin.pbottom {
    padding-bottom: 2rem !important;
  }
}