/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */


/****** NOTE EOLIS *************

Menu et sous menu avec des pictos,
sous-menu width 100%

Pictos en before position static / Attention aux réglages par défaut des li et before,
position relative/absolute par défaut



******/
 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,300;1,400&family=Nunito:wght@900&display=swap');
 /*font-family: 'Lato', sans-serif;*/
 /*font-family: 'Nunito', sans-serif;*/

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
   /* display: inline-block;*/
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
    vertical-align: middle;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure,
.wp-block-image,
.wp-block-image figure[class*="align"]{
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 10px;
}

/******************************************************************
Styles CSS de base
******************************************************************/
html{
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
  color: #3e3e3e;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  scroll-padding-top: 50px;
  scroll-behavior: smooth;
}
.wrap {
  margin: 0 auto;
  background-color: #fff;
}
.row > *{
    clear: both;
    padding-left: 10px;
    padding-right: 10px;
}
footer > p:first-of-type{
  margin: 0;
}
a{
  text-decoration : none;
}
/* List */
ul {
  padding-left: 15px;
  margin: 0;
  list-style-type: none;
}
ul li {
  position: relative;
  /* line-height: 28px; */
  line-height: 1.55em; /* @rb 20/02/2024 pb interligne quand on zoom */
}
ul li:before {
  position: absolute;
  content: "-";
  font-weight: 700;
  left: -15px;
}
ul[class*="wp-"] li:before,
ul.unstyled li:before,
ul.menu li:before,
li.widget:before {
  content: none;
}
/*.kt-force-btn-fullwidth .kt-btn-wrap .kt-button{
  justify-content: left !important;
}*/
.bloc-ancres .kt-btn-inner-text{
  text-align: left;
}
.pdf-link a.kt-blocks-info-box-link-wrap{
  margin-left: 0;
}

