@charset "UTF-8";
/* CSS Document */

 @font-face{
                        font-family: 'Stanley';
                        src: url("stanley-regular-webfont.woff");}
@font-face{
                        font-family: 'Stanley-bold';
                        src: url("stanley-poster-webfont.woff");}


html, body {
	font-family: 'Stanley';
}
*{
	margin:0px;
	padding:0px;
	font-family: "Stanley";
}


/*PAROLES*/
body.paroles-rouge
{background-color: #520406;
color:#FF090C;}

.titreparoles
{font-size: 40px;}

body > div > div > hr
{border: 1px solid var(--text);
width:100px;
color:var(--text);
opacity:100;}


body > div > div > div
{padding:30px 0px !important;}

body > div.container-fluid
{padding:60px 60px 20px 60px!important;}


p
{font-size:20px!important;}
h3
{font-size:40px!important;}
h2
{font-size:40px!important;}

a
{color:var(--text)!important;}


  .breadcrumb-item + .breadcrumb-item::before {
    color: var(--text)!important; /* Remplace par la couleur que tu veux */
  }


@media (min-width: 768px) { h2
{font-size:80px!important;}
.titreparoles
{font-size: 80px!important;}}
body > div.container-fluid.navigation.m-0.p-0 > div > div.mt-3.mt-lg-0.p-0.col-12.col-lg-4.d-flex.justify-content-end.align-items-stretch.order-lg-3.order-2 > nav > ol > li:nth-child(1)
{text-decoration: underline;}
body > div.container-fluid.navigation.m-0.p-0 > div > div.mt-3.mt-lg-0.p-0.col-12.col-lg-4.d-flex.justify-content-end.align-items-stretch.order-lg-3.order-2 > nav > ol > li:nth-child(2)
{text-decoration:underline;}

