.alertify .ajs-dimmer {
  margin: 0;
  background-color: #252525;
  opacity: .5
}

.alertify .ajs-dimmer,
.alertify .ajs-modal {
  position: fixed;
  z-index: 1981;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0
}

.alertify .ajs-modal {
  overflow-y: auto
}

.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0;
  outline: 0
}

.alertify .ajs-dialog.ajs-capture:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1
}

.alertify .ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important
}

.alertify .ajs-commands {
  position: absolute;
  right: 4px;
  margin: -14px 24px 0 0;
  z-index: 2
}

.alertify .ajs-commands button {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer
}

.alertify .ajs-commands button.ajs-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC)
}

.alertify .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC)
}

.alertify .ajs-header {
  margin: -24px -24px 0;
  padding: 16px 24px;
  background-color: #fff
}

.alertify .ajs-body {
  min-height: 56px
}

.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 16px
}

.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 4px
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: left;
  clear: none;
  text-align: left
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
  margin: 4px
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 88px;
  min-height: 35px
}

.alertify .ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  cursor: se-resize
}

.alertify.ajs-no-overflow .ajs-body .ajs-content {
  overflow: hidden !important
}

.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
  left: 0;
  right: 0;
  padding: 0
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
  margin-left: -24px;
  margin-right: -24px
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
  padding: 0
}

.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
  left: 0;
  right: 0
}

.alertify.ajs-closable .ajs-commands button.ajs-close,
.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,
.alertify.ajs-maximizable .ajs-commands button.ajs-restore {
  display: inline-block
}

.alertify.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important
}

.alertify.ajs-maximized.ajs-modeless .ajs-modal {
  position: fixed !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important
}

.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=)
}

.alertify.ajs-maximized .ajs-dialog,
.alertify.ajs-resizable .ajs-dialog {
  padding: 0
}

.alertify.ajs-maximized .ajs-commands,
.alertify.ajs-resizable .ajs-commands {
  margin: 14px 24px 0 0
}

.alertify.ajs-maximized .ajs-header,
.alertify.ajs-resizable .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px
}

.alertify.ajs-maximized .ajs-body,
.alertify.ajs-resizable .ajs-body {
  min-height: 224px;
  display: inline-block
}

.alertify.ajs-maximized .ajs-body .ajs-content,
.alertify.ajs-resizable .ajs-body .ajs-content {
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto
}

.alertify.ajs-maximized .ajs-footer,
.alertify.ajs-resizable .ajs-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
  min-width: 548px
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
  display: block
}

.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  cursor: move
}

.alertify.ajs-modeless .ajs-dimmer,
.alertify.ajs-modeless .ajs-reset {
  display: none
}

.alertify.ajs-modeless .ajs-modal {
  overflow: visible;
  max-width: none;
  max-height: 0
}

.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC)
}

.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute
}

.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=)
}

.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
  max-height: 500px;
  overflow: auto
}

.alertify.ajs-basic .ajs-header {
  opacity: 0
}

.alertify.ajs-basic .ajs-footer {
  visibility: hidden
}

.alertify.ajs-frameless .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1
}

.alertify.ajs-frameless .ajs-footer {
  display: none
}

.alertify.ajs-frameless .ajs-body .ajs-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
  padding-top: 0
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
  margin-top: 0
}

.ajs-no-overflow {
  overflow: hidden !important;
  outline: none
}

.ajs-no-overflow.ajs-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll !important
}

.ajs-no-selection,
.ajs-no-selection * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media screen and (max-width:568px) {
  .alertify .ajs-dialog {
    min-width: 150px
  }

  .alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0 5%
  }

  .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
    min-width: 0;
    min-width: auto
  }
}

@-moz-document url-prefix() {
  .alertify button:focus {
    outline: 1px dotted #3593d2
  }
}

.alertify .ajs-dimmer,
.alertify .ajs-modal {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: .25s;
  transition-duration: .25s
}

.alertify.ajs-hidden .ajs-dimmer,
.alertify.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0
}

.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.alertify.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-duration: .25s;
  animation-duration: .25s
}

.alertify .ajs-dialog.ajs-shake {
  -webkit-animation-name: ajs-shake;
  animation-name: ajs-shake;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@-webkit-keyframes ajs-shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes ajs-shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-slideIn;
  animation-name: ajs-slideIn;
  -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
  animation-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-slideOut;
  animation-name: ajs-slideOut;
  -webkit-animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
  animation-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-zoomIn;
  animation-name: ajs-zoomIn
}

.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-zoomOut;
  animation-name: ajs-zoomOut
}

.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-fadeIn;
  animation-name: ajs-fadeIn
}

.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-fadeOut;
  animation-name: ajs-fadeOut
}

.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-pulseIn;
  animation-name: ajs-pulseIn
}

.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-pulseOut;
  animation-name: ajs-pulseOut
}

.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInX;
  animation-name: ajs-flipInX
}

.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutX;
  animation-name: ajs-flipOutX
}

.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInY;
  animation-name: ajs-flipInY
}

.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutY;
  animation-name: ajs-flipOutY
}

@-webkit-keyframes ajs-pulseIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes ajs-pulseIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@-webkit-keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@-webkit-keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.25, .25, .25);
    transform: scale3d(.25, .25, .25)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.25, .25, .25);
    transform: scale3d(.25, .25, .25)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@-webkit-keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.25, .25, .25);
    transform: scale3d(.25, .25, .25)
  }
}

@keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.25, .25, .25);
    transform: scale3d(.25, .25, .25)
  }
}

@-webkit-keyframes ajs-fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes ajs-fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes ajs-fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes ajs-fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@-webkit-keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@-webkit-keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@-webkit-keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@-webkit-keyframes ajs-slideIn {
  0% {
    margin-top: -100%
  }

  to {
    margin-top: 5%
  }
}

@keyframes ajs-slideIn {
  0% {
    margin-top: -100%
  }

  to {
    margin-top: 5%
  }
}

@-webkit-keyframes ajs-slideOut {
  0% {
    margin-top: 5%
  }

  to {
    margin-top: -100%
  }
}

@keyframes ajs-slideOut {
  0% {
    margin-top: 5%
  }

  to {
    margin-top: -100%
  }
}

.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982
}

.alertify-notifier,
.alertify-notifier .ajs-message {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.alertify-notifier .ajs-message {
  position: relative;
  width: 260px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear
}

.alertify-notifier .ajs-message.ajs-visible {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
  opacity: 1;
  max-height: 100%;
  padding: 15px;
  margin-top: 10px
}

.alertify-notifier .ajs-message .ajs-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: rgba(0, 0, 0, .5);
  border-top-right-radius: 2px
}

.alertify-notifier.ajs-top {
  top: 10px
}

.alertify-notifier.ajs-bottom {
  bottom: 10px
}

.alertify-notifier.ajs-right {
  right: 10px
}

.alertify-notifier.ajs-right .ajs-message {
  right: -320px
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px
}

.alertify-notifier.ajs-left {
  left: 10px
}

.alertify-notifier.ajs-left .ajs-message {
  left: -300px
}

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0
}

.alertify-notifier.ajs-center {
  left: 50%
}

.alertify-notifier.ajs-center .ajs-message {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.alertify-notifier.ajs-center .ajs-message.ajs-visible {
  left: 50%;
  -webkit-transition-timing-function: cubic-bezier(.57, .43, .1, .65);
  transition-timing-function: cubic-bezier(.57, .43, .1, .65)
}

.alertify-notifier.ajs-center.ajs-top .ajs-message {
  top: -300px
}

.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
  top: 0
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message {
  bottom: -300px
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
  bottom: 0
}

.ajs-no-transition.alertify-notifier .ajs-message,
.ajs-no-transition.alertify .ajs-dialog,
.ajs-no-transition.alertify .ajs-dimmer,
.ajs-no-transition.alertify .ajs-modal {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important
}

@media (prefers-reduced-motion:reduce) {

  .alertify-notifier .ajs-message,
  .alertify .ajs-dialog,
  .alertify .ajs-dimmer,
  .alertify .ajs-modal {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important
  }
}

.alertify .ajs-dialog {
  background-color: #fff;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .25);
  border-radius: 2px
}

.alertify .ajs-header {
  color: #000;
  font-weight: 700;
  background: #fafafa;
  border-bottom: 1px solid #eee;
  border-radius: 2px 2px 0 0
}

.alertify .ajs-body {
  color: #000
}

.alertify .ajs-body .ajs-content .ajs-input {
  display: block;
  width: 100%;
  padding: 8px;
  margin: 4px;
  border-radius: 2px;
  border: 1px solid #ccc
}

.alertify .ajs-body .ajs-content p {
  margin: 0
}

.alertify .ajs-footer {
  background: #fbfbfb;
  border-top: 1px solid #eee;
  border-radius: 0 0 2px 2px
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  background-color: transparent;
  color: #000;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #3593d2
}

.alertify-notifier .ajs-message {
  background: hsla(0, 0%, 100%, .95);
  color: #000;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 2px
}

.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(91, 189, 114, .95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .5)
}

.alertify-notifier .ajs-message.ajs-error {
  color: #fff;
  background: rgba(217, 92, 92, .95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .5)
}

.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, .95);
  border-color: #999
}

.ajs-message {
  width: 324px !important
}

.ajs-message.ajs-badges.ajs-visible,
.alertify-notifier .ajs-message.ajs-notice {
  background: hsla(0, 0%, 92.9%, .95);
  border-radius: 4px;
  color: #333;
  text-shadow: none
}

.alertify-notifier .ajs-message.ajs-error,
.alertify-notifier .ajs-message.ajs-info,
.alertify-notifier .ajs-message.ajs-success {
  border-radius: 4px;
  border-width: 3px;
  border-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .44);
  text-shadow: none;
  color: #fff;
  font-family: museo700, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem
}

.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, .98)
}

.alertify-notifier .ajs-message.ajs-error {
  background: hsla(0, 100%, 70%, .98)
}

.alertify-notifier .ajs-message.ajs-info {
  background: rgba(137, 204, 202, .98)
}

.succes-icon,
.succes-text {
  display: inline-block;
  vertical-align: middle
}

.succes-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  cursor: pointer
}

.succes-close img {
  opacity: .5
}

.succes-close img:hover {
  opacity: .8
}

.succes-icon {
  width: 24%
}

.succes-icon img {
  max-width: 100%
}

.succes-text {
  width: 74%
}

.alertify-notifier .ajs-message.ajs-success p,
.succes-text p {
  padding: 0 0 0 14px;
  margin: 15px 0;
  font-family: museo700, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem
}

.succes-text p {
  text-align: left
}

#powerTip {
  cursor: default;
  background-color: #fff;
  display: none;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 2147483647
}

#powerTip.e:before,
#powerTip.n:before,
#powerTip.ne:before,
#powerTip.nw:before,
#powerTip.s:before,
#powerTip.se:before,
#powerTip.sw:before,
#powerTip.w:before {
  content: "";
  position: absolute
}

#powerTip.n:before,
#powerTip.s:before {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  margin-left: -5px
}

#powerTip.e:before,
#powerTip.w:before {
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  margin-top: -5px;
  top: 50%
}

#powerTip.n:before {
  border-top: 10px solid #89ccca;
  bottom: -10px
}

#powerTip.e:before {
  border-right: 10px solid #89ccca;
  left: -10px
}

#powerTip.s:before {
  border-bottom: 10px solid #89ccca;
  top: -10px
}

#powerTip.w:before {
  border-left: 10px solid #89ccca;
  right: -10px
}

#powerTip.ne:before,
#powerTip.se:before {
  border-right: 10px solid transparent;
  border-left: 0;
  left: 10px
}

#powerTip.nw:before,
#powerTip.sw:before {
  border-left: 10px solid transparent;
  border-right: 0;
  right: 10px
}

#powerTip.ne:before,
#powerTip.nw:before {
  border-top: 10px solid #89ccca;
  bottom: -10px
}

#powerTip.se:before,
#powerTip.sw:before {
  border-bottom: 10px solid #89ccca;
  top: -10px
}

.modalNotification {
  position: fixed;
  top: 56px;
  right: 10px;
  bottom: 56px;
  width: 572px;
  height: 53vh;
  max-width: 100%;
  z-index: 100000000;
  background: #fff;
  border: none;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .16);
  border-radius: 20px;
  outline: 0
}

.modalScroll {
  display: inline-block;
  height: calc(100% - 68px);
  overflow: auto
}

.notif-text p {
  overflow-wrap: break-word;
  max-width: 100%
}

.notifInternalContainer {
  height: 100%
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
  background-color: transparent !important;
  z-index: 30000001
}

@media screen and (max-width:720px) {
  .viewNotif_container .notif-text {
    padding: 0 !important
  }

  .modalNotification {
    right: 0
  }
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative
}

.flickity-enabled:focus {
  outline: none
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, .75);
  border: none;
  color: #333
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
  opacity: .6
}

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none
}

.flickity-button-icon {
  fill: currentColor
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
  left: 10px
}

.flickity-prev-next-button.next {
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1
}

.flickity-rtl .flickity-page-dots {
  direction: rtl
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer
}

.flickity-page-dots .dot.is-selected {
  opacity: 1
}

@font-face {
  font-family: Museo Sans;
  font-display: swap;
  unicode-range: U+000-5ff;
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans900.eot);
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans900.eot#iefix) format("embedded-opentype"), url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans900.ttf) format("truetype"), url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') format("svg");
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: Museo Sans;
  font-display: swap;
  unicode-range: U+000-5ff;
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans900italic.eot);
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans900italic.eot#iefix) format("embedded-opentype"), url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans900italic.ttf) format("truetype"), url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') format("svg");
  font-weight: 900;
  font-style: italic
}

@font-face {
  font-family: Museo Sans;
  font-display: swap;
  unicode-range: U+000-5ff;
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans700.eot);
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans700.eot#iefix) format("embedded-opentype"), url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans700.ttf) format("truetype"), url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') format("svg");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Museo Sans;
  font-display: swap;
  unicode-range: U+000-5ff;
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans700italic.eot);
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans700italic.eot#iefix) format("embedded-opentype"), url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans700italic.ttf) format("truetype"), url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') format("svg");
  font-weight: 700;
  font-style: italic
}

@font-face {
  font-family: Museo Sans;
  font-display: swap;
  unicode-range: U+000-5ff;
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans500.eot);
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans500.eot#iefix) format("embedded-opentype"), url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans500.ttf) format("truetype"), url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') format("svg");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: Museo Sans;
  font-display: swap;
  unicode-range: U+000-5ff;
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans500italic.eot);
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans500italic.eot#iefix) format("embedded-opentype"), url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans500italic.ttf) format("truetype"), url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') format("svg");
  font-weight: 500;
  font-style: italic
}

@font-face {
  font-family: Museo Sans;
  font-display: swap;
  unicode-range: U+000-5ff;
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans300.eot);
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans300.eot#iefix) format("embedded-opentype"), url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans300.ttf) format("truetype"), url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') format("svg");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: Museo Sans;
  font-display: swap;
  unicode-range: U+000-5ff;
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans300italic.eot);
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans300italic.eot#iefix) format("embedded-opentype"), url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans300italic.ttf) format("truetype"), url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') format("svg");
  font-weight: 300;
  font-style: italic
}

@font-face {
  font-family: Museo Sans;
  font-display: swap;
  unicode-range: U+000-5ff;
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans100.eot);
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans100.eot#iefix) format("embedded-opentype"), url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans100.ttf) format("truetype"), url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') format("svg");
  font-weight: 100;
  font-style: normal
}

@font-face {
  font-family: Museo Sans;
  font-display: swap;
  unicode-range: U+000-5ff;
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans100italic.eot);
  src: url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans100italic.eot#iefix) format("embedded-opentype"), url(/brand/css/b_5d8cd76e0a1c0/font/Museo/MuseoSans100italic.ttf) format("truetype"), url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') format("svg");
  font-weight: 100;
  font-style: italic
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

main {
  display: block
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

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

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

blockquote p,
li button,
li h1,
li h2,
li h3,
li h4,
li h5,
li h6,
li input,
li label,
li li,
li p,
li select,
li textarea,
td p,
th p {
  font-size: 100%
}

button {
  display: inline;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer
}

a img,
button {
  border: none
}

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

input,
select,
textarea {
  font-family: Museo Sans, Helvetica, Arial, sans-serif;
  color: inherit
}

fieldset {
  margin: 0;
  border: none;
  padding: 0
}

select {
  width: auto;
  cursor: pointer
}

input,
label,
select,
textarea {
  vertical-align: middle
}

hr {
  border: none;
  height: 1px;
  background-color: #000
}

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

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

input[type=button],
input[type=email],
input[type=file],
input[type=password],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none
}

@viewport {
  width: device-width
}

html {
  font-size: 62.5%
}

body,
html {
  height: 100%;
  font-family: Museo Sans, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #58585a
}

.site-container,
body,
html {
  overflow: hidden;
  max-width: 100%
}

body.wait,
body.wait * {
  cursor: progress !important
}

.h1-like,
h1 {
  margin: 30px 0;
  font-size: 6em
}

@media screen and (max-width:1024px) {

  .h1-like,
  h1 {
    font-size: 4em
  }
}

@media screen and (max-width:720px) {

  .h1-like,
  h1 {
    font-size: 2em
  }
}

.h2-like,
h2 {
  margin: 20px 0;
  font-size: 4em
}

@media screen and (max-width:1024px) {

  .h2-like,
  h2 {
    font-size: 3em
  }
}

@media screen and (max-width:720px) {

  .h2-like,
  h2 {
    font-size: 2em
  }
}

.h3-like,
h3 {
  margin: 25px 0;
  font-size: 2.5em
}

@media screen and (max-width:1024px) {

  .h3-like,
  h3 {
    font-size: 2em
  }
}

@media screen and (max-width:720px) {

  .h3-like,
  h3 {
    font-size: 1.5em
  }
}

.h4-like,
h4 {
  margin: 20px 0;
  font-size: 2.5em
}

@media screen and (max-width:1024px) {

  .h4-like,
  h4 {
    font-size: 2em
  }
}

@media screen and (max-width:720px) {

  .h4-like,
  h4 {
    font-size: 1.5em
  }
}

.h5-like,
h5 {
  margin: 20px 0;
  font-size: 2em
}

.h6-like,
h6 {
  margin: 15px 0;
  font-size: 2em
}

.h1-like,
.h2-like,
.h3-like,
.h4-like,
.h5-like,
.h6-like,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-weight: 900
}

li {
  margin: 5px 0
}

p {
  margin: 15px 0
}

blockquote,
caption,
li,
p,
pre,
td,
textarea,
th {
  font-size: 2em;
  line-height: 1.2
}

@media screen and (max-width:720px) {

  blockquote,
  caption,
  li,
  p,
  pre,
  td,
  textarea,
  th {
    font-size: 1.2em
  }
}

td p {
  margin: 0
}

optgroup,
strong {
  font-weight: 900
}

[type=button],
[type=submit],
a,
button {
  color: #ffc943;
  text-decoration: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: color .1s
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
a:focus,
a:hover,
button:focus,
button:hover {
  color: #1082ff
}

button {
  background-color: transparent;
  color: #ffc943
}

::-ms-clear,
::-ms-reveal {
  display: none
}

[type=text] {
  margin: 5px 0;
  padding: 12px 15px;
  border: 1px solid #58585a;
  background-color: #fff;
  font-size: 1.5rem;
  transition: box-shadow .1s
}

[type=text]:focus {
  outline: none;
  box-shadow: inset 0 0 5px 0 rgba(255, 201, 67, .4)
}

[type=text]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

@media screen and (max-width:720px) {
  [type=text] {
    font-size: 1.2em
  }
}

[type=tel] {
  margin: 5px 0;
  padding: 12px 15px;
  border: 1px solid #58585a;
  background-color: #fff;
  font-size: 1.5rem;
  transition: box-shadow .1s
}

[type=tel]:focus {
  outline: none;
  box-shadow: inset 0 0 5px 0 rgba(255, 201, 67, .4)
}

[type=tel]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

@media screen and (max-width:720px) {
  [type=tel] {
    font-size: 1.2em
  }
}

[type=email] {
  margin: 5px 0;
  padding: 12px 15px;
  border: 1px solid #58585a;
  background-color: #fff;
  font-size: 1.5rem;
  transition: box-shadow .1s
}

[type=email]:focus {
  outline: none;
  box-shadow: inset 0 0 5px 0 rgba(255, 201, 67, .4)
}

[type=email]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

@media screen and (max-width:720px) {
  [type=email] {
    font-size: 1.2em
  }
}

[type=url] {
  margin: 5px 0;
  padding: 12px 15px;
  border: 1px solid #58585a;
  background-color: #fff;
  font-size: 1.5rem;
  transition: box-shadow .1s
}

[type=url]:focus {
  outline: none;
  box-shadow: inset 0 0 5px 0 rgba(255, 201, 67, .4)
}

[type=url]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

@media screen and (max-width:720px) {
  [type=url] {
    font-size: 1.2em
  }
}

[type=search] {
  margin: 5px 0;
  padding: 12px 15px;
  border: 1px solid #58585a;
  background-color: #fff;
  font-size: 1.5rem;
  transition: box-shadow .1s
}

[type=search]:focus {
  outline: none;
  box-shadow: inset 0 0 5px 0 rgba(255, 201, 67, .4)
}

[type=search]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

@media screen and (max-width:720px) {
  [type=search] {
    font-size: 1.2em
  }
}

[type=date] {
  margin: 5px 0;
  padding: 12px 15px;
  border: 1px solid #58585a;
  background-color: #fff;
  font-size: 1.5rem;
  transition: box-shadow .1s
}

[type=date]:focus {
  outline: none;
  box-shadow: inset 0 0 5px 0 rgba(255, 201, 67, .4)
}

[type=date]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

@media screen and (max-width:720px) {
  [type=date] {
    font-size: 1.2em
  }
}

[type=time] {
  margin: 5px 0;
  padding: 12px 15px;
  border: 1px solid #58585a;
  background-color: #fff;
  font-size: 1.5rem;
  transition: box-shadow .1s
}

[type=time]:focus {
  outline: none;
  box-shadow: inset 0 0 5px 0 rgba(255, 201, 67, .4)
}

[type=time]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

@media screen and (max-width:720px) {
  [type=time] {
    font-size: 1.2em
  }
}

[type=datetime] {
  margin: 5px 0;
  padding: 12px 15px;
  border: 1px solid #58585a;
  background-color: #fff;
  font-size: 1.5rem;
  transition: box-shadow .1s
}

[type=datetime]:focus {
  outline: none;
  box-shadow: inset 0 0 5px 0 rgba(255, 201, 67, .4)
}

[type=datetime]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

@media screen and (max-width:720px) {
  [type=datetime] {
    font-size: 1.2em
  }
}

[type=month] {
  margin: 5px 0;
  padding: 12px 15px;
  border: 1px solid #58585a;
  background-color: #fff;
  font-size: 1.5rem;
  transition: box-shadow .1s
}

[type=month]:focus {
  outline: none;
  box-shadow: inset 0 0 5px 0 rgba(255, 201, 67, .4)
}

[type=month]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

@media screen and (max-width:720px) {
  [type=month] {
    font-size: 1.2em
  }
}

[type=week] {
  margin: 5px 0;
  padding: 12px 15px;
  border: 1px solid #58585a;
  background-color: #fff;
  font-size: 1.5rem;
  transition: box-shadow .1s
}

[type=week]:focus {
  outline: none;
  box-shadow: inset 0 0 5px 0 rgba(255, 201, 67, .4)
}

[type=week]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

@media screen and (max-width:720px) {
  [type=week] {
    font-size: 1.2em
  }
}

[type=number] {
  margin: 5px 0;
  padding: 12px 15px;
  border: 1px solid #58585a;
  background-color: #fff;
  font-size: 1.5rem;
  transition: box-shadow .1s
}

[type=number]:focus {
  outline: none;
  box-shadow: inset 0 0 5px 0 rgba(255, 201, 67, .4)
}

[type=number]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

@media screen and (max-width:720px) {
  [type=number] {
    font-size: 1.2em
  }
}

[type=password] {
  margin: 5px 0;
  padding: 12px 15px;
  border: 1px solid #58585a;
  background-color: #fff;
  font-size: 1.5rem;
  transition: box-shadow .1s
}

[type=password]:focus {
  outline: none;
  box-shadow: inset 0 0 5px 0 rgba(255, 201, 67, .4)
}

[type=password]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

@media screen and (max-width:720px) {
  [type=password] {
    font-size: 1.2em
  }
}

[type=button] {
  margin: 5px 0;
  padding: 12px 15px;
  border: 1px solid #58585a;
  background-color: #fff;
  font-size: 1.5rem;
  transition: box-shadow .1s
}

[type=button]:focus {
  outline: none;
  box-shadow: inset 0 0 5px 0 rgba(255, 201, 67, .4)
}

[type=button]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

@media screen and (max-width:720px) {
  [type=button] {
    font-size: 1.2em
  }
}

label,
select,
textarea {
  display: block;
  margin: 5px 0;
  font-size: 1.5rem
}

@media screen and (max-width:720px) {

  label,
  select,
  textarea {
    font-size: 1.2em
  }
}

select,
textarea {
  border: 1px solid #ffc943;
  padding: 10px 20px;
  background-color: #fff;
  transition: box-shadow .1s
}

select:focus,
textarea:focus {
  outline: none;
  box-shadow: inset 0 0 5px 0 rgba(255, 201, 67, .4)
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: .5em
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

textarea {
  min-height: 3rem;
  resize: vertical
}

:not(output):-moz-ui-invalid,
:not(output):-moz-ui-invalid:-moz-focusring {
  box-shadow: none
}

[type=button],
[type=date],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week] {
  border-color: #ffc943;
  border-radius: 0;
  padding: .6em .9em;
  line-height: 1.333
}

select,
textarea {
  border-radius: 0;
  padding: .6em .9em
}

select {
  padding-left: calc(.9em + 20px);
  padding-right: calc(.9em + 20px);
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-position: .9em
}

@media screen and (min-resolution:192dpi) {
  select {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

@media screen and (max-width:720px) {
  select {
    padding-left: calc(.9em + 15px);
    padding-right: calc(.9em + 15px)
  }
}

textarea {
  resize: none;
  min-height: 5.199em
}

input[type=checkbox],
input[type=radio] {
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none
}

input[type=checkbox]:focus+label:before,
input[type=radio]:focus+label:before {
  outline: none;
  box-shadow: inset 0 0 1px 2px rgba(255, 201, 67, .2)
}

input[type=checkbox]+label,
input[type=radio]+label {
  position: relative;
  padding-left: 26px;
  cursor: pointer
}

input[type=checkbox]+label:after,
input[type=checkbox]+label:before,
input[type=radio]+label:after,
input[type=radio]+label:before {
  content: "";
  position: absolute
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #58585a;
  background: #fff;
  transition: box-shadow .1s
}

input[type=checkbox]+label:after,
input[type=radio]+label:after {
  transition: transform .2s ease-in-out
}

input[type=radio]+label:before {
  border-radius: 50%
}

input[type=radio]+label:after {
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
  background-color: #ffc943;
  border-radius: 50%;
  transform: scale(0)
}

input[type=radio]:checked+label:after {
  transform: scale(.7)
}

input[type=checkbox]+label:after {
  top: 7px;
  left: 8px;
  width: 6px;
  height: 3px;
  border-color: transparent transparent #ffc943 #ffc943;
  border-style: none none solid solid;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg) scale(0);
  transform-origin: 0 100%
}

input[type=checkbox]:checked+label:after {
  transform: rotate(-45deg) scale(1)
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
  border-color: #ffc943
}

.custom-combobox {
  display: block;
  position: relative;
  margin: 5px 0
}

.ui-autocomplete-input {
  width: 100%
}

.ui-autocomplete {
  list-style: none;
  position: absolute !important;
  z-index: 10;
  margin: 0;
  padding: .9em 2em;
  border: 1px solid #58585a;
  border-top: 0;
  border-radius: 0 0 0 0;
  min-width: 100%;
  max-width: 100%;
  background-color: #fff
}

.ui-autocomplete:after,
.ui-autocomplete:before {
  content: "";
  position: absolute;
  top: -2em;
  height: 2em;
  width: 1px;
  background-color: #58585a
}

.ui-autocomplete:before {
  left: -1px
}

.ui-autocomplete:after {
  right: -1px
}

.ui-menu-item {
  font-size: 1.5rem;
  cursor: pointer
}

.ui-menu-item:first-child {
  margin-top: 0
}

.ui-menu-item-wrapper.ui-state-active {
  color: #ffc943
}

.ui-autocomplete {
  border-color: #ffc943
}

.ui-autocomplete:after,
.ui-autocomplete:before {
  background-color: #ffc943
}

.page-container {
  margin: auto;
  padding: 0 30px;
  width: 1600px;
  max-width: 100%
}

@media only screen and (max-width:720px) {
  .page-container {
    padding: 0 15px
  }
}

@media screen and (min-width:720px) {
  .flex-columns {
    display: flex;
    justify-content: space-between
  }
}

.flex-columns--two .flex-columns__column {
  flex-grow: 1;
  flex-basis: 0
}

@media screen and (min-width:720px) {
  .flex-columns--two .flex-columns__column+.flex-columns__column {
    margin-left: 30px
  }
}

@media screen and (min-width:1024px) {
  .flex-columns--two .flex-columns__column+.flex-columns__column {
    margin-left: 60px
  }
}

@media screen and (min-width:1280px) {
  .flex-columns--two .flex-columns__column+.flex-columns__column {
    margin-left: 130px
  }
}

.icon,
.icon-shop {
  width: 40px;
  height: 40px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px
}

.icon--medium {
  width: 65px;
  height: 65px
}

.icon--shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2)
}

.icon--circle {
  border-radius: 100%
}

.icon-shop {
  width: 50px;
  height: 50px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: 30px 30px
}

@media screen and (min-resolution:192dpi) {
  .icon-shop {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-shop--brand {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-shop--brand {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-close {
  background-size: 20px 20px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-close {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-close--brand {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-close--brand {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-close--reverse {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-close--reverse {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-reset {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.icon-reset--brand {
  background-size: auto;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.icon-help {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.icon-help--brand {
  background-size: auto;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.icon-pin {
  width: 30px;
  height: 30px;
  z-index: 50;
  background-size: auto;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.icon-pin:hover,
.is-pinned .icon-pin {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.itemCommMarque .icon-pin {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.itemCommMarque .icon-pin:hover,
.itemCommMarque.is-pinned .icon-pin {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.icon-edit {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-edit {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-calendar {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-calendar {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-calendar--brand {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-calendar--brand {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-send {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-send {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-send--brand {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-send--brand {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-reply {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-reply {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-reply--brand {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-reply--brand {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-like {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-like {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-like.btn_quickVote_allReadyVote {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-like.btn_quickVote_allReadyVote {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-like--brand {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-like--brand {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-like--brand.btn_quickVote_allReadyVote {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-like--brand.btn_quickVote_allReadyVote {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-comment {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-comment {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-comment--brand {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-comment--brand {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-share {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-share {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-share--brand {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-share--brand {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-search--reverse {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-search--reverse {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-facebook {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-facebook {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-twitter {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-twitter {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-youtube {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-youtube {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-linkedin {
  display: none;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-linkedin {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-pinterest {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-pinterest {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-instagram {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .icon-instagram {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.icon-add-media,
.icon-add-product {
  cursor: pointer;
  z-index: 6000
}

.icon-add-media {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.icon-add-product {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.avatar,
.profil-header__avatar .upload_image {
  display: block;
  border-radius: 100%;
  width: 60px
}

.avatar--tiny {
  width: 36px
}

.avatar--small {
  width: 50px
}

.avatar--medium {
  width: 70px
}

.avatar--large {
  width: 105px
}

.avatar--big,
.profil-header__avatar .upload_image {
  width: 225px
}

.avatar-has-badge {
  position: relative
}

.avatar-has-badge:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 12px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .avatar-has-badge:after {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.avatar--admin {
  border: 3px solid #ffc943
}

.has-count-badge {
  position: relative;
  padding-top: .5rem
}

.count-badge {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 0 0 -1rem;
  border-radius: .8rem;
  padding: .2em .3em;
  min-width: 1.6rem;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 1
}

.count-badge,
.cta,
.form__footer [type=submit] {
  background-color: #ffc943;
  text-align: center;
  font-weight: 900;
  color: #fff
}

.cta,
.form__footer [type=submit] {
  display: inline-block;
  margin: 5px 0;
  padding: .5em;
  border: none;
  background-position: .5em;
  background-repeat: no-repeat;
  background-size: auto 1em;
  font-size: 2.5rem;
  transition: background-color .2s, color .2s;
  cursor: pointer
}

.cta:focus,
.cta:hover,
.form__footer [type=submit]:focus,
.form__footer [type=submit]:hover {
  color: #fff;
  background-color: #fff5dc;
  box-shadow: none
}

@media screen and (max-width:1024px) {

  .cta,
  .form__footer [type=submit] {
    font-size: 1.6rem
  }
}

@media screen and (max-width:720px) {

  .cta,
  .form__footer [type=submit] {
    font-size: 1.4rem
  }
}

.cta--secondary,
.subscribe .form__footer [type=submit] {
  background-color: #1082ff
}

.cta--secondary:focus,
.cta--secondary:hover,
.subscribe .form__footer [type=submit]:focus,
.subscribe .form__footer [type=submit]:hover {
  background-color: #a9d2ff
}

.cta--reverse {
  background-color: #fff;
  color: #ffc943
}

.cta--reverse:focus,
.cta--reverse:hover {
  background-color: #fff;
  color: #fff5dc;
  opacity: 1
}

.cta--reverse p {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1
}

.cta--neutral {
  background-color: #58585a
}

.cta--neutral:focus,
.cta--neutral:hover {
  background-color: #a4a4a7
}

.cta--light {
  font-size: 2rem;
  background-color: #ededed;
  font-weight: 500;
  color: #58585a
}

.cta--light:focus,
.cta--light:hover {
  color: #58585a;
  background-color: #fff
}

@media screen and (max-width:1024px) {
  .cta--light {
    font-size: 1.4rem
  }
}

@media screen and (max-width:720px) {
  .cta--light {
    font-size: 1.4rem
  }
}

.cta--dark {
  font-size: 2rem;
  background-color: #58585a;
  font-weight: 500;
  color: #fff
}

.cta--dark:focus,
.cta--dark:hover {
  color: #fff;
  background-color: #a4a4a7
}

@media screen and (max-width:1024px) {
  .cta--dark {
    font-size: 1.4rem
  }
}

@media screen and (max-width:720px) {
  .cta--dark {
    font-size: 1.4rem
  }
}

.cta--big,
.subscribe .form__footer [type=submit] {
  padding: .75em
}

.cta--medium {
  padding: .4em;
  font-size: 2rem
}

@media screen and (max-width:1024px) {
  .cta--medium {
    font-size: 1.4rem
  }
}

@media screen and (max-width:720px) {
  .cta--medium {
    font-size: 1.4rem
  }
}

.cta--small {
  font-size: 1.5rem;
  font-weight: 500
}

@media screen and (max-width:1024px) {
  .cta--small {
    font-size: 1.3rem
  }
}

@media screen and (max-width:720px) {
  .cta--small {
    font-size: 1.2rem
  }
}

.cta--full {
  width: 100%
}

.cta--admin {
  font-weight: 900;
  padding-left: 1.5em;
  background-repeat: no-repeat;
  background-position: .5em;
  background-size: auto 1em;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (max-width:720px) {
  .cta--admin {
    font-size: 1rem
  }
}

@media screen and (min-resolution:192dpi) {
  .cta--admin {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.cta--facebook {
  padding-left: calc(.5em + 30px);
  background-color: #19409a;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .cta--facebook {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.cta--facebook:focus,
.cta--facebook:hover {
  background-color: #668de6
}

.cta--facebook p {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1
}

.cta--load-more {
  display: block;
  text-align: center;
  max-width: 280px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-size: 1.7rem
}

.button-follow-container {
  padding-bottom: 5px;
  display: inline-block;
  vertical-align: top
}

.button-follow {
  display: block;
  min-width: 126px;
  padding: 5px 25px;
  border: 1px solid #ffc943;
  border-radius: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  background-color: #fff;
  color: #ffc943;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: background-color .2s, color .2s, border-color .2s
}

.button-follow.is-following,
.button-follow:hover {
  background-color: #ffc943;
  color: #fff
}

.button-follow.is-following:hover {
  background-color: #1082ff;
  border-color: #1082ff
}

@media screen and (max-width:720px) {
  .button-follow {
    font-size: 1.3em;
    min-width: 106px;
    padding: 3px 15px
  }
}

.cta,
.form__footer [type=submit] {
  border-radius: 0;
  padding-left: .9em;
  padding-right: .9em;
  line-height: 1;
  background-position: .7em
}

.cta--big,
.subscribe .form__footer [type=submit] {
  padding: .65em 1.75em
}

.cta--medium {
  padding: .5em
}

.cta--facebook {
  padding-left: 1.4em
}

.cta--admin {
  padding-left: 1.9em
}

.label {
  display: inline-block;
  margin: 5px 0;
  padding: .5em;
  border: none;
  background-color: #ffc943;
  background-position: .5em;
  background-repeat: no-repeat;
  background-size: auto 1em;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900
}

@media screen and (max-width:1024px) {
  .label {
    font-size: 1.6rem
  }
}

@media screen and (max-width:720px) {
  .label {
    font-size: 1.4rem
  }
}

.label--reverse {
  background-color: #fff;
  color: #ffc943
}

.label--neutral {
  background-color: #58585a
}

.label--light {
  font-size: 2rem;
  background-color: #ededed;
  font-weight: 500;
  color: #58585a
}

@media screen and (max-width:1024px) {
  .label--light {
    font-size: 1.4rem
  }
}

@media screen and (max-width:720px) {
  .label--light {
    font-size: 1.4rem
  }
}

.label--medium {
  padding: .4em;
  font-size: 2rem
}

@media screen and (max-width:1024px) {
  .label--medium {
    font-size: 1.4rem
  }
}

@media screen and (max-width:720px) {
  .label--medium {
    font-size: 1.4rem
  }
}

.label--small {
  font-size: 1.5rem;
  font-weight: 500
}

@media screen and (max-width:1024px) {
  .label--small {
    font-size: 1.3rem
  }
}

@media screen and (max-width:720px) {
  .label--small {
    font-size: 1.2rem
  }
}

.label--full {
  width: 100%
}

.label--admin {
  font-weight: 900;
  padding-left: 1.5em;
  background-repeat: no-repeat;
  background-position: .5em;
  background-size: auto 1em;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (max-width:720px) {
  .label--admin {
    font-size: 1rem
  }
}

@media screen and (min-resolution:192dpi) {
  .label--admin {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.label {
  border-radius: 0;
  padding-left: .9em;
  padding-right: .9em;
  line-height: 1;
  background-position: .7em
}

.label--big {
  padding: .65em 1.75em
}

.label--medium {
  padding: .5em
}

.label--facebook {
  padding-left: 1.4em
}

.label--admin {
  padding-left: 1.9em
}

.form__header {
  text-align: center
}

.form__header h1 {
  font-size: 2.5em;
  color: #ffc943
}

.form__header h2 {
  font-size: 2em;
  font-weight: 900;
  margin-bottom: 0
}

.form-error,
.form__error,
.form__error-server {
  font-size: 1.2rem;
  color: #ff4374
}

.form-error:empty,
.form__error-server:empty,
.form__error:empty {
  display: none
}

.form__error-server ul {
  list-style: none;
  padding: 0
}

.form__error-server ul li {
  font-size: 1em
}

.form__section-title {
  font-size: 2rem;
  margin: 15px 0;
  font-weight: 900
}

.form__input {
  width: 100%
}

.form__upload {
  padding: 170px 20px 0;
  max-width: 280px;
  margin: auto;
  border-radius: 0;
  background-color: #ededed;
  background-position: 50% 55%;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: 80% auto;
  color: #58585a
}

.form__upload-widget {
  position: relative;
  margin-bottom: 20px
}

.form__upload-delete {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 0;
  background-color: #fff;
  cursor: pointer
}

.form__upload-label {
  margin: 0;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  font-size: 3rem
}

.form__upload-image {
  border-radius: 0
}

.form__password {
  width: calc(100% - 53px)
}

.form__toggle-password {
  margin-left: 10px;
  width: 43px;
  height: 43px;
  background-size: 30px;
  background-position: 50%;
  background-repeat: no-repeat;
  text-indent: -9999px
}

@media screen and (max-width:720px) {
  .form__toggle-password {
    margin-left: 5px;
    height: 30px
  }
}

.form__input-combo {
  display: flex;
  justify-content: center;
  border-left-width: 0
}

.form__input-combo input,
.form__input-combo select {
  flex-grow: 1;
  border-left-width: 0;
  border-radius: 0;
  text-align: center
}

.form__input-combo input:first-child,
.form__input-combo select:first-child {
  border-left-width: 1px
}

.form__notice {
  font-size: 1rem;
  line-height: 1.1
}

.form__notice--upload {
  max-width: 280px;
  margin: 10px auto;
  color: #58585a
}

.form__forget-link {
  display: inline-block;
  margin: 5px 0;
  color: #58585a;
  font-size: 1.5rem
}

@media screen and (max-width:720px) {
  .form__forget-link {
    font-size: 1rem
  }
}

.form__forget-link:focus,
.form__forget-link:hover {
  color: #ffc943
}

.form__row--newsletter,
.form__row--optin-phone {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0
}

.form__row--newsletter .form__radio,
.form__row--optin-phone .form__radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 0;
  flex-shrink: 0;
  margin-right: 10px
}

.form__row--newsletter .form__radio label,
.form__row--optin-phone .form__radio label {
  margin-right: 10px
}

.form__row--newsletter .form__label,
.form__row--optin-phone .form__label {
  order: 1;
  flex-basis: 0;
  flex-grow: 1
}

.form__row--newsletter .form__error,
.form__row--optin-phone .form__error {
  flex-shrink: 0;
  width: 100%
}

.form__row--newsletter .form__notice,
.form__row--optin-phone .form__notice {
  order: 2;
  flex-shrink: 0;
  width: 100%
}

.form__row--newsletter {
  align-items: start
}

.form__footer {
  margin-top: 30px;
  display: flex;
  align-items: center
}

.form__footer>* {
  margin-left: 5px;
  margin-right: 5px
}

.stopNewsletter {
  margin-top: 40px
}

.stopNewsletter p {
  font-size: 1.4rem;
  line-height: 1.6
}

.form__toggle-password {
  border-radius: 0;
  height: 4rem;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .form__toggle-password {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.form__toggle-password.hide {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .form__toggle-password.hide {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

@media screen and (max-width:720px) {
  .form__toggle-password {
    height: 3.2rem
  }
}

.form-error,
.form__error,
.form__error-server li {
  padding-left: 0
}

.form__input+.form__notice {
  margin-top: 0;
  padding-left: 0
}

.form__input-combo input:first-child,
.form__input-combo input:last-child,
.form__input-combo select:first-child,
.form__input-combo select:last-child {
  border-radius: 0 0 0 0
}

.section {
  padding: 80px 0
}

@media screen and (max-width:720px) {
  .section {
    padding: 30px 0
  }
}

.section__title {
  color: #ffc943
}

.section--center {
  text-align: center
}

.section--brand {
  background-color: #ffc943;
  color: #fff
}

.section--brand .section__title {
  color: #fff
}

.section--grey {
  background-color: #ededed
}

@media screen and (min-width:1024px) {
  .columns {
    display: flex
  }
}

.column {
  flex-basis: 0;
  flex-grow: 1
}

.framed-text {
  position: relative;
  padding: 25px 40px 40px;
  border-radius: 0;
  box-shadow: 0 3px 30px rgba(0, 0, 0, .15);
  background-color: #fff;
  background-position: 60px;
  background-repeat: no-repeat;
  background-size: 130px;
  text-align: left
}

@media screen and (max-width:720px) {
  .framed-text {
    padding: 1px 15px 10px
  }
}

.framed-text--small-radius {
  padding: 25px 20px;
  background-position: 40px
}

.framed-text--brand {
  background-color: #ffc943;
  color: #fff;
  text-align: center
}

.framed-text--help {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .framed-text--help {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

@media screen and (min-width:721px) {
  .framed-text--help {
    padding-left: 250px
  }
}

@media screen and (max-width:720px) {
  .framed-text--help {
    background-position: center 25px;
    padding-top: 60px;
    background-size: 40px
  }

  .framed-text--help .h2-like {
    text-align: center
  }
}

@media screen and (max-width:720px) {
  .framed-text--cta {
    padding-bottom: 25px
  }
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 900
}

.loader .circular {
  stroke: #ffc943;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.loader .path {
  stroke-dasharray: 50, 15;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(1turn)
  }
}

@keyframes rotate {
  to {
    transform: rotate(1turn)
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px
  }

  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px
  }

  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px
  }
}

.header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 84px;
  padding-right: 30px;
  border-bottom: 4px solid #ededed;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media only screen and (max-width:720px) {
  .header {
    height: 47px;
    padding-right: 0
  }
}

.header:after {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 4px;
  left: -4px;
  width: 190px;
  background-color: #ffc943;
  border-radius: 2px
}

@media only screen and (max-width:720px) {
  .header:after {
    width: 110px
  }
}

.site-pusher {
  position: relative;
  z-index: 1;
  margin-top: 84px;
  height: calc(100vh - 124px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  transition: transform .3s ease-in-out 0s
}

@media only screen and (max-width:720px) {
  .site-pusher {
    margin-top: 47px
  }
}

.site-pusher:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity .5s, transform 0s .3s
}

.with--sidebar .header__menu-main {
  transform: translateX(0)
}

.header__menu-account-mobile {
  transform: translateX(30px);
  transition: transform .3s
}

.with--sidebar .header__menu-account-mobile {
  transform: translateX(0)
}

.with--sidebar .site-pusher:after {
  transform: translateX(0);
  opacity: 1;
  transition: opacity .5s, transform 0s 0s
}

.header__menu-main {
  flex-grow: 1;
  background-color: #fff
}

@media only screen and (max-width:720px) {
  .header__menu-main {
    position: fixed;
    top: 47px;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 15%;
    transform: translateX(100%);
    transition: transform .3s ease-in-out 0s
  }
}

@media only screen and (max-width:380px) {
  .header__menu-main {
    margin-left: 8%
  }
}

.header__menu-button {
  flex-shrink: 0;
  display: none
}

@media only screen and (min-width:721px) {
  .header__menu-account-mobile {
    display: none !important
  }
}

.header__connection {
  position: fixed;
  top: 84px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, .85);
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity .5s, transform 0s .3s
}

@media only screen and (min-width:721px) {
  .header__connection {
    background-color: #ededed;
    opacity: 1;
    transform: translateX(0);
    transition: height .3s ease-in-out 0s;
    height: 0;
    overflow: hidden
  }

  .header__connection .login {
    margin-top: 12px
  }
}

@media only screen and (max-width:720px) {
  .header__connection {
    top: 0
  }
}

body,
body.with--connection {
  overflow: hidden
}

@media only screen and (min-width:721px) {
  .with--connection .site-pusher {
    transform: translateY(444px)
  }
}

.with--connection .header__connection {
  opacity: 1;
  transform: translateX(0);
  transition: opacity .3s, transform 0s ease-in-out 0s
}

@media only screen and (min-width:721px) {
  .with--connection .header__connection {
    transition: height .3s ease-in-out 0s;
    height: 444px
  }
}

.header__logo {
  display: block;
  padding: 20px;
  width: 170px
}

@media only screen and (max-width:1024px) {
  .header__logo {
    padding: 10px
  }
}

@media only screen and (max-width:720px) {
  .header__logo {
    width: 100px
  }
}

.header__logo-image {
  width: 100%;
  padding-top: 35%;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat
}

@media screen and (min-resolution:192dpi) {
  .header__logo-image {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.header__menu-account {
  order: 3
}

@media only screen and (max-width:720px) {
  .header__menu-button {
    display: block;
    order: 3
  }

  .header__menu-account {
    order: 1
  }

  .header__menu-account .menu-account__link {
    display: none
  }
}

.menu-main__link_container {
  position: relative
}

.menu-main__subMenu_container {
  margin: 0
}

@media only screen and (min-width:721px) {
  .menu-main__subMenu_container {
    display: none;
    position: absolute;
    top: 0;
    padding-top: 46px;
    left: 0;
    right: 0;
    text-align: center
  }
}

.menu-main__subMenu_container .menu-main__subMenu_content {
  background-color: #fff;
  margin: 0
}

@media only screen and (min-width:721px) {
  .menu-main__subMenu_container .menu-main__subMenu_content {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .6)
  }
}

.menu-main__subMenu_container .menu-main__subMenu_content li {
  margin: 0
}

@media only screen and (min-width:721px) {
  .menu-main__subMenu_container .menu-main__subMenu_content .menu-main__link {
    margin: 0;
    border-bottom: 1px solid;
    padding: 10px
  }
}

.menu-main__link_container:hover .menu-main__subMenu_container {
  display: block
}

.menu-main__link_container .menu-main__link {
  z-index: 1
}

.header {
  padding-right: 0;
  border: none
}

.header:after {
  display: none
}

@media only screen and (max-width:1120px) and (min-width:721px) {
  .header {
    flex-wrap: wrap;
    justify-content: center
  }
}

.header__logo {
  width: 326px
}

@media only screen and (max-width:1280px) {
  .header__logo {
    width: 175px
  }
}

@media only screen and (max-width:1120px) and (min-width:721px) {
  .header__logo {
    width: 100%;
    padding: 10px
  }
}

@media only screen and (max-width:720px) {
  .header__logo {
    width: 200px;
    max-width: 54vw
  }
}

.header__logo-image {
  background-size: cover;
  padding-top: 25%
}

@media only screen and (max-width:1120px) and (min-width:721px) {
  .header__logo-image {
    width: 200px;
    padding-top: 0;
    margin: auto;
    height: 40px
  }
}

@media only screen and (max-width:1120px) and (min-width:721px) {
  .header__menu-main {
    flex-grow: 0
  }
}

@media only screen and (max-width:1120px) and (min-width:721px) {
  .header__connection {
    top: 104px
  }
}

@media only screen and (min-width:721px) {
  .with--connection .header__connection {
    height: 404px
  }
}

@media screen and (max-width:1024px) {
  .with--connection .header__connection {
    height: 374px
  }
}

@media screen and (max-width:720px) {
  .with--connection .header__connection {
    height: auto
  }
}

.site-pusher {
  height: calc(100vh - 84px)
}

@media only screen and (max-width:1120px) and (min-width:721px) {
  .site-pusher {
    margin-top: 118px;
    height: calc(100vh - 118px)
  }
}

@media only screen and (max-width:720px) {
  .site-pusher {
    height: calc(100vh - 47px)
  }
}

@media only screen and (min-width:721px) {
  .with--connection .site-pusher {
    transform: translateY(404px)
  }
}

@media screen and (max-width:1024px) {
  .with--connection .site-pusher {
    transform: translateY(374px)
  }
}

.account-mainMenu_content {
  min-width: 236px
}

@media only screen and (max-width:850px) and (min-width:721px) {
  .account-mainMenu_container {
    position: absolute;
    top: 13px;
    right: 0
  }
}

.footer {
  padding: 60px 0;
  background-color: #ededed
}

.footer_content {
  display: flex;
  justify-content: center
}

.footer__column {
  flex-basis: 0;
  flex-grow: 1;
  text-align: right
}

.footer__column+.footer__column {
  position: relative;
  margin-left: 30px;
  padding-left: 31px;
  text-align: left
}

.footer__column+.footer__column:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 20px;
  left: 0;
  width: 1px;
  background-color: #58585a
}

.footer__title {
  margin: 0 0 20px;
  font-size: 1.5rem;
  font-weight: 500
}

.footer__title,
.footer__title--emphasise {
  font-weight: 900
}

.footer__menu-footer {
  margin-top: 35px
}

.footer-copyright {
  margin: 20px 0 60px;
  text-align: center;
  font-size: 1.5em
}

.weUseCookies {
  background: #ffc943;
  padding: 0;
  transition: transform .3s ease-out;
  text-align: center;
  position: fixed;
  z-index: 16000002;
  bottom: 0;
  width: 100%
}

.weUseCookies.hide {
  display: none
}

.weUseCookies_accepted {
  transform: translateY(100%)
}

.weUseCookies_content {
  padding: 35px
}

.weUseCookies a,
.weUseCookies p {
  display: inline-block;
  vertical-align: middle;
  color: #fff
}

.weUseCookies .linkValidCookie {
  margin-left: 10px;
  cursor: pointer
}

.weUseCookies .linkValidCookie:hover {
  color: #fff;
  background: #ffba10
}

.weUseCookies_content {
  padding: 15px
}

.weUseCookies a,
.weUseCookies p {
  font-size: 1.5rem
}

.menu-account,
.menu-main {
  font-weight: 900
}

@media only screen and (min-width:721px) {

  .menu-account,
  .menu-main {
    display: flex;
    justify-content: flex-end;
    align-items: center
  }
}

.menu-account__link,
.menu-main__link {
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 1;
  color: #58585a;
  text-transform: uppercase;
  flex-shrink: 0
}

.menu-account__link.is-active,
.menu-main__link.is-active {
  color: #ffc943
}

@media only screen and (min-width:721px) {

  .menu-account__link,
  .menu-main__link {
    font-size: 1.4rem
  }

  .menu-account__link.is-active,
  .menu-main__link.is-active {
    color: #ffc943
  }

  .menu-account__link.is-active:after,
  .menu-main__link.is-active:after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 4px;
    right: 0;
    left: 0;
    background-color: #ffc943;
    border-radius: 2px
  }
}

@media only screen and (min-width:1024px) {

  .menu-account__link,
  .menu-main__link {
    margin: 0 15px
  }
}

@media only screen and (max-width:1024px) {

  .menu-account__link .avatar,
  .menu-main__link .avatar {
    width: 35px
  }
}

@media only screen and (max-width:720px) {
  .menu-main__link {
    margin-left: 20px;
    padding: 20px 20px 20px 0;
    border-bottom: 2px solid #f2f2f2
  }
}

.account-mainMenu_content {
  align-items: center
}

.menu_challenges {
  list-style: none
}

.menu_challenges,
.menu_challenges li {
  padding: 0;
  margin: 0
}

.menu-account__link.cta--secondary {
  color: #fff
}

.menu-button__icon,
.menu-button__icon:after,
.menu-button__icon:before {
  background-color: #000
}

.menu-account,
.menu-main {
  font-weight: 700
}

@media only screen and (max-width:720px) {
  .mainMenu_retourShopping .text_retourShopping {
    display: none
  }
}

.menu-account-mobile {
  background-color: #ee756b
}

.menu_langue,
.menu_langue ul {
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 400
}

.menu_langue {
  display: flex;
  width: 40px
}

.menu_langue li {
  display: inline-block
}

.menu_langue li:hover ul {
  left: auto
}

.menu_langue ul {
  position: absolute;
  left: -999em;
  text-align: left
}

.menu_langue_mobile {
  display: none
}

@media only screen and (max-width:720px) {
  .menu_langue_mobile {
    display: block;
    text-align: center
  }

  .menu_langue_mobile a {
    font-size: 1.8rem;
    padding: 10px;
    color: #58585a
  }

  .menu_langue_mobile .focusLangue {
    color: #ffc943
  }
}

.menu-account__link,
.menu-main__link {
  font-size: 2.5rem;
  color: #ffc943;
  font-weight: 900
}

.menu-account__link.is-active,
.menu-main__link.is-active {
  color: #1082ff
}

@media only screen and (min-width:721px) {

  .menu-account__link,
  .menu-main__link {
    font-size: 1.5rem
  }
}

@media only screen and (min-width:1024px) {

  .menu-account__link,
  .menu-main__link {
    font-size: 2rem
  }

  .menu-account__link.is-active,
  .menu-main__link.is-active {
    color: #ffc943
  }

  .menu-account__link.is-active:after,
  .menu-main__link.is-active:after {
    background-color: #1082ff
  }
}

@media only screen and (max-width:720px) {
  .menu-main__link {
    border-bottom: 1px solid #ffc943
  }

  .menu-main__link .menu-main__subMenu_content .menu-main__link {
    border-bottom: 1px solid #969697
  }

  .menu-main__link .menu-main__subMenu_content .menu-main__link:last-child {
    border-bottom: 1px solid #ffc943
  }
}

@media only screen and (max-width:1024px) and (min-width:721px) {
  .menu-account__link.cta--secondary {
    margin-right: 0
  }
}

.menu-main__link,
.menu-main__link a {
  text-transform: none;
  color: #58585a;
  padding: 10px 10px 10px 32px
}

@media only screen and (max-width:1024px) and (min-width:721px) {

  .menu-main__link,
  .menu-main__link a {
    padding-left: 25px
  }
}

.menu-main__link.mainMenuFocus {
  background: #ffc943;
  border-radius: 10px
}

@media only screen and (max-width:720px) {
  .menu-main__link.mainMenuFocus {
    border-radius: 0
  }
}

.menu-account__link,
.menu-main__link {
  font-size: 1.4rem;
  margin: 0 5px
}

@media only screen and (max-width:720px) {

  .menu-account__link,
  .menu-main__link {
    background: #fff
  }
}

.menu-main__link.mainMenuFocus:hover {
  color: #fff !important
}

.account-mainMenu_content {
  display: flex;
  min-width: auto;
  flex-shrink: 0
}

.menu-account__link {
  margin: 0 18px 0 0;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0
}

.menu_langue {
  flex-shrink: 0
}

@media only screen and (max-width:720px) {
  .menu_langue_mobile {
    text-align: center
  }

  .menu_langue_mobile a {
    font-size: 1.8rem;
    padding: 10px;
    color: #58585a
  }

  .menu_langue_mobile .focusLangue {
    color: #ffc943
  }
}

@media only screen and (max-width:720px) {
  .header__menu-main {
    overflow: hidden
  }
}

@media only screen and (min-width:721px) {
  #header_link_vousetes_container:hover #header_link_vousetes:after {
    transform: rotate(0deg)
  }
}

#header_link_vousetes_container .btn_vousetes_mobile {
  display: none
}

@media only screen and (max-width:720px) {
  #header_link_vousetes_container .menu-main__subMenu_container {
    transition: margin .3s ease-in-out 0s;
    margin-top: -168px;
    z-index: -1;
    position: relative
  }

  #header_link_vousetes_container .menu-main__subMenu_container .menu-main__link {
    padding-left: 120px;
    background-position-x: 90px
  }

  #header_link_vousetes_container .btn_vousetes_mobile {
    display: block;
    border-radius: 5px;
    height: 48px;
    width: 82vw;
    position: absolute;
    left: 9px;
    top: 4px;
    z-index: 50;
    cursor: pointer
  }

  #header_link_vousetes_container .btn_vousetes_mobile:hover+#header_link_vousetes {
    color: #1082ff
  }

  #header_link_vousetes_container .btn_vousetes_mobile .btn_vousetes_mobile_icon {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: transparent transparent #707070;
    border-style: solid;
    border-width: 0 6px 9px;
    background-color: #fff;
    margin: 18px 14px 2px 7px;
    transition: margin .3s ease-in-out 0s
  }

  #header_link_vousetes_container.open .btn_vousetes_mobile_icon {
    transform: rotate(180deg)
  }

  #header_link_vousetes_container.open .menu-main__subMenu_container {
    margin-top: 0;
    z-index: 1
  }

  #header_link_vousetes_container .submenu_organisateur {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }

  #header_link_vousetes_container .submenu_createur,
  #header_link_vousetes_container .submenu_visiteur {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

#header_link_vousetes {
  text-align: center;
  display: flex;
  z-index: 2
}

@media only screen and (max-width:1024px) and (min-width:721px) {
  #header_link_vousetes {
    margin: 0
  }
}

@media only screen and (min-width:721px) {
  #header_link_vousetes {
    padding: 10px 12px
  }

  #header_link_vousetes:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: transparent transparent #707070;
    border-style: solid;
    border-width: 0 6px 9px;
    background-color: #fff;
    margin: 2px 0 2px 10px;
    transform: rotate(180deg)
  }
}

.menu-main__link_container:hover:after {
  content: "";
  height: 4px;
  width: 100%;
  display: block;
  background: #1082ff;
  position: absolute;
  bottom: -25px
}

@media only screen and (max-width:1120px) {
  .menu-main__link_container:hover:after {
    bottom: -16px
  }
}

@media only screen and (max-width:1024px) {
  .menu-main__link_container:hover:after {
    bottom: -21px
  }
}

@media only screen and (max-width:850px) {
  .menu-main__link_container:hover:after {
    bottom: -24px
  }
}

@media only screen and (max-width:720px) {
  .menu-main__link_container:hover:after {
    display: none
  }
}

.menu-main__link_container .menu-main__subMenu_container {
  top: 30px;
  left: 0;
  right: 0
}

@media only screen and (max-width:1024px) {
  .menu-main__link_container .menu-main__subMenu_container {
    left: -10px;
    right: -10px
  }
}

@media only screen and (max-width:720px) {
  .menu-main__link_container .menu-main__subMenu_container {
    left: 0;
    right: 0;
    top: 0
  }
}

.menu-main__link_container .menu-main__subMenu_container:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 6px 9px;
  margin: 2px 0 2px 10px;
  position: absolute;
  top: 35px;
  right: 20px;
  z-index: 20
}

@media only screen and (max-width:1120px) {
  .menu-main__link_container .menu-main__subMenu_container:before {
    bottom: -16px
  }
}

@media only screen and (max-width:1024px) {
  .menu-main__link_container .menu-main__subMenu_container:before {
    bottom: -21px
  }
}

@media only screen and (max-width:850px) {
  .menu-main__link_container .menu-main__subMenu_container:before {
    bottom: -24px
  }
}

@media only screen and (max-width:720px) {
  .menu-main__link_container .menu-main__subMenu_container:before {
    display: none
  }
}

.menu-main__link_container .menu-main__subMenu_container.currentFirstLink:before {
  border-color: transparent transparent #1082ff
}

.menu-main__link_container .menu-main__subMenu_container .menu-main__subMenu_content {
  border-radius: 10px;
  overflow: hidden;
  position: relative
}

@media only screen and (max-width:720px) {
  .menu-main__link_container .menu-main__subMenu_container .menu-main__subMenu_content {
    top: 0;
    overflow: initial;
    border-radius: 0
  }
}

.menu-main__link_container .menu-main__subMenu_container .menu-main__subMenu_content .menu-main__link {
  border-bottom: none;
  text-align: left
}

#header_link_vousetes_container #header_link_vousetes {
  white-space: nowrap
}

@media only screen and (min-width:721px) {
  #header_link_vousetes_container .menu-main__subMenu_container .menu-main__link {
    padding-left: 30px
  }
}

#header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_createur,
#header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_organisateur,
#header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_visiteur {
  background-position: 5px
}

@media only screen and (max-width:720px) {

  #header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_createur,
  #header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_organisateur,
  #header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_visiteur {
    background-position: 85px
  }
}

#header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_createur.currentPage,
#header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_organisateur.currentPage,
#header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_visiteur.currentPage {
  color: #fff;
  background-color: #1082ff
}

#header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_organisateur {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_organisateur:hover {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_organisateur.currentPage {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_createur {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_createur:hover {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_createur.currentPage {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_visiteur {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_visiteur:hover {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_vousetes_container .menu-main__subMenu_container .menu-main__link.submenu_visiteur.currentPage {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.menu-sub {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
  justify-content: center
}

@media screen and (max-width:1024px) {
  .menu-sub {
    margin-bottom: 30px
  }
}

@media screen and (max-width:720px) {
  .menu-sub {
    margin-bottom: 15px
  }
}

.menu-sub--no-margin {
  margin-bottom: 15px
}

.menu-sub__item {
  position: relative;
  margin: 0 10px;
  padding: 15px;
  font-weight: 900
}

@media screen and (max-width:720px) {
  .menu-sub__item {
    margin: 0;
    padding: 10px
  }
}

.menu-sub__link {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 2rem
}

@media screen and (max-width:1024px) {
  .menu-sub__link {
    font-size: 1.6rem
  }
}

@media screen and (max-width:720px) {
  .menu-sub__link {
    font-size: 1.2rem
  }
}

.is-active .menu-sub__link:after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 4px;
  right: 0;
  left: 0;
  background-color: #1082ff;
  border-radius: 2px
}

.is-active .menu-sub__link {
  color: #ffc943
}

.btn_sousMenuMobile {
  display: none
}

.menu-account-mobile {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 90px;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  flex-basis: min-content;
  margin-top: 30px;
  margin-left: -20px;
  padding: 10px;
  border-radius: 45px 0 0 45px;
  background-color: #1082ff
}

.menu-account-mobile.is-connected {
  align-content: center
}

.menu-account-mobile__avatar {
  margin-right: 10px;
  height: 100%;
  flex-shrink: 0
}

.menu-account-mobile__link {
  display: block
}

.menu-account-mobile__link--connect,
.menu-account-mobile__link--profile {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 5px;
  min-width: 160px
}

.menu-account-mobile__link--connect:focus,
.menu-account-mobile__link--connect:hover,
.menu-account-mobile__link--profile:focus,
.menu-account-mobile__link--profile:hover {
  color: #fff
}

.menu-account-mobile {
  background: none;
  margin-left: 0
}

@media only screen and (max-width:720px) {
  .menu-account-mobile {
    margin: 0;
    border-radius: 0;
    background: none;
    height: 100px
  }

  .menu-account-mobile .menu-account-mobile__link--profile {
    color: #58585a
  }

  .menu-account-mobile .menu-account-mobile__link--profile:hover {
    color: #1082ff
  }

  .menu-account-mobile .menu-account-mobile__link--connect {
    align-self: center;
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
    background-size: cover;
    box-shadow: none !important;
    background-position-x: left;
    line-height: 58px;
    margin: auto;
    width: 210px;
    height: 60px;
    text-align: center
  }
}

.menu-button {
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition-duration: .3s
}

@media screen and (max-width:720px) {
  .menu-button {
    display: block
  }
}

.menu-button__icon {
  left: 6px;
  top: 21px;
  height: 2px;
  width: 30px
}

.menu-button__icon,
.menu-button__icon:after,
.menu-button__icon:before {
  position: absolute;
  border-radius: 4px;
  background-color: #ffc943;
  transition-duration: .3s
}

.menu-button__icon:after,
.menu-button__icon:before {
  content: "";
  left: 0;
  height: 100%;
  transform-origin: 50% 50%
}

.menu-button__icon:before {
  top: -6px
}

.menu-button__icon:after {
  top: 6px
}

.menu-button.open .menu-button__icon {
  background: transparent
}

.menu-button.open .menu-button__icon:before {
  transform: translateY(6px) rotate(45deg) scaleY(1.3) scaleX(1.2)
}

.menu-button.open .menu-button__icon:after {
  transform: translateY(-6px) rotate(-45deg) scaleY(1.3) scaleX(1.2)
}

.menu-button {
  background: #ededed;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  position: relative
}

.menu-button__icon {
  background: #58585a;
  width: 14px;
  right: 5px;
  left: 12px;
  top: 13px;
  height: 4px;
  border-radius: 10px
}

.menu-button__icon:after,
.menu-button__icon:before {
  background: #58585a;
  width: 20px;
  left: -6px;
  right: 0
}

.menu-button.open .menu-button__icon {
  background: transparent !important
}

.menu-share {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap
}

.menu-share__title {
  margin: 0;
  min-width: 100%;
  text-align: center
}

@media screen and (max-width:1024px) {
  .menu-share__title {
    font-size: 2rem
  }
}

@media screen and (max-width:720px) {
  .menu-share__title {
    font-size: 1.2rem
  }
}

.menu-share__button {
  margin: 0 5px 5px;
  width: 40px;
  height: 40px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  opacity: 1;
  transition: opacity .1s;
  cursor: pointer
}

.menu-share__button:focus,
.menu-share__button:hover {
  opacity: .7
}

@media screen and (max-width:720px) {
  .menu-share__button {
    margin: 0 2px 2px;
    width: 25px;
    height: 25px
  }
}

.menu-share__button--facebook {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .menu-share__button--facebook {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.menu-share__button--twitter {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .menu-share__button--twitter {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.menu-share__button--youtube {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .menu-share__button--youtube {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.menu-share__button--linkedin {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .menu-share__button--linkedin {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.menu-share__button--pinterest {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .menu-share__button--pinterest {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.menu-share__button--instagram {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .menu-share__button--instagram {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.menu-share--two-columns {
  max-width: 100px;
  justify-content: flex-start
}

.menu-share__button--linkedin {
  display: none
}

.menu-footer__link {
  display: block;
  margin-bottom: 3px;
  font-size: 1.5rem;
  color: #58585a
}

.menu-footer__link:focus,
.menu-footer__link:hover {
  color: #ffc943
}

.containerContentLogin {
  display: flex;
  justify-content: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

@media only screen and (max-width:720px) {
  .containerContentLogin {
    height: 100%;
    margin: auto;
    align-items: flex-start
  }
}

.login {
  position: relative;
  display: flex;
  justify-content: center
}

@media only screen and (max-width:720px) {
  .login {
    display: block;
    margin: auto
  }
}

.login__close-button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 6px 8px
}

.login__close-button img {
  display: none
}

@media only screen and (max-width:720px) {
  .login__close-button.icon-close--brand {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

@media only screen and (max-width:720px) and (min-resolution:192dpi) {
  .login__close-button.icon-close--brand {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

@media only screen and (max-width:720px) {
  .login__close-button.icon-close--reverse {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

@media only screen and (max-width:720px) and (min-resolution:192dpi) {
  .login__close-button.icon-close--reverse {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.login__form {
  max-width: 400px;
  padding: 30px 40px 5px;
  background-color: #fff;
  text-align: center
}

.login__form--create {
  padding-bottom: 15px;
  background-color: #ffc943;
  color: #fff
}

.login__form-title:first-child {
  margin-top: 0;
  margin-bottom: 15px
}

@media only screen and (min-width:721px) {
  .login__form-title:first-child {
    margin-bottom: 30px
  }
}

@media only screen and (min-width:721px) {
  .login__form--create .login__form-title {
    margin-bottom: 90px
  }

  .login__form--create .cta {
    margin-bottom: 15px
  }
}

.containerContentLogin-mobilePosition.login .cta {
  line-height: 2;
  border-radius: 10px
}

.containerContentLogin-mobilePosition.login .cta--facebook p,
.containerContentLogin-mobilePosition.login .cta--reverse p {
  line-height: 2
}

.containerContentLogin-mobilePosition.login [type=button],
.containerContentLogin-mobilePosition.login [type=email],
.containerContentLogin-mobilePosition.login [type=password],
.containerContentLogin-mobilePosition.login [type=text] {
  padding: 12px 15px !important
}

.login_ou {
  margin: 5px 0;
  padding: 0
}

.form__forget-link {
  margin-bottom: 17px
}

.login__form-title:first-child {
  margin-bottom: 0 !important
}

@media only screen and (min-width:721px) {
  .login__form--create .login__form-title {
    margin-bottom: 70px !important
  }
}

@media only screen and (max-width:720px) {
  .login__form-title:first-child {
    padding: 0
  }
}

.form__toggle-password {
  height: 37px
}

.lightbox_fade {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, .85);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  align-items: center;
  justify-content: center
}

.lightbox_fade.lightBoxOpen {
  display: flex
}

@media screen and (min-width:721px) {
  .lightbox_fade {
    padding: 30px
  }
}

.lightBoxContainer {
  height: 100vh
}

.lightbox--standalone .lightBoxContainer {
  height: auto
}

@media screen and (min-width:721px) {
  .lightBoxContainer {
    height: calc(100vh - 30px)
  }

  .lightbox--standalone .lightBoxContainer {
    height: auto
  }
}

.body_lightBoxOpen {
  overflow: hidden
}

.contribution__back-link,
.lightbox_close {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: opacity .2s;
  z-index: 10;
  text-indent: -9999px
}

.contribution__back-link:hover,
.lightbox_close:hover {
  opacity: .7
}

.lightbox--standalone .contribution__back-link,
.lightbox--standalone .lightbox_close {
  top: 20px;
  right: 20px;
  left: auto;
  transform: translateX(0)
}

@media screen and (min-width:721px) {

  .contribution__back-link,
  .lightbox_close {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    transform: translateX(0)
  }
}

@media screen and (min-resolution:192dpi) {

  .contribution__back-link,
  .lightbox_close {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.contribution__back-link img,
.lightbox_close img {
  display: none
}

.lightbox_next,
.lightbox_previous {
  font-size: 60px;
  color: #58585a;
  transition: .2s
}

@media screen and (min-width:721px) {

  .lightbox_next,
  .lightbox_previous {
    position: absolute;
    width: 50px;
    height: 75px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
  }
}

.lightbox_next:focus,
.lightbox_next:hover,
.lightbox_previous:focus,
.lightbox_previous:hover {
  color: #58585a;
  opacity: .7
}

.lightbox_previous {
  left: 3px;
  text-align: right
}

.lightbox_next {
  position: absolute;
  right: 3px
}

.lightBoxContainer_ChallVoteComment {
  position: relative;
  background: #fff;
  border-radius: 0;
  padding: 20px;
  width: 560px;
  margin: 10px
}

.lightBoxContainer_ChallVoteDynamicForm {
  display: flex;
  position: relative;
  background: #fff;
  border-radius: 0;
  padding: 20px;
  width: 90vw;
  max-width: 840px;
  height: 90vh
}

#my-embedded-typeform {
  min-width: 100%;
  min-height: 100%
}

.creation_standalone {
  position: relative !important
}

.creation_standalone .lightbox_close,
.creation_standalone .lightbox_next,
.creation_standalone .lightbox_previous {
  display: none !important
}

.creation_standalone .contribution__media-container {
  align-items: normal !important
}

.creation_standalone .contribution__media-subcontainer {
  height: auto !important;
  display: block !important
}

.creation_standalone .contribution__back-link {
  background-image: none !important;
  width: 190px !important;
  text-align: left !important;
  text-indent: 0 !important
}

.creation_standalone .contribution__media-subcontainer {
  border-radius: 0
}

.creation_standalone .contribution__media-subcontainer .contribution__media {
  max-height: 100%;
  max-width: 100%
}

.lightbox_containerRightcontent_mainContent {
  background: #fff;
  border-radius: 20px
}

.lightbox_containerRightcontent_mainContent .contribution__avatar {
  margin: 15px
}

.light_commentLike_container {
  border-radius: 15px;
  margin-top: 25px;
  overflow: hidden;
  background: #fff;
  position: relative
}

.lightbox_votants,
.share-box {
  border-radius: 20px
}

@media screen and (max-width:720px) {
  .lightbox_rightContent {
    padding-left: 0
  }
}

.lightbox_rightContent .lienPseudo {
  margin-right: 10px
}

@media screen and (max-width:720px) {
  .lightbox_rightContent .lienPseudo {
    margin-right: 0;
    width: calc(100% - 110px)
  }
}

.lightbox_next,
.lightbox_previous {
  background: hsla(0, 0%, 100%, .38);
  border-radius: 80px;
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 5rem
}

.lightbox_next:hover,
.lightbox_previous:hover {
  background: #fff;
  opacity: 1
}

.lightbox_previous {
  margin-left: 5px;
  text-indent: .25em;
  text-align: left
}

@media screen and (max-width:720px) {
  .lightbox_previous {
    margin-left: 10px
  }
}

.lightbox_next {
  text-indent: .25em;
  margin-right: 5px
}

@media screen and (max-width:720px) {
  .lightbox_next {
    margin-right: 0
  }
}

@media screen and (max-width:720px) {
  .lightbox_commentaires .comment__text {
    padding-bottom: 35px
  }
}

@media screen and (max-width:720px) {
  .lightbox_close {
    top: 8px;
    padding: 10px;
    border-radius: 20px;
    background-size: 60%;
    background-color: #575759
  }
}

.banner {
  position: relative;
  line-height: 0
}

.banner__picture {
  display: block
}

.banner__picture:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .63) 0, rgba(0, 0, 0, .46494) 13.3%, rgba(0, 0, 0, .34083) 23.8%, rgba(0, 0, 0, .24066) 32.9%, rgba(0, 0, 0, .17514) 39.55%, rgba(0, 0, 0, .12222) 45.5%, rgba(0, 0, 0, .07938) 51.1%, rgba(0, 0, 0, .04725) 56.14%, rgba(0, 0, 0, .02646) 60.27%, rgba(0, 0, 0, .01323) 63.7%, rgba(0, 0, 0, .00504) 66.64%, rgba(0, 0, 0, .00126) 68.74%, transparent 70%)
}

.banner__content {
  position: absolute;
  bottom: 30px;
  left: 50%;
  padding: 0 30px;
  width: 1600px;
  max-width: 100%;
  transform: translateX(-50%)
}

@media screen and (max-width:1024px) {
  .banner__content {
    bottom: 40px
  }
}

.banner__title {
  margin: 0;
  font-size: 6em;
  color: #fff
}

@media screen and (max-width:1024px) {
  .banner__title {
    font-size: 4em
  }
}

@media screen and (max-width:720px) {
  .banner__title {
    font-size: 2em
  }
}

.banner__subtitle,
.banner__title span {
  text-transform: none;
  font-size: 3rem;
  line-height: 1.2;
  display: block
}

@media screen and (max-width:720px) {

  .banner__subtitle,
  .banner__title span {
    font-size: 1.6rem
  }
}

.banner__logo {
  position: relative
}

.banner__logo img {
  position: absolute;
  top: -275px;
  left: 75px;
  width: 200px
}

@media screen and (max-width:1500px) {
  .banner__logo img {
    top: -235px;
    left: 25px
  }
}

@media screen and (max-width:720px) {
  .banner__logo img {
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 75px
  }
}

.banner__content--newbie {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.banner__content--newbie .banner__title {
  max-width: 630px;
  font-size: 3.5rem;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1.1
}

.banner__content--newbie .banner__subtitle {
  max-width: 630px;
  font-size: 2rem;
  padding-top: 0;
  line-height: 1.2
}

@media screen and (max-width:720px) {
  .banner__content--newbie .banner__title {
    font-size: 1.8rem;
    margin-bottom: 10px
  }

  .banner__content--newbie .banner__subtitle {
    font-size: 1.2rem;
    max-width: 280px
  }
}

.challenge_banner .bann_titre_logo {
  line-height: 60px;
  bottom: 70px;
  padding: 0;
  left: 300px;
  right: 300px;
  transform: translateX(0);
  width: auto
}

@media screen and (max-width:1500px) {
  .challenge_banner .bann_titre_logo {
    bottom: 32px;
    left: 250px;
    right: 250px
  }
}

@media screen and (max-width:1024px) {
  .challenge_banner .bann_titre_logo {
    right: 25px
  }
}

@media screen and (max-width:720px) {
  .challenge_banner .bann_titre_logo {
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px
  }
}

.bann_titre_logo .banner__title {
  color: #fff;
  font-size: 5.4rem;
  text-align: left;
  padding: 0
}

@media screen and (max-width:720px) {
  .bann_titre_logo .banner__title {
    font-size: 2.2rem;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%)
  }
}

.banner__title {
  font-size: 5rem;
  line-height: 1.6
}

@media screen and (max-width:720px) {
  .banner__title {
    font-size: 2rem
  }
}

.banner-bi-gout {
  position: relative;
  display: flex;
  background-color: #ffc943;
  color: #fff;
  text-align: center
}

@media screen and (max-width:720px) {
  .banner-bi-gout {
    display: block
  }
}

.banner-bi-gout__content,
.banner-bi-gout__illustration {
  min-width: 50%
}

.banner-bi-gout__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top
}

.banner-bi-gout__content-text {
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-rows: 50% 50%
}

.banner-bi-gout__title {
  margin: 0;
  font-size: 4.3rem;
  text-transform: uppercase;
  line-height: 1.1
}

@media screen and (max-width:1600px) {
  .banner-bi-gout__title {
    font-size: 4rem
  }
}

@media screen and (max-width:1280px) {
  .banner-bi-gout__title {
    font-size: 3rem
  }
}

@media screen and (max-width:1024px) {
  .banner-bi-gout__title {
    font-size: 2.8rem
  }
}

@media screen and (max-width:720px) {
  .banner-bi-gout__title {
    font-size: 2.4rem
  }

  .banner-bi-gout__title br {
    display: none
  }
}

@media screen and (max-width:360px) {
  .banner-bi-gout__title {
    font-size: 1.6rem
  }
}

.banner-bi-gout__subtitle {
  margin: 0;
  font-weight: 900;
  font-size: 3rem
}

@media screen and (max-width:1280px) {
  .banner-bi-gout__subtitle {
    font-size: 2.5rem
  }
}

@media screen and (max-width:1024px) {
  .banner-bi-gout__subtitle {
    font-size: 2rem
  }
}

@media screen and (max-width:720px) {
  .banner-bi-gout__subtitle {
    font-size: 1.6rem
  }
}

@media screen and (max-width:360px) {
  .banner-bi-gout__subtitle {
    font-size: 1.2rem
  }
}

.castoBann_challIdee,
.castoBann_passion {
  display: flex;
  align-items: center;
  justify-content: center
}

.castoBann_challIdee {
  background: #fff;
  color: #ffc943;
  position: relative;
  padding: 20px
}

.castoBann_challIdee:after {
  content: "";
  background: #ffda00;
  display: block;
  position: absolute;
  width: 36px;
  height: 70px;
  border-radius: 60px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%)
}

@media screen and (max-width:1024px) {
  .castoBann_challIdee:after {
    width: 15px;
    height: 25px
  }
}

.banner-bi-gout__subtitle {
  display: grid;
  grid-template-areas: "center";
  overflow: hidden;
  padding: 20px
}

.banner-bi-gout__subtitle .a-slidein-text {
  grid-area: center;
  display: block;
  animation: slides 6s ease-in-out infinite forwards;
  transform: translate3d(110%, 0, 0)
}

.banner-bi-gout__subtitle .a-slidein-text:nth-child(2) {
  opacity: 0;
  animation-name: slides-2
}

@keyframes slides {
  0% {
    opacity: 1;
    transform: translateZ(0)
  }

  42% {
    opacity: 1;
    transform: translateZ(0)
  }

  50% {
    opacity: 0;
    transform: translate3d(-110%, 0, 0)
  }

  51% {
    opacity: 0;
    transform: translate3d(110%, 0, 0)
  }

  92% {
    opacity: 0;
    transform: translate3d(110%, 0, 0)
  }

  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes slides-2 {
  0% {
    opacity: 0;
    transform: translate3d(110%, 0, 0)
  }

  42% {
    opacity: 0;
    transform: translate3d(110%, 0, 0)
  }

  50% {
    opacity: 1;
    transform: translateZ(0)
  }

  92% {
    opacity: 1;
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    transform: translate3d(-110%, 0, 0)
  }
}

.banner-bi-gout__logo--50ans {
  max-width: 300px;
  flex-shrink: 1;
  overflow: hidden
}

@media screen and (max-width:720px) {
  .banner-bi-gout__logo--50ans {
    margin-left: 5px;
    margin-right: 5px;
    max-width: 90px
  }
}

@media screen and (max-width:720px) {
  .banner-bi-gout__logo--50ans+.banner-bi-gout__content-text {
    text-align: left
  }
}

@media screen and (max-width:1024px) {
  .banner-bi-gout__illustration {
    min-width: 40%;
    flex-basis: 0
  }
}

.banner-bi-gout__content {
  padding: 60px 20px
}

@media screen and (max-width:720px) {
  .banner-bi-gout__content {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0;
    bottom: 10px
  }
}

@media screen and (max-width:720px) {
  .banner-bi-gout__title {
    font-size: 2.9rem
  }
}

@media screen and (max-width:375px) {
  .banner-bi-gout__title {
    font-size: 2.2rem
  }
}

@media screen and (max-width:720px) {
  .banner-bi-gout__subtitle {
    font-weight: 900;
    font-size: 1.7rem
  }
}

@media screen and (max-width:375px) {
  .banner-bi-gout__subtitle {
    font-size: 1.35rem
  }
}

.profil-header-background {
  position: relative;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}

@media screen and (min-width:321px) {
  .profil-header-background {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

@media screen and (min-width:1025px) {
  .profil-header-background {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.profil-header-background:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .63) 0, rgba(0, 0, 0, .46494) 13.3%, rgba(0, 0, 0, .34083) 23.8%, rgba(0, 0, 0, .24066) 32.9%, rgba(0, 0, 0, .17514) 39.55%, rgba(0, 0, 0, .12222) 45.5%, rgba(0, 0, 0, .07938) 51.1%, rgba(0, 0, 0, .04725) 56.14%, rgba(0, 0, 0, .02646) 60.27%, rgba(0, 0, 0, .01323) 63.7%, rgba(0, 0, 0, .00504) 66.64%, rgba(0, 0, 0, .00126) 68.74%, transparent 70%);
  pointer-events: none
}

.profil-header-background [id=brand_user_profile_form_headerPicture_ajax_upload_image_widget] {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  cursor: pointer
}

.profil-header {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
  z-index: 1
}

.profil-header__avatar {
  flex-basis: 0;
  flex-shrink: 1;
  margin-right: 40px;
  min-width: 225px
}

@media screen and (max-width:1200px) {
  .profil-header__avatar {
    margin-right: 30px;
    min-width: 180px
  }
}

@media screen and (max-width:1024px) {
  .profil-header__avatar {
    margin-right: 20px;
    min-width: 120px
  }
}

@media screen and (max-width:720px) {
  .profil-header__avatar {
    margin-right: 10px;
    min-width: 60px
  }
}

.profil-header__user {
  flex-grow: 1;
  display: flex;
  align-items: center
}

.profil-header__username {
  margin-top: 0;
  margin-bottom: 5px
}

@media screen and (max-width:720px) {
  .profil-header__username {
    font-size: 1.6rem
  }
}

.profil-header__logout {
  position: absolute;
  top: 40px;
  right: 30px
}

@media only screen and (max-width:720px) {
  .profil-header__logout {
    right: 15px
  }
}

.profil-header__stats {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right
}

.profil-header__stats .button-follow-container {
  margin-bottom: 70px
}

@media screen and (max-width:720px) {
  .profil-header__stats .button-follow-container {
    margin-bottom: 30px
  }
}

.profil-header__follow__item {
  font-size: 3em;
  margin: 0
}

@media screen and (max-width:720px) {
  .profil-header__follow__item {
    font-size: 2em
  }
}

.profil-header__follow-link {
  color: #fff
}

@media only screen and (max-width:720px) {
  .profil-header__follow-link {
    font-size: 1.2rem
  }
}

.profil-header__badge-list {
  display: flex
}

.profile_header_avatarContainer .btnEditImgContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25%;
  text-align: center;
  background-color: rgba(0, 0, 0, .52);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  cursor: pointer;
  transition: background-color .1s;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.profile_header_avatarContainer .btnEditImgContainer:hover {
  background-color: rgba(0, 0, 0, .33)
}

.profil-info {
  position: relative;
  background-color: #fff;
  border-radius: 0;
  padding: 25px 20px;
  min-height: 60px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, .15);
  border: 1px solid #f2f2f2;
  text-align: left
}

@media screen and (max-width:720px) {
  .profil-info {
    padding: 10px 15px
  }
}

.profil-info__button-edit {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer
}

.profil-info__title {
  margin-top: 0;
  padding-right: 30px;
  color: #ffc943
}

.profil-info__footer {
  margin-top: 40px;
  margin-bottom: 0
}

.profil-info__disable {
  color: #58585a
}

.parametresReseaux-content .social-link__button,
.parametresReseaux-content .social-link__title,
.parametresReseaux-content input,
.parametresReseaux-content label {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1.6rem
}

@media screen and (max-width:720px) {

  .parametresReseaux-content .social-link__button,
  .parametresReseaux-content .social-link__title,
  .parametresReseaux-content input,
  .parametresReseaux-content label {
    font-size: 1.4rem;
    line-height: 1.4rem
  }
}

.parametresReseaux-content input {
  width: 230px;
  max-width: calc(100% - 78px)
}

.parametresReseaux-content .social-link__button {
  height: 44px;
  width: 44px;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 7px;
  border: 2px solid #000;
  background-color: #fff;
  margin-right: 24px
}

@media screen and (max-width:720px) {
  .parametresReseaux-content .social-link__button {
    height: 35px;
    width: 35px
  }
}

.parametresReseaux-content .websiteShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.parametresReseaux-content .blogShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.parametresReseaux-content .facebookShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-position: 18px 9px;
  background-size: 40%
}

@media screen and (max-width:720px) {
  .parametresReseaux-content .facebookShareBouton {
    background-position: 14px 7px
  }
}

.parametresReseaux-content .instagramShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: 65%
}

.parametresReseaux-content .twitterShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: 80%
}

.parametresReseaux-content .linkedinShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.parametresReseaux-content .pinterestShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: 55%
}

.profileFollows_container {
  margin-bottom: 20px
}

.form_container_reseaux .form__label {
  margin-top: 30px
}

.awards {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 60px;
  padding: 80px 30px
}

@media screen and (max-width:720px) {
  .awards {
    display: block;
    padding: 30px 15px
  }
}

@media screen and (min-width:1600px) {
  .awards {
    background-color: #fff
  }
}

.awards__award {
  margin: 0 90px
}

@media screen and (max-width:1280px) {
  .awards__award {
    margin: 0 50px
  }
}

@media screen and (max-width:1024px) {
  .awards__award {
    margin: 0 25px
  }
}

.awards__award--jury {
  margin-left: 120px
}

@media screen and (max-width:1280px) {
  .awards__award--jury {
    margin-left: 70px
  }
}

@media screen and (max-width:720px) {
  .awards__award--jury {
    margin: 0 70px
  }
}

.awards__award--public {
  margin-right: 120px
}

@media screen and (max-width:1280px) {
  .awards__award--public {
    margin-right: 70px
  }
}

@media screen and (max-width:720px) {
  .awards__award--public {
    margin: 0 70px
  }
}

.awards__title {
  position: relative;
  margin: 20px 0 60px;
  font-size: 4em;
  font-weight: 900;
  text-align: center
}

.awards__title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 135px;
  background-color: #1082ff;
  border-radius: 2px
}

@media screen and (max-width:1024px) {
  .awards__title {
    font-size: 3em
  }
}

@media screen and (max-width:720px) {
  .awards__title {
    font-size: 2em
  }
}

.awards__award-description {
  text-align: center
}

.image-honeypot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px
}

@media screen and (max-width:720px) {
  .image-honeypot {
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 30px
  }
}

.image-honeypot__thumbnail {
  min-width: 26%
}

@media screen and (max-width:720px) {
  .image-honeypot__thumbnail {
    flex-basis: 280px;
    order: 2
  }
}

.image-honeypot__thumbnail-link {
  display: block
}

.image-honeypot__image {
  display: block;
  width: 100%;
  border-radius: 0;
  box-shadow: 0 3px 30px rgba(0, 0, 0, .2)
}

.image-honeypot__detail {
  margin-left: 90px
}

@media screen and (max-width:720px) {
  .image-honeypot__detail {
    margin-bottom: 30px;
    margin-left: 0;
    order: 1
  }
}

.image-honeypot__text,
.image-honeypot__title {
  margin-bottom: 30px
}

@media screen and (max-width:720px) {
  .image-honeypot__cta {
    display: none
  }
}

.honeypot-card {
  max-width: 920px;
  margin: 0 auto 30px
}

@media screen and (min-width:540px) {
  .honeypot-card {
    box-shadow: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap
  }
}

@media screen and (min-width:540px) {

  .honeypot-card__detail,
  .honeypot-card__thumbnail {
    flex-basis: 0
  }
}

@media screen and (min-width:540px) {
  .honeypot-card__thumbnail {
    position: relative;
    flex-grow: 5;
    order: 3;
    z-index: 1;
    transform: translateX(-35px)
  }
}

.honeypot-card__detail {
  padding: 0 20px 20px;
  color: #ffc943;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2)
}

@media screen and (min-width:540px) {
  .honeypot-card__detail {
    position: relative;
    padding: 0 20px 15px;
    flex-grow: 3;
    order: 2;
    z-index: 2;
    transform: translateX(35px)
  }
}

.honeypot-card__thumbnail-link {
  display: block
}

.honeypot-card__image {
  display: block;
  width: 100%
}

.honeypot-card__title {
  margin: 10px 35px 20px 0;
  font-size: 2rem;
  text-align: right;
  font-weight: 900;
  color: #ffc943
}

@media screen and (min-width:540px) {
  .honeypot-card__title {
    font-size: 3rem;
    order: 1;
    flex-basis: 100%
  }
}

@media screen and (max-width:1025px) {
  .honeypot-card__title {
    text-align: center
  }
}

@media screen and (min-width:1500px) {
  .honeypot-card__title {
    font-size: 3.7rem
  }
}

.honeypot-card__text {
  margin: 10px 0 20px;
  font-size: 1.5rem;
  font-weight: 900
}

@media screen and (min-width:540px) {
  .honeypot-card__text {
    font-size: 1.6rem
  }
}

@media screen and (min-width:1500px) {
  .honeypot-card__text {
    font-size: 2rem
  }
}

.honeypot-card__cta {
  width: 100%;
  font-size: 2.5rem
}

@media screen and (min-width:540px) {
  .honeypot-card__cta {
    width: auto;
    min-width: 240px;
    padding: .5em;
    font-size: 2rem
  }
}

@media screen and (min-width:1500px) {
  .honeypot-card__cta {
    padding: .65em 1.75em;
    font-size: 2.5rem
  }
}

.honeypot-card--grey .honeypot-card__detail {
  background-color: #ededed
}

.honeypot-card--right .honeypot-card__thumbnail {
  order: 2
}

@media screen and (min-width:540px) {
  .honeypot-card--right .honeypot-card__thumbnail {
    transform: translateX(35px)
  }
}

.honeypot-card--right .honeypot-card__detail {
  order: 3
}

@media screen and (min-width:540px) {
  .honeypot-card--right .honeypot-card__detail {
    transform: translateX(-35px)
  }
}

.honeypot-card--right .honeypot-card__title {
  text-align: left;
  margin-right: 0;
  margin-left: 35px
}

@media screen and (max-width:1025px) {
  .honeypot-card--right .honeypot-card__title {
    text-align: center
  }
}

.tile {
  position: relative;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0, 0, 0, .2)
}

.tile.is-waiting:after {
  content: "En attente de validation";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 20px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  z-index: 3;
  text-align: center
}

@media screen and (max-width:480px) {
  .tile.is-waiting:after {
    font-size: 2rem
  }
}

.tile.is-waiting:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 201, 67, .85);
  z-index: 2;
  border-radius: 0;
  backdrop-filter: blur(2px)
}

.tile--link {
  cursor: pointer
}

.tile--award {
  position: relative;
  z-index: 1;
  margin: auto auto 30px;
  max-width: 380px
}

.tile--award:before {
  content: "";
  display: block;
  position: absolute;
  top: -55px;
  height: 200px;
  width: 200px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: auto 100%;
  mix-blend-mode: lighten
}

@media screen and (max-width:1280px) {
  .tile--award:before {
    top: -25px;
    height: 100px
  }
}

.tile--award .tile__author {
  text-align: center;
  padding: 15px;
  height: auto
}

.tile--award-idea {
  max-width: none
}

.tile__idea {
  display: flex
}

.tile__idea__avatar {
  margin-right: 20px
}

.tile__idea__text {
  text-align: left;
  font-size: 2rem;
  margin: 0
}

.tile--award-jury:before {
  width: 210px;
  background-position: 100% 0;
  right: calc(100% - 65px);
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .tile--award-jury:before {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

@media screen and (max-width:1280px) {
  .tile--award-jury:before {
    right: calc(100% - 40px);
    width: 105px
  }
}

.tile--award-public:before {
  width: 125px;
  background-position: 0 0;
  left: calc(100% - 45px);
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .tile--award-public:before {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

@media screen and (max-width:1280px) {
  .tile--award-public:before {
    left: calc(100% - 30px);
    width: 65px
  }
}

.tile__pinit {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer
}

.tile__header {
  display: flex;
  padding: 15px
}

.tile__avatar {
  margin: 0 15px 0 0;
  flex-shrink: 0
}

.tile__title {
  flex-grow: 1
}

.tile__header-title {
  margin: 10px 0 15px 1rem;
  color: #ffc943
    /*! autoprefixer: ignore next */
}

.tile__author,
.tile__header-title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  height: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}

.tile__author {
  margin: 0 0 5px;
  color: #58585a
    /*! autoprefixer: ignore next */
}

.tile__challenge,
.tile__group {
  margin: 0 0 3px;
  font-size: 1.5rem;
  line-height: 1;
  height: 1.65rem;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical
}

.tile__date {
  margin: 0;
  font-size: 1rem
}

.tile__views {
  font-size: 1.4rem;
  margin-top: 0;
  font-weight: 700
}

.tile__text {
  color: #58585a
}

.tile__thumbnail-container {
  position: relative
}

.tile__thumbnail-link {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 40px;
  background-color: #58585a;
  color: #fff;
  font-size: 1.5em;
  font-weight: 900
}

.tile__flag {
  left: 0;
  right: 0;
  height: 15px
}

.tile__flag,
.tile__flag-icon {
  position: absolute;
  top: 0;
  background-color: #ffc943;
  border-radius: 0 0 0 0
}

.tile__flag-icon {
  right: 20px;
  width: 94px;
  padding: 85px 7px 10px;
  background-position: center 20px;
  background-repeat: no-repeat;
  background-size: auto 60px;
  text-align: center;
  color: #fff
}

.tile__flag-icon p {
  margin: 0;
  font-size: 1.4rem
}

.tile__flag-icon--jury {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .tile__flag-icon--jury {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.tile__flag-icon--public {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .tile__flag-icon--public {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.tile__flag-icon--public.tile__flag-icon--jury {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .tile__flag-icon--public.tile__flag-icon--jury {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.tile__thumbnail {
  display: block;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16)
}

.tile__footer {
  display: flex;
  align-items: flex-end;
  padding: 0 15px 15px
}

@media screen and (max-width:720px) {
  .tile__footer {
    justify-content: center
  }
}

.tile__footer-item {
  position: relative;
  opacity: 1;
  transition: opacity .2s;
  cursor: pointer
}

.tile__footer-item:hover {
  opacity: .7
}

.tile__footer-item+.tile__footer-item {
  margin-left: 15px
}

.lightbox_containerRightcontent_mainContent .tile__footer-item.is-active:after {
  left: 0;
  right: 0;
  bottom: -15px;
  height: 5px;
  border-radius: 5px;
  background-color: #ffc943
}

.is-pinned .tile {
  border: 2px solid #ffc943
}

.btnFooterGall.btn_photo {
  margin-right: 15px
}

.gall_item_body_content,
.tile .tuileProductEvent_container {
  padding: 15px;
  position: relative
}

.gall_item_container .itemGroup_info {
  padding: 0
}

.gall_item_header_communaute:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #b1b1b1;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  margin-right: 6px
}

.itemCommMarque .gall_item_header_container {
  background: #ffc943;
  color: #fff
}

.itemCommMarque .gall_item_header_container .tile__author,
.itemCommMarque .gall_item_header_container a {
  color: #fff
}

.itemCommMarque .gall_item_header_communaute:before {
  border-color: transparent transparent transparent #fff
}

.itemCommMarque .tile {
  border: 2px solid #ffc943
}

.blog img {
  height: auto !important
}

.tile-challenge-list {
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width:580px) {
  .tile-challenge-list {
    padding-bottom: 40px
  }
}

@supports (display:grid) {
  .tile-challenge-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 50px
  }

  @media screen and (max-width:1600px) {
    .tile-challenge-list {
      grid-template-columns: repeat(3, 1fr)
    }
  }

  @media screen and (max-width:1280px) {
    .tile-challenge-list {
      grid-template-columns: repeat(2, 1fr)
    }
  }

  @media screen and (max-width:580px) {
    .tile-challenge-list {
      grid-template-columns: repeat(1, 280px);
      justify-content: space-around
    }
  }
}

.tile-challenge {
  width: calc(25% - 50px);
  margin: 25px;
  display: block;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0, 0, 0, .2)
}

@media screen and (max-width:1600px) {
  .tile-challenge {
    width: calc(33.33333% - 50px)
  }
}

@media screen and (max-width:1280px) {
  .tile-challenge {
    width: calc(50% - 50px)
  }
}

@media screen and (max-width:580px) {
  .tile-challenge {
    width: 280px;
    margin: 0 auto 50px
  }
}

@supports (display:grid) {
  .tile-challenge {
    width: auto;
    margin: 0
  }
}

.tile-challenge--link {
  cursor: pointer;
  opacity: 1;
  transition: opacity .2s
}

.tile-challenge--link:hover {
  opacity: .7
}

.tile-challenge__title p {
  padding: 0;
  margin: 20px;
  color: #58585a;
  line-height: 1.3;
  font-size: 2rem
}

.tile-challenge__title p b {
  display: block;
  height: 5.46rem;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical
}

.tile-challenge__background {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding-bottom: calc(100% - 4.8rem - 10px)
}

.tile-challenge__rewards {
  padding: 5px 10px;
  background-color: hsla(0, 0%, 100%, .7)
}

.tile-challenge__rewards p {
  font-size: 2rem;
  margin: 0;
  color: #58585a;
  height: 5.04rem;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical
}

.tile-challenge__rewards-label {
  font-weight: 900
}

.tile-challenge__state p {
  margin: 0;
  border-radius: 0 0 0 0;
  padding: 15px;
  color: #fff;
  text-align: center
}

.tile-challenge__state--avenir p {
  background-color: #58585a
}

.tile-challenge__state--participation p {
  background-color: #ffc943
}

.tile-challenge__state--attente p {
  background-color: #ededed;
  color: #58585a
}

.tile-challenge__state--vote p {
  background-color: #ffd366
}

.tile-challenge__state--clos p,
.tile-challenge__state--deliberation p {
  background-color: #1082ff
}

.tile-call-to-action {
  color: #fff;
  text-align: center
}

.tile-call-to-action .tile-call-to-action__content {
  background-color: #ffc943
}

.tile-call-to-action .textes_galerieCrea {
  padding: 20px
}

.tile-call-to-action .textes_galerieCrea h4 {
  padding-top: 0
}

.tile-call-to-action a {
  color: #1082ff
}

.tile-call-to-action .form {
  text-align: center
}

.tile-call-to-action .form__input {
  color: #58585a
}

.comment-preview {
  display: flex;
  margin: 0 20px;
  padding: 10px 0;
  border-left: 1px solid #f2f2f2;
  align-items: center
}

.comment-preview__avatar {
  flex-shrink: 0;
  margin: 0 10px
}

.comment-preview__avatar-link {
  display: block
}

.comment-preview__text {
  margin: 0;
  font-size: 1.4em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.comment-preview__more {
  display: block;
  flex-shrink: 0;
  margin-left: 5px;
  font-size: 1.4em;
  font-weight: 900;
  color: #58585a
}

.lastCommentGroupContent .avatar_container.user_admin:after {
  top: 9px
}

.preview-container-link {
  display: block;
  padding: 0;
  margin: 0
}

.preview {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2)
}

.communauteItems_content .preview {
  grid-template-columns: 40% 60%
}

.preview__thumbnail-container {
  max-width: 100%;
  width: 190px;
  height: 190px;
  flex: 0 0 auto;
  align-self: auto
}

.preview__content-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr
}

.preview__content {
  color: #58585a;
  width: 100%;
  padding: 10px 10px 0
}

.preview__title {
  margin: 0 0 5px;
  font-size: 2rem
}

@media screen and (max-width:720px) {
  .preview__title {
    font-size: 1.4rem
  }
}

.preview__text {
  margin: 0;
  font-size: 1.2rem;
  color: #8a8a8a
}

@media screen and (max-width:720px) {
  .preview__text {
    font-size: 1rem
  }
}

.preview__date {
  padding: 10px 10px 40px
}

.preview__date-label {
  margin: 0;
  font-size: 1.2rem;
  color: #f2f2f2
}

@media screen and (max-width:720px) {
  .preview__date-label {
    font-size: 1rem
  }
}

.preview__date-time {
  margin: 0;
  font-size: 2rem;
  color: #58585a
}

@media screen and (max-width:720px) {
  .preview__date-time {
    font-size: 1.4rem
  }
}

.previewDate_texte {
  font-size: 1.2rem;
  color: #f2f2f2;
  padding: 0;
  margin: 0
}

.previewDate_date {
  font-size: 1.6rem;
  font-weight: 700;
  color: #58585a;
  margin: 0
}

.preview__link {
  padding: 10px;
  background-color: #58585a;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-weight: 700
}

@media screen and (max-width:720px) {
  .preview__link {
    font-size: 1rem
  }
}

.events_superContainer .preview__link {
  display: none
}

.group-user-list {
  margin-top: -40px;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.group-user-list__more,
.group-user-list__user {
  width: 60px;
  height: 60px;
  margin: 0 6px 20px
}

.groupUserAvatar_container {
  position: relative;
  display: block;
  z-index: 10;
  height: 70px;
  width: 602px;
  margin: -36px auto auto;
  max-width: 100%;
  overflow: hidden
}

@media screen and (max-width:1500px) {
  .groupUserAvatar_container {
    width: 520px
  }
}

@media screen and (max-width:1150px) {
  .groupUserAvatar_container {
    width: 430px
  }
}

@media screen and (max-width:1024px) {
  .groupUserAvatar_container {
    width: 338px;
    max-width: 100%;
    height: 40px;
    margin-top: -20px
  }
}

.groupUserAvatar {
  float: left;
  z-index: 800;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 13px 20px
}

@media screen and (max-width:1024px) {
  .groupUserAvatar {
    width: 30px;
    height: 30px;
    margin: 0 6px 20px
  }
}

.itemGroup_avatar_seeMore {
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .8);
  text-align: center
}

.groupUserAvatar.itemGroup_avatar_seeMore .group-user-list__more-link {
  font-size: 2rem;
  line-height: 55px;
  color: #989898;
  display: block;
  height: 100%;
  box-shadow: none
}

@media screen and (max-width:1024px) {
  .groupUserAvatar.itemGroup_avatar_seeMore .group-user-list__more-link {
    line-height: 20px
  }
}

@media screen and (max-width:1024px) {
  .itemGroup_avatar_seeMore a b {
    font-family: monospace;
    letter-spacing: -2px
  }
}

.itemGroup_avatar_seeMore .group-user-list__more-link {
  width: 100%
}

.groupUserAvatar {
  display: none
}

.groupUserAvatar:first-child,
.groupUserAvatar:nth-child(2),
.groupUserAvatar:nth-child(3),
.itemGroup .groupUserAvatar:first-child,
.itemGroup .groupUserAvatar:nth-child(2),
.itemGroup .groupUserAvatar:nth-child(3),
.itemGroup .groupUserAvatar:nth-child(4),
.itemGroup .groupUserAvatar:nth-child(5),
.itemGroup .groupUserAvatar:nth-child(6),
.itemGroup .groupUserAvatar:nth-child(7) {
  display: block
}

@media screen and (max-width:1920px) {
  .groupUserAvatar:nth-child(7) {
    display: none
  }
}

@media screen and (max-width:1500px) {
  .groupUserAvatar_container {
    width: 520px
  }

  .groupUserAvatar:nth-child(6) {
    display: none
  }
}

@media screen and (max-width:1150px) {
  .groupUserAvatar_container {
    width: 430px
  }

  .groupUserAvatar:nth-child(5) {
    display: none
  }
}

@media screen and (max-width:1024px) {
  .groupUserAvatar_container {
    width: 338px;
    max-width: 100%
  }

  .itemGroup .groupUserAvatar:nth-child(5),
  .itemGroup .groupUserAvatar:nth-child(6),
  .itemGroup .groupUserAvatar:nth-child(7) {
    display: block
  }
}

@media screen and (max-width:380px) {

  .groupUserAvatar:nth-child(6),
  .groupUserAvatar:nth-child(7) {
    display: none
  }
}

.groupUserAvatar.itemGroup_avatar_seeMore {
  display: block
}

.groupUserAvatar img {
  max-width: 100%;
  max-height: 100%;
  width: 100%
}

.group-user-list__more-link {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  text-align: center;
  color: #58585a;
  line-height: 60px
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 319px
}

.alertify-notifier .ajs-message {
  max-width: calc(100vw - 40px)
}

.alertify-notifier .ajs-message.ajs-badges,
.alertify-notifier .ajs-message.ajs-error,
.alertify-notifier .ajs-message.ajs-info,
.alertify-notifier .ajs-message.ajs-notice,
.alertify-notifier .ajs-message.ajs-success {
  border-radius: 0;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  color: #fff;
  font-family: Museo Sans, Helvetica, Arial, sans-serif;
  text-align: left
}

.alertify-notifier .ajs-message.ajs-badges .notif-icon,
.alertify-notifier .ajs-message.ajs-error .notif-icon,
.alertify-notifier .ajs-message.ajs-info .notif-icon,
.alertify-notifier .ajs-message.ajs-notice .notif-icon,
.alertify-notifier .ajs-message.ajs-success .notif-icon {
  display: none
}

.alertify-notifier .ajs-message.ajs-badges .notif-icon a,
.alertify-notifier .ajs-message.ajs-error .notif-icon a,
.alertify-notifier .ajs-message.ajs-info .notif-icon a,
.alertify-notifier .ajs-message.ajs-notice .notif-icon a,
.alertify-notifier .ajs-message.ajs-success .notif-icon a {
  display: block
}

.alertify-notifier .ajs-message.ajs-badges .notif-text,
.alertify-notifier .ajs-message.ajs-badges p,
.alertify-notifier .ajs-message.ajs-error .notif-text,
.alertify-notifier .ajs-message.ajs-error p,
.alertify-notifier .ajs-message.ajs-info .notif-text,
.alertify-notifier .ajs-message.ajs-info p,
.alertify-notifier .ajs-message.ajs-notice .notif-text,
.alertify-notifier .ajs-message.ajs-notice p,
.alertify-notifier .ajs-message.ajs-success .notif-text,
.alertify-notifier .ajs-message.ajs-success p {
  margin: 0;
  padding: 0;
  font-size: 1.8rem
}

.alertify-notifier .ajs-message.ajs-badges h2,
.alertify-notifier .ajs-message.ajs-error h2,
.alertify-notifier .ajs-message.ajs-info h2,
.alertify-notifier .ajs-message.ajs-notice h2,
.alertify-notifier .ajs-message.ajs-success h2 {
  margin: 10px 0;
  padding: 0;
  font-size: 2.5rem
}

.alertify-notifier .ajs-message.ajs-visible {
  padding: 10px;
  transition-timing-function: cubic-bezier(.18, .88, .31, 1)
}

.alertify-notifier .ajs-message.ajs-success {
  background-color: #5cb85c
}

.alertify-notifier .ajs-message.ajs-info {
  background-color: #ffc943
}

.alertify-notifier .ajs-message.ajs-badges,
.alertify-notifier .ajs-message.ajs-notice {
  background-color: #fff;
  color: #58585a
}

.alertify-notifier .ajs-message.ajs-error {
  background-color: #ff4374
}

.alertify-notifier .ajs-message.ajs-badges .notif-icon {
  display: block;
  margin: 0 10px 0 0;
  max-width: 60px
}

.alertify-notifier .ajs-message.ajs-badges .notif-icon a {
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2)
}

.alertify-notifier .ajs-message.ajs-badges .notif-icon img {
  display: block
}

.alertify-notifier .ajs-message.ajs-badges .notif-text h2 {
  font-size: 1.6rem;
  margin-bottom: 5px
}

.alertify-notifier .ajs-message.ajs-badges .notif-text p {
  font-size: 1.4rem
}

.alertify-notifier .ajs-message.ajs-badges .cta {
  display: none;
  margin-top: 20px
}

.alertify-notifier .ajs-message .badge-notification {
  display: flex;
  align-items: center
}

.notifications-menu {
  margin-right: 18px;
  width: 50px;
  height: 50px;
  background-size: contain;
  border-radius: 50px;
  text-align: center;
  background: #fff url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') no-repeat 50%;
  background-position: 50% calc(50% - 2px);
  position: relative;
  cursor: pointer
}

@media only screen and (max-width:1024px) {
  .notifications-menu {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    background-size: 85%
  }
}

@media only screen and (max-width:720px) {
  .notifications-menu {
    position: fixed;
    top: 5px;
    right: 50px
  }
}

.notifications-menu.notifications-menu {
  display: block
}

.notifications-menu-open,
.notifications-menu:hover {
  background-color: #ffc943;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.notifications-menu.notifications-menu-mobile {
  display: none
}

.notificationCount {
  font-size: .8rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  position: absolute;
  background: #ffc943;
  border-radius: 50px;
  line-height: 15px;
  width: auto;
  min-width: 15px;
  top: 4px;
  right: 6px;
  text-align: center
}

.notifications-menu-open .notificationCount {
  background: #fff;
  color: #ffc943;
  border: 1px solid #ffc943
}

.notification-show {
  display: none;
  position: absolute;
  top: calc(100% + 20px);
  right: 30px;
  width: 572px;
  height: calc(100vh - 100%);
  max-width: calc(100% - 40px);
  max-height: calc(85vh - 100%);
  z-index: 1000
}

@media only screen and (max-width:1024px) {
  .notification-show .notification-show:before {
    display: none
  }
}

@media only screen and (max-width:720px) {
  .notification-show {
    max-width: calc(100% - 20px);
    right: 10px
  }
}

.notification-show:before {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 12px 20px;
  position: absolute;
  top: -20px;
  right: 95px;
  z-index: 2000;
  background: none;
  border-radius: 0
}

@media only screen and (max-width:720px) {
  .notification-show:before {
    right: 45px
  }
}

.notificationShow_content {
  overflow: auto;
  max-height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  background: #ffc943;
  position: relative;
  background: #fff;
  border: 1px solid #f2f2f2
}

.notifCloseContainer {
  position: absolute;
  top: 19px;
  right: 10px;
  cursor: pointer
}

.notifClose {
  width: 20px;
  height: 20px;
  position: relative
}

.notifClose:after,
.notifClose:before {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #58585a;
  content: ""
}

.notifClose:before {
  top: 10px;
  left: -5px;
  border-radius: 4px;
  transform: rotate(-45deg) scaleX(1.3) translate(3.5px, 3.5px)
}

.notifClose:after {
  top: 3px;
  left: 0;
  border-radius: 4px;
  transform: rotate(45deg) scaleX(1.3) translate(3.5px, 3.5px)
}

.titreVosNotifs {
  font-size: 2.5rem;
  text-align: left;
  padding: 0 25px;
  color: #58585a
}

.notifications-menu__empty-label {
  font-size: 2rem;
  padding: 0 25px
}

.viewNotif_container {
  background: #fff;
  border-radius: 0;
  border: 0 solid #c6c6c6;
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
  text-align: left;
  line-height: 20px;
  margin: 0 5px 5px 20px;
  position: relative;
  min-height: 98px;
  padding: 10px;
  z-index: 3000
}

.notif_dejaVue {
  opacity: .3
}

.notif_dejaVue:hover {
  opacity: 1
}

.notificationShow_content .show-more-notif {
  font-size: 1.2rem;
  line-height: 50px;
  width: 120px;
  margin: 10px auto;
  text-align: center;
  background: #58585a;
  color: #fff;
  text-transform: uppercase;
  display: block
}

.notificationShow_content .show-more-notif:hover {
  background: #595959
}

.notif-icon,
.notif-text {
  display: inline-block;
  vertical-align: middle
}

.notif-text {
  max-width: calc(100% - 80px)
}

@media screen and (max-width:720px) {
  .viewNotif_container {
    margin: 0 0 2px 25px
  }

  .titreVosNotifs {
    font-size: 1.5rem;
    padding: 0 15px;
    line-height: 50px
  }

  .notifCloseContainer {
    top: 15px
  }

  .viewNotif_container .notif-icon {
    left: -15px
  }

  .viewNotif_container .notif-text {
    padding: 10px 20px 10px 80px
  }
}

.notification-show.is-visible {
  display: block
}

.notifications-menu {
  width: 40px;
  height: 40px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.messages-menus {
  position: relative;
  margin-right: 13px;
  margin-left: 15px;
  width: 43px;
  height: 40px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover
}

@media only screen and (max-width:1024px) and (min-width:721px) {
  .messages-menus {
    margin-right: 15px
  }
}

@media only screen and (max-width:720px) {
  .messages-menus {
    position: fixed;
    top: 3px;
    right: 104px;
    background-size: contain;
    margin: 0
  }
}

.notifications-menu-mobile {
  display: none
}

.notifications-menu-open,
.notifications-menu:hover {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.notification-show:before {
  right: 55px
}

@media only screen and (max-width:720px) {
  .notification-show:before {
    right: 42px
  }
}

.notificationCount {
  color: #fff;
  background: #ff4374;
  top: -9px;
  right: -5px;
  font-weight: 900;
  width: 20px;
  height: 20px;
  font-size: 1.2rem;
  line-height: 20px
}

.notificationCount:hover {
  color: #fff
}

.notifCloseContainer {
  right: 19px
}

#content_notification_list {
  padding-bottom: 18px
}

#content_notification_list p {
  margin: 15px
}

#content_notification_list .notif-text {
  padding: 0;
  margin: 0
}

#content_notification_list .notif-text p {
  font-size: 1.5rem;
  margin: 15px;
  padding: 0
}

.notificationShow_content {
  border: none;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .16);
  border-radius: 20px
}

.titreVosNotifs {
  font-weight: 900;
  display: inline-block
}

@media only screen and (max-width:720px) {
  .titreVosNotifs {
    line-height: 30px
  }
}

.titreVosNotifs:after {
  content: "";
  display: block;
  margin: auto 0 auto auto;
  height: 4px;
  width: 157px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover
}

.viewNotif_container {
  border-radius: 10px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .14)
}

@media screen and (max-width:720px) {
  .viewNotif_container {
    margin: 0
  }
}

.announcement {
  position: relative;
  margin-top: 20px;
  padding: 15px;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0, 0, 0, .2);
  text-align: center
}

.announcement__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  cursor: pointer
}

.timer {
  border-radius: 1.5em;
  padding: .3em .9em;
  max-width: 520px;
  font-size: 6rem;
  background-color: #ededed;
  color: #58585a
}

@media screen and (max-width:1024px) {
  .timer {
    font-size: 3.5rem
  }
}

@media screen and (max-width:720px) {
  .timer {
    font-size: 2rem;
    padding: .4em .7em .5em
  }
}

@media screen and (max-width:380px) {
  .timer {
    font-size: 1.8rem;
    padding: .45em .45em .55em
  }
}

.timer__clock {
  display: flex;
  justify-content: center;
  align-items: flex-start
}

.timer__state p {
  margin: 0;
  font-size: .25em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase
}

@media screen and (max-width:720px) {
  .timer__state p {
    font-size: .4em
  }
}

.timer__unit {
  text-align: center;
  margin: 0 9px
}

@media screen and (max-width:720px) {
  .timer__unit {
    margin: 0
  }
}

.timer__number p {
  margin: 0
}

.timer__number p,
.timer__separator p {
  font-size: 1em;
  line-height: 1;
  font-weight: 900
}

.timer__separator p {
  margin: 0 10px
}

@media screen and (max-width:720px) {
  .timer__separator p {
    margin: 0 5px
  }
}

.timer__label p {
  margin: 0;
  font-size: .25em;
  text-transform: uppercase
}

@media screen and (max-width:720px) {
  .timer__label p {
    font-size: .4em
  }
}

.calendar {
  display: flex;
  justify-content: center;
  align-items: center
}

@media screen and (max-width:720px) {
  .calendar {
    display: block;
    text-align: center
  }
}

.calendar__icon {
  margin-right: 50px;
  flex-shrink: 0;
  width: 140px;
  height: 140px
}

@media screen and (max-width:720px) {
  .calendar__icon {
    margin: 0 auto 30px;
    width: 70px;
    height: 70px
  }
}

.calendar__date {
  margin-bottom: 20px;
  font-size: 2rem
}

@media screen and (max-width:720px) {
  .calendar__date {
    margin-bottom: 15px;
    font-size: 1.2rem
  }
}

.calendar__date p {
  margin: 0;
  display: inline
}

.calendar__date:last-child {
  margin-bottom: 0
}

.calendar__label {
  margin: 0;
  font-size: 1.25em;
  font-weight: 900;
  display: inline
}

@media screen and (max-width:1024px) {
  .calendar__label {
    display: block;
    margin-bottom: 5px
  }
}

.calendar__date-end,
.calendar__date-span,
.calendar__date-start {
  font-size: 1em
}

.confirm {
  text-align: center
}

.confirm__title {
  position: relative;
  margin-bottom: 55px;
  font-size: 4em;
  color: #ffc943
}

.confirm__title:after {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  background-color: #ffc943;
  border-radius: 2px
}

@media screen and (max-widht:720px) {
  .confirm__title {
    font-size: 2.4em
  }
}

@media screen and (max-widht:480px) {
  .confirm__title {
    font-size: 2em
  }
}

.confirm__image {
  margin: 30px 0 55px;
  padding-right: 55px;
  max-width: 50%
}

@media screen and (max-widht:720px) {
  .confirm__image {
    margin: 15px 0 25px;
    padding-right: 25px
  }
}

.confirm__redirect {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%)
}

.comments {
  border-radius: 0;
  box-shadow: 0 3px 30px rgba(0, 0, 0, .2);
  padding-bottom: 20px;
  margin-bottom: 90px
}

.comment-list {
  padding: 15px
}

.comment {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px
}

.comment__header {
  display: flex
}

.comment__avatar {
  margin: 0 15px 0 0;
  flex-shrink: 0
}

.comment__title {
  flex-grow: 1
}

.comment__author-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.comment__author {
  margin: 0;
  font-weight: 900;
  color: #58585a
}

.comment__title .ctaFollow_container {
  display: inline-block;
  vertical-align: middle
}

.comment__date {
  margin: 5px 0;
  font-size: 1.5em;
  color: #bebec0
}

@media screen and (max-width:720px) {
  .comment__date {
    font-size: 1em
  }
}

.comment__text p {
  padding-right: 80px;
  margin-left: 5px
}

.comment__button-reply {
  display: block;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 1
}

.comment--level-1 {
  padding-left: 20px
}

.comment--level-2 {
  padding-left: 30px
}

.comment--level-3 {
  padding-left: 40px
}

.comment--level-4 {
  padding-left: 50px
}

.comment--level-5 {
  padding-left: 60px
}

.comment--level-6 {
  padding-left: 70px
}

.comment--condensed {
  border-bottom: 0;
  padding-bottom: 0
}

.comment--condensed .comment__text {
  font-size: 1.5rem
}

@media screen and (max-width:720px) {
  .comment--condensed .comment__text {
    font-size: 1.2rem
  }
}

.comments {
  padding-bottom: 0
}

@media screen and (max-width:720px) {
  .commMessage_texte {
    position: relative
  }
}

@media screen and (max-width:720px) {
  .comment__button-reply {
    top: auto;
    bottom: 0
  }
}

.challenge__comments .commentaire_form {
  border-radius: 0;
  margin: 0
}

.share-box {
  padding: 15px
}

@media screen and (min-width:721px) {
  .share-box {
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .2)
  }
}

.share-box__title {
  margin: 0
}

.share-box__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0
}

.share-box__button {
  margin: 15px;
  cursor: pointer
}

.liker-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

@supports (display:grid) {
  .liker-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    grid-template-rows: auto;
    grid-gap: 20px
  }
}

.liker {
  display: flex;
  width: 320px;
  margin: 10px
}

@supports (display:grid) {
  .liker {
    margin: 0;
    width: auto
  }
}

.liker__avatar {
  margin: 0 15px 0 0;
  flex-shrink: 0
}

.liker__title {
  flex-grow: 1
}

.liker__author {
  font-weight: 900;
  color: #58585a
}

.liker__author:hover {
  color: #1082ff
}

.award-winner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto 60px;
  padding: 10px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0, 0, 0, .2);
  max-width: 300px
}

@media screen and (max-width:720px) {
  .award-winner {
    margin-bottom: 30px
  }
}

.award-winner__title {
  order: 1;
  flex-grow: 1;
  flex-basis: max-content;
  overflow: hidden;
  text-overflow: ellipsis
}

.award-winner__avatar {
  order: 0;
  flex-shrink: 0;
  margin-right: 10px
}

@media screen and (max-width:720px) {
  .award-winner__avatar {
    width: 40px
  }
}

.award-winner__rank {
  order: 2;
  margin: 0 5px;
  font-size: 1.6em
}

@media screen and (max-width:720px) {
  .award-winner__rank {
    font-size: 1.2em
  }
}

.award-winner__name {
  margin: 0;
  font-size: 2.5em;
  font-weight: 900;
  color: #58585a
}

@media screen and (max-width:1024px) {
  .award-winner__name {
    font-size: 2em
  }
}

@media screen and (max-width:720px) {
  .award-winner__name {
    font-size: 1.5em
  }
}

.badge-list {
  display: flex;
  align-items: center;
  margin: 10px 0
}

.badge-list__more-badge {
  display: block;
  color: #fff;
  max-width: 50px;
  margin: 5px;
  font-size: 50px;
  line-height: 1;
  font-weight: 900
}

@media screen and (max-width:720px) {
  .badge-list__more-badge {
    max-width: 25px;
    font-size: 25px
  }
}

.badge-list__more-badge p {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  line-height: 20px
}

.badge {
  display: block;
  max-width: 50px;
  margin: 0 10px 0 0
}

@media screen and (max-width:720px) {
  .badge {
    max-width: 25px
  }
}

.badge--small {
  max-width: 36px
}

@media screen and (max-width:480px) {
  .badge--small {
    max-width: 20px
  }
}

.badge__image {
  display: block
}

.badge-item-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

@supports (display:grid) {
  .badge-item-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    grid-template-rows: auto;
    grid-gap: 60px 30px
  }
}

@media screen and (max-width:720px) {
  .badge-item-list {
    grid-template-columns: repeat(auto-fit, minmax(95px, 1fr))
  }
}

.badge-item {
  text-align: center;
  width: 225px;
  margin: 30px 15px
}

@supports (display:grid) {
  .badge-item {
    margin: 0;
    width: auto
  }
}

.badge-item__thumbnail {
  max-width: 250px;
  margin: auto;
  border-radius: 100%;
  border: 10px solid #fff;
  box-shadow: 0 3px 30px rgba(0, 0, 0, .2)
}

.badge-item__image {
  display: block;
  width: 100%
}

.badge-item__title {
  margin-bottom: 5px;
  font-size: 2rem
}

@media screen and (max-width:720px) {
  .badge-item__title {
    font-size: 1.2em
  }
}

.badge-item__level-title {
  margin: 0;
  font-size: 1.5rem
}

@media screen and (max-width:720px) {
  .badge-item__level-title {
    font-size: 1em
  }
}

.badge-item__description {
  margin: 10px;
  font-size: 2rem;
  font-style: italic;
  color: #bebec0
}

@media screen and (max-width:720px) {
  .badge-item__description {
    font-size: 1.2em
  }
}

#eventMap {
  height: 400px
}

.events_items_container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap
}

.events_items_container .preview-container-link {
  width: calc(50% - 20px);
  margin-bottom: 20px
}

@media screen and (max-width:1500px) {
  .events_items_container .preview-container-link {
    width: calc(50% - 10px)
  }
}

@media screen and (max-width:1024px) {
  .events_items_container .preview-container-link {
    width: 100%;
    margin-bottom: 10px
  }
}

.itemGroup_container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap
}

@media screen and (max-width:720px) {
  .itemGroup_container {
    display: block
  }
}

.itemGroup {
  width: calc(50% - 40px);
  position: relative;
  background: #fff;
  box-shadow: 0 3px 30px rgba(0, 0, 0, .2);
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 80px
}

@media screen and (max-width:1500px) {
  .itemGroup {
    width: calc(50% - 25px);
    margin-bottom: 50px
  }
}

@media screen and (max-width:1024px) {
  .itemGroup {
    width: calc(50% - 15px);
    margin-bottom: 30px
  }
}

@media screen and (max-width:720px) {
  .itemGroup {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 15px
  }
}

.itemGroup.is-checked {
  border: 3px solid #ffc943
}

.itemGroup.is-waiting {
  border: 3px solid #1082ff
}

.itemGroup_banner {
  display: block;
  width: 100%;
  height: 196px;
  object-fit: cover
}

@media screen and (max-width:720px) {
  .itemGroup_banner {
    height: 100px
  }
}

.group_check_cadre,
.group_wait_cadre {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.itemGroup_info {
  padding: 40px
}

@media screen and (max-width:1500px) {
  .itemGroup_info {
    padding: 30px 20px 20px
  }
}

@media screen and (max-width:720px) {
  .itemGroup_info {
    padding: 20px
  }
}

.itemGroup_count {
  margin-bottom: 5px
}

@media screen and (max-width:720px) {
  .itemGroup_count {
    margin-bottom: 0
  }
}

.itemGroup_info p {
  padding: 0;
  margin: 0;
  font-size: 2rem
}

@media screen and (max-width:1024px) {
  .itemGroup_info p {
    font-size: 1.4rem;
    padding: 0;
    line-height: 1.2
  }
}

@media screen and (max-width:720px) {
  .itemGroup_info p {
    font-size: 1.2rem;
    padding: 0
  }
}

.itemGroup_count p {
  font-size: 2.5rem;
  display: inline-block;
  margin: 0 40px 0 0;
  color: #ccc
}

@media screen and (max-width:1024px) {
  .itemGroup_count p {
    font-size: 1.6rem;
    padding: 0
  }
}

@media screen and (max-width:720px) {
  .itemGroup_count p {
    font-size: 1.2rem;
    padding: 0
  }
}

.group_check_icon {
  display: block;
  background: #fff;
  width: 38px;
  height: 38px;
  top: 15px;
  right: 15px;
  border-radius: 75px;
  position: absolute;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .7)
}

.group_check_icon:after,
.group_check_icon:before {
  position: absolute;
  height: 3px;
  background-color: #ffc943;
  content: ""
}

.group_check_icon:before {
  width: 18px;
  top: 19px;
  left: 9px;
  border-radius: 4px;
  transform: rotate(-45deg) scaleX(1.3) translate(3.5px, 3.5px)
}

.group_check_icon:after {
  width: 9px;
  top: 18px;
  left: 7px;
  border-radius: 4px;
  transform: rotate(45deg) scaleX(1.3) translate(3.5px, 3.5px)
}

.group_wait_text {
  position: absolute;
  margin: 0;
  top: 25px;
  right: 25px;
  color: #fff;
  font-size: 1.5em
}

.linkBlockGroup {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.itemGroup_info .itemGroup_titre {
  font-size: 3.5rem;
  padding: 0;
  margin: 5px 0;
  line-height: 1
}

@media screen and (max-width:1024px) {
  .itemGroup_info .itemGroup_titre {
    font-size: 2.5rem
  }
}

@media screen and (max-width:720px) {
  .itemGroup_info .itemGroup_titre {
    font-size: 1.4rem
  }
}

.itemGroup .newbieJoinGroup {
  background-color: #000;
  border-color: #000;
  color: #fff;
  position: absolute;
  top: 134px;
  min-width: 150px;
  bottom: auto;
  padding: 15px 30px;
  font-size: 2rem;
  line-height: 1;
  text-align: center
}

@media screen and (max-width:720px) {
  .p_itemGroup--newbie .itemGroup_banner {
    height: 84px
  }

  .itemGroup .newbieJoinGroup,
  .itemGroup .newbieLeaveGroup {
    top: 54px;
    font-size: 1.4rem
  }
}

.itemGroup .newbieLeaveGroup {
  background-color: #ffc943;
  border-color: #ffc943;
  color: #fff;
  position: absolute;
  top: 134px;
  min-width: 150px;
  bottom: auto;
  padding: 15px 30px;
  font-size: 2rem;
  line-height: 1;
  text-align: center
}

.itemGroup_pasSiVite,
.itemGroup_readyToGo {
  background: #f2f2f2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center
}

.itemGroup_pasSiVite h4,
.itemGroup_readyToGo h4 {
  font-size: 3.5rem;
  padding: 0
}

.itemGroup_pasSiVite p,
.itemGroup_readyToGo p {
  font-size: 2rem;
  padding: 0;
  max-width: 330px
}

.itemGroup_readyToGo p {
  max-width: 380px
}

.itemGroup_readyToGo {
  background: #ffc943 url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') 30px no-repeat;
  background-size: 25%;
  text-align: right;
  color: #fff;
  align-items: flex-end;
  justify-content: flex-end;
  align-self: stretch
}

.itemGroup_readyToGo_content {
  padding: 40px
}

.itemGroup_readyToGo h4 {
  margin-bottom: 5px
}

.itemGroup_readyToGo p {
  margin-bottom: 30px;
  margin-left: auto
}

.itemGroup_readyToGo .btn_cta {
  box-sizing: border-box;
  position: static;
  margin: 0;
  padding: 15px 30px;
  width: 280px;
  max-width: 80%;
  background: #000;
  color: #fff;
  bottom: auto;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  transition: background-color .2s 0s, border-color .2s 0s
}

@media screen and (max-width:1500px) {
  .itemGroup_readyToGo {
    background-size: 22%
  }

  .itemGroup_info {
    padding: 30px 20px 20px
  }
}

@media screen and (max-width:1200px) {
  .itemGroup_readyToGo {
    background-size: 20%;
    align-self: flex-start
  }

  .itemGroup_readyToGo p {
    max-width: 330px
  }
}

@media screen and (max-width:1024px) {
  .itemGroup_readyToGo {
    background-position: 20px;
    background-size: 20%
  }

  .itemGroup_readyToGo_content {
    padding: 20px
  }

  .itemGroup_pasSiVite h4,
  .itemGroup_readyToGo h4 {
    font-size: 1.4rem;
    padding: 0
  }

  .itemGroup_pasSiVite p,
  .itemGroup_readyToGo p {
    font-size: 1rem;
    padding: 0;
    max-width: 330px
  }

  .itemGroup_readyToGo p {
    max-width: 200px
  }
}

.form-post {
  padding: 0;
  border-radius: 0 0 0 0;
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(0, 0, 0, .2)
}

.form-post__header {
  padding: 15px;
  background-color: #ededed;
  border-radius: 0 0 0 0
}

.form-post__header:focus-within {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .2)
}

.form-post__text {
  display: flex
}

.form-post__input-container {
  min-height: 250px;
  flex-grow: 1
}

.form-post__avatar {
  margin: 0 15px 0 0
}

.form-post__input {
  border: none;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  box-shadow: none;
  background-color: transparent;
  resize: none
}

.form-post__input:focus {
  box-shadow: none
}

.form-post__publish {
  display: flex;
  align-items: baseline;
  color: #f2f2f2
}

.form-post__publish-label {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 100
}

.form-post__publish-select {
  margin: 0;
  font-size: 1.3rem;
  padding-left: 20px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  font-weight: 100
}

.form-post__publish-select:focus {
  box-shadow: none
}

.form-post__media,
.form-post__product {
  display: none;
  position: relative
}

.form-post__media.is-visible,
.form-post__product.is-visible {
  display: block
}

.inputs_telechargerImage_container {
  position: relative;
  margin: auto 0
}

.inputs_telechargerImage_container input[type=text] {
  width: 295px
}

.inputs_telechargerImage_container input[type=text]:hover {
  cursor: default
}

.inputs_telechargerImage_container .btn_general {
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 0;
  height: 8px;
  text-transform: uppercase;
  line-height: 12px
}

.btn_galerie_del {
  cursor: pointer
}

.participationForm .inputs_telechargerImage_container {
  width: 100%;
  height: 40px;
  background: red;
  padding: 0;
  position: relative
}

.gall_item_formpublication_container {
  background: #fff;
  margin: 15px;
  padding: 50px 20px;
  text-align: center;
  box-shadow: 0 3px 30px rgba(0, 0, 0, .2);
  border-radius: 0
}

.gall_item_formpublication_container img {
  margin-top: 0;
  max-width: 100%
}

.form_post_crea,
.form_post_photo {
  background-position: 50%;
  background-repeat: no-repeat
}

.form_post_photo {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.form_post_crea {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.gall_item_formpublication_content p {
  font-size: 2.6rem;
  color: #58585a;
  margin: 0 0 20px
}

.gall_item_formpublication_content .exprimPhotoFormatupload {
  font-size: 1.5rem
}

.gall_item_formpublication_container .close_form {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 5px
}

.gall_item_formpublication_container.form_post_product {
  background: none;
  box-shadow: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0
}

.form_post_product .gall_item_formpublication_content {
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  background: #fff;
  width: 200px;
  padding: 18px 0 12px;
  border: 1px solid #a8c1c8
}

.form_post_product .gall_item_formpublication_content p {
  font-size: 1.5rem
}

.form_post_product img {
  box-shadow: none
}

.form_post_product .select2-container {
  margin-bottom: 15px;
  max-width: 100%
}

.form_post_product .select2-container--default .select2-selection--multiple {
  border-radius: 0
}

.communityForm_resultProducts .select2-results__option--highlighted[aria-selected] {
  background-color: #ee756b !important
}

.form-post__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px
}

.form-post__cta {
  margin: 0;
  flex-basis: 0;
  flex-grow: 1;
  text-align: right
}

.form-post__cta .cta {
  margin: 0;
  padding: 20px 45px;
  font-size: 3rem;
  border-radius: 0
}

.ajs-content .form-post__input {
  padding-top: 20px;
  padding-right: 22px
}

.alertify.alertify .form-comment-dialog {
  margin-top: 7%;
  padding-top: 0;
  background-color: transparent;
  box-shadow: none
}

.alertify.alertify .form-comment-dialog .ajs-header {
  display: none
}

.alertify.alertify .form-comment-dialog .ajs-commands {
  right: 20px;
  top: 20px;
  margin: 0
}

.alertify.alertify .form-comment-dialog .ajs-commands button.ajs-close {
  margin: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.form-comment {
  display: flex;
  background-color: #ededed;
  border-radius: 0 0 0 0
}

.form-comment:focus-within {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .2)
}

.form-comment .commentaire_form_container {
  display: flex;
  flex-grow: 1
}

.commentaire_form_content,
.form-comment__input {
  flex-grow: 1;
  border: none;
  background-color: transparent;
  font-size: 2.5rem
}

.commentaire_form_content:focus,
.form-comment__input:focus {
  box-shadow: none
}

@media screen and (max-width:720px) {

  .commentaire_form_content,
  .form-comment__input {
    font-size: 1.4rem
  }
}

.form-comment__input {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 0
}

.form-comment__avatar {
  margin: 15px;
  flex-basis: 1;
  flex-shrink: 0
}

.form-comment__submit {
  flex-shrink: 0;
  margin: 15px 40px;
  width: 70px;
  height: 70px;
  opacity: 1;
  transition: opacity .1s
}

.form-comment__submit:focus,
.form-comment__submit:hover {
  opacity: .7
}

@media screen and (max-width:720px) {
  .form-comment__submit {
    margin-left: 15px;
    margin-right: 15px;
    width: 50px;
    height: 50px
  }
}

.form-comment--condensed {
  align-items: center
}

.form-comment--condensed .form-comment__avatar {
  margin: 5px 5px 5px 10px
}

.form-comment--condensed .form-comment__avatar .avatar {
  width: 40px
}

.form-comment--condensed .commentaire_form_content,
.form-comment--condensed .form-comment__input {
  font-size: 2rem
}

@media screen and (max-width:720px) {

  .form-comment--condensed .commentaire_form_content,
  .form-comment--condensed .form-comment__input {
    font-size: 1.2rem
  }
}

.form-comment--condensed .form-comment__submit {
  margin: 5px 10px;
  width: 40px;
  height: 40px
}

.commentaire_form {
  margin: 10px;
  border-radius: 10px;
  overflow: hidden
}

.blog_commentaires .form-comment__submit,
.challenge__comments .form-comment__submit,
.form-comment--condensed .form-comment__submit {
  box-shadow: 0 5px 10px 0 rgba(16, 130, 255, .4);
  background-color: #1082ff;
  border-radius: 30px;
  background-size: 85%
}

.form-comment--condensed .commentaire_form_content,
.form-comment--condensed .form-comment__input {
  font-size: 1.2vw
}

@media only screen and (max-width:1024px) {

  .form-comment--condensed .commentaire_form_content,
  .form-comment--condensed .form-comment__input {
    font-size: 1.8vw
  }
}

@media only screen and (max-width:720px) {

  .form-comment--condensed .commentaire_form_content,
  .form-comment--condensed .form-comment__input {
    font-size: 1.3rem
  }
}

.form-search {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  font-size: 1.2em;
  margin-bottom: 55px;
  margin-top: 55px
}

@media screen and (max-width:720px) {
  .form-search {
    display: none
  }
}

.search_formMobile {
  display: none;
  width: 350px;
  max-width: 100%;
  position: relative;
  margin: auto
}

@media screen and (max-width:720px) {
  .search_formMobile {
    display: block
  }

  .search_formMobile input[type=text] {
    padding: 0 130px 0 12px;
    width: 100%;
    height: 30px;
    border: 1px solid #1082ff;
    font-size: 1.2rem;
    letter-spacing: .5px;
    margin: 0
  }

  .search_formMobile input[type=submit] {
    background: #1082ff;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    height: 30px;
    font-size: 1.2rem
  }
}

.form-search__input {
  flex-grow: 1;
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border-color: #1082ff;
  padding-right: 2em;
  width: calc(100% - 70px);
  font-size: 1.5rem
}

.form-search__input:focus {
  box-shadow: inset 0 0 5px 0 rgba(16, 130, 255, .4)
}

.form-search__cancel {
  position: absolute;
  top: 1.25em;
  right: 75px;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  opacity: .4
}

.form-search__submit {
  display: block;
  background-color: #1082ff;
  border-radius: 0 0 0 0;
  height: 5rem;
  width: 70px;
  background-size: auto 3rem;
  cursor: pointer
}

.form-search__button-anchor {
  display: block;
  flex-shrink: 0;
  width: 70px
}

.form-search__no-result {
  flex-shrink: 0;
  margin-top: 5px;
  padding-left: 1.5rem;
  width: 100%
}

.form-vote__close {
  width: 17px;
  height: 17px;
  top: 5px;
  right: 5px;
  left: auto;
  transform: translateX(0)
}

.form-vote__title {
  margin: 0 0 20px;
  padding-right: 40px
}

.form-vote__input {
  margin: 0 0 25px;
  border: none;
  width: 100%;
  background-color: #ededed;
  min-height: 6em;
  font-size: 2rem;
  line-height: 1.2
}

.form-vote__input:focus {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .2)
}

.form-vote__submit {
  display: block;
  margin-left: auto
}

[id=brand_user_profile_form_image1_ajax_upload_image_widget] {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  width: 100%
}

.user_admin [id=brand_user_profile_form_image1_ajax_upload_image_widget] {
  border: 3px solid #ffc943
}

[id=brand_user_profile_form_image1_ajax_upload_image_widget] .btnEditImgContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25%;
  text-align: center;
  background-color: rgba(0, 0, 0, .33);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  cursor: pointer;
  transition: background-color .1s;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  [id=brand_user_profile_form_image1_ajax_upload_image_widget] .btnEditImgContainer {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

[id=brand_user_profile_form_image1_ajax_upload_image_widget] .btnEditImgContainer:hover {
  background-color: rgba(88, 88, 90, .7)
}

[id=brand_user_profile_form_image1_ajax_upload_image_widget] .upload_image {
  display: block
}

[id=brand_user_profile_form_image1_ajax_upload_image_widget] .imgEdit {
  display: none
}

.configurateur_container,
.configurator_lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #fff
}

.configurator_lightbox {
  display: none
}

.config_close {
  right: auto;
  width: 25px;
  height: 25px;
  left: 35px;
  top: 35px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  cursor: pointer
}

@media screen and (max-width:680px) {
  .config_close {
    left: 20px;
    top: 10px
  }
}

.configurator_loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 500;
  max-width: 100px
}

.configurateur_warning_container {
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-rows: minmax(100px, 1fr) minmax(100px, 680px) minmax(100px, 1fr);
  grid-template-areas: "configurateur_close" "configurateur_templates" "configurateur_actions"
}

@media screen and (max-height:520px) {
  .configurateur_warning_container {
    grid-template-rows: minmax(100px, 680px) minmax(55px, 1fr);
    grid-template-areas: "configurateur_templates" "configurateur_actions"
  }
}

.configurateur_warning_content {
  grid-area: configurateur_templates
}

.configurateur_actions {
  grid-area: configurateur_actions;
  justify-self: left;
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

@media screen and (max-height:520px) {
  .configurateur_actions {
    padding-left: 10px
  }
}

.configurateur_warning_content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 30px
}

@media screen and (max-height:520px) {
  .configurateur_warning_content {
    padding: 0 30px
  }
}

@media screen and (max-width:680px) {
  .configurateur_warning_content {
    padding: 0 10px
  }
}

.configurateur_warning_header {
  text-align: center
}

.configurateur_warning_header_titre {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 500
}

@media screen and (max-height:520px) {
  .configurateur_warning_header_titre {
    margin-bottom: 10px;
    font-size: 2rem
  }
}

.configurateur_warning_texte_content {
  display: flex;
  align-items: flex-end;
  justify-content: center
}

.configurateur_warning_texte_content:after {
  content: "";
  display: none
}

@media screen and (max-width:680px) {
  .configurateur_warning_texte_content {
    display: block
  }

  .configurateur_warning_texte_content:after {
    content: "flickity"
  }
}

.configurator_lightbox .flickity-prev-next-button {
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #fff;
  pointer-events: all !important;
  color: #ffc943
}

.configurator_lightbox .flickity-prev-next-button.next {
  right: 0
}

.configurator_lightbox .flickity-prev-next-button.previous {
  left: 0
}

.configurateur_template_select_cta {
  display: block;
  text-align: center;
  max-width: 280px;
  margin: 20px 25px;
  cursor: pointer;
  transition: opacity .2s ease-out 0s
}

.configurateur_template_select_cta:hover {
  opacity: .7
}

@media screen and (max-width:680px) {
  .configurateur_template_select_cta {
    display: flex;
    flex-direction: column;
    width: 220px;
    max-width: 100%;
    justify-content: flex-end;
    align-items: center
  }
}

@media screen and (max-height:520px) {
  .configurateur_template_select_cta {
    width: 120px
  }
}

.configurateur_template_select_cta_thumbnail {
  display: block;
  margin: 0 auto 5px;
  max-width: 100%
}

.configurateur_template_select_cta_title {
  font-size: 1.8rem;
  margin: 0
}

@media screen and (max-width:680px) {
  .configurateur_template_select_cta_title {
    font-size: 1.6rem
  }
}

.configurateur_content {
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: minmax(250px, 10fr) 30fr minmax(250px, 10fr);
  grid-template-rows: minmax(100px, 1fr) minmax(100px, 680px) minmax(100px, 1fr);
  grid-template-areas: "configurateur_close configurateur_close configurateur_close" "empty configurateur_crea configurateur_menu" "configurateur_actions_left configurateur_actions_center configurateur_actions_right"
}

@media screen and (max-width:960px) {
  .configurateur_content {
    grid-template-columns: 220px 1fr 220px
  }
}

@media screen and (max-width:720px) {
  .configurateur_content {
    grid-template-columns: 140px 1fr 140px
  }
}

@media screen and (max-width:680px) {
  .configurateur_content {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(30px, 55px) minmax(180px, 1fr) minmax(40px, 60px) 45px minmax(180px, max-content);
    grid-template-areas: "configurateur_close" "configurateur_crea" "configurateur_actions_top" "configurateur_actions_bottom" "configurateur_menu"
  }
}

@media screen and (max-height:480px) and (orientation:landscape) {
  .configurateur_content {
    grid-template-columns: 1fr minmax(180px, 1fr);
    grid-template-rows: minmax(30px, 55px) minmax(180px, 1fr) 45px;
    grid-template-areas: "configurateur_close configurateur_close" "configurateur_crea configurateur_menu" "configurateur_actions_left configurateur_actions_right"
  }
}

.configurateur_content.is-menu-closed .configurateur_menu_container {
  transition: transform .2s ease-in-out 0ms, opacity .2s ease-in-out 0ms;
  opacity: 0;
  transform: translate3d(100%, 0, 0)
}

@media screen and (max-width:680px) {
  .configurateur_content.is-menu-closed .configurateur_menu_container {
    transform: translate3d(0, 100%, 0)
  }
}

@media screen and (max-width:480px) and (orientation:landscape) {
  .configurateur_content.is-menu-closed .configurateur_menu_container {
    transform: translate3d(100%, 0, 0)
  }
}

.configurateur_crea_container {
  grid-area: configurateur_crea;
  position: relative
}

.configurateur_crea,
.configurateur_crea_container {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center
}

.configurateur_menu_container {
  grid-area: configurateur_menu;
  transform: translateZ(0);
  opacity: 1;
  transition: transform .2s ease-in-out .1s, opacity .2s ease-in-out .1s;
  margin-left: 10px
}

@media screen and (max-width:680px) {
  .configurateur_menu_container {
    margin-left: 0
  }
}

.configurateur_action_container--left {
  grid-area: configurateur_actions_left
}

@media screen and (max-width:680px) {
  .configurateur_action_container--left {
    grid-area: configurateur_actions_top
  }
}

@media screen and (max-height:480px) and (orientation:landscape) {
  .configurateur_action_container--left {
    grid-area: configurateur_actions_right
  }
}

.configurateur_action_container--center {
  grid-area: configurateur_actions_center
}

@media screen and (max-width:680px) {
  .configurateur_action_container--center {
    grid-area: configurateur_actions_bottom
  }
}

@media screen and (max-height:480px) and (orientation:landscape) {
  .configurateur_action_container--center {
    grid-area: configurateur_actions_left
  }
}

.configurateur_action_container--right {
  grid-area: configurateur_actions_right
}

@media screen and (max-width:680px) {
  .configurateur_action_container--right {
    grid-area: configurateur_actions_top
  }
}

@media screen and (max-height:480px) and (orientation:landscape) {
  .configurateur_action_container--right {
    grid-area: configurateur_actions_right
  }
}

.configurateur_action_container {
  display: flex;
  align-items: center
}

.configurateur_action_container--left {
  justify-content: flex-start;
  padding-left: 30px;
  justify-self: left
}

.configurateur_action_container--center {
  justify-content: center
}

.configurateur_action_container--right {
  justify-self: right;
  justify-content: flex-end;
  padding-right: 30px
}

.configurateur_valid_form {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
  background-color: hsla(0, 0%, 100%, .9);
  backdrop-filter: blur(5px);
  display: none
}

.configurateur_valid_form.is-open {
  display: flex
}

.configurateur-form-container {
  position: relative;
  padding: 35px 70px 10px;
  max-width: 560px;
  width: 90%;
  max-height: 90%;
  background-color: #e4e4e4;
  box-shadow: 0 3px 30px rgba(0, 0, 0, .2);
  overflow: auto
}

@media screen and (min-width:1024px) {
  .configurateur-form-container {
    padding: 35px 30px 10px
  }
}

@media screen and (min-width:680px) {
  .configurateur-form-container {
    padding: 20px 10px 10px
  }
}

.configurateur-form-container a,
.configurateur-form-container button {
  color: #58585a
}

.configurateur-form-container a:hover,
.configurateur-form-container button:hover {
  color: #58585a;
  text-decoration: underline
}

.configurateur-form {
  padding-bottom: 10px
}

.configurateur-form__back-link {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') 50% no-repeat;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: opacity .2s;
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer
}

.configurateur-form__back-link:hover {
  opacity: .7
}

.creation_visual_before_submit_content img {
  display: block;
  margin: 0 auto 20px;
  max-width: 220px
}

.configurateur-form__title {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin: 0 0 15px;
  text-align: center
}

.configurateur-form__subtitle {
  font-size: 2rem;
  margin: 0 0 10px
}

.configurateur-form .form__footer {
  justify-content: center;
  margin-top: 15px
}

.btn_configurateur-form {
  text-transform: uppercase;
  min-width: 230px;
  text-align: center;
  border-radius: 21px;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500
}

@media screen and (min-width:680px) {
  .btn_configurateur-form {
    padding-top: 1em;
    padding-bottom: 1em
  }
}

.error_box_wiggle {
  animation: wiggle_error_box 1s
}

.error_box {
  background: #ffc943;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate3D(-50%, -20px, 0);
  width: 326px;
  max-width: 90%;
  padding: 12px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  transition: opacity .25s ease-out, transform .25s ease-out;
  opacity: 0
}

.error_box_open {
  opacity: 1;
  transform: translate3D(-50%, 0, 0);
  z-index: 110
}

.temporary_error_container {
  margin-top: 10px
}

.temporary_error {
  display: inline-block;
  background: #fff;
  color: #ffc943;
  font-weight: 700;
  padding: 5px;
  margin: 3px;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16);
  cursor: pointer
}

.error_box_title {
  font-size: 1.6rem;
  padding: 0;
  margin: 0
}

.error_box_label,
.temporary_error p {
  font-size: 1.4rem;
  padding: 0;
  margin: 0
}

.error_box_close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') 50% no-repeat;
  background-size: 20px 20px
}

@keyframes wiggle_error_box {
  0% {
    transform: translate3D(-49%, 0, 0)
  }

  10% {
    transform: translate3D(-51%, 0, 0)
  }

  20% {
    transform: translate3D(-49%, 0, 0)
  }

  30% {
    transform: translate3D(-51%, 0, 0)
  }

  40% {
    transform: translate3D(-49%, 0, 0)
  }

  50% {
    transform: translate3D(-51%, 0, 0) rotate(-1deg)
  }

  60% {
    transform: translate3D(-49%, 0, 0) rotate(0deg)
  }

  70% {
    transform: translate3D(-51%, 0, 0) rotate(-1deg)
  }

  80% {
    transform: translate3D(-49%, 0, 0) rotate(1deg)
  }

  90% {
    transform: translate3D(-51%, 0, 0) rotate(0deg)
  }

  to {
    transform: translate3D(-50%, 0, 0) rotate(0deg)
  }
}

.configurateur_overlay {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  opacity: 1;
  transition: opacity .25s ease-out;
  z-index: 600
}

.configurateur_overlay.is-closed {
  opacity: 0;
  transition: opacity .25s ease-out, transform 0s ease-out .25s;
  transform: translateY(-100%)
}

.configurateur_overlay_content {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 20px;
  width: 620px;
  max-width: 90%;
  max-height: calc(90% - 60px);
  background: #fff;
  color: #000;
  overflow-y: auto
}

.configurateur_overlay_title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 2.5rem;
  color: #ffc943
}

@media screen and (max-width:480px) {
  .configurateur_overlay_title {
    font-size: 2rem;
    margin: 0 0 10px
  }
}

.configurateur_overlay_logo {
  text-align: center;
  margin-bottom: 20px;
  max-width: 220px
}

.configurateur_overlay_text {
  max-height: 100%;
  padding-right: 8px;
  color: #000;
  font-size: 1.7rem
}

.configurateur_overlay_text p {
  font-size: 1.7rem;
  margin: 10px 0
}

@media screen and (max-width:480px) {
  .configurateur_overlay_text p {
    font-size: 1.5rem
  }
}

.configurateur_overlay_cta .cta {
  background: #fff;
  color: #000;
  border-radius: 20px;
  font-size: 1.7rem;
  padding: 15px 25px;
  margin: 0
}

.configurateur_menu_container {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ededed;
  padding: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2)
}

@media screen and (max-width:680px) {
  .configurateur_menu_container {
    padding: 5px
  }
}

.configurateur_container_arborescence_content_view {
  margin-bottom: 30px
}

@media screen and (max-width:680px) {
  .configurateur_container_arborescence_content_view {
    margin-bottom: 5px;
    margin-left: 25px
  }
}

.bread {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 5px 8px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  color: #58585a;
  text-align: center;
  font-style: italic
}

.configItems_close {
  top: 8px;
  right: 8px;
  height: 20px;
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') 50% no-repeat;
  background-size: 20px 20px
}

.configItems_close,
.configItems_retour {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 20px;
  text-indent: -9999px
}

.configItems_retour {
  top: 50%;
  left: 5px;
  height: 100px;
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') 50% no-repeat;
  background-size: auto 100%;
  transform: translateY(-50%);
  z-index: 1;
  transition: opacity .2s;
  opacity: 0;
  pointer-events: none
}

@media screen and (max-width:680px) {
  .configItems_retour {
    top: 5px;
    transform: translateY(0);
    height: 20px;
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

.configItems_retour .configurateur_content_level_2,
.configurateur_content_level_3 .configItems_retour {
  opacity: 1;
  pointer-events: all
}

.configurateur_container_items {
  position: relative;
  overflow: hidden
}

.configurateur_container_items_colonnes {
  display: grid;
  grid-template-columns: 100% 100% 100%;
  height: 100%;
  transform: translateX(0);
  transition: transform .25s ease-out
}

.configurateur_content_level_2 .configurateur_container_items_colonnes {
  transform: translateX(-100%)
}

.configurateur_content_level_3 .configurateur_container_items_colonnes {
  transform: translateX(-200%)
}

.configurateur_container_items_content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap
}

@media screen and (max-width:680px) {
  .configurateur_container_items_content {
    flex-direction: row
  }
}

@media screen and (max-height:480px) and (orientation:landscape) {
  .configurateur_container_items_content {
    flex-direction: column
  }
}

.item_config_container {
  display: block;
  min-height: 0;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: auto;
  max-width: 200px;
  margin: 5px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border .1s
}

.item_config_container.layer_selected,
.item_config_container:hover {
  transition: border .2s ease-in;
  border-color: #000
}

@media screen and (max-width:680px) {
  .item_config_container {
    max-width: 140px
  }
}

@media screen and (max-height:480px) {
  .item_config_container {
    max-width: 110px
  }
}

.item_config_img {
  display: block
}

.configurateur_action_container .cta {
  text-transform: uppercase;
  min-width: 230px;
  text-align: center;
  border-radius: 20px;
  margin: 0
}

.configurateur_action_container .icon {
  width: 40px;
  height: 40px
}

@media screen and (max-width:680px) {
  .configurateur_action_container .icon {
    width: 30px;
    height: 30px
  }
}

.cta_help_container,
.resetConfig_container {
  cursor: pointer
}

.save_cta {
  font-size: 1.4rem;
  font-weight: 500
}

@media screen and (min-width:680px) {
  .save_cta {
    padding-top: 1em;
    padding-bottom: 1em
  }
}

.cms-content {
  padding-top: 30px;
  padding-bottom: 100px;
  width: 1024px;
  text-align: justify
}

.cms-content h1,
.cms-content h2 {
  text-align: center
}

.cms-content h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 60px;
  color: #1082ff
}

.cms-content h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  background-color: #ffc943;
  border-radius: 2px
}

.cms-content h3 {
  text-align: center;
  color: #58585a
}

.challenge__header-timer {
  display: grid;
  grid-template-columns: minmax(min-content, 1fr) minmax(max-content, auto) minmax(min-content, 1fr);
  grid-template-rows: auto auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px
}

@media screen and (max-width:720px) {
  .challenge__header-timer {
    margin-bottom: 30px
  }
}

@media screen and (min-width:721px) {

  .challenge__header-timer .call-to-action,
  .challenge__header-timer .callToAction_content,
  .challenge__header-timer .menu-share {
    min-width: 200px;
    max-width: 200px
  }
}

.challenge__header-timer .menu-share {
  max-width: 90px;
  margin-right: 10px
}

@media screen and (max-width:380px) {
  .challenge__header-timer .menu-share {
    min-width: 90px
  }
}

@media screen and (min-width:380px) {
  .challenge__header-timer .menu-share {
    max-width: auto
  }
}

.challenge__header-timer .call-to-action,
.challenge__header-timer .callToAction_content {
  justify-self: right
}

.challenge__timer {
  grid-column: 2
}

.participation_form .challenge__timer {
  margin-top: 30px
}

.challenge__calendar,
.challenge__contribution-list,
.challenge__details,
.challenge__rules {
  margin-bottom: 100px
}

.challenge__details {
  margin-bottom: 100px;
  padding: 40px 0 100px;
  background-color: #ededed
}

@media screen and (max-width:720px) {
  .challenge__details {
    margin-bottom: 20px;
    padding: 10px 0 50px;
    text-align: center
  }
}

.challenge__calendar {
  width: 960px;
  max-width: 100%;
  margin-bottom: 100px
}

@media screen and (max-width:720px) {
  .challenge__calendar {
    margin-bottom: 50px
  }
}

@media screen and (max-width:720px) {
  .challenge__rules {
    padding: 10px 0 50px;
    background-color: #ededed;
    margin-bottom: 5px
  }
}

.challenge__vote-date-start p {
  margin: 5px 0;
  font-size: 1.5rem
}

@media screen and (max-width:720px) {
  .challenge__vote-date-start p {
    font-size: 1.2rem
  }
}

.challenge__form-search {
  margin-top: 30px
}

.subscribe {
  position: relative;
  margin-bottom: 140px;
  padding: 50px 30px 65px;
  background-color: #ffc943
}

@media screen and (max-widht:720px) {
  .subscribe {
    margin-bottom: 60px;
    padding: 25px 15px 35px
  }
}

.subscribe__frame {
  margin: 0 auto;
  max-width: 800px
}

.subscribe__form {
  margin: 0 auto;
  max-width: 500px
}

.subscribe__form .form__section-title {
  text-align: center
}

.subscribe .form__footer {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%)
}

@media screen and (min-width:721px) {
  .contribute {
    display: flex
  }
}

.contribute__section {
  padding: 30px 40px;
  flex-basis: 0;
  flex-grow: 1
}

.contribute__section-title {
  margin-top: 0
}

.contribute__section--instructions {
  background-color: #ffc943;
  color: #fff
}

.contribute__form {
  position: relative
}

@media screen and (min-width:1025px) {
  .contribute__form {
    padding-right: 100px
  }
}

.profil__content {
  padding-bottom: 100px
}

.profil__about,
.profil__badges-about,
.profil__progression {
  margin-bottom: 100px
}

.profil__about,
.profil__badges-about {
  padding: 40px 0 100px;
  background-color: #ededed
}

.profil__social {
  margin-top: 60px;
  padding: 40px 0 100px;
  background-color: #fff
}

.profil__title {
  margin-bottom: 30px;
  color: #f2f2f2
}

@media screen and (max-width:1280px) {
  .profil__badges-progress {
    display: block;
    text-align: center
  }
}

.profil__chart {
  text-align: center
}

@media screen and (min-width:721px) {
  .profil__chart {
    text-align: left;
    display: flex;
    align-items: center
  }
}

.profil__chart-chart canvas {
  margin: auto
}

@media screen and (min-width:721px) {
  .profil__chart-descrition {
    margin-left: 40px
  }
}

.profil__chart-descrition p {
  flex-grow: 2;
  font-size: 2.5rem;
  color: #bebec0
}

@media screen and (max-width:720px) {
  .profil__chart-descrition p {
    font-size: 1.6em
  }
}

.contribution {
  position: relative;
  padding: 0;
  border-radius: 0;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  max-width: 100%
}

.lightbox--standalone .contribution {
  max-height: none
}

@media screen and (min-width:721px) {
  .contribution {
    display: flex
  }
}

.contribution.is-text {
  width: 960px;
  margin: auto
}

.contribution__media-container {
  margin: 0;
  padding-bottom: 15px;
  width: 100%;
  max-width: 100%;
  flex-basis: 0
}

@media screen and (min-width:721px) {
  .contribution__media-container {
    padding: 60px 0 60px 60px;
    display: flex;
    align-items: center;
    flex-shrink: 2;
    min-width: 40%
  }
}

@media screen and (min-width:1025px) {
  .contribution__media-container {
    min-width: 60%
  }
}

.contribution__media-subcontainer {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center
}

.contribution__media {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  display: block;
  max-height: 100%;
  max-width: 100%
}

@media screen and (max-width:720px) {
  .contribution__media {
    box-shadow: 0 3px 30px rgba(0, 0, 0, .2)
  }
}

.contribution__content {
  flex-grow: 1;
  max-height: 100%;
  overflow-y: auto
}

.lightbox--standalone .contribution__content {
  overflow-y: auto;
  max-height: none
}

@media screen and (min-width:721px) {
  .contribution__content {
    padding: 60px
  }
}

@media screen and (max-width:720px) {
  .contribution__content {
    max-height: none
  }
}

@media screen and (min-width:721px) {
  .contribution__content-wrapper {
    margin-bottom: 60px
  }
}

.challenge__contribution-list.page-container {
  padding: 0
}

.contribution__header {
  display: flex;
  align-items: center;
  margin-bottom: 10px
}

@media screen and (max-width:720px) {
  .contribution__header {
    padding-right: 15px;
    padding-left: 15px
  }
}

.contribution__avatar {
  margin: 0 15px 0 0;
  flex-shrink: 0
}

@media screen and (max-width:720px) {
  .contribution__avatar {
    margin: 0 5px 0 0
  }

  .contribution__avatar .avatar {
    width: 40px;
    height: 40px
  }
}

.contribution__title {
  flex-grow: 1
}

.contribution__header-title {
  font-size: 2rem;
  line-height: 1;
  margin: 10px 0 15px 1rem;
  font-weight: 900;
  color: #ffc943;
  height: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical
}

.contribution__author-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.contribution__author {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
  font-weight: 900;
  color: #58585a;
  height: 2.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical
}

@media screen and (max-width:720px) {
  .contribution__author {
    font-size: 1.6rem;
    height: 1.76rem;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical
  }
}

.contribution__title .ctaFollow_container {
  display: inline-block;
  vertical-align: middle
}

@media screen and (max-width:720px) {
  .contribution__badge-list {
    padding-right: 15px;
    padding-left: 15px
  }
}

.contribution__challenge {
  margin: 10px 0 5px;
  padding-left: 15px;
  font-size: 2rem;
  line-height: 1;
  height: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  background-position: left .1em;
  background-repeat: no-repeat;
  background-size: auto .9em;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (min-resolution:192dpi) {
  .contribution__challenge {
    background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
  }
}

@media screen and (max-width:720px) {
  .contribution__challenge {
    padding-left: 7px;
    font-size: .9rem;
    height: .99rem;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical
  }
}

.contribution__date {
  margin: 0;
  font-size: 1.5rem
}

@media screen and (max-width:720px) {
  .contribution__date {
    font-size: .8rem;
    height: .88rem;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical
  }
}

.contribution__tile {
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 0;
  box-shadow: 0 6px 6px rgba(0, 0, 0, .2)
}

@media screen and (min-width:721px) {
  .contribution__tile {
    border-radius: 0;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .2)
  }
}

.contribution__tile .tile__text {
  margin: 0;
  font-weight: 500
}

.contribution__tile .tile__footer {
  margin-top: 30px
}

.contribution__empty-notice {
  text-align: center
}

.contribution__liker-list-button {
  position: relative;
  font-size: 1.5rem;
  display: inline-block;
  padding-bottom: 7px;
  margin: 0 0 10px;
  transition: opacity .2s;
  cursor: pointer
}

.contribution__liker-list-button:hover {
  opacity: .7
}

.is-active .contribution__liker-list-button:after {
  content: "";
  position: absolute;
  left: 0;
  right: -30px;
  bottom: 0;
  height: 5px;
  max-width: 100%;
  border-radius: 5px;
  background-color: #ffc943
}

.contribution__liker-list {
  padding: 15px
}

@media screen and (min-width:721px) {
  .contribution__liker-list {
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .2)
  }
}

.contribution__comments {
  margin-bottom: 0;
  box-shadow: none
}

@media screen and (max-width:720px) {
  .contribution__comments .form-comment {
    border-radius: 0
  }
}

@media screen and (min-width:721px) {
  .contribution__comments {
    box-shadow: 0 3px 30px rgba(0, 0, 0, .2);
    border-radius: 0
  }
}

.lightbox_containerImage_withProducts .contribution__media-subcontainer {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: minmax(50px, 100%) 120px;
  grid-template-rows: minmax(50px, calc(100% - 120px)) 120px;
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%
}

.lightbox_containerImage_withProducts_mediaContainer {
  max-height: 100%;
  max-width: 100%;
  display: flex
}

.lightbox_containerImage_withProducts .contribution__media {
  margin: auto
}

.lightbox_products_container {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap
}

.lightbox_products_content {
  padding: 5px 0
}

.lightbox_products_content .iframely-embed {
  width: 250px;
  display: inline-block;
  vertical-align: top;
  white-space: normal
}

.contribution {
  background: none
}

@media screen and (max-width:720px) {
  .contribution {
    background: #fff
  }
}

.contribution__media-subcontainer {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column
}

@media screen and (max-width:720px) {
  .contribution__media-subcontainer {
    border-radius: 0
  }
}

.contribution__tile {
  box-shadow: none;
  margin-bottom: 0
}

@media screen and (max-width:720px) {
  .contribution__header {
    margin-left: 0
  }
}

.contribution__back-link,
.lightbox_close {
  background-size: 70%;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-color: #b2b2b2;
  border-radius: 10px;
  padding: 20px;
  top: 3px;
  right: 15px
}

.contribution__media {
  max-width: 90%;
  max-height: 90%
}

@media screen and (max-width:720px) {
  .contribution__media {
    max-width: 100%;
    max-height: 100%
  }
}

.contribution__comments {
  box-shadow: none !important
}

.homepage .section__title {
  margin-top: 0;
  margin-bottom: 60px
}

@media screen and (max-width:720px) {
  .homepage .section__title {
    margin-bottom: 30px
  }
}

.homepage .emphasis {
  font-weight: 900;
  color: #ffc943
}

.page-error {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%
}

@media screen and (min-width:721px) {
  .page-error {
    background-color: #ffc943
  }
}

.page-error__content {
  position: relative;
  margin: 20px;
  padding: 60px;
  max-width: 800px;
  border-radius: 0
}

@media screen and (max-width:720px) {
  .page-error__content {
    margin: 0;
    padding: 30px
  }
}

.page-error__subtitle {
  margin: 10px 0 0;
  font-size: 1.5em
}

@media screen and (max-width:720px) {
  .page-error__subtitle {
    font-size: 1.2em
  }
}

.page-error__title {
  position: relative;
  margin: 0 0 20px
}

.page-error__title:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 105px;
  background-color: #ffc943;
  border-radius: 2px
}

.page-error__thumbnail {
  margin: 40px 0 50px
}

@media screen and (max-width:720px) {
  .page-error__thumbnail {
    margin: 10px 0 20px
  }
}

@media screen and (min-width:721px) {
  .page-error__cta {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%)
  }
}

.headerEvent_container {
  position: relative;
  overflow: hidden
}

.headerEvent_bgrEffect {
  position: absolute;
  top: -20%;
  bottom: -20%;
  right: 0;
  left: 0;
  width: 150%;
  filter: blur(20px);
  z-index: 0;
  background-size: cover
}

.headerEvent_content {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex
}

.headerEvent_horaire {
  background: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, .4)
}

@media screen and (max-width:720px) {
  .headerEvent_horaire {
    display: none
  }
}

.headerEvent_horaire p {
  padding: 0;
  color: #000;
  margin: 0;
  font-size: 1.4rem
}

.headerEvent_img {
  width: 280px;
  height: 280px;
  background-size: cover;
  background-position: 50%;
  box-shadow: 5px 0 10px rgba(0, 0, 0, .15)
}

@media screen and (max-width:1024px) {
  .headerEvent_img {
    width: 200px;
    height: 200px
  }
}

@media screen and (max-width:720px) {
  .headerEvent_img {
    width: 130px;
    height: 130px
  }
}

.headerEvent_infos {
  padding: 30px;
  align-self: flex-end;
  max-width: calc(100% - 500px)
}

@media screen and (max-width:1024px) {
  .headerEvent_infos {
    padding: 10px;
    max-width: calc(100% - 380px)
  }
}

@media screen and (max-width:720px) {
  .headerEvent_infos {
    padding: 10px;
    align-self: flex-start;
    max-width: calc(100% - 240px)
  }
}

@media screen and (max-width:480px) {
  .headerEvent_infos {
    max-width: 100%;
    align-self: center
  }
}

.headerEvent_date,
.headerEvent_infos h1 {
  font-size: 4rem;
  padding: 0;
  margin: 0;
  line-height: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

@media screen and (max-width:1024px) {

  .headerEvent_date,
  .headerEvent_infos h1 {
    font-size: 2.4rem;
    line-height: 30px
  }
}

@media screen and (max-width:720px) {

  .headerEvent_date,
  .headerEvent_infos h1 {
    font-size: 1.4rem;
    line-height: 20px
  }
}

.headerEvent_lieu {
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0;
  line-height: 30px;
  margin: 0 0 10px
}

@media screen and (max-width:1024px) {
  .headerEvent_lieu {
    font-size: 2rem;
    line-height: 30px
  }
}

@media screen and (max-width:720px) {
  .headerEvent_lieu {
    font-size: 1.2rem;
    line-height: 20px;
    margin-bottom: 0
  }
}

.event_btn_cta_container {
  display: inline-block
}

.btn_event_interested,
.btn_event_participate {
  border: 1px solid #ffc943;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff
}

.btn_event_interested.cta,
.btn_event_notinterested.cta {
  margin-right: 10px;
  background: #ffc943
}

.btn_event_interested.cta:hover,
.btn_event_notinterested.cta:hover {
  background: #ffd876
}

.btn_event_participate.cta {
  background: #fff;
  color: #ffc943
}

.btn_event_participate.cta:hover {
  color: #ffc943
}

@media screen and (max-width:720px) {

  .headerEvent_infos .btn_event_interested,
  .headerEvent_infos .btn_event_participate {
    display: none
  }
}

.btn_event_mobile_container,
.headerEvent_horaire_mobile {
  display: none
}

@media screen and (max-width:720px) {

  .btn_event_mobile_container,
  .headerEvent_horaire_mobile {
    display: block
  }
}

@media screen and (max-width:720px) {
  .headerEvent_horaire_mobile {
    position: absolute;
    bottom: 0;
    left: 140px
  }
}

@media screen and (max-width:480px) {
  .headerEvent_horaire_mobile {
    position: relative;
    left: auto
  }
}

@media screen and (max-width:480px) {
  .headerEvent_horaire_mobile p {
    padding: 0
  }
}

.headerEvent_container .menu_partager {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
  text-align: center
}

@media screen and (max-width:720px) {
  .headerEvent_container .menu_partager {
    bottom: 5px;
    right: 10px;
    width: auto;
    transform: translateX(0)
  }
}

@media screen and (max-width:480px) {
  .headerEvent_container .menu_partager {
    display: none
  }
}

.titre_menuPartager {
  font-size: 1.8rem;
  padding: 0;
  margin: 0;
  text-transform: uppercase
}

@media screen and (max-width:720px) {
  .titre_menuPartager {
    font-size: 1.2rem
  }
}

.headerEvent_container .menu-share__button {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 5px;
  border: 2px solid #fff;
  position: relative;
  z-index: 50;
  cursor: pointer;
  margin: 0
}

@media screen and (max-width:720px) {
  .headerEvent_container .menu-share__button {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    background-size: 80%
  }
}

.headerEvent_container .facebookShareBouton {
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') no-repeat 26px 11px
}

@media screen and (max-width:720px) {
  .headerEvent_container .facebookShareBouton {
    background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') no-repeat 16px 8px;
    background-size: 45%
  }
}

.headerEvent_container .twitterShareBouton {
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') no-repeat 50%
}

.descriptionsEvent_container,
.lieuEvent_container {
  margin-bottom: 40px
}

.infosEvent_content h2 {
  font-size: 2.2rem;
  color: #000;
  padding: 0;
  margin: 0
}

.infosEvent_content p {
  padding: 10px 0;
  margin: 0;
  font-size: 1.4rem
}

.groupDetail_banner_container {
  position: relative
}

.groupDetail_banner_container .itemGroup_info_container {
  padding: 0;
  position: absolute;
  bottom: 20px;
  left: 75px;
  right: 75px;
  line-height: 5px;
  color: #fff;
  z-index: 50
}

@media screen and (max-width:720px) {
  .groupDetail_banner_container .itemGroup_info_container {
    left: 25px;
    right: 25px
  }
}

@media screen and (max-width:480px) {
  .groupDetail_banner_container .itemGroup_info_container {
    left: 10px;
    right: 10px
  }
}

.groupDetail_banner_container h2 {
  color: #fff;
  line-height: 32px;
  padding: 0;
  margin: 0
}

@media screen and (max-width:720px) {
  .groupDetail_banner_container h2 {
    font-size: 1.6rem;
    line-height: 16px
  }
}

.groupDetail_banner_container .itemGroup_count p a {
  color: #fff
}

.groupDetail_banner_container .itemGroup_count {
  padding-top: 10px
}

.groupDetail_banner_content:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 60%;
  opacity: .5;
  background: linear-gradient(180deg, transparent 0, #000)
}

.group_info_cta_container {
  text-align: center;
  background: #f6f6f6;
  margin-top: -2px
}

.group_info_cta_content {
  position: relative;
  text-align: left;
  margin: 20px;
  min-height: 50px;
  display: inline-block
}

@media screen and (max-width:720px) {
  .group_info_cta_content {
    margin: 10px;
    min-height: 45px;
    text-align: center
  }
}

.groupInfoCTA {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (max-width:480px) {
  .groupInfoCTA {
    position: relative;
    text-align: center;
    transform: translateY(0);
    margin: 10px auto auto
  }
}

.group_info_cta_container .btn_cta,
.group_info_cta_container .cta_leaveGroup,
.group_info_cta_container .membreGroup {
  font-size: 1.4rem;
  font-weight: 700;
  width: 220px;
  margin: auto 20px auto auto;
  text-align: center;
  padding: 15px;
  background: #000;
  color: #fff;
  text-transform: uppercase
}

@media screen and (max-width:720px) {

  .group_info_cta_container .btn_cta,
  .group_info_cta_container .cta_leaveGroup,
  .group_info_cta_container .membreGroup {
    font-size: 1.2rem;
    padding: 10px;
    width: 160px;
    margin: 0
  }
}

@media screen and (max-width:480px) {

  .group_info_cta_container .btn_cta,
  .group_info_cta_container .cta_leaveGroup,
  .group_info_cta_container .membreGroup {
    display: block;
    margin: auto
  }
}

.group_info_cta_container .membreGroup {
  background: #ffc943
}

.group_info_cta_container .groupAccept {
  color: #5cb85c;
  border: 1px solid #5cb85c
}

.group_info_cta_container .groupRefuse {
  color: #ff4374;
  margin-top: 8px;
  border: 1px solid #ff4374
}

.groupDetails_description {
  display: inline-block
}

@media screen and (max-width:480px) {
  .groupDetails_description {
    display: block
  }
}

.group_info_cta_container p {
  margin-left: 220px;
  font-size: 1.6rem;
  text-align: left
}

@media screen and (max-width:720px) {
  .group_info_cta_container p {
    font-size: 1.2rem;
    margin-left: 165px
  }
}

@media screen and (max-width:480px) {
  .group_info_cta_container p {
    margin-left: auto;
    text-align: center
  }
}

.groupDetailsContent {
  margin-bottom: 30px
}

.groupDetails_membres_container,
.profileFollows_content {
  box-shadow: 0 3px 30px rgba(0, 0, 0, .8);
  padding: 15px
}

.itemProfileFollows_container a {
  color: #ffc943
}

.itemProfileFollows_content {
  display: flex;
  flex-wrap: wrap;
  margin: auto
}

.itemProfileFollows {
  width: 25%;
  margin: 7px 0;
  display: inline-block
}

@media screen and (max-width:1200px) {
  .itemProfileFollows {
    width: 33% !important
  }
}

@media screen and (max-width:880px) {
  .itemProfileFollows {
    width: 50% !important
  }
}

@media screen and (max-width:600px) {
  .itemProfileFollows {
    width: 100% !important
  }
}

.itemProfileFollows_avatar,
.itemProfileFollows_infos {
  display: inline-block;
  vertical-align: middle
}

.itemProfileFollows_avatar {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin-right: 10px;
  overflow: hidden
}

.itemProfileFollows_avatar img {
  width: 100%
}

.itemProfileFollows_infos {
  width: calc(100% - 130px)
}

.itemProfileFollows_infos p {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  font-size: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis
}

.itemProfileFollows_infos p a {
  color: #000
}

.itemProfileFollows_infos p a:hover {
  color: #ffc943
}

.blog .date p {
  font-size: 1.4rem
}

.articleBlogDate img,
.articleBlogDate span {
  display: inline-block;
  vertical-align: middle
}

.articleBlogDate img {
  width: 30px
}

.blogtime {
  color: #ffc943;
  margin-left: 5px;
  font-size: 1.4rem
}

.blog header h2 {
  text-align: left;
  color: #000;
  padding: 0;
  font-size: 3rem
}

.blogPartage .tile__footer {
  justify-content: center
}

.d-clear-fix,
.d-effect,
.d-empty,
.d-image {
  display: none
}

.u-hidden {
  display: none !important
}

.h-label,
.hidden {
  display: none
}

.label--admin {
  text-transform: lowercase !important
}

.blog_posts_container,
.communauteItems_content,
.galerieCrea {
  width: 1580px;
  max-width: calc(100% - 20px);
  margin: auto
}

.gall_item_container {
  width: 33.33%;
  padding: 20px;
  opacity: 1
}

@media screen and (max-width:1280px) {
  .gall_item_container {
    width: 50%
  }
}

@media screen and (max-width:720px) {
  .gall_item_container {
    width: 100%;
    padding: 0 15px 15px
  }
}

.gall_item_container.masonryList {
  opacity: 0
}

.u-link-block {
  display: block
}

.u-force-font-size.h2-like * {
  margin: 0;
  font-size: 4rem
}

@media screen and (max-width:1024px) {
  .u-force-font-size.h2-like * {
    font-size: 3rem
  }
}

@media screen and (max-width:720px) {
  .u-force-font-size.h2-like * {
    font-size: 2rem
  }
}

.u-force-font-size .h4-like * {
  margin: 0;
  font-size: 2.5rem
}

.page_discovery .banner {
  text-align: center;
  color: #fff;
  margin-bottom: 60px
}

@media only screen and (min-width:721px) {
  .page_discovery .banner {
    background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') 50% no-repeat;
    background-size: cover
  }
}

@media only screen and (max-width:720px) {
  .page_discovery .banner {
    background: #fff
  }
}

.page_discovery .banner .banner__picture {
  display: none
}

.page_discovery .banner .banner__content {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  height: auto;
  position: relative;
  top: 0;
  transform: translate(0);
  left: auto;
  margin: auto;
  padding: 40px
}

@media only screen and (max-width:720px) {
  .page_discovery .banner .banner__content {
    padding: 0
  }
}

.page_discovery .banner h1 {
  font-size: 3.5rem;
  margin-top: 12px
}

@media only screen and (max-width:720px) {
  .page_discovery .banner h1 {
    font-size: 1.8rem;
    background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') 50% no-repeat;
    background-size: cover;
    padding: 20px 20px 30px;
    line-height: 28px
  }
}

.page_discovery .banner h1:before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  height: 70px;
  width: 70px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover
}

@media only screen and (max-width:720px) {
  .page_discovery .banner h1:before {
    width: 25px;
    height: 25px
  }
}

.page_discovery .banner h1:after {
  content: "";
  display: block;
  margin: 18px auto 10px;
  height: 4px;
  width: 220px;
  max-width: 100%;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover
}

@media only screen and (max-width:720px) {
  .page_discovery .banner h1:after {
    width: 170px
  }
}

@media only screen and (max-width:720px) {
  .page_discovery .banner p {
    font-size: 1.4rem;
    color: #58585a;
    line-height: 23px;
    margin: 0;
    padding: 0 15px 15px
  }
}

.discovery_content {
  padding: 25px
}

@media screen and (max-width:720px) {
  .discovery_content {
    padding: 0
  }
}

.discovery_gallerie2col_container {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 3vw;
  position: relative
}

@media screen and (max-width:720px) {
  .discovery_gallerie2col_container {
    display: block;
    padding: 15px
  }
}

.discovery_crea_content h3 {
  color: #000;
  margin: 0 0 15px
}

.discover_aLaUne_container {
  position: relative
}

.discover_aLaUne_container .discover_aLaUne_content {
  border: 4px solid #1d7eff;
  background: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .61);
  margin-bottom: 80px
}

.discovery_filtres_container {
  width: 20vw;
  min-width: 250px
}

.discovery_filtres_container .discovery_filtres_content {
  padding: 20px 40px;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .44);
  background-color: #fff
}

@media screen and (max-width:1500px) {
  .discovery_filtres_container .discovery_filtres_content {
    padding: 20px
  }
}

@media screen and (max-width:720px) {
  .discovery_filtres_container .discovery_filtres_content {
    padding: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%
  }
}

@media screen and (max-width:720px) {
  .discovery_filtres_container .discovery_filtres_content .discovery_filtres_titre {
    padding: 0 20px
  }
}

@media screen and (max-width:720px) {
  .discovery_filtres_container .discovery_filtres_content .discovery_filtres_sections {
    overflow: scroll;
    padding: 0 20px
  }
}

.discovery_filtres_container .discovery_filtres_content .discovery_filtres_sections .reset_all_filters_cta {
  color: #000;
  font-weight: 900;
  text-align: right;
  margin-top: 10px
}

.discovery_filtres_container .discovery_filtres_content .discovery_filtres_controlMobile_container {
  display: none
}

@media screen and (max-width:720px) {
  .discovery_filtres_container .discovery_filtres_content .discovery_filtres_controlMobile_container {
    display: block;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    width: 100%;
    padding: 20px;
    margin: auto;
    border-top: 1px solid #a1a1a1;
    grid-template-areas: "deleteFiltres afficher"
  }
}

.discovery_filtres_container .discovery_filtres_content .discovery_filtres_controlMobile_container a {
  border: 1px solid #1082ff;
  color: #1082ff;
  text-align: center;
  font-weight: 700;
  padding: 10px;
  font-size: 1.4rem;
  border-radius: 5px
}

.discovery_filtres_container .discovery_filtres_content .discovery_filtres_controlMobile_container .deleteFiltres {
  grid-area: deleteFiltres
}

.discovery_filtres_container .discovery_filtres_content .discovery_filtres_controlMobile_container .afficher {
  background-color: #1283ff;
  color: #fff;
  grid-area: afficher
}

.discovery_filtres_container .discovery_filtres_content .discovery_filtres_controlMobile_container .afficher span {
  margin-left: 15px
}

.discovery_filtres_container .discovery_filtres_content h4 {
  font-size: 3rem;
  font-weight: 900;
  color: #000;
  position: relative
}

@media screen and (max-width:720px) {
  .discovery_filtres_container .discovery_filtres_content h4 {
    max-width: 64vw
  }
}

.discovery_filtres_container .discovery_filtres_content h4 .filters-count {
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 1.8rem;
  color: #1082ff
}

.discovery_filtres_container .discovery_filtres_content h4:after {
  content: "";
  display: block;
  margin: 10px auto;
  height: 4px;
  width: 100%;
  max-width: 100%;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover
}

.discovery_filtres_container .discovery_filtres_content input[type=checkbox]+label {
  padding-left: 60px;
  font-size: 1.4rem;
  margin: 20px 0
}

.discovery_filtres_container .discovery_filtres_content input[type=checkbox]+label:before {
  border: 1px solid #707070;
  background: #fff;
  border-radius: 2px
}

.discovery_filtres_container .discovery_filtres_content input[type=checkbox]:checked+label:after {
  transform: rotate(0) scale(1);
  border: none;
  background: #1082ff;
  top: 3px;
  left: 3px;
  right: auto;
  bottom: auto;
  width: 12px;
  height: 12px;
  border-radius: 2px
}

.discovery_filtres_container .discovery_filtres_content input[type=checkbox]:checked+label {
  color: #1082ff
}

.discovery_filtres_container .discovery_filtres_content .filter_section {
  position: relative;
  padding: 30px 0
}

@media screen and (max-width:720px) {
  .discovery_filtres_container .discovery_filtres_content .filter_section {
    padding: 20px 0
  }
}

@media screen and (max-width:720px) {
  .discovery_filtres_container .discovery_filtres_content .filter_section label {
    font-size: 1.6rem
  }
}

.discovery_filtres_container .discovery_filtres_content .filter_section:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  left: -20px;
  right: -20px;
  bottom: 0;
  background: #a7a7a7
}

@media screen and (max-width:1500px) {
  .discovery_filtres_container .discovery_filtres_content .filter_section:after {
    left: 5px;
    right: 5px
  }
}

@media screen and (max-width:720px) {
  .discovery_filtres_container .discovery_filtres_content .filter_section:after {
    left: 0;
    right: 0
  }
}

.discovery_filtres_container .discovery_filtres_content .filter_section:last-child {
  padding-bottom: 14px
}

.discovery_filtres_container .discovery_filtres_content .filter_section:last-child:after {
  display: none
}

.discovery_filtres_container .discovery_filtres_content .filter_section .filterBtn {
  font-size: 2rem;
  color: #000;
  position: relative;
  font-weight: 700;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 130px
}

.discovery_filtres_container .discovery_filtres_content .filter_section .filterBtn:after,
.discovery_filtres_container .discovery_filtres_content .filter_section .filterBtn:before {
  display: block;
  content: "";
  background: #737373;
  position: absolute
}

.discovery_filtres_container .discovery_filtres_content .filter_section .filterBtn:before {
  width: 20px;
  height: 2px;
  top: 9px;
  left: 0
}

.discovery_filtres_container .discovery_filtres_content .filter_section .filterBtn:after {
  width: 2px;
  height: 20px;
  top: 0;
  left: 9px
}

.discovery_filtres_container .discovery_filtres_content .filter_section .filterHideBtn,
.discovery_filtres_container .discovery_filtres_content .filter_section .filterHideBtn:after {
  display: none
}

.discovery_filtres_container .discovery_filtres_content .filter_section .filter_section_content {
  position: relative;
  max-height: 500px !important;
  overflow: auto;
  transition: max-height .5s ease
}

.discovery_filtres_container .discovery_filtres_content #brand_discover_search_searchType {
  width: 100%;
  background: #eef7ff;
  border: 1px solid #d6dfea;
  border-radius: 50px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 50px
}

.discovery_filtres_container .discovery_filtres_content #filters_selected div {
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.17;
  color: #ff4374;
  display: inline-block;
  border: 1px solid #ff4374;
  border-radius: 4px;
  padding: 5px 10px;
  margin-right: 7px;
  margin-bottom: 7px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden
}

.discovery_filtres_container .discovery_filtres_content #filters_selected div span {
  width: 91%;
  width: calc(100% - 18px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle
}

.discovery_filtres_container .discovery_filtres_content #filters_selected div .close_filters_selected {
  border: none;
  height: 10px;
  width: 10px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 10px;
  position: relative;
  transform: rotate(45deg);
  margin-bottom: 2px;
  cursor: pointer
}

.discovery_filtres_container .discovery_filtres_content #filters_selected div .close_filters_selected:before {
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0
}

.discovery_filtres_container .discovery_filtres_content #filters_selected div .close_filters_selected:after {
  width: 2px;
  height: 10px;
  top: 0;
  left: 4px
}

.discovery_filtres_container .discovery_filtres_content #filters_selected div .close_filters_selected:after,
.discovery_filtres_container .discovery_filtres_content #filters_selected div .close_filters_selected:before {
  display: block;
  content: "";
  background: #ff4374;
  position: absolute
}

.discovery_filtres_container .discovery_filtres_content .btn_filtreClose {
  position: absolute;
  right: 24px;
  top: 24px
}

@media screen and (min-width:721px) {
  .discovery_filtres_container .discovery_filtres_content .btn_filtreClose {
    display: none
  }
}

@media screen and (max-width:720px) {
  .discovery_filtres_container {
    display: none
  }
}

.mobile_control_filtreTris {
  display: none
}

@media screen and (max-width:720px) {
  .mobile_control_filtreTris {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px
  }
}

.mobile_control_filtreTris .control_filtre,
.mobile_control_filtreTris .control_tris {
  border: 1px solid #58585a;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 10px;
  position: relative;
  height: 100%;
  margin: 0;
  border-radius: 0;
  background: #fff;
  font-style: normal;
  display: block;
  box-sizing: border-box;
  text-overflow: ellipsis;
  width: 100%;
  text-align-last: center
}

.mobile_control_filtreTris .control_filtre .filters-count-mobile,
.mobile_control_filtreTris .control_tris .filters-count-mobile {
  position: absolute;
  bottom: 9px;
  right: 19px;
  font-size: 1.6rem;
  color: #1082ff
}

.discovery_content.control_filtres_open .discovery_filtres_container {
  display: block;
  position: fixed;
  z-index: 201;
  top: 46px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 13px
}

.discovery_content.control_filtres_open .discovery_gallerie2col_container:after {
  content: "";
  display: block;
  opacity: .65;
  background-color: #000;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.control_filtres_open .control_filtre,
.control_tris_open .control_tris {
  box-shadow: 0 0 9px 0 #4d4d4d
}

.discovery_trisMobile_container {
  display: none
}

.discovery_content.control_tris_open .discovery_trisMobile_container {
  display: none;
  background: #818184;
  text-align: center
}

@media screen and (max-width:720px) {
  .discovery_content.control_tris_open .discovery_trisMobile_container {
    display: block
  }
}

.discovery_content.control_tris_open .discovery_trisMobile_container .discovery_trisMobile_header {
  background: #58585a;
  text-align: right;
  padding: 25px
}

.discovery_content.control_tris_open .discovery_trisMobile_container .discovery_trisMobile_header a {
  color: #fff;
  font-size: 1.6rem
}

.discovery_content.control_tris_open .discovery_trisMobile_container .discovery_trisMobile_list {
  padding: 30px 0
}

.discovery_content.control_tris_open .discovery_trisMobile_container .discovery_trisMobile_list option {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 14px;
  border-top: 1px solid #c7c7c7;
  cursor: pointer;
  display: block;
  position: relative
}

.discovery_content.control_tris_open .discovery_trisMobile_container .discovery_trisMobile_list option:last-child {
  border-bottom: 1px solid #c7c7c7
}

.container_aLaUne_effect {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  display: grid
}

.container_aLaUne_effect:first-child {
  height: 5px;
  bottom: auto;
  grid-template-columns: 3fr 1fr 1fr
}

.container_aLaUne_effect:nth-child(2) {
  width: 5px;
  left: auto;
  grid-template-rows: 1fr 1fr 3fr
}

.container_aLaUne_effect:nth-child(3) {
  height: 5px;
  top: auto;
  grid-template-columns: 1fr 1fr 3fr
}

.container_aLaUne_effect:nth-child(4) {
  width: 5px;
  right: auto;
  grid-template-rows: 3fr 1fr 1fr
}

.aLaUne_effect_BLUE {
  background: #1d7eff
}

.aLaUne_effect_PINK {
  background: #ff4374
}

.aLaUne_effect_YELLOW {
  background: #ffc943
}

.order_form {
  margin-bottom: 50px;
  color: #000;
  text-align: center;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between
}

@media screen and (max-width:1024px) {
  .order_form {
    display: block
  }
}

@media screen and (max-width:720px) {
  .order_form {
    display: none
  }
}

.order_form p {
  font-weight: 900
}

@media screen and (max-width:1024px) {
  .order_form p {
    font-size: 1.6rem
  }
}

.order_form label {
  margin-right: 20px;
  font-weight: 900
}

.order_form label,
.order_form select {
  display: inline-block;
  font-size: 1.6rem
}

.order_form select {
  font-style: normal;
  background-color: #fff;
  border: 1px solid #58585a;
  border-radius: 0;
  padding: 10px 80px 10px 15px;
  background-position: center right 15px
}

.theWall_nbrCreaMobile {
  display: none;
  font-weight: 900
}

@media screen and (max-width:720px) {
  .theWall_nbrCreaMobile {
    display: block
  }
}

.gall_item_container.search_noResults_container {
  width: 100%;
  text-align: center
}

.gall_item_container.search_noResults_container .search_noResults_content {
  border-radius: 20px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .16);
  background-color: #fff;
  padding: 30px;
  width: 400px;
  max-width: 100%;
  margin: auto
}

.banner .cta {
  background: #1082ff;
  border-radius: 5px;
  max-width: 90%;
  max-width: calc(100% - 30px)
}

.banner .cta:hover {
  background: #4396f1
}

#about-form-close-cta {
  width: 50px;
  height: 30px;
  display: block;
  margin: auto;
  position: relative
}

@media screen and (max-width:720px) {
  #about-form-close-cta {
    margin-bottom: 35px
  }
}

#about-form-close-cta:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 6px solid #58585a;
  border-left: 6px solid #58585a;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 7px
}

.tileCallPostWall {
  text-align: center;
  color: #000
}

.tileCallPostWall .theWall_txtPost {
  background-color: #f1f0f8;
  padding: 30px 8px;
  margin: 30px 0;
  border-radius: 20px
}

.tileCallPostWall .theWall_txtPost h4 {
  font-size: 1.6rem
}

@media screen and (max-width:720px) {
  .tileCallPostWall .theWall_txtPost h4 {
    font-size: 1.4rem
  }
}

.tileCallPostWall .theWall_txtPost p {
  font-size: 1.4rem
}

@media screen and (max-width:720px) {
  .tileCallPostWall .theWall_txtPost p {
    font-size: 1.2rem
  }
}

.tileCallPostWall .theWall_txtPost .cta {
  border-radius: 5px;
  border: 1px solid #0060db;
  background-color: #1082ff;
  text-shadow: 1px 1px 1px #0060db;
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  width: 200px;
  max-width: 100%
}

@media screen and (max-width:720px) {
  .tileCallPostWall .theWall_txtPost .cta {
    font-size: 1.2rem
  }
}

.discover_creation .gall_item_content {
  padding-top: 48px
}

@media screen and (max-width:720px) {
  .discover_creation .gall_item_content {
    padding-top: 35px
  }
}

.crea_viewCount {
  position: absolute;
  right: 15px;
  bottom: 26px;
  padding: 2px 0;
  color: #000;
  background-repeat: no-repeat;
  background-position: 0
}

@media screen and (max-width:720px) {
  .crea_viewCount {
    bottom: 15px
  }
}

.crea_viewCount p {
  font-size: 1.4rem;
  margin: 0;
  color: #4d4d4d
}

.discover_aLaUne_content .carousel-cell {
  width: 280px;
  margin-right: 10px;
  border-radius: 5px
}

@media screen and (max-width:720px) {
  .discover_aLaUne_content .carousel-cell {
    width: 160px
  }
}

.discover_aLaUne_content .gall_item_content {
  padding-top: 35px
}

.discover_aLaUne_content .gall_item_body_content {
  padding: 0 !important;
  box-shadow: none
}

.discover_aLaUne_content [type=button] {
  color: #58585a
}

.discover_aLaUne_content .gall_item_squareImg_container:after {
  content: "";
  display: block;
  padding-bottom: 100%
}

.discover_aLaUne_content .gall_item_squareImg_content {
  width: 100%;
  height: 100%;
  position: absolute
}

.discover_aLaUne_content .gall_item_squareImg_content .tile__thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0;
  box-shadow: none
}

.discover_aLaUne_content .elemFooterGall {
  padding: 3px 0;
  margin-bottom: 2px
}

.discover_aLaUne_content .icon-like {
  height: 25px;
  width: 25px
}

.discover_aLaUne_content .count-badge {
  font-size: 1rem;
  top: 10px
}

@media screen and (max-width:720px) {
  .discover_aLaUne_content .count-badge {
    top: 10px
  }
}

.discover_aLaUne_content .tile__footer {
  padding: 0 8px
}

.discover_aLaUne_content .crea_viewCount {
  bottom: 6px
}

@media screen and (max-width:720px) {
  .discover_aLaUne_content .crea_viewCount {
    bottom: 6px;
    right: 7px
  }
}

.discover_aLaUne_content.profil-myBoost .profil-myBoost-galerie {
  display: flex;
  max-width: 100%;
  margin: auto;
  flex-wrap: wrap;
  justify-content: flex-start
}

.discover_aLaUne_content.profil-myBoost .carousel-cell {
  margin-right: 0;
  flex: 0 0 25%
}

@media screen and (max-width:720px) {
  .discover_aLaUne_content.profil-myBoost .carousel-cell {
    flex: 0 0 50%
  }
}

@media screen and (max-width:480px) {
  .discover_aLaUne_content.profil-myBoost .carousel-cell {
    flex: 0 0 100%
  }
}

.discover_aLaUne_content.profil-myBoost .manageCrea_container {
  top: 3px
}

.RS_fixed {
  position: fixed;
  left: -1px;
  bottom: 15vh;
  z-index: 200
}

@media screen and (max-width:720px) {
  .RS_fixed {
    position: relative;
    left: auto;
    bottom: auto;
    text-align: center;
    margin: 40px 0;
    display: flex;
    justify-content: center
  }
}

.RS_fixed a {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 2px
}

@media screen and (max-width:720px) {
  .RS_fixed a {
    max-width: 14vw;
    max-height: 14vw;
    background-size: cover;
    margin: 0 2px
  }
}

.RS_fixed .box_fb {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.RS_fixed .box_twitter {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.RS_fixed .box_insta {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.RS_fixed .box_pinterest {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.RS_fixed .box_linkedin {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.RS_fixed .box_website {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_event {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_event:hover {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#menu_challenges {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  z-index: 50
}

#menu_challenges:hover {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_blog {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_blog:hover {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_discover {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_discover:hover {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_group {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_group:hover {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_event.mainMenuFocus {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#menu_challenges.mainMenuFocus {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_blog.mainMenuFocus {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_discover.mainMenuFocus {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_group.mainMenuFocus {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

#header_link_blog,
#header_link_blog.mainMenuFocus,
#header_link_discover,
#header_link_discover.mainMenuFocus,
#header_link_event,
#header_link_event.mainMenuFocus,
#header_link_group,
#header_link_group.mainMenuFocus,
#menu_challenges,
#menu_challenges.mainMenuFocus,
.menu-main__link {
  background-position: 5px;
  background-repeat: no-repeat;
  margin: 0 10px;
  background-size: 20px
}

@media only screen and (max-width:1024px) and (min-width:721px) {

  #header_link_blog,
  #header_link_blog.mainMenuFocus,
  #header_link_discover,
  #header_link_discover.mainMenuFocus,
  #header_link_event,
  #header_link_event.mainMenuFocus,
  #header_link_group,
  #header_link_group.mainMenuFocus,
  #menu_challenges,
  #menu_challenges.mainMenuFocus,
  .menu-main__link {
    margin: 0 5px;
    background-position: 2px
  }
}

@media only screen and (max-width:720px) {

  #header_link_blog,
  #header_link_blog.mainMenuFocus,
  #header_link_discover,
  #header_link_discover.mainMenuFocus,
  #header_link_event,
  #header_link_event.mainMenuFocus,
  #header_link_group,
  #header_link_group.mainMenuFocus,
  #menu_challenges,
  #menu_challenges.mainMenuFocus,
  .menu-main__link {
    background-size: 25px;
    padding: 20px 20px 20px 45px;
    margin: 0;
    background-position: 11px
  }
}

.menu-main__link:hover {
  color: #1082ff
}

.menu-main__link.mainMenuFocus {
  color: #fff;
  background-color: #1082ff
}

@media only screen and (max-width:720px) {
  #menu_challenges_container .menu-main__subMenu_container .menu-main__link {
    padding-left: 120px;
    position: relative
  }

  #menu_challenges_container .menu-main__subMenu_container .menu-main__link:before {
    content: "";
    display: block;
    height: 2px;
    width: 18px;
    background: #58585a;
    position: absolute;
    left: 92px;
    top: 25px
  }

  #menu_challenges_container .menu-main__subMenu_container .menu-main__link:after {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    border-top: 2px solid #58585a;
    border-right: 2px solid #58585a;
    position: absolute;
    left: 100px;
    top: 21px;
    transform: rotate(45deg)
  }
}

[type=button],
[type=email],
[type=password],
[type=text],
input[type=checkbox]+label:before,
input[type=radio]+label:before,
select,
textarea {
  background-color: #ededed;
  border-radius: 5px;
  border: none;
  font-style: italic
}

input[type=checkbox]+label:after {
  border-color: transparent transparent #1082ff #1082ff
}

input[type=radio]+label:after {
  background-color: #1082ff
}

input[type=radio]+label:before {
  border-radius: 20px
}

input[type=radio]+label:after {
  left: 2px;
  top: 2px
}

#cha_user_registration_birthday_day,
#cha_user_registration_birthday_month,
#cha_user_registration_birthday_year {
  border-radius: 5px
}

#cha_user_registration_birthday_day {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

#cha_user_registration_birthday_month {
  border-radius: 0
}

#cha_user_registration_birthday_year {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

#cha_user_registration_birthday {
  position: relative
}

#cha_user_registration_birthday select {
  text-align-last: center
}

#cha_user_registration_birthday:after,
#cha_user_registration_birthday:before {
  content: "";
  display: block;
  position: absolute;
  background: #c3c3c4;
  width: 2px;
  height: 15px;
  top: 15px
}

#cha_user_registration_birthday:before {
  left: 155px
}

#cha_user_registration_birthday:after {
  right: 175px
}

@media only screen and (max-width:720px) {

  #cha_user_registration_birthday:after,
  #cha_user_registration_birthday:before {
    top: 11px
  }

  #cha_user_registration_birthday:before {
    left: 32%
  }

  #cha_user_registration_birthday:after {
    right: 34%
  }
}

.lightbox_containerRightcontent_mainContent .tile__footer-item.is-active:after {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 12px 20px;
  position: absolute;
  bottom: -40px;
  left: 11px;
  z-index: 2000;
  background: none;
  border-radius: 0
}

.lightbox_containerRightcontent_mainContent .min_comment.tile__footer-item.is-active:after {
  border-color: transparent transparent #1082ff
}

.light_commentLike_content {
  overflow-y: auto;
  max-height: 100%
}

.creation_standalone .comments {
  padding-bottom: 20px
}

@media screen and (max-width:720px) {
  .creation_standalone {
    padding-top: 35px
  }
}

.drawCross_container {
  background: #b2b2b2;
  display: block;
  height: 35px;
  width: 35px;
  padding: 5px;
  border-radius: 5px
}

.drawCross_container .drawCross {
  position: relative;
  width: 100%;
  height: 100%;
  display: block
}

.drawCross_container .drawCross:after,
.drawCross_container .drawCross:before {
  content: "";
  background: #fff;
  display: block;
  position: absolute
}

.drawCross_container .drawCross:before {
  width: 5px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%)
}

.drawCross_container .drawCross:after {
  width: 100%;
  height: 5px;
  top: 50%;
  transform: translateY(-50%)
}

.drawCross_container .drawCross_close {
  transform: rotate(45deg)
}

.manage_btn {
  padding: 10px;
  border: none
}

.manage_btn div {
  display: inline-block;
  height: 6px;
  width: 6px
}

.manage_btn div,
.share-box__button {
  background: #58585a;
  border-radius: 10px
}

.icon-facebook {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.icon-twitter {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.contribution__liker-list-button {
  color: #ff4374
}

.lightBox_lienVotant {
  margin: -85px 15px 0;
  color: #b2b2b2
}

.contribution__challenge,
.contribution__date {
  opacity: .3;
  font-size: 1.5rem;
  white-space: nowrap;
  display: block
}

@media screen and (max-width:720px) {

  .contribution__challenge,
  .contribution__date {
    height: 14px;
    font-size: 1.2rem
  }
}

.contribution__challenge {
  display: none
}

.share-box__text {
  text-align: center;
  padding: 15px 0
}

.share-box__actions {
  margin-top: 0
}

.blog_commentaires .facebookShareBouton,
.blog_commentaires .linkedInShareBouton,
.blog_commentaires .twitterShareBouton,
.share-box__button {
  width: 40px;
  height: 40px;
  margin: 10px;
  background-size: 100%
}

.blog_commentaires .facebookShareBouton p,
.blog_commentaires .linkedInShareBouton p,
.blog_commentaires .twitterShareBouton p {
  display: none
}

.lightbox_socialLink_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0
}

.blog_commentaires .lightbox_socialLink_container {
  justify-content: left
}

.blog_commentaires .lightbox_socialLink_container .facebookShareBouton,
.blog_commentaires .lightbox_socialLink_container .linkedInShareBouton,
.blog_commentaires .lightbox_socialLink_container .twitterShareBouton {
  background-color: #58585a;
  cursor: pointer
}

.creation_standalone .contribution__back-link {
  width: 100% !important;
  text-align: center !important;
  background: none;
  padding: 10px;
  top: auto;
  right: auto;
  background: #fff;
  font-size: 1.4rem;
  line-height: 18px
}

@media screen and (max-width:720px) {
  .creation_standalone .contribution__back-link {
    position: absolute;
    width: auto !important;
    top: 10px;
    left: 50%;
    height: auto;
    opacity: .85;
    transform: translateX(-50%)
  }
}

.badge-list {
  margin: 0 15px
}

@media only screen and (max-width:720px) {
  .badge-list {
    margin: 0
  }
}

#cancelSearch2,
.is-active .contribution__liker-list-button:after {
  display: none
}

@media screen and (max-width:720px) {
  .search_formMobile {
    max-width: 90%;
    margin-bottom: 20px
  }
}

@media screen and (max-width:720px) {
  .search_formMobile input[type=submit] {
    border-radius: 0 5px 5px 0
  }
}

.header_blog {
  margin-top: 15px;
  text-align: center
}

@media only screen and (max-width:720px) {
  .header_blog .sousMenu_search_container {
    margin-top: 20px
  }
}

@media screen and (max-width:720px) {
  .btn_sousMenuMobile {
    display: block;
    background: #58585a;
    color: #fff !important;
    font-weight: 900;
    font-size: 2.4rem;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 #58585a;
    margin: 25px auto;
    width: 250px;
    text-align: left;
    position: relative;
    z-index: 10
  }

  .btn_sousMenuMobile.sous_menu_open {
    color: #fff;
    border-radius: 10px 10px 0 0
  }
}

.btn_sousMenuMobile .icon_sousMenuMobile {
  background: #ff4374;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 11px;
  right: 8px;
  border-radius: 5px;
  cursor: pointer
}

.btn_sousMenuMobile .icon_sousMenuMobile .icon_sousMenuMobile_content {
  position: relative
}

.btn_sousMenuMobile .icon_sousMenuMobile .icon_sousMenuMobile_content div {
  background: #fff;
  border-radius: 5px;
  width: 12px;
  right: 5px;
  top: 11px;
  height: 3px;
  position: absolute
}

.btn_sousMenuMobile .icon_sousMenuMobile .icon_sousMenuMobile_content div:after,
.btn_sousMenuMobile .icon_sousMenuMobile .icon_sousMenuMobile_content div:before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 5px;
  width: 16px;
  right: 0;
  height: 3px;
  position: absolute;
  transition-duration: .3s;
  transform-origin: 50% 50%
}

.btn_sousMenuMobile .icon_sousMenuMobile .icon_sousMenuMobile_content div:before {
  top: -6px
}

.btn_sousMenuMobile .icon_sousMenuMobile .icon_sousMenuMobile_content div:after {
  bottom: -6px
}

.btn_sousMenuMobile.sous_menu_open .icon_sousMenuMobile .icon_sousMenuMobile_content div {
  background: none
}

.btn_sousMenuMobile.sous_menu_open .icon_sousMenuMobile .icon_sousMenuMobile_content div:before {
  transform: translateY(6px) rotate(45deg) scaleY(1.3) scaleX(1.2)
}

.btn_sousMenuMobile.sous_menu_open .icon_sousMenuMobile .icon_sousMenuMobile_content div:after {
  transform: translateY(-6px) rotate(-45deg) scaleY(1.3) scaleX(1.2)
}

.btn_sousMenuMobile.sous_menu_open+.menu-sub {
  border: 1px solid #58585a;
  z-index: 10;
  opacity: 1
}

.btn_sousMenuMobile.sous_menu_open+.menu-sub .menu-sub__item {
  margin-top: 0
}

.menu-sub {
  padding: 8px;
  background: #ededed;
  display: inline-block;
  margin: auto;
  position: relative;
  text-align: center;
  border-radius: 10px
}

@media screen and (max-width:720px) {
  .menu-sub {
    position: absolute;
    top: 46px;
    left: 50%;
    width: 250px;
    transform: translateX(-50%);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 6px 0 #58585a;
    padding: 0;
    background: #fff;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 9;
    opacity: 0;
    transition-duration: .3s
  }
}

.menu-sub__item {
  display: inline-block;
  padding: 8px 17px;
  border-radius: 10px
}

@media screen and (max-width:720px) {
  .menu-sub__item {
    display: block;
    border-radius: 0;
    text-align: left;
    padding: 10px 20px;
    margin-top: -43px;
    transition-duration: .3s
  }

  .menu-sub__item:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -1px;
    height: 1px;
    background: #58585a
  }
}

.menu-sub__item.sous_menu_focus {
  background: #1082ff;
  box-shadow: 0 3px 8px 0 rgba(16, 130, 255, .4)
}

@media screen and (max-width:720px) {
  .menu-sub__item.sous_menu_focus {
    background: #58585a;
    box-shadow: none
  }

  .menu-sub__item.sous_menu_focus:after {
    display: none !important
  }

  .menu-sub__item.sous_menu_focus a {
    font-weight: 700
  }
}

.menu-sub__item.sous_menu_focus a {
  color: #fff
}

.menu-sub__item a {
  color: #b2b2b2;
  text-transform: lowercase;
  font-size: 1.7rem
}

@media screen and (max-width:720px) {
  .menu-sub__item a {
    font-size: 2.2rem;
    font-weight: 500;
    color: #58585a
  }
}

.menu-sub__item a:first-letter {
  text-transform: uppercase
}

.is-active .menu-sub__link:after {
  display: none
}

.menu-sub_container {
  text-align: center
}

.menu-main__link.is-active:after {
  display: none
}

.btn_connexion {
  border-radius: 10px;
  margin-right: 20px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover;
  box-shadow: none !important;
  background-position-x: left
}

.btn_connexion:hover {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover;
  opacity: .85
}

.cta--reverse:focus,
.cta--reverse:hover {
  background-color: #ffba10;
  color: #fff
}

.form--login input[type=submit]:hover {
  background-color: #ffba10
}

.confirm__title {
  font-size: 3rem;
  color: #58585a
}

.confirm__title:after {
  display: none
}

.cta--secondary,
.subscribe .form__footer [type=submit] {
  border-radius: 10px;
  box-shadow: 0 5px 15px 0 rgba(16, 130, 255, .63)
}

.subscribe__frame {
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
  z-index: 100
}

.subscribe {
  background-color: #ededed
}

.inscription_controles {
  position: relative
}

.inscription_controles .btn_general {
  top: 45px;
  height: 58px
}

.containerInscription:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 50%;
  bottom: 50%;
  left: 20px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.form__header h1 {
  color: #58585a
}

.inscription_step h1:after {
  content: "";
  display: block;
  margin: 10px auto;
  height: 4px;
  width: 200px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover
}

.form_account_confirmed .btn_general {
  font-size: 1.6rem;
  background: #ffc943;
  color: #fff;
  border-radius: 10px;
  padding: 5px 15px
}

.form_account_confirmed .btn_general:hover {
  background: #ffba10
}

.itemCommMarque .tile {
  border-radius: 20px
}

.gall_item_header_container {
  border-radius: 15px 15px 0 0
}

.tile__footer-item:hover {
  opacity: 1
}

.elemFooterGall.is-active .icon-like {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.elemFooterGall:hover .icon-like {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.elemFooterGall:hover .icon-comment {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.elemFooterGall.is-active .icon-comment {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.elemFooterGall.is-active .icon-share,
.elemFooterGall:hover .icon-share {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.count-badge {
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  text-align: center !important;
  pointer-events: none;
  margin: 0;
  color: #58585a
}

.min_nbrVote.btn_quickVote_allReadyVote {
  color: #fff
}

.tile__footer-item:hover .count-badge {
  color: #ff4374
}

@media screen and (max-width:720px) {
  .tile__footer {
    justify-content: normal;
    padding: 0 10px 10px
  }
}

@media screen and (max-width:720px) {

  #portfolioList .icon-like,
  .discovery_content .icon-like {
    height: 30px;
    width: 30px
  }
}

@media screen and (max-width:720px) {

  #portfolioList .min_like .count-badge,
  .discovery_content .min_like .count-badge {
    top: 11px
  }
}

.gall_item_content {
  border-radius: 20px
}

@media screen and (max-width:720px) {
  .gall_item_content {
    padding-top: 0
  }
}

@media screen and (max-width:720px) {
  .gall_item_content .gall_item_body_content {
    padding: 10px 10px 5px
  }
}

.participationItem .gall_item_content:before {
  width: 37px;
  height: 33px;
  content: "";
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  left: auto;
  background-color: rgba(255, 202, 67, 0)
}

.blogItem .gall_item_header_container {
  background-color: #1082ff
}

.blog_posts_container {
  padding: 0 5px
}

.blog_posts_container .tile__text {
  padding-bottom: 30px
}

.blogItem .tile {
  border: 2px solid #1082ff
}

.tile__thumbnail-link {
  right: 10px;
  border-radius: 15px;
  background-color: #1082ff;
  box-shadow: 0 5px 15px 0 rgba(16, 130, 255, .4)
}

@media screen and (max-width:720px) {
  .tile__thumbnail-link {
    right: 50%;
    transform: translateX(50%);
    width: 170px;
    text-align: center
  }
}

.blogItem .gall_item_content:before {
  width: 31px;
  height: 31px;
  content: "";
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 15px
}

.gall_item_body_content_texte {
  text-align: left;
  overflow-wrap: break-word
}

.tile__text p {
  font-size: 1.6rem;
  color: #000 !important
}

.tile__text p strong {
  font-weight: 500
}

@media screen and (max-width:720px) {
  .tile__text p {
    font-size: 1.4rem
  }
}

.tile__text .partTitle {
  font-size: 1.6rem;
  color: #000
}

.tile__titre h3 {
  color: #000;
  font-size: 2rem;
  margin: 0 0 10px
}

@media screen and (max-width:720px) {
  .tile__titre h3 {
    font-size: 1.4rem
  }
}

.form-search {
  max-width: 300px
}

.form-search__input {
  padding-right: 80px
}

.form-search__cancel {
  right: 45px;
  top: 10px
}

.form-search__button-anchor {
  position: absolute;
  top: 5px;
  right: 7px;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-color: initial
}

.chall_searchPart form .form__input {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #d6dfea;
  background: #eef7ff;
  margin: 0;
  padding: 10px 70px 10px 18px
}

.chall_searchPart form .loupeIcon_link {
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') 50%;
  background-repeat: no-repeat;
  position: absolute;
  height: 41px;
  width: 48px;
  top: 0
}

.search_content {
  height: 41px;
  position: relative;
  overflow: hidden !important
}

.search_content .search_icon {
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') 50%;
  border-right: 1px solid #d6dfea;
  background-repeat: no-repeat;
  position: absolute;
  height: 41px;
  width: 48px;
  top: 0
}

.search_content input {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #d6dfea;
  background: #eef7ff;
  margin: 0;
  padding: 10px 30px 10px 55px;
  font-size: 1.5rem
}

.search_content input::placeholder {
  color: #58585a;
  font-size: 1.6rem;
  font-weight: 300
}

.search_content .searchDelete_icon {
  height: 20px;
  width: 20px;
  padding: 0;
  transform: rotate(45deg);
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 8px
}

.search_content .searchDelete_icon:after,
.search_content .searchDelete_icon:before {
  display: block;
  content: "";
  background: #58585a;
  position: absolute
}

.search_content .searchDelete_icon:before {
  width: 20px;
  height: 3px;
  top: 8px;
  left: 0
}

.search_content .searchDelete_icon:after {
  width: 3px;
  height: 20px;
  top: 0;
  left: 8px
}

.groupDetailsContainer {
  padding-bottom: 40px
}

.tuileProductEvent_content {
  border-radius: 20px;
  overflow: hidden;
  background: #fff
}

@media screen and (min-width:721px) and (max-width:1024px) {
  .preview__thumbnail-container {
    width: 120px;
    height: 120px
  }
}

.preview__date-time {
  font-weight: 700;
  color: #000
}

.preview__title {
  font-weight: 500;
  color: #000;
  font-size: 3rem
}

.tuileProductEvent_img img {
  border-radius: 0
}

.preview__date {
  padding-bottom: 10px
}

@media screen and (max-width:720px) {
  .headerEvent_container {
    overflow: initial
  }
}

@media screen and (max-width:720px) {
  .headerEvent_interetContainer {
    background: hsla(0, 0%, 100%, .68);
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    bottom: -62px;
    padding: 10px 0
  }
}

.headerEvent_infos .btn_event_interested,
.headerEvent_infos .btn_event_notinterested,
.headerEvent_infos .btn_event_participate {
  border-radius: 5px;
  border: none;
  padding: 10px 25px;
  color: #fff
}

@media screen and (max-width:720px) {

  .headerEvent_infos .btn_event_interested,
  .headerEvent_infos .btn_event_notinterested,
  .headerEvent_infos .btn_event_participate {
    display: inline-block;
    margin: 5px
  }
}

.headerEvent_infos .btn_event_interested,
.headerEvent_infos .btn_event_notinterested {
  box-shadow: 0 5px 10px 0 rgba(58, 219, 169, .4);
  background-color: #3adba9
}

.headerEvent_infos .btn_event_interested:hover,
.headerEvent_infos .btn_event_notinterested:hover {
  box-shadow: 0 5px 10px 0 rgba(58, 219, 169, .4);
  background-color: #84ddc1
}

.headerEvent_infos .btn_event_participate {
  box-shadow: 0 5px 10px 0 rgba(16, 130, 255, .4);
  background-color: #1082ff
}

.headerEvent_infos .btn_event_participate:hover {
  box-shadow: 0 5px 10px 0 rgba(16, 130, 255, .4);
  background-color: #66abf7;
  color: #fff
}

@media screen and (max-width:720px) {
  .event_page .menu-sub_container {
    margin-top: 62px
  }
}

.events_items_container .preview-container-link {
  width: calc(50% - 15px);
  margin-bottom: 30px
}

@media screen and (max-width:720px) {
  .events_items_container .preview-container-link {
    width: 100%;
    margin-bottom: 15px
  }
}

.itemProfileFollows_container .loadMore {
  color: #fff
}

.events_items_container {
  margin-bottom: 30px
}

.headerEvent_date,
.headerEvent_infos h1 {
  text-shadow: rgba(0, 0, 0, .36) 3px 3px 10px
}

.eventRefVous_container {
  display: grid;
  grid-template-columns: 630px 185px;
  grid-gap: 20px;
  justify-content: space-between;
  margin-top: 35px
}

@media screen and (max-width:1024px) {
  .eventRefVous_container {
    grid-template-columns: 1fr 160px
  }
}

@media screen and (max-width:480px) {
  .eventRefVous_container {
    grid-template-columns: 1fr
  }
}

.eventRefVous_container p {
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  margin: 0
}

.eventRefVous_container p b {
  font-weight: 900
}

.eventRefVous_container p:after {
  content: "";
  display: block;
  margin: 10px 0;
  height: 4px;
  width: 300px;
  max-width: 100%;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover
}

.eventRefVous_container .cta {
  background-color: #3ddda9;
  height: 40px;
  border-radius: 16px;
  text-align: center;
  line-height: 19px;
  font-size: 1.7rem;
  font-weight: 700
}

@media screen and (max-width:1024px) {
  .eventRefVous_container .cta {
    height: 34px;
    border-radius: 10px;
    line-height: 17px
  }
}

@media screen and (max-width:480px) {
  .eventRefVous_container .cta {
    width: 170px;
    line-height: 19px;
    margin: 0 auto 30px
  }
}

.tile-challenge--link {
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .23)
}

.tile-challenge__title p {
  font-weight: 700;
  font-size: 1.6rem
}

@media screen and (max-width:1500px) {
  .tile-challenge__title p {
    font-size: 1.4rem;
    margin: 10px;
    min-height: 36px
  }
}

.tile-challenge__title p b {
  height: 38px
}

@media screen and (max-width:1500px) {
  .tile-challenge__title p b {
    height: auto
  }
}

.tile-challenge__state p {
  border-radius: 0 0 10px 10px
}

.tile-challenge__state--attente p,
.tile-challenge__state--avenir p,
.tile-challenge__state--clos p,
.tile-challenge__state--deliberation p,
.tile-challenge__state--participation p,
.tile-challenge__state--vote p {
  background: #fff;
  color: #000
}

.cta--load-more {
  border-radius: 5px;
  line-height: 2;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 60px
}

.cta--load-more:hover {
  background-color: #ffba10
}

@media screen and (max-width:720px) {
  .groupDetailsContent .cta--load-more {
    margin-bottom: 0
  }
}

@media screen and (max-width:480px) {
  .groupDetailsContent .communauteItems_container .gall_item_container {
    width: 100%
  }
}

.tile-challenge__background {
  padding-bottom: 66%;
  position: relative
}

.tile-challenge__rewards {
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.tile-challenge__rewards p {
  font-weight: 300;
  height: auto;
  font-size: 1.4rem;
  color: #000
}

@media screen and (max-width:1500px) {
  .tile-challenge__rewards p {
    font-size: 1.2rem
  }
}

.tile-challenge-list {
  padding-top: 20px;
  padding-bottom: 20px;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  width: 1500px;
  max-width: 90%
}

@media screen and (max-width:1200px) {
  .tile-challenge-list {
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    width: 1112px
  }
}

@media screen and (max-width:800px) {
  .tile-challenge-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px
  }
}

@media screen and (max-width:480px) {
  .tile-challenge-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    width: 370px
  }
}

#menu_tab_group,
.after_challengesContent,
.after_challengesContentcloture {
  text-align: center;
  margin: 25px auto
}

@media screen and (max-width:720px) {

  #menu_tab_group,
  .after_challengesContent,
  .after_challengesContentcloture {
    margin-top: 0;
    padding: 0
  }
}

@media screen and (max-width:720px) {
  .event_page .menu-sub {
    padding: 8px !important
  }
}

@media screen and (max-width:480px) {
  .headerEvent_infos {
    align-self: end
  }
}

.cms-content h1 {
  font-size: 3rem
}

.menu-share__title {
  display: block;
  margin-bottom: 5px
}

.challenge__header-timer .menu-share {
  width: 120px;
  max-width: none;
  min-width: 0;
  margin-right: auto;
  background: #fff;
  border-radius: 20px;
  padding: 7px 0;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .16)
}

@media screen and (max-width:720px) {
  .challenge__header-timer .menu-share {
    width: 80px;
    margin: 0 auto 10px
  }
}

.menu-share__button {
  background: #58585a;
  border-radius: 10px;
  background-size: cover
}

.facebookShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.twitterShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.pinterestShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.instagramShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.youtubeShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.linkedInShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.timer {
  border-radius: 20px;
  margin: auto
}

@media screen and (max-width:720px) {
  .timer {
    margin: 15px auto;
    width: auto;
    display: inline-block;
    padding: 15px 25px
  }
}

.timer__state p {
  font-size: 2rem
}

.timer__number p,
.timer__separator p {
  font-size: 1.8rem;
  line-height: 3
}

.timer__separator p {
  margin: 0 5px
}

.timer__label p {
  font-size: 1.2rem;
  line-height: 1
}

.timer__unit {
  margin: 0
}

@media screen and (max-width:720px) {
  .tile-call-to-action .textes_galerieCrea h4 {
    font-size: 1.8rem
  }
}

.challenge_header {
  position: relative
}

.banner__logo {
  width: 150px;
  height: 150px;
  position: absolute;
  margin-bottom: 38px;
  left: 40px;
  bottom: 50%;
  transform: translateY(50%);
  border-radius: 20px;
  overflow: hidden
}

@media screen and (max-width:720px) {
  .banner__logo {
    width: 100px;
    height: 100px;
    margin-bottom: 26px
  }
}

@media screen and (max-width:480px) {
  .banner__logo {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    margin-bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    bottom: auto;
    top: 20px
  }
}

.banner__logo img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%
}

@media screen and (max-width:720px) {
  .banner__logo img {
    transform: translateX(0)
  }
}

.challenge_banner .bann_titre_logo {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  left: 220px;
  right: 20px
}

@media screen and (max-width:720px) {
  .challenge_banner .bann_titre_logo {
    left: 150px
  }
}

@media screen and (max-width:480px) {
  .challenge_banner .bann_titre_logo {
    left: 0;
    right: 0;
    margin-top: 25px
  }
}

.challenge_banner .bann_titre_logo .banner__title {
  font-size: 3rem
}

@media screen and (max-width:720px) {
  .challenge_banner .bann_titre_logo .banner__title {
    text-align: left;
    font-size: 1.8rem
  }
}

@media screen and (max-width:480px) {
  .challenge_banner .bann_titre_logo .banner__title {
    text-align: center
  }
}

.logo_timer_content .callToAction_content {
  min-width: auto !important;
  max-width: auto !important
}

.btn_participer_details {
  background-color: #ffc943;
  box-shadow: 0 5px 15px 0 #ffc943
}

.btn_participer_details:hover {
  background-color: #ffba10;
  box-shadow: 0 5px 15px 0 #ffc943
}

.tile__flag {
  height: 0
}

.tile__flag-icon {
  background-position: center 10px;
  padding-top: 70px;
  background-color: #ff4374;
  border-radius: 0 0 10px 10px
}

.challenge__awards.page-container {
  width: auto
}

.awards {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 10px;
  overflow: hidden
}

@media screen and (max-width:720px) {
  .awards {
    grid-template-columns: 100%
  }
}

@media screen and (max-width:1280px) {
  .awards__award--public {
    margin-right: 30px
  }
}

@media screen and (max-width:720px) {
  .awards__award--public {
    margin: 0
  }
}

@media screen and (max-width:1280px) {
  .awards__award--jury {
    margin-left: 30px
  }
}

@media screen and (max-width:720px) {
  .awards__award--jury {
    margin: 0
  }
}

@media screen and (max-width:720px) {
  .awards__award:nth-child(2n) {
    margin-top: 30px
  }
}

.awards__content {
  text-align: center
}

.awards__title {
  background: #fff;
  border-radius: 20px;
  font-size: 3rem;
  display: inline-block;
  margin: 0 auto 20px;
  padding: 22px
}

@media screen and (max-width:1024px) {
  .awards__title {
    font-size: 1.8rem
  }
}

@media screen and (max-width:720px) {
  .awards__award-text {
    padding: 0 15px
  }

  .awards__award-text ul {
    padding: 0;
    margin: 0
  }
}

.tile--award {
  border-radius: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
  background-color: #fff;
  padding: 15px;
  margin: auto auto 50px
}

@media screen and (max-width:720px) {
  .tile--award {
    width: 380px;
    max-width: 100%;
    position: relative;
    margin-bottom: 30px
  }
}

.awards__title:after {
  display: none
}

.tile--award .tile__author {
  margin-top: 20px
}

.tile__thumbnail {
  border-radius: 0;
  overflow: hidden
}

@media screen and (min-width:1600px) {
  .awards {
    background-color: #ededed
  }
}

.gall_item_header_texte {
  margin-right: 30px;
  position: relative;
  overflow: hidden
}

@media screen and (max-width:720px) {
  .gall_item_header_texte {
    margin-right: 0
  }
}

.gall_item_header_texte .gall_item_header_auteur {
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  max-width: 100%
}

.lightbox_containerRightcontent_mainContent .gall_item_header_texte {
  margin-top: 25px
}

@media screen and (max-width:720px) {
  .lightbox_containerRightcontent_mainContent .gall_item_header_texte {
    margin-top: 0;
    margin-right: 0
  }
}

@media screen and (max-width:720px) {
  .lightbox_containerRightcontent_mainContent .gall_item_header_texte .contribution__author {
    margin-top: 3px
  }
}

.challenge__comments {
  border-radius: 20px !important;
  overflow: hidden;
  margin-top: 35px
}

.blog_commentaires .form-comment__submit,
.challenge__comments .form-comment__submit {
  margin: 25px 15px;
  width: 40px;
  height: 40px
}

.challenge_participations {
  text-align: center
}

.challenge_participations p {
  text-align: left;
  margin-right: 28px
}

.awards__award-text,
.awards__award-title {
  text-align: left !important
}

.awards__award-text ul {
  padding-inline-start: 22px
}

@media screen and (max-width:720px) {
  .awards__award-text ul {
    padding-inline-start: 14px
  }
}

.tile__flag-icon p {
  text-align: center;
  margin: 10px 0 0
}

.challenge__contribution-list.page-container {
  text-align: left
}

.tile-call-to-action__content .btn_participer_details {
  background: #fff;
  box-shadow: 0 5px 15px 0 hsla(0, 0%, 100%, .4);
  color: #ffc943
}

.tile-call-to-action__content .btn_participer_details:hover {
  background-color: #ffba10;
  color: #fff
}

.challenge_nbrParticipations_content {
  border-radius: 20px;
  background-color: #ededed;
  display: inline-block;
  margin: 20px auto 0;
  padding: 15px 0;
  text-align: center
}

.challenge_nbrParticipations_content p {
  text-align: center !important;
  margin-right: 0 !important
}

.challenge_nbrParticipations_content .page-container {
  width: auto
}

.challenge_commentaires .challenge_nbrParticipations_content {
  margin: 0
}

@media screen and (max-width:720px) {
  .challenge__header-timer {
    display: block;
    text-align: center
  }
}

.challenge_nbrParticipations {
  font-size: 2rem
}

.challenge__details {
  background: #ffc943
}

.challenge_details h2 {
  background: #ededed;
  border-radius: 20px;
  display: inline-block;
  padding: 12px 25px 50px;
  font-size: 2rem
}

.challenge_details .framed-text {
  border-radius: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
  padding: 40px;
  margin-top: -55px
}

@media screen and (max-width:720px) {
  .challenge_details .framed-text {
    padding: 20px
  }
}

@media screen and (max-width:720px) {
  .challenge_details .framed-text ul {
    padding-left: 20px
  }
}

.gains-content .framed-text {
  margin-top: -60px;
  padding-top: 60px
}

.gains-content h3:nth-child(odd) {
  margin-top: 70px
}

.gains-content h3 {
  z-index: 20;
  position: relative;
  margin: -20px 40px 0
}

.challenge__calendar {
  width: 980px
}

.containerIsWaiting {
  color: #fff;
  position: absolute;
  z-index: 40;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  text-align: center;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 55px
}

.containerIsWaiting p {
  font-weight: 900;
  text-align: center;
  padding: 0;
  margin: 28px 0 10px
}

.minChallPart.isWaiting:before {
  content: "";
  background-color: rgba(255, 201, 67, .85);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px
}

.tile.is-waiting:after {
  display: none
}

.tile.is-waiting:before {
  background-color: rgba(255, 201, 67, 0) !important
}

.tile--award-jury:before {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (max-width:720px) {
  .tile--award-jury:before {
    left: -10px;
    top: -25px;
    width: 30px;
    background-size: contain
  }
}

.tile--award-public:before {
  width: 220px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

@media screen and (max-width:720px) {
  .tile--award-public:before {
    right: -10px;
    left: auto;
    top: -25px;
    width: 30px;
    background-size: contain
  }
}

.tile__challenge,
.tile__group {
  height: auto;
  color: #b1b1b1
}

.tile__date {
  color: #b1b1b1
}

.tile__challenge {
  font-size: 1.1rem;
  margin-right: 28px
}

.comment-preview {
  border-left: 1px solid #b1b1b1
}

.blog_article.page-container {
  width: 1024px
}

.blog_article img {
  border-radius: 20px
}

.blogtime {
  color: #1082ff
}

.blog_commentaires.page-container {
  width: 100%;
  background: #ededed;
  padding: 30px
}

.blog_commentaires .lightBox_lienVotant {
  margin: auto
}

.blog_commentaires .tile__footer {
  justify-content: left
}

.blog_commentaires .comments {
  margin-bottom: 90px
}

.blog_commentaires .commentaires_container,
.blog_commentaires .lightbox_partage {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .16)
}

.blog_commentaires .lightbox_votants {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .16)
}

.blog_commentaires .share {
  padding: 0 30px
}

.form__upload {
  margin: 0;
  border-radius: 20px;
  box-shadow: 0 10px 30px 0 rgba(255, 201, 67, .6);
  background-color: #ffc943;
  color: #fff
}

.participationForm-content .form__footer input {
  border-radius: 10px;
  box-shadow: 0 5px 15px 0 #ffc943;
  margin-right: 20px
}

.participationForm-content .form__footer input:hover {
  background-color: #ffba10;
  box-shadow: 0 5px 15px 0 #ffc943
}

.participationForm-content .cta--reverse:focus,
.participationForm-content .cta--reverse:hover {
  background-color: #fff;
  color: #ffc943
}

.portefolio_uploadImg_reglement {
  max-width: 280px;
  text-align: center
}

.containerUploadImg .upload_image.form__upload-image {
  border-radius: 29px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .16);
  overflow: hidden
}

.form__upload-delete {
  top: 15px;
  right: 15px;
  border-radius: 50px
}

.form__upload-image {
  margin: auto;
  display: block
}

.profile_header_container #user_profile_form_headerPicture_ajax_upload_image_widget {
  position: absolute;
  bottom: 20px;
  left: 20px
}

@media screen and (max-width:720px) {
  .profile_header_container #user_profile_form_headerPicture_ajax_upload_image_widget {
    bottom: 10px;
    left: 10px
  }
}

.profile_header_container #user_profile_form_headerPicture_ajax_upload_image_widget #user_profile_form_headerPicture_containerUploadImg {
  top: auto;
  left: auto;
  position: relative
}

.profile_header_container #user_profile_form_headerPicture_ajax_upload_image_widget #user_profile_form_headerPicture_containerUploadImg #user_profile_form_headerPicture_bt_file {
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .16);
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') 50% #fff;
  background-repeat: no-repeat;
  height: 33px;
  width: 33px;
  cursor: pointer
}

@media screen and (max-width:720px) {
  .profile_header_container #user_profile_form_headerPicture_ajax_upload_image_widget #user_profile_form_headerPicture_containerUploadImg #user_profile_form_headerPicture_bt_file {
    width: 15px;
    height: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .53);
    background-size: 90%
  }
}

.profile_header_container #user_profile_form_headerPicture_ajax_upload_image_widget #user_profile_form_headerPicture_containerUploadImg #user_profile_form_headerPicture_bt_file img {
  display: none
}

.profile_header_container .profile_header_content {
  align-items: center;
  padding: 50px 50px 50px 80px;
  width: auto !important;
  min-height: 415px
}

@media screen and (max-width:1024px) {
  .profile_header_container .profile_header_content {
    padding: 30px;
    min-height: 300px
  }
}

@media screen and (max-width:720px) {
  .profile_header_container .profile_header_content {
    padding: 13px;
    min-height: 150px;
    align-items: normal;
    z-index: 40
  }
}

@media screen and (max-width:720px) {
  .profile_header_container .profile_header_content .profile_header_leftContent {
    align-items: normal;
    width: calc(100% - 140px)
  }
}

.profile_header_container .profile_header_content .profile_header_leftContent .profile_header_avatarContainer .btnEditImgContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: rgba(0, 0, 0, .58)
}

@media screen and (max-width:720px) {
  .profile_header_container .profile_header_content .profile_header_leftContent .profile_header_avatarContainer .btnEditImgContainer {
    height: 20px
  }
}

.profile_header_container .profile_header_content .profile_header_leftContent .profile_header_avatarContainer .btnEditImgContainer:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') 50% #fff;
  background-repeat: no-repeat;
  height: 33px;
  width: 33px;
  border-radius: 4px
}

@media screen and (max-width:720px) {
  .profile_header_container .profile_header_content .profile_header_leftContent .profile_header_avatarContainer .btnEditImgContainer:after {
    width: 10px;
    height: 10px;
    background-size: cover;
    border-radius: 2px;
    bottom: 4px
  }
}

.profile_header_container .profile_header_content .profile_header_leftContent .profile_header_leftContent_info .profil-header__username {
  font-size: 5rem
}

@media screen and (max-width:1024px) {
  .profile_header_container .profile_header_content .profile_header_leftContent .profile_header_leftContent_info .profil-header__username {
    font-size: 3.8rem
  }
}

@media screen and (max-width:720px) {
  .profile_header_container .profile_header_content .profile_header_leftContent .profile_header_leftContent_info .profil-header__username {
    font-size: 1.4rem;
    margin-top: 15px
  }
}

.profile_header_container .profile_header_content .profile_header_leftContent .profile_header_leftContent_info .profilHeader_socialBtnContainer {
  margin-top: 20px
}

.profile_header_container .profile_header_content .profile_header_leftContent .profile_header_leftContent_info .profilHeader_socialBtnContainer .btn_cta_mini {
  border-radius: 5px;
  box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, .16);
  border: 1px solid #0060db;
  background-color: #1082ff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  width: 130px;
  padding: 5px;
  position: relative
}

@media screen and (max-width:720px) {
  .profile_header_container .profile_header_content .profile_header_leftContent .profile_header_leftContent_info .profilHeader_socialBtnContainer .btn_cta_mini {
    display: block;
    margin-bottom: 15px;
    font-size: 1rem;
    padding: 5px;
    width: 80px;
    min-width: auto
  }
}

.profile_header_container .profile_header_content .profile_header_leftContent .profile_header_leftContent_info .profilHeader_socialBtnContainer .btn_cta_mini:hover {
  background-color: #006dd8;
  border: 1px solid #0060db;
  text-shadow: 1px 1px 1px rgba(19, 48, 122, .7)
}

.profile_header_container .profile_header_content .profile_header_leftContent .profile_header_leftContent_info .profilHeader_socialBtnContainer .btn_cta_mini.button-message {
  padding-left: 40px;
  margin-right: 20px
}

@media screen and (max-width:1024px) {
  .profile_header_container .profile_header_content .profile_header_leftContent .profile_header_leftContent_info .profilHeader_socialBtnContainer .btn_cta_mini.button-message {
    margin-bottom: 15px
  }
}

@media screen and (max-width:720px) {
  .profile_header_container .profile_header_content .profile_header_leftContent .profile_header_leftContent_info .profilHeader_socialBtnContainer .btn_cta_mini.button-message {
    padding-left: 24px
  }
}

.profile_header_container .profile_header_content .profile_header_leftContent .profile_header_leftContent_info .profilHeader_socialBtnContainer .btn_cta_mini.button-message:before {
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') 50%;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 18px;
  top: 3px
}

@media screen and (max-width:720px) {
  .profile_header_container .profile_header_content .profile_header_leftContent .profile_header_leftContent_info .profilHeader_socialBtnContainer .btn_cta_mini.button-message:before {
    width: 15px;
    height: 15px;
    background-size: cover;
    left: 6px;
    top: 2px
  }
}

.profile_header_container .profile_header_content .profile_header_leftContent .profile_header_leftContent_info .profilHeader_socialBtnContainer .btn_cta_mini.is-following {
  border: 1px solid #0060db;
  background-color: #fff;
  color: #1082ff
}

.profile_header_container .profile_header_content .profile_header_leftContent .profile_header_leftContent_info .profilHeader_socialBtnContainer .btn_cta_mini.is-following:hover {
  border: 1px solid #1a3880;
  background-color: #fff;
  color: #1a3880;
  text-shadow: none
}

@media screen and (max-width:720px) {
  .profile_header_container .profile_header_content .profile_header_rightContent {
    width: 140px
  }
}

.profile_header_container .profile_header_content .profileLogOut {
  top: 50px;
  right: 50px
}

@media screen and (max-width:720px) {
  .profile_header_container .profile_header_content .profileLogOut {
    top: 13px;
    right: 10px
  }
}

.profile_header_container .profile_header_content .profileLogOut .btn_cta {
  border-radius: 5px;
  border: 1px solid #58585a;
  background-color: #fff;
  color: #58585a;
  padding: 7px 13px;
  margin: 0
}

@media screen and (max-width:720px) {
  .profile_header_container .profile_header_content .profileLogOut .btn_cta {
    font-size: 1rem;
    padding: 5px 8px
  }
}

.profile_header_container .profile_header_content .profileLogOut .btn_cta:hover {
  background: #58585a;
  color: #fff
}

.profile_header_container .profile_header_content .profile_header_rightContent .profile_header_accountStats .profil-header__follow__item {
  font-size: 2rem;
  font-weight: 900
}

@media screen and (max-width:720px) {
  .profile_header_container .profile_header_content .profile_header_rightContent .profile_header_accountStats .profil-header__follow__item .profil-header__follow-link {
    font-size: 1rem
  }
}

.profile_header_container .profile_header_content .profile_header_rightContent .badge-list {
  justify-content: flex-end;
  margin: 0
}

.profile_header_container .profile_header_content .profile_header_rightContent .badge-list .badge {
  margin: 0 0 0 10px
}

.profile_header_container .profile_header_content .profile_header_rightContent .badge-list .badge-list__more-badge {
  width: 30px
}

@media screen and (max-width:720px) {
  .profile_header_container .profile_header_content .profile_header_rightContent .badge-list .badge-list__more-badge {
    width: 16px
  }
}

@media screen and (max-width:720px) {
  .profile_header_container .profile_header_content .profile_header_rightContent .badge-list .badge-list__more-badge p {
    font-size: 2rem
  }
}

.user_admin .avatar {
  border: 4px solid #ffc943
}

.user_admin .profile_adminLabel .label {
  background: #ffc943;
  color: #fff;
  padding: 5px 10px
}

#account {
  overflow: hidden
}

@media screen and (max-width:720px) {

  .h2-like,
  h2 {
    font-size: 1.6rem
  }
}

.profil-header-background [id=brand_user_profile_form_headerPicture_ajax_upload_image_widget] {
  top: 5px;
  left: 5px
}

@media screen and (max-width:720px) {
  .profil-header {
    padding: 30px 10px 10px
  }
}

.profil-header__avatar {
  min-width: 175px
}

@media screen and (max-width:720px) {
  .profil-header__avatar {
    min-width: 60px
  }
}

.profil-header__avatar .form__upload-widget {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  width: 100%
}

.btnEditImgContainer .imgEdit {
  display: none
}

.profil-header-background .form__upload-widget {
  margin: 0
}

.profil-header-background .form__upload-widget #user_profile_form_headerPicture_containerUploadImg {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10
}

.profile_header_accountStats {
  margin: 40px 0
}

.profile_header_accountStats p {
  line-height: 30px;
  font-size: 3rem;
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: 100%;
  margin: 10px 0;
  background-size: 30px
}

@media only screen and (max-width:720px) {
  .profile_header_accountStats p {
    background: none !important;
    padding-right: 0;
    line-height: 5px
  }
}

.profile_header_accountStats .profil-header_statFollower {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.profile_header_accountStats .profil-header_statFollow {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.profile_header_accountStats .profil-header_statParticipation {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.sousMenu_superContainer {
  text-align: center;
  margin: 20px 0;
  position: relative
}

@media only screen and (max-width:720px) {
  .sousMenu_superContainer {
    margin-top: 0;
    z-index: 30
  }
}

.account_follow h2 {
  background: #ededed;
  border-radius: 20px;
  padding: 15px 27px;
  font-size: 2rem;
  color: #b2b2b2;
  display: inline-block
}

.groupDetails_membres_container,
.profileFollows_content {
  border-radius: 30px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15)
}

.profileFollows_container h2 {
  margin-bottom: -40px;
  padding-bottom: 55px
}

@media only screen and (max-width:720px) {
  .profileFollows_container {
    text-align: center
  }
}

.profileFollows_content {
  z-index: 20;
  position: relative;
  background: #fff;
  width: 100%
}

.profileEvenement_content h2 {
  margin-bottom: -40px;
  padding-bottom: 55px
}

@media only screen and (max-width:720px) {
  .profileEvenement_content {
    text-align: center;
    padding: 0
  }
}

.preview__content-container {
  text-align: left
}

@media only screen and (max-width:720px) {
  .containerInfoReseau {
    text-align: center
  }
}

.itemProfileFollows_infos p {
  margin: 0;
  font-weight: 900;
  font-size: 2rem !important
}

.profil__about {
  background: #fff;
  padding-bottom: 0
}

@media screen and (max-width:720px) {
  .profil__about {
    padding: 0
  }
}

.profil__about .profil-info .profileInfos-content p {
  font-weight: 900
}

.profil__about .profil-info .profileInfos-content p b {
  font-weight: 500
}

.deactivate_account.profil-info__footer .profil-info__disable {
  font-weight: 500;
  font-style: italic
}

@media screen and (max-width:720px) {
  .profil__social {
    margin-top: 0;
    padding: 0
  }
}

.profil__title {
  background: #ededed;
  color: #58585a;
  font-size: 2.5rem;
  display: inline-block;
  border-radius: 20px;
  padding: 12px 25px 60px;
  text-transform: uppercase
}

@media screen and (max-width:720px) {
  .profil__title {
    margin: 0 auto 30px
  }
}

.profil-info {
  margin-top: -80px;
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2)
}

@media screen and (max-width:720px) {
  .profil-info .profil-info {
    border-radius: 10px;
    margin-bottom: 20px
  }
}

.profil-info .form__row--newsletter {
  margin-top: 30px
}

@media screen and (max-width:480px) {
  .profil-info .form__row--newsletter {
    display: block;
    margin-bottom: 40px
  }
}

@media screen and (max-width:480px) {
  .profil-info .form__row--newsletter .form__radio {
    max-width: 100%;
    width: 150px;
    margin: 15px auto
  }
}

.profil-info .form__row--activitySector .activitySector_label {
  font-weight: 900;
  font-size: 2.5rem;
  margin: 20px 0
}

@media screen and (max-width:720px) {
  .profil-info .form__row--activitySector .activitySector_label {
    font-size: 2rem
  }
}

.profil-info .form__row--activitySector .activitySector_label span {
  font-weight: 500;
  font-size: 1.6rem;
  font-style: italic
}

.profil-info .form__row--activitySector #cha_user_personnel_activitySector {
  max-height: 238px;
  overflow: auto;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .3);
  background-color: #fff;
  width: 532px;
  max-width: 100%;
  padding: 12px 15px 0
}

.profil-info .form__footer {
  display: block;
  text-align: center
}

.profil-info .form__footer input {
  margin: 15px;
  font-style: normal !important;
  width: 186px
}

@media screen and (max-width:720px) {
  .profil-info .form__footer input {
    width: 120px;
    margin: 12px
  }
}

.profileBio-container .profil-info__button-edit {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .16);
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (max-width:480px) {
  .profileBio-container .profil-info__button-edit {
    top: 10px;
    left: 50%;
    transform: translateX(-50%)
  }
}

@media screen and (max-width:720px) {

  .profileBio-content h2,
  .profileInfos-content p {
    margin: 10px 0
  }
}

.social-link__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1.6rem;
  margin: 15px 0
}

@media screen and (max-width:720px) {

  .profil__about,
  .profil__badges-about,
  .profil__progression {
    margin-bottom: 40px
  }
}

.gall_item_container {
  width: 25%;
  padding: 15px;
  cursor: pointer
}

@media screen and (max-width:1500px) {
  .gall_item_container {
    width: 33.33%
  }
}

@media screen and (max-width:1024px) {
  .gall_item_container {
    width: 50%
  }
}

@media screen and (max-width:480px) {
  .gall_item_container {
    padding: 5px
  }
}

@media screen and (max-width:480px) {

  .blog_posts_container .gall_item_container,
  .challenge_participations .gall_item_container {
    width: 100%;
    padding: 10px 5px
  }
}

.profil__social {
  margin-top: 0;
  padding-bottom: 0
}

.profil__social .profileReseau-superContent {
  padding: 0
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content {
  padding: 15px
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content p {
  margin-top: 0
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .itemProfil-reseaux {
  margin-bottom: 15px
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .itemProfil-reseaux .websiteShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .itemProfil-reseaux .blogShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .itemProfil-reseaux .facebookShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .itemProfil-reseaux .instagramShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .itemProfil-reseaux .twitterShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .itemProfil-reseaux .linkedinShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .itemProfil-reseaux .pinterestShareBouton {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .itemProfil-reseaux .social-link__button {
  width: 60px !important;
  height: 60px !important;
  background-position: 50% !important;
  background-size: cover !important;
  border: 0 !important;
  border-radius: 0;
  margin-right: 50px
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .itemProfil-reseaux input {
  text-align: center;
  font-style: normal;
  background: #f1f0f8;
  color: #58585a
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .itemProfil-reseaux input::placeholder {
  text-transform: capitalize
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .form_cancel,
.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .form_submit {
  border-radius: 5px;
  border: none;
  font-style: italic;
  margin-top: 30px;
  font-size: 1.5rem;
  color: #fff;
  display: block;
  max-width: none;
  padding: 7px 29px
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .form_submit {
  background: #1082ff
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .form_cancel {
  background: #4d4d4d
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .viewProfil_RS_container {
  display: flex
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .viewProfil_RS_container .itemProfil-reseaux {
  margin-bottom: 0
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .viewProfil_RS_container .itemProfil-reseaux .social-link__button {
  margin-right: 30px
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .icon-edit {
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .16);
  background-color: #fff
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .textRS_empty {
  font-weight: 900;
  line-height: 1.63;
  font-size: 1.6rem
}

.profil__social .profileReseau-superContent .profileReseau-container .profileReseau-content .parametresReseaux-container .parametresReseaux-content .RSEmpty_edit {
  font-weight: 500;
  margin: auto;
  display: block;
  width: 245px;
  cursor: pointer
}

.profil__badges-progress {
  padding: 30px;
  display: grid;
  grid-template-columns: 50% 50%
}

@media screen and (max-width:1024px) {
  .profil__badges-progress {
    display: grid;
    grid-template-columns: 100% !important
  }
}

@media screen and (max-width:720px) {
  .profil__badges-progress {
    padding-top: 0
  }
}

.badgesProgression_dernierBadges {
  margin-left: 0
}

.profil__about,
.profil__badges-about,
.profil__progression {
  margin-bottom: 20px
}

.collectionBadge_container .titreBadge {
  padding: 12px 25px
}

.badgesProgression_dernierBadges h3 {
  padding: 12px 25px !important
}

.profil__badges-about {
  background: #fff;
  padding: 0
}

.badge_pourcentage,
.badges_description_texte_container {
  margin-top: -75px;
  border-radius: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2)
}

.badge-item-list {
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr))
}

@media screen and (max-width:1024px) {
  .badge-item-list {
    grid-template-columns: repeat(auto-fit, minmax(95px, 1fr))
  }
}

.framed-text--help {
  background-position: 25px
}

@media screen and (min-width:721px) {
  .framed-text--help {
    padding-left: 170px !important
  }
}

@media screen and (max-width:720px) {
  .framed-text--help {
    background-position: center 0;
    padding-top: 70px;
    background-size: 80px
  }

  .framed-text--help .h2-like {
    margin: 0
  }
}

@media screen and (max-width:720px) {
  .account_badges .page-container {
    text-align: center
  }
}

.profil-info .form_submit.cta {
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 5px;
  font-style: italic
}

.profil-info .form_submit.cta:hover {
  background: rgba(255, 201, 67, .78)
}

.parametresReseaux-content .form_cancel,
.parametresReseaux-content .form_submit {
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 20px 10px 5px 0 !important;
  width: auto
}

.parametresReseaux-content .form_cancel:hover {
  background-color: #ffba10;
  color: #fff
}

.portefolioAbout .cta {
  margin: 20px 10px 0 0 !important
}

.portefolioAbout-content {
  display: grid;
  max-width: 100%;
  align-items: center;
  grid-template-columns: auto auto;
  grid-gap: 5vw;
  margin: auto;
  justify-content: center
}

.portefolioAbout-content #show_logo {
  max-width: 25vw;
  width: 200px
}

@media screen and (max-width:720px) {
  .portefolioAbout-content #show_logo {
    grid-template-columns: 150px
  }
}

@media screen and (max-width:480px) {
  .portefolioAbout-content {
    display: block
  }

  .portefolioAbout-content #show_logo {
    width: 150px;
    max-width: none;
    margin: auto;
    padding-top: 50px
  }

  .portefolioAbout-content .profil-info__button-edit {
    right: auto;
    left: 50%;
    transform: translateX(-50%)
  }
}

.portefolioAbout-content.noGrid {
  display: block;
  text-align: center
}

.portefolioAbout-content.noGrid p {
  font-size: 1.6rem;
  font-weight: 900
}

.profileBio-container .profileBio-content {
  position: relative;
  padding-right: 60px;
  max-width: 600px
}

.profileBio-container .profileBio-content b,
.profileBio-container .profileBio-content p {
  font-size: 1.6rem;
  font-weight: 900
}

@media screen and (max-width:480px) {
  .profileBio-container .profileBio-content {
    padding: 33px 0 0
  }
}

#show_logo {
  position: relative
}

.cta_adLogo_container {
  width: 200px;
  max-width: 100%;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .25);
  background-color: #fff;
  text-align: center
}

.cta_adLogo_container .profil-info__button-edit {
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .16);
  background-color: #fff;
  top: 12px;
  right: 12px
}

.cta_adLogo_container .cta_adLogo {
  background: #696969;
  display: block;
  width: 100%;
  position: relative
}

.cta_adLogo_container .cta_adLogo:after {
  content: "";
  display: block;
  padding-bottom: 100%
}

.cta_adLogo_container .cta_adLogo div {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content min-content;
  justify-items: center;
  align-content: center;
  grid-gap: 20px
}

.cta_adLogo_container .cta_adLogo div span {
  position: relative;
  width: 40px;
  height: 40px;
  display: block
}

.cta_adLogo_container .cta_adLogo div span:after,
.cta_adLogo_container .cta_adLogo div span:before {
  content: "";
  background: #fff;
  display: block;
  border-radius: 10px;
  position: absolute
}

.cta_adLogo_container .cta_adLogo div span:after {
  width: 100%;
  height: 5px;
  top: 50%;
  transform: translateY(-50%)
}

.cta_adLogo_container .cta_adLogo div span:before {
  width: 5px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%)
}

.cta_adLogo_container .cta_adLogo div p {
  margin: 0;
  padding: 0 10px;
  color: #fff;
  font-size: 1.4rem
}

.profil_mesBoosts_content {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 30px;
  align-items: center;
  max-width: 100%;
  width: 1300px;
  margin: auto;
  text-align: center
}

@media screen and (max-width:480px) {
  .profil_mesBoosts_content {
    display: block
  }
}

.profil_mesBoosts_content .profil_mesBoosts_illu {
  position: relative
}

@media screen and (max-width:480px) {
  .profil_mesBoosts_content .profil_mesBoosts_illu {
    display: none
  }
}

.profil_mesBoosts_content .profil_mesBoosts_illu .profilBoostIllu_container {
  width: 250px;
  border-radius: 20px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .64);
  background-color: #fff;
  margin: 20px
}

@media screen and (max-width:1024px) {
  .profil_mesBoosts_content .profil_mesBoosts_illu .profilBoostIllu_container {
    width: 160px
  }
}

@media screen and (max-width:480px) {
  .profil_mesBoosts_content .profil_mesBoosts_illu .profilBoostIllu_container {
    margin: auto
  }
}

.profil_mesBoosts_content .profil_mesBoosts_illu .profilBoostIllu_container .profilBoostIllu_header {
  height: 28px
}

.profil_mesBoosts_content .profil_mesBoosts_illu .profilBoostIllu_container .gall_item_illuBoost {
  height: 250px;
  background-color: #bebebe;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-position: 50%;
  background-repeat: no-repeat
}

@media screen and (max-width:1024px) {
  .profil_mesBoosts_content .profil_mesBoosts_illu .profilBoostIllu_container .gall_item_illuBoost {
    height: 160px;
    background-size: 75%
  }
}

.profil_mesBoosts_content .profil_mesBoosts_illu .profilBoostIllu_container .profilBoostIllu_footer {
  height: 28px
}

.profil_mesBoosts_content .profil_mesBoosts_illu_mobile {
  display: none
}

@media screen and (max-width:480px) {
  .profil_mesBoosts_content .profil_mesBoosts_illu_mobile {
    display: block;
    padding: 25px;
    margin-top: 30px
  }
}

.profil_mesBoosts_content .profil_mesBoosts_text_container {
  margin: auto;
  overflow: hidden
}

.profil_mesBoosts_content .profil_mesBoosts_text_container .profil_mesBoosts_text_content h3 {
  font-size: 2.5rem;
  margin: 0
}

@media screen and (max-width:480px) {
  .profil_mesBoosts_content .profil_mesBoosts_text_container .profil_mesBoosts_text_content h3 {
    margin-top: 15px;
    text-align: left
  }
}

.profil_mesBoosts_content .profil_mesBoosts_text_container .profil_mesBoosts_text_content p {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 10px 0 0;
  line-height: 26px;
  text-align: left;
  width: 560px;
  max-width: 100%
}

@media screen and (max-width:1024px) {
  .profil_mesBoosts_content .profil_mesBoosts_text_container .profil_mesBoosts_text_content p {
    width: auto
  }
}

.profil_mesBoosts_content .profil_mesBoosts_text_container .profil_mesBoosts_text_content .cta {
  margin-top: 40px;
  background: #1082ff;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 7px 50px;
  color: #fff
}

@media screen and (max-width:480px) {
  .profil_mesBoosts_content .profil_mesBoosts_text_container .profil_mesBoosts_text_content .cta {
    margin-bottom: 15px
  }
}

.profil_addCrea_container {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  max-width: 100%;
  margin: auto
}

@media screen and (max-width:720px) {
  .profil_addCrea_container {
    display: block;
    padding: 0
  }
}

.profil_addCrea_container .cta_adCrea_container {
  width: 300px;
  border-radius: 20px;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .25);
  background-color: #fff;
  text-align: center;
  padding: 48px 12px;
  margin: 15px
}

.profil_addCrea_container .cta_adCrea_container__empty {
  width: 0
}

@media screen and (max-width:1024px) {
  .profil_addCrea_container .cta_adCrea_container {
    width: 180px;
    margin: 15px auto
  }
}

@media screen and (max-width:480px) {
  .profil_addCrea_container .cta_adCrea_container {
    order: 2
  }
}

.profil_addCrea_container .cta_adCrea_container .cta_adCrea {
  background: #696969;
  display: block;
  border-radius: 20px;
  width: 100%;
  position: relative
}

.profil_addCrea_container .cta_adCrea_container .cta_adCrea:after {
  content: "";
  display: block;
  padding-bottom: 100%
}

.profil_addCrea_container .cta_adCrea_container .cta_adCrea div {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content min-content;
  justify-items: center;
  align-content: center;
  grid-gap: 20px
}

.profil_addCrea_container .cta_adCrea_container .cta_adCrea div span {
  position: relative;
  width: 40px;
  height: 40px;
  display: block
}

.profil_addCrea_container .cta_adCrea_container .cta_adCrea div span:after,
.profil_addCrea_container .cta_adCrea_container .cta_adCrea div span:before {
  content: "";
  background: #fff;
  display: block;
  border-radius: 10px;
  position: absolute
}

.profil_addCrea_container .cta_adCrea_container .cta_adCrea div span:after {
  width: 100%;
  height: 5px;
  top: 50%;
  transform: translateY(-50%)
}

.profil_addCrea_container .cta_adCrea_container .cta_adCrea div span:before {
  width: 5px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%)
}

.profil_addCrea_container .cta_adCrea_container .cta_adCrea div p {
  margin: 0;
  color: #fff
}

.profil_addCrea_container .text_addCrea_container {
  text-align: center;
  padding: 20px 0 20px 20px;
  overflow: hidden;
  width: 100%;
  height: 100%
}

@media screen and (max-width:720px) {
  .profil_addCrea_container .text_addCrea_container {
    padding: 20px
  }
}

.profil_addCrea_container .text_addCrea_container .text_addCrea_content {
  max-width: 100%;
  width: 576px;
  margin: auto;
  height: 100%;
  display: grid;
  align-content: center
}

@media screen and (max-width:480px) {
  .profil_addCrea_container .text_addCrea_container .text_addCrea_content {
    padding: 15px
  }
}

.profil_addCrea_container .text_addCrea_container .text_addCrea_content h3 {
  font-size: 3rem;
  margin: 0 0 20px
}

.profil_addCrea_container .text_addCrea_container .text_addCrea_content p {
  font-size: 1.6rem;
  line-height: 26px;
  margin: auto auto 0;
  font-weight: 900
}

.modal_form_crea_container {
  background: rgba(0, 0, 0, .48);
  z-index: 1000;
  padding: 8vw
}

@media screen and (max-width:720px) {
  .modal_form_crea_container {
    padding: 10px
  }
}

.form_manageCreaProfil_container {
  border-radius: 20px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .16);
  background-color: #fff;
  width: 800px;
  max-width: 100%;
  position: relative;
  margin: auto
}

.form_manageCreaProfil_container .form_manageCreaProfil_content,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center {
  width: 560px;
  max-width: 100%;
  margin: auto;
  padding: 30px 30px 0;
  position: relative;
  z-index: 11
}

.form_manageCreaProfil_container .form_manageCreaProfil_content.form_manage_annulRegle,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center.form_manage_annulRegle {
  width: auto;
  padding: 0
}

@media screen and (max-width:720px) {

  .form_manageCreaProfil_container .form_manageCreaProfil_content,
  .form_manageCreaProfil_container .form_manageCreaProfil_content_center {
    padding: 15px 15px 0
  }
}

.form_manageCreaProfil_container .form_manageCreaProfil_content_center p,
.form_manageCreaProfil_container .form_manageCreaProfil_content p {
  font-size: 1.5rem;
  color: #58585a;
  padding: 0;
  margin: 6px 0 0
}

.form_manageCreaProfil_container .form_manageCreaProfil_content_center h4,
.form_manageCreaProfil_container .form_manageCreaProfil_content h4 {
  color: #000;
  text-align: center;
  margin-bottom: 40px
}

.form_manageCreaProfil_container .form_manageCreaProfil_content_center h4:after,
.form_manageCreaProfil_container .form_manageCreaProfil_content h4:after {
  content: "";
  display: block;
  margin: 10px auto;
  height: 4px;
  width: 200px;
  max-width: 100%;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .formCrea_titre,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .formCrea_titre {
  position: relative
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .formCrea_titre input,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .formCrea_titre input {
  width: 100%;
  background-color: #eef7ff;
  color: #000;
  border: 1px solid #d6dfea
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .formCrea_titre .indic_obligatoire,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .formCrea_titre .indic_obligatoire {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 2rem
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .form_manageCreaProfil_textarea_container,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_manageCreaProfil_textarea_container {
  padding: 15px;
  width: 100%;
  background-color: #eef7ff;
  border-radius: 5px;
  border: 1px solid #d6dfea;
  margin-bottom: 25px
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_selectCol2,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_selectCol2 {
  display: grid;
  grid-template-columns: 170px auto;
  grid-gap: 30px
}

@media screen and (max-width:480px) {

  .form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_selectCol2,
  .form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_selectCol2 {
    display: grid;
    grid-template-columns: 1fr
  }
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_selectCol2 select,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_selectCol2 select {
  border: 1px solid #707070;
  background-color: #fff;
  font-size: 1.1rem;
  margin: 0;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  padding: 8px 30px 8px 10px;
  background-position: right 10px center;
  font-style: normal
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_selectCol2 select:focus,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_selectCol2 select:focus {
  border-radius: 5px 5px 0 0
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_selectCol2 .soloActivite,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_selectCol2 .soloActivite {
  background-color: #dbdbdb;
  font-size: 1.1rem;
  margin: 0;
  padding: 8px 30px 8px 10px;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16)
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_selectCol2 #cha_userbundle_portfoliocreationtype_activitySector,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_selectCol2 #cha_userbundle_portfoliocreationtype_activitySector {
  max-width: 192px;
  width: 100%
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .selectCheckbox_container,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .selectCheckbox_container {
  position: relative;
  display: inline-block
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .selectCheckbox_container .selectCheckbox_content .selectCheckbox_btn,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .selectCheckbox_container .selectCheckbox_content .selectCheckbox_btn {
  border: 1px solid #707070;
  background-color: #fff;
  font-size: 1.1rem;
  margin: 0;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-repeat: no-repeat;
  padding: 8px 30px 8px 10px;
  background-position: right 10px center;
  border-radius: 5px;
  width: 130px;
  text-align: left
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .selectCheckbox_container .selectCheckbox_content .selectCheckbox_btn p,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .selectCheckbox_container .selectCheckbox_content .selectCheckbox_btn p {
  font-size: 1.1rem;
  padding: 0;
  margin: 0
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .selectCheckbox_container .selectCheckbox_content .selectCheckbox_options_container,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .selectCheckbox_container .selectCheckbox_content .selectCheckbox_options_container {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 0 0 5px 5px;
  width: 130px
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .selectCheckbox_container .selectCheckbox_content .selectCheckbox_options_container:hover,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .selectCheckbox_container .selectCheckbox_content .selectCheckbox_options_container:hover {
  display: block
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .selectCheckbox_container .selectCheckbox_content .selectCheckbox_options_container .selectCheckbox_options_content,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .selectCheckbox_container .selectCheckbox_content .selectCheckbox_options_container .selectCheckbox_options_content {
  position: relative;
  z-index: 100
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .selectCheckbox_container .selectCheckbox_content .selectCheckbox_options_container .selectCheckbox_options_content label,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .selectCheckbox_container .selectCheckbox_content .selectCheckbox_options_container .selectCheckbox_options_content label {
  font-size: 1.1rem;
  padding: 5px 5px 5px 26px;
  top: 5px;
  left: 5px
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .selectCheckbox_container.isOpen .selectCheckbox_btn,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .selectCheckbox_container.isOpen .selectCheckbox_btn {
  border-radius: 5px 5px 0 0
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .selectCheckbox_container.isOpen .selectCheckbox_options_container,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .selectCheckbox_container.isOpen .selectCheckbox_options_container {
  display: block !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16)
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .indic_obligatoire,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .indic_obligatoire {
  color: #d93f3f;
  margin: 3px
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_uploadImg,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_uploadImg {
  display: grid;
  grid-template-columns: 170px 115px 1fr;
  grid-gap: 30px;
  margin: 30px 0 50px
}

@media screen and (max-width:720px) {

  .form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_uploadImg,
  .form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_uploadImg {
    grid-template-columns: 184px 115px;
    grid-gap: 15px
  }
}

@media screen and (max-width:480px) {

  .form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_uploadImg,
  .form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_uploadImg {
    grid-template-columns: 1fr
  }
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_uploadImg .form_crea_inputFile_container input,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_uploadImg .form_crea_inputFile_container input {
  display: none
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_uploadImg .form_crea_inputFile_container label,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_uploadImg .form_crea_inputFile_container label {
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
  background-color: #fff;
  text-align: center;
  padding: 10px;
  margin: 0;
  font-size: 1.1rem;
  width: 130px;
  cursor: pointer
}

@media screen and (max-width:720px) {

  .form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_uploadImg .preview_imgCrea_container,
  .form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_uploadImg .preview_imgCrea_container {
    grid-column-start: 1;
    grid-column-end: 3
  }
}

@media screen and (max-width:480px) {

  .form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_uploadImg .preview_imgCrea_container,
  .form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_uploadImg .preview_imgCrea_container {
    grid-column-start: 1;
    grid-column-end: 2
  }
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_boostRadio,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_boostRadio {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 30px;
  margin-bottom: 90px
}

@media screen and (max-width:720px) {

  .form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_boostRadio,
  .form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_boostRadio {
    margin-bottom: 40px
  }
}

@media screen and (max-width:480px) {

  .form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_boostRadio,
  .form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_boostRadio {
    grid-template-columns: 1fr
  }
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_boostRadio .form__radio,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_boostRadio .form__radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 0;
  flex-shrink: 0
}

@media screen and (max-width:480px) {

  .form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_boostRadio .form__radio,
  .form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_boostRadio .form__radio {
    justify-content: left
  }
}

.form_manageCreaProfil_container .form_manageCreaProfil_content .form_crea_boostRadio .form__radio label,
.form_manageCreaProfil_container .form_manageCreaProfil_content_center .form_crea_boostRadio .form__radio label {
  margin-right: 20px
}

.form_manageCreaProfil_container .form_crea_obligatoire {
  position: absolute;
  bottom: 0;
  right: 30px;
  font-style: italic;
  font-size: 1rem;
  color: #d83939
}

.form_manageCreaProfil_container .formcreation_disclaimerOffres_container .disclaimerOffres_texte {
  color: #58585a;
  font-size: 1.4rem;
  font-weight: 900;
  width: 560px;
  max-width: 100%;
  margin: auto;
  padding: 30px;
  position: relative;
  line-height: 1.57
}

.form_manageCreaProfil_container .formcreation_disclaimerOffres_container .formcreation_disclaimerOffres_content {
  background-color: #f1f0f8;
  text-align: center
}

.form_manageCreaProfil_container .formcreation_disclaimerOffres_container .formcreation_disclaimerOffres_content .block_offreBoost_container {
  background: none;
  box-shadow: none
}

.form_manageCreaProfil_container .formcreation_disclaimerOffres_container .formcreation_disclaimerOffres_content .block_offreBoost_container .drawCross_container {
  display: none
}

.form_manageCreaProfil_container .formcreation_disclaimerOffres_container .formcreation_disclaimerOffres_content .block_offreBoost_container h2,
.form_manageCreaProfil_container .formcreation_disclaimerOffres_container .formcreation_disclaimerOffres_content .block_offreBoost_container p {
  text-align: center
}

.form_manageCreaProfil_container .formcreation_disclaimerOffres_container .formcreation_disclaimerOffres_content .block_offreBoost_container .boost_pointFort {
  text-align: left
}

.form_manageCreaProfil_container .formcreation_disclaimerOffres_container .formcreation_disclaimerOffres_content .block_offreBoost_container .cta {
  display: none
}

.form_manageCreaProfil_container .formCreaCtaContainer {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 15px auto 0;
  padding: 50px 45px 40px;
  width: 560px;
  max-width: 100%
}

@media screen and (max-width:720px) {
  .form_manageCreaProfil_container .formCreaCtaContainer {
    display: block
  }
}

.form_manageCreaProfil_container .formCreaCtaContainer:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  left: 60px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: 10px
}

@media screen and (max-width:720px) {
  .form_manageCreaProfil_container .formCreaCtaContainer:after {
    left: 0;
    right: 0
  }
}

.form_manageCreaProfil_container .formCreaCtaContainer input {
  z-index: 10;
  width: 180px;
  max-width: 100%;
  font-style: normal;
  font-size: 1.6rem;
  color: #fff;
  background-color: #1082ff;
  border-radius: 5px
}

.form_manageCreaProfil_container .formCreaCtaContainer input:hover {
  background-color: #3690f0
}

@media screen and (max-width:720px) {
  .form_manageCreaProfil_container .formCreaCtaContainer input {
    margin: auto;
    position: relative;
    display: block
  }
}

@media screen and (max-width:720px) {
  .form_manageCreaProfil_container .formCreaCtaContainer input:first-child {
    margin-bottom: 15px
  }
}

.form_manageCreaProfil_container .formCreaCtaContainer .form_cancel {
  background: #707070
}

.form_manageCreaProfil_container .formCreaCtaContainer .form_cancel:hover {
  background: #a1a1a1
}

.form_manageCreaProfil_container .mess_form_obligatoire {
  font-size: 1rem !important;
  font-style: italic;
  text-align: right;
  color: #d83939 !important;
  position: absolute;
  right: 14px;
  bottom: 3px;
  padding: 10px !important;
  background: #fff
}

.form_manageCreaProfil_container .form_crea_messSuppr {
  text-align: center;
  margin-bottom: 50px
}

.crea_boost_cta {
  position: absolute;
  top: 20px;
  left: 14px;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px 12px;
  font-size: 1.2rem;
  font-weight: 700
}

@media screen and (max-width:720px) {
  .crea_boost_cta {
    top: 12px
  }
}

.manageCrea_container {
  position: absolute;
  top: 18px;
  right: 9px
}

@media screen and (max-width:720px) {
  .manageCrea_container {
    top: 10px
  }
}

.manageCrea_container .manageCrea_content {
  position: relative;
  z-index: 10
}

.manageCrea_container .manageCrea_content .manageCrea_btn {
  padding: 10px
}

.manageCrea_container .manageCrea_content .manageCrea_btn div {
  display: inline-block;
  height: 6px;
  width: 6px;
  background: #58585a;
  border-radius: 10px
}

.manageCrea_container .manageCrea_content .manageCrea_options_container {
  display: none;
  position: absolute;
  top: 43px;
  right: -96px;
  width: 150px
}

.manageCrea_container .manageCrea_content .manageCrea_options_container:hover {
  display: block
}

.manageCrea_container .manageCrea_content .manageCrea_options_container .manageCrea_options_content {
  position: relative;
  z-index: 100;
  border: 1px solid #707070;
  background: #fff
}

.manageCrea_container .manageCrea_content .manageCrea_options_container .manageCrea_options_content .manageCrea_item {
  font-size: 1.6rem;
  font-weight: 300;
  padding: 8px 17px;
  position: relative;
  color: #58585a;
  display: block
}

.manageCrea_container .manageCrea_content .manageCrea_options_container .manageCrea_options_content .manageCrea_item:hover {
  background: #707070;
  color: #fff
}

.manageCrea_container .manageCrea_content .manageCrea_options_container .manageCrea_options_content .manageCrea_item:after {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  right: 7px;
  height: 1px;
  bottom: 0;
  background: #707070
}

.manageCrea_container .manageCrea_content .manageCrea_options_container .manageCrea_options_content .manageCrea_item:last-child:after {
  display: none
}

.manageCrea_container .manageCrea_content .manageCrea_options_container .manageCrea_options_content:after,
.manageCrea_container .manageCrea_content .manageCrea_options_container .manageCrea_options_content:before {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.manageCrea_container .manageCrea_content .manageCrea_options_container .manageCrea_options_content:after {
  border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
  border-width: 15px;
  margin-left: -15px
}

.manageCrea_container .manageCrea_content .manageCrea_options_container .manageCrea_options_content:before {
  border-color: hsla(0, 0%, 43.9%, 0) hsla(0, 0%, 43.9%, 0) #707070;
  border-width: 16px;
  margin-left: -16px
}

.manageCrea_container.isOpen .manageCrea_options_container {
  display: block !important
}

.profil__social .cta,
.profil__social .form_submit.cta,
.profile_container .cta,
.profile_container .form_submit.cta {
  background: #1082ff;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 7px 29px;
  color: #fff
}

.profil__social .cta:hover,
.profil__social .form_submit.cta:hover,
.profile_container .cta:hover,
.profile_container .form_submit.cta:hover {
  background: #489bf7
}

.profil__social .form_cancel.cta,
.profile_container .form_cancel.cta {
  background: #707070
}

.profileOffres-superContainer .profils_showOffre_container {
  display: grid;
  grid-template-columns: 50px 1fr 140px;
  align-items: center;
  grid-gap: 40px;
  width: 1200px;
  max-width: 100%;
  margin-bottom: 30px
}

.profileOffres-superContainer .profils_showOffre_container:last-child {
  margin-bottom: 0
}

@media screen and (max-width:1024px) {
  .profileOffres-superContainer .profils_showOffre_container {
    grid-gap: 15px
  }
}

@media screen and (max-width:720px) {
  .profileOffres-superContainer .profils_showOffre_container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    width: 300px;
    margin: auto
  }
}

.profileOffres-superContainer .profils_showOffre_container .showOffre_nbr p {
  background-color: #58585a;
  color: #fff;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 50px
}

@media screen and (max-width:1024px) {
  .profileOffres-superContainer .profils_showOffre_container .formPayment_header_produit .itemOffre_prix {
    padding: 20px
  }
}

.profileOffres-superContainer .profils_showOffre_container .formPayment_header_produit .itemOffre_prix p {
  font-weight: 700;
  font-size: 3rem
}

@media screen and (max-width:1024px) {
  .profileOffres-superContainer .profils_showOffre_container .formPayment_header_produit .itemOffre_prix p {
    font-size: 2.5rem
  }
}

.profileOffres-superContainer .profils_showOffre_container .itemOffre_text {
  padding: 15px
}

@media screen and (max-width:720px) {
  .profileOffres-superContainer .profils_showOffre_container .showOffre_btnProlonge {
    text-align: center
  }
}

.profileOffres-superContainer .profils_showOffre_container .showOffre_btnProlonge .cta {
  font-size: 1.2rem;
  padding: 7px 14px;
  width: 100%
}

@media screen and (max-width:720px) {
  .profileOffres-superContainer .profils_showOffre_container .showOffre_btnProlonge .cta {
    display: inline-block;
    width: auto
  }
}

.profileOffres-superContainer .profilMonOffre-container .profilMonOffre-content {
  padding: 50px
}

.profileOffres-superContainer .profilMonOffre-container .profilMonOffre-content .profilOffres_aucuneOffres {
  text-align: center
}

.profileOffres-superContainer .profilMonOffre-container .profilMonOffre-content .profilOffres_aucuneOffres img {
  width: 50px
}

.profileOffres-superContainer .profilMonOffre-container .profilMonOffre-content .profilOffres_aucuneOffres p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #4d4d4d
}

.profileOffres-superContainer .profilMonOffre-container .profilMonOffre-content .profilOffres_aucuneOffres .cta {
  margin-top: 30px
}

.profileOffres-superContainer .formPayment_header_produit .itemOffre_prix {
  background-color: #f1f0f8 !important
}

.profileOffres-superContainer .formPayment_header_produit .itemOffre_prix p {
  color: #ff4374 !important
}

.profileOffres-superContainer .profilOldOffre-container .profilOldOffre-content .formPayment_header_produit .itemOffre_prix {
  background-color: #c6c6d5 !important
}

.profileOffres-superContainer .profilOldOffre-container .profilOldOffre-content .formPayment_header_produit .itemOffre_prix p {
  color: #58585a !important
}

.profileOffres-superContainer .profilHistoriqueOffre-content {
  width: 1250px;
  max-width: 100%;
  margin: auto
}

.profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item {
  display: grid;
  grid-template-columns: 1fr 120px 120px 120px 135px;
  grid-gap: 5vw;
  text-align: center;
  align-items: center;
  border-bottom: 1px solid #c7c7c7
}

.profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item:last-child {
  border-bottom: none
}

@media screen and (max-width:1500px) {
  .profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item {
    grid-gap: 3.4vw
  }
}

@media screen and (max-width:1024px) {
  .profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "id_transaction id_transaction date_transaction" "type_transaction prix_transaction facture_transaction";
    grid-gap: 15px;
    width: 500px;
    max-width: 100%;
    margin: 25px auto;
    padding-bottom: 20px
  }
}

@media screen and (max-width:500px) {
  .profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item {
    display: block
  }

  .profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item .date_transaction p {
    text-align: left !important
  }
}

@media screen and (max-width:1024px) {
  .profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item .id_transaction {
    grid-area: id_transaction
  }
}

.profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item .id_transaction p {
  color: #1d7eff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left
}

@media screen and (max-width:1024px) {
  .profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item .id_transaction p {
    margin-bottom: 0
  }
}

@media screen and (max-width:1024px) {
  .profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item .date_transaction {
    grid-area: date_transaction
  }
}

.profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item .date_transaction p {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 700
}

@media screen and (max-width:1024px) {
  .profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item .date_transaction p {
    text-align: right;
    margin-bottom: 0
  }
}

@media screen and (max-width:1024px) {
  .profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item .type_transaction {
    grid-area: type_transaction
  }
}

.profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item .type_transaction p {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 700
}

@media screen and (max-width:1024px) {
  .profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item .type_transaction p {
    text-align: left
  }
}

@media screen and (max-width:1024px) {
  .profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item .prix_transaction {
    grid-area: prix_transaction
  }
}

.profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item .prix_transaction p {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #ff4374;
  font-weight: 700
}

@media screen and (max-width:1024px) {
  .profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item .prix_transaction p {
    text-align: left
  }
}

.profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item .facture_transaction {
  text-align: right
}

@media screen and (max-width:1024px) {
  .profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item .facture_transaction {
    grid-area: facture_transaction
  }
}

.profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item .facture_transaction img {
  display: inline-block;
  vertical-align: middle
}

.profileOffres-superContainer .profilHistoriqueOffre-content .mesTransactions_item .facture_transaction a {
  font-size: 1rem;
  color: #000;
  font-style: italic;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px
}

.profileOffres-superContainer .profils_showOffreInMail_container {
  grid-template-columns: 1fr
}

.profileOffres-superContainer .profils_showOffreInMail_container .formPayment_header_produit .itemOffre_container {
  grid-template-columns: 70px 1fr auto
}

@media screen and (max-width:720px) {
  .profileOffres-superContainer .profils_showOffreInMail_container .formPayment_header_produit .itemOffre_container {
    grid-template-columns: 1fr
  }
}

.profileOffres-superContainer .profils_showOffreInMail_container .formPayment_header_produit .itemOffre_container .itemOffre_illu {
  box-shadow: none
}

@media screen and (max-width:720px) {
  .profileOffres-superContainer .profils_showOffreInMail_container .formPayment_header_produit .itemOffre_container .itemOffre_illu {
    width: auto
  }
}

.profileOffres-superContainer .profils_showOffreInMail_container .formPayment_header_produit .itemOffre_container .itemOffre_illu img {
  width: 110px;
  max-width: none;
  position: relative
}

@media screen and (max-width:720px) {
  .profileOffres-superContainer .profils_showOffreInMail_container .formPayment_header_produit .itemOffre_container .itemOffre_textContent {
    margin-top: -80px
  }
}

.profileOffres-superContainer .profils_showOffreInMail_container .formPayment_header_produit .itemOffre_container .itemOffre_textContent .itemOffre_text {
  padding: 15px 15px 15px 55px
}

@media screen and (max-width:720px) {
  .profileOffres-superContainer .profils_showOffreInMail_container .formPayment_header_produit .itemOffre_container .itemOffre_textContent .itemOffre_text {
    padding: 10px 10px 25px
  }
}

.profileOffres-superContainer .profils_showOffreInMail_container .formPayment_header_produit .itemOffre_container .offreInMail_unite {
  font-weight: 900;
  color: #ff4374;
  margin-left: 30px
}

@media screen and (max-width:720px) {
  .profileOffres-superContainer .profils_showOffreInMail_container .formPayment_header_produit .itemOffre_container .offreInMail_unite {
    margin: 15px;
    text-align: center
  }
}

@media screen and (max-width:720px) {
  .profileFollows_container {
    padding: 0
  }

  .profileFollows_content {
    padding: 0;
    text-align: left
  }

  .itemProfileFollows_container {
    position: relative;
    display: block
  }

  .itemProfileFollows_container p {
    padding: 20px 10px;
    margin: 0;
    text-align: center;
    display: block
  }

  .itemProfileFollows_avatar {
    width: 50px;
    height: 50px
  }

  .itemProfileFollows_infos {
    width: calc(100% - 175px)
  }

  .itemProfileFollows_infos p {
    padding: 0;
    text-align: left !important;
    font-size: 1.6rem !important
  }

  .itemProfileFollows_avatar {
    margin-left: 10px
  }

  .itemProfileFollows {
    text-align: left;
    width: 100% !important;
    position: relative
  }

  .preview__thumbnail-container {
    width: 140px;
    height: 140px
  }
}

@media screen and (max-width:720px) and (max-width:720px) {
  .preview__thumbnail-container {
    width: 100px;
    height: 100px
  }
}

@media screen and (max-width:720px) {
  .preview__title {
    font-size: 2rem
  }
}

.footer {
  padding: 12px
}

.footer_content {
  display: block;
  max-width: 920px;
  margin: auto;
  padding-bottom: 40px
}

.footer_BETA {
  font-size: 1.2rem;
  text-align: center;
  opacity: .3
}

.footer_BETA b {
  font-weight: 900
}

.footer_logoLangue_container {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: 30px
}

@media only screen and (max-width:720px) {
  .footer_logoLangue_container {
    grid-gap: 20px;
    grid-template-columns: max-content;
    grid-template-areas: "footer_logo footer_menuLangue" "footer_rs footer_rs"
  }

  .footer_logoLangue_container .footer_logo {
    grid-area: footer_logo
  }

  .footer_logoLangue_container .footer_menuLangue {
    grid-area: footer_menuLangue
  }

  .footer_logoLangue_container .footer_rs {
    grid-area: footer_rs;
    text-align: left
  }
}

.footer_rs {
  text-align: right
}

.footer_rs .share-box__button {
  background-size: contain;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  margin: 0 0 0 10px;
  display: inline-block
}

.footer_menuLangue,
.footer_rs .share-box__button {
  margin-top: 5px
}

.footer_menuLangue {
  height: 26px;
  width: 60px;
  position: relative;
  border-radius: 5px;
  background-color: #58585a;
  color: #fff;
  transition: all 1s
}

.footer_menuLangue p {
  margin: 0;
  padding: 4px 10px 4px 30px;
  font-size: 1.6rem
}

.footer_menuLangue .footer_listeLangue {
  position: absolute;
  top: 26px;
  width: 60px;
  max-height: 0;
  background: #7f7f82;
  transition: all .5s;
  opacity: .1;
  overflow: hidden;
  border-radius: 0 0 5px 5px
}

.footer_menuLangue .footer_listeLangue a {
  padding: 10px;
  display: block;
  font-size: 1.6rem;
  color: #fff;
  text-align: center
}

.footer_menuLangue .footer_listeLangue a:hover {
  background: #ffc943
}

.footer_menuLangue:hover {
  border-radius: 5px 5px 0 0
}

.footer_menuLangue:hover .footer_listeLangue {
  max-height: 100px;
  opacity: 1
}

.footer_menuLangue:before {
  content: "";
  display: block;
  border-color: #fff;
  border-style: none none solid solid;
  border-width: 2px;
  position: absolute;
  left: 9px;
  top: 5px;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px
}

.footer_colContent {
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  grid-gap: 50px
}

@media only screen and (max-width:720px) {
  .footer_colContent {
    grid-gap: 20px;
    width: 100%;
    display: grid;
    grid-template-rows: auto auto !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-areas: "footer_info footer_site" "footer_pro footer_pro"
  }

  .footer_colContent .footerCol_info {
    grid-area: footer_info
  }

  .footer_colContent .footerCol_site {
    grid-area: footer_site
  }

  .footer_colContent .footerCol_pro {
    grid-area: footer_pro
  }

  .footer_colContent .footerCol_contact {
    grid-area: footer_contact
  }
}

.footer_colContent h4 {
  font-size: 1.6rem
}

.footer_colContent a {
  color: #58585a;
  font-size: 1.2rem;
  display: block;
  margin: 15px 0
}

.footer_colContent a:hover {
  color: #ffc943
}

.footer_colContent p {
  font-size: 1.2rem
}

#formFooterMail {
  position: relative
}

#formFooterMail input[type=text] {
  background: #b2b2b2;
  color: #ededed;
  width: 100%;
  font-size: 2rem;
  font-weight: 300;
  padding: 10px;
  margin: 0
}

#formFooterMail input[type=submit] {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  height: 25px;
  width: 25px;
  position: absolute;
  right: 17px;
  top: 10px
}

.footerCol_pro .cta {
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0
}

.footerCol_pro .cta:hover {
  background-color: #ffba10;
  color: #fff
}

.footer-copyright {
  margin: 20px 0
}

.page-error {
  background-color: #ededed
}

.page-error:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 50%;
  bottom: 50%;
  left: 20px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.page-error__title:after {
  content: "";
  display: block;
  margin: auto;
  height: 4px;
  width: 200px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover
}

.page-error__cta {
  box-shadow: 0 5px 15px 0 rgba(255, 67, 116, .64);
  background-color: #ff4374
}

.page-error__content {
  z-index: 20;
  border-radius: 20px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
  background-color: #fff
}

.home_bannContainer {
  color: #fff;
  position: relative
}

.home_bannContainer img {
  width: 100%
}

.home_bannContainer .bannImgMD,
.home_bannContainer .bannImgSD {
  display: none
}

@media only screen and (max-width:1024px) {
  .home_bannContainer .bannImgHD {
    display: none
  }

  .home_bannContainer .bannImgMD {
    display: block
  }

  .home_bannContainer .bannImgSD {
    display: none
  }
}

@media only screen and (max-width:330px) {

  .home_bannContainer .bannImgHD,
  .home_bannContainer .bannImgMD {
    display: none
  }

  .home_bannContainer .bannImgSD {
    display: block
  }
}

.home_bannContainer .home_bannContent {
  position: absolute;
  bottom: 4vw;
  left: 4vw;
  right: 4vw
}

@media only screen and (max-width:1024px) {
  .home_bannContainer .home_bannContent {
    bottom: 35px
  }
}

@media only screen and (max-width:720px) {
  .home_bannContainer .home_bannContent {
    bottom: 15px
  }
}

.home_bannContainer .home_bannContent h2 {
  font-size: 4rem;
  margin: 0;
  color: #000;
  font-weight: 700;
  max-width: 100%;
  width: 1080px
}

@media only screen and (max-width:1024px) {
  .home_bannContainer .home_bannContent h2 {
    padding: 0 35px;
    font-size: 3rem
  }
}

@media only screen and (max-width:720px) {
  .home_bannContainer .home_bannContent h2 {
    padding: 0 15px;
    font-size: 1.6rem
  }
}

.home_mainContent {
  color: #000
}

.home_stats_sectionContainer {
  text-align: center;
  margin-top: 80px
}

@media only screen and (max-width:1024px) {
  .home_stats_sectionContainer {
    margin-top: 60px
  }
}

.home_stats_sectionContainer .stat_goutte {
  font-weight: 700;
  display: inline-block;
  height: 100px;
  width: 100px;
  vertical-align: top;
  margin: 10px;
  color: #fff;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover
}

@media only screen and (max-width:720px) {
  .home_stats_sectionContainer .stat_goutte {
    width: 60px;
    height: 60px;
    margin-left: 5px;
    margin-right: 5px
  }
}

.home_stats_sectionContainer .stat_goutte .stat_number {
  font-size: 2.3rem;
  margin: 25px 0 0;
  font-weight: 900
}

@media only screen and (max-width:720px) {
  .home_stats_sectionContainer .stat_goutte .stat_number {
    font-size: 1.3rem;
    margin-top: 15px
  }
}

.home_stats_sectionContainer .stat_goutte .stat_sujet {
  font-size: 2rem;
  margin: 0
}

@media only screen and (max-width:720px) {
  .home_stats_sectionContainer .stat_goutte .stat_sujet {
    font-size: 1.3rem
  }
}

.stat_goutte.jaune_crea {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  height: 120px;
  margin-top: -35px
}

@media only screen and (max-width:720px) {
  .stat_goutte.jaune_crea {
    height: 72px
  }
}

.stat_goutte.jaune_crea .stat_sujet {
  font-size: 1.6rem
}

@media only screen and (max-width:720px) {
  .stat_goutte.jaune_crea .stat_sujet {
    font-size: 1.1rem
  }
}

.stat_goutte.jaune_crea .stat_number {
  margin-top: 42px
}

@media only screen and (max-width:720px) {
  .stat_goutte.jaune_crea .stat_number {
    margin-top: 25px
  }
}

.stat_goutte.bleu_challenge {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.stat_goutte.bleu_challenge .stat_sujet {
  font-size: 1.6rem
}

@media only screen and (max-width:720px) {
  .stat_goutte.bleu_challenge .stat_sujet {
    font-size: 1rem
  }
}

.home_vousEtes_sectionContainer {
  text-align: center;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: minmax(auto, 440px) minmax(auto, 440px) minmax(auto, 440px);
  justify-content: space-between;
  width: 1500px;
  max-width: 100%;
  padding: 20px;
  margin: 30px auto
}

@media only screen and (max-width:1500px) {
  .home_vousEtes_sectionContainer {
    grid-gap: 10px
  }
}

@media only screen and (max-width:1024px) {
  .home_vousEtes_sectionContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
    margin: 10px auto
  }
}

@media only screen and (max-width:720px) {
  .home_vousEtes_sectionContainer {
    display: block
  }
}

.home_tileContainer {
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px -2px 30px 0 rgba(0, 0, 0, .16)
}

@media only screen and (max-width:1024px) {
  .home_tileContainer {
    width: calc(50% - 15px);
    margin-bottom: 15px
  }
}

@media only screen and (max-width:720px) {
  .home_tileContainer {
    margin: 0 auto 60px;
    width: 325px;
    max-width: 100%
  }
}

.home_tileContent {
  background-color: #fff;
  padding: 30px 30px 0;
  text-align: center
}

@media only screen and (max-width:1500px) {
  .home_tileContent {
    padding: 15px 15px 0
  }
}

.home_tileContent .home_tile_textes {
  padding: 15px
}

@media only screen and (max-width:1500px) {
  .home_tileContent .home_tile_textes {
    padding: 5px
  }
}

@media only screen and (max-width:720px) {
  .home_tileContent .home_tile_textes {
    padding: 0 22px 15px
  }
}

.home_tileContent h3 {
  margin: 0;
  text-align: left;
  font-size: 2.8rem
}

@media only screen and (max-width:1500px) {
  .home_tileContent h3 {
    font-size: 2.2rem
  }
}

@media only screen and (max-width:720px) {
  .home_tileContent h3 {
    text-align: center;
    font-size: 1.6rem
  }
}

.home_tileContent h3:after {
  content: "";
  display: block;
  margin: 10px 0;
  height: 4px;
  width: 300px;
  max-width: 100%;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover
}

.home_tileContent p {
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 0;
  min-height: 63px
}

@media only screen and (max-width:1500px) {
  .home_tileContent p {
    font-size: 1.5rem;
    min-height: 53px
  }
}

.home_tileContent b {
  font-weight: 900
}

.home_tileContent .home_tileIllu,
.home_tileContent .home_tileIllu img {
  max-width: 100%
}

.home_tileContent .cta {
  margin: 15px auto;
  padding: 20px 40px;
  display: inline-block;
  width: auto;
  text-align: center;
  box-shadow: 0 5px 15px 0 #ffcb43;
  box-shadow: none;
  font-size: 2rem;
  border-radius: 16px;
  font-weight: 700
}

@media only screen and (max-width:1024px) {
  .home_tileContent .cta {
    font-size: 1.7rem
  }
}

@media only screen and (max-width:720px) {
  .home_tileContent .cta {
    margin-top: 0;
    transform: translateY(-30px);
    margin-bottom: -15px
  }
}

.home_tileContent .cta:hover {
  background-color: #ffba10;
  box-shadow: 0 5px 15px 0 #ffcb43
}

.home_tileContainer.home_organisation .cta {
  background-color: #ff4374
}

.home_tileContainer.home_organisation .cta:hover {
  box-shadow: 0 5px 15px 0 #ff4374
}

.home_tileContainer.home_createur .cta {
  background-color: #ffc943
}

.home_tileContainer.home_visiteur .cta {
  background-color: #1082ff
}

.home_tileContainer.home_visiteur .cta:hover {
  box-shadow: 0 5px 15px 0 #1082ff
}

.home_lancerChallengeContainer {
  position: relative;
  overflow: hidden;
  padding: 80px 0 0
}

@media only screen and (max-width:720px) {
  .home_lancerChallengeContainer {
    padding: 0
  }
}

.home_lancerChallengeContent {
  position: relative;
  text-align: center;
  max-width: 1460px;
  margin: auto
}

.home_lancerChallenge_illu {
  display: inline-block;
  margin: auto;
  text-align: center;
  position: relative;
  transform: translateX(100px);
  text-align: right
}

@media only screen and (max-width:1500px) {
  .home_lancerChallenge_illu {
    transform: translateX(0)
  }
}

.home_lancerChallenge_illu img {
  max-width: 90%
}

@media only screen and (max-width:720px) {
  .home_lancerChallenge_illu img {
    max-width: 100%
  }
}

.home_lancerChallenge_blockTexte {
  border-radius: 40px;
  box-shadow: -9px 12px 20px 0 rgba(0, 0, 0, .16);
  background-color: #fcfafa;
  width: 520px;
  text-align: center;
  padding: 120px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

@media only screen and (max-width:1500px) {
  .home_lancerChallenge_blockTexte {
    padding: 35px;
    width: auto;
    left: 2%
  }
}

@media only screen and (max-width:720px) {
  .home_lancerChallenge_blockTexte {
    position: relative;
    margin: 190px auto -60px;
    max-width: 300px;
    left: auto
  }
}

.home_lancerChallenge_blockTexte h2 {
  color: #000;
  font-size: 3rem;
  margin: 0
}

@media only screen and (max-width:1500px) {
  .home_lancerChallenge_blockTexte h2 {
    font-size: 2.5rem
  }
}

.home_lancerChallenge_blockTexte h2 span {
  font-size: 4rem
}

@media only screen and (max-width:1500px) {
  .home_lancerChallenge_blockTexte h2 span {
    font-size: 2.9rem
  }
}

.home_lancerChallenge_blockTexte .cta {
  border-radius: 16px;
  border: 3px solid #707070;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  padding: 15px 55px;
  margin-top: 50px
}

@media only screen and (max-width:1500px) {
  .home_lancerChallenge_blockTexte .cta {
    font-size: 1.8rem
  }
}

@media only screen and (max-width:720px) {
  .home_lancerChallenge_blockTexte .cta {
    margin-top: 20px
  }
}

.home_lancerChallenge_blockTexte .cta:hover {
  color: #000
}

.home_yourEventContainer {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: auto;
  background-position: 50%;
  padding: 140px 0;
  position: relative
}

@media only screen and (max-width:720px) {
  .home_yourEventContainer {
    padding: 40px 27px
  }
}

.home_makeyourevent_container {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 4vw
}

@media only screen and (max-width:720px) {
  .home_makeyourevent_container {
    position: absolute;
    text-align: center;
    bottom: 260px
  }
}

.home_makeyourevent {
  font-size: 7vw;
  font-weight: 100;
  text-align: center;
  color: #000;
  margin: 0;
  line-height: 0
}

@media only screen and (max-width:720px) {
  .home_makeyourevent {
    font-size: 12vw;
    line-height: 12vw
  }
}

.home_yourEventContent {
  padding: 20px;
  width: 1054px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  color: #000;
  background: #fff
}

@media only screen and (max-width:720px) {
  .home_yourEventContent {
    padding: 5px
  }
}

.home_yourEventContent h3 {
  font-size: 4rem
}

@media only screen and (max-width:720px) {
  .home_yourEventContent h3 {
    font-size: 2.3rem;
    margin: 0
  }
}

.home_yourEventContent span {
  font-size: 2.4rem
}

@media only screen and (max-width:720px) {
  .home_yourEventContent span {
    font-size: 1.4rem
  }
}

.home_yourEventContent p {
  font-weight: 300
}

.home_yourEventContent b {
  font-weight: 900
}

.home_blogContent h2 {
  text-align: center;
  font-size: 3rem;
  color: #000
}

.home_blogContent h2 span {
  font-size: 4rem
}

.home_finEffect {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  width: 100%;
  height: 120px
}

.home_challRepBesoin {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  max-width: 90%;
  margin: auto
}

@media only screen and (max-width:720px) {
  .home_challRepBesoin {
    font-size: 2rem
  }
}

.home_challRepBesoin span {
  font-size: 4rem
}

@media only screen and (max-width:720px) {
  .home_challRepBesoin span {
    font-size: 2rem
  }
}

.home_theWall_container {
  background: #f5f5f7;
  padding: 70px;
  text-align: center
}

@media screen and (max-width:1024px) {
  .home_theWall_container {
    padding: 50px 30px
  }
}

.home_theWall_container .home_theWall_content {
  position: relative
}

.home_theWall_container .home_theWall_content .home_titre_pictoNew {
  font-size: 6rem;
  color: #000;
  margin: 0;
  position: relative;
  display: inline-block
}

@media screen and (max-width:720px) {
  .home_theWall_container .home_theWall_content .home_titre_pictoNew {
    font-size: 4.5rem
  }
}

.home_theWall_container .home_theWall_content .home_titre_pictoNew:before {
  content: "";
  position: absolute;
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') 50%;
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
  top: -52px;
  right: -78px
}

@media screen and (max-width:720px) {
  .home_theWall_container .home_theWall_content .home_titre_pictoNew:before {
    height: 60px;
    width: 60px;
    top: -36px;
    right: -58px;
    background-size: 60px
  }
}

.home_theWall_container .home_theWall_content .home_titre_pictoNew span {
  content: "";
  display: block;
  position: absolute;
  height: 70px;
  width: 70px;
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') 50%;
  background-repeat: no-repeat;
  top: -40px;
  right: -73px
}

@media screen and (max-width:720px) {
  .home_theWall_container .home_theWall_content .home_titre_pictoNew span {
    width: 50px;
    height: 50px;
    background-size: 116%;
    top: -28px;
    right: -50px
  }
}

.home_theWall_container .home_theWall_content p {
  color: #000;
  font-size: 2.5rem;
  margin: 10px 0
}

@media screen and (max-width:720px) {
  .home_theWall_container .home_theWall_content p {
    font-size: 2rem
  }
}

.home_theWall_container .home_theWall_content .home_theWall_gall {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px;
  width: 1240px;
  max-width: 100%;
  margin: 100px auto 0
}

@media screen and (max-width:1024px) {
  .home_theWall_container .home_theWall_content .home_theWall_gall {
    grid-gap: 40px
  }
}

@media screen and (max-width:720px) {
  .home_theWall_container .home_theWall_content .home_theWall_gall {
    grid-template-columns: 1fr;
    max-width: 100%;
    width: 425px;
    margin-top: 60px
  }
}

.home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items {
  position: relative
}

.home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items .home_theWall_items_content {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .16);
  background-color: #fff;
  padding: 30px 45px 0;
  position: relative;
  z-index: 1
}

@media screen and (max-width:720px) {
  .home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items .home_theWall_items_content {
    padding: 20px 30px 0
  }
}

.home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items .home_theWall_items_content img {
  margin: 40px auto -49px
}

.home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items .home_theWall_items_content h4 {
  font-size: 2.5rem;
  margin: 0
}

@media screen and (max-width:720px) {
  .home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items .home_theWall_items_content h4 {
    font-size: 2rem
  }
}

.home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items .home_theWall_items_content p {
  margin: 5px 0;
  color: #58585a;
  font-weight: 700;
  font-size: 2rem
}

@media screen and (max-width:720px) {
  .home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items .home_theWall_items_content p {
    font-size: 1.5rem
  }
}

.home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items a {
  display: inline-block;
  position: relative;
  border-radius: 16px;
  border: 3px solid #707070;
  background-color: #fff;
  color: #4d4d4d;
  padding: 10px 46px;
  font-size: 2rem;
  font-weight: 700;
  margin: 80px auto auto
}

@media screen and (max-width:720px) {
  .home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items a {
    margin-top: 40px
  }
}

.home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items .home_theWall_items_effect {
  position: relative
}

.home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items .home_theWall_items_effect:after,
.home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items .home_theWall_items_effect:before {
  content: "";
  position: absolute;
  display: block
}

.home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items .home_theWall_items_effect:before {
  width: 65%;
  height: 80%;
  background-color: #1d7eff;
  left: -10px;
  top: -10px;
  z-index: 1
}

.home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items .home_theWall_items_effect:after {
  width: 55%;
  height: 70%;
  background-color: #ffc943;
  left: -20px;
  top: -20px;
  z-index: 0
}

.home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items:first-child h4 {
  color: #ffc943
}

@media screen and (min-width:721px) {

  .home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items:first-child h4,
  .home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items:first-child p {
    text-align: right
  }
}

.home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items:nth-child(2) h4 {
  color: #ff4374
}

@media screen and (min-width:721px) {

  .home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items:nth-child(2) h4,
  .home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items:nth-child(2) p {
    text-align: left
  }
}

.home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items:nth-child(2) .home_theWall_items_effect:before {
  top: auto;
  left: auto;
  bottom: -10px;
  right: -10px
}

.home_theWall_container .home_theWall_content .home_theWall_gall .home_theWall_items:nth-child(2) .home_theWall_items_effect:after {
  top: auto;
  left: auto;
  bottom: -20px;
  right: -20px;
  background-color: #ff4374
}

.createurContainer .cms-content h1,
.orgaContainer .cms-content h1 {
  text-align: left
}

.pageCMS_3 .cms-content,
.pageCMS_97 .cms-content {
  width: 100%;
  padding: 0
}

.pageCMS_3 .cms-content .banner__content h1,
.pageCMS_97 .cms-content .banner__content h1 {
  text-align: left;
  margin-bottom: 30px
}

.orgaContainer .cta {
  background-color: #3370ff;
  border-radius: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px 35px
}

@media only screen and (max-width:720px) {
  .orgaContainer .cta {
    font-size: 1.6rem
  }
}

.orgaContainer .cta:hover {
  background-color: #4d81fc
}

.orga_bannContainer {
  color: #fff;
  position: relative
}

.orga_bannContainer picture img {
  display: block
}

.orga_bannContainer .orga_bannContent {
  position: absolute;
  bottom: 4vw;
  left: 4vw;
  right: 4vw
}

@media only screen and (max-width:1024px) {
  .orga_bannContainer .orga_bannContent {
    bottom: 35px
  }
}

@media only screen and (max-width:720px) {
  .orga_bannContainer .orga_bannContent {
    bottom: 15px
  }
}

.orga_bannContainer .orga_bannContent h1 {
  font-size: 4rem;
  margin: 0;
  color: #fff;
  font-weight: 900;
  text-align: left
}

@media only screen and (max-width:1024px) {
  .orga_bannContainer .orga_bannContent h1 {
    font-size: 3rem
  }
}

@media only screen and (max-width:720px) {
  .orga_bannContainer .orga_bannContent h1 {
    font-size: 1.9rem
  }
}

.orga_bannContainer .orga_bannContent p {
  text-align: left;
  font-weight: 900;
  font-size: 3rem;
  margin: 0
}

.orga_titreSection_container {
  margin: 35px 0;
  padding: 0 25px
}

.orga_titreSection_container h2 {
  color: #000;
  font-size: 3.5rem !important;
  margin: 0 !important;
  padding: 0
}

@media only screen and (max-width:720px) {
  .orga_titreSection_container h2 {
    font-size: 3rem !important
  }
}

.orga_titreSection_container p {
  font-size: 2rem;
  color: #000;
  margin: 0;
  font-weight: 900
}

@media only screen and (max-width:1024px) {
  .orga_titreSection_container p {
    font-size: 1.8rem !important
  }
}

.orga_titreSection_container:after {
  content: "";
  display: block;
  margin: 10px auto;
  height: 4px;
  width: 300px;
  max-width: 100%;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover
}

@media only screen and (max-width:1024px) {
  .orga_titreSection_container:after {
    width: 200px
  }
}

.orga_pointsclef_container {
  background: #ff4074
}

.section_referencerCibler,
.section_rejoindreDecouvrir {
  display: grid;
  grid-template-columns: 50vw 50vw;
  margin-top: -4px;
  overflow: hidden
}

@media only screen and (max-width:800px) {

  .section_referencerCibler,
  .section_rejoindreDecouvrir {
    grid-template-columns: 100vw
  }
}

.section_referencerCibler .pointsclef_container,
.section_rejoindreDecouvrir .pointsclef_container {
  padding: 30px;
  justify-content: center;
  background: #f1f0f8
}

@media only screen and (max-width:720px) {

  .section_referencerCibler .pointsclef_container,
  .section_rejoindreDecouvrir .pointsclef_container {
    padding: 15px
  }
}

@media only screen and (max-width:1220px) {

  .section_referencerCibler .pointsclef_container .orga_pointsclef_content,
  .section_rejoindreDecouvrir .pointsclef_container .orga_pointsclef_content {
    grid-gap: 10px;
    justify-content: space-between;
    grid-template-columns: 300px 300px;
    grid-template-rows: auto auto;
    width: 650px;
    max-width: 100%;
    margin: auto
  }
}

@media only screen and (max-width:720px) {

  .section_referencerCibler .pointsclef_container .orga_pointsclef_content,
  .section_rejoindreDecouvrir .pointsclef_container .orga_pointsclef_content {
    grid-template-columns: 1fr;
    justify-items: center;
    grid-gap: 50px
  }
}

.section_referencerCibler .pointsclef_container .orga_pointsclef_content .pointsClefIllu_container,
.section_rejoindreDecouvrir .pointsclef_container .orga_pointsclef_content .pointsClefIllu_container {
  text-align: center;
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  width: 800px;
  max-width: 100%;
  margin: 100px auto
}

@media screen and (max-width:1500px) {

  .section_referencerCibler .pointsclef_container .orga_pointsclef_content .pointsClefIllu_container,
  .section_rejoindreDecouvrir .pointsclef_container .orga_pointsclef_content .pointsClefIllu_container {
    grid-template-columns: auto auto;
    grid-gap: 15px;
    justify-content: center;
    margin: 0
  }
}

.section_referencerCibler .pointsclef_container .orga_pointsclef_content .pointsClefIllu_container .pointsClefIllu_item,
.section_rejoindreDecouvrir .pointsclef_container .orga_pointsclef_content .pointsClefIllu_container .pointsClefIllu_item {
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3);
  background: #fff;
  position: relative;
  width: 165px;
  height: 165px;
  padding: 80px 5px 5px
}

@media only screen and (max-width:480px) {

  .section_referencerCibler .pointsclef_container .orga_pointsclef_content .pointsClefIllu_container .pointsClefIllu_item,
  .section_rejoindreDecouvrir .pointsclef_container .orga_pointsclef_content .pointsClefIllu_container .pointsClefIllu_item {
    max-width: 42vw;
    height: auto
  }
}

.section_referencerCibler .pointsclef_container .orga_pointsclef_content .pointsClefIllu_container .pointsClefIllu_item img,
.section_rejoindreDecouvrir .pointsclef_container .orga_pointsclef_content .pointsClefIllu_container .pointsClefIllu_item img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px
}

.section_referencerCibler .pointsclef_container .orga_pointsclef_content .pointsClefIllu_container .pointsClefIllu_item p,
.section_rejoindreDecouvrir .pointsclef_container .orga_pointsclef_content .pointsClefIllu_container .pointsClefIllu_item p {
  font-size: 1.3rem
}

.section_referencerCibler .pointsclef_container.pointsclef_referencer,
.section_rejoindreDecouvrir .pointsclef_container.pointsclef_referencer {
  background: #fff
}

.section_referencerCibler .pointsclef_container.pointsclef_referencer .pointsClefIllu_item,
.section_rejoindreDecouvrir .pointsclef_container.pointsclef_referencer .pointsClefIllu_item {
  background: #f1f0f8 !important
}

.section_referencerCibler .ciblezCrea_container,
.section_referencerCibler .faitesDecouvrir_container,
.section_rejoindreDecouvrir .ciblezCrea_container,
.section_rejoindreDecouvrir .faitesDecouvrir_container {
  padding: 30px;
  text-align: center
}

@media screen and (max-width:720px) {

  .section_referencerCibler .ciblezCrea_container,
  .section_referencerCibler .faitesDecouvrir_container,
  .section_rejoindreDecouvrir .ciblezCrea_container,
  .section_rejoindreDecouvrir .faitesDecouvrir_container {
    padding: 15px
  }
}

.section_referencerCibler .ciblezCrea_container img,
.section_referencerCibler .faitesDecouvrir_container img,
.section_rejoindreDecouvrir .ciblezCrea_container img,
.section_rejoindreDecouvrir .faitesDecouvrir_container img {
  display: block;
  margin: auto
}

.section_referencerCibler .ciblezCrea_container .faiteDecouvrir_text,
.section_referencerCibler .faitesDecouvrir_container .faiteDecouvrir_text,
.section_rejoindreDecouvrir .ciblezCrea_container .faiteDecouvrir_text,
.section_rejoindreDecouvrir .faitesDecouvrir_container .faiteDecouvrir_text {
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
  width: 475px;
  max-width: 100%;
  margin: 32px auto;
  line-height: 22px
}

.section_referencerCibler .ciblezCrea_container .faiteDecouvrir_text b,
.section_referencerCibler .faitesDecouvrir_container .faiteDecouvrir_text b,
.section_rejoindreDecouvrir .ciblezCrea_container .faiteDecouvrir_text b,
.section_rejoindreDecouvrir .faitesDecouvrir_container .faiteDecouvrir_text b {
  font-weight: 900
}

.section_referencerCibler .ciblezCrea_container .ciblezCreaText_container,
.section_referencerCibler .faitesDecouvrir_container .ciblezCreaText_container,
.section_rejoindreDecouvrir .ciblezCrea_container .ciblezCreaText_container,
.section_rejoindreDecouvrir .faitesDecouvrir_container .ciblezCreaText_container {
  background-repeat: inherit;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-repeat: no-repeat;
  padding: 60px 0 60px 11vw;
  background-size: 287px;
  background-position: 0 -103px;
  max-width: 100%;
  display: inline-block
}

@media screen and (max-width:1235px) {

  .section_referencerCibler .ciblezCrea_container .ciblezCreaText_container,
  .section_referencerCibler .faitesDecouvrir_container .ciblezCreaText_container,
  .section_rejoindreDecouvrir .ciblezCrea_container .ciblezCreaText_container,
  .section_rejoindreDecouvrir .faitesDecouvrir_container .ciblezCreaText_container {
    padding: 273px 0 27px;
    background-size: 225px;
    background-position: center -90px
  }
}

.section_referencerCibler .ciblezCrea_container .ciblezCreaText_container div,
.section_referencerCibler .faitesDecouvrir_container .ciblezCreaText_container div,
.section_rejoindreDecouvrir .ciblezCrea_container .ciblezCreaText_container div,
.section_rejoindreDecouvrir .faitesDecouvrir_container .ciblezCreaText_container div {
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .4);
  background-color: #fff;
  width: 425px;
  max-width: 100%;
  padding: 30px 15px;
  margin: auto
}

.section_referencerCibler .ciblezCrea_container .ciblezCreaText_container div p,
.section_referencerCibler .faitesDecouvrir_container .ciblezCreaText_container div p,
.section_rejoindreDecouvrir .ciblezCrea_container .ciblezCreaText_container div p,
.section_rejoindreDecouvrir .faitesDecouvrir_container .ciblezCreaText_container div p {
  text-align: left;
  font-size: 1.6rem;
  color: #000
}

.section_referencerCibler .ciblezCrea_container .ciblezCreaText_container div p b,
.section_referencerCibler .faitesDecouvrir_container .ciblezCreaText_container div p b,
.section_rejoindreDecouvrir .ciblezCrea_container .ciblezCreaText_container div p b,
.section_rejoindreDecouvrir .faitesDecouvrir_container .ciblezCreaText_container div p b {
  font-weight: 900
}

.section_referencerCibler .ciblezCrea_container .ciblezEnSavoirPlus_text,
.section_referencerCibler .faitesDecouvrir_container .ciblezEnSavoirPlus_text,
.section_rejoindreDecouvrir .ciblezCrea_container .ciblezEnSavoirPlus_text,
.section_rejoindreDecouvrir .faitesDecouvrir_container .ciblezEnSavoirPlus_text {
  color: #000;
  font-size: 2rem
}

.section_referencerCibler .ciblezCrea_container,
.section_rejoindreDecouvrir .ciblezCrea_container {
  background: #f1f0f8 !important;
  font-size: 2rem
}

.orga_lancezChall_container .orga_titreSection_container {
  width: 300px
}

.orga_lancezChall_container .orga_titreSection_container h2 {
  font-size: 4.5rem !important
}

@media only screen and (max-width:720px) {
  .orga_lancezChall_container .orga_titreSection_container h2 {
    font-size: 3rem !important
  }
}

@media only screen and (max-width:720px) {
  .orga_lancezChall_container .orga_titreSection_container p {
    font-size: 2rem !important
  }
}

.orga_lancezChall_container .orga_titreSection_container:after {
  width: 130px
}

.orga_lancezChall_container .orga_titreSection_container .cta {
  margin-top: 30px;
  width: 248px
}

.pageCMS_3 .orga_lancezChall_container .orga_titreSection_container {
  width: 430px;
  max-width: 100%
}

.orga_creationPage_container {
  text-align: center;
  padding: 0 25px
}

.orga_creationPage_container h2 {
  color: #000;
  font-size: 2rem !important;
  font-weight: 500
}

.orga_creationPage_container h2 b {
  font-weight: 900
}

.orga_lancezChall_content {
  position: relative
}

.orga_lancezChall_content .orga_lancezChall_illu {
  z-index: -5
}

.orga_lancezChall_content .orga_titreSection_container {
  position: absolute;
  top: 12vw;
  left: 3vw;
  margin: 0
}

@media only screen and (max-width:720px) {
  .orga_lancezChall_content .orga_titreSection_container {
    position: relative;
    top: auto;
    left: auto;
    margin: 25px auto
  }
}

.orga_lancezChall_content .orga_lancezChall_right {
  position: absolute;
  top: 5vw;
  right: 3vw;
  width: 35vw;
  text-align: center
}

@media only screen and (max-width:1024px) {
  .orga_lancezChall_content .orga_lancezChall_right {
    right: 2vw;
    width: 41vw;
    top: 2vw
  }
}

@media only screen and (max-width:720px) {
  .orga_lancezChall_content .orga_lancezChall_right {
    position: relative;
    top: auto;
    right: auto;
    width: 90%;
    margin: auto
  }
}

@media only screen and (max-width:1800px) {
  .orga_lancezChall_content .orga_lancezChall_right object {
    height: 24vw !important
  }
}

@media only screen and (max-width:1600px) {
  .orga_lancezChall_content .orga_lancezChall_right object {
    height: 22vw !important
  }
}

@media only screen and (max-width:720px) {
  .orga_lancezChall_content .orga_lancezChall_right object {
    height: 60vw !important
  }
}

.orga_lancezChall_content .orga_lancezChall_right img {
  margin-bottom: 3vw
}

@media only screen and (max-width:720px) {
  .orga_lancezChall_content .orga_lancezChall_right .cta {
    margin-bottom: 40px
  }
}

.orga_lancezChall_content .orgaStat_numbers {
  max-width: 600px;
  z-index: 1
}

.orga_lancezChall_content .orgaStat_numbers img {
  margin-top: -220px
}

.orga_challengeStats_content {
  display: grid;
  grid-template-columns: auto auto 1fr;
  margin: 2.8vw auto;
  grid-gap: 4vw;
  width: 70vw;
  max-width: 95%
}

@media only screen and (max-width:720px) {
  .orga_challengeStats_content {
    grid-template-columns: 1fr;
    margin: 0 auto;
    grid-gap: 15px;
    width: 100%;
    max-width: 100%
  }
}

.orgaStat_1chall h3 {
  font-size: 3.5vw;
  color: #000;
  margin: 0
}

@media only screen and (max-width:720px) {
  .orgaStat_1chall h3 {
    font-size: 10vw
  }
}

.orgaStat_1chall p {
  font-size: 1vw;
  color: #000;
  font-weight: 300;
  margin: .5vw 0
}

@media only screen and (max-width:720px) {
  .orgaStat_1chall p {
    font-size: 3vw
  }
}

.orgaStat_egal p {
  font-size: 3.5vw;
  color: #000;
  font-weight: 900;
  line-height: 40px
}

@media only screen and (max-width:720px) {
  .orgaStat_egal p {
    font-size: 10vw;
    margin: 0
  }
}

.orgaStat_numbers {
  position: relative;
  max-width: 40vw;
  z-index: 1;
  height: 24vw
}

@media only screen and (max-width:720px) {
  .orgaStat_numbers {
    max-width: none;
    width: 90%;
    margin: auto;
    height: 74vw
  }
}

.orgaStat_numbers object {
  position: absolute;
  left: 0;
  right: 0;
  top: -13vw
}

@media only screen and (max-width:720px) {
  .orgaStat_numbers object {
    position: relative;
    top: 0
  }
}

.orga_challengeTime_container {
  padding: 15px;
  width: 1015px;
  max-width: 100%;
  height: 31vw;
  max-height: 317px;
  margin: -14vw auto auto
}

.orga_temoignages_container {
  background: #f1f0f8;
  padding-top: 30px;
  text-align: center
}

@media only screen and (max-width:720px) {
  .orga_temoignages_container {
    padding-top: 30px
  }
}

.orga_temoignages_container .orga_titreSection_container {
  margin: 35px 0 60px
}

.orga_temoignages_container .cta {
  display: inline-block;
  margin: 65px 0
}

@media only screen and (max-width:720px) {
  .orga_temoignages_container .cta {
    margin-top: 15px
  }
}

.orga_temoignageContainer {
  display: grid;
  grid-template-columns: 1fr 200px;
  background: #fff;
  padding-left: 10vh;
  margin-right: 15vh;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
  grid-gap: 2vw;
  align-items: center
}

@media only screen and (max-width:720px) {
  .orga_temoignageContainer {
    grid-template-columns: 1fr;
    padding: 120px 15px 5px;
    margin: 10px;
    position: relative
  }
}

.orga_temoignageContainer .orga_temoignage_texte {
  text-align: left !important;
  color: #000;
  font-weight: 300
}

@media only screen and (max-width:720px) {
  .orga_temoignageContainer .orga_temoignage_texte {
    font-size: 1.6rem
  }
}

.orga_temoignageContainer .orga_temoignage_auteur {
  text-align: left !important;
  color: #000;
  font-weight: 700
}

@media only screen and (max-width:720px) {
  .orga_temoignageContainer .orga_temoignage_auteur {
    font-size: 1.6rem;
    text-align: right !important
  }
}

@media only screen and (max-width:720px) {
  .orga_temoignageContainer img {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
  }
}

.orga_temoignageContainer.orga_temoignageRight {
  grid-template-columns: 200px 1fr;
  padding-left: 0;
  padding-right: 10vh;
  margin: 50px 0 50px 15vh
}

@media only screen and (max-width:720px) {
  .orga_temoignageContainer.orga_temoignageRight {
    margin: 10px;
    grid-template-columns: 1fr;
    padding: 120px 15px 5px
  }
}

.pageCMS_97 .cms-content {
  width: 100%;
  padding: 0
}

.createurContainer .orga_pointsclef_container {
  background: #ffcb43
}

.createurContainer .orga_lancezChall_content .orga_titreSection_container {
  top: 18vw
}

@media only screen and (max-width:720px) {
  .createurContainer .orga_lancezChall_content .orga_titreSection_container {
    top: 0
  }
}

.createurContainer .orga_lancezChall_content .orga_lancezChall_right {
  max-width: 396px;
  top: 18vw
}

@media only screen and (max-width:1135px) {
  .createurContainer .orga_lancezChall_content .orga_lancezChall_right {
    max-width: 33vw
  }
}

@media only screen and (max-width:720px) {
  .createurContainer .orga_lancezChall_content .orga_lancezChall_right {
    top: 0;
    max-width: 98%
  }
}

.createurContainer .orga_lancezChall_content .orga_lancezChall_right p {
  color: #000;
  font-size: 2.1rem;
  text-align: justify;
  font-weight: 300
}

@media only screen and (max-width:1135px) {
  .createurContainer .orga_lancezChall_content .orga_lancezChall_right p {
    font-size: 1.6vw
  }
}

@media only screen and (max-width:720px) {
  .createurContainer .orga_lancezChall_content .orga_lancezChall_right p {
    font-size: 1.8rem;
    text-align: center
  }
}

.createurContainer .orga_lancezChall_content .orga_lancezChall_right p b {
  font-weight: 700
}

.createurContainer .createurMakeYourLife {
  font-size: 7vw;
  font-weight: 100;
  text-align: center;
  color: #000;
  margin: -15px 0 0;
  line-height: 0
}

@media only screen and (max-width:720px) {
  .createurContainer .createurMakeYourLife {
    margin-top: 10px;
    font-size: 12vw;
    line-height: 10vw;
    margin-bottom: 30px
  }
}

.createurContainer .orga_temoignages_container {
  background: #f1f0f8;
  margin-top: 110px
}

@media only screen and (max-width:720px) {
  .createurContainer .orga_temoignages_container {
    margin-top: 0
  }
}

.createurContainer .decouverteGalerie_container {
  display: flex;
  width: 1150px;
  max-width: 100%;
  margin: 60px auto;
  padding: 0 30px;
  justify-content: space-between
}

@media only screen and (max-width:1000px) {
  .createurContainer .decouverteGalerie_container {
    padding: 15px
  }
}

@media only screen and (max-width:720px) {
  .createurContainer .decouverteGalerie_container {
    display: block;
    margin: 30px auto
  }
}

.createurContainer .decouverteGalerie_item_container {
  width: 496px;
  padding: 40px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
  max-width: 49%;
  background: #fff
}

@media only screen and (max-width:1200px) {
  .createurContainer .decouverteGalerie_item_container {
    padding: 15px
  }
}

@media only screen and (max-width:720px) {
  .createurContainer .decouverteGalerie_item_container {
    max-width: 100%;
    margin: 0 auto 15px
  }
}

.createurContainer .decouverteGalerie_item_container .decouverteGalerie_item_content h4 {
  color: #000;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 2.4rem
}

.createurContainer .decouverteGalerie_item_container .decouverteGalerie_item_content p {
  color: #000;
  margin: 0;
  font-weight: 700;
  font-size: 2rem
}

.createurContainer .decouverteGalerie_item_container .cta {
  margin-bottom: 0
}

@media only screen and (max-width:720px) {
  .cms-content ul {
    padding-left: 20px
  }
}

.cms-content h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 2.4rem
}

.cms-content h2:after {
  display: none
}

.cms-content p {
  text-align: center
}

.titleBanner {
  position: absolute;
  bottom: 0;
  left: 70px;
  left: 4%;
  bottom: 10px
}

@media screen and (max-width:720px) {
  .titleBanner {
    top: 50%;
    bottom: auto;
    left: 10px;
    right: 10px;
    text-align: center;
    transform: translateY(-50%)
  }
}

.titleBanner h1 {
  font-size: 5rem;
  font-weight: 900;
  color: #fff;
  text-transform: none;
  line-height: 1.6;
  text-transform: uppercase
}

@media screen and (max-width:720px) {
  .titleBanner h1 {
    font-size: 2rem
  }
}

.titleBanner span {
  font-size: 3rem;
  line-height: 1.2;
  display: block;
  text-transform: none
}

@media screen and (max-width:720px) {
  .titleBanner span {
    font-size: 1.6rem
  }
}

.cms-content {
  max-width: 100%;
  padding-bottom: 30px
}

@media only screen and (max-width:720px) {
  .cms-content {
    padding-bottom: 15px;
    padding-top: 0
  }
}

.faq_etape_container {
  padding: 30px;
  background-color: #ffba10;
  color: #fff;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15)
}

@media only screen and (max-width:720px) {
  .faq_etape_container {
    padding: 10px
  }
}

.faq_etape_container .etape_number {
  color: #ffba10;
  background: #fff;
  display: block;
  font-size: 2.8rem;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 50px;
  font-weight: 900;
  margin: 30px auto 0
}

@media only screen and (max-width:720px) {
  .faq_etape_container .etape_number {
    margin: 10px auto 0
  }
}

.faq_etape_container h3 {
  color: #fff
}

.faq_etape_container .etape_text {
  margin: 0
}

.faq_etape_container .etape_illu {
  margin: 30px auto 50px
}

@media only screen and (max-width:720px) {
  .faq_etape_container .etape_illu {
    margin: 10px auto 20px
  }
}

.faq_etape_container .etape_illu img {
  width: 100% !important;
  height: auto !important;
  border-radius: 20px;
  overflow: hidden
}

.faq_etape_container .etape_illu:last-child {
  margin-bottom: 0
}

.icon-pin,
.icon-pin:hover {
  background-image: unset
}

.lightBoxContainer {
  height: 100vh !important;
  width: 100%
}

@media screen and (max-width:720px) {
  .lightBoxContainer {
    display: block
  }
}

.lightBoxContainer .tile {
  background: none
}

.lightBoxContainer .tile__footer {
  padding: 0;
  margin-top: 70px
}

@media screen and (max-width:720px) {
  .lightBoxContainer .tile__footer {
    justify-content: center
  }
}

.lightBoxContainer .elemFooterGall {
  padding: 0
}

.lightBoxContainer .icon {
  width: 40px;
  height: 40px
}

.lightBoxContainer .count-badge {
  top: 10px
}

.lightBoxContainer .contribution__content-wrapper {
  margin-bottom: 0 !important;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 100%
}

.lightBoxContainer .tile__text {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  font-size: 1.4rem
}

.lightBoxContainer .comment__button-reply {
  display: block;
  position: absolute;
  right: -8px;
  top: auto
}

@media screen and (min-width:721px) {
  .lightBoxContainer.postText .lightbox_rightContent.contribution__content {
    padding: 60px
  }
}

.lightbox--standalone .contribution {
  height: auto !important
}

.lightbox_fade {
  background-color: rgba(0, 0, 0, .7);
  padding: 0
}

.comment-list {
  background: #fff;
  padding-bottom: 45px;
  border-radius: 0 0 20px 20px
}

.creation_standalone .lightBoxContainer {
  height: auto !important
}

@media screen and (max-width:720px) {

  .contribution__content,
  .contribution__media-container {
    padding: 0
  }
}

.lightbox_rightContent {
  padding-left: 20px
}

@media screen and (max-width:720px) {
  .lightbox_rightContent {
    padding: 0
  }
}

.lightbox_next,
.lightbox_previous {
  z-index: 500
}

@media screen and (max-width:720px) {

  .lightbox_next,
  .lightbox_previous {
    height: 45px;
    width: 45px;
    line-height: 40px
  }
}

.lightbox_close {
  top: 40px;
  right: 40px
}

@media screen and (max-width:720px) {
  .lightbox_close {
    top: 3px;
    padding: 16px
  }
}

.lightBoxContainer .tile__footer {
  margin-top: 56px
}

.lightbox_containerImage_withProducts.contribution__media-subcontainer {
  background: none
}

.lightbox_containerImage_withProducts .contribution__media-subcontainer {
  grid-template-rows: 1fr 240px;
  grid-template-rows: 1fr 13vw;
  height: 100%;
  grid-gap: 20px;
  background: none
}

@media screen and (max-width:720px) {
  .lightbox_containerImage_withProducts .contribution__media-subcontainer {
    display: block
  }
}

.lightbox_containerImage_withProducts_mediaContainer {
  height: 100%;
  display: contents
}

@media screen and (max-width:720px) {
  .lightbox_containerImage_withProducts_mediaContainer {
    display: block
  }
}

.lightbox_products_container {
  height: 100%;
  overflow-x: initial
}

@media screen and (max-width:720px) {
  .lightbox_products_container {
    padding: 10px 0
  }
}

.lightbox_containerImage_withProducts_mediaContent {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden
}

@media screen and (max-width:720px) {
  .lightbox_containerImage_withProducts_mediaContent {
    border-radius: 0
  }
}

.lightbox_containerImage_withProducts .contribution__media {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin: 0 auto;
  height: auto
}

@media screen and (max-width:720px) {
  .lightbox_products_content {
    margin-left: 12px
  }
}

.lightbox_itemProduct_container {
  vertical-align: top;
  height: 210px;
  height: 11vw;
  width: 300px;
  width: 16vw;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin-right: 20px;
  cursor: pointer
}

@media screen and (max-width:720px) {
  .lightbox_itemProduct_container {
    height: 148px;
    width: 187px;
    border-radius: 20px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .45);
    margin-right: 12px
  }
}

.lightbox_itemProduct_container img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.lightBoxContainer .elemFooterGall .icon-mess {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.lightBoxContainer .elemFooterGall.is-active .icon-mess {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.lightBoxContainer .elemFooterGall:hover .icon-mess {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.lightBoxContainer .elemFooterGall .icon-share {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.lightBoxContainer .elemFooterGall.is-active .icon-share {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.lightBoxContainer .elemFooterGall:hover .icon-share {
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png')
}

.commentaire_form,
.lightbox_votants,
.share-box {
  margin: 25px 0 0;
  border-radius: 20px;
  background: #fff
}

.commentaire_form {
  border-radius: 20px 20px 0 0
}

@media screen and (max-width:720px) {
  .commentaire_form {
    margin-left: 15px;
    margin-right: 15px
  }
}

.lightbox_inmail .commentaire_form {
  background: initial
}

@media screen and (max-width:720px) {
  .lightbox_inmail .commentaire_form {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .16);
    border-radius: 20px;
    margin-bottom: 15px
  }
}

.lightbox_inmail .commentaire_form .commentaire_form_header {
  background: #1082ff;
  color: #fff;
  padding: 15px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center
}

.lightbox_inmail .commentaire_form .commentaire_form_header p {
  margin: 0;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-position: 0;
  background-repeat: no-repeat;
  padding-left: 35px
}

.lightbox_inmail .commentaire_form .commentaire_form_header .commentaire_form_close {
  width: 20px;
  height: 20px;
  position: relative;
  transform: rotate(45deg);
  cursor: pointer
}

.lightbox_inmail .commentaire_form .commentaire_form_header .commentaire_form_close:after,
.lightbox_inmail .commentaire_form .commentaire_form_header .commentaire_form_close:before {
  display: block;
  content: "";
  background: #fff;
  position: absolute
}

.lightbox_inmail .commentaire_form .commentaire_form_header .commentaire_form_close:before {
  width: 20px;
  height: 4px;
  top: 8px;
  left: 0
}

.lightbox_inmail .commentaire_form .commentaire_form_header .commentaire_form_close:after {
  width: 4px;
  height: 20px;
  top: 0;
  left: 8px
}

.lightbox_inmail .commentaire_form .conversation_container .conversation_messages_container {
  min-height: 125px
}

.lightbox_inmail .commentaire_form .lightbox_form_send {
  border-radius: 0 0 20px 20px
}

.lightbox_form_container .lightbox_form_destinataire {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 17px 25px
}

.lightbox_form_container .lightbox_form_destinataire p {
  padding-right: 2vw;
  font-style: italic;
  font-size: 1.4rem;
  align-items: center;
  margin: 0
}

.lightbox_form_container .lightbox_form_destinataire p b {
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-style: normal
}

.lightbox_form_container .lightbox_form_textArea {
  box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, .16);
  background-color: #fff
}

.lightbox_form_container .lightbox_form_textArea textarea {
  width: 100%;
  background: #fff;
  margin: 0
}

.lightbox_form_container .lightbox_form_textArea textarea::placeholder {
  color: #b1b1b1
}

.lightbox_form_container .lightbox_form_send {
  padding: 30px 40px;
  background: #c6c6d5;
  text-align: right
}

.lightbox_form_container .lightbox_form_send input {
  display: block;
  border-radius: 5px;
  background-color: #1082ff;
  color: #fff;
  padding: 7px 40px;
  font-size: 2.5rem;
  font-weight: 900;
  display: inline-block
}

.lightbox_form_container .lightbox_form_send input:hover {
  color: #fff;
  background-color: #4c95e4
}

@media screen and (max-width:720px) {
  .board_discussion_superContainer {
    padding: 0
  }
}

.board_discussion_container {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .47);
  background-color: #f1f0f8;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px
}

@media screen and (max-width:720px) {
  .board_discussion_container {
    border-radius: 0
  }
}

.board_discussion_container .board_discussion_content {
  display: grid;
  grid-template-columns: 300px 1fr;
  overflow: hidden
}

@media screen and (max-width:720px) {
  .board_discussion_container .board_discussion_content {
    display: block
  }
}

.board_discussion_container .board_discussion_content .colDiscussion_container,
.board_discussion_container .board_discussion_content .colMessages_container {
  display: grid;
  grid-template-rows: 50px 65vh;
  height: 100%;
  overflow: hidden
}

@media screen and (max-width:720px) {

  .board_discussion_container .board_discussion_content .colDiscussion_container,
  .board_discussion_container .board_discussion_content .colMessages_container {
    height: auto;
    grid-template-rows: 50px auto;
    min-height: 400px
  }
}

.board_discussion_container .board_discussion_content .colMessages_container .headerBoardMess {
  background-color: #1d7eff;
  padding: 0 17px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto
}

.board_discussion_container .board_discussion_content .colMessages_container .headerBoardMess p {
  color: #fff;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 900
}

.board_discussion_container .board_discussion_content .colMessages_container .headerBoardMess .optionsMessage {
  height: 22px;
  width: 22px;
  border: 1px solid #58585a;
  background-color: #fff;
  border-radius: 20px
}

.board_discussion_container .board_discussion_content .colMessages_container .messagesList_container {
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 1px solid #bfbfc7
}

.board_discussion_container .board_discussion_content .colMessages_container .messagesList_container .filter_mess_content {
  padding: 10px
}

.board_discussion_container .board_discussion_content .colMessages_container .messagesList_container .filter_mess_content input {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #d6dfea;
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') #fff right 9px center;
  background-repeat: no-repeat
}

.board_discussion_container .board_discussion_content .colMessages_container .messagesList_container .messageUser_item {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 17px;
  grid-gap: 12px;
  background-color: #fff;
  border-bottom: 1px solid #bfbfc7
}

.board_discussion_container .board_discussion_content .colMessages_container .messagesList_container .messageUser_item:hover {
  background-color: #eef7ff;
  cursor: pointer
}

.board_discussion_container .board_discussion_content .colMessages_container .messagesList_container .messageUser_item:last-child {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

.board_discussion_container .board_discussion_content .colMessages_container .messagesList_container .messageUser_item .avatar {
  width: 50px;
  height: 50px
}

.board_discussion_container .board_discussion_content .colMessages_container .messagesList_container .messageUser_item .message_dateHeure_container .pseudoTime_content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  grid-gap: 10px
}

.board_discussion_container .board_discussion_content .colMessages_container .messagesList_container .messageUser_item .message_dateHeure_container .pseudo {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis
}

.board_discussion_container .board_discussion_content .colMessages_container .messagesList_container .messageUser_item .message_echantillon {
  margin: 10px 0 0;
  color: #4d4d4d;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 500;
  height: 30px;
  overflow: hidden
}

.board_discussion_container .board_discussion_content .colMessages_container .messagesList_container .messageUser_item.messageUser_current {
  background-color: #eef7ff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  z-index: 2;
  position: relative;
  border: none
}

.board_discussion_container .board_discussion_content .colMessages_container .messagesList_container .messageUser_item.messageUser_current .pseudo {
  font-weight: 900
}

.board_discussion_container .board_discussion_content .colMessages_container .messagesList_container .messageUser_item.messageUser_current:after {
  content: "";
  display: block;
  width: 8px;
  max-width: 100%;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0
}

@media screen and (max-width:720px) {
  .board_discussion_container .board_discussion_content .colDiscussion_container {
    width: 100%;
    top: 47px;
    bottom: 0;
    z-index: 800;
    position: fixed
  }
}

.board_discussion_container .board_discussion_content .colDiscussion_container .headerBoard_expediteur {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 12px;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #bfbfc7
}

@media screen and (max-width:720px) {
  .board_discussion_container .board_discussion_content .colDiscussion_container .headerBoard_expediteur {
    background: #f1f0f8;
    grid-template-columns: auto 1fr auto auto
  }
}

@media screen and (max-width:720px) {
  .board_discussion_container .board_discussion_content .colDiscussion_container .headerBoard_expediteur .conversationBackMobile {
    display: block
  }
}

@media screen and (max-width:720px) {
  .board_discussion_container .board_discussion_content .colDiscussion_container .headerBoard_expediteur .conversation_container {
    overflow: hidden
  }
}

.board_discussion_container .board_discussion_content .colDiscussion_container .headerBoard_expediteur .pseudo {
  color: #000
}

.board_discussion_container .board_discussion_content .colDiscussion_container .headerBoard_expediteur .manageDiscution_content {
  position: relative;
  z-index: 10
}

@media screen and (max-width:720px) {
  .board_discussion_container .board_discussion_content .colDiscussion_container .conversation_container {
    grid-template-rows: 1fr auto auto;
    min-height: 100%;
    max-height: 100%;
    overflow: hidden;
    max-height: calc(100vh - 114px);
    min-height: calc(100vh - 114px)
  }
}

.board_discussion_content .conversationBackMobile,
.lightbox_inmail .conversationBackMobile {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover
}

.board_discussion_content .avatar,
.lightbox_inmail .avatar {
  border-radius: 50px;
  overflow: hidden;
  height: 30px;
  width: 30px
}

.board_discussion_content .pseudo,
.lightbox_inmail .pseudo {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0
}

.board_discussion_content .messageTime,
.lightbox_inmail .messageTime {
  font-size: .8rem;
  font-weight: 700;
  color: #58585a;
  margin: 0
}

.board_discussion_content .manageCrea_options_container,
.lightbox_inmail .manageCrea_options_container {
  position: absolute;
  top: 36px;
  right: 0;
  width: 210px
}

.board_discussion_content .manageCrea_options_container .manageCrea_options_content,
.lightbox_inmail .manageCrea_options_container .manageCrea_options_content {
  position: relative;
  z-index: 100;
  border: 1px solid #707070;
  background: #fff
}

.board_discussion_content .manageCrea_options_container .manageCrea_options_content:before,
.lightbox_inmail .manageCrea_options_container .manageCrea_options_content:before {
  bottom: 100%;
  right: 8px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 12px solid hsla(0, 0%, 43.9%, 0);
  border-bottom-color: #707070;
  margin-left: -12px
}

.board_discussion_content .manageCrea_options_container .manageCrea_options_content .manageCrea_item,
.lightbox_inmail .manageCrea_options_container .manageCrea_options_content .manageCrea_item {
  font-size: 1.6rem;
  font-weight: 300;
  padding: 8px 17px;
  position: relative;
  color: #58585a;
  display: block
}

.board_discussion_content .manageCrea_options_container .manageCrea_options_content .manageCrea_item:hover,
.lightbox_inmail .manageCrea_options_container .manageCrea_options_content .manageCrea_item:hover {
  background: #707070;
  color: #fff
}

.board_discussion_content .manageCrea_options_container .manageCrea_options_content .manageCrea_item:after,
.lightbox_inmail .manageCrea_options_container .manageCrea_options_content .manageCrea_item:after {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  right: 7px;
  height: 1px;
  bottom: 0;
  background: #707070
}

.board_discussion_content .manageCrea_options_container .manageCrea_options_content .manageCrea_item:last-child:after,
.lightbox_inmail .manageCrea_options_container .manageCrea_options_content .manageCrea_item:last-child:after {
  display: none
}

.conversation_container {
  background: #fff;
  display: grid;
  grid-template-rows: 1fr auto
}

.conversation_container .conversation_messages_container {
  padding: 10px 30px 30px 10px;
  min-height: 300px;
  max-height: 460px;
  overflow: auto
}

@media screen and (max-width:720px) {
  .conversation_container .conversation_messages_container {
    max-height: none;
    min-height: 0
  }
}

.conversation_container .conversation_messages_container .conversation_message_content .message_dateHeure_container p {
  display: inline-block;
  vertical-align: middle
}

.conversation_container .conversation_messages_container .conversation_message_content .message_dateHeure_container p.pseudo {
  font-size: 1.1rem;
  color: #000
}

.conversation_container .conversation_messages_container .conversation_message_content .message_dateHeure_container p.messageTime {
  font-weight: 300;
  color: #58585a
}

.conversation_container .conversation_messages_container .conversation_message_content .message_dateHeure_container span {
  width: 3px;
  height: 3px;
  background: #707070;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin: 0 7px
}

.conversation_container .conversation_messages_container .conversation_message_content .message_dateHeure_container .pseudo {
  overflow: hidden;
  text-overflow: ellipsis
}

.conversation_container .conversation_messages_container .conversation_message_content .conversation_texteManage_container {
  position: relative;
  max-width: 430px;
  max-width: 75%;
  display: inline-block;
  padding-right: 30px
}

.conversation_container .conversation_messages_container .conversation_message_content .conversation_texteManage_container .conversation_message {
  padding: 10px;
  background: #f1f0f8;
  color: #4d4d4d;
  border-radius: 10px;
  margin: 5px 0;
  font-size: 1.4rem;
  font-weight: 500
}

.conversation_container .conversation_messages_container .conversation_message_content .conversation_texteManage_container .manageMessage_container {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 10
}

.conversation_container .conversation_messages_container .conversation_message_content .conversation_texteManage_container .manageMessage_container .manage_btn {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
  background-color: #fff;
  border-radius: 50px;
  padding: 0;
  width: 20px;
  height: 20px
}

.conversation_container .conversation_messages_container .conversation_message_content .conversation_texteManage_container .manageMessage_container .manage_btn div {
  height: 4px;
  width: 4px;
  margin: 0 -.5px
}

.conversation_container .conversation_messages_container .conversation_message_content .conversation_texteManage_container .manageCrea_options_container {
  right: -11px;
  width: 200px
}

.conversation_container .conversation_messages_container .conversation_message_content.message_expediteur {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 5px
}

.conversation_container .conversation_messages_container .conversation_message_content.message_expediteur .conversation_message {
  color: #fff !important;
  background: #1d7eff !important
}

.conversation_container .conversation_messages_container .conversation_message_content.message_user {
  text-align: right
}

.conversation_container .conversation_messages_container .conversation_message_content.message_user .conversation_texteManage_container {
  padding-right: 0;
  padding-left: 30px
}

.conversation_container .conversation_messages_container .conversation_message_content.message_user .conversation_texteManage_container .conversation_message {
  text-align: left
}

.conversation_container .conversation_messages_container .conversation_message_content.message_user .conversation_texteManage_container .manageMessage_container {
  right: auto;
  left: 0
}

.conversation_container .conversation_messages_container .conversation_date {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 20px;
  align-items: center;
  max-width: 80%;
  margin: auto
}

.conversation_container .conversation_messages_container .conversation_date p {
  font-size: 1.2rem;
  color: #58585a
}

.conversation_container .conversation_messages_container .conversation_date span {
  height: 1px;
  background: #58585a
}

.conversation_container .conversation_messages_container .message_nonLu span {
  background: #1d7eff
}

.conversation_container .conversation_messages_container .message_nonLu p {
  color: #1d7eff
}

.conversation_container .conversation_footer {
  background: #c6c6d5;
  padding: 15px 35px 35px 15px;
  display: flex;
  justify-content: flex-end
}

.conversation_container .conversation_footer .cta {
  font-weight: 700
}

.conversation_container .lightbox_form_textArea {
  border-radius: 0;
  width: 100%;
  margin: 0;
  box-shadow: 0 -5px 6px 0 rgba(0, 0, 0, .16);
  background-color: #fff;
  font-style: normal;
  color: #838383;
  font-weight: 300;
  padding: 24px 16px;
  height: 100px
}

.modal_container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  z-index: 1000;
  padding: 8vw;
  background: rgba(0, 0, 0, .48)
}

.modal_container .modal_content {
  border-radius: 20px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .42);
  background-color: #fff;
  width: 520px;
  max-width: 100%;
  margin: auto;
  padding: 30px;
  text-align: center;
  position: relative
}

.modal_container .modal_content p {
  font-size: 2rem;
  color: #4d4d4d;
  font-weight: 500
}

.modal_container .modal_content p span {
  font-weight: 900
}

.modal_container .modal_content .modal_traitEffect:after {
  content: "";
  display: block;
  margin: 30px auto;
  height: 4px;
  width: 200px;
  max-width: 100%;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover
}

.modal_container .modal_content .formModalCtaContainer {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
  padding: 50px 22px 40px;
  width: 560px;
  max-width: 100%
}

@media screen and (max-width:720px) {
  .modal_container .modal_content .formModalCtaContainer {
    display: block
  }
}

.modal_container .modal_content .formModalCtaContainer:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 45px;
  bottom: 0;
  left: 45px;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: 10px
}

@media screen and (max-width:720px) {
  .modal_container .modal_content .formModalCtaContainer:after {
    left: 0;
    right: 0
  }
}

.modal_container .modal_content .formModalCtaContainer .cta {
  z-index: 10;
  width: 180px;
  max-width: 100%;
  font-style: normal;
  font-size: 1.6rem;
  color: #fff;
  background-color: #1082ff;
  border-radius: 5px;
  padding: 10px
}

.modal_container .modal_content .formModalCtaContainer .cta:hover {
  background-color: #3690f0
}

@media screen and (max-width:720px) {
  .modal_container .modal_content .formModalCtaContainer .cta {
    margin: auto;
    position: relative;
    display: block
  }
}

@media screen and (max-width:720px) {
  .modal_container .modal_content .formModalCtaContainer .cta:first-child {
    margin-bottom: 15px
  }
}

.modal_container .modal_content .formModalCtaContainer .form_cancel {
  background: #707070
}

.modal_container .modal_content .formModalCtaContainer .form_cancel:hover {
  background: #a1a1a1
}

.page_offreBoost_container h1 {
  color: #000;
  text-align: center;
  font-size: 3rem
}

.page_offreBoost_container h1:after {
  content: "";
  display: block;
  margin: 10px auto;
  height: 4px;
  width: 190px;
  max-width: 100%;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover
}

.page_offreBoost_container .page_offreBoost_content {
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover;
  padding: 120px 15px
}

.page_offreBoost_container .drawCross_container {
  display: none
}

.block_offreBoost_container h2:before {
  content: "BOOST"
}

.block_offreInMail_container h2:before {
  content: "ACCESS"
}

.block_offreBoost_container h2,
.block_offreInMail_container h2 {
  color: #000;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  z-index: 0
}

@media screen and (max-width:720px) {

  .block_offreBoost_container h2,
  .block_offreInMail_container h2 {
    font-size: 2rem
  }
}

.block_offreBoost_container h2:before,
.block_offreInMail_container h2:before {
  font-size: 60px;
  font-weight: 900;
  color: #f1f0f8;
  position: absolute;
  z-index: -1;
  top: -19px;
  left: 3px
}

@media screen and (max-width:720px) {

  .block_offreBoost_container h2:before,
  .block_offreInMail_container h2:before {
    font-size: 5rem;
    top: -27px;
    left: 0
  }
}

.block_offreBoost_container p,
.block_offreInMail_container p {
  text-align: left
}

.block_offreBoost_container .boost_prix,
.block_offreInMail_container .boost_prix {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #ff4374 !important
}

.block_offreBoost_container .boost_pointFort p,
.block_offreInMail_container .boost_pointFort p {
  font-size: 1.6rem !important;
  padding-left: 25px !important;
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') left top 2px;
  background-repeat: no-repeat;
  background-size: 15px;
  text-align: left !important
}

.block_offreBoost_container hr,
.block_offreInMail_container hr {
  background-color: #4d4d4d;
  margin: 30px 0
}

.block_offreBoost_container .cta,
.block_offreInMail_container .cta {
  display: inline-block;
  border-radius: 20px;
  background-color: #1d7eff;
  font-size: 2rem;
  padding: 15px 20px;
  margin-top: 40px;
  width: 260px;
  max-width: 100%
}

@media screen and (max-width:720px) {

  .block_offreBoost_container .cta,
  .block_offreInMail_container .cta {
    font-size: 1.6rem;
    padding: 13px 50px;
    width: auto
  }
}

.block_offreBoost_container .drawCross_container,
.block_offreInMail_container .drawCross_container {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer
}

.block_offreBoost_container .form__radio,
.block_offreInMail_container .form__radio {
  text-align: left
}

.block_offreBoost_container .form__radio .modal_offres_optionContainer,
.block_offreInMail_container .form__radio .modal_offres_optionContainer {
  border-radius: 4px;
  border: 1px solid #707070;
  margin-bottom: 10px;
  display: table
}

.block_offreBoost_container .form__radio .modal_offres_optionContainer label,
.block_offreInMail_container .form__radio .modal_offres_optionContainer label {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 15px 15px 15px 30px;
  margin: 0
}

.block_offreBoost_container .form__radio .modal_offres_optionContainer label span,
.block_offreInMail_container .form__radio .modal_offres_optionContainer label span {
  color: #ff4374
}

.block_offreBoost_container .form__radio .modal_offres_optionContainer input[type=radio]+label:before,
.block_offreInMail_container .form__radio .modal_offres_optionContainer input[type=radio]+label:before {
  top: 13px;
  left: 8px
}

.block_offreBoost_container .form__radio .modal_offres_optionContainer input[type=radio]+label:after,
.block_offreInMail_container .form__radio .modal_offres_optionContainer input[type=radio]+label:after {
  top: 15px;
  left: 10px
}

.formPayment_page .formPayment_backlink {
  position: absolute;
  left: 3.5vw;
  top: 50px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #58585a
}

.formPayment_page .formPayment_backlink.mobile {
  display: none
}

@media screen and (max-width:1660px) {
  .formPayment_page .formPayment_backlink {
    left: 45px;
    top: 15px
  }
}

@media screen and (max-width:720px) {
  .formPayment_page .formPayment_backlink.desktop {
    display: none
  }

  .formPayment_page .formPayment_backlink.mobile {
    display: block;
    top: 16px;
    left: 45px
  }
}

.formPayment_page .formPayment_backlink:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #58585a;
  position: absolute;
  left: -28px;
  top: 7px
}

.formPayment_page .formPayment_backlink:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #58585a;
  border-right: 2px solid #58585a;
  transform: rotate(-135deg);
  position: absolute;
  left: -28px;
  top: 2px
}

.formPayment_page .formPayment_header_container {
  width: 1400px;
  max-width: 100%;
  margin: auto;
  padding: 15px
}

.formPayment_page .formPayment_header_container .formPayment_header_content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 70px
}

@media screen and (max-width:1024px) {
  .formPayment_page .formPayment_header_container .formPayment_header_content {
    grid-template-columns: 1fr;
    grid-gap: 25px;
    justify-items: center
  }
}

@media screen and (max-width:720px) {
  .formPayment_page .formPayment_header_container .formPayment_header_content {
    margin-top: 30px
  }
}

.formPayment_page .formPayment_header_container .formPayment_header_content .formPayment_header_titre p {
  font-size: 3rem;
  color: #000;
  margin: 0
}

@media screen and (max-width:1024px) {
  .formPayment_page .formPayment_header_container .formPayment_header_content .formPayment_header_titre p {
    text-align: center
  }
}

@media screen and (max-width:720px) {
  .formPayment_page .formPayment_header_container .formPayment_header_content .formPayment_header_titre p {
    font-size: 2.5rem
  }
}

.formPayment_page .formPayment_header_container .formPayment_header_content .formPayment_header_titre p b {
  font-weight: 900
}

.formPayment_page .formPayment_formSupercontainer {
  background-color: #f1f0f8;
  padding: 50px 15px;
  position: relative
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent {
  max-width: 1400px;
  margin: auto
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .formPayment_etapes {
  display: grid;
  grid-template-columns: 50% 50%
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .formPayment_etapes div {
  border-top: 8px solid #fff
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .formPayment_etapes div p {
  font-size: 1rem;
  font-weight: 700;
  display: inline-block
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container {
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15vw
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .payment_form_buy,
.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .payment_form_information {
  position: relative
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .edit_facturation {
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .16);
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') 50% #fff;
  background-repeat: no-repeat;
  height: 33px;
  width: 33px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer
}

@media screen and (max-width:1024px) {
  .formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container {
    padding: 15px;
    grid-gap: 30px
  }
}

@media screen and (max-width:720px) {
  .formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container {
    grid-template-columns: 1fr;
    grid-gap: 45px
  }
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container h3 {
  color: #000;
  font-size: 2.5rem;
  margin: 0;
  padding-right: 40px
}

@media screen and (max-width:1024px) {
  .formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container h3 {
    font-size: 2rem
  }
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px 0 30px;
  background: #000
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container label {
  color: #58585a;
  font-size: 1.2rem
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .StripeElement,
.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container input[type=email],
.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container input[type=text],
.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container select {
  background-color: #fff;
  border: 1px solid #b5cae3;
  border-radius: 0;
  width: 100%;
  padding: .6em .9em;
  font-style: italic;
  line-height: 1.333;
  font-size: 1.5rem
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .formPayment_doubleInput,
.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .formPayment_soloInput {
  margin-bottom: 15px
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .formPayment_doubleInput {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2vw
}

@media screen and (max-width:720px) {
  .formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .formPayment_doubleInput {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0
  }
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .stripMessSecure {
  border-radius: 13px;
  padding: 20px 84px 20px 20px;
  margin-top: 30px;
  background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') top 15px right 10px #c6c6d5;
  background-repeat: no-repeat;
  background-size: 70px
}

@media screen and (max-width:720px) {
  .formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .stripMessSecure {
    padding: 100px 15px 15px;
    background: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png') top 15px center #c6c6d5;
    background-repeat: no-repeat;
    background-size: 60px
  }
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .stripMessSecure h4 {
  margin-top: 0;
  font-size: 1.6rem
}

@media screen and (max-width:720px) {
  .formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .stripMessSecure h4 {
    text-align: center
  }
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .stripMessSecure p {
  font-size: 1.4rem;
  line-height: 1.25;
  margin-bottom: 0
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container input[type=checkbox]+label {
  font-style: italic;
  font-size: 1.3rem !important;
  margin-top: 20px;
  padding-left: 40px
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container input[type=checkbox]+label:before {
  top: -4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .29);
  border: 1px solid #b5cae3
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container input[type=checkbox]+label:after {
  top: 5px;
  left: 9px;
  width: 10px;
  height: 5px
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .form-error,
.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .form__error,
.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .form__error-server {
  padding: 10px 0;
  display: block
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .cta {
  border-radius: 20px;
  background-color: #1d7eff;
  border: none;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 30px auto 10px;
  padding: 8px;
  width: 180px;
  display: block
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .formPayment_cancel {
  color: #58585a;
  text-align: center;
  display: block;
  font-size: 1.2rem;
  margin: 0 auto;
  width: 80px
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .paiementBtn_loading {
  position: relative;
  width: 180px;
  margin: auto
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .paiementBtn_loading .loader {
  height: 20px;
  width: 20px;
  transform: translateX(0) translateY(-50%);
  left: auto;
  right: 6px
}

.formPayment_page .formPayment_formSupercontainer .formPayment_formSupercontent .payment_forms_container .paiementBtn_loading .loader .circular {
  stroke: #fff;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite
}

@-webkit-keyframes color {

  0%,
  to {
    stroke: #fff
  }

  40% {
    stroke: #fff
  }

  66% {
    stroke: #fff
  }

  80%,
  90% {
    stroke: #fff
  }
}

@keyframes color {

  0%,
  to {
    stroke: #fff
  }

  40% {
    stroke: #fff
  }

  66% {
    stroke: #fff
  }

  80%,
  90% {
    stroke: #fff
  }
}

.step1 .formPayment_etapes div:first-child,
.step2 .formPayment_etapes div:nth-child(2) {
  border-top: 8px solid #b5cae3 !important
}

.step1 .formPayment_etapes div:first-child p,
.step2 .formPayment_etapes div:nth-child(2) p {
  color: #000 !important;
  border-bottom: 1px solid #000 !important
}

.step1 .payment_form_buy h3,
.step2 .payment_form_information h3 {
  color: #58585a !important
}

.step1 .payment_form_buy h3:after,
.step2 .payment_form_information h3:after {
  background-color: #58585a !important
}

.step1 .payment_form_buy input,
.step1 .payment_forms_container .StripeElement,
.step2 .payment_form_information input {
  background-color: #f1f0f8 !important
}

.step1 .payment_form_buy .cta,
.step2 .payment_form_information .cta {
  background-color: #58585a !important;
  color: #c6c6d5 !important
}

.page_confirmationAchat {
  padding: 70px 0
}

.page_confirmationAchat h3 {
  text-transform: uppercase;
  font-size: 3rem;
  color: #000;
  margin-left: 70px
}

@media screen and (max-width:720px) {
  .page_confirmationAchat h3 {
    text-align: center;
    margin-left: 0;
    padding: 0 10px
  }
}

.page_confirmationAchat h3:after {
  content: "";
  display: block;
  margin: 10px 0;
  height: 4px;
  width: 180px;
  max-width: 100%;
  background-image: url('/c48d08cf-915e-4b02-b212-683f642a5bd1.png');
  background-size: cover
}

@media screen and (max-width:720px) {
  .page_confirmationAchat h3:after {
    margin: 10px auto;
    width: 264px
  }
}

.page_confirmationAchat .confirmationAchat_content {
  background: #f1f0f8;
  padding: 50px 70px
}

@media screen and (max-width:720px) {
  .page_confirmationAchat .confirmationAchat_content {
    padding: 30px 20px;
    line-height: 1.25
  }
}

.page_confirmationAchat .confirmationAchat_content h4 {
  text-transform: uppercase;
  font-size: 2.5rem;
  color: #000
}

@media screen and (max-width:720px) {
  .page_confirmationAchat .confirmationAchat_content h4 {
    font-size: 2rem
  }
}

.page_confirmationAchat .confirmationAchat_content p {
  font-size: 2rem;
  color: #000;
  margin-bottom: 0
}

@media screen and (max-width:720px) {
  .page_confirmationAchat .confirmationAchat_content p {
    font-size: 1.6rem
  }
}

.page_confirmationAchat a {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  color: #58585a;
  display: block;
  margin: 40px 86px;
  padding-left: 10px
}

@media screen and (max-width:720px) {
  .page_confirmationAchat a {
    margin: 25px 38px
  }
}

.page_confirmationAchat a:after,
.page_confirmationAchat a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: #58585a;
  left: -15px
}

.page_confirmationAchat a:before {
  top: 5px;
  transform: rotate(38deg)
}

.page_confirmationAchat a:after {
  top: 11px;
  transform: rotate(-38deg)
}

.formPayment_header_produit .itemOffre_container {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center
}

@media screen and (max-width:720px) {
  .formPayment_header_produit .itemOffre_container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center
  }
}

.formPayment_header_produit .itemOffre_container .itemOffre_illu {
  padding: 18px 0;
  border-radius: 20px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .64);
  background-color: #fff
}

@media screen and (max-width:720px) {
  .formPayment_header_produit .itemOffre_container .itemOffre_illu {
    width: 150px;
    margin: auto;
    z-index: 2
  }
}

.formPayment_header_produit .itemOffre_container .itemOffre_illu .highlighted_creation {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative
}

.formPayment_header_produit .itemOffre_container .itemOffre_illu .highlighted_creation .gall_item_squareImg_content {
  position: absolute;
  width: 100%;
  height: 100%
}

.formPayment_header_produit .itemOffre_container .itemOffre_illu .highlighted_creation .gall_item_squareImg_content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%
}

.formPayment_header_produit .itemOffre_container .itemOffre_textContent {
  display: grid;
  grid-template-columns: 1fr auto;
  align-self: center;
  box-shadow: 2px 1px 6px 0 rgba(0, 0, 0, .59)
}

@media screen and (max-width:720px) {
  .formPayment_header_produit .itemOffre_container .itemOffre_textContent {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 70px;
    margin-top: -60px
  }
}

.formPayment_header_produit .itemOffre_container .itemOffre_textContent .itemOffre_text {
  padding: 15px 4vw;
  display: grid;
  align-content: center
}

@media screen and (max-width:720px) {
  .formPayment_header_produit .itemOffre_container .itemOffre_textContent .itemOffre_text {
    padding: 10px 10px 25px
  }
}

.formPayment_header_produit .itemOffre_container .itemOffre_textContent .itemOffre_text h2 {
  color: #1d7eff;
  margin: 0;
  font-size: 2.5rem
}

.formPayment_header_produit .itemOffre_container .itemOffre_textContent .itemOffre_text p {
  color: #000;
  margin-bottom: 0;
  font-size: 1.4rem
}

@media screen and (max-width:720px) {
  .formPayment_header_produit .itemOffre_container .itemOffre_textContent .itemOffre_text p {
    font-size: 1.6rem
  }
}

.formPayment_header_produit .itemOffre_container .itemOffre_textContent .itemOffre_prix {
  background-color: #ff4374;
  color: #fff;
  align-items: center;
  display: grid;
  padding: 22px 50px
}

@media screen and (max-width:1024px) {
  .formPayment_header_produit .itemOffre_container .itemOffre_textContent .itemOffre_prix {
    padding: 20px
  }
}

@media screen and (max-width:720px) {
  .formPayment_header_produit .itemOffre_container .itemOffre_textContent .itemOffre_prix p {
    font-size: 2.5rem
  }
}

.formPayment_header_produit.formPayment_header_produit_inmail .itemOffre_container {
  grid-template-columns: 60px 1fr
}

@media screen and (max-width:720px) {
  .formPayment_header_produit.formPayment_header_produit_inmail .itemOffre_container {
    grid-template-columns: 1fr
  }
}

.formPayment_header_produit.formPayment_header_produit_inmail .itemOffre_container .itemOffre_illu {
  box-shadow: none
}

@media screen and (max-width:720px) {
  .formPayment_header_produit.formPayment_header_produit_inmail .itemOffre_container .itemOffre_illu {
    width: auto
  }
}

.formPayment_header_produit.formPayment_header_produit_inmail .itemOffre_container .itemOffre_illu img {
  width: 110px;
  max-width: none;
  z-index: 10;
  position: relative;
  margin-bottom: -4px
}

.formPayment_header_produit.formPayment_header_produit_inmail .itemOffre_container .itemOffre_textContent .itemOffre_text {
  padding: 15px 25px 15px 75px
}

@media screen and (max-width:720px) {
  .formPayment_header_produit.formPayment_header_produit_inmail .itemOffre_container .itemOffre_textContent .itemOffre_text {
    padding: 10px 10px 25px
  }
}

.formPayment_header_produit.formPayment_header_produit_inmail .itemOffre_container .itemOffre_textContent .itemOffre_text p {
  margin-top: 10px
}

.formPayment_header_produit.formPayment_header_produit_inmail .itemOffre_container .itemOffre_textContent .itemOffre_prix {
  padding: 22px 50px
}

.modal_container .modal_content.alertConsomation {
  padding-bottom: 0
}

.itemProfileFollows {
  width: 24.7%
}

@media screen and (max-width:880px) {
  .itemProfileFollows {
    width: 49.8% !important
  }
}

@media screen and (max-width:720px) {
  .itemProfileFollows {
    width: 49% !important;
    position: relative
  }
}

@media screen and (max-width:480px) {
  .itemProfileFollows {
    text-align: left;
    width: 100% !important
  }
}

@media screen and (max-width:720px) {
  .itemProfileFollows .itemProfileFollows_infos {
    width: calc(100% - 85px)
  }
}

.itemProfileFollows .itemProfileFollows_infos p {
  margin-bottom: 10px
}

.button-follow-container .btn_cta_mini {
  border-radius: 3px;
  box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, .16);
  border: 1px solid #006dd8;
  background-color: #1082ff;
  text-shadow: 1px 1px 1px rgba(26, 56, 128, .7);
  font-size: 16px;
  font-weight: 700;
  color: #fff
}

.button-follow-container .btn_cta_mini:hover {
  background-color: #3190f5
}

.button-follow-container .btn_cta_mini.is-following {
  border: 1px solid #0060db;
  background-color: #fff;
  color: #1082ff;
  text-shadow: none
}

.button-follow-container .btn_cta_mini.is-following:hover {
  border: 1px solid #1a3880;
  background-color: #fff;
  color: #1a3880;
  text-shadow: none
}

.profile_header_leftContent_info .lightbox_inmail {
  position: absolute;
  width: 500px;
  max-width: 56vw;
  margin-top: 30px
}

@media screen and (max-width:1024px) {
  .profile_header_leftContent_info .lightbox_inmail {
    margin-top: 0
  }
}

@media screen and (max-width:720px) {
  .profile_header_leftContent_info .lightbox_inmail {
    left: 10px;
    right: 10px;
    margin-top: -10px;
    max-width: 450px;
    width: auto
  }
}

.profile_header_leftContent_info .lightbox_inmail:before {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent transparent #1082ff;
  border-style: solid;
  border-width: 0 12px 20px;
  position: absolute;
  top: 0;
  left: 60px
}

@media screen and (max-width:720px) {
  .profile_header_leftContent_info .lightbox_inmail:before {
    left: 100px
  }
}

.profile_header_leftContent_info .lightbox_inmail .commentaire_form {
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .16) !important;
  border-radius: 20px
}

.profile_header_leftContent_info .lightbox_inmail .commentaire_form .lightbox_form_send {
  padding: 15px
}

.profile_header_leftContent_info .lightbox_inmail .commentaire_form .lightbox_form_send input {
  font-size: 1.6rem
}

.profile_header_leftContent_info .lightbox_inmail .conversation_messages_container {
  max-height: 32vh
}

@media screen and (max-width:720px) {
  .group_superContainer .chall_searchPart .form-search {
    display: block;
    margin: 40px auto;
    width: 350px;
    max-width: 100%
  }
}

@media screen and (max-width:720px) {
  .group_superContainer .search_formMobile {
    display: none
  }
}

.group_superContainer .group_sousMenu_Container {
  text-align: center;
  margin-top: 30px;
  position: relative
}

.group_superContainer .profileGroup_container .search_content {
  margin-bottom: 30px;
  width: 390px
}

.group_superContainer .itemGroup_container .itemGroup {
  border-radius: 40px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
  border: 1px solid #c6c6c6
}

.group_superContainer .itemGroup_container .itemGroup.is-checked {
  border: 3px solid #ff4374
}

.group_superContainer .itemGroup_container .itemGroup.is-waiting {
  border: 3px solid #ffc943
}

.group_superContainer .itemGroup_container .itemGroup .group_wait_text {
  background: #ffc943;
  padding: 10px;
  text-shadow: 1px 1px 1px rgba(204, 161, 54, .7);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2rem
}

.group_superContainer .itemGroup_container .itemGroup .group_check_icon {
  height: 70px;
  width: 70px;
  background: #ff4374
}

@media screen and (max-width:720px) {
  .group_superContainer .itemGroup_container .itemGroup .group_check_icon {
    height: 35px;
    width: 35px
  }
}

.group_superContainer .itemGroup_container .itemGroup .group_check_icon:after,
.group_superContainer .itemGroup_container .itemGroup .group_check_icon:before {
  height: 5px;
  background-color: #fff
}

@media screen and (max-width:720px) {

  .group_superContainer .itemGroup_container .itemGroup .group_check_icon:after,
  .group_superContainer .itemGroup_container .itemGroup .group_check_icon:before {
    height: 4px
  }
}

.group_superContainer .itemGroup_container .itemGroup .group_check_icon:before {
  width: 30px;
  top: 34px;
  left: 19px;
  border-radius: 10px
}

@media screen and (max-width:720px) {
  .group_superContainer .itemGroup_container .itemGroup .group_check_icon:before {
    width: 16px;
    left: 6px;
    top: 19px
  }
}

.group_superContainer .itemGroup_container .itemGroup .group_check_icon:after {
  width: 15px;
  top: 35px;
  left: 13px;
  border-radius: 10px
}

@media screen and (max-width:720px) {
  .group_superContainer .itemGroup_container .itemGroup .group_check_icon:after {
    width: 8px;
    left: 6px;
    top: 15px
  }
}

@media screen and (max-width:720px) {
  .group_superContainer .itemGroup_container .itemGroup .itemGroup_info {
    padding: 8px 23px 15px
  }
}

.group_superContainer .itemGroup_container .itemGroup .itemGroup_info .itemGroup_count p {
  color: #b2b2b2;
  font-size: 2.5rem
}

@media screen and (max-width:720px) {
  .group_superContainer .itemGroup_container .itemGroup .itemGroup_info .itemGroup_count p {
    font-size: 1.2rem
  }
}

.group_superContainer .itemGroup_container .itemGroup .itemGroup_info p {
  color: #000;
  font-size: 1.6rem
}

@media screen and (max-width:720px) {
  .group_superContainer .itemGroup_container .itemGroup .itemGroup_info p {
    font-size: 1.2rem
  }
}

.group_superContainer .itemGroup_container .itemGroup .itemGroup_info .itemGroup_titre {
  font-size: 3rem;
  font-weight: 700
}

@media screen and (max-width:720px) {
  .group_superContainer .itemGroup_container .itemGroup .itemGroup_info .itemGroup_titre {
    font-size: 1.6rem
  }
}

@media screen and (max-width:720px) {
  .group_info_cta_container .group_info_cta_content {
    margin: 20px;
    min-height: 50px
  }
}

.group_info_cta_container .group_info_cta_content .groupInfoCTA .btn_cta {
  display: block;
  padding: 15px 25px;
  background: #1082ff;
  border-radius: 10px;
  box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, .2);
  border: 1px solid #006dd8;
  text-shadow: 1px 1px 1px rgba(26, 56, 128, .7);
  position: relative
}

.group_info_cta_container .group_info_cta_content .groupInfoCTA .membreGroup {
  background-color: #ff4374;
  border: 1px solid #ff4374;
  padding-left: 40px
}

@media screen and (max-width:720px) {
  .group_info_cta_container .group_info_cta_content .groupInfoCTA .membreGroup {
    width: auto
  }
}

.group_info_cta_container .group_info_cta_content .groupInfoCTA .membreGroup:after {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  top: 10px;
  left: 12px
}

.group_info_cta_container .group_info_cta_content .groupDetails_description p {
  margin-left: 240px
}

@media screen and (max-width:720px) {
  .group_info_cta_container .group_info_cta_content .groupDetails_description p {
    margin: 18px 18px 18px 210px
  }
}

@media screen and (max-width:480px) {
  .group_info_cta_container .group_info_cta_content .groupDetails_description p {
    margin: 30px auto 20px
  }
}

.search_container_groupe .form-search {
  display: block;
  margin: 25px auto
}

.search_container_groupe .search_formMobile {
  display: none
}

.sousMenuGroup_container {
  text-align: center
}

.ajs-content .form.form-post,
.gall_item_container.exprimezVous .form.form-post {
  border-radius: 20px
}

.ajs-content .form.form-post .exprimezVous,
.gall_item_container.exprimezVous .form.form-post .exprimezVous {
  overflow: hidden;
  border-radius: 20px 20px 0
}

.ajs-content .form.form-post .exprimezVous .gall_item_header_container,
.gall_item_container.exprimezVous .form.form-post .exprimezVous .gall_item_header_container {
  background-color: #f1f0f8
}

.ajs-content .form.form-post .exprimezVous .gall_item_footer_container .btnFooterGall,
.gall_item_container.exprimezVous .form.form-post .exprimezVous .gall_item_footer_container .btnFooterGall {
  opacity: .75
}

.ajs-content .form.form-post .exprimezVous .gall_item_footer_container .form-post__cta .cta,
.gall_item_container.exprimezVous .form.form-post .exprimezVous .gall_item_footer_container .form-post__cta .cta {
  background-color: #1082ff;
  text-shadow: 1px 1px 1px rgba(26, 56, 128, .7);
  font-size: 2.5rem;
  text-transform: uppercase
}

@media screen and (max-width:720px) {

  .ajs-content .form.form-post .exprimezVous .gall_item_footer_container .form-post__cta .cta,
  .gall_item_container.exprimezVous .form.form-post .exprimezVous .gall_item_footer_container .form-post__cta .cta {
    padding: 20px;
    font-size: 2rem
  }
}

.groupDetailsContainer .group-about h2 {
  display: block
}

.groupDetailsContainer .group-about .itemProfileFollows_container {
  border-radius: 40px;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .16);
  border: 1px solid #c6c6c6;
  background-color: #fff;
  padding: 25px 25px 10px;
  width: 850px;
  max-width: 100%
}

.groupDetailsContainer .group-about .itemProfileFollows_container h2 {
  display: block
}

.groupDetailsContainer .group-about .itemProfileFollows_container h3 {
  font-size: 3.5rem;
  margin-top: 35px;
  margin-bottom: 15px
}

.groupDetailsContainer .group-about .itemProfileFollows_container h3:first-child {
  margin-top: 0
}

.groupDetailsContainer .group-about .itemProfileFollows_container p {
  font-size: 1.6rem
}

@media screen and (max-width:720px) {
  .groupDetailsContainer .group-about .itemProfileFollows_container p {
    text-align: left;
    padding: 0;
    margin: 0
  }
}

.group-member .groupDetails_membres_container {
  padding: 0;
  border-radius: 0;
  box-shadow: none
}

.group-member .groupDetails_membres_container .btn_cta_mini.is-following {
  border: 1px solid #006dd8;
  background-color: #fff;
  color: #1082ff;
  text-shadow: none
}

.groupeAdmin h2 {
  text-transform: uppercase;
  font-size: 3.5rem;
  margin-bottom: 40px
}

.groupeAdmin .itemProfileFollows_infos p a:hover {
  color: #2f79d6
}

.groupeAdmin .cta.cta_groupAccept,
.groupeAdmin .cta.cta_groupRefuse,
.groupeAdmin .cta.cta_invite,
.groupeAdmin .cta.cta_revoke {
  border-radius: 3px;
  box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, .16);
  border: 1px solid #006dd8;
  background-color: #1082ff;
  text-shadow: 1px 1px 1px rgba(26, 56, 128, .7);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  min-width: 126px;
  padding: 5px 25px
}

.groupeAdmin .cta:hover {
  background-color: #3190f5
}

.groupeAdmin .cta.cta_invite {
  border: 1px solid #0060db;
  background-color: #fff;
  color: #1082ff;
  text-shadow: none
}

.groupeAdmin .cta.cta_groupRefuse,
.groupeAdmin .cta.cta_revoke {
  border: 1px solid #13307a;
  background-color: #fff;
  color: #1a3880;
  text-shadow: none
}

.groupeAdmin .askMember_container,
.groupeAdmin .invitMember_container {
  margin-bottom: 70px
}

.groupeAdmin .askMember_container .itemProfileFollows {
  position: relative
}

.groupeAdmin .askMember_container .itemProfileFollows:before {
  content: "!";
  background: #ff4374;
  display: block;
  position: absolute;
  top: -3px;
  left: 72px;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  z-index: 10;
  border-radius: 50px;
  line-height: 32px;
  font-size: 2rem
}

@media screen and (max-width:720px) {
  .groupeAdmin .askMember_container .itemProfileFollows:before {
    top: 20px;
    left: 44px;
    height: 20px;
    width: 20px;
    line-height: 22px;
    font-size: 1.4rem
  }
}

.groupeAdmin .invitMember_container .form-search__no-result {
  padding-left: 0
}

@media screen and (max-width:720px) {
  .lightbox_rightContent .lienPseudo {
    padding: 11px 0
  }
}

.lightbox_titreVues h3 {
  font-weight: 900 !important
}

.site-pusher:after {
  z-index: 1000
}

.lightbox_containerRightcontent_mainContent .contribution__header {
  align-items: normal
}

@media screen and (max-width:720px) {
  .lightbox_containerRightcontent_mainContent .contribution__header .contribution__avatar .avatar {
    width: 75px;
    height: 75px
  }
}

.lightbox_containerRightcontent_mainContent .contribution__header .gall_item_header_texte {
  margin-top: 50px
}

@media screen and (max-width:720px) {
  .lightbox_containerRightcontent_mainContent .contribution__header .gall_item_header_texte {
    margin-top: 24px
  }
}

@media screen and (max-width:720px) {
  .lightbox_containerRightcontent_mainContent .lienPseudo {
    width: auto
  }
}

@media screen and (max-width:720px) {
  .lightbox_containerRightcontent_mainContent .lienPseudo .gall_item_header_auteur {
    font-size: 1.8rem
  }
}

.lightbox_containerRightcontent_mainContent .gall_item_header_auteur:hover {
  border-bottom: 2px solid;
  color: #000
}

.lightbox_containerRightcontent_mainContent .ctaFollow_container {
  display: block
}

.lightbox_containerRightcontent_mainContent .ctaFollow_container .btn_cta_mini {
  display: block;
  margin: 15px 0 6px;
  border-radius: 5px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .33);
  border: 1px solid #0060db;
  background-color: #1082ff;
  color: #fff
}

@media screen and (max-width:720px) {
  .lightbox_containerRightcontent_mainContent .ctaFollow_container .btn_cta_mini {
    margin-top: 0
  }
}

.lightbox_containerRightcontent_mainContent .ctaFollow_container .btn_cta_mini:hover {
  background-color: #439dff
}

.lightbox_containerRightcontent_mainContent .ctaFollow_container .btn_cta_mini.cta_suivi {
  border: 1px solid #0060db;
  background-color: #fff;
  color: #1082ff
}

.lightbox_containerRightcontent_mainContent .ctaFollow_container .btn_cta_mini.cta_postNegatif {
  border: 1px solid #1a3880;
  background-color: #fff;
  color: #1a3880
}

.cms-content h1 {
  text-align: left
}

.contribution__media-subcontainer picture {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%
}
