/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.relativ-position{
	position: relative;
}
.majsite{
	position: fixed;
	top: 80px;
	right: 10%;
	color: #FFF;
	z-index: 5000;
}
.relativ-position .label-danger{
	position: absolute;
	top: 10px;
	left: 10px;
}
.previsu ul{
	    background-color: #d9edf7;
}
.scrolloff {
        pointer-events: none;
    }
body {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.blocs_titre{
	padding: 10px;
	text-align: center;
	border: 1px solid rgba(55, 90, 127, 0.8);
}
.spip-admin-bloc, .spip-admin-float{
	    left: 20%;
	    top: 50px;
	    right: inherit;
	    z-index: 10000!important;
}
.caractencadre-spip{
	color: #ed431f;
}
.caractencadre2-spip{
	color: #33aa6c;
}

#about{
	padding: 70px 0;
}
#about .col-lg-8 img{
	width: 90%;
}
#about h2{
	color: #f05f40;
}
#about .color48 h3{
	color: #f05f40;
}
#about .color49 h3{
	color: #5cb85c;
}
#about .color48 .btn-success{
	background-color: #f05f40;
}
#about .color49 .btn-success{
	background-color: #5cb85c;
}
#about p{
	color: #797878;
	font-size: 12px;
}
hr {
    max-width: 50px;
    border-color: #f05f40;
    border-width: 3px;
    margin: 20px auto;
}

hr.light {
    border-color: #fff;
}

a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
#services h6{
	background-color: #33aa6c;
	color: white;
	width: intrinsic;
	display: inline-block;
	padding: 2px 5px;
}
#services .row{
	padding: 30px 0;
	border-bottom: 1px solid #FFF;
	box-shadow: inset 0 -1px 0 0 #dcdcdc
}
p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: #F5F5F5;
    background-image: url(../img/bg01.png);
    background-position: center center;
    background-attachment: fixed;
    background-size: contain;
}
header .slick-slider{
	overflow: hidden;
}
.bg-green {
    color: #fff;
    background-color: #33aa6c;
    background-image: url(../img/bg01.png);
    background-position: center center;
    background-attachment: fixed;
    background-size: contain;
}
.bg-blue{
	color: #fff;
    background-color: #33b3e2;
}
.bg-dark {
	color: #fff;
    background-color: #2e302f;
}
.bg-dark .btn-default{
	color: #f05f40;
}
.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 0 0 50px 0;
}
.thumbnail{
	padding: 0;
	border: 0px;
	min-height: 477px;
}
.thumbnail h3{
	min-height: 60px;
}
.thumbnail p{
	min-height: 200px;
}
aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}
.navbar-default {
    border-color: rgba(93,86,78,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #f05f40;
    width: 170px;
    position: relative;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}
.navbar-default .nav > li>a.text-primary{
	    color: #f05f40;
} 
.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #f05f40;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #FFF!important;
    background-color: #f05f40!important;
    border-radius: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}
.newsletterbox{
	padding: 0;
}
.newsletterbox .btn{
	width: 49%;
	border-radius: 4px;
	height: 34px;
	padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}
