@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500;600;700&display=swap');
/*!
 * Start Bootstrap - Agency v5.0.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

@font-face {
  font-family: 'poppins';
  src: url('poppins.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'legrand';
  src: url('legrand.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'lora';
  src: url('lora.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'futura';
  src: url('futura.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'aleo';
  src: url('aleo.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'fusion';
  src: url('fusion.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.futura {
  font-family: futura;
  font-weight: normal;
}

body {
  overflow-x: hidden;
  font-family: 'poppins';
  background-color: #98c3df;
  font-weight: 100;
}


p {
  line-height: 1.3;
}

a {
  transition: color 1000ms ease;
}

a:hover {
 color: blue;
  transition: color 500ms ease;
  text-decoration: none;
}

.text-primary {
  color: #ef4023!important;
}

section {
  padding: 50px 0;  
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 5px;
  color: white;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 100;
  font-style: italic;
  margin-bottom: 5px;
  text-transform: none;
}

.sm{
    width: 50%;
    margin-left: 25%;
    
}
.intro404{
margin-top: 100px;
max-width: 60%;
margin-left: 20%;
    }

@media (min-width: 768px) {
  section {
    padding: 50px 0;
  }
  
  .show_mobile {
		display: none !important;
	}
  
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-left: 10px;
  margin-right: 10px;
}

.btn {
  font-weight: 100;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 12px 30px;
  display: inline-block;
  background-color: #28b092;
  -moz-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.3);
  -webkit-box-shadow: 0 15px 40px rgba(249, 167, 68, 0.3);
  box-shadow: 0 15px 40px rgba(249, 167, 68, 0.3);
  background-image: -moz-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 239, 206, 0) 0%, rgba(255, 239, 206, 0.25) 100%); }
  .btn-primary:hover, .btn-main:focus {
    background-color: #f9a743;
    color: #fff; }


.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #28b092;
  text-shadow: none;
}

::selection {
  background: #28b092;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: rgba(10,38,108,0.8);
   
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: #db5931;
  border: 0;
  background-color: #1c9cbc;
}

#mainNav .navbar-brand {
  color: #93dfff;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #93dfff;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 100;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #3eaf93;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px black;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #db5931;
}

@media (min-width: 992px) {
    
      .show_mobile {
		display: none !important;
	}
        
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 30px;
    background: linear-gradient(to bottom, #f6e1dc 20%, #adcae3 60%, transparent 80%);
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
text-align: center;
color: white;
background-repeat: no-repeat;
background-attachment: fixed;
background-position-y: top;
background-position-x: left;
background-size: cover;
}


.logo {
width: 150px;  
}

.minus{
width: 40px;
}

.minus:hover {
transform: rotate(20deg); 
}


.texte{
margin-top: 10px;
line-height: 1.5em;
font-size: 18px;
font-weight: 100;
font-style: normal; 
text-transform: none;   
vertical-align: bottom;
}

#titre{
padding: 10px;
padding-left: 10%;
padding-right: 10%;
padding-bottom: 15px;
font-weight: bold;
margin-bottom: 0px;
max-width : 95%;
width: 900px;
margin: auto;
}

.titr{
font-style: normal; 
font-family: legrand;
font-size: 0.9em;
text-shadow: 2px 2px 2px rgba(0,0,0,0.9)  ; 
letter-spacing: 3px;
}


.big{
font-size: 1.5em;
}

.minim{
font-size: 0.8em;
}

.date { 
padding-left: 10px;
padding-right: 10px;
padding-top : 10px;
padding-bottom : 10px;
color: white;
margin-bottom: 30px;
width: 50%;
margin-left: auto;
margin-right: auto;
background-color: #032e69;
border-radius: 0em 0em 1em 1em;
text-transform: uppercase;
font-family: futura;
text-shadow: 0px; 
}

.datet { 
padding-left: 10px;
padding-right: 10px;
padding-top : 10px;
padding-bottom : 10px;
color: white;
margin-bottom: 30px;
width: 50%;
margin-left: auto;
margin-right: auto;
background-color: #032e69;
border-radius: 0em 0em 1em 1em;
text-transform: uppercase;
font-family: futura;
text-shadow: 0px; 
font-weight:  normal;
font-size: 1.3em;
}

.heure{
background-color: #032e69;
border-radius: 2em;
padding: 10px;
margin-right: 10px;
    }
    
    
.pass{

background: rgb(255,38,38);
background: linear-gradient(180deg, rgba(255,38,38,1) 5%, rgba(219,81,49,0.7609637605042017) 59%, rgba(219,89,49,1) 100%);
border-radius: 4em 4em 4em 4em;
padding-right: 10px;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
margin-right: 10px;
    }
    
.pass3{

background: rgb(255,38,38);
background: linear-gradient(180deg, rgba(255,38,38,1) 5%, rgba(219,81,49,0.7609637605042017) 59%, rgba(219,89,49,1) 100%);
border-radius: 4em 4em 0em 0em;
padding-right: 10px;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
margin-right: 10px;
    }
    
  .passbas1{
background: rgb(219,89,49);
background: linear-gradient(180deg, rgba(219,89,49,1) 77%, rgba(219,89,49,1) 100%);
border-radius: 0em 0em 4em 4em;
padding-right: 20px;
padding-left: 20px;
padding-top: 3px;
padding-bottom: 3px;
margin-right: 10px;

    }
  
    
.pass2{

background: rgb(255,38,38);
background: linear-gradient(180deg, rgba(255,38,38,1) 5%, rgba(219,81,49,0.7609637605042017) 59%, rgba(219,89,49,1) 100%);
border-radius: 4em 4em 0em 0em;
padding-right: 3.6em;
padding-left: 20px;
padding-top: 6px;
padding-bottom: 6px;
margin-right: 10px;
    }
    
        
.passbas{
background: rgb(219,89,49);
background: linear-gradient(180deg, rgba(219,89,49,1) 77%, rgba(219,89,49,1) 100%);
border-radius: 0em 6em 6em 4em;
padding-right: 10px;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
margin-right: 10px;
    }
    
.lieu{
background-color: #db5931;
border-radius: 2em;
padding: 10px;
margin-left: 10px;
white-space: pre;
    }
    
    
.mecenat{
background-color: #db5931;
border-radius: 1em;
padding: 10px;
margin-left: auto;
font-family: futura;
    }  


.mecenat:hover{
background-color: #db3400;
border-radius: 2em;
padding: 10px;
margin-left: auto;
font-family: futura;
    }  


.mecenat a:hover{
font-weight: bold;
color: #032e69;

    }   
   
.titreconcert{
font-size: 1.1em;
text-shadow: 0px 0px 0px rgba(0,0,0,0.9)  ; 
color: black;
}
    
.artiste{
font-family: futura;
text-shadow: 0px 0px 0px rgba(0,0,0,0.9);
} 
   
      
 h1{
 font-size: 4em;  
 text-transform: uppercase;  
 text-shadow: 1px 3px 1px rgba(0,0,0,0.9);
 text-align: center;
 padding: 5px;
 margin-bottom: 10px;
 font-family: legrand;
     }   
    
      
 h2{
 font-size: 1.8em;  
 text-transform: uppercase;  
 text-align: center;
 padding: 5px;
 margin-bottom: 10px;
 margin-top: 30px;
     }
     
   .chiffre {
 font-size: 3.5em; 
 font-weight: bold;
 font-stretch: 50%;
 font-variation-settings: 'wdth' 25;
     }  


.bold{
font-weight: bold;
}
    
    
 h3{
 color: black;
 font-size: 1.4em;   
 text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
 text-align: center;
 padding: 5px;
 margin-bottom: 10px;
 line-height: 3em;

     }


.cadre{
            background-color: rgba(25, 25, 25, 0.1);
            padding: 0em 1em 1em 1em;
            border-radius: 1em;
        }
       


#centre{
margin: auto;
text-align: center;
width: 100%;
    }

.affiche{
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
padding: 0px;
width: 400px;
max-width: 85%;
margin-left:auto; 
margin-right:auto;   
text-align: center;
display : block ;
transition: transform .2s;
transition-timing-function: ease-in-out;

    }

.affiche:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.affi{

padding: 0px;
width: auto;
margin-left:auto; 
margin-right:auto;   
text-align: center;
display : block ;
transition: transform .2s;
transition-timing-function: ease-in-out;
margin-bottom: 10px;
    }

.affi:hover {
  transform: scale(1.3);
}

.photos{
width:300px;
margin: 10px;
padding: 0px;
box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.3);
transition: transform .2s;
transition-timing-function: ease-in-out;
    }

.photos:hover {
  transform: scale(1.2);
}

.ph{
box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.3);
}
.ombre{
margin-bottom: 25px;
background-color: rgba(25, 25, 25, 0.1);
font-family: fusion;
}
.dir{
text-align: right;
    }
    
    


.jour{ 
text-align: center;
padding: 10px;
width: 80%;
margin-left: 10%;
max-width: 300px;
}

.detail{
  padding-left: 40px; 
  padding-top: 20px; 
  color: white;
    
    }
     
.min{
  text-transform: lowercase;
  font-size: 0.9em;    
    }

.tarifs{
font-family: futura;
}

.enfant{
font-weight: bold;
font-size: 0.9em;  
}
.blue{
color:#032e69;

    }

.soutien{
text-align: center;
font-family: legrand;
font-size: 1.8em;
color: #032e69;
}

.arrondi{
border-radius: 5%;
}

.bleu{
color:#032e69;
text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 2px 2px 2px rgba(206,89,55,0);
    }
    
.orange{
color:#6237a1;

    }
    
   .orangeclair{
color:#f18568}
    
.black{
color:black;
}
    
.vert{
color:orange;
    }
    
.blanc{
color:white;
    }
    
.transparent{
color: rgba(255,255,255,0)
}
    
.moyen{
font-size: 2em;
text-transform: capitalize;
padding-bottom: 0.2em;
}

.height{
line-height: 5px;
}


.legrand{
font-family: 'legrand';

}

.futura{
font-family: 'futura';

}

.sign{
font-style : italic;
font-family: 'lora';
    }
    
.motdate{
text-align: left;
height: 120px;
padding: 15px;
    }

.haut{
position: relative;
top: -30px;
height: 40px;
padding-right: 20px;
}

.bas{
position: relative;
top: 0px;
height: 40px;
padding-left: 20px;
}

.lesprix{
max-width: 80%;
width: 400px;

}

.imgmail{
height: 1em;
}

.space{
letter-spacing:0.2em;
}


.prix{
margin-top: 30px;
margin-left: auto;
margin-right: auto;
table-layout: auto;
width: 800px;
background-color: rgba(100, 50, 200, 0.1);
font-family: 'aleo';
vertical-align:middle;
border-radius: 1em 1em 1em 1em ;
}

.small{
font-family: 'aleo';
font-size: 0.9em;

}
.prix th{
padding-left: 20px;
padding-right: 20px;
}

.pad{
height: 15px;
}
.c1{
width: 59%;  
padding-bottom: 0px;
}
.c2{
width: 20%;  
padding-bottom: 0px;
 
}
.c3{
width: 21%;   
text-align: right; 
padding-right: 20px;
padding-bottom: 0px;
}

.colonne1 {
  width: 45%;
}


.gris{
    background-color: rgba(0, 100, 10, 0.3);
    padding: 30px;
    
    }


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


.left{
text-align: left;    
    }
    
.right{
text-align: right;    
    }

.center{
text-align: center;    
}
.maj{
text-transform: uppercase;
    }
    


.espace{
letter-spacing: .1rem;
}

.petit{
font-size: 0.7em;
}

.mini{
font-size: 0.5em;
}

.micro{
  font-size: 0.8em;  
    }

.virus{
width: 100px;
    
}

strong{
text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
 font-weight: 600;
    }
    
header.masthead .intro-text {
padding-top: 150px;
padding-bottom: 10px;
}

@media (min-width: 800px) {
    
      .show_mobile {
		display: none !important;
	}
        
        
header.masthead .intro-text {
padding-left : 10px;
}
}

@media (max-width: 799px) {
    
      .show_mobile {
		display: none !important;
	}
        
        
header.masthead .intro-text {
  padding-left : 10px;
}

}


header.masthead .intro-text .intro-lead-in {
font-size: 22px;
font-style: italic;
margin-bottom: 5px;
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 5px;
}


.red{
color: #f15922;
    }

.gr{
color: #766d64;
font-size: 0.8em
}

.www{
   transition: all 600ms ease;
    }
.www:hover{
   text-decoration:none;
   color: #ffd543;
   transition: all 300ms ease; 
}

@media (min-width: 768px) {
    
      .show_mobile {
		display: none !important;
	}
        
        
  header.masthead .intro-text {
    padding-top: 140px;
    padding-bottom: 100px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    margin-bottom: 25px;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    margin-bottom: 10px;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
  color: black;
}


@media (min-width: 767px) {
    
      .show_mobile {
		display: none !important;
	}
        
}


    
.rouge{
color: #7b3523}

.orange{
color: #db5931}


.part{
width: 120%;
max-width: 120px;
transition: 100ms ease;
margin-bottom: 10px;
}

.part:hover{
box-shadow: 0px 0px 7px 7px rgba(15, 31, 70, 0.65);
    }


footer.site-footer {
  padding: 0 0 clamp(24px, 3.2vw, 38px);
  text-align: left;
  background: #071641;
  color: #ced4da;
}

footer.site-footer .site-footer__inner {
  padding-top: clamp(18px, 2.6vw, 30px);
  border-top: 1px solid rgba(255, 247, 233, 0.12);
}

footer.site-footer .site-footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

footer.site-footer span.copyright {
  display: block;
  font-size: 0.92rem;
  line-height: 1.4;
  text-transform: none;
  color: rgba(255, 247, 233, 0.74);
}

footer.site-footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
}

ul.social-buttons {
  margin-bottom: 0;
}

footer.site-footer .site-footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 0;
}

footer.site-footer .site-footer__social .list-inline-item {
  margin: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 48px;
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: rgba(255, 247, 233, 0.94);
  border-radius: 100%;
  outline: none;
  background-color: rgba(255, 247, 233, 0.10);
  box-shadow: 0 8px 22px rgba(0, 5, 28, 0.20);
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
  color: #071641;
  background-color: #f6bf24;
  box-shadow: 0 10px 24px rgba(0, 5, 28, 0.28);
  transform: translateY(-1px);
}

@media (max-width: 767.98px) {
  footer.site-footer {
    text-align: center;
  }

  footer.site-footer .site-footer__row {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }

  footer.site-footer .site-footer__social {
    justify-content: center;
  }

  ul.social-buttons li a {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 21px;
  }
}

@media (max-width: 640px) {
	* {
		box-sizing: border-box;
	}
	
	/* passer body (et tous les éléments de largeur fixe) en largeur automatique */

	body {
		width: auto;
		margin: 0;
		padding: 0;
	}
	
        
        
        .container,.masthead, .intro-text, .intro-heading, .row
        {
            max-width: 100%;
            padding: 0;
            margin-right: auto;
            margin-left: auto;
        }
        .ph{
            max-width: 60%;
            margin-right: auto;
            margin-left: 20%;
          
        }
        .jour{
            max-width: 50%;
            margin-bottom: 0;
        }
        
        .ombre{
            background-color: rgba(25, 25, 25, 0.1);
            max-width: 120%;
        }
       
            
           
                
            th, td{
                
                font-size: 0.9em;
            }
            
            .virus{
            max-width: 50px;    
            }
            
        .mobipart{
        max-width: 30%;
        margin-left: 35%;
        margin-bottom: 15px;
        padding-bottom: 10px;
        }
        
    
	/* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

	img,
	table,
	td,
	blockquote,
	code,
	pre,
	textarea,
	input,
	iframe,
	object,
	embed,
	video, 
        container,
        intro-text,
        intro-heading{
		max-width: 100%;
	}
	
	/* conserver le ratio des images */

	img {
		height: auto;
	}
	
	/* gestion des mots longs */

	textarea,
	table,
	td,
	th,
	code,
	pre,
	samp, 
        container,
        intro-text,
        intro-heading
        
        
        {
		-webkit-hyphens: auto; /* césure propre */
		-moz-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word; /* passage à la ligne forcé */
	}
	
	code,
	pre,
	samp {
		white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
	}
	
	/* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */

	.element1,
	.element2 {
		float: none;
		width: auto;
	}
	
	/* masquer les éléments superflus */

	.hide_mobile {
		display: none !important;
	}
        
        .show_mobile {
		display: inline !important;
	}
	
	/* Un message personnalisé */

	body:before {
			content: none;
			display: none;
		}
}

