html {

}

body {
	/*font-family: 'Audiowide', cursive;*/
	/*font-family: 'Kanit', sans-serif;*/
	/*font-family: 'Racing Sans One', cursive;*/
	font-family: 'Ubuntu', sans-serif;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.bg {
  background: url("../img/constellation.webp") center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  position: relative;
}

.bg:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
} 

.rouge {color:#FF0000!important;}
.rouge-2 {color:#BC4749!important;}
.vert-1{color:#A7C957!important;}
.vert-2{color:#6A994E!important;}
.vert-3{color:#386641!important;}
.creme-1{color:#F2E8CF!important;}
.creme-2{color:#E5D19F!important;}

/* Colors */
:root {
  --cream: #FFFFB3;
  --light-red: #FC737A;
  --red: #FB3640;
  --white: #FBFFF1;
  --font-white: #FFF;
  --plain-white: #FFFFFF ;
  --light-grey: #DFE0D3;
  --grey: #888079;
  --dark-grey: #4E403D;
  --black: #140001;
  --deep-black: #000;

  --color-default: var(--black);
  --color-primary: var(--dark-blue);
  --color-secondary: var(--dark-grey);
  --color-danger: var(--red);
  --color-success: var(--green);
  --color-warning: var(--yellow);
  --color-light: var(--white);
  --color-dark: var(--black);   
}

.navbar-brand, .navbar-text, .navbar-brand:hover {
  color:var(--font-white);
}

h1.amar {color:#A7C957;font-weight:500;}
h1.amar span {font-style: italic;font-size: 1.275rem}

h2.chapo, p {color:#FFF;font-size: 1.025rem;}
a {color:#FFFFCC;text-decoration:none;}
a:hover, a:active {color:#BC4749;}

.titre {
	color:white;
  font-weight: 700;
  font-style: italic;
	font-family: 'Lato', sans-serif;
}

.do-more {color: #A7C957;text-align: right;}


.accueil{
  min-height:calc(100vh - 116px);
}
.btn-primary {background-color:#A7C957;border-color:#93b93c;font-weight: 700;}
.btn-primary:hover {color:#93b93c;background-color:white;border-color:white;}

.sous-titre {
	color:#A7C957;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
}

.annonces {
	color:white;
  border: 0.2rem solid #A7C957;
}


.footer {
  /*position: absolute;
  bottom: 0;
  width: 100%;
  */
  height: 60px;
  line-height: 60px;
}

.ombre {text-shadow: 0 0 0.1em #000;}
.eclat {text-shadow: 0 0 0.2em #FFF;}

@media (min-width: 1300px) {

  .amar {font-size: 5.5rem;}
  h1.amar span {font-size: 2.85rem}
  h2.chapo, p {font-size: 1.75rem;}

}

@media (min-width: 1900px) { 

 }

 @media (max-width: 600px) {
	body.bg {
  background-image: url("../img/starfield-mobile.webp");
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	}
}