/*
Pour liste à puce : mettre css ; list-style-type: disc;


*/
ul.menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.alignwide {
    margin-left: -50px;
    margin-right: -50px;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.wp-block-image img {
    height: auto;
}
.wp-block-cover, .wp-block-cover-image{
    width: auto;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
p {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  -ms-word-break: keep-all;
  word-break: keep-all;
  /* line-height: 24px; */
	line-height: 1.334;	/* @rb 20/02/2024 pb interligne quand on zoom */
}
img {
  max-width: 100%;
  height: auto;
}
figure{
  position: relative;
}
.wp-block-image figcaption{
  background-color: #3e3e3ebf;
  color: #fff;
  font-style: italic;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 13px 10px 22px;
  font-weight: 300;
}
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
iframe,
textarea {
  max-width: 100%;
}
.wp-block-image.alignfull {
  max-width: none;
  max-height: 300px;
  overflow: hidden;
}
h1{
    margin-top: 0;
    padding-top: 40px;
}
.site-name {
  position: absolute;
  left: -999px;
}
.page-title{
  font-family: 'Nunito', sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 38px;
  background-color: #607477;
  margin-bottom: 0;
  text-align: center;;
}
.page-title.with-subtitle{
  padding-bottom: 5px;
}
.page-title.with-picto{
  text-align: left;
}
.title-wrap{
  max-width: 800px;
  margin: auto;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-title .picto{
  width: 115px;
}
.page-title .titre{
  flex: 1;
}
@media (max-width: 767px){
  .page-title .picto{
    width: 100%;
    margin-bottom: 15px;
  }
}
h2,h3{
  font-size: 30px;
  font-weight: 900;
}
.flex-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.menu a {
  display: block;
}
header {
position: relative;
  top: 0;
  width: 100%;
  z-index: 20;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
header ul li{
  position: static;
}
header .menu-menu-principal-container,
header .menu {
  /*height: 100%;*/
}
header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
}
header .menu li {
  text-align: center;
  flex:auto;
}
header .menu li a {
  height: 100%;
  color:#fff;
  text-transform: uppercase;
  padding: 25px 5px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 16px;
}
header .menu li a:hover{
  background: white;
  color:#019D66;
}

header .menu li a:hover {
}

header .menu span {
  display: inline-block;
  /*padding: 8px;*/
  margin-top: 12px;
}
.header-logo img{
  position: absolute;
  top: 0;
}

/*Sous menu*/

.site-header .menu-menu-principal-container ul.sub-menu {
  position: absolute;
  left: 0;
  width: 100vw;
  padding-left: 0;
  background: white;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  align-items: center;
  justify-content: center;
}

.site-header .menu-menu-principal-container ul.sub-menu li {
  margin: 0;
  text-align: left;
  flex: none;
  min-width: 270px;
}

.site-header .menu-menu-principal-container ul li:hover > ul {
display: flex;
  list-style: none;
}

.site-header li .sub-menu {
  moz-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.site-header li:hover .sub-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

header .menu .sub-menu span {
  margin-top: 0px;
}


/****** PIcto Menu ******/


ul.menu li.menu-home a:before{
width: 24px;
height: 45px;
content: url('/wp-content/uploads/2021/06/home.png' );
position: static;
margin:0 auto;
display: block;
padding-top: 10px;
}
ul.menu li.menu-home a:hover:before,
ul.menu li.menu-home.current-menu-item a:before,
ul.menu li.menu-home.current-menu-item > a:before{
content: url('/wp-content/uploads/2021/06/homeV.png' );
}

ul.menu li.menu-services a:before{
width: 70px;
height: 45px;
content: url('/wp-content/uploads/2021/06/services.png' );
display:block;
position: static;
margin:0 auto 0 auto;

}

ul.menu li.menu-services a:hover:before,
ul.menu li.menu-services.current-menu-item a:before,
ul.menu li.menu-services.current-page-parent a:before{
content: url('/wp-content/uploads/2021/06/serviceV.png' );
}

ul.menu li.menu-asso a:before{
content:url('/wp-content/uploads/2021/06/Assiel-e1623764949349.png' );
width: 88px;
height: 45px;
position: static;
display:block;
margin:0 auto 0 auto;

}


ul.menu li.menu-asso a:hover:before,
ul.menu li.menu-asso.current-menu-item a:before,
ul.menu li.menu-asso.current-page-parent a:before{
  content: url('/wp-content/uploads/2021/06/AssielV-e1623764917151.png' );
}

ul.menu li.menu-recru a:before{
  content: url('/wp-content/uploads/2021/06/recrutement-.png' );
  width: 88px;
height: 45px;
position: static;
display:block;
margin:0 auto 0 auto;
}
ul.menu li.menu-recru a:hover:before{
  content: url('/wp-content/uploads/2021/07/ico_menu_recrutons_hover.png' );
}


ul.menu li.menu-actu a:before{
  content:url('/wp-content/uploads/2021/06/actu.png');
width: 88px;
height: 45px;
position: static;
margin-bottom: 10px;
display:block;
margin:0 auto 0 auto;

}
ul.menu li.menu-actu a:hover:before,
ul.menu li.menu-actu.current-menu-item a:before,
ul.menu li.menu-actu.current-menu-item > a:before{
  content:url('/wp-content/uploads/2021/09/ico_actu_hoverV.png');
}

ul.menu li.menu-contact a:before{
  content:url('/wp-content/uploads/2021/06/contact-1.png');
width: 88px;
height: 45px;
position: static;
margin-bottom: 10px;
display:block;
margin:0 auto 0 auto;

}
ul.menu li.menu-contact a:hover:before,
ul.menu li.menu-contact.current-menu-item a:before,
ul.menu li.menu-contact.current-page-parent a:before{
  content: url('/wp-content/uploads/2021/06/picto-contact-vert.png');
}
ul.menu li.current-menu-item a,
ul.menu li.current-page-parent a{
  background: white;
  color: #019D66;
}
ul.menu li.menu-recru.current-menu-item a{
  color: white;
  background-color: #019D66;
}
ul.menu li.menu-recru.current-menu-item a:hover{
  background: white;
  color: #019D66;
}

/****** Color & PIcto Sous-Menu ******/
header .menu li .sub-menu span{
  width:75%;
  line-height: 16px;
  vertical-align: middle;
}
header .menu li.menu-accompagnement a{
  color:#19789B;
}
header .menu li.menu-soins a{
  color:#F9BC51;
}
header .menu li.menu-lien a{
  color:#A24069;
}
header .menu li.menu-repas a{
  color:#6A8E09;
}


header .menu li.menu-accompagnement:hover a:before, header .menu li.menu-accompagnement:hover a, ul.menu li.menu-services .sub-menu li.menu-accompagnement:hover a:after {
  background:#19789B;
  color:#fff;
}
header .menu li.menu-soins:hover a:before, header .menu li.menu-soins:hover a, ul.menu li.menu-services .sub-menu li.menu-soins:hover a:after {
  background:#F9BC51;
  color:#fff;
}
header .menu li.menu-lien:hover a:before, header .menu li.menu-lien:hover a, ul.menu li.menu-services .sub-menu li.menu-lien:hover a:after {
  background:#A24069;
  color:#fff;
}
header .menu li.menu-repas:hover a:before, header .menu li.menu-repas:hover a{
 background:#6A8E09;
   color:#fff;
}


ul.menu li.menu-services .sub-menu li.menu-accompagnement a:before{
  content:url('/wp-content/uploads/2021/06/accompagnement.png');
  display: inline-block;
  width:20%;
  vertical-align: middle;
}
/* @rb 30/10/2024 changement ordre menu */
ul.menu li.menu-services .sub-menu li.menu-accompagnement a:after,
ul.menu li.menu-services .sub-menu li.menu-soins a:after,
/* ul.menu li.menu-services .sub-menu li.menu-lien a:after{ */
ul.menu li.menu-services .sub-menu li.menu-repas a:after{
  content:'';
  width:2px;
  height: 40px;
  background: #607477;
  display: inline-block;
  margin-left: -2px;
  vertical-align: middle;
}

ul.menu li.menu-services .sub-menu li.menu-soins a:before{
  content:url('/wp-content/uploads/2021/06/41-layers.png');
  display: inline-block;
  width:20%;
  vertical-align: middle;
}
ul.menu li.menu-services .sub-menu li.menu-lien a:before{
  content:url('/wp-content/uploads/2021/06/lien.png');
  display: inline-block;
  width:20%;
  vertical-align: middle;
}
ul.menu li.menu-services .sub-menu li.menu-repas a:before{
  content:url('/wp-content/uploads/2021/06/repas.png');
  display: inline-block;
  width:30%;
  vertical-align: middle;
}
header .menu li .sub-menu li.menu-repas span{
  width:70%;
}

/******************************************************************
Stylesheet: Vignettes des articles avec le fichier .twig
******************************************************************/
.module-posts-wrapper .flex-wrapper{
	flex-wrap: wrap;
}
.post-item {
  margin-bottom: 50px;
}
.post-link-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
}
.post-thumbnail-wrapper {
    /*width: 390px;
	height:273px;*/
}
.post-content-wrapper {
  flex: 1;
  padding-left: 40px;
}
.module-posts-wrapper .post-title{
	font-size: 24px;
	color: #6d0404;
	margin-top: 0px;
	margin-bottom: 15px;
}
.module-posts-wrapper .post-cat{
	color: #d6ae00;
    font-size: 14px;
	font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.module-posts-wrapper .post-date {
	color: #450202;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
}
.module-posts-wrapper .post-content {
    font-size: 18px;
}

@media (max-width: 767px) {
  .post-content-wrapper {
    flex: auto;
    width: 100%;
	padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .post-item .post-thumbnail-wrapper {
    height: 200px;
	width: 100%;
	text-align: center;
  }
}
.module-filter-wrapper{
	margin-bottom: 100px;
}
.module-filter-wrapper .flex-wrapper{
	flex-wrap: wrap;
}
.filter-list{
	justify-content: center;
	list-style-type: none;
	padding: 0;
}
.filter-list li{
	text-align: center;
}
.filter-list li:before{
	display: none;
}
.filter-list a{
	text-transform: uppercase;
	color: #d6ae00;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 4px solid transparent;
	transition: 0.2s;
	padding: 10px 15px;
	text-decoration: none;
	margin: 0 15px;
}
.filter-list a:hover,
.list-item.active a{
	color: #6d0404;
	border-bottom-color: #6d0404;
}
@media (max-width: 767px) {
	.module-filter-wrapper{
		margin-bottom: 50px;
	}
	.filter-list a{
		font-size: 13px;
		margin: 0 10px;
		padding: 10px 5px;
	}
}

/******************************************************************
Stylesheet: Vignettes des articles avec la composition
******************************************************************/
.closed-block{
	cursor: pointer;
}
.link-block{
	text-decoration: none;
	color: inherit;
  display: block;
  height: 100%;
}
.posts-list-wrapper{
	transition: all ease 0.2s;
}
.posts-list-wrapper:hover{
	background: rgba(100,100,100,0.6);
}
.block-cat{
  position: relative;
  transition: all ease 0.2s;
}
.block-cat:before{
  top: 20px;
}
.additional-link{
  position: absolute;
  width: calc(100% - 80px);
  text-align: right;
  bottom: 0;
  left: 0;
  padding: 10px 20px 10px 10px;
}
.additional-link a{
  color: #2f2f2f;
  text-decoration: underline;
  display: block;
  width: 100%;
  font-size: 14px;
}
.additional-link a:hover{
  color: #6a6a6a;
}
.radius p{
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.menu-search{
position: absolute;
right: 0px;
top: 24px;
font-size:0.8em;
background:#016F48;
border-radius: 10px 0 0 10px;
padding:20px !important;
}
input.submit-button{
  background: #019d66;
border-radius: 0px;
padding: 5px;
border: solid 0px #019d66;
color: #fff;
margin-right: 17px;
}

#header .kt-row-column-wrap{
  padding: 0px;
}

/******************************************************************
Forme Boutons
******************************************************************/

.radius .kt-button,.radius, input.wpcf7-form-control.wpcf7-submit {
  border-radius: 25px 0px 16px 20px !important;
}


.width-100{
  width:100%;
}


.block{
  display: block;
}

.index-plus{
  z-index: 1000;
}

.home .compo-service .kt-row-layout-inner.kt-row-has-bg{
  height:433px;
}
.compo-service mark.kt-highlight{
  position: relative;
  z-index:1000;
}


.capitale,.cap{
  text-transform: uppercase;
}

.block-cat{
  width:32%;
  min-width: 300px;
  float:left;
  margin:50px 14px 0 0px;
  border-radius:20px;
  height:350px;
  position: relative;
  filter:drop-shadow(8px 8px 5px #e6e8e7);
}


.cat-lien-social{
  background:#F7DFEC;

}
.cat-lien-social:before{
  content:url('/wp-content/uploads/2021/06/picto-page-infirmeres.png');
  width:68px;
  height: 65px;
  position: absolute;
  right:25px;
}
.cat-lien-social .radius{

  width:80px;
  height: 50px;
  position: absolute;
  bottom:0;
  right:0;
  background:#EC5B98;


}



.cat-lien-social .titre-cat{
background: rgb(236,91,152);
background: radial-gradient(circle, rgba(236,91,152,1) 0%, rgba(162,64,105,1) 100%);
height:69px;
}

.cat-lien-social .titre-cat h2{
  color:#fff;
  font-size:14px;
  text-transform: uppercase;
  color:#fff;
  margin: 0 120px 0 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.titre-cat{
  border-radius: 20px 20px 0px 0px !important;
}
.block-cat-content-wrapper{
  /* padding: 55px 15px 15px */
  padding: 25px 15px 15px;  /* @rb 30/10/2024 ajout image list actu */
}
.block-cat-date{
  font-size: 12px;
	padding-bottom: 10px; /* @rb 30/10/2024 ajout image list actu */
}
.block-cat h3{
  font-size:20px;
  font-family:'lato';
  margin: 0 0 20px 0;
  font-weight: 700;
}
.block-cat .radius{
  transition: all ease 0.2s;
}
.block-cat:hover .radius{
  background: white;
}
.block-cat:hover .radius p{
  color: #3e3e3e;
}



.cat-accompagnement{
  background:#ebf7fb;

}
.cat-accompagnement:before{
  content:url('/wp-content/uploads/2021/06/picto-accompagnement.png');
  width:65px;
  height: 65px;
  position: absolute;
  right:25px;
}
.cat-accompagnement .radius{
  width:80px;
  height: 50px;
  position: absolute;
  bottom:0;
  right:0;
  background:#4AB7E0;
}

.cat-accompagnement .titre-cat{
background: rgb(74,183,224);
background: linear-gradient(263deg, rgba(74,183,224,1) 0%, rgba(25,120,155,1) 100%);
height:69px;
}

.cat-accompagnement .titre-cat h2{
  color:#fff;
  font-size:14px;
  text-transform: uppercase;
  color:#fff;
  margin: 0 100px 0 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.cat-repas{
  background:#f5f9eb;

}
.cat-repas:before{
  content:url('/wp-content/uploads/2021/06/picto-portage-repas.png');
  width:88px;
  height: 56px;
  position: absolute;
  right:25px;
  top: 30px;
}
.cat-repas .radius{
  width:80px;
  height: 50px;
  position: absolute;
  bottom:0;
  right:0;
  background:#A4C747;
}

.cat-repas .titre-cat{
  background: rgb(164,199,71);
  background: linear-gradient(263deg, rgba(164,199,71,1) 0%, rgba(106,142,9,1) 100%);
  height:69px;
}

.cat-repas .titre-cat h2{
  color:#fff;
  font-size:14px;
  text-transform: uppercase;
  color:#fff;
  margin: 0 120px 0 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.cat-soins{
  background:#fef7ec;

}
.cat-soins:before{
  content:url('/wp-content/uploads/2021/06/picto-page-services-infirmiers.png');
  width:71px;
  height: 65px;
  position: absolute;
  right:25px;
}
.cat-soins .radius{

  width:80px;
  height: 50px;
  position: absolute;
  bottom:0;
  right:0;
  background:#F9BC51;


}

.cat-soins .titre-cat{
background: rgb(249,188,81);
background: linear-gradient(263deg, rgba(249,188,81,1) 0%, rgba(221,152,31,1) 100%);
height:69px;
}

.cat-soins .titre-cat h2{
  color:#fff;
  font-size:14px;
  text-transform: uppercase;
  color:#fff;
  margin: 0 120px 0 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}




.cat-lassociation-assiel{
  background:#e4f4ee;

}
.cat-lassociation-assiel:before{
  content:url('/wp-content/uploads/2021/07/picto-assiel.png');
  width:92px;
  height: 66px;
  position: absolute;
  right:25px;
}
.cat-lassociation-assiel .radius{
  width:80px;
  height: 50px;
  position: absolute;
  bottom:0;
  right:0;
  background:#019D66;
}

.cat-lassociation-assiel .titre-cat{
  background: rgb(1,157,102);
  background: linear-gradient(263deg, rgba(1,157,102,1) 0%, rgba(1,111,72,1) 100%);
  height:69px;
}

.cat-lassociation-assiel .titre-cat h2{
  color:#fff;
  font-size:14px;
  text-transform: uppercase;
  color:#fff;
  margin: 0 120px 0 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}




.cat-recrutement{
  background:#e4f4ee;

}
.cat-recrutement:before{
  content:url('/wp-content/uploads/2021/07/picto-assiel.png');
  width:92px;
  height: 66px;
  position: absolute;
  right:25px;
}
.cat-recrutement .radius{
  width:80px;
  height: 50px;
  position: absolute;
  bottom:0;
  right:0;
  background:#019D66;
}

.cat-recrutement .titre-cat{
  background: rgb(1,157,102);
  background: linear-gradient(263deg, rgba(1,157,102,1) 0%, rgba(1,111,72,1) 100%);
  height:69px;
}

.cat-recrutement .titre-cat h2{
  color:#fff;
  font-size:14px;
  text-transform: uppercase;
  color:#fff;
  margin: 0 120px 0 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}




.compo-service  .kt-blocks-info-box-link-wrap{
height:350px;
box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);
position: relative;
}
.compo-service .kt-blocks-info-box-text{
 border-radius: 25px 0px 16px 20px !important;
 padding:10px 20px;
 position: absolute;
 width: 85%;
 max-width: 220px;
bottom: 20px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.compo-service h3{
	color:#fff;
}

.info-bleu .kt-blocks-info-box-text{
  background-color: #4AB7E0;
  color:#fff;
}

.info-bleu:hover .kt-blocks-info-box-text{
  background-color: #fff;
  color:#4AB7E0;
}

.info-rose .kt-blocks-info-box-text{
  background-color: #EC5B98;
  color:#fff;
}

.info-rose:hover .kt-blocks-info-box-text{
  background-color: #fff;
  color:#EC5B98;
}


.info-orange .kt-blocks-info-box-text{
  background-color: #F9BC51;
  color:#fff;
}

.info-orange:hover .kt-blocks-info-box-text{
  background-color: #fff;
  color:#F9BC51;
}


.info-vert .kt-blocks-info-box-text{
  background-color: #A4C747;
  color:#fff;
}

.info-vert:hover .kt-blocks-info-box-text{
  background-color: #fff;
  color:#A4C747;
}
.icone-verte{
  background:#019D66;
  width:80px;
  height:80px;
  border-radius:50%;
  margin-top:30px;  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);

}

.icone-verte svg{
  margin-top:-15px;
  color:#fff;
}



/***** Form Contact ******/
.typededemande select{
  width:100%;
  padding:10px;
  color:#3E3E3E;
  margin-bottom:20px 0;
}
select#titre:after{
color:red;
}

select#titre{
  padding:10px;
  margin: 20px 10px 0px 0;
  height:45px !important;
  position:relative; display: inline;
 /* -webkit-appearance: none;*/
}


select#titre:after {
  content:""; width:0; height:0; position:absolute; pointer-events: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: .3em;
    right: .75em;
    border-top: 8px solid black;
    opacity: 0.5;
}

#nom{
  width: 79%;
padding: 10px;
}

#prenom{
  width:100%;
  margin:20px 0;
  padding: 10px;
}

#adresse, #complement{
 width:50%;
 padding: 10px;
 margin-right:20px;
 margin-bottom:20px;
}
#code-pots{
 width:20%;
padding: 10px;
 margin-bottom:20px;
}
#commune{
 width:47%;
 padding: 10px;
}

