#toolset {
	display: none;
}

body {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.15);
    width:100%;
    font-family: 'Ubuntu';
}



.footer {
	font-size: 1.0em;
}

.footer a {
	font-size: 0.9em;
    font-family: 'Ubuntu', sans-serif, Icons!important;
    font-weight: bold;
}


    #bg img{
	width: 100%;
  height: 50vh;
 
}



@media screen and (max-width: 800px) {
  .cyl-logo, #bg img{
    visibility: hidden;
  }
}


@media screen and (max-width: 800px) {
  #bg {
    height: 400px;
       background-image: url(https://files.cargocollective.com/c1704303/bg-ipad.jpg);
  background-repeat: no-repeat;
  background-size: cover;
    
  }
}

@media screen and (max-width: 450px) {
  #bg {

    height: 100%;
      padding-bottom: 330px;
       background-image: url(https://files.cargocollective.com/c1704303/bg-iph-2.png);
  background-repeat: no-repeat;
  background-size: cover;
      
  }
}

@media only screen and (max-width: 450px) {
  #partenaires-fade {
    width: 43% !important;
  }
}

@media only screen and (max-width: 450px) {
  .hidden-item {
    border-color: #f20c0c solid;
  }
}

@media only screen and (max-width: 450px) {
  .benevole-img3{
    visibility: hidden;
  }
}

@media only screen and (max-width: 450px) {
  .space-mobile{
    padding: 10px;
  }
}




@media only screen and (max-width: 450px) {
  .icon-pratique img {
    scale: 0.18;
  }
}



@font-face {
    font-family: 'Ubuntu';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1704303/Ubuntu-Regular.ttf');
}
@font-face{
    font-family: 'Londrina Solid';
	 src: url('https://files.cargocollective.com/c1704303/LondrinaSolid-Regular.ttf') format('otf'), /* IE6-IE8 */
}




/**
 *   nav mobile 2
 */

*,
*::before,
*::after {
   
    margin: 1;
  padding: 0;
 
}
/*
html {
  box-sizing: border-box;
}
*/

/*

.container-x {
  width: 100%;
  height: 00vh;
    margin-left: -30px;
    margin-right: 30px;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
/*
  background-size: 400% 400%;
  position: relative;
}

.nav-bar-w {
  position: absolute;
  background-color: #df0910;
  top: 0%;
   margin:0 auto!important;
  right: -26%;
  height: 85vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #df0910;
  border-radius: 10px !important;

  
}
.nav-list a{
	font-size: 0.5em;
    text-decoration-style: none;
}

.toggle {
left: -270%;
}

.toggle-menu {
  position: fixed;
  top: 20px;
  right: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
    padding: 2px 2px 2px 3px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  
}


.line {
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #f8dc24;
  transition: transform 0.2s ease-out;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
    transform: scale(0.9) rotateZ(-45deg) translate(-10px, 8px);
}

.line3{
transform: scale(0.9) rotateZ(45deg) translate(-5px, -3px);
}

.line2 {
background-color: transparent;
}

.toggle .line {
  background-color: #f8dc24;
  transform: scale(0.9) rotateZ(0deg) translate(-6px,4px);
}

.toggle .line2 {
 transform:scale(0.9) rotateZ(0deg) translate(-6px,1px) ;
}

.toggle .line3 {
  background-color: #f8dc24;
  transform: scale(0.9) rotateZ(0deg) translate(-6px, -2px);
}
.nav-list {
  list-style: none;
    justify-content: center;
    line-height: 2em;
    
}

.nav-list-item {
    padding:initial;
    font-size: 2.2em;
}

.nav-link {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
}




/**
 *  fin nav mobile
 */

/* Mixin */
/* reset */

* {
  margin: 0;
  padding:0;
  box-sizing: border-box;
}



.container {
  max-width: 1050px;
  width: 90%;
  margin: auto;
}

.navbar {
  width: 100%;
 
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.9rem;
  padding: 0.6rem;
}

.navbar .nav-container a:hover{
    font-weight: bolder;
}

.nav-container {
  display: block;
  position: relative;
  height: 40px;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  right: 30px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 17px;
  right: 30px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #efda3f;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

hr{
	border: solid #fff;
}

.navbar .menu-items {
  padding-top: 30px;
  background-color: #df0910;
  height: 100vh;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  margin-left: -40px;
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
}

.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 2.0rem;
  font-weight: 500;
}



.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}


p{
	font-family: "Ubuntu";
}