.newsletterbox .reponse_formulaire_ok{
	color: #0F0;
    text-shadow: 1px 1px 0 #333;
}
.newsletterbox  .form-group {
    margin-bottom: 15px;
    width: 49%;
    display: inline-block;
}
.newsletterbox .navbar-form .form-control{
	width: 50%;
}
.navbar-default .nav > li>a.text-success{
	color: #33aa6c;
}
@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.05);
        background-color: #FFF;
    }
	.navbar-nav>li>a {
	    padding-top: 25px;
	    padding-bottom: 25px;
	}
    .navbar-default .navbar-header .navbar-brand {
        color: #449d44;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {

    }

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

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        width: 130px;
        color: #f05f40;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #f05f40;
    }
	.navbar-default.affix .nav > li>a.text-primary, .navbar-default.affix .nav>li>a.text-primary:focus{
		color: #f05f40;
	}
	.navbar-default.affix .nav > li>a.text-success, .navbar-default.affix .nav>li>a.text-success:focus{
		color: #33aa6c;
	}
}
.epinglebox .row{
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
}
.textcontent{
	padding-top: 40px;
	background-color: white;
	min-height: 285px;
	padding-left: 15px;
	padding-right: 15px;
	
}
header .header-content .header-content-inner {
	background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Cabin Sketch', cursive;
    color: white;
    width: 70%;
    font-size: 6em;
    line-height: 1.2em;
    display: inline;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,1);
    display: inline;
    padding: 0 5px;
}
header .header-content .header-content-inner h3{
	margin-top: 10px;
}
.tab-pane{
	padding: 30px;
}
.titlesub{
	text-transform: uppercase;
}
#services .titlesub{
	color: #f05f40;
}
#services #alphabox .titlesub{
	color: #33aa6c;
}
#services #alphabox i{
	color: #33aa6c;
}
#services #alphabox h6{
	background-color: #f05f40;
}
#services #alphabox .btn-primary{
	background-color: #33aa6c;
}
.service-box{
	min-height: 310px;
	margin-bottom: 30px;
	position: relative;
}
.service-box .btn{
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-right: -68px;
}
#soutiens{
	border-top: 1px solid #CCC;
	padding: 10px 0;
	background-color: white;
}

    header {
        min-height: 100%;
        background-color: whitesmoke;
        overflow: hidden;
    }
	header .header-content {
        display:table!important;
        min-height: 100%;
        text-align: center;
        vertical-align: middle;      
        background-position: center center;
        background-size: cover;  
        width: 100%;
        background-color: #133c1e;
    }

    header .header-content .header-content-inner {
        display: table-cell;
		 text-align: center;
        vertical-align: top;
        padding-top: 100px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
	header .slick-slider, header .slick-list, header .slick-track{
		height: 100%;
	}
	header .slick-slider{
		margin-bottom: 0!important;
	}
	header .slick-dots{
		bottom: 15px!important;
	}
	header .slick-dots li button:before{
		font-size: 16px!important;
		color: white!important;
	}


.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}
.service-box i{
	font-size: 4em;
	font-weight: 300;
}
@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}
a.page-scroll:focus{
	background-color: transparent!important;
	color: black!important;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
    .modal-dialog{
	    width: 800px;
    }
	.blog .navbar-default{
	background-image: url(../img/footerbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f05f40;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}
.map-box{
	margin-bottom: 20px;
}
section#contact{
	padding: 40px 0;
	background-image: url(../img/footerbg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
section#contact h2{
	font-family: 'Cabin Sketch', cursive;
	font-size: 3.5em;
}
section#contact hr{
	max-width: 400px;
	color: white;
	border-color: white;
}
section.container-full{
	padding: 0;
	margin-bottom: 0;
}
#map {
	width:100%;
	height:280px;
}
.modal-body{
	overflow: hidden;
	padding: 0;
}
.modal-body .audio-box{
	padding: 0;
}
.modal-body .content-box{
	padding: 0px;
}
.modal-body .content-box h3{
	margin: 0;
	border-bottom: 1px solid #FFF;
    box-shadow: inset 0 -1px 0 0 #dcdcdc;
    padding: 10px 0px;
    padding-bottom: 10px;
    
}
.documents_portfolio, #documents_portfolio, #documents_joints{
	padding: 0 30px;
}
#cboxCurrent{
	display: none!important;
}
.plusbox{
	padding: 5px 30px;
}
.blog .plusbox{
	padding: 5px 0;
}
.modal-footer{
	border-bottom: 1px solid #dcdcdc;
    box-shadow: inset 0 -1px 0 0 #FFF;
}
.media{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}
.content-box .media:last-child{
	border-bottom: 0;
}
.comtitle{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}
.blog section{
	padding: 100px 0;
}
.blog {
	padding-top: 30px;
}
.navbar-default .nav > li>a.navbar-btn, .navbar-default .nav>li>a.navbar-btn:focus{
	    padding: 5px 10px;
}
.blog .navbar-default.affix .nav > li>a, .navbar-default.affix .nav>li>a:focus{
	color: #FFFFFF;
}
#aider .btn{
	margin-bottom: 10px;
}
 .bigicon {
        font-size: 20px;
        color: #f05f40;
    }
legend.text-center.header{
	font-family: 'Cabin Sketch', cursive;
	font-size: 29px;
	text-transform: uppercase;
	font-weight: 700;
	color: #2a4630;
}
body {
    webkit-tap-highlight-color: #222;
}
.printbtn{
	width: 15px;
	display: inline-block;
	height: 13px;
    position: relative;
    z-index: 10;
    top: -3px;
    color: transparent;
}

