
#logo
{
    height: 70px;
}
html, body{
    font-size: 16px;
}
menu{
    padding: 15px;
    border-bottom: 1px solid red;
    height: 100px;
    margin: 0;
}
#containerMenu
{
    display: flex;
}
#menuItem
{
    display: flex;
    height: 100%;
}
h2.titre{
    margin: 0;
    padding: 0;
}
a
{
	text-decoration: underline;
}
menu a, .breadCrumb a
{
	text-decoration: none;
}
iframe
{
    max-width: 100%;
}
#successForm
{
    color: green;
    border: 2px solid green;
    padding: 15px;
    margin-bottom: 50px;
}
input[type=text], input[type=email], textarea{
    padding: 5px;
    border: 1px solid #dadada;
    font-size: 16px;
}
input[type=submit]
{
    background: red;
    color: white;
    border: none;
    padding: 15px;
}
#menuItem .menuMainItem a
{
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
    margin-right: auto;
    padding: 5px;
    font-size: 14px;
    color: #4C4C4C;
}
.menuMainItem a:hover
{
    text-decoration: none;
}
.cadre
{
    background-color: rgba(255,255,255, 0.6);
    border-radius: 5px;
    padding: 15px;
}
h1
{
    font-size: 40px;
}
h2
{
    font-size: 25px;
    margin: 10px 0px;
    /* margin: 0 !important; */
}
h3
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px
}
.white
{
    background: #fff;
}


.hamburger-box
{
	position: static !important;
}
.callToAction
{
    background: red;
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 10px;
}

.callToAction:hover
{
    text-decoration: none;
    color: white;
}
.blackScreen
{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	background: rgba(0,0,0,0.7);
	display: none;
}
.galerie
{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 90vh;
	width: 80vw;
	background: rgba(255,255,255, 0.8);
	z-index: 10000;
	display: flex;
	text-align: center;
}
.galerie img
{
	margin: auto;
}
footer
{
    background-color: #ff5e4d;
    color: white !important;
    padding-top: 30px !important;
    margin-top: 30px;
    text-align: center;
    font-weight: normal !important;
}
a{
    color: inherit;
}
a:hover
{
    color: inherit;
}
img
{
    max-width: 100%;
}
.breadCrumb
{
    padding: 15px;
    background-color: red;
    color: white;
}
.submenu
{
    display: none;
    position: absolute;
    background: white;
    padding: 30px;
    margin-top: -10px;
    z-index: 15;
    border-bottom: 1px solid #dadada;
}
.submenu a
{
    padding: 7px !important;
}
#menuItem .menuMainItem:hover > .submenu
{
    display: block;
}
footer img
{
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    padding: 15px;
    background-color: white
}
@media(max-width: 768px)
{
    #logo
    {
        height: auto !important;
        width: 50%;
        float: left;
    }
    .homepageBanner
    {
        height: auto !important;
        padding: 0;
    }
    #responsiveMenu
    {
        float: right;
        font-size: 70px;
        top: 0 !important;
    }
    .menuMainItem
    {
        display: block;
        overflow: hidden;
    }
    #menuItem
    {
        display: block;
    }
    #menuItem
    {
        display: none;
        width: 100%;
    }
    .carousel
    {
        height: 230px !important;
    }
	html, body
	{
		width: 100vw;
		overflow-x: hidden;
	}
	.sliderTitle{
	    font-size: 2em;
	}
	.sliderContainer
	{
		height: calc(100vw / 16 * 9);
	}
	.slider h2
	{
/* 		margin-top: 0px !important; */
	}
	h1
	{
		font-size: 22px;
	}
	.circleOne
    {
        display: inline-block;
        width: 49%;
        padding: 15px;
    }
	h2
	{
		font-size: 18px;
	}
	.footerSaveTheDate
	{
		font-size: 16px !important;
		display: block !important;
	}
	.footerSaveTheDate .col-md-4
	{
		margin-bottom: 20px;	
	}
	.mots-1, .mots-2
	{
		display: none;
	}
	.photos img
	{
		width: 100%;
	}
	.circle
	{
		/*width: 100px !important;
		height: 100px !important;*/
		font-size: 30px; line-height: normal;
	}
	#footer
	{
		margin-top: -30px;
	}
	.container-fluid
	{
	    padding: 0px !important;
	}
	.circleContainer
	{
		width: 100% !important;	
	}
	.slider h2
	{
		font-size: 1.4em;
	}
	.presentation
	{
		height: 600px !important;
	}
	menu{
	    height: auto;
	}
}