@charset "UTF-8";
/* VARIABLES */
/* TYPOGRAPHY */
/* CSS reset/normalize plus HTML element styling. */
/* TITRES -------------------------------------------------*/
h1, h2, h3, h4, h5, h6 .h1,
.h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  font-family: "Roboto";
}

h1, .h1 {
  font-size: 3rem;
  font-weight: 500;
  color: #d12f7b;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 738px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #d12f7b;
}
@media screen and (max-width: 738px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}

h3, .h3 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #d12f7b;
}
@media screen and (max-width: 738px) {
  h3, .h3 {
    font-size: 1.25rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #d12f7b;
}
@media screen and (max-width: 738px) {
  h4, .h4 {
    font-size: 1.125rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #204f76;
}
@media screen and (max-width: 738px) {
  h5, .h5 {
    font-size: 1.125rem;
  }
}

h6, .h6 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #204f76;
}

.subtitle-h1 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #204f76;
}
@media screen and (max-width: 738px) {
  .subtitle-h1 {
    font-size: 1.25rem;
  }
}

/* TEXTE -------------------------------------------------*/
.font-size-base {
  font-family: "Roboto";
  font-size: 1rem;
}

.font-size-lg {
  font-family: "Roboto";
  font-size: 1.25rem;
}

.font-size-sm {
  font-family: "Roboto";
  font-size: 0.875rem;
}

.font-size-xs {
  font-family: "Roboto";
  font-size: 0.75rem;
}

.font-weight-thin {
  font-weight: 100;
}

.font-weight-bold {
  font-weight: 600;
}

p.color-pink {
  color: #d12f7b;
}

em {
  color: inherit;
}

.text-uppercase {
  text-transform: uppercase;
}

.quote {
  font-size: 1.25rem;
  font-style: italic;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

hr.big {
  border-width: 2px;
}
hr.pink {
  border-color: #d12f7b;
}
hr.black {
  border-color: #333;
}

.text-inherit {
  text-transform: inherit !important;
}

.font-bold {
  font-weight: 600;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  transition: 0.2s cubic-bezier(0, 0, 0, 1) !important;
}
.btn-white i.im {
  font-size: 1.25rem;
}
.btn-white:hover, .btn-white:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.btn-white svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.btn-white .im {
  margin-right: 7px;
}
.btn-white.bold {
  font-weight: 600;
}
.btn-white.little {
  height: 28px;
  padding: 0px 15px;
  font-size: 12px;
}
.btn-white.big {
  height: 55px;
  padding: 0px 18px;
}
.btn-white.big svg {
  width: 25px;
  height: 25px;
}
.btn-white {
  background-color: #fff !important;
  color: #204f76 !important;
}
.btn-white svg {
  fill: #204f76;
}
.btn-white:not(.no-link):hover, .btn-white:not(.no-link):focus {
  cursor: pointer;
  background: hsl(0, 0%, 112%);
  color: #204f76;
  transform: scale(1.03);
}

.btn-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  transition: 0.2s cubic-bezier(0, 0, 0, 1) !important;
}
.btn-blue i.im {
  font-size: 1.25rem;
}
.btn-blue:hover, .btn-blue:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.btn-blue svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.btn-blue .im {
  margin-right: 7px;
}
.btn-blue.bold {
  font-weight: 600;
}
.btn-blue.little {
  height: 28px;
  padding: 0px 15px;
  font-size: 12px;
}
.btn-blue.big {
  height: 55px;
  padding: 0px 18px;
}
.btn-blue.big svg {
  width: 25px;
  height: 25px;
}
.btn-blue {
  background-color: #4775b5 !important;
  color: #fff !important;
}
.btn-blue svg {
  fill: #fff;
}
.btn-blue:not(.no-link):hover, .btn-blue:not(.no-link):focus {
  cursor: pointer;
  background: rgb(113.6476190476, 149.5714285714, 199.5523809524);
  color: #fff;
  transform: scale(1.03);
}

.btn-dark-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  transition: 0.2s cubic-bezier(0, 0, 0, 1) !important;
}
.btn-dark-blue i.im {
  font-size: 1.25rem;
}
.btn-dark-blue:hover, .btn-dark-blue:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.btn-dark-blue svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.btn-dark-blue .im {
  margin-right: 7px;
}
.btn-dark-blue.bold {
  font-weight: 600;
}
.btn-dark-blue.little {
  height: 28px;
  padding: 0px 15px;
  font-size: 12px;
}
.btn-dark-blue.big {
  height: 55px;
  padding: 0px 18px;
}
.btn-dark-blue.big svg {
  width: 25px;
  height: 25px;
}
.btn-dark-blue {
  background-color: #204f76 !important;
  color: #fff !important;
}
.btn-dark-blue svg {
  fill: #fff;
}
.btn-dark-blue:not(.no-link):hover, .btn-dark-blue:not(.no-link):focus {
  cursor: pointer;
  background: rgb(45.056, 111.232, 166.144);
  color: #fff;
  transform: scale(1.03);
}

.btn-pink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  transition: 0.2s cubic-bezier(0, 0, 0, 1) !important;
}
.btn-pink i.im {
  font-size: 1.25rem;
}
.btn-pink:hover, .btn-pink:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.btn-pink svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.btn-pink .im {
  margin-right: 7px;
}
.btn-pink.bold {
  font-weight: 600;
}
.btn-pink.little {
  height: 28px;
  padding: 0px 15px;
  font-size: 12px;
}
.btn-pink.big {
  height: 55px;
  padding: 0px 18px;
}
.btn-pink.big svg {
  width: 25px;
  height: 25px;
}
.btn-pink {
  background-color: #d12f7b !important;
  color: #fff !important;
}
.btn-pink svg {
  fill: #fff;
}
.btn-pink:not(.no-link):hover, .btn-pink:not(.no-link):focus {
  cursor: pointer;
  background: rgb(220.0834645669, 97.1165354331, 154.8047244094);
  color: #fff;
  transform: scale(1.03);
}

.btn-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  transition: 0.2s cubic-bezier(0, 0, 0, 1) !important;
}
.btn-yellow i.im {
  font-size: 1.25rem;
}
.btn-yellow:hover, .btn-yellow:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.btn-yellow svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.btn-yellow .im {
  margin-right: 7px;
}
.btn-yellow.bold {
  font-weight: 600;
}
.btn-yellow.little {
  height: 28px;
  padding: 0px 15px;
  font-size: 12px;
}
.btn-yellow.big {
  height: 55px;
  padding: 0px 18px;
}
.btn-yellow.big svg {
  width: 25px;
  height: 25px;
}
.btn-yellow {
  background-color: #f8d249 !important;
  color: #d12f7b !important;
}
.btn-yellow svg {
  fill: #d12f7b;
}
.btn-yellow:not(.no-link):hover, .btn-yellow:not(.no-link):focus {
  cursor: pointer;
  background: rgb(250.2666666667, 224.5714285714, 131.9333333333);
  color: #d12f7b;
  transform: scale(1.03);
}

.btn-yellow-text-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  transition: 0.2s cubic-bezier(0, 0, 0, 1) !important;
}
.btn-yellow-text-blue i.im {
  font-size: 1.25rem;
}
.btn-yellow-text-blue:hover, .btn-yellow-text-blue:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.btn-yellow-text-blue svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.btn-yellow-text-blue .im {
  margin-right: 7px;
}
.btn-yellow-text-blue.bold {
  font-weight: 600;
}
.btn-yellow-text-blue.little {
  height: 28px;
  padding: 0px 15px;
  font-size: 12px;
}
.btn-yellow-text-blue.big {
  height: 55px;
  padding: 0px 18px;
}
.btn-yellow-text-blue.big svg {
  width: 25px;
  height: 25px;
}
.btn-yellow-text-blue {
  background-color: #f8d249 !important;
  color: #204f76 !important;
}
.btn-yellow-text-blue svg {
  fill: #204f76;
}
.btn-yellow-text-blue:not(.no-link):hover, .btn-yellow-text-blue:not(.no-link):focus {
  cursor: pointer;
  background: rgb(250.2666666667, 224.5714285714, 131.9333333333);
  color: #204f76;
  transform: scale(1.03);
}

a {
  color: #4775b5;
  text-decoration: underline;
}
a:hover {
  color: rgb(42.2619047619, 69.6428571429, 107.7380952381);
}

a.over-link {
  position: absolute;
  z-index: 2;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0px;
}
a.over-link:hover {
  text-decoration: none;
}