@media (max-device-width:768px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
  
    .show_mobile {
		display: none !important;
	}
  
.ombre{
            background-color: rgba(25, 25, 25, 0);
            max-width: 120%;
        }
.ph{
            max-width: 60%;
            margin-right: auto;
            margin-left: 20%;
        }
.jour{
            max-width: 50%;
            margin-bottom: 0;
        }
        
h3{
            font-size: 2.6em;
            padding: 10px;
            
            }
h4{
            font-size: 2em;
            
            }
            
	/*  
            
.mobipart{
        max-width: 20%;
        margin-left: 40%;
        margin-bottom: 15px;
        }
  */

.non{
display: none  !important;
}

}

/* ===== Festival 2026 nav typography ===== */
#mainNav .navbar-nav .nav-item .nav-link {
  font-family: futura, Arial, sans-serif;
}


/* ===== Festival 2026 refined background and hero ===== */
body {
  background-color: #98c3df;
  background-image:
    radial-gradient(circle at 12% 14%, rgba(255,255,255,0.42) 0 1.4px, transparent 1.9px),
    radial-gradient(circle at 22% 30%, rgba(255,255,255,0.22) 0 1px, transparent 1.6px),
    radial-gradient(circle at 36% 18%, rgba(255,255,255,0.28) 0 1.2px, transparent 1.7px),
    radial-gradient(circle at 61% 12%, rgba(255,255,255,0.30) 0 1.3px, transparent 1.8px),
    radial-gradient(circle at 76% 24%, rgba(255,255,255,0.22) 0 1px, transparent 1.6px),
    radial-gradient(circle at 84% 16%, rgba(255,255,255,0.35) 0 1.4px, transparent 2px),
    linear-gradient(180deg, #9cc7e3 0%, #95bfdf 18%, #88add9 36%, #758dc4 60%, #6f62a6 83%, #72488d 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
