
*{
font-family: Roboto;
}

.conteneur-conditions{
	font-family: Roboto !important;
}

.align-center{
	text-align : center;
}

.c_container {
    width: 100%;
    text-align: center;
    background-color: white;
    position : relative;
}

.c_padding_20 {
    padding: 0 20px;
}

.container.banner {
    background-image: url("../includes/img/banniere_mcc.jpg");
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
}

.container.banner {
    color: white;
    font-weight: bold;
}

.banner h2 {
    font-weight: bold;
}

.panel-body p,
.panel-title {
    text-align: left;
}

.c_title {
    font-weight: bold;
    font-size: 35px;
}

.c_subtitle {
    font-weight: bold;
    font-size: 20px;
}

.c_red {
    color: #cc1627;
}

.c_button {
    background-color: #cc1627;
    color: white;
    border-radius: 20px;
    font-size: 20px;
    border: none;
    padding: 12px 25px;
}

.c_button:hover {
    background-color: #8c111c;
}


.panel-heading .panel-title a {
    color: #cc1627 !important;
    font-weight: bold;
}

.spacer {
    min-height: 20px;
}

.c_img {
    width: 100%;
    height: auto;
}

html{
    background: url(../includes/img/fond1.jpg) no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.content-in-page{
    background:none;
}

.champ-input{
	border: var(--border, 2px solid #d1d1d1);
	border-radius : 0px;
}

.btn-group>.btn:first-child{
	border-radius : 0px;
}
