/*********************************************************************************/
/*  GLOBAL                                                                       */
/*********************************************************************************/

div {
    font-family: 'Oswald';
}

.title {
    text-align: center;
    width: 100%;
}

.title h1, .title h2, .title h4 {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: #ffcc33;
}

h1 {
    padding: 10px;
}

h2 {
    padding: 10px;
}

h3, h4, h5, h6 {
    padding: 10px;
}

p {
    padding: 10px;
}

header .navbar {
    background-color: #ffcc33;
}
header .navbar li.nav-item.active a {
    font-weight: bold;
}

header .navbar li.nav-item a {
    color: black;
}

#title-content {
    position: relative;
    background: url(republique.jpg) center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    height: 100vh;
}

#title-content .title {
    margin-top: 200px;
    font-family: "Aclonica";
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

#title-content h2 {
    color: #FFFFFF;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#title-content h1 {
    font-size: 70px;
    color: #ffcc33;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

#title-content .hero-image-container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bg-yellow {
    background-color: #ffcc33;
}
  
/* ---------------------
    Layout
----------------------- */

.container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.flex-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
}

.spacer-after {
    margin-bottom: 30px;
}

/* ------ Desktop CSS flex column classes ------ */
@media (min-width: 900px) {
	.large-3 {
		flex: 0 1 20%;
	}

	.large-4 {
		flex: 0 1 33%;
	}

	.large-6 {
		flex: 0 1 50%;
	}

	.large-12 {
		flex: 0 1 100%;
	}
}

/* ------ Mobile CSS flex column classes ------ */
/* @media (max-width: 500px) { */
@media (max-width: 900px) {
	.small-3 {
		flex: 0 1 20%;
	}

	.small-4 {
		flex: 0 1 33%;
	}

	.small-6 {
		flex: 0 1 50%;
	}

	.small-12 {
		flex: 0 1 100%;
	}
}

/* ---------------------
    Links
----------------------- */

.links li {
    border: solid 2px #ffcc33;
    font-size: 20px;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 1em;
    /* border: solid grey 2px; */
    border-radius: 10%;
    list-style-type: none;
}

.link-btn {
    border: solid 2px white;
    border-radius: 8%;
    font-size: 18px;
    padding: 0.2em 1em;
    text-align: center;
    color: white;
    text-decoration: none;
}

.link-btn:hover {
    border: solid 2px white;
    color: #ffcc33;
    background-color: white;
    text-decoration: none;
}

.footer-nav-list li a:hover {
    margin-left: 15px;
}
  
.footer-nav-list li a {
    margin-left: auto;
    transition: margin-left 0.5s ease;
}
  
/* ---------------------
    Buttons
----------------------- */
button {
    border: solid 2px #ffcc33;
    font-size: 20px;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 1em;
    /* border: solid grey 2px; */
    border-radius: 10%;
    list-style-type: none;
}

/* ---------------------
    Lists
----------------------- */
ul, ol {
    list-style-type: none;
    padding-left: 0;
}
    
/*********************************************************************************/
/*  CONTENT                                                                      */
/*********************************************************************************/

/* ---------------------
    Top Menu
----------------------- */

#top-menu {
    position: fixed;
    top: 0;
    z-index: 3;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    background-image: linear-gradient(to top, rgba(255,204,51,0.6), rgba(255,204,51,1));
    height: fit-content;
    width: 100%;
}

#top-menu > div {
    flex: 0 1 20%;
    text-align: center;
}

#top-menu > div:hover {
    background-color: rgba(255,204,51,0.4);
}

#top-menu > div a {
    padding: 1.5em 1.5em;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1em;
    outline: 0;
    color: #FFF;
}

/* ---------------------
    Header
----------------------- */

#header
{
    position: relative;
    background: url(../images/republique.jpg) center center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    width: 100%;
    height: 100vh;
}

#header .title {
    margin-top: 300px;
    font-family: 'Aclonica';
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

#header h2 {
    color: #FFFFFF;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#header h1 {
    font-size: 70px;
    color: #ffcc33;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

/* ---------------------
    Qui sommes-nous ?
----------------------- */

#about-us {
    background-color: #ffcc33;
}

img {
    height: 100%;
    width: 100%;
}

img.crop {
    height: -webkit-fill-available;
}

img.svg.scrolldown {
    height: 50px;
    width: 50px;
}

img.avatar {
    border-radius: 50%;
    height: 50%;
    width: 50%;
}

/* ---------------------
    Nos Prestations
----------------------- */

#our-offer {
    background-color: lightgray;
}

.footer .row {
    padding-top: 20px;
    margin: 0;
}