.printbtn img{
	visibility: hidden;
}
.printbtn a{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 20px;
	right: 20px;
}
.printbtn:before{
	content: '\ece0';
	font-family: "fontello";
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 0;
	color: #3498db;
}
.printbtn:before:hover{
	color: orange;
}
.printbtn a{
	color: transparent!important;
}
.boutonplus .btn-xs{
	margin-top: -5px;
    padding: 0 5px;
    font-size: 11px;
}
.boutonplus a, .boutonplus a:hover{
	color: #3498db;
	
}
.boutonplus a:active, .boutonplus a:focus{
	background-color: transparent;
}
.boutonplus iframe{
	height: 26px!important;
	padding-top: 4px!important;
}
.inline-block{
	display: inline-block;
}
.nav-tabs{
	margin-left: 0;
	margin-top: 10px;
	padding-left: 10px;
}
.table thead {
	font-size:1.5em;
}

.table-responsive {

}
table.spip {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  background-color: transparent;
  font-size: 16px;
  clear:both;
}
.tab-content{
	min-height:270px;
}
table.spip > thead > tr > th,
table.spip > tbody > tr > th,
table.spip > tfoot > tr > th,
table.spip > thead > tr > td,
table.spip > tbody > tr > td,
table.spip > tfoot > tr > td {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(55, 90, 127, 0.8);
  text-align: center;
}
table.spip > thead > tr > th {
  vertical-align: bottom;
  text-align: center;
}
table.spip > caption + thead > tr:first-child > th,
table.spip > colgroup + thead > tr:first-child > th,
table.spip > thead:first-child > tr:first-child > th,
table.spip > caption + thead > tr:first-child > td,
table.spip > colgroup + thead > tr:first-child > td,
table.spip > thead:first-child > tr:first-child > td {
  border-top: 0;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
table.spip > tbody + tbody {
  border-top: 2px solid #ddd;
}
table.spip table.spip {
  background-color: #fff;
}
table.spip caption{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
#documents_portfolio ul{
	padding: 0;
	overflow: hidden;
	padding: 10px;
}
#documents_portfolio li{
	float: left;
	list-style: none;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 2px solid #ecf0f1;
}
#forumbox .well{
	background-color: transparent;
	border: 0px;
}
#podcast-box .well{
	border: 0px;
	margin-bottom: 0;
	padding: 0;
	
}
#podcast-box .well .texte, #podcast-box .well .ps, #forumbox{
	padding: 10px 30px;
	margin: 0;
}
.single_comments {
  margin-bottom: 15px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.single_comments a{
	color: #ffd100;
}
.single_comments p {
  margin-bottom: 0;
  color: white;
  min-height: 42px;
}
.single_comments .entry-meta{
	color: #FFF;
}
/**********************
**blog single page css*
**********************/
.comment-box{
	width: 100%;
	padding: 10px 0;
}
.comment-box a{
	background-color: transparent;
}
.comment-box button{
	background-color: rgb(26, 57, 66);
    color: rgb(255, 213, 16);
    font-weight: 800;
    text-transform: uppercase;
    padding: 9px 13px;
    font-size: 15px;
    line-height: 1.3333333;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    white-space: nowrap;
    border-color: rgb(44, 62, 80);
    border: 0px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    float: left;
    margin-right: 10px
}
.reply_section {
	  background: #f5f5f5;
	  border-radius: 5px;
}

.post_reply {
	  margin-left: 10px;
	  margin-top: 45px;
}

.post_reply img {
	  width: 85px;
	  height: 85px;
	  border: 5px solid #D5D8DD;
}

.post_reply ul {
	  list-style: none outside none;
	  margin: 0;
	  padding: 0;
	  margin-top: 5px;
}

.post_reply ul li{
  	float:left;
}

.post_reply ul li a {
 	 display: block;
}

.post_reply ul li a i {
	  border: 1px solid #DDDDDD;
	  border-radius: 39px;
	  color: #FFFFFF;
	  font-size: 20px;
	  height: 30px;
	  margin-right: 3px;
	  padding-top: 7px;
	  text-align: center;
	  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 30px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
  border-top:1px solid white;
}
.spip_logos.photo.avatar{
	width: 65px;
	height: auto;
}
.media-body h3{
	text-transform: uppercase;
}
#comments_title{
   color:#4e4e4e;
   font-weight:700px;
   font-size:20px;
   margin-top:0px;
   margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
  width: auto;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 65px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3, 
.post_reply_content h3{
  margin-top: 0;
  margin-bottom: 0;
}

.post_reply_comments h1 a:hover{
  color:#c52d2f;
}

.post_reply_comments h6{
  color:#c4c4c5;
  font-weight:400;
  margin-top: 0;
}

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #c52d2f;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}

.post_reply_comments a:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{

}
.formulaire_forum ul, .well #formulaire_contact ul, .contentarticle .formulaire_spip ul{
	padding: 0;
}
.formulaire_forum li, .well #formulaire_contact li, .contentarticle .formulaire_spip li{
	list-style: none;
	padding: 10px;
}

