@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend/Lexend-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend/Lexend-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend/Lexend-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend/Lexend-Bold.ttf") format("ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color: #ffffff;
  --primary-color: #5bc1ac;
  --secondary-color: #5a6f80;
  --section-bg-color: #f0f8ff;
  --site-footer-bg-color: #44525d;
  --custom-btn-bg-color: #597081;
  --custom-btn-bg-hover-color: #5bc1ac;
  --dark-color: #000000;
  --p-color: #717275;
  --border-color: #e9eaeb;

  --body-font-family: "Lexend", sans-serif;

  --h1-font-size: 52px;
  --h2-font-size: 46px;
  --h3-font-size: 32px;
  --h4-font-size: 28px;
  --h5-font-size: 24px;
  --h6-font-size: 22px;
  --p-font-size: 16px;
  --btn-font-size: 18px;
  --copyright-font-size: 14px;
  --border-radius-large: 100px;
  --border-radius-medium: 20px;
  --border-radius-small: 10px;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family);
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h4,
h5 {
  color: var(--dark-color);
}

h2,
h4,
h5 {
  font-weight: var(--font-weight-semibold);
  letter-spacing: -1px;
}

h2 {
  color: var(--secondary-color);
  font-size: var(--h2-font-size);
  letter-spacing: -2px;
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

strong {
  font-weight: var(--font-weight-bold);
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/

body {
  overflow-x: hidden;
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.container {
  position: relative;
}

.img-team {
  position: relative;
  top: 20%;
  left: 5%;
}

.texte-histoire {
  font-size: 17px;
}

/*---------------------------------------
  CUSTOM BLOCK               
-----------------------------------------*/

.img-mmads {
  border-radius: 20px;
  position: relative;
  left: 80px;
  width: 100px;
}

.section-icons {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.musicproduction-icon {
  width: 45%;
  position: relative;
  right: 2em;
}

.produire-musique-description {
  text-align: center;
}

.support-icon {
  width: 45%;
  position: relative;
  right: 2em;
}

.div-promotion {
  position: relative;
  right: 3em;
}

.vivre-musique-description {
  text-align: center;
  position: relative;
  left: 2.5em;
}

.promotion-icon {
  width: 45%;
}

.coin-icon {
  width: 9.5em;
  position: relative;
  right: -4em;
}

.logo-france3 {
  position: relative;
  left: 28em;
  width: 38%;
}

.logo-50inside {
  position: relative;
  left: 22em;
  width: 38%;
}

.logo-ina {
  position: relative;
  left: 16em;
  width: 28%;
}

.logo-technikart {
  position: relative;
  left: 10em;
  width: 32%;
}

.logo-france2 {
  position: relative;
  left: 15em;
  width: 30%;
}

.logo-20minutes {
  position: relative;
  left: 4em;
  width: 25%;
}

.logo-lemonde {
  position: relative;
  left: -1.5em;
  width: 44%;
}

.logo-M6 {
  position: relative;
  left: 7em;
  width: 28%;
}

.logo-lefigaro {
  position: relative;
  right: 12em;
  width: 62%;
}

.logo-sebfrit {
  position: relative;
  right: 9em;
  width: 45%;
  border-radius: 8px;
}

.logo-liberation {
  position: relative;
  right: 2em;
  width: 50%;
}

.logo-funradio {
  position: relative;
  width: 60%;
  right: 20em;
}

.logo-asso {
  width: 12em;
}

.custom-btn {
  border-radius: 0;
  display: block;
}

/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--secondary-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding: 15px 25px;
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn {
  color: var(--custom-btn-bg-color);
  margin-top: 8px;
  padding: 12px 25px;
}

.custom-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.navbar {
  background: var(--white-color);
  z-index: 9;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand {
  color: var(--primary-color);
  font-size: var(--h6-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-brand span {
  display: inline-block;
  vertical-align: middle;
}

.navbar-brand small {
  color: var(--secondary-color);
  display: block;
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
}

.logo {
  width: auto;
  height: 100px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 0;
  margin-left: 0;
  padding: 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  background: transparent;
  color: var(--primary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease,
    -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease,
    -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: "";
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/

.social-icon-link {
  color: var(--white-color);
  font-size: var(--copyright-font-size);
}

.social-icon {
  text-align: right;
}

.social-icon-link {
  background: transparent;
  width: inherit;
  height: inherit;
  line-height: inherit;
  margin-right: 15px;
}

/*---------------------------------------
  HERO & HERO SLIDE         
-----------------------------------------*/

.carousel:hover {
  opacity: 1;
}

.carousel-item {
  height: 680px;
  min-height: 680px;
}

.carousel-caption {
  background: var(--white-color);
  clip-path: polygon(100% 100%, 100% 150px, 0 100%);
  color: var(--secondary-color);
  top: 1px;
  bottom: -1px;
  right: 0;
  left: auto;
  text-align: right;
  min-width: 680px;
  min-height: 680px;
  padding: 100px 100px 50px 100px;
}

.custom-text-box-image {
  border-radius: var(--border-radius-medium);
  width: 80%;
}

.logo-mymusicads {
  position: relative;
  left: 6em;
}

.logo-sacem {
  position: relative;
  left: 5em;
}

.logo-inouie-distribution {
  position: relative;
  left: 17em;
  top: 2em;
}

.logo-hedayat-music {
  position: relative;
  left: 17em;
  bottom: 2em;
}

/*---------------------------------------
  FEATURE BLOCK              
-----------------------------------------*/

.featured-block:hover .featured-block-image {
  transform: scale(0.75);
}

.featured-block-image {
  display: block;
  margin: auto;
  transition: all 0.5s;
}

.featured-block:hover .featured-block-text {
  margin-top: 0;
}

.featured-block-text {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
  margin-top: 20px;
  transition: all 0.5s;
}

/*---------------------------------------
  ABOUT              
-----------------------------------------*/

.card-artiste {
  margin-bottom: 100px;
}

.card-artiste img {
  height: 320px;
  width: 320px;
}

.ginamundus_portrait {
  position: relative;
  left: 19em;
  top: 2em;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.custom-text-block {
  padding: 60px 40px;
}

.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: -30px;
  margin: auto;
  width: 200px;
  height: 200px;
}

.cta-section::after {
  content: "";
  border: 20px solid var(--custom-btn-bg-color);
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
  height: 150px;
}

.div-partenaires {
  margin-bottom: 180px;
}

.div-partenaires img {
  width: 60%;
  padding: 20px;
  text-align: center;
}

.div-partenaires img {
  width: 60%;
  padding: 20px;
  padding-right: 0;
  text-align: center;
}

.div-medias {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 3.2em;
}

/*---------------------------------------
  TESTIMONIAL CAROUSEL              
-----------------------------------------*/
.testimonial-section {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.testimonial-section::before {
  content: "";
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: -30px;
  margin: auto;
  width: 250px;
  height: 250px;
}

.testimonial-section::after {
  content: "";
  background: var(--custom-btn-bg-color);
  border-radius: 50%;
  position: absolute;
  bottom: -110px;
  right: -80px;
  width: 350px;
  height: 350px;
}

#testimonial-carousel .carousel-caption {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}

#testimonial-carousel .carousel-title {
  background: var(--section-bg-color);
  line-height: normal;
  margin-bottom: 30px;
}

#testimonial-carousel .carousel-title::before {
  content: open-quote;
  color: var(--p-color);
  font-size: var(--h1-font-size);
  position: relative;
  top: 10px;
  right: 10px;
}

#testimonial-carousel .carousel-title::after {
  content: close-quote;
  color: var(--p-color);
  font-size: var(--h1-font-size);
  position: relative;
  top: 10px;
  left: 10px;
}

#testimonial-carousel .carousel-title {
  quotes: "“" "”" "‘" "’";
}

#testimonial-carousel {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
}

#testimonial-carousel .carousel-name::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--primary-color);
}

.carousel-name-title {
  font-weight: var(--font-weight-semibold);
}

/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-section {
  background: var(--white-color);
}

.contact-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 40px;
}

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  background-color: var(--section-bg-color);
  box-shadow: none;
  border: 0;
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  border-color: var(--secondary-color);
}

.custom-form label {
  margin-bottom: 10px;
}

.custom-form {
  margin-bottom: 20px;
}

.custom-form {
  position: relative;
  height: 100%;
}

.custom-form .input-group-text {
  background: var(--secondary-color);
  border: 0;
  color: var(--white-color);
}

.custom-form .form-check-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}

/*---------------------------------------
  CONTACT SEARCH & DONATE & SUBCRIBE FORM              
-----------------------------------------*/
.contact-form .form-control {
  background: var(--white-color);
}

.search-form .form-control {
  padding-right: 50px;
}

.search-form button[type="submit"] {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--p-color);
  width: 50px;
  padding: 12px;
}

