@charset "UTF-8";
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;
-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;
border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;
-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.dropdown-menu a { cursor:pointer; }

/* CSS Document */
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}*/
body {
	font-family: 'Open Sans', sans-serif;
}
.tbadm tbody tr:hover {
    background-color: #fcfcfc;
}
h1 {
	font-weight: 700;
    margin-top: 1em;
    font-size: 1.2em;
}
.cache {
	display:none;
}
.red {
	color:#F00;
}
.blue {
	color:#00F;
}
.c {
	text-align:center;
}
.r {
	text-align:right;
}
.l {
	text-align:left;
}
.titresite {
	 font-size:32px;
	 text-transform:uppercase;
}
strong {
	font-weight:700;
}
header {
	margin:10px;
	height:60px
}
a {
    color: #e3541a;
    text-decoration: none;
}
a:focus,a:hover{color:#000000;text-decoration:underline;}
a:focus{outline-style:none}
#menumain {
	margin:0 50px;
	font-size:18px;
    overflow:hidden;
}
h3 {
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
	font-size:1.8rem;
}

/*-----------------  menu navigation site  -------------------------*/
.navbar-inverse .navbar-nav li {
	text-transform:none
}
.navbar-inverse .navbar-nav li.liste {
	text-transform:uppercase;
}
.navbar-nav li:hover {
  text-decoration: none;
  -moz-box-shadow:inset 0px -5px 0px 0px #000000;
  -webkit-box-shadow:inset  0px -5px 0px 0px #000000;
  -o-box-shadow:inset 0px -5px 0px 0px #000000;
  box-shadow: inset 0px -5px 0px 0px #000000;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=180, Strength=0);
  background-color: #5e5e5e;

    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
  }
.navbar-inverse .navbar-nav> li.active > a, .navbar-inverse .navbar-nav> li.active > a:hover{
  -moz-box-shadow:inset 0px -5px 0px 0px #000000;
  -webkit-box-shadow:inset  0px -5px 0px 0px #000000;
  -o-box-shadow:inset 0px -5px 0px 0px #000000;
  box-shadow: inset 0px -5px 0px 0px #000000;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=180, Strength=0);
  background: #333;
}
.navbar-inverse .navbar-nav li ul li:hover {
	/*border-bottom-width:0;*/
  text-decoration: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  -o-box-shadow:none;
  box-shadow: none;
  background: #5e5e5e;
}
.navbar-inverse .navbar-nav>.open>a.dropdown-toggle {
  background-color: #5e5e5e;
}
li.open a.dropdow-toggle {
  background: #5e5e5e;
}
.navbar-inverse .navbar-nav li.open a {
  background: #5e5e5e;
}
.navbar-nav>li.open>.dropdown-menu {
	background-color:#5e5e5e;
}
.navbar-nav li ul.dropdown-menu li a {
  color: #FFF;
}
.navbar-nav li ul.dropdown-menu li a:hover {
  color: #000000;
}
/*-----------------  END menu navigation site  -------------------------*/