.formulaire_forum .submit{
	background-color: #e79527;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	border: 0;
	font-size: 19px;
	font-weight: 700;
}
.formulaire_forum #session_nom, .formulaire_forum #session_email,  .well #formulaire_contact input, .contentarticle .formulaire_spip input{
	 	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.well #formulaire_contact input.submit, .contentarticle .formulaire_spip input.submit{
	    width: 100%;
	    background-color: #1A3942;
    color: #FFD510;
    font-weight: 800;
    text-transform: uppercase;
        -webkit-border-radius: 5px;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
}
.well textarea, .contentarticle .formulaire_spip textarea{
	width: 100%;
}
.comments-posts ul{
	list-style: none;
}
.artsecteur .artcontent .comments-posts ul h3{
	margin-top: 0;
}
.pagination{
	width: 100%;
}
.pagination>li{
	display: inline-block;
}
.tipafriend_contenu{
	width: 50%!important;
	background-color: white;
	padding: 20px;
}
.tipafriend_contenu ul{
	padding: 0;
	list-style: none;
}
.tipafriend_contenu li{
	list-style: none;
	padding: 10px;
}
.tipafriend_contenu input, .tipafriend_contenu label, .tipafriend_contenu textarea{
	display: block!important;
	width: 100%!important;
}
.formulaire_tipafriend .saisie_expediteur_send{
	display: block!important;
	width: 100%!important;
	float: none;
}
.tipafriend_contenu input.checkbox{
	display: inline-block!important;
    width: 20px!important;
}
.contact-box .btn-danger, .boutons .submit{
	width: inherit!important;
	display: inline-block!important;
}
.spip_tipafriend{
	display: inline-block;
}
#blog .thumbnail .caption{
	min-height: 190px;
}
.carrouselbox{
	overflow: hidden;
}
.carrouselbox .slick-list{
	margin-right: -30px;
}
/* Icône alignée sur la hauteur du bloc texte */
.nav-phone-link, .nav-phone>a{
  display:flex;
  align-items:stretch;    /* l’icône prend la même hauteur que le bloc texte */
  gap:.75rem;
  text-decoration:none;
}
.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus{
  display: flex;
}
/* L’icône s’étire et se centre verticalement */
.nav-phone .icon-phone{
  display:flex;           /* permet de centrer l’icône dans sa “colonne” */
  align-items:center;
  align-self:stretch;     /* occupe toute la hauteur du lien */
  font-size:26px;         /* ajuste la taille visuelle */
  line-height:1;
}

/* (on garde ton reste tel quel) */
.nav-phone{
  margin-left:16px;
  color:inherit;
}
.nav-phone:first-child{ margin-left:0; }
.nav-phone__text{ display:flex; flex-direction:column; line-height:1.1; }
.nav-phone__label{
  font-size:12px; font-weight:600; color:#222;
  text-transform:uppercase; letter-spacing:.02em;
}
.nav-phone__num{ font-size:20px; font-weight:800; letter-spacing:.3px; }

/* Mobile */
@media (max-width: 767px){
  .nav-phone .icon-phone{ font-size:22px; }
  .nav-phone__label{ font-size:11px; }
  .nav-phone__num{ font-size:18px; }
}


@media (max-width: 1024px) {
 .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus{
	    padding: 5px;
	    font-size: 11px;
	    margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .navbar-nav{
      margin: 2rem;
      display: flex;
    }
	header .header-content{
		background-position: center center;
	}
	header .header-content .header-content-inner{
		padding: 80px 30px;
	}
	header .header-content .header-content-inner hr{
		margin: 10px auto;
	}
	header .header-content .header-content-inner h1{
		font-size: 25px!important;
	}
	.label{
		margin-bottom: 5px;
	}
	#podcast-box .well .texte{
		overflow: scroll
	}
	header .slick-dots{
		margin: 0;
	}
	.thumbnail{
		min-height: inherit;
	}
	section{
		padding: 10px 0;
	}
}