ajuff

*
{
    font-family: 'Montserrat', Arial, serif;
    color: #000;
}

h2, .h2
{
    color: #c60000;
    margin-top: 20px;
}

h3
{
    font-weight: 700;
    text-transform: uppercase;
}
h4
{
    font-weight: bold;
}

h4.bott-red
{
    font-weight: bold;
    border-bottom: 2px solid #c60000;
    padding-bottom: 10px;
	margin-bottom:0
}


h5
{
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
}

h6
{
    font-weight: bold;
    margin: 20px 0 10px 0;
    line-height: 1.2;
    font-size: 15px;
}


a {
	text-decoration: underline;
	}
a, .navbar-default .navbar-nav>li>a {
    font-weight: bold;
    color: #000;
}
.navbar-default .navbar-nav li a, .btn-header, footer a, .liens a {
	text-decoration: none;
	}
a:hover {
    font-weight: bold;
    color: #aaa;
	text-decoration: none;
}

section, article {
	margin-bottom:25px;
	}

.sous-titre-bold
{
    font-size: 17px;
    font-weight: 600;
    padding-top: 0;
    line-height: 1.3;
}

.btn
{
    border-radius: 7px;
}

.fond-gris-clair
{
    background-color: #ccc;
}

.separateur-gris-h
{
    width: 100%;
    height: 2px;
    margin: 25px 0;
    background: #c60000;
}

.no-marg
{
    margin: 0;
}

.no-pad
{
    padding: 0;
}

.savoir-plus a
{
    font-weight: bold;
    font-size: 15px;
    padding-top: 30px;
    color: #000;
}

.savoir-plus a:hover
{
    color: #aaa;
}

.cadre-fiche-bio h5
{
    margin-top: 0;
    font-size: 20px;
}

.cadre-fiche-bio span
{
    color: #c60000;
}

/* menu */

#navbar {
    border: none;
    color: #fff;
    border-left: 15px;
	background-color: #ffffff;
	box-shadow: inset 0 10px 40px -18px #aaa;
	}

.navbar-header
{
    box-shadow: inset 0 10px 40px -18px #aaa;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 6px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  color: #c60000;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #e7e7e7;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow:none;
}


.navbar-default
{
    margin: 0 -15px 0 -15px;
	border-radius: 0;
}

.navbar-default .navbar-nav > li > a
{
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus
{
    color: #ccc;
    background-color: transparent;
}

.navbar-toggle .icon-bar + .icon-bar
{
    margin-top: 5px;
}

.navbar-toggle .icon-bar
{
    display: block;
    width: 30px;
    height: 3px;
}

/* header */

.page-header
{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
}

#logo
{
    padding: 25px 10px 10px 30px;
}

#logo a
{
    text-decoration: none;
}

.btn-header
{
    margin: 0 25px 0 0;
    background-color: #c60000;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 13px 15px 6px;
    display: block;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

#main-presentation {
	height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
	background-position:center;
	}
/* contenu general */

#main h2
{
    color: #c60000;
    text-transform: uppercase;
    margin-bottom: 15px;
}


#main aside
{
    margin-top: 10px;
}

.btn-main
{
    height: 30px;
    background-color: #c60000;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 7px;
}

.carousel {
	margin-top:20px;
	}
/* fin contenu general */

/* contenu accueil*/
.btn-comite
{
    color: #c60000;
    height: 20px;
    width: 20px;
    padding: 5px;
    font-weight: bold;
    line-height: 0;
    border-radius: 0;
    background-color: #fff;
    font-size: 18px;
}

.btn-comite h3
{
    margin-top: 25px;
}
.glyphicon-plus {
	top:0;
	}
.liens li {
	margin-top:5px;
	}
.accueil-img-cover {
	height:150px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	}
/* fin contenu accueil*/
/* livres et bulletin */
.image-single {
	margin-top:20px;
	}
.btn-bulletin {
    height: 40px;
    background-color: #c60000;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    padding: 10px 15px;
    border-radius: 7px;
    border: 0;
	margin-top:25px;
}
/* fin livres et membres */


/* formulaire */

#formulaire
{
    padding: 10px 10px 5px;
    margin-top: 20px;
    border: 2px solid  #aaa;
    margin-bottom: 10px;
}

.form-horizontal
{
    padding-top: 15px;
}

.form-control
{
    border-radius: 0;
}

.btn-form
{
    background-color: #c60000;
    font-weight: bold;
    color: white;
    border: none;
	margin-top:15px;
}

/* fin formulaire */

/* footer */

footer
{
    padding: 20px;
    color: #333;
    box-shadow: inset 0 10px 40px -18px #aaa;
    font-size: 14px;
}
footer img {
	margin: 10px 20px 0 0;
	float:left;
}
@media screen and (max-width:992px){
	footer
	{
	    font-size: 14px;
		
	}
}
footer a
{
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

footer a:hover
{
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
}

@media (max-width: 767px)
{
    .btn-header
    {
        height: 35px;
        position: absolute;
        top: 0;
        right: 0;
        margin-left: 10px;
        background-color: #c60000;
        font-weight: bold;
        color: #fff;
        padding: 10px 10px 0;
    }
/* menu */
    .navbar
    {
        border: 0;
    }
.navbar-default {
        background-color: #00a7a4;
		/*Correction Sacha*/
		background-color: #ffffff;
		box-shadow: inset 0 10px 40px -18px #aaa;
    }
    .navbar-default .navbar-toggle
    {
        border-color: rgba(142,201,200,0.5);
    }
    .navbar-toggle
    {
        border: 2px solid transparent;
        border-radius: 4px;
    }
    .navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus
    {
        background-color: #444;
    }
    .navbar-default .navbar-toggle .icon-bar
    {
        background-color: #ccc;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        color: #333;
        background-color: #ccc;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
    {
        color: #333;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus
    {
        color: #555;
        background-color: #e7e7e7;
    }
.navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
		/*Correction Sacha*/
		background-color: #000;

    }
    .navbar-default .navbar-toggle
    {
        border: none;
    }
    .navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus
    {
        background-color: #aaa;
        border-radius: 0;
    }
}

/*PAGE MEMBRE*/
.canton-membre {
	margin-bottom:20px;
	}
.canton-membre h4.bott-red {
	margin-top: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
	}
.canton-section-membre {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #eaeaea;
	}
.membre {
	margin-bottom: 20px;
    margin-top: 23px;
	}
.photodumembre {
	width:100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}
@media screen and (min-width:1200px) {
	.photodumembre {
    	height: 120px;
	}
	.membre:nth-child(5n+1) {
		clear:left;
	}
}
@media screen and (max-width:1199px) {
	.photodumembre {
    	height: 200px;
	}
	.membre:nth-child(3n+1) {
		clear:left;
	}
}
@media screen and (max-width:767px) {
	.photodumembre {
    	height: 550px;
	}
}
@media screen and (max-width:479px) {
	.photodumembre {
    	height: 300px;
	}
}
/*SLIDER*/
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 100%;
}
.legend-image {
    position: absolute;
    bottom: 0;
    margin: 10px;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.site-main article, #main, .cadre-fiche-bio, .cadre-fiche-bio p {
	text-align: justify !important;
}
#aside-accueil {
	text-align:left;
}
img.alignleft {
	float:left;
	margin-right: 15px;
	margin-bottom:10px;
}