* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: left;
    padding: 0;
    margin: 0 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-style:italic;
    font-weight:bold;
}

a,
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

/*************  MENU MASTER ******************************************/

@media only screen and (min-width: 992px) {
    .header .menu {
        margin-top:60px;
    }
    .header-item-right {
        margin-top:40px;
    }
}



.header .menu ol, ul {
    padding-left: 0;
}

.header .menu>ul>li>a {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
}


.header .menu>ul>li .menu-subs {
    border-top: 5px solid #34b55c;
    border-radius:0px;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
    color: #34b55c;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover,
.header .menu>ul>li .menu-subs>ul>li>a:hover {
    color: #34b55c;
}

.header-item-right a:hover,
.header .menu>ul>li:hover>a {
    color: #34b55c;
}

.header .header-item-right a{
    text-decoration:none;
    font-weight:bold;
    border:2px solid #34b55c;
    padding:7px 15px;
    border-radius:20px;
}
.header .header-item-right a>span{
    font-size:0.6em;
}

/***************************************************************************************************/
/*
#formContact label{
    font-weight:normal;
}
#formContact input[type='text'],  #formContact  textarea{
    font-size:20px;
    padding:5px !important;
    height:auto !important;
    background-color:#fff;
}
#formContact textarea{
    min-height:200px;
}

#formContact input[type='button'], #formContact input[type='submit'], .btn-perso{
    min-width:120px;
    margin-top:30px;
    border-radius:3px;
    border:0px;
    padding:5px 30px;
    background-color:#7650bb;
    color:#ffffff;
    box-shadow: 0px 2px 2px #181818;
    cursor:pointer;
    background-image: linear-gradient(to bottom, #7650bb 0%, #4a307a 100%);
}

#formContact input[type='button']:hover, #formContact input[type='submit']:hover, .btn-perso:hover {
    background-image: linear-gradient(to top, #7650bb 0%, #4a307a 100%);
}
*/
/***************************************************************************************************/
img{
    max-width:100%;
    height:auto;
}
footer{
    margin-top:80px;
	background-color:#000;
	padding:40px 0px;
	color:#a9adaa;
	font-size: 1em;
}
footer a{
	color:#a9adaa;
}
#footer img{
	/*padding:33px 0px 0px 0px;*/
}