/*-----------------  module de recherche  -------------------------*/
/*#sb-search {
    float: right;
    text-align: center;
    padding: 0 1rem;
}
.sb-search {
    -moz-transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    -webkit-transition: width 0.3s;
    float: right;
    height: 3.5rem;
    min-width: 3.75rem;
    overflow: hidden;
    position: absolute;
    right: 8rem;
    transition: width 0.3s;
    width: 0%;
}*/
.search {
    padding: 5px 0;
    width: 250px;
    height: 30px;
    position: relative;
    left: 10px;
    float: left;
    line-height: 22px;
}
.search .btn, .sb-icon-search  {
    height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    border-radius:1px;
    /*width: 40px;*/
}
.sb-icon-search  {
	padding: 5px 10px;
    z-index: 12;
    text-transform: none;
    cursor: pointer;
}
.sb-search-submit {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #fff;
    border: none;
    color: transparent;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    z-index: -1;
}
.sb-search-open {
    width: 100%;
}
.search .form-control {
	float: right;
}
	.navbar-form .search .form-control {
    	width: 0;
        margin-left: 230px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
@media (min-width: 768px) {
	/*.navbar-form .search .form-control {
    	width: 0;
        margin-left: 230px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }
	.navbar-form .search:hover input, .navbar-form .search input:hover {
    	width: 220px;
        margin-left: 0px;
    }*/
	
}
@media (max-width: 767px) {
	.navbar-form {
    	 margin-top:0;
   	}
    .search {
    	float:right;
        right:30px;
        top:-30px;
    }
}
@media (max-width:991px) {
    .search input {
        /*position: absolute;*/
        width: 0px;
        float: Left;
        height: 30px;
        line-height: 18px;
        padding: 0 2px 0 2px;
        border-radius:1px;
    }
}
@media (min-width:992px) {
    .search input {
        /*position: absolute;*/
        width: 0px;
        float: Left;
        margin-left: 230px;
        height: 30px;
        line-height: 18px;
        padding: 0 2px 0 2px;
        border-radius:1px;
    }
    /*.search:hover input, .search input:focus
    {
        width: 220px;
        margin-left: 0px;
    }*/
}
/*-----------------  END module de recherche  -------------------------*/

/* ----------------- Breadcrumbs ------------------------------------ */
#bc {
	margin-top:10px;
}
.btn-breadcrumb a.btn-default {
	background-color: #f8f8f8;
    font-size:1.2rem;
}
.btn-breadcrumb a.btn-default:hover {
	background-color: #eee;
}
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -15px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn {
  padding:5px 12px 5px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:3px 6px 3px 10px;
    font-size:1.5rem;
}
.btn-breadcrumb .btn:last-child {
  padding:5px 18px 5px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #f8f8f8;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/* The responsive part */

.btn-breadcrumb > * > div {
    /* With less: .text-overflow(); */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.btn-breadcrumb > *:nth-child(n+2) {
  display:none;
}

/* === For phones =================================== */
@media (max-width: 767px) {
    .btn-breadcrumb > *:nth-last-child(-n+2) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 60px;
    }
}

/* === For tablets ================================== */
@media (min-width: 768px) and (max-width:991px) {
    .btn-breadcrumb > *:nth-last-child(-n+4) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 100px;
    }
}

/* === For desktops ================================== */
@media (min-width: 992px) {
    .btn-breadcrumb > *:nth-last-child(-n+6) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 170px;
    }
}
/* -------------------- END breadcrumb -------------------------------- */
.colonne-droite {
	padding-left:20px;
	background-color:#FFF;
}
.colonne-droite h3 {
	background-color:#000000;
	color:#FFF;
	display:block;
	/*height:4rem;*/
	padding:1rem;
}
.colonne-droite a {
	color: #000000;
}
.colonne-droite h3:after {
	z-index:50;
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    border-style: solid;
    border-width: 0 35px 30px 0;
    border-color: transparent #000000 transparent transparent;
}
ul.lien-coldr {
	list-style:none;
}
#lien-coldr .list-group {
	font-size:1.1rem;
}
.inline-form {
  display: inline-block;
  width: 150px;
}


.liste-actu:hover img {
    opacity: 0.5;
   	transition: all 1s; /* transition when the mouse over */
}
.liste-actu:hover {
	background-color: #f7f7f7;
}
.liste-actu {
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
}
.liste-actu .thumbnail {
	margin-bottom: 5px;
}
a.thumbnail,a.thumbnail{
	background-color:transparent;
	border:0 solid #ddd;
}
a.thumbnail:focus,a.thumbnail:hover{
	border:1px solid #000000;
}
.caption {
	font-size:1.3rem;
}
.caption span {
	font-family: 'Roboto Condensed', sans-serif;
}
.liste-actu .caption h4 {
	font-size:1.3rem;
	margin:8px 0 2px;
	/*color:#e3541a;*/
    color: #000000;
	font-weight:700;
}

.lirelasuite {
	width: 100%;
	/*color: #e3541a;*/
    color: #000000;
	display: block;
	height: 17px;
	vertical-align: baseline;
	overflow:hidden;
    font-size: 1.2rem;
	text-align:right;
}

.lirelasuite a {
    color: #000000;
}

.filtreactu {
	font-style:italic;
    font-size:1.6rem;
}

#lignetoutesactus .fa-arrow-right {
	background-color: #000000;
    color: #FFF;
    padding: 0.1rem 0.2rem 0.2rem 0.3rem;
}
#lignetoutesactus a {
	color:inherit;
    text-decoration: none;
}
#lignetoutesactus a:hover {
	background-color: #000000;
    color: #FFF;
}