footer .uk-article-meta {
  font-style: italic;
  color: #4775b5;
}

.field {
  margin-bottom: 25px;
}
.field .field-label {
  color: #4775b5;
  font-size: 16px;
  font-weight: 500;
}
.field .field-label:after {
  content: " :";
}
.field .items .item i {
  display: inline-block;
  color: #d12f7b;
}
.field.field-link .items {
  margin-left: 15px;
  margin-top: 10px;
}
.field.field-file {
  background-color: #d12f7b;
  color: #fff;
  border-radius: 10px;
}
.field.field-file .inline {
  display: flex;
  padding: 2px 15px;
  align-items: center;
}
.field.field-file .inline i {
  font-size: 3rem;
  vertical-align: middle;
}
.field.field-file .inline a {
  font-weight: 600;
  color: #fff;
}
.field.field-file .inline .column {
  display: flex;
  flex-direction: column;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (max-width: 767px) {
  body.toolbar-vertical #page--header [uk-sticky] {
    position: relative !important;
  }
}
/* LANGUES -------------------------------------------------*/
.language-switcher-language-url, #languageswitcher {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.language-switcher-language-url .uk-margin-small, #languageswitcher .uk-margin-small {
  margin: 0 !important;
}
.language-switcher-language-url ul.links, #languageswitcher ul.links {
  display: flex;
  /* color: black; */
  margin-top: auto;
  margin-bottom: 5px;
}
.language-switcher-language-url ul.links li, #languageswitcher ul.links li {
  margin: 0;
  padding: 0 0.5rem;
  border-right: 1px solid #204f76;
}
.language-switcher-language-url ul.links li:before, #languageswitcher ul.links li:before {
  display: none;
}
.language-switcher-language-url ul.links li:last-of-type, #languageswitcher ul.links li:last-of-type {
  border-right: none;
}
.language-switcher-language-url ul.links li a.language-link, #languageswitcher ul.links li a.language-link {
  color: #204f76;
  line-height: normal;
  height: auto;
}
.language-switcher-language-url ul.links li a.language-link.is-active, #languageswitcher ul.links li a.language-link.is-active {
  font-weight: bold;
}

/* BANDEAU COOKIE -------------------------------------------------*/
.cookiesjsr-banner {
  background-color: #204f76;
}

.cookiesjsr-links.links--row li a:hover {
  color: white;
}

.cookiesjsr-banner button {
  background-color: transparent;
  border-radius: 50px;
}

.cookiesjsr-btn.important {
  color: #204f76;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--tab {
  background: #204f76;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--content {
  background: #204f76;
}

.cookiesjsr-btn.invert {
  color: #204f76;
  border-color: #204f76;
  background-color: transparent;
  border-radius: 50px;
}

.cookiesjsr-btn.important.invert {
  border-color: #204f76;
  background-color: #204f76;
}

/* Macro arrangement of a web page, including any grid systems. */
html {
  font-size: 1rem;
  letter-spacing: 0.3px;
  font-family: "Roboto", sans-serif !important;
  color: #204f76;
  scroll-behavior: smooth;
}

body {
  position: unset !important;
  position: initial !important;
  font-family: "Roboto";
}

.container {
  max-width: 1240px;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.container-small, .container-medium {
  padding: 0 16px;
}

#page--navbar[uk-sticky]:not(.uk-active) {
  top: 0 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2509803922);
}

#page--header .uk-navbar {
  display: flex;
  flex-direction: column;
  background-color: white;
  z-index: 10;
}
#page--header .uk-navbar #region--navTop {
  width: 100%;
}
#page--header .uk-navbar #region--navTop .wrapper.container {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
}
#page--header .uk-navbar #region--navTop ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0;
}
#page--header .uk-navbar #region--navTop ul li {
  margin: 0;
  padding: 10px;
}
#page--header .uk-navbar #region--navTop ul li > a {
  color: #204f76;
  font-weight: bold;
  font-size: 1rem;
  min-height: 40px;
}
#page--header .uk-navbar #region--navMain {
  z-index: 10;
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.1294117647);
}
#page--header .uk-navbar #region--navMain > .wrapper {
  position: relative;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  height: 130px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-branding {
  width: 210px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  #page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-branding {
    width: 200px;
  }
}
#page--header .uk-navbar #region--navMain > .wrapper #buttonsmenumain > .uk-margin, #page--header .uk-navbar #region--navMain > .wrapper #buttonsmenumain > .uk-margin-small {
  margin: 0 !important;
}
#page--header .uk-navbar #region--navMain > .wrapper #buttonsmenumain .wrapper {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
#page--header .uk-navbar #region--navMain > .wrapper #buttonsmenumain .wrapper > * {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  #page--header .uk-navbar #region--navMain > .wrapper #buttonsmenumain .wrapper > * {
    margin-left: 10px;
  }
}
#page--header .uk-navbar #region--navMain > .wrapper #buttonsmenumain .wrapper .chat,
#page--header .uk-navbar #region--navMain > .wrapper #buttonsmenumain .wrapper .tel,
#page--header .uk-navbar #region--navMain > .wrapper #buttonsmenumain .wrapper .help {
  height: 36px;
}
#page--header .uk-navbar #region--navMain > .wrapper #buttonsmenumain .wrapper .chat {
  font-weight: 600;
  padding: 0px 15px;
}
#page--header .uk-navbar #region--navMain > .wrapper #buttonsmenumain .wrapper .tel {
  display: flex;
  border: 1px solid #204f76;
  padding: 0;
  text-transform: none;
  font-weight: 600;
  overflow: hidden;
}
#page--header .uk-navbar #region--navMain > .wrapper #buttonsmenumain .wrapper .tel a {
  color: #204f76;
  text-decoration: none;
  padding: 0 15px;
}
#page--header .uk-navbar #region--navMain > .wrapper #buttonsmenumain .wrapper .tel a:hover {
  text-decoration: none;
}
#page--header .uk-navbar #region--navMain > .wrapper #buttonsmenumain .wrapper .tel .num {
  height: 100%;
  padding: 0 15px;
  background-color: #204f76;
  font-size: 1.4rem;
  color: white;
  padding-top: 4px;
}
#page--header .uk-navbar #region--navMain > .wrapper #buttonsmenumain .wrapper .help {
  font-weight: 600;
  padding: 0px 15px;
}
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu {
  margin-top: auto;
  display: flex;
}
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu ul.uk-navbar-nav {
  justify-content: flex-end;
}
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu ul.uk-navbar-nav li a,
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu ul.uk-navbar-nav li span {
  cursor: pointer;
  padding: 0 15px;
  min-height: 35px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: unset;
  color: #204f76;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (max-width: 1199px) {
  #page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu ul.uk-navbar-nav li a,
  #page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu ul.uk-navbar-nav li span {
    padding: 0 7px;
  }
}
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu ul.uk-navbar-nav li a.sub-menu,
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu ul.uk-navbar-nav li span.sub-menu {
  position: relative;
  padding-right: 40px;
  display: flex;
  align-items: center;
}
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu ul.uk-navbar-nav li a.sub-menu:after,
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu ul.uk-navbar-nav li span.sub-menu:after {
  position: absolute;
  content: "";
  background-image: url("images/chevron-down-solid.svg");
  width: 15px;
  height: 15px;
  right: 0;
  background-repeat: no-repeat;
  padding-right: 15px;
  background-size: 15px;
}
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu ul.uk-navbar-nav li a:hover,
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu ul.uk-navbar-nav li span:hover {
  color: #d12f7b;
}
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu ul.uk-navbar-nav li a:hover.sub-menu:after,
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu ul.uk-navbar-nav li span:hover.sub-menu:after {
  background-image: url("images/chevron-down-pink.svg");
}
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu .uk-navbar-dropdown {
  border-radius: 10px;
  padding: 0.5rem 0;
  width: 201px;
}
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu .uk-navbar-dropdown ul {
  margin-left: -25px;
}
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu .uk-navbar-dropdown ul li {
  padding: 0.25rem 1.5rem;
}
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu .uk-navbar-dropdown ul li a,
#page--header .uk-navbar #region--navMain > .wrapper #soshomophobie-main-menu .uk-navbar-dropdown ul li span {
  min-height: auto;
}
@media screen and (max-width: 1180px) {
  #page--header .uk-navbar #region--navMain {
    display: none !important;
  }
}
#page--header .uk-navbar.uk-sticky-below #region--navMain > .wrapper {
  height: 110px !important;
}
#page--header .uk-navbar.uk-sticky-below #region--navMain > .wrapper #sitebranding {
  width: 150px !important;
}
#page--header .uk-navbar.uk-sticky-below #region--navMain > .wrapper #buttonsmenumain .wrapper {
  padding-top: 0 !important;
}
#page--header .uk-navbar .mobile-header {
  display: none;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
}
#page--header .uk-navbar .mobile-header .uk-navbar-toggle {
  color: #333;
}
#page--header .uk-navbar .mobile-header .mobile-header-left,
#page--header .uk-navbar .mobile-header .mobile-header-right {
  display: flex;
  align-items: center;
  min-width: 60px;
}
#page--header .uk-navbar .mobile-header .mobile-header-right {
  justify-content: flex-end;
}
#page--header .uk-navbar .mobile-header .logo {
  width: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#page--header .uk-navbar .mobile-header .logo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page--header .uk-navbar .mobile-header .mobile-don-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #d12f7b;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 16px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  transition: background-color 0.2s, transform 0.2s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  margin-right: 30px;
}
#page--header .uk-navbar .mobile-header .mobile-don-btn:hover {
  background-color: rgb(176.2267716535, 38.9732283465, 103.3637795276);
  transform: scale(1.05);
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  #page--header .uk-navbar .mobile-header {
    display: flex;
  }
}
@media screen and (max-width: 1180px) {
  #page--header .uk-navbar .desktop-header {
    display: none !important;
  }
}