#telephone{
  width:29%;
  padding:10px;
  margin-right:20px;
  margin-bottom: 20px;
}
#email{
  width:68%;
  padding:10px;
    margin-bottom: 20px;
}

#message{
  width: 100%;
  border-radius: 10px;
  padding:10px;
}

/*.wpcf7 input[type="file"]{
    border-radius: 25px 0px 16px 20px !important;
    background: #607477;
    border:none;
}*/
input.wpcf7-form-control.wpcf7-submit{
  padding: 15px;
  background:#019d66;
  color:#fff;
  border:0px solid #fff;
  font-size:20px;
  float:right;
}
.wpcf7-form{
  font-size:20px;
}
.wpcf7-form-control-wrap input{
  border-radius:5px;
}

/* line 17, scss/_header.scss */
.footer-sticky {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;

  opacity: 0;
  transform-origin: top;
  transform: scale(1, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 30, scss/_header.scss */
.footer-sticky .wrap {
   padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
/* line 36, scss/_header.scss */
.footer-sticky.active {
  opacity: 1;
  display: block;
  transform: scale(1, 1);
}
.footer-sticky .kt-blocks-info-box-link-wrap{
  padding:0px;
  height:30px;
}

input.search-input.js-recherche{
  padding:5px;
}
p.titre-filtre{
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
}
#filtre-categorie{
  background: #607477;
  padding:5px;
  font-size:22px;
  color:#fff;
  margin-right: 20px;
}
#filtre-texte{
    padding: 7px;
    font-weight: bold;
}
.retour-header{
  text-align: right;
position: fixed;
z-index: 100000;
border-radius: 50%;
right: 20px;
bottom: 26px;
width: 56px;
height: 57px;
}

.retour-header a{
    margin-top: -15px;
    margin-left: 2px;
}


.before-intervenants{
  position: relative;
  margin-left: 35px;
}
.before-intervenants:before{
     position: absolute;
    top: -2px;
    content: url('/wp-content/uploads/2021/08/3-layers.png');

    left: -38px;

}


p.before-objectifs{
  position: relative;
  margin-left: 35px;
}
p.before-objectifs:before{
     position: absolute;
    top: -2px;
    content: url('/wp-content/uploads/2021/08/2-layers5.png');

    left: -38px;

}

.before-objectifs li{
  position: relative;
  margin-left: 35px;
  margin-bottom:10px;
}
.before-objectifs li:before{
     position: absolute;
    top: -2px;
    content: url('/wp-content/uploads/2021/08/2-layers5.png');

    left: -38px;

}
.menu-ancre a.kt-button{
  font-size:24px !important;
	margin: 5px 0; /* @rb 20/02/2024 ajout espacement boutons ancres */
}
.zoomtypo-item{
  display:inline-block;
  margin-left:5px;
  border:solid 1px #607477;
  padding:5px 10px;
  cursor: pointer;
}
.zoomtypo-item:hover{
  background:#019d66;
  border-color:#607477;
  color:#fff;
}
.zoomtypo-titre{
  font-size:0.8rem;
  text-align: center;
  margin-bottom:10px;
}


/*** TAILLES TYPO POUR TITRE ***/
a.kt-button span.kt-btn-inner-text{
 /* font-size:1.5rem;*/
}
h3{font-size:1.4rem;}

.page-id-1405 .retour-header a,
.post-template-default .retour-header a {
  margin-top:3px;
}

input[type=text], input[type=button], input[type=submit] {
-webkit-appearance: none;
-webkit-border-radius: 0;
}

@media(max-width: 1219px){
  .home .compo-service .kt-row-layout-inner.kt-row-has-bg{
    height: auto;
  }
}
@media(max-width: 767px){
  .header-logo{
    position: static;
  }
  .block-cat{
    width: 100%;
    min-width: auto;
    margin: 30px 0;
  }

  .menu-search{
    padding:10px !important;
    /* top:100px; */
  }

  .home figure{
    margin:auto;
    display: block;
  }
  .home .retour-header {
    margin-right:30px;

}

.logos-partenaires .wp-block-image{
  display: block;
  margin:0 auto;
  width:200px;
  max-width: 100%;
}
.baseline{
  margin-top:110px;
  margin-left:10px;
}
.menu-wrapper .wp-block-kadence-rowlayout{
  height:130Px;
}
.menu-wrapper .wp-block-kadence-rowlayout .wp-block-image img{
  max-width: 130px;
}

.typededemande select{
  width:100%;
  padding:10px;
  color:#3E3E3E;
  margin-bottom:20px 0;
}

#titre, #nom, #prenom, #adresse, #complement,#code-pots,#commune,#telephone,#email,#message{
  width:100%;
}


select#titre{
  margin-bottom: 25px;
}

