:root {
  --bleu-fonce : #23b9d3;
  --tiffany-blue: var(--bleu-fonce);
  --bleu-vert : #65c1be;
  --rouge-fonce: #ee777c;
  --blanc: #fff;
}



.topbar{
  display: flex;
  font-size: 15px;
}
.topbar .colorBlock{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 12px 0px;
  min-height: 34px;
}
.topbar .colorBlock.center .internal {
    justify-content: center;
    display: flex;
}

.topbar .colorBlock p{
  margin: 0;
  padding: 0;
  color: inherit;
}
.topbar .colorBlock p a{
  color: inherit;
}
.topbar .colorBlock ul {
    display: flex;
    margin: 0 0 4px 0;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
}
.topbar .colorBlock ul.aligncenter{
  justify-content: center;
}
.topbar .colorBlock ul.is-content-justification-right{
  justify-content: flex-end;
  width: 100%;
}
.topbar .colorBlock ul li {
  color: inherit !important;
  background: transparent !important;
  margin: 0;
}
.topbar .colorBlock .internal{
    width: 100%;
}
.topbar a.wp-block-social-link-anchor {
  display: block;
  padding: 0;
}
.colorBlock ul.wp-block-social-links li{
  height: 24px;
}
.topbar a.wp-block-social-link-anchor svg{
  width: 24px !important;
  height: 24px !important;
}

.topbar.message .colorBlock{
  justify-content: center;
  padding: 0;
}
.topbar.message .colorBlock .internal{
  padding: 15px 12px 10px;
  width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar.message .colorBlock p{
  padding-top: 7px;
}

.has-tiffany-blue-background-color{
  background: var(--tiffany-blue);
}
.has-bleu-vert-background-color{
  background: var(--bleu-vert);
}
.has-rouge-fonce-background-color{
  background: var(--rouge-fonce);
}


.has-rouge-fonce-color{
  color: var(--rouge-fonce) !important;
}
.has-white-color{
  color: var(--blanc) !important;
}
.has-custom-font-size.has-large-font-size {
    font-size: 20px;
}
.wp-block-button.has-custom-font-size.has-medium-font-size {
    font-size: 16px;
}


.topbar .is-layout-flex.wp-block-buttons{
  display: flex;
}

.topbar .wp-block-social-link-anchor{
  fill: currentColor;
}

.topbar .wp-block-button__link{
  padding: 10px 15px 6px 15px;
  line-height: 1;
}
.topbar .wp-block-button__link:hover {
 box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
 text-shadow: 0 0 1px rgba(0,0,0,0.4);
}

.topbar .wp-block-buttons,
.topbar .wp-block-button{
  margin: 0 0 0 15px;
}
.topbar .wp-block-buttons:nth-child(1),
.topbar .wp-block-button:nth-child(1){
  margin-left: 0;
}

p.has-text-align-center {
    text-align: center;
}

@media screen and (max-width: 767px){
  .topbar{
    flex-wrap: wrap;
  }
  .topbar .colorBlock{
    flex: 1 0 100%;
    padding: 10px 12px 4px;
    max-width: calc(100vw - 24px);
  }
  .topbar.message .colorBlock{
    max-width: 100vw;
  }
  .topbar.message .colorBlock .internal{
    width: 90%;
    flex-direction: column;
    gap: 15px;
  }
  .topbar .wp-block-buttons{
    margin: 0;
  }
  .topbar .wp-block-buttons .wp-block-button{
    margin: 0 !important;
  }
  .topbar .is-layout-flex.wp-block-buttons{
    gap: 20px;
  }
  .topbar  .wp-block-button.has-custom-font-size.has-medium-font-size{
    font-size: 16px !important;
  }
}

@media screen{
  span.wp-block-social-link-label.screen-reader-text{
    display: none;
  }
}