.separate-containers .entete .widget{
    padding: 0!important;
    margin: 0!important;
}


.anime{
	position:relative;	
}
.barre{
    position: absolute;
    z-index: 99;
    right: 0;
    top: -30px;
}
@media (max-width: 780px) {
	.barre img {
    height: inherit;
    max-width: inherit;
    height: 140px;
    width: 8px;
	}
	.break img{
		    height: 50px;
    width: auto;
	}
	}


table, tr, td{
	font-size:14px;
  	border:0;
	padding:2px;
	margin:0;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=tel], input[type=search], textarea {
    background: #FAFAFA;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 4px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 200px;

}

.accueil{
	height: 330px;
}
.s1{
    margin-top: 40px;
    position: relative;
}

.s2{
	position: absolute;
    top: -40px;
    right: 0;
}


#sow-editor-5{ padding:0; max-width:1100px; margin:0 auto; line-height: 0; }
.inside-footer-widgets .inner-padding { padding: 0 10px; }
.col50{ width:50%; float:left }
.main-navigation .droite{float:right}
.main-navigation .lang-item{float:right}

/*** FOOTER ***/

.footer-widgets .widget-title {
    color: #ffffff;
}

.widget-title {
    font-family: inherit;
    font-size: 17px;
}

.widget-title {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    background-color: #1a1a18;
    color: white;
    padding: 2px 0;
}


@media (max-width: 740px) {

.col50{ width:100%; float:inherit; clear:both }
.accueil{
	height: inherit;
}
.s1{
    margin-top: 0;
    position: inherit;
}

.s2{
	display:none
}
}