/*
    Theme Name: Maundy
    Theme URL: https://bootstrapmade.com/maundy-free-coming-soon-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
	line-height: 1.2;
    height: 100%;
    background: #FFF url('../img/banner01.jpg') no-repeat center top;
    background-size: cover;
	font-family: 'Open Sans', sans-serif;
}

.background_opacity {
position: fixed;
z-index: -10;
top: 0; left: 0; right: 0; bottom: 0;
background-color: rgba(200,200,200, 0.3); /* L'opacite se regle ici */
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.pblue {
    color: #0b5184;
    font-size: 1.3em;
    font-weight: bold;
}

.content {
	margin-top: 50px;
	color: #ffb217;
}

.logo img {
	display: inline-block;
}

.logo h1 {
    font-size: 4em;
}

.logo h2 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    padding: 20px;
}

#countdown {
    text-align: center;
    margin:  40px 0px 40px;
    min-height: 104px;
}

#countdown > div {
    width: 100px;
    height: 100px;
    margin: 0px 1%;
    display: inline-block;
    font-size: 20px;
    line-height: 52px;
    position: relative;
    font-weight: 700;
    color: #ff931e;
    border: 2px solid #f9842b;
    border-radius: 5px;
    margin-bottom: 10px;
}

#countdown > div > span {
	display: block;
}

h2.subs-title  {
    color: #1e73be;
    font-family: 'Lato', sans-serif;
    font-size: 34px;
    padding: 20px 0px 20px;
}

.input-group-addon {
    color: #fff;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.sub-p {
	font-size: 14px;
	padding: 5px 0px 15px;
}

.social ul li {
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
}

.section-padding {
	padding: 60px;
}

.about-title h2 {
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	padding-bottom: 10px;
}

.img {
	margin-top: 30px;
}

.img i {
	font-size: 44px;
}

.subcription-info {
    width: 40%;
    margin: 0 auto 50px;
}

.abt-hd {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 15px;
}

.contact-title i {
    color: #fff;
    font-size: 1.8em;
    text-align: right;
    display: block;
    padding: 25px 0 0 0;
}

.contact-title h2 {
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 0px 15px;
}

.contact-title p {
    text-align: right;
    margin-top: -5px;
    color: rgba(236,240,241,0.9);
    font-size: 13px;
    word-spacing: 1px;
    line-height: 25px;
    padding-bottom: 10px;
}

.contact input[type="text"], .contact input[type="email"] {
    width: 100%;
    background: transparent;
    border: 1px solid #EDEDED;
    margin-bottom: 20px;
    font-size: 13px;
    outline: none;
    color: #fff;
}

.social a i {
    color: #fff;
    display: block;
    line-height: 48px;

}

.social a:hover {
    text-decoration: none;
}

#contact-info
{
	padding: 0px 0px 20px;
}

.contact textarea {
    width: 100%;
    background: transparent;
    font-size: 13px;
    padding: 15px;
    height: 100px;
    border: 1px solid #EDEDED;
    outline: none;
    resize: none;
    margin-bottom: 5px;
    color: #fff;
}

.contact-submit {
    background-color: #f98527;
    border: 2px solid #FFF;
    color: #FFf;
    width: 100%;
    display: block;
    word-spacing: 1px;
    outline: none;
    margin: 0 auto;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

footer {
    padding: 30px;
    color: #fff;
    text-align: center;
    background-color: #242830;
}

.footer a {
    color: #f98527;
}

.credits {
    padding-top: 10px;
}

.subscribe_form {
    position: relative;
}

.subscribe_form .subscribe {
    right: 0px;
    top: 0px;
    width: 160px;
    height: 50px;
    position: absolute;
    color: #FFf;
    background-color: #24B7A4;
    border: medium none;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    font-family: "Roboto Slab",serif;
    font-size: 18px;
}

.subscribe_form input {
    height: 50px;
    border: none;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    border-radius: 30px;
    color: #000;
}

.subscribe_form input[type=email] {
    padding-left: 30px;
}

/**********************************
Media Queries
***********************************/
@media (min-width: 501px) and (max-width: 901px) {
    body {
        overflow-x:hidden; 
    }
    .contact-title {
        padding: 15px;
    }

    .section-padding {
        padding: 60px 30px;
    }

    .subscribe_form .subscribe {
        width: 100px;
        font-size: 15px;
    }

    .subcription-info {
        width: 60%;
        margin: 0 auto;
    }
}

@media (min-width: 20px) and (max-width: 500px) {
    .contact-title {
        padding: 15px;
    }
    .section-padding {
        padding: 60px 30px;
    }
    .subscribe_form .subscribe {
        width: 100px;
        font-size: 15px;
    }
    .subcription-info {
        width: 80%;
        margin: 0 auto;
    }
}