.separate-containers .inside-article{
    margin: 0;
    padding: 0;
}
.widget-phone{
  border: solid 1px black;
  padding: 8px;
}
.text-align-right{
    text-align: right;
}
.content-box{
  padding: 12px;
}
/*********************************
  Header
*********************************/
.content-head{
    float: right;
    width: 70%;
    text-align: right;
    margin-bottom: 32px;
    margin-top: 12px;    
    margin-bottom: 12px;
}
.content-head-box{
    float: right;
    border: 1px solid #cd1a1c;
    border-radius: 0px 0px 0px 36px;
    width: 90%;
    min-height: 90px;
    background-image:linear-gradient(to right, #cd1a1c, #8c1a14);
    background-image:-moz-linear-gradient(left, #cd1a1c, #8c1a14);
}
.content-head-text{
    float: left;
    padding-left: 24px;
    padding-top: 16px;
    text-align: left;
    vertical-align: middle;
    font-size: 1.3em;
    font-weight: bold;
    color: white;
    width: 64%;
  text-transform: uppercase;
}
.content-head-image{
    float: right;
    width: 30%;
    text-align: left;
    
}
.content-head-image{
    position: relative;
    top: -12px;
}
.content-head-image>img{
    width: 55px;
    border-radius: 6px;
    padding: 4px;
    background: white;
    -ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
    transform: rotate(5deg);
}
/*********************************
  Title
*********************************/
.content-title{
    margin: 0 auto;
    margin-bottom: 32px;
}
.content-title-border{
    
}
.content-title-icon>img{
    width:90%;
}
.content-title-text{
    text-align: center;
    vertical-align: middle;
    color: #cd1a1c; 
  text-transform: uppercase;
}
.title-action{
    font-weight: bold;
}
/*********************************
  Body
*********************************/
.content-body{
    width: 100%;
    margin: 0 auto;
}
.content-body-column{
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
}
.content-body-left{
    border-right: dashed 1px black;
}
.content-body-text{
    color: black; 
    font-size: 0.9em;
    font-weight: normal;
}

.content-body-title{
    margin-left: 30px;
    margin-right: 24px;
    margin-bottom: 36px;
    font-size: 1.4em;
    font-weight: bold;
}
.content-body-left-title{
    color: #cd1a1c;    
}
.content-body-right-title{
    color: #8c1a14;     
}
.content-body-text ol {counter-reset: repas;} /* on initialise et nomme un compteur */
.content-body-text li {
    list-style-type: none;
    counter-increment: repas; /* on incrémente le compteur à chaque nouveau li */
    margin-bottom: 10px;
    list-style-position: inside;
}
.content-body-text li:before {
    content: counter(repas); /* on affiche le compteur */
    float:left;
    padding: 2px 6px 2px;
    margin-right: 8px;
    vertical-align: top;
    -moz-border-radius: 60px;
    border-radius: 60px;
    font-weight: bold;
    font-size: 0.8em;
    color: white;		
}
.list-besoin>li:before {
    background: #c7c7c6;
}
.list-solution>li:before {
    background: #8c1a14;
}
.content-body-text li>div {
    overflow:hidden;
}
.content-foot{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.row{
    display: table;
    clear: both;
}
.cell{
    display: table-cell;
}
/**************************************
Footer
**************************************/
.content-foot{
    width: 90%;
    background: #f4f7f7;
    border: solid 1px #f4f7f7;
    border-radius: 24px;
    margin: 0 auto;
    box-shadow: 1px 6px 6px 1px #9d9c9c;
  	clear: both;
    margin-bottom: 24px;
}
.content-foot-box{
    position: relative;
    top: -24px;
}
.content-foot-box img{
    width: 48px;
    height: 48px;
}
.content-foot-box-title{
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 12px;
    color: #f8991d;
}
.content-foot-content-ul{
    width: 90%;
    margin: 0 auto;
}
.content-foot-content-li{
    padding: 12px;
    
}
.content-foot-content-li-icon{
    border: solid 4px white;
    border-radius: 28px;
    box-shadow: 1px 6px 6px 1px #9d9c9c;
    width: 52px;
    height: 52px;
    overflow: hidden;
    background: white;
    margin: 0 auto;
}
.content-foot-content-li-icon>img{
    position:relative;
    top: -2px;
    width: 54px;
    height: 54px;
}
.content-foot-content-li-text{
    margin: 0 auto;
    margin-top: 12px;
    width: 120px;
    font-size: 0.6em;
}
/*******************************************
Summary
*******************************************/
.summary-image{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 16px;
}
.summary-image img{
    width: 100%;
}
.summary-box li{
    list-style-type: none;
    margin-bottom: 24px;
}
.summary-box-li-title{
  
}
.summary-box-li-title-text{
    width: 70%;
}
.summary-box-li-title-icon{
    width: 30%;
}
.summary-box-li-title h2{
    font-weight: bold;
    color: #cd1a1c;
    font-size: 1.2em;
    margin-bottom: 0;
}
.summary-box-li-title-text a:link, a:visited, a:hover{
    text-decoration: none;
    color: #cd1a1c;
}
.summary-box-li-title-text a:hover{
    text-decoration: none;
    color: #8c1a14;
}
.summary-box-li-content{
    min-height: 36px;
    border-left: solid 2px #cd1a1c;
    border-top: solid 1px #cd1a1c;
    margin-left: 0px;
    padding: 12px;
}
.summary-box-li-title-icon img{
    width: 18px;
    margin-left: 12px;
    border-radius: 6px;
    padding: 4px;
    background: white;
    -ms-transform: rotate(8deg); /* IE 9 */
    -webkit-transform: rotate(8deg); /* Chrome, Safari, Opera */
    transform: rotate(8deg);
}