input.wpcf7-form-control.wpcf7-submit{
  float:right;
}
/*.footer-sticky .kt-blocks-info-box-link-wrap{
 border:none;
}

.footer-sticky .inner-column-1 .inner-column-1 .kt-infobox-textcontent h2.kt-blocks-info-box-title,
.footer-sticky .inner-column-1 .inner-column-3 .kt-infobox-textcontent h2.kt-blocks-info-box-title{
display:none;
}
.footer-sticky .inner-column-1 .inner-column-1, .footer-sticky .kt-blocks-info-box-media {
  margin: 0px ;
  padding:  0px 20px 0px 0px;
  border-right:1px solid white;
}
.footer-sticky .inner-column-1 .inner-column-2{
  margin-left:0px;
  margin-right: 80px;

}
.footer-sticky .inner-column-1 .inner-column-2 .kt-blocks-info-box-media-container{
  margin-right:-30px;
}
.footer-sticky .inner-column-1 .inner-column-2 h2.kt-blocks-info-box-title{
 padding:  0px 30px 0px 0px !important;
  border-right:1px solid white;
}

.footer-sticky .inner-column-1 .inner-column-1{
  margin-left:-60px;
}
.footer-sticky .inner-column-1 .inner-column-2 .wp-block-kadence-infobox,
.footer-sticky .inner-column-1 .inner-column-3 .wp-block-kadence-infobox{
width:140px;

}
.footer-sticky .inner-column-1 .inner-column-2 .wp-block-kadence-infobox{
  margin-right:-20px;
}
.footer-sticky .kt-blocks-info-box-{
  padding:0px;
}

.footer-sticky  .kt-blocks-info-box-link-wrap{
  padding:none;
}

.footer-sticky.active{
  width:100%;
}
.footer-sticky.active h2.kt-blocks-info-box-title{
 font-size: 12px !important;
}
.footer-sticky.active .wp-block-kadence-infobox{
  width:50px;
}*/

.actu-categ div.kt-inside-inner-col{
margin-left:0px !important;
}
}

.recrutement input{
  opacity: 0;
  display: none;
}
.upload-file-btn{
  border-radius: 25px 0px 16px 20px !important;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  background-color: #607477;
  color:#fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
}