a:active {
	color: #efda3f;
}

.page a.active {
	color: #efda3f;
}

i,
em {
	font-style: italic;
}

.gallery_image_caption{
	font-family: "Darkheart"!important;
    z-index: 999!important;
    line-height: 1.1!important;
    font-size: 2.7em!important;
    color: black!important;
    margin-bottom: 300px!important;

}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin:0 ;
    
}

.button {
	background-color: #df0910;
    color: white;
    font-size: 16px;
    border-color: #df0910 ;
    border-radius: 7px;
    border-style:initial;
    padding: 20px;
    font-family: 'Ubuntu';
    transition: 0.4s;
}

.button:hover{
    background-color: #df0910;
    color: #df0910 !important;
    border-color: #df0910;
    border-style: solid;
    border-radius: 10px;
    transform:scale(1.04,1.04);
    -webkit-transform:scale(1.04,1.04);
    -moz-transform:scale(1.04,1.04);
}


blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, .15);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: -0.5em;
}

.gallery_image_caption {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	line-height: 1.3;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.8rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	font-family: "Ubuntu", Icons;
	font-style: normal;
	line-height: 1.3;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
    width:100%!important;
    position: relative;
    z-index: -2;


}
[data-predefined-style="true"] bodycopy a  {
   font-family: 'Londrina SOlid', Icons;
    font-style: bold;
	text-decoration: none !important;
        width:100%;
    color: white;
    transition: 2s!important;

}

[data-predefined-style="true"] bodycopy #adresse{
	color: black;
    font-family: 'Ubuntu';
}

[data-predefined-style="true"] bodycopy a:hover {
 
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
    ;
}

[data-predefined-style="true"] h1 {
	font-family: 'Londrina Solid', 'Ubuntu', Icons;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: 4.9rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    letter-spacing: -0.04rem;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
	font-family: "Darkheart", Icons !important;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 2.4rem;
	line-height: 1.2;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
   
	}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
    font-size: 0.9em;
    font-family: 'Londrina Solid', cursive, Icons;
    transition: 2s!important;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2rem;
    padding: 8px;
	line-height: 1.2;
	font-family: "Ubuntu", Icons;
	font-style: normal;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.85);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: 0 /*!content_left*/;
	text-align: left /*!text_left*/;
    width:100%;
 
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 2rem /*!main_margin*/;
	padding-bottom: 2rem /*!main_margin*/;
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!main_margin*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.0rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Monument Grotesk Mono Variable", Icons;
	font-style: normal;
	line-height: 0.5;
	font-variation-settings: 'slnt' 0, 'MONO' 1;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
	color: rgba(0, 0, 0, 0.75);
	line-height: 1;
	font-size: 28px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: rgba(33, 32, 46, 0);
	position: fixed;
	top: 1.4rem /*!site_menu_button*/;
	right: 2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
	font-size: 34px;
}

#site_menu_button.custom_icon {
	width: auto;
	height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 100%;
    width:100%;
	text-align: left;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
    z-index: 3;
    position: absolute;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

#wrap {
    font-family: 'Darkheart', Icons !important;
    font-style: normal;
        width: 100%;
        height: 50px;
        margin: 0;
        z-index: 99;
        position: relative;
        background-color: #df0910;
    	justify-content: center;
   		 align-content: center;
    transition: 2s!important;
   
      }


      .navbar {
     font-weight: normal;
    font-style: normal;
        height: 50px;
		align-items: center;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        margin: 0;
        position: absolute;
    width:100%;
          transition: 2s!important;
         
      }


      .navbar li {
        height: auto;
        text-align:center;
        width: 140.0px;
        list-style: none;
        font-family: 'Darkheart';
        font-size: 19px;
        background-color: #df0910;
        display: inline-block;
        
        
        
      }
      .navbar a {
        padding: 18px 0;
        text-decoration: none;
        display: block;
         
      }
      .navbar li:hover,
      a:hover {

      }
      .navbar ul {
        display: none;
        height: auto;
        margin: 0;
        padding: 0;
        
      }
      .navbar li:hover ul {
        display: block;
          
      }
      .navbar li ul li {
        background-color: #df0910;
      }
      .navbar li ul li a {
        border-left: 3px solid #df0910;
        border-right: 3px solid #df0910;
        border-top: 3px solid #df0910;
        border-bottom: 3px solid #df0910;
      }
      .navbar li ul li a:hover {
        background-color: #df0910;
          
      }