#region--offcanvas {
  background-color: #f6f6f6;
  color: #333;
  box-shadow: 0 0 5px 1px rgba(45, 45, 45, 0.5);
  padding: 20px 0;
}
#region--offcanvas #soshomophobie-main-menu-offcanvas li {
  border-bottom: 0.5px solid rgba(32, 79, 118, 0.1490196078);
  padding: 10px 20px;
  display: block;
}
#region--offcanvas #soshomophobie-main-menu-offcanvas li li {
  border-bottom: none;
  padding: 5px 0;
}
#region--offcanvas #soshomophobie-main-menu-offcanvas li:last-of-type {
  border-bottom: none;
}
#region--offcanvas #soshomophobie-main-menu-offcanvas .uk-parent > a {
  position: relative;
  display: flex;
  align-items: center;
}
#region--offcanvas #soshomophobie-main-menu-offcanvas .uk-parent > a:after {
  content: "";
  position: absolute;
  right: 0;
  background-image: url("images/chevron-down-solid.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
}
#region--offcanvas #soshomophobie-main-menu-offcanvas .uk-parent .uk-nav-sub {
  padding: 0 0 0 10px;
}
#region--offcanvas #soshomophobie-main-menu-offcanvas .uk-parent .uk-nav-sub a {
  font-size: small;
}
#region--offcanvas #soshomophobie-main-menu-offcanvas .uk-parent.uk-open a {
  color: #d12f7b;
}
#region--offcanvas #soshomophobie-main-menu-offcanvas .uk-parent.uk-open a:after {
  background-image: url("images/chevron-up-pink.svg");
}
#region--offcanvas #soshomophobie-main-menu-offcanvas .uk-parent.uk-open .uk-nav-sub a {
  color: #204f76;
}
#region--offcanvas #buttonsmenumainoffcanvas {
  padding-top: 1rem;
}
#region--offcanvas #buttonsmenumainoffcanvas .uk-margin-small {
  margin: 0 !important;
}
#region--offcanvas #buttonsmenumainoffcanvas nav li {
  border-bottom: 0.5px solid rgba(32, 79, 118, 0.1490196078);
  padding: 10px 20px;
  display: block;
}
#region--offcanvas #buttonsmenumainoffcanvas nav li a {
  height: auto;
  font-size: 12px;
}
#region--offcanvas .uk-nav .btn-yellow {
  height: auto;
  padding: 5px;
  font-weight: 600;
}
#region--offcanvas .uk-nav li a {
  color: #204f76;
}

#iconderecherche {
  width: 45px;
  height: 40px;
  display: flex;
  margin-top: auto;
}
#iconderecherche .uk-margin-small {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#iconderecherche #icon-form-recherche {
  cursor: pointer;
}
#iconderecherche #icon-form-recherche i.better_search {
  background-size: cover;
  padding: 14px;
  margin: 6px 4px;
  width: unset;
  height: unset;
}

#formulairederecherche {
  position: absolute;
  width: calc(100% - 60px);
  top: 145px;
  transition: all 0.5s;
}
#formulairederecherche .icon {
  display: none;
}
#formulairederecherche .js-form-type-search {
  height: 100%;
  width: 100%;
  margin: 0 !important;
  cursor: pointer;
}
#formulairederecherche .js-form-type-search .uk-form-controls {
  display: flex;
  align-items: center;
}
#formulairederecherche .js-form-type-search .uk-form-controls:before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background: url(images/search-solid.svg) center center no-repeat;
  height: 0;
  width: 0;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  left: 15px;
}
#formulairederecherche .js-form-type-search input.form-search {
  width: 100%;
  float: unset;
  border-radius: 20px;
  background: white;
  transition: all 0.3s;
  color: #204f76;
  height: 0;
  padding: 0;
  border: none;
  transition: all 0.5s;
}
#formulairederecherche .js-form-type-search:hover .uk-form-controls::before, #formulairederecherche .js-form-type-search.active .uk-form-controls::before {
  height: 20px;
  width: 20px;
}
#formulairederecherche .js-form-type-search:hover input.form-search, #formulairederecherche .js-form-type-search.active input.form-search {
  padding: 20px;
  padding-left: 50px;
  border: 1px solid #d12f7b;
}

#formulairederecherche-2 {
  padding: 0 20px;
}
#formulairederecherche-2 .icon {
  position: absolute;
}
#formulairederecherche-2 .js-form-type-search {
  margin: 0 !important;
}
#formulairederecherche-2 .js-form-type-search input.form-search {
  float: none;
  width: 100%;
  background: transparent;
  color: #204f76;
  border: 1px solid #d12f7b;
  padding-left: 30px;
}
#formulairederecherche-2 .js-form-type-search input.form-search::placeholder {
  color: #204f76;
}

.page-search #soshomophobie-content {
  margin: 4rem 0;
}
.page-search .search-form {
  margin-bottom: 3rem;
}
.page-search .search-form label {
  display: none;
}
.page-search .search-form .search-help-link {
  display: none !important;
}
.page-search .search-form .form-search {
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  height: 40px;
  margin-right: 5px;
  border-radius: 0;
  max-width: calc(100% - 115px);
}
.page-search h2 {
  text-align: center;
}
.page-search ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.page-search ol li {
  padding-left: 0;
}
.page-search ol li::before {
  display: none;
}

#footerbottom > .uk-margin, #footerbottom > .uk-margin-small,
#footer > .uk-margin,
#footer > .uk-margin-small,
#footertop > .uk-margin,
#footertop > .uk-margin-small {
  margin-top: 0 !important;
  margin: 0;
}

.footer-top > div {
  text-align: center;
  padding: 30px;
  color: #fff;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  place-items: center;
}
.footer-top > div h3 {
  color: #fff;
  margin-bottom: 0;
}
.footer-top > div p {
  font-size: 0.875rem;
}
.footer-top .yellow h3 {
  color: #204f76;
}
.footer-top .yellow strong {
  font-size: 1.75rem;
}
.footer-top .yellow {
  color: #204f76;
  background-color: #f8d249;
}
.footer-top .blue {
  background-color: #4775b5;
}
.footer-top .pink h3 {
  max-width: 400px;
  margin-bottom: 20px;
}
.footer-top .pink {
  background-color: #d12f7b;
}

.footer-network {
  padding: 25px;
  background-color: #204f76;
  color: white;
}
.footer-network h3 {
  color: white;
  text-align: center;
  font-weight: 300;
}
.footer-network .network ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.footer-network .network ul li {
  transition: transform 0.3s ease-out;
  padding: 0 5px;
}
.footer-network .network ul li a {
  width: 100%;
  height: 100%;
}
.footer-network .network ul li img {
  width: 40px;
  height: 40px;
}
.footer-network .network ul li:hover {
  transform: scale(1.15);
}
.footer-network .inscription {
  max-width: 600px;
}
.footer-network .inscription .webform-elements {
  display: flex;
}
.footer-network .inscription .webform-elements .js-form-item-email {
  margin-right: 10px;
}
.footer-network .inscription .webform-elements .form-actions {
  margin: 0 !important;
}
.footer-network .inscription .webform-elements .form-actions input {
  background-color: #f8d249;
  color: #204f76;
  text-transform: none;
  font-size: 1.2rem;
}

