.intro-accueil {
    max-width:100%;
    height: 100%;
    position: relative;
    text-align: center;
}

.img-accueil {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position:relative;
    z-index: 0;
    top:0;
}

.section-accueil {
    padding-bottom: 0;
    width: 100%;
    z-index:0;
    position: absolute;
    top:0;
}

.logo-accueil {
    width:50%;
    padding-right: 50px;
}

div.custom-panel {
    background: rgba(255,255,255,0);
    padding-top:5px;
    padding-bottom:5px;
    margin-top: 12%;
}

.title-accueil {
    height: auto;
    font-size:34px;
    color: #ef7674;
    line-height:50px;
    font-family: 'Roboto', sans-serif;
    background: rgba(255,255,255,0.5);
    margin-top:70px;
    width:100%;
}

.text-intro-important {
    font-weight:600;
    color: #ef7674
}

.navbar-default {
    background: rgba(255,255,255,1);
    border-color: unset;
}

.navbar-brand img {
    height: 60px;
    width: auto;
}

.navbar-nav {
    padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #626161;
    font-size: 18px;
    font-weight: 300;
    padding-top:30px;
}

/* Cache les effets de la navigation par défault */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background:transparent;
    color:#85ac9a;
}

.navbar-default .navbar-toggle {
    border-color:transparent;
}

.navbar-default .navbar-toggle:hover {

}

.navbar-default .button-nav > .active > a {
    border-bottom: 2px solid #85ac9a;
    padding-bottom: 10px;
}

.col-lg-12 .col-xs-12 .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.jumbotron {
    background:transparent;
}

.block-text {
    position: relative;

}

p.text-accueil {
    font-size: 22px;
    color:#85ac9a;
    margin-bottom:1em;
    padding-top: 20px;
}

.no-line-header {
    border-bottom: 0;
}

.header-accueil {
    position: relative;
    width: 100%;
    background:rgba(255,255,255,0.5);
}

.normal-text {
    font-weight: 500;
}

.border-text {
    border-top: 2px solid #ef7674;
    padding-top: 20px;
}

.btn {
    border-radius:0
}

.btn-outline-accueil {
    color: #fff;
    font-size: 20px;
    background: #ef7674;
    width:30%;
    margin-bottom: 10px;
}

.btn-outline-accueil:hover {
    background: #c4615f;
    color:#eee;
}

.btn-outline {
    color: #fff;
    width: 33%;
    font-size: 20px;
    background:#ef7674;
    float: right;
}

.btn-outline:hover {
    background: #c4615f;
    color:#eee;
}

#section_presentation {
    background: #eee;
}

img.icons-ewr {
    height:auto;
    width:25%;
}

.line{
    border: 1px solid #ef7674;
    width: 50%;
}

.section-boitier {
    margin-top:100px;
}

.section-admin {
    margin-top:200px;
}

img.size-screen {
    width:600px;
    height:auto;
    background: 0;
}

img.size-boitier {
    width:400px;
    height: auto;
    padding-left: 30px;
}

.thumbnail-size {
    padding:40px 20px 40px 20px ;
    background: #fff;
    margin-bottom: 30px;
    border-radius:0
}

.thumbnail-background-color {
    background: 0;
}

.line-style {
    border-top: 1px solid #dfdddd;
    width: 50%;
    float: left;
}


.title-section-inverse {
    font-size: 33px;
    color:#c4615f;
    padding-bottom: 20px;
}

.title-section {
    font-size: 33px;
    color:#c4615f;
    padding-top:30px;
}

.text-intro-section {
    font-size: 18px;
    color:#323232;
    margin-bottom:40px;
}

.text-intro-section-inverse {
    font-size: 20px;
    color:#323232;
    margin-bottom:40px;
}

.title-icone {
    color:#ef7674;
}

.text-icone {
    font-size: 16px;
    color:#777;
}

.title-other-section {
    border-left:4px solid #ef7674;
    text-indent: 10px;
    color: #85ac9a;
}

.background-galerie {
    background: url(../img/fond_galerie.svg) no-repeat center center;
    background-size: cover;
    position: relative;
    height: 630px;
    width: auto;
    margin-top:-13px;
    padding-top: 10px;
}

#carousel-example-generic,.section-galerie {
    width: 100%;
    padding-bottom: 50px;
}

.carousel-control.right, .carousel-control.left {
    background: transparent;
}

.carousel-inner {
    padding-bottom: 20px;
}

.carousel-indicators li {
    border:1px solid rgba(52,39,39,.4);
}
.carousel-indicators li.active {
    background:#342727;
    border:0;
}

img.img-size {
    height: auto;
    width: 50%;
}

.background-section-faq {
    margin-bottom: 100px;
    margin-top: 60px;
}

.panel {
    box-shadow:0 0 4px 1px rgba(0,0,0,0.05);
}

.panel-default {
    border-radius:0;
    border:0;
    background: #f5f1f1;

}

.panel-default .panel-title {
    padding: 40px 0;
}

.select-panel {
    color:#85ac9a;
}
.select-panel:hover
/*.select-panel:active*/ {
    background:#85ac9a;
    color: #fff;
    outline: none;
}

.date-faq {
    color:#ef7674;
}

.active-panel {
    background: #85ac9a;
    color: #fff;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.text-panel {
    font-style: italic;
    font-size: 16px;
}

.fa-question-circle {
    font-size: 23px;
    padding-right: 10px;
}

.header-contact {
    padding-bottom: 0;
}

.background-section-contact {
    background:#01A6AB
}

.warning-text {
    color : #c4615f;
    font-size: 18px;
}

.text-warning {
    color:#c4615f;
    font-size: 17px;
}

.text-muted {
    padding-top: 10px;
}

.label-size {
    font-size: 16px;
}

 .well {
    background:transparent;
    border: 0;
    box-shadow: inset 0 0 0 0;
    padding: 0;
 }

 .text-secondary {
     border-bottom : 0;
    color:#c4615f;
 }

 input.form-control,
 textarea.form-control {
     border-radius:0;
}
