@charset "utf-8";
/* CSS Document */

h3 
	{
		color: #333;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	
h3 .small
	{
		font-weight: bold;
		color: #333;
		margin-top: 0;
	}
	
h4 
	{
		margin-top: 50px;
		margin-bottom: 30px;
	}
	
.big
	{
		font-size: 70px;
	}


/*************************** BREADCRUMB ********************************/


.breadcrumb {
    padding: 0 0;
    margin-bottom: 30px;
    list-style: none;
    background-color: transparent;
    border-radius: 0
}

    .breadcrumb > li {
        display: inline-block
    }

    .breadcrumb a {
        color: #b2b2b2;
        text-decoration: none !important;
        -webkit-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms
    }

        .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a.focus {
            color: #333
        }

/***************** Switch *****************************/

.switch {
    font-size: 20px;
    background: #e1e1e1;
    color: #337ab7;
    padding-top: 45px;
    margin-bottom: 40px;
}

    .switch a {
        color: #337ab7;
        font-weight: bold;
        text-decoration: none;
        margin-right: 40px;
        padding-bottom: 10px;
        display: inline-block;
        border-bottom: 10px solid #e1e1e1;
    }
        .switch a:last-child {
            margin-right: 0;
        }
        .switch a:hover {
            color: #285f8f;
        }
        .switch a.active{
            border-bottom: 10px solid #b2b2b2;
        }

@media (max-width: 480px) {
    .switch {
        font-size: 16px;
        margin-bottom: 20px;
    }
        .switch a {
            margin-right: 20px;
        }
}


/*************** COLORS ***************/
.couleur-OUI
	{
		background-color: #5cb85c;
	}
	
.couleur-NON
	{
		background-color: #d9534f;
	}

.couleur-CP
	{
		background-color: #891e80;
	}
	
.couleur-IN
	{
		background-color: #327b9a;
	}
	

/*************** PADDING ***************/

.padding-0
	{
		padding: 0;
	}

/*************** PADDING-LEFT ***************/

.padding-left-50
	{
		padding-left: 50px;
	}
	
/*************** PADDING-RIGHT ***************/

.padding-right-0
	{
		padding-right: 0;
	}
	
.padding-right-50
	{
		padding-right: 50px;
	}
	
	
/*************** PADDING-TOP ***************/

.padding-top-10
	{
		padding-top: 10px;
	}
	
.padding-top-20
	{
		padding-top: 20px;
	}
	
.padding-top-30
	{
		padding-top: 30px;
	}
	
.padding-top-40
	{
		padding-top: 40px;
	}
	
.padding-top-50
	{
		padding-top: 50px;
	}
	
.padding-top-100
	{
		padding-top: 100px;
	}
	
/*************** PADDING-BOTTOM ***************/

.padding-bottom-10
	{
		padding-bottom: 10px;
	}
	
.padding-bottom-20
	{
		padding-bottom: 20px;
	}
	
.padding-bottom-30
	{
		padding-bottom: 30px;
	}
	
.padding-bottom-40
	{
		padding-bottom: 40px;
	}
	
.padding-bottom-50
	{
		padding-bottom: 50px;
	}
	
.padding-bottom-100
	{
		padding-bottom: 100px;
	}
	
/*************** MARGIN ***************/

.margin-0
	{
		margin: 0;
	}
	
/*************** MARGIN-TOP ***************/

.margin-top-0
	{
		margin-top: 0;
	}
	
.margin-top-10
	{
		margin-top: 10px;
	}
	
.margin-top-20
	{
		margin-top: 20px;
	}
	
.margin-top-30
	{
		margin-top: 30px;
	}
	
.margin-top-40
	{
		margin-top: 40px;
	}
	
.margin-top-50
	{
		margin-top: 50px;
	}
	
	
.margin-top-100
	{
		margin-top: 100px;
	}
	
/*************** MARGIN-BOTTOM ***************/

.margin-bottom-10
	{
		margin-bottom: 10px;
	}
	
.margin-bottom-20
	{
		margin-bottom: 20px;
	}
	
.margin-bottom-30
	{
		margin-bottom: 30px;
	}
	
.margin-bottom-40
	{
		margin-bottom: 40px;
	}
	
.margin-bottom-50
	{
		margin-bottom: 50px;
	}
	
	
.margin-bottom-100
	{
		margin-bottom: 100px !important;
	}
	
	
/*************** MARGIN-LEFT ***************/

.margin-left-10
	{
		margin-left: 10px;
	}
	
.margin-left-20
	{
		margin-left: 20px;
	}
	
.margin-left-50
	{
		margin-left: 50px;
	}
	
	
/*************** MARGIN-RIGHT ***************/

.margin-right-10
	{
		margin-right: 10px;
	}
	
.margin-right-20
	{
		margin-right: 20px;
	}
	
.margin-right-50
	{
		margin-right: 50px;
	}

	
/*************** FLOAT ***************/

.float-left
	{
		float: left;
	}
	
.float-right
	{
		float: right;
	}
	
/*************** VERTICAL-ALIGN ***************/

.vertical-align-top
	{
		vertical-align: top !important;
	}
	
.vertical-align-middle
	{
		vertical-align: middle !important;
	}
	
.vertical-align-bottom
	{
		vertical-align: bottom !important;
	}
	
	
/*************** VERTICAL-ALIGN ***************/

.progress-bar
	{
		color: #000000;
		text-align: right;
		padding-right: 10px;
	}
	
/*************** LISTE LIEN ***************/

ul.liste-lien
	{
		list-style: none;
		list-style-type: none;
		padding: 0;
	}
	
ul.liste-lien li
	{
		color: #666;
		padding: 10px 0;
		border-bottom: 1px solid #e1e1e1;
	}