.footer-main {
  background: rgb(144, 49, 68);
  background-image: url("images/footer-img.jpg");
  background-size: cover;
  padding: 50px 0;
  position: relative;
}
.footer-main .overlay {
  background: linear-gradient(90deg, rgba(244, 150, 54, 0.6) 0%, rgba(218, 20, 104, 0.6) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.footer-main h3 {
  color: #fff;
}
.footer-main .first-wrapper img {
  width: 500px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.footer-main .first-wrapper .btn-white {
  color: #d12f7b !important;
}
.footer-main .second-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-main .second-wrapper img {
  width: 340px;
}

.footer-bottom {
  background-color: #d12f7b;
  padding: 20px 0;
}
.footer-bottom p,
.footer-bottom a {
  font-size: 0.875rem;
  color: #fff;
}
.footer-bottom .wrapper-img img {
  width: 175px;
}
@media screen and (max-width: 959px) {
  .footer-bottom .wrapper-img {
    padding-right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .footer-bottom .middle-content {
    padding-right: 30px;
  }
}
.footer-bottom .last-content {
  display: flex;
  flex-direction: column;
}
.footer-bottom .last-content a {
  padding: 5px 0;
  font-weight: 600;
  text-decoration: none;
}
.footer-bottom .last-content a:first-of-type {
  padding-top: 0;
}
.footer-bottom .last-content a:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 959px) {
  .footer-bottom .last-content {
    padding-right: 30px;
  }
}

/* Discrete, reusable UI elements. */
#soshomophobie-local-tasks {
  display: block;
  position: absolute;
  background-color: white;
  transition: all 0.2s;
  margin-top: -15px;
  z-index: 1;
  padding: 0 0px;
  border-width: 0 1px 1px 0; /* top right bottom left */
  border-style: solid;
  border-color: #d12f7b;
}
#soshomophobie-local-tasks #primary-tasks .uk-subnav {
  margin: 12px 10px 8px 0;
}
#soshomophobie-local-tasks:hover {
  margin-top: 0;
}

/* Purely visual styling (“look-and-feel”) for a component. */
.region-header {
  background-image: url("images/max-bender-BolAA1pvGO8-unsplash.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.region-header .filter-rose {
  background-color: rgba(209, 47, 124, 0.768627451);
  height: 100%;
  padding: 6rem 0;
}
.region-header h1 {
  color: white;
  text-transform: inherit;
}

.more-link {
  display: flex;
  justify-content: center;
}
.more-link a {
  font-size: 1.25rem;
}

.views-exposed-form {
  display: flex;
  margin: 2rem 0;
}
.views-exposed-form .form-item {
  margin: 0 !important;
  padding: 0 10px;
}
.views-exposed-form .form-item:first-of-type {
  padding-left: 0;
}
.views-exposed-form .form-item:last-of-type {
  padding-right: 0;
}
.views-exposed-form .form-actions {
  padding-left: 10px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.views-exposed-form#views-exposed-form-actualites-page-1 {
  flex-wrap: wrap;
}
.views-exposed-form#views-exposed-form-actualites-page-1 .form-item-exposed-year,
.views-exposed-form#views-exposed-form-actualites-page-1 .js-form-item-exposed-month,
.views-exposed-form#views-exposed-form-actualites-page-1 .form-item-field-tags-target-id {
  flex: 0 0 25%;
}
@media screen and (max-width: 842px) {
  .views-exposed-form#views-exposed-form-actualites-page-1 .form-item-exposed-year,
  .views-exposed-form#views-exposed-form-actualites-page-1 .js-form-item-exposed-month,
  .views-exposed-form#views-exposed-form-actualites-page-1 .form-item-field-tags-target-id {
    flex: 0 0 100%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 842px) {
  .views-exposed-form#views-exposed-form-actualites-page-1 .form-actions {
    padding: 10px 0;
  }
}

#views-actualites-page .view-alphabetical-list a.is-active {
  color: #d12f7b;
}

table {
  border-spacing: 0;
  border: 1px solid #204f76;
  border-collapse: collapse;
}
table thead tr {
  background-color: rgba(32, 79, 118, 0.7803921569);
  color: white;
}
table thead tr th {
  padding: 0.5rem 0.5rem;
  text-align: start;
}
table th {
  padding: 0.5rem 0.5rem;
}
table th p {
  margin: 0;
}
table td {
  padding: 0.5rem 0.5rem;
}
table td p {
  margin: 0;
}

blockquote {
  position: relative;
  margin: 30px;
  width: fit-content;
  max-width: 100%;
  font-weight: 300;
}
blockquote p {
  color: #204f76;
}
blockquote:before {
  content: "";
  background-image: url("images/quote-left-solid.svg");
  width: 15px;
  height: 15px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -30px;
  top: 0;
}
blockquote:after {
  content: "";
  background-image: url("images/quote-right-solid.svg");
  width: 15px;
  height: 15px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -30px;
  bottom: 0;
}

form.user-pass .form-actions .form-submit, form.user-login-form .form-actions .form-submit {
  width: 100%;
}