.search-form button[type="submit"]:hover {
  background: transparent;
  color: var(--dark-color);
}

.subscribe-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 30px;
}

.subscribe-form .form-control {
  background: var(--white-color);
}

.donate-form .form-control {
  margin-bottom: 0;
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: var(--site-footer-bg-color);
  padding-top: 70px;
}

.site-footer-bottom {
  background-color: var(--secondary-color);
  position: relative;
  z-index: 2;
  margin-top: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.site-footer-bottom a {
  color: var(--white-color);
}

.site-footer-bottom a:hover {
  color: #ff6;
}

.site-footer-link {
  color: var(--white-color);
}

.copyright-text {
  color: var(--section-bg-color);
  font-size: var(--copyright-font-size);
  margin-right: 30px;
}

.site-footer .custom-btn {
  font-size: var(--copyright-font-size);
}

.site-footer .custom-btn:hover {
  background: var(--primary-color);
}

/*---------------------------------------
  FOOTER MENU               
-----------------------------------------*/
.footer-menu {
  column-count: 2;
  margin: 0;
  padding: 0;
}

.footer-menu-item {
  list-style: none;
  display: block;
}

.footer-menu-link {
  font-size: var(--p-font-size);
  color: var(--white-color);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--site-footer-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 38px;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .featured-block {
    min-height: inherit;
  }

  .volunteer-section::after {
    width: 450px;
    height: 450px;
  }

  .volunteer-image {
    width: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 1400px) {
  .ginamundus_portrait {
    left: 15em;
    top: 4em;
  }
}

@media screen and (max-width: 1200px) {
  .ginamundus_portrait {
    left: 9em;
    top: 4em;
  }
  .logo-funradio {
    right: 15em;
  }

  .logo-lefigaro {
    right: 9em;
  }

  .produire-musique-block {
    position: relative;
    right: 4.5em;
    top: -1em;
  }

  .musicproduction-icon {
    width: 59%;
    position: relative;
    top: 0.5em;
    right: 0.5em;
  }

  .support-icon {
    width: 58%;
    position: relative;
    right: 0.3em;
  }

  .soutenir-artistes-block {
    position: relative;
    top: -1em;
  }

  .promouvoir-musiques-block {
    position: relative;
    right: -7em;
    top: 0.5em;
  }

  .promotion-icon {
    width: 58%;
    position: relative;
    top: -0.5em;
  }

  .vivre-musique-block {
    position: relative;
    left: 7em;
  }
}

@media screen and (max-width: 1170px) {
  #hero-slide .carousel-image {
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 1075px) {
  .produire-musique-block {
    right: 1.5em;
  }

  .vivre-musique-block {
    left: 4.8em;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar-expand-lg {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 20px;
  }

  .ginamundus_portrait {
    left: 0;
    top: 4em;
  }

  .social-icon {
    text-align: left;
    margin-top: 5px;
  }

  .section-icons p {
    font-size: 1.2em;
  }

  .produire-musique-block {
    right: -7em;
  }

  .produire-musique-block img {
    width: 40%;
  }

  .soutenir-artistes-block {
    right: -3em;
  }

  .support-icon  {
    width: 40%;
    right: 4.7em;
  }

  .promouvoir-musiques-block {
    top: 0;
    right: 6em;
  }

  .promouvoir-musiques-block img {
    top: 1em;
    width: 37%;
  }

  .promouvoir-musiques-block p {
    position: relative;
    top: 0.2em;
  }

  .vivre-musique-block {
    left: -13em;
  }

  .vivre-musique-block p {
    position: relative;
    left: 3em;
  }

  .coin-icon {
    top: 1em;
  }

  .carousel-item {
    height: inherit;
  }

  .cta-section::before {
    width: 150px;
    height: 150px;
  }

  .cta-section::after {
    bottom: -60px;
    width: 100px;
    height: 100px;
  }

  .cta-section .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonial-section::before {
    width: 150px;
    height: 150px;
  }

  .testimonial-section::after {
    width: 200px;
    height: 200px;
  }

  #testimonial-carousel .carousel-caption {
    padding-top: 0;
  }

  .site-footer {
    padding-top: 50px;
  }

  .site-footer-bottom {
    text-align: center;
    margin-top: 50px;
  }

  .site-footer-bottom {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .img-team {
    position: relative;
    top: 0;
    left: 0;
  }

  .logo-inouie-distribution {
    left: 8em;
  }
}

@media screen and (max-width: 769px) {
  .div-partenaires img {
    width: 50%;
  }

  .logo-lefigaro {
    width: 12em;
    right: 14em;
  }

  .logo-20minutes {
    width: 5em;
    left: 5em;
  }

  .logo-funradio {
    top: 7em;
    right: 22.5em;
    width: 10em;
  }

  .logo-france3 {
    width: 7em;
    left: 25em;
  }

  .logo-ina {
    width: 5em;
    top: 7em;
    left: 3em;
  }

  .logo-M6 {
    top: 2.5em;
    left: 0;
  }

  .logo-france2 {
    top: 2.5em;
    left: 14em;
    width: 4.5em;
  }

  .logo-liberation {
    top: 2.5em;
    width: 8.5em;
  }

  .logo-lemonde {
    left: -13.5em;
    width: 70%;
  }

  .logo-technikart {
    left: 4em;
    width: 65%;
  }

  .logo-sebfrit {
    left: -7em;
    width: 80%;
  }

  .logo-50inside {
    left: 26em;
    width: 800px;
  }

  .logo-cnm {
    position: relative;
    left: 6em;
  }

  .logo-hedayat-music {
    position: relative;
    left: 8em;
    top: 4em;
  }
}

@media screen and (max-width: 768px) {
  .ginamundus_portrait {
    left: 0;
    top: 0;
  }

  .logo-france3 {
    left: 33em;
  }

  .logo-funradio {
    top: 6em;
    left: -18em;
    width: 10em;
  }

  .logo-20minutes {
    left: 6em;
  }

  .logo-lefigaro {
    right: 14em;
  }

  .logo-ina {
    left: 20em;
    top: 0;
  }

  .logo-france2 {
    width: 80px;
    top: -5em;
    left: 30em;
  }

  .logo-M6 {
    left: -5em;
    top: -5em;
    width: 80px;
  }

  .logo-liberation {
    left: 10em;
    top: -4.5em;
    width: 40%;
  }

  .logo-50inside {
    left: 29em;
    top: -4.5em;
    width: 650px;
  }

  .logo-technikart {
    left: 14.5em;
    top: -4.5em;
    width: 600px;
  }

  .logo-lemonde {
    left: -14em;
    top: -5em;
    width: 1000px;
  }

  .logo-sebfrit {
    top: -4.7em;
    left: -12.5em;
    width: 750px;
  }
}

@media screen and (max-width: 766px) { 
  .section-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-icons p {
    font-size: 1.5em;
  }
  .section-icons img {
    width: 30%;
  }

  .produire-musique-block {
    position: relative;
    right: 0;

  }

  .soutenir-artistes-block {
    position: relative;
    top: -1em;
    right: -9em;
  }
  
  .soutenir-artistes-block img {
   right: 10em;
  }

  .promouvoir-musiques-block {
    position: relative;
    right: -2em;
  }

  .vivre-musique-block {
    position: relative;
    left: -5.5em;
  }
 }

@media screen and (max-width: 610px) {
  .logo-france3 {
    left: 31em;
    width: 80px;
  }

  .logo-M6 {
    left: -3m;
    width: 70px;
    top: -4em;
  }

  .logo-liberation {
    left: 9em;
    top: -3.5em;
  }

  .logo-france2 {
    left: 28em;
    top: -4em;
    width: 70px;
  }

  .logo-lemonde {
    left: -16em;
    width: 700px;
  }

  .logo-sebfrit {
    left: -15em;
    width: 500px;
  }

  .logo-technikart {
    left: 11em;
    width: 500px;
  }

  .logo-50inside {
    left: 26em;
    width: 500px;
  }
}

@media screen and (max-width: 580px) {
  .hero-section-full-height,
  #hero-slide .carousel-item,
  .carousel-image {
    min-height: 520px;
  }

  #hero-slide .carousel-caption {
    clip-path: polygon(100% 100%, 100% 100px, 0 100%);
    padding-right: 50px;
    min-width: inherit;
    min-height: inherit;
  }
}

@media screen and (max-width: 555px) {
  .logo-france3 {
    left: 27em;
  }

  .logo-20minutes {
    left: 6em;
    width: 70px;
  }

  .logo-ina {
    left: 17em;
    width: 70px;
  }

  .logo-M6 {
    left: -3.5em;
    width: 70px;
    top: -3.5em;
  }

  .logo-lefigaro {
    left: -12em;
  }

  .logo-liberation {
    left: 8em;
    top: -3.3em;
    width: 35%;
  }

  .logo-france2 {
    left: 25em;
    top: -3.6em;
    width: 70px;
  }

  .logo-50inside {
    top: 1em;
    left: 10em;
    width: 200px;
  }

  .logo-sebfrit {
    left: -12em;
    width: 150px;
  }

  .logo-technikart {
    left: 14em;
    width: 150px;
  }

  .logo-lemonde {
    left: -14em;
    width: 250px;
  }
}

@media screen and (max-width: 510px) {
  .logo-funradio {
    left: -16.5em;
    width: 130px;
  }

  .logo-lemonde {
    left: -12em;
  }

  .logo-sebfrit {
    left: -10em;
  }

  .logo-50inside {
    left: 12em;
  }

  .soutenir-artistes-block {
    position: relative;
    top: -1em;
    right: -7em;
  }

  .soutenir-artistes-block img {
    right: 8em;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 40px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  #hero-slide .carousel-caption {
    min-width: inherit;
    padding-bottom: 30px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 45px;
    height: 45px;
  }

  .volunteer-image {
    width: 150px;
    height: 150px;
  }

  .volunteer-section::after {
    width: 200px;
    height: 200px;
  }

  .testimonial-section::before {
    top: -50px;
    width: 100px;
    height: 100px;
  }

  .testimonial-section::after {
    bottom: -150px;
    width: 200px;
    height: 200px;
  }

  .social-share .tags-block {
    margin-bottom: 10px;
  }

  .donate-form {
    padding: 25px;
  }
}

@media screen and (max-width: 425px) {
  .logo-nav {
    width: auto;
  }

  .logo-ina {
    left: 0;
  }

  .logo-lefigaro {
    left: -3em;
    width: 11em;
  }

  .logo-20minutes {
    left: 14em;
  }

  .logo-funradio {
    right: 18em;
    top: 6em;
    width: 9em;
  }

  .logo-france3 {
    left: 22em;
    top: 6em;
    width: 6em;
  }

  .logo-M6 {
    top: 2em;
    left: -4em;
    width: 5em;
  }

  .logo-liberation {
    top: 2em;
    left: 0;
    width: 55%;
  }

  .logo-france2 {
    left: 19em;
    width: 5em;
    top: 2em;
  }

  .logo-lemonde {
    left: -10em;
    width: 90%;
    top: -2em;
  }

  .logo-sebfrit {
    width: 900px;
    left: -8em;
    top: -2em;
  }

  .logo-technikart {
    left: 14em;
    width: 90%;
    top: -2em;
  }

  .logo-50inside {
    top: 3em;
    width: 1000px;
    left: 12em;
  }
}

@media screen and (max-width: 375px) {
  .logo-ina {
    left: 1em;
    width: 4em;
  }

  .logo-france2 {
    left: 17em;
    width: 5em;
  }

  .logo-liberation {
    left: -1em;
    width: 60%;
  }

  .logo-sebfrit {
    top: -1em;
    left: -7.5em;
    width: 1500px;
  }

  .logo-lemonde {
    top: -1em;
    left: -9em;
    width: 1900px;
  }

  .logo-technikart {
    top: -1em;
    left: 10em;
    width: 1800px;
  }

  .logo-50inside {
    top: 3em;
    width: 2000px;
    left: 9em;
  }

  @media screen and (max-width: 320px) {
    .promouvoir-musiques {
      position: relative;
      left: 0.5em;
    }

    .logo-inouie-distribution {
      position: relative;
      left: 6em;
    }

    .logo-hedayat-music {
      position: relative;
      left: 6em;
      top: 4em;
    }

    .logo-lefigaro {
      position: relative;
      left: -2em;
      width: 8em;
    }

    .logo-20minutes {
      position: relative;
      left: 11em;
      width: 4em;
    }

    .logo-funradio {
      position: relative;
      right: 14em;
      top: 6em;
      width: 9em;
    }

    .logo-france3 {
      position: relative;
      left: 20em;
      top: 6em;
      width: 5.5em;
    }

    .logo-M6 {
      position: relative;
      top: 2em;
      left: -4.5em;
      width: 4.5em;
    }

    .logo-liberation {
      position: relative;
      top: 2em;
      left: -3em;
      width: 75%;
    }

    .logo-france2 {
      position: relative;
      left: 14.5em;
      width: 5em;
      top: 2em;
    }

    .logo-lemonde {
      width: 8000px;
      left: -7.8em;
    }

    .logo-sebfrit {
      width: 5000px;
      left: -6.6em;
    }

    .logo-technikart {
      width: 6000px;
      left: 8em;
    }

    .logo-50inside {
      width: 7000px;
      left: 7.5em;
    }
  }
}
