/*
Theme Name: Audrina Music
Author: Maxime Thonneau
Requires at least: WordPress 5.0
Version: 1.1
*/


/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family:'BrownSugar';
    src: url('./fonts/Brown\ Sugar\ .otf') format('opentype'),
         url('./fonts/Brown\ Sugar\ .ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('./fonts/Montserrat-Light.otf') format('opentype'),
         url('./fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('./fonts/Montserrat-Bold.otf') format('opentype'),
         url('./fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html{background: var(--orange);}
p{font-family: 'Montserrat-Light';font-size: 20px;}
b,strong{font-family: 'Montserrat-Bold';}

:root{
    --orange : #EC6E44;
    --jaune : #FFEB16;
    --blanc : #FFF;
}


.banner{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.banner>ul {
    display: flex;
    gap: 20px;   
}

.banner>ul>li>a{
    font-family: 'BrownSugar';
    text-decoration: none;
    color: var(--jaune); 
    font-size: 35px;
}



.separation-accueil{
    display: block;
    height: 140px;
}

.container{
    width: 1280px;
    margin: auto;
}

.titre_1{
    font-family: 'BrownSugar';
    font-size: 65px;
    color: var(--jaune);
    width: auto;
    text-align: center;
    padding: 50px 0;
}

.titre_2{
    font-family: 'Montserrat-Light';
    font-size: 55px;
    color: var(--blanc);
    width: auto;
    text-align: center;
}

.separation{    
    width: 3px;
    height: 200px;
    background: var(--jaune);
    border: none;
    margin: 40px auto;
}

.texte_1{
    font-family: 'Montserrat-Light';
    text-align: center;
    color: var(--blanc);
    font-size: 40px;
}

.texte_1>b{color: var(--jaune);}

.bandeau_1{
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, transparent 50%, var(--jaune) 50%);  
    margin: 100px 0 30px;
}

.bandeau_1>p{
    background: var(--jaune);
    padding: 25px 40px;
    border-radius: 50px;
    font-family: Montserrat-Light;
    color: var(--orange);
    font-size: 35px;
}

.bandeau_2{
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, var(--jaune) 50%, transparent 50%); 
    margin: 100px 0 30px;
}

.bandeau_2>p{
    background: var(--jaune);
    padding: 25px 40px;
    border-radius: 50px;
    font-family: Montserrat-Light;
    color: var(--orange);
    font-size: 35px;
}

.bandeau_3{
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, transparent 37%, var(--jaune) 0%);  
}

.bandeau_3>div{
    padding: 30px 0 50px;
    margin: 30px 0;
}

.bandeau_3>div>.titre_2, .bandeau_3>div>.texte_1{
    color: var(--orange) !important;
    text-align: left;
    position: relative;
}

.bandeau_3>div>.texte_1>a{
    position: absolute;
    width: max-content;
    right: 0;
    transform: translate(100%, -25%);
    text-decoration: none;
    color: var(--jaune);
    background: var(--orange);
    padding: 15px 35px;
    border-radius: 50px;
    border: 2px solid var(--orange);
    transition: .4s;
}

.bandeau_3>div>.texte_1>a:hover{
    background: var(--jaune);
    border: 2px solid var(--orange);
    color: var(--orange);
}

.bandeau_3>div>div{
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.bandeau_3>div>div>a>img{
    height: 50px;
    max-width: 70px;
    object-fit: contain;
}


iframe{
    width: 100%;
    aspect-ratio: 16/9;
    height: 100%;
}





.bloc_flex {
    display: flex;
    align-items: center;
    gap: 30px;
}

.bloc_flex>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.bloc_flex>div>span{
    position: absolute;
    transform: rotate(-90deg);
    left: -120px;
    top: 50%;
    font-size: 58px;
    color: var(--jaune);
    font-family: 'BrownSugar';
}

.texte_2 {
    font-size: 31px;
    color: var(--blanc);
}

.texte_3{
    font-size: 27px;
    color: var(--blanc);
}

.texte_4 {
    font-size: 27px;
    color: var(--jaune);
    text-align: end;
}

.texte_5 {
    font-size: 27px;
    color: var(--orange);
}

.fond_jaune{
    background: linear-gradient(90deg, var(--jaune) 51.8%, transparent 0%);
}

.bloc_flex_liste {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    align-items: self-end;
}

.bloc_flex_liste>a>img {
    width: 260px;
}

#univers_texte{
    width: 50%;
}

#univers_texte>.texte_5{
    padding: 10px 0;
    font-size: 23px;
}

.footer{
    display: flex;
    justify-content: center;
    gap: 90px;
    padding: 20px 0;
    font-family: Montserrat-Light;
    color: var(--jaune);
    align-items: baseline;
}

.footer>a{
    text-decoration: none;
    color: var(--jaune);
}



.swal2-popup{
    width: 1200px !important;
    height: 770px !important;
}



/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------SLICK SLIDER------------*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
.slider_logos{margin: 40px 0 70px 0;}

.slick-slide {
    margin: 0px 60px;
}

.slick-slide>a{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-size: 30px;
    font-family: 'Montserrat-Light';
    text-decoration: none;
    color: white;
}

.slick-slide img {
    height: 255px;
    opacity: .8;
    margin: auto;
    width: 255px;
    object-fit: scale-down;
}


.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.scrollFade {
    opacity: 1;
    pointer-events: all;
  }
  .scrollFade--hidden {
    opacity: 0;
    pointer-events: none;
  }
  .scrollFade--visible {
    opacity: 1;
    pointer-events: all;
  }
  .scrollFade--animate {
    transition: opacity 0.4s ease-in-out;
  }




/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------RESPONSIVE--------------*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/

@media screen and (max-width: 980px){
    .separation-accueil{display: unset;}
    .titre_1{font-size: 105px;}
    .container{width: 90%;}
    .bloc_flex{flex-direction: column;gap: 70px;padding-bottom: 50px;}
    .fond_jaune{background: var(--jaune);}
    #univers_texte>.texte_5{padding: 30px 0 0;}
    .bandeau_3{background: var(--jaune);}
    .bandeau_3>div>.texte_1{display: flex;flex-direction: column;gap: 10px;}
    .bandeau_3>div>.texte_1>a{position: unset;transform: unset;}
    #univers_texte{width: unset;}
    .bloc_flex>div{width: 100%;}
    .bloc_flex>div>span{position: unset;transform: unset;text-align: center;padding: 20px;}
    .texte_1{font-size: 51px;}
    .texte_2{font-size: 51px;}
    .bandeau_1>p, .bandeau_2>p{font-size: 47px;}
    .texte_3{font-size: 47px;}
    .texte_4{font-size: 47px;}
    .texte_5{font-size: 47px !important;}
    .footer>p{font-size: 40px;}
    .bloc_flex_liste{gap: 100px; margin-top: 50px;}
    .bandeau_2{margin-bottom: 70px;}
}