/* **** Page Groupe **** */

#page-groupe {
    width:700px;
    margin:2px 0 15px 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; 
    font-size:12px; line-height:16px; color:#333333;  
}

#page-groupe h1 { 
    display:block; 
    margin:0 0 20px 0; padding:0;
    font-size:20px; line-height:normal; color: #355DB7; font-weight:700; text-transform:uppercase; 
}

#page-groupe h2 { 
    display:block;
    margin:0 0 10px 0; padding:0; 
    font-size:14px; line-height:normal; color: #355DB7; font-weight:700; 
}

#page-groupe p { 
    display:block; 
    margin:10px 0 10px 0; padding:0; 
}

#page-groupe a { 
    color:#333333; 
}

#page-groupe a:hover { 
    color:#355DB7; 
}

/* ***** EDITO ****** */

#page-groupe #edito{  
	margin-top: 6px;
}

#page-groupe #edito h1{
    margin-bottom: 20px;
}

#page-groupe #edito h2{
    display: inline-block;
    margin:0 0 3px 0; padding:0; 
    font-size:14px; line-height:18px; color: #333333; font-weight:700;
}

#page-groupe #edito p{
    margin: 0 15px 20px 0;
}


#page-groupe #edito .img-titre{
    width: 550px;
}

#page-groupe #edito .img-edito{
	position: relative; top: 15px;
	float: right;
    padding: 0px 0px 35px 35px;
    height: 220px; 
}

#page-groupe #edito .signature p{
	font-size:11px; font-style: italic;
	margin-top: 4px;
}

#page-groupe #edito .welcome-msg{  
	font-size: 14px;
}




/* Fix Intershop page */
#crosselling { display:none; }
.clearfloat { clear:both; visibility:hidden; }
.bg-degrade { background: none;}


/* Banniere Edito (ES) */
.edito__banner {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #1cbaed;
}

.edito__banner .banner__content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.edito__banner .banner__content__badge {
    background-color: white;
    padding: 4px 10px;
    margin: 0 auto 0 0;
    border-radius: 5px;
    color: #0073bc;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-weight: bold;
}

.edito__banner .banner__content__text {
    font-family: "Roboto Condensed";
    margin: 10px 0 0;
    font-size: 20px;
    color: #fff;
}

.edito__banner .banner__content__text span {
    font-size: 14px;
}

.edito__banner .banner__content__link a{
    font-size: 14px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: underline !important;
}

.edito__banner .banner__img {
    padding: 10px;
}