.scrollup {
	background-color: rgba(0, 0, 0, 0);
	background-image: url(http://www.lareunion-archi.fr/images/icon_top.png);
	bottom: 50px;
	display:block;
	right:60px;
	height: 40px;
	line-height: 20px;
	opacity:0.30;
	position:fixed;
	width: 40px;
	z-index: 1000;
	text-decoration: underline;
	text-indent: -9999px;
	vertical-align: baseline;
}
.scrollup:hover {
	opacity:0.50;
}

#lien_partenaire {
	/*margin-top:150px;*/
}
.bloc_partenaire {
    float: left;
    margin-right: 25px;
    margin-bottom: 5px;
}
.bloc_partenaire img:hover{display:block;opacity:.5}
footer {
	background-color:#CACACA;
	display:block;
	height:38px;
	font-size:14px;
	width:100%;
	padding-top:7px;
	margin-top:20px;
}
footer > ul {
	height: 24px;
	line-height: 24px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	vertical-align: baseline;
	display:block;
}
footer > ul:first-child {
	float:left;
	width:75%;
}
footer > ul:last-child {
	float:right;
	width:25%;
}
footer > ul >li {
	display: inline-block;
	margin-right:15px;
}

/*----------------------  réseaux sociaux  -------------------------*/
.facebook { color: #3B5998 }
.twitter { color: #33ccff }
.google-plus { color: #BD3518  }
.linkedin { color: #007bb7 }
.instagram { color: #005B87 }
/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icorss:hover {
	background-color: #F56505;
}
.social-network a.icofacebook:hover {
	background-color:#3B5998;
}
.social-network a.icotwitter:hover {
	background-color:#33ccff;
}
.social-network a.icogoogle-plus:hover {
	background-color:#BD3518;
}
.social-network a.icovimeo:hover {
	background-color:#0590B8;
}
.social-network a.icolinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icorss:hover i, .social-network a.icofacebook:hover i, .social-network a.icotwitter:hover i,
.social-network a.icogoogle-plus:hover i, .social-network a.icovimeo:hover i, .social-network a.icolinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height: 30px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:30px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

/*a {
 background-color: #D3D3D3;   
}*/
/*----------------------  END réseaux sociaux  -------------------------*/

/*---------------------  formulaire contact  ---------------------------*/
.contact-form p { font-size:1.6rem; }
.contact-form input[type="text"], .contact-form input[type="email"],
.contact-form textarea, 
.contact-form textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f7f4ed;
    border: 3px solid #d9d7cb;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    color: #9d9892;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.contact-form textarea, 
.contact-form textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
    resize:vertical;
	height: 200px;
}

.contact-form input[type="text"]:focus, 
.contact-form input[type="email"]:focus, 
.contact-form textarea:focus, 
.contact-form textarea.form-control:focus {
	outline: 0;
	background: #f7f4ed;
    border: 3px solid #c4c0b4;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.contact-form input[type="text"]:-moz-placeholder, .contact-form input[type="email"]:-moz-placeholder, .contact-form textarea:-moz-placeholder, .contact-form textarea.form-control:-moz-placeholder { color: #9d9892; }
.contact-form input[type="text"]:-ms-input-placeholder, .contact-form input[type="email"]:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder, .contact-form textarea.form-control:-ms-input-placeholder { color: #9d9892; }
.contact-form input[type="text"]::-webkit-input-placeholder, .contact-form input[type="email"]::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder, .contact-form textarea.form-control::-webkit-input-placeholder { color: #9d9892; }

.contact-form label {
	font-weight: 400;
    font-size:1.5rem;
}

.contact-form button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #d05a4e;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.contact-form button.btn:hover { opacity: 0.6; color: #fff; }

.contact-form button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.contact-form button.btn:focus { outline: 0; opacity: 0.6; background: #d05a4e; color: #fff; }

.contact-form button.btn:active:focus, .contact-form button.btn.active:focus { outline: 0; opacity: 0.6; background: #d05a4e; color: #fff; }
.form-bottom form .input-error {
    border-color: #d05a4e;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form  {
    width:90%;
  }
}
@media (min-width: 1200px) {
  .contact-form  {
    width:80%;
  }
}

/*----------------------  END formulaire contact  -------------------------*/


/*---------------------  pages ADMINISTRATION  ---------------------------*/
fieldset {
    background-color: #FCFCFC;
	padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
	margin-bottom:20px;
}
legend {
    width: auto;
    border-bottom-width: 0;
    font-size: 110%;
    font-weight: 600;
    padding: 0 15px;
    margin-bottom: 0;
}
.pageadm {
	background: none repeat scroll 0% 0% #FFF;
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2), -2px 0px 4px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-bottom: 20px;
    height: auto;
}
.admh2 {
	text-align:center;
	font-weight:900;
	margin-top:10px;
	margin-bottom:20px;
	font-size:24px;
	text-transform:uppercase;
}
.tbadm thead tr {
	background-color:#EAEAEA;
}
.tbadm thead th {
	text-align:center;
}
ul.sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	zoom: 1;
}
h3.docs {
	font-size:1.5rem;
}
li.ui-state-default {
	margin: 0 5px 5px 15px;
	padding: 3px;	
	font-size:1.2rem;
    cursor:move;
}
.ui-state-highlight {
	height: 1.5em;
	line-height: 1.2em;
	margin-left:15px;
}
/*---------------------  END pages ADMINISTRATION  ---------------------------*/

/*---------------------   RESPONSIVE  ----------------------------------------------*/
@media screen and (max-width: 767px) {
	footer > ul {
		padding-left:5px;
		font-size:1.2rem;
	}
	header {
		height:80px;
	}
	.titresite {
		 font-size:22px;
	}
    .navbar-toggle {
    	margin-top:-20px;
    }

	ul.liste-documents li,
	ul.liste-actualites li,
	ul.liste-articles li,
	ul.liste-liens li,
	ul.fluxrss li {
	list-style-type:none;
	margin:0 0 1rem;
	padding:0 0 1rem;
	display:block;
	width:100%;
	}

    .accueil .style2_contenu.toolbox ul.liste-actualites .avec_vignette_enligne {
    width: 100%;
    margin: 1rem 0 1rem 0!important;
    padding: 0 0.4rem !important;
    height: auto !important;
    }
    .accueil .style2 .liste-actualites {
     margin-left: 0 !important;
    }
    .accueil .style2 .liste-actualites .vignette_deco2 .resume {
    overflow: visible !important;
    height:auto !important;
    }
    .avec_vignette_enligne div.vignette_deco3{
    height: 12rem;
    }
    .avec_vignette_ajax div.vignette_deco2,
    .avec_vignette_ajax div.vignette_deco2  p{
        overflow: none;
        height: auto;
        max-height: none; 
    }
    .avec_vignette_ajax div.vignette_deco2 {
    height: auto;
    }
    .style2 .liste-actualites .vignette_deco2 .resume {
    overflow: visible !important;
    height:auto !important;

    }
    /*div.lirelasuite a{
        color: #fff;
        font-size: 1rem;
    }*/
}
@media (min-width: 768px) and (max-width: 991px) {
	.page {
		margin-top:-30px;
	}
	.titresite {
		 font-size:26px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page {
    margin-top:-60px;
  }
}
@media (min-width: 1200px) {
  .page {
    margin-top:-100px;
  }
}
/*---------------------   END RESPONSIVE  ----------------------------------------------*/

.titrePage, .titreActu {
	color:#000000;
    margin-bottom:20px;
}
.textActu {
    border-top:1px solid #000000;
}
.textPage {
    padding-top:20px;
    border-top:1px solid #000000;
	font-size:1rem;
    font-family: 'Roboto', sans-serif;
    /*font-family: Verdana, Geneva, sans-serif;
    font-family: 'Architects Daughter', cursive;*/
}

.resultat {
	font-size:1.5rem;
}
ul#liste_resultats li {
	border-bottom: 1px solid #bbb; padding: 0.7rem 0;
}
ul#liste_resultats li:hover {
	background-color: #e7e7e7;
}
ul#liste_resultats .vignette {
	float: left;
    /*height: 4.1875rem;*/
    max-width: 100px;
    max-height: 62px;
    overflow: hidden;
    margin-right: 10px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #000000;
    border-color: #000000;
}
.pagination>li>a, .pagination>li>span {
	color: #000000;
}
.tooltip-inner {
  background-color: #777;
}
