/**
 * Created on : 29 juin 2015, 15:17:58
 * Author     : Cyrille de Gourcy <cyrille.degourcy@spyrit.net>
**/

/** .title-type-1 **/
.title-type-1
{
    font-weight: 900;
    font-size: 190%;
    text-transform: uppercase;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 10px 0;
}
.title-type-1:before
{
    background-image: url("../img/arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    width: 20px;
    height: 15px;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
}

/** .title-type-2 **/
.title-type-2
{
    font-weight: 900;
    font-size: 160%;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 10px 0;
    text-align: center;
    background-image: url(../img/titre-type-2_fond.svg);
    background-repeat: repeat-x;
    background-position-y: 2px;
    background-size: 18px;
}
.title-type-2 span
{
    background-color: #ffffff;
    display: inline-block;
    height: 24px;
}
.title-type-2 span:before,
.title-type-2 span:after
{
    content: "";
    width: 16px;
    display: inline-block;
    padding: 10px;
    background-repeat: no-repeat;
    background-position-y: 2px;
}
.title-type-2 span:before
{
    background-image: url(../img/titre-type-2_polygone-gauche.svg);
    margin: 0 30px 0 0;
}
.title-type-2 span:after
{
    background-image: url(../img/titre-type-2_polygone-droite.svg);
    margin: 0 0 0 30px;
}
@media (max-width: 630px)
{
    .title-type-2
    {
        font-size: 110%;
    }
}

/** .title-type-3 **/
.title-type-3
{
    font-weight: 900;
    font-size: 130%;
    margin: 0 0 10px 0;
}

/** .title-type-4 **/
.title-type-4
{
    font-weight: normal;
    margin: 0 0 10px 0;
    font-size: 130%;
    position: relative;
    padding: 0 0 0 20px;
}
.title-type-4:before
{
    background-image: url("../img/arrow-black.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    content: " ";
    width: 12px;
    height: 15px;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}