.webform-submission-form .bg *:last-of-type.uk-margin {
  margin-bottom: 20px;
}
.webform-submission-form .bg .uk-text-meta {
  color: white;
}
.webform-submission-form .form-type-textarea label {
  color: #d12f7b;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.webform-submission-form .form-type-textarea label sup.uk-text-danger {
  color: #d12f7b !important;
}
.webform-submission-form .form-type-textarea textarea {
  border: 2px solid #d12f7b;
}
.webform-submission-form .social-media {
  justify-content: center;
}
.webform-submission-form .social-media img {
  height: 50px;
  margin-right: 10px;
}
.webform-submission-form .form-type-managed-file {
  margin-bottom: 0 !important;
}
.webform-submission-form .custom-file-input .form-file {
  position: relative;
  height: 50px;
  width: 100%;
  background-color: #d12f7b;
  cursor: pointer;
  color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.webform-submission-form .custom-file-input .form-file:active::before {
  background: transparent;
}
@media screen and (max-width: 667px) {
  .webform-submission-form .custom-file-input .form-file {
    height: auto;
  }
}
.webform-submission-form .custom-file-input .form-file::-webkit-file-upload-button {
  visibility: hidden;
}
.webform-submission-form .custom-file-input .form-file::before {
  position: absolute;
  left: 0;
  padding-left: 60px;
  content: "Joindre une ou plusieurs pièces jointes à votre témoignage.";
  display: inline-block;
  height: 50px;
  background-image: url("images/upload.png") !important;
  background-size: 50px !important;
  background-position: left;
  background-repeat: no-repeat !important;
  outline: none;
  -webkit-user-select: none;
  cursor: pointer;
  color: white;
  padding-top: 5px;
  font-size: medium;
  font-weight: 600;
  white-space: pre-line;
}
@media screen and (max-width: 667px) {
  .webform-submission-form .custom-file-input .form-file::before {
    padding-left: 0;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top !important;
    position: unset;
    height: auto;
    text-align: center;
  }
}
.webform-submission-form .custom-file-input .form-file::after {
  position: absolute;
  left: 60px;
  bottom: 5px;
  content: "Image(s), capture(s) d'écran : sms, e-mail, post facebook, twitter, etc.";
  display: inline-block;
  outline: none;
  -webkit-user-select: none;
  cursor: pointer;
  color: white;
  white-space: pre-line;
}
@media screen and (max-width: 667px) {
  .webform-submission-form .custom-file-input .form-file::after {
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: unset;
    height: auto;
    text-align: center;
  }
}
.webform-submission-form .custom-file-input .form-file:hover::before {
  border-color: black;
}
.webform-submission-form .form-composite {
  border: none;
  margin: 0;
  padding: 0;
}
.webform-submission-form .form-composite .uk-legend {
  padding: 0;
}
.webform-submission-form .js-webform-radios.webform-options-display-two-columns {
  width: fit-content;
}
.webform-submission-form .bg .webform-options-display-two-columns div.form-item,
.webform-submission-form .bg .webform-options-display-three-columns div.form-item {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.webform-submission-form .webform-actions {
  display: flex;
  justify-content: center;
}
.webform-submission-form .webform-actions .webform-button--submit.uk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: none;
  border-radius: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s cubic-bezier(0, 0, 0, 1) !important;
  background-color: #4775b5;
  color: #fff;
  font-weight: 600;
}
.webform-submission-form .webform-actions .webform-button--submit.uk-button:hover {
  background-color: #7296c8;
  color: #fff;
}
.webform-submission-form.webform-submission-inscription-newsletter-form {
  display: flex;
  align-items: center;
  position: relative;
}
.webform-submission-form.webform-submission-inscription-newsletter-form > .uk-margin:not(.form-item, .form-actions) {
  margin: 0 !important;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
  display: none;
}
.webform-submission-form.webform-submission-inscription-newsletter-form .js-form-type-email {
  margin-bottom: 0;
}
.webform-submission-form.webform-submission-inscription-newsletter-form .webform-actions {
  margin: 0 !important;
}
.webform-submission-form.webform-submission-inscription-newsletter-form .webform-actions input {
  height: 40px !important;
  border-radius: 0 !important;
  background-color: #f8d249 !important;
  color: #204f76 !important;
  line-height: initial;
}

.banner-front {
  position: relative;
  min-height: 430px;
}
.banner-front .background-image {
  background-image: url("images/banner-default.jpg");
  position: absolute;
  width: 55%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-front .body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d12f7b;
  color: white;
  position: relative;
  padding: 20px 10px;
  margin-left: 45%;
}
@media (max-width: 1199px) {
  .banner-front .body {
    margin-left: 55%;
  }
}
.banner-front .body h3 {
  color: white;
  font-weight: 600;
}
.banner-front .body p {
  font-weight: 100;
}
.banner-front .body:before {
  content: "";
  border-style: solid;
  border-width: 430px 230px 0px 0;
  border-color: transparent #d12f7b transparent transparent;
  position: absolute;
  left: -230px;
  top: 0;
  height: auto;
}
@media (max-width: 959px) {
  .banner-front {
    min-height: 400px;
    overflow: hidden;
  }
  .banner-front .background-image {
    width: 100%;
    height: 50%;
  }
  .banner-front .body {
    padding: 20px;
    margin-left: 0;
    margin-top: 200px;
    text-align: center;
  }
  .banner-front .body .wrapper {
    margin: 0;
    margin: auto;
    max-width: 630px;
  }
  .banner-front .body:before {
    left: 0px;
    top: 0;
    transform: translate(0, -98%);
    border-width: 70px 950px 0px 0;
  }
}
@media (max-width: 639px) {
  .banner-front .body {
    margin-top: 200px;
  }
  .banner-front .body .wrapper {
    max-width: 500px;
  }
}

.banner-no-image {
  padding: 4rem 0;
  background-color: #d12f7b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-no-image h1 {
  color: white;
  margin-bottom: 0;
}
.banner-no-image p {
  color: white;
  margin: 10px 0 0 0;
}

#plateformedaideenligne {
  padding: 40px 0 60px;
  background-color: #f6f6f6;
  text-align: center;
}
#plateformedaideenligne p {
  font-style: italic;
  font-weight: 300;
}
@media screen and (max-width: 959px) {
  #plateformedaideenligne .container-card {
    margin-top: 65px;
  }
}
#plateformedaideenligne .uk-card a.over-link {
  top: 0px;
}
#plateformedaideenligne .uk-card {
  border-radius: 30px;
  padding: 65px 15px 30px;
  font-size: 1.25rem;
  color: #204f76;
  font-weight: 500;
  transition: all 0.2s;
}
#plateformedaideenligne .uk-card img {
  position: absolute;
  width: 140px;
  top: 0;
  right: 50%;
  transform: translate(50%, -50%);
}
#plateformedaideenligne .uk-card:hover {
  background-color: #d12f7b;
  color: #fff;
  transform: scale(1.05);
}
@media (max-width: 639px) {
  #plateformedaideenligne .uk-card {
    margin-bottom: 20px;
  }
}

#faireundondevenirbenevole a {
  text-decoration: none;
}
#faireundondevenirbenevole .block-don {
  overflow: hidden;
  border-radius: 25px;
  margin: 50px auto;
  display: flex;
  background-color: #f8d249;
}
#faireundondevenirbenevole .block-don .don,
#faireundondevenirbenevole .block-don .benevole {
  padding: 40px;
  width: calc(50% - 75px);
  position: relative;
  text-align: center;
}
#faireundondevenirbenevole .block-don .don h2,
#faireundondevenirbenevole .block-don .benevole h2 {
  transition: all 0.2s;
  margin: 0;
  margin-top: 20px;
  color: #d12f7b;
  font-weight: 300;
}
#faireundondevenirbenevole .block-don .don img,
#faireundondevenirbenevole .block-don .benevole img {
  transition: all 0.2s;
  width: 95px;
}
#faireundondevenirbenevole .block-don .don:hover img,
#faireundondevenirbenevole .block-don .don:hover h2,
#faireundondevenirbenevole .block-don .benevole:hover img,
#faireundondevenirbenevole .block-don .benevole:hover h2 {
  transform: scale(1.1);
}
#faireundondevenirbenevole .block-don .don {
  margin-right: 75px;
}
#faireundondevenirbenevole .block-don .benevole {
  width: calc(50% - 75px);
  background-color: #d12f7b;
}
#faireundondevenirbenevole .block-don .benevole h2 {
  color: #fff;
}
#faireundondevenirbenevole .block-don .benevole img {
  width: 110px;
}
#faireundondevenirbenevole .block-don .benevole:before {
  content: "";
  z-index: 2;
  border-style: solid;
  border-width: 430px 230px 0px 0;
  border-color: transparent #d12f7b transparent transparent;
  position: absolute;
  left: -230px;
  top: 0;
}
@media (max-width: 959px) {
  #faireundondevenirbenevole .block-don {
    flex-direction: column;
  }
  #faireundondevenirbenevole .block-don .don {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 40px 70px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #faireundondevenirbenevole .block-don .benevole {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 40px 40px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #faireundondevenirbenevole .block-don .benevole:before {
    left: 0px;
    top: 1px;
    border-width: 80px 1000px 0px 0;
    transform: translate(0px, -100%);
  }
}

.actu-teaser,
.definition-teaser {
  padding: 20px;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
.actu-teaser .uk-margin,
.actu-teaser .uk-margin-small,
.definition-teaser .uk-margin,
.definition-teaser .uk-margin-small {
  margin-bottom: 15px;
}
.actu-teaser .wrapper-image,
.definition-teaser .wrapper-image {
  margin: -20px -20px 0 -20px;
  max-height: 165px;
  text-align: center;
  background-color: #333;
}
.actu-teaser .wrapper-image img,
.definition-teaser .wrapper-image img {
  width: 100%;
  height: auto;
  max-height: 165px;
  object-fit: cover;
}
.actu-teaser h4,
.definition-teaser h4 {
  margin: 0;
  font-weight: 500;
}
.actu-teaser p,
.actu-teaser .field--type-text-with-summary > div,
.definition-teaser p,
.definition-teaser .field--type-text-with-summary > div {
  color: #204f76;
  font-weight: 400;
  font-style: italic;
}
.actu-teaser footer,
.definition-teaser footer {
  text-align: right;
}
.actu-teaser footer .uk-article-meta,
.definition-teaser footer .uk-article-meta {
  font-style: italic;
  color: #d12f7b;
  font-weight: 300;
}
.actu-teaser .overlay,
.definition-teaser .overlay {
  transition: 0.3s cubic-bezier(0, 0, 0, 1);
  position: absolute;
  height: 100%;
  top: -100%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #d12f7b;
  opacity: 1;
  z-index: 1;
}
.actu-teaser .overlay img,
.definition-teaser .overlay img {
  width: 75px;
}
.actu-teaser .overlay p,
.definition-teaser .overlay p {
  font-size: 2rem;
  color: #fff;
}
.actu-teaser:hover .overlay,
.definition-teaser:hover .overlay {
  top: 0%;
}

.definition-teaser h4 {
  color: #d12f7b;
}

.definition-teaser .overlay img {
  width: 40px;
}

.definition-teaser .overlay p {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.tags-teaser {
  padding: 4px 12px;
  display: inline-block;
}
.tags-teaser h4 {
  color: white !important;
  font-size: 0.75rem;
  color: white;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

.field-tags {
  display: flex;
}
.field-tags .tag {
  margin-right: 5px;
}
.field-tags .tag:last-of-type {
  margin-right: 0;
}

.actu-full .banner-title {
  background-repeat: repeat-y;
  background-position-y: center !important;
  background-position-x: 0 !important;
  background-size: 45% !important;
}
@media (max-width: 1199px) {
  .actu-full .banner-title {
    background-size: 55% !important;
  }
}
@media (max-width: 959px) {
  .actu-full .banner-title {
    background-size: 100% !important;
  }
}
.actu-full .main-content {
  margin: 30px 0;
}
.actu-full .main-content p {
  font-size: medium;
}
@media (max-width: 959px) {
  .actu-full .banner-title h1 {
    font-size: 2rem;
  }
}

#sideBar-right {
  max-width: 250px;
  background-color: #f6f6f6;
  padding: 30px 15px;
  margin: 0px 0 -30px 30px;
}
#sideBar-right span.title {
  color: #4775b5;
  font-weight: 500;
}
@media (max-width: 959px) {
  #sideBar-right {
    margin: 0px 0 -30px 15px;
    max-width: 235px;
  }
}
@media (max-width: 639px) {
  #sideBar-right {
    max-width: none;
    margin: 0;
  }
}

