/*
* Branche
*/

    #branche-gauche {
        position: absolute;
        left: 0px;
        top: 800px;
    }
    #branche-droite {
        position: absolute;
        right: 0px;
        top: 760px;
    }
    #branche-gauche.mini-page{
        top: 260px;
    }
    #branche-droite.mini-page{
        top: 200px;
    }



/*
*   Aside Bloc Left and right
*/
    #content > aside  .line  article  div,
    #content > aside  .line  article  span{
        width: 100%;
        position: relative;
        float: left;
    }

    #content > aside  .line  article.article-odd{
        float: left;
        text-align: left;
        
    }
    #content > aside  .line  article.article-even{
        float: right;
        text-align: right;
    }


    #content{
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    
    #content > aside{
        width: 100%;
        float: left;
        top: 0;

        position: absolute;
    }
    #content > aside > .line{
        width: 100%;
        float: left;
        min-height: 245px;
    }
    .line button{
        transition: all 0.5s;
    }


    #content > section#center-bar{
        /* width: 500px; */
        /* position: absolute; */
        margin: 0 auto;
        position: relative;
        /* min-height: 2650px; */
        z-index: 999;
    }
    .redirection{
        margin-top: 15px; 
        margin-bottom: 15px; 
    }
    .redirection span.title{
        text-transform: uppercase;
        color: #98acb4;
        margin-top: 8px;
        border-top: 2px solid #b4b4b4;
        padding-top: 10px;
        font-family: "Oswald";
        font-size: 28px;

     }   
    .redirection span.body{
        font-size: 15px;
        font-family: "Open Sans";
        color: rgb(99, 99, 99);
        margin-top: 20px;
        width: 90% !important;
    }
    .redirection span.button{
        margin-top: 20px;
        width: 70% !important;
    }
    .redirection.article-even div.picto > div,
    .redirection.article-even span.button,
    .redirection.article-even span.body{
        float: right !important; 
    }

    .redirection span.button > a > button{
        width: 100% !important; 
    }


/*
* NEWS
*/



     #content > section#center-bar {
        margin: 0 auto;
    }
     #content > section#center-bar > div{

        float: left;
        position: relative;
        width: 100%;
    }
     #content > section#center-bar > div > #news{
        float: left;
        position: relative;
        width: 100%;

    }
     #content > section#center-bar > div > #news > div.archives{
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
     #content > section#center-bar > div > #news > h1{
        margin: 0 auto;
        margin-top: 18px;
        margin-bottom: 36px;
        padding-top: 18px;
        padding-bottom: 14px;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        width: 70%;
        position: relative;
        font-family: "Oswald";
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        font-size: 40px;
        text-align: center;
        float: left;
        margin-left: 15%;
        margin-right: 15%;

    } 


     #content > section#center-bar > div > #news > div.line > article{
        float: left;
        width: 88%;
        margin: 2%;
        padding: 4%;
        background-repeat: no-repeat;
        background-position: 0px 0px;    
        background-size: 100%;
        height: 408px;
    } 


    #content > section#center-bar > div > #news > div.line > article > .title{
        font-size: 32px;
        font-family: "Oswald";
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        float: left;
        width: 100%;
        color: white;
        line-height: 1;

    }

    #content > section#center-bar > div > #news > div.line > article > .summary{
        font-size: 16px;
        font-family: "Open Sans";
        color: rgb(140, 197, 255);
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
        float: left;
    }

    #content > section#center-bar > div > #news > div.line > article > .button{
        margin-top: 10px;
        position: relative;
        float: left;
    }

/*
* Decoration background after news
*/

    #background-news{

        float: left;
        width: 100%;
        position: absolute;
        z-index: -1;
    }
    #background-news > img{
        /* margin-top: 214px; */
        margin-top: 688px;
        margin-left: 7px;
    }


/*
* Google map + Agences
*/
#agences {
    float: left;
    margin-top: 20px;
}
#agences > .title{
    width: 80%;
    margin: 0 auto;
    border-top:  1px solid white;
    border-bottom:  1px solid white;
    font-size: 24px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
#agences > .description{
    width: 70%;
    margin: 0 auto;
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(99, 99, 99);
    text-align: center;
    margin-bottom: 15px;
}

#agences > .map_button{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 70%;
    margin: 0 auto;
}

#agences > .map_button > a > button{
    width: 100%;
}

#map_canvas{
  margin: 0 auto !important;
}


.redirection  svg {

    width: 50px !important;
    height: 50px !important;
}

#letter-information {
    float: left;
    position: relative;
    width: 100%;
    color: white;
}
#letter-information > h2{
    margin: 0 auto !important;
    margin-top: 18px !important;
    margin-bottom: 20px !important;
    padding-top: 10px;
    padding-bottom: 12px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 70%;
    position: relative;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    text-align: center;
    float: left;
    margin-left: 15% !important;
    margin-right: 15% !important;
}
#letter-information > div{
    height: 244px;
    float: left;
    position: relative;
}
#letter-information > div.picture{
    background: url("/bundles/sicaeoisecoretheme/images/letter-info.png") no-repeat 0 0;
    background-size: 100% auto;
    background-position: bottom left;
}
#letter-information > div > .text{
    height: 166px;
    float: left;
    position: relative;
    font-size: 13px;
    padding: 10px;
}
#letter-information > div > .button{
    height: 20%;
    float: left;
    position: relative;
    width: 100%;
}