/**
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1.;
    position: fixed;
	padding: 6px;
	top: 2.5rem /*!shop_button*/;
	right: 3rem /*!shop_button*/;
}

#shop_button.text {
	font-family: Diatype, Icons;
	font-size: 2.4rem;
    padding: 0;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
    line-height: 1.2;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/**
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: Diatype, Icons;
	font-size: 1.3rem;
	line-height: 1rem;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 500;
}

.shop_product .dropdown {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.3rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .8rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.3rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .8rem;
	font-style: normal;
	font-weight: 500;
}

/**
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: Diatype, Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.3rem;
	font-style: normal;
	font-weight: 500;
    line-height: 1.3;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 0px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 2px;
}

nav ul {
  list-style-type: none !important;
}

.menu-deroulant-edition{  
  margin-top: var(--hauteur-menu);
  width: 100%;
  text-align: left;
  background-color: white;
  border-radius: 2px;
  overflow: hidden;
  max-height: 0;
 }
nav {
        text-align:center ;
    font-family: 'Londrina Solid'!important;
      }
      

.menu-deroulant:hover > .menu-deroulant-edition {
  animation: apparitionSousMenu 1s forwards;
}
/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/**
 * Audio Player
 */

.audio-player {
    max-width: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.3;
	font-family: Diatype, Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

[data-css-preset] .backdrop {
	width: 100% /*!background_cover*/;
}

@font-face {
    font-family: 'Darkheart';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1704303/Darkheart-Regular.woff') format('woff')!important;
}

[data-predefined-style="true"] h2 {
    font-size: 2rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-family: "Darkheart", Icons;
    font-style: normal;
    line-height: 1.2;
}

#soulign {
	text-decoration: underline;
}

.elfsight-app-1efe60f1-56a6-415e-bdcf-89c2cebfc04e eapps-widget eapps-widget-show-toolbar{
	display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_image_caption{
 position: absolute;
   line-height: 1.5;
 font-size: 2.6em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery_image_caption img{
	z-index: -2;
}

#img-104{
	position:absolute;
    z-index: -1;
     top: 108%;
  left: 102%;
  transform: translate(-100%, -100%);
}

.container-about{
position: relative;
min-height: 374px;


}

.prix-honnor{
	background-color:#DF0910 ;
    
}

.red-form img{
	background-image: url('https://files.cargocollective.com/c1704303/about4-3x-8.png');
    background-repeat: no-repeat;
  background-size: auto;
}

.solid{
	border-style: solid;
    border-color: white;
    border-radius: 10px;
}

.solid2{
	border-style: solid;
    border-color: #DF0910;
    border-radius: 10px;
}

.welcome{
	position: relative;
    z-index: -2;
}

.cyl-logo{
	position: absolute;
    z-index: 3;
    top: 45vw;
  	left: 69vw;
 	 transform: translate(-100%, -100%);
}

#bounce2 {
  animation: bounce2 2s ease infinite;
    font-size: 1.4em;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-12px);}
	60% {transform: translateY(-4px);}
}

.benevole-img{
    padding: 0;
    position: absolute;
	top: calc(0px - 20px);
   right: calc(0px - 63px);
}

.benevole-img2{
    padding: 0;
    transform: rotate(180deg);
    z-index: 2;
    position: absolute;
	bottom: calc(0px - 19px);
   left: calc(0px - 118px);
}

.benevole-img3{
    padding: 0;
    transform: rotate(0deg);
    z-index: 2;
    position: absolute;
	top: calc(0px - 84px);
   left: calc(0px - 265px);
}

.marquee{
	font-family: 'Ubuntu'!important;
    color: #efda3f;
    padding: 0.7em !important;
    font-size: 0.8em;
}

[local-style="29575491"] .content_padding{
	padding-top: 0rem /*!main_margin*/;
	padding-bottom: 0rem /*!main_margin*/;
	padding-left: 0rem /*!main_margin*/;
	padding-right: 0rem /*!main_margin*/;
}

#partenaires-fade{
	filter: #cecece; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .4s ease-in-out;
}

#partenaires-fade:hover{
	 filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
}

[local-style="29961542"] a:hover{
	
}

.edition-img{

  clip: rect(10px,60px,200px,0px);
}

#eapps-events-calendar-1efe60f1-56a6-415e-bdcf-89c2cebfc04e{
	max-width: none;
    
}

.fyMhRd{
	max-width: none;
}

h3{
	font-family: 'Ubuntu'sans-serif!important;
}