.Questionnaire {
  background-color: #f6f6f6;
  padding: 0 0 3rem 0;
  margin-bottom: -20px;
}
.Questionnaire .paragraph .bg.bg-gris-clair {
  background-color: white;
}
.Questionnaire .banner-front {
  margin-bottom: 3rem;
  min-height: 430px;
}
.Questionnaire .banner-no-image p {
  text-align: center;
  font-style: italic;
}
.Questionnaire .historique {
  text-align: center;
  margin-bottom: 10px;
}
.Questionnaire .historique ul {
  padding: 0;
}
.Questionnaire .historique ul li {
  cursor: pointer;
  display: inline-block;
  margin: 3px;
  list-style: none;
  background-color: #d12f7b;
  border-radius: 15px;
  padding: 3px 12px;
  color: white;
}
.Questionnaire .steps {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
}
.Questionnaire .steps.active {
  padding: 70px 10px;
  height: auto;
  overflow: visible;
}
.Questionnaire .steps .step {
  opacity: 0;
  display: none;
  padding: 15px;
}
.Questionnaire .steps .step .uk-card {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 30px;
  padding: 60px 40px !important;
  font-size: 1.2rem;
  color: #204f76;
  font-weight: 500;
  transition: all 0.2s;
}
.Questionnaire .steps .step .uk-card.no-img {
  padding: 30px 15px 30px;
}
.Questionnaire .steps .step .uk-card img {
  position: absolute;
  width: 100px;
  top: 0;
  right: 50%;
  transform: translate(50%, -50%);
}
.Questionnaire .steps .step .uk-card .container-icon-help {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 20px;
}
.Questionnaire .steps .step .uk-card .container-icon-help i {
  color: #3775BA;
}
.Questionnaire .steps .step .uk-card .container-icon-help .description {
  position: absolute;
  background-color: #3775BA;
  color: white;
  font-size: small;
  font-style: italic;
  font-weight: 300;
  border-radius: 10px;
  padding: 10px;
  text-align: left;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  height: fit-content;
  display: none;
  width: 180px;
}
@media (max-width: 959px) {
  .Questionnaire .steps .step .uk-card .container-icon-help .description {
    right: 0;
    left: auto;
    transform: translate(0, 0);
  }
}
.Questionnaire .steps .step .uk-card .container-icon-help.active .description {
  display: block;
}
.Questionnaire .steps .step .uk-card .contenu .field-label {
  display: none;
}
.Questionnaire .steps .step .uk-card:hover {
  transform: scale(1.05);
}
@media screen and (min-width: 960px) {
  .Questionnaire .steps .step .uk-card .container-icon-help:hover .description {
    display: block;
  }
}
.Questionnaire .steps .step.clicked .uk-card {
  background-color: #d12f7b;
  color: #fff;
  transform: scale(1.05);
}
.Questionnaire .steps .step.clicked .uk-card .container-icon-help i {
  color: #fff;
}
.Questionnaire .steps .step.visible {
  opacity: 1;
  display: flex;
}
.Questionnaire.choix .steps:first-of-type {
  opacity: 1;
}
.Questionnaire .final-content {
  margin-top: 4rem;
}

article img.align-left {
  margin-right: 1rem;
}
article img.align-right {
  margin-left: 1rem;
}

.block-views .pager .pager__items {
  align-items: center;
}

@media screen and (max-width: 768px) {
  #button-back-to-top {
    display: inline-block;
    background-color: #d12f7b;
    border: 1px solid white;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button-back-to-top::after {
    content: "";
    background-image: url("images/chevron-up-solid-white.svg");
    width: 26px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #button-back-to-top:hover {
    cursor: pointer;
    background-color: #dc619b;
  }
  #button-back-to-top:active {
    background-color: #dc619b;
  }
  #button-back-to-top.show {
    opacity: 1;
    visibility: visible;
  }
}
/* Modif Stefan */
div.form-item-votre-temoignage textarea {
  height: 250px;
}

.uk-lightbox {
  background: rgba(0, 0, 0, 0.8);
}

a[aria-controls=captcha] {
  display: none;
}

/* Texte du captcha */
ul#captcha .uk-accordion-content {
  font-size: 0.875rem;
}

stream {
  display: inline;
}

.header-lang-switcher {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.header-lang-switcher img {
  height: 72px;
  width: auto;
  transition: opacity 0.2s;
}

.header-lang-switcher img:hover {
  opacity: 0.7;
}

.header-lang-switcher .language-link {
  font-size: 1rem;
  color: #204f76;
}

.Questionnaire .steps .step:focus-visible .uk-card {
  outline: 3px solid #d12f7b;
  outline-offset: 2px;
}

.Questionnaire .steps .step .container-icon-help:focus-visible {
  outline: 2px solid #d12f7b;
  outline-offset: 2px;
  background-color: white;
  border-radius: 50%;
}

.Questionnaire .historique ul li:focus-visible {
  outline: 2px solid #d12f7b;
  outline-offset: 2px;
}

.Questionnaire .steps .step .uk-card .typeform-key {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background-color: #f6f6f6;
  border: 1px solid #d12f7b;
  color: #d12f7b;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  box-shadow: 0 2px 0 #d12f7b;
}

.Questionnaire .steps .step.clicked .uk-card .typeform-key {
  background-color: #dc619b;
  color: #fff;
  border-color: #fff;
  box-shadow: 0 2px 0 #fff;
}

a {
  scroll-margin-top: 130px;
}

.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

@media screen and (max-width: 960px) {
  .flex-order-s-1 {
    order: 1;
  }
  .flex-order-s-2 {
    order: 2;
  }
}
iframe {
  max-width: 100%;
  width: 100%;
}

.banner-front .image-background {
  background-image: url("images/banner-default.jpg");
}
@media screen and (max-width: 959px) {
  .banner-front .body .wrapper {
    margin: auto 0 !important;
    max-width: 100%;
    width: 100%;
  }
}
.banner-front .body h1 {
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
}

.paragraph p:last-child {
  margin-bottom: 0;
}
.paragraph p {
  margin: 0 0 10px;
}
.paragraph h1,
.paragraph h2,
.paragraph h3,
.paragraph h4 {
  color: #d12f7c;
}
.paragraph .bg {
  padding: 2rem;
}
.paragraph .bg *:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .paragraph .bg {
    padding: 1rem;
  }
}
.paragraph .bg.bg-gris-clair {
  background-color: #f6f6f6;
}
.paragraph .bg.bg-bleu {
  background-color: #4775b5;
  color: #fff;
}
.paragraph .bg.bg-bleu h1,
.paragraph .bg.bg-bleu h2,
.paragraph .bg.bg-bleu h3,
.paragraph .bg.bg-bleu h4 {
  color: #f8d249;
}
.paragraph .bg.bg-bleu h5,
.paragraph .bg.bg-bleu h6 {
  color: #fff;
}
.paragraph .bg.bg-bleu a:not(.btn) {
  color: #f8d249;
}
.paragraph .bg.bg-bleu a:not(.btn):hover {
  color: #fae184;
}
.paragraph .bg.bg-bleu-fonce {
  background-color: #204f76;
  color: #fff;
}
.paragraph .bg.bg-bleu-fonce h1,
.paragraph .bg.bg-bleu-fonce h2,
.paragraph .bg.bg-bleu-fonce h3,
.paragraph .bg.bg-bleu-fonce h4 {
  color: #f8d249;
}
.paragraph .bg.bg-bleu-fonce h5,
.paragraph .bg.bg-bleu-fonce h6 {
  color: #fff;
}
.paragraph .bg.bg-bleu-fonce a:not(.btn) {
  color: #f8d249;
}
.paragraph .bg.bg-bleu-fonce a:not(.btn):hover {
  color: #fae184;
}
.paragraph .bg.bg-jaune {
  background-color: #f8d249;
}
.paragraph .bg.bg-jaune h1,
.paragraph .bg.bg-jaune h2,
.paragraph .bg.bg-jaune h3,
.paragraph .bg.bg-jaune h4 {
  color: #d12f7b;
}
.paragraph .bg.bg-jaune h5,
.paragraph .bg.bg-jaune h6 {
  color: #204f76;
}
.paragraph .bg.bg-jaune a:not(.btn) {
  color: #d12f7b;
}
.paragraph .bg.bg-jaune a:not(.btn):hover {
  color: #dc619b;
}
.paragraph .bg.bg-magenta {
  background-color: #d12f7b;
  color: #fff;
}
.paragraph .bg.bg-magenta h1,
.paragraph .bg.bg-magenta h2,
.paragraph .bg.bg-magenta h3,
.paragraph .bg.bg-magenta h4 {
  color: #fff;
}
.paragraph .bg.bg-magenta h5,
.paragraph .bg.bg-magenta h6 {
  color: #fff;
}
.paragraph .bg.bg-magenta a:not(.btn) {
  color: #fff;
}
.paragraph .bg.bg-magenta a:not(.btn):hover {
  color: #fff;
}
.paragraph .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  transition: 0.2s cubic-bezier(0, 0, 0, 1) !important;
}
.paragraph .btn.btn-gris-clair {
  background-color: #f6f6f6;
  color: #204f76;
}
.paragraph .btn.btn-gris-clair:hover {
  background-color: #dddcdc;
  color: #fff;
}
.paragraph .btn.btn-bleu {
  background-color: #4775b5;
  color: #fff;
}
.paragraph .btn.btn-bleu:hover {
  background-color: #7296c8;
  color: #fff;
}
.paragraph .btn.btn-bleu-fonce {
  background-color: #204f76;
  color: #fff;
}
.paragraph .btn.btn-bleu-fonce:hover {
  background-color: #2d6fa6;
  color: #fff;
}
.paragraph .btn.btn-jaune {
  background-color: #f8d249;
  color: #204f76;
}
.paragraph .btn.btn-jaune:hover {
  background-color: #fae184;
  color: #204f76;
}
.paragraph .btn.btn-magenta {
  background-color: #d12f7b;
  color: #fff;
}
.paragraph .btn.btn-magenta:hover {
  background-color: #dc619b;
  color: #fff;
}
.paragraph .btn:hover {
  transform: scale(1.03);
}
.paragraph.paragraph--type--image img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
.paragraph.paragraph--type--chiffre-cles .uk-grid {
  margin: 0;
  width: 100%;
}
.paragraph.paragraph--type--chiffre-cles .uk-grid .item {
  border-right: 1px solid #d12f7c;
  padding: 0 15px;
}
.paragraph.paragraph--type--chiffre-cles .uk-grid .item:last-of-type {
  border-right: none;
}
@media screen and (max-width: 960px) {
  .paragraph.paragraph--type--chiffre-cles .uk-grid .item {
    border-right: none;
  }
}
.paragraph.paragraph--type--chiffre-cles .paragraph--type--chiffre-cles-item {
  text-align: center;
}
.paragraph.paragraph--type--chiffre-cles .paragraph--type--chiffre-cles-item strong.chiffre {
  font-size: 4rem;
  color: #d12f7c;
}
.paragraph.paragraph--type--chiffre-cles .bg.bg-gris-clair .uk-grid .item {
  border-color: #d12f7c;
}
.paragraph.paragraph--type--chiffre-cles .bg.bg-gris-clair .paragraph--type--chiffre-cles-item strong.chiffre {
  color: #d12f7c;
}
.paragraph.paragraph--type--chiffre-cles .bg.bg-bleu .uk-grid .item {
  border-color: #f8d249;
}
.paragraph.paragraph--type--chiffre-cles .bg.bg-bleu .paragraph--type--chiffre-cles-item strong.chiffre {
  color: #f8d249;
}
.paragraph.paragraph--type--chiffre-cles .bg.bg-bleu-fonce .uk-grid .item {
  border-color: #f8d249;
}
.paragraph.paragraph--type--chiffre-cles .bg.bg-bleu-fonce .paragraph--type--chiffre-cles-item strong.chiffre {
  color: #f8d249;
}
.paragraph.paragraph--type--chiffre-cles .bg.bg-jaune .uk-grid .item {
  border-color: #d12f7c;
}
.paragraph.paragraph--type--chiffre-cles .bg.bg-jaune .paragraph--type--chiffre-cles-item strong.chiffre {
  color: #d12f7c;
}
.paragraph.paragraph--type--chiffre-cles .bg.bg-magenta .uk-grid .item {
  border-color: #fff;
}
.paragraph.paragraph--type--chiffre-cles .bg.bg-magenta .paragraph--type--chiffre-cles-item strong.chiffre {
  color: #fff;
}
.paragraph.paragraph--type--tuiles .paragraph--type--tuile-item {
  background-color: #fff;
  color: #204f76;
}
.paragraph.paragraph--type--tuiles .paragraph--type--tuile-item h3 {
  color: #d12f7c;
}
.paragraph.paragraph--type--tuiles .paragraph--type--tuile-item a {
  color: #fff;
}
.paragraph.paragraph--type--tuiles .paragraph--type--tuile-item a:hover {
  color: #fff;
}
.paragraph.paragraph--type--tuiles .paragraph--type--tuile-item .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paragraph.paragraph--type--tuiles .paragraph--type--tuile-item {
  /* img {
    width: 100%;
  } */
}
.paragraph.paragraph--type--tuiles .paragraph--type--tuile-item .content-tuile {
  padding: 1rem;
}
.paragraph.paragraph--type--banniere-image-texte .container-image .field {
  margin: 0;
}
.paragraph.paragraph--type--banniere-image-texte .container-image img {
  width: 100%;
}
.paragraph.paragraph--type--banniere-image-texte .container-texte {
  display: block;
}
.paragraph.paragraph--type--banniere-image-texte p {
  margin: 15px 0px;
}
.paragraph.paragraph--type--banniere-image-texte p a {
  margin-top: 15px;
}
.paragraph.paragraph--type--cta .position-centre {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.paragraph.paragraph--type--cta .position-centre p.description {
  text-align: center;
}
.paragraph.paragraph--type--cta .position-gauche {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.paragraph.paragraph--type--cta .position-gauche p.description {
  text-align: start;
}
.paragraph.paragraph--type--cta .position-droite {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
.paragraph.paragraph--type--cta .position-droite p.description {
  text-align: end;
}
.paragraph.paragraph--type--cta p.description {
  margin-top: 1rem;
}
.paragraph.paragraph--type--accordeon .uk-accordion li.uk-li-accordion {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-bottom: none;
  margin-top: 0;
}
.paragraph.paragraph--type--accordeon .uk-accordion li.uk-li-accordion .uk-accordion-title {
  padding: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #204f76;
  font-weight: 500;
}
.paragraph.paragraph--type--accordeon .uk-accordion li.uk-li-accordion .uk-accordion-title::before {
  background-image: url("/../images/chevron-down-blue.svg");
}
.paragraph.paragraph--type--accordeon .uk-accordion li.uk-li-accordion .uk-accordion-content {
  padding: 1rem;
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.paragraph.paragraph--type--accordeon .uk-accordion li.uk-li-accordion:first-of-type {
  border-radius: 10px 10px 0 0;
}
.paragraph.paragraph--type--accordeon .uk-accordion li.uk-li-accordion:first-of-type .uk-accordion-title {
  border-radius: 10px 10px 0 0;
}
.paragraph.paragraph--type--accordeon .uk-accordion li.uk-li-accordion:last-of-type {
  border-radius: 0 0 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.paragraph.paragraph--type--accordeon .uk-accordion li.uk-li-accordion.uk-open .uk-accordion-title {
  color: #d12f7c;
  background-color: rgba(209, 47, 124, 0.1019607843);
}
.paragraph.paragraph--type--accordeon .uk-accordion li.uk-li-accordion.uk-open .uk-accordion-title::before {
  background-image: url("/../images/chevron-up-pink.svg");
}
.paragraph.paragraph--type--fichier .download-wrapper {
  background-color: #d12f7c;
  border-radius: 10px;
  padding: 1rem 2rem;
}
.paragraph.paragraph--type--fichier .download-wrapper a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.paragraph.paragraph--type--fichier .download-wrapper a .left-dl {
  display: flex;
  align-items: center;
}
.paragraph.paragraph--type--fichier .download-wrapper a .left-dl .icon-download-file {
  content: "";
  background-image: url("/../images/file-pdf-solid.svg");
  width: 27px;
  height: 36px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  margin-left: 0;
  margin-right: 1.5rem;
}
.paragraph.paragraph--type--fichier .download-wrapper a .left-dl .infos {
  display: flex;
  flex-direction: column;
}
.paragraph.paragraph--type--fichier .download-wrapper a .left-dl .infos .name {
  font-weight: 500;
  text-decoration: underline;
}
.paragraph.paragraph--type--fichier .download-wrapper a .left-dl .infos .poids {
  font-weight: 200;
  text-decoration: none;
}
.paragraph.paragraph--type--fichier .download-wrapper a .right-dl .icon-download {
  font-size: 20px;
}
.paragraph.paragraph--type--citation .bg-gris blockquote {
  color: #204f76;
}
.paragraph.paragraph--type--citation .bg-gris blockquote p {
  color: #204f76;
}
.paragraph.paragraph--type--citation .bg-gris blockquote:before {
  background-image: url("/../images/quote-left-pink.svg");
}
.paragraph.paragraph--type--citation .bg-gris blockquote:after {
  background-image: url("/../images/quote-right-pink.svg");
}
.paragraph.paragraph--type--citation .bg-bleu blockquote {
  color: #fff;
}
.paragraph.paragraph--type--citation .bg-bleu blockquote p {
  color: #fff;
}
.paragraph.paragraph--type--citation .bg-bleu blockquote:before {
  background-image: url("/../images/quote-left-jaune.svg");
}
.paragraph.paragraph--type--citation .bg-bleu blockquote:after {
  background-image: url("/../images/quote-right-jaune.svg");
}
.paragraph.paragraph--type--citation .bg-bleu-fonce blockquote {
  color: #fff;
}
.paragraph.paragraph--type--citation .bg-bleu-fonce blockquote p {
  color: #fff;
}
.paragraph.paragraph--type--citation .bg-bleu-fonce blockquote:before {
  background-image: url("/../images/quote-left-jaune.svg");
}
.paragraph.paragraph--type--citation .bg-bleu-fonce blockquote:after {
  background-image: url("/../images/quote-right-jaune.svg");
}
.paragraph.paragraph--type--citation .bg-jaune blockquote {
  color: #204f76;
}
.paragraph.paragraph--type--citation .bg-jaune blockquote p {
  color: #204f76;
}
.paragraph.paragraph--type--citation .bg-jaune blockquote:before {
  background-image: url("/../images/quote-left-pink.svg");
}
.paragraph.paragraph--type--citation .bg-jaune blockquote:after {
  background-image: url("/../images/quote-right-pink.svg");
}
.paragraph.paragraph--type--citation .bg-magenta blockquote {
  color: #fff;
}
.paragraph.paragraph--type--citation .bg-magenta blockquote p {
  color: #fff;
}
.paragraph.paragraph--type--citation .bg-magenta blockquote:before {
  background-image: url("/../images/quote-left-white.svg");
}
.paragraph.paragraph--type--citation .bg-magenta blockquote:after {
  background-image: url("/../images/quote-right-white.svg");
}
.paragraph.paragraph--type--citation blockquote {
  margin: 0 50px;
}
.paragraph.paragraph--type--citation blockquote:before {
  background-image: url("/../images/quote-left-pink.svg");
  width: 30px;
  height: 30px;
  background-size: contain;
  left: -40px;
}
.paragraph.paragraph--type--citation blockquote:after {
  background-image: url("/../images/quote-right-pink.svg");
  width: 30px;
  height: 30px;
  background-size: contain;
  right: -40px;
}
.paragraph.paragraph--type--citation p.auteur {
  margin: 1rem 50px 0 50px;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .paragraph.paragraph--type--citation blockquote {
    font-size: 1rem;
    margin: 0 10px;
  }
  .paragraph.paragraph--type--citation blockquote:before {
    width: 15px;
    height: 15px;
    left: -20px;
  }
  .paragraph.paragraph--type--citation blockquote:after {
    width: 15px;
    height: 15px;
    right: -20px;
  }
  .paragraph.paragraph--type--citation p.auteur {
    margin: 1rem 10px 0 10px;
    font-size: 14px;
  }
}
.paragraph.paragraph--type--video .video-embed-field-responsive-video {
  width: 80%;
  display: flex;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .paragraph.paragraph--type--video .video-embed-field-responsive-video {
    width: 100%;
  }
}
.paragraph.paragraph--type--timeline {
  position: relative;
}
.paragraph.paragraph--type--timeline .timeline-item {
  padding: 2rem 0;
}
.paragraph.paragraph--type--timeline .timeline-item .paragraph--type--timeline-item {
  display: flex;
  align-items: center;
}
.paragraph.paragraph--type--timeline .timeline-item .paragraph--type--timeline-item .date-timeline {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #d12f7c;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  color: #d12f7c;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .paragraph.paragraph--type--timeline .timeline-item .paragraph--type--timeline-item .date-timeline {
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 576px) {
  .paragraph.paragraph--type--timeline .timeline-item .paragraph--type--timeline-item .date-timeline {
    position: initial;
    margin-bottom: 1rem;
  }
}
.paragraph.paragraph--type--timeline .timeline-item .paragraph--type--timeline-item .content-timeline {
  position: relative;
  width: calc(50% - 120px);
  text-align: end;
}
@media screen and (max-width: 768px) {
  .paragraph.paragraph--type--timeline .timeline-item .paragraph--type--timeline-item .content-timeline {
    width: calc(100% - 200px);
    text-align: start;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  .paragraph.paragraph--type--timeline .timeline-item .paragraph--type--timeline-item .content-timeline {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .paragraph.paragraph--type--timeline .timeline-item .paragraph--type--timeline-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.paragraph.paragraph--type--timeline .timeline-item:nth-child(even) .paragraph--type--timeline-item .content-timeline {
  margin-left: auto;
  text-align: start;
}
@media screen and (max-width: 576px) {
  .paragraph.paragraph--type--timeline .timeline-item {
    margin-left: 20px;
  }
}
.paragraph.paragraph--type--timeline:before {
  position: absolute;
  content: "";
  background-color: #d12f7b;
  height: 100%;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .paragraph.paragraph--type--timeline:before {
    left: 88.5px;
    transform: none;
  }
}
@media screen and (max-width: 576px) {
  .paragraph.paragraph--type--timeline:before {
    left: 0;
  }
}
.paragraph.paragraph--type--espacement .spacing-default {
  height: 20px;
}
.paragraph.paragraph--type--espacement .spacing-small {
  height: 10px;
}
.paragraph.paragraph--type--espacement .spacing-medium {
  height: 40px;
}
.paragraph.paragraph--type--espacement .spacing-large {
  height: 70px;
}
.paragraph.paragraph--type--espacement .spacing-xlarge {
  height: 140px;
}
.paragraph.paragraph--type--mosaique-images .mosaique-container {
  display: flex;
  flex-wrap: wrap;
}
.paragraph.paragraph--type--mosaique-images .mosaique-container .item-mosaique {
  flex: 0 0 25%;
}
@media screen and (max-width: 768px) {
  .paragraph.paragraph--type--mosaique-images .mosaique-container .item-mosaique {
    flex: 0 0 50%;
  }
}
.paragraph.paragraph--type--mosaique-images .mosaique-container .item-mosaique .paragraph--type--mosaique-images-item .uk-margin-small {
  margin: 0;
}
.paragraph.paragraph--type--mosaique-images .mosaique-container .item-mosaique .paragraph--type--mosaique-images-item .field {
  margin: 0;
}
.paragraph.paragraph--type--mosaique-images .mosaique-container .item-mosaique .paragraph--type--mosaique-images-item img {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
