/* Définitions des couleurs du thème
------------------------------------------------------------*/
/* Couleurs de la charte : background */
/* Couleurs de la charte : footer & divers */
/* Couleurs de la charte : menus */
/* Couleurs de la charte : sous menus ou menu secondaire*/
/* Couleurs des textes */
/* Couleurs des arrières plans */
/* Couleurs des bordures */
/* Couleurs des titres */
/* Couleurs des sous-titres */
/* Éléments cliquables (liens, boutons, etc.) */
/* Champs de formulaires */
/* Encart */
/* Modules */
/*.center-block() {
	display: block;
	margin-left: auto;
	margin-right: auto;
}*/
/*.ie7-restore-left-whitespace() {
  *margin-left: .3em;

	&:first-child {
		*margin-left: 0;
	}
}*/
/*.ie7-restore-right-whitespace() {
  *margin-right: .3em;
}*/
/*.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}*/
/*---------------------------------------------------
    DIV
  ---------------------------------------------------*/
/* Clearfix */
/* Possibilité de redimentionner la div pour le navigateur : sur un textarea par exemple */
/* https://www.w3schools.com/cssref/playit.asp?filename=playcss_resize&preval=none
	 https://developer.mozilla.org/fr/docs/Web/CSS/resize */
/* Pas compatible ie et edge */
/* permet d'inclure le padding et la border dans la height et width de l'element */
/* https://www.w3schools.com/cssref/css3_pr_box-sizing.asp
	 https://developer.mozilla.org/fr/docs/Web/CSS/box-sizing */
/* rectangle */
/* carré */
/*---------------------------------------------------
    BORDURES et COINS ARRONDIS
  ---------------------------------------------------*/
/* Coins arrondis
	 https://developer.mozilla.org/fr/docs/Web/CSS/border-radius */
/* Même valeur pour tous les coins */
/* Valeurs différentes pour les coins */
/* Un seul arrondi */
/* En haut à gauche */
/* En haut à droite */
/* En bas à droite */
/* En bas à gauche */
/* Arrondis d'un côté */
/* En haut */
/* À droite */
/* En bas */
/* À gauche */
/*---------------------------------------------------
    FOND
  ---------------------------------------------------*/
/* Définit la taille des images d'arrière-plan pour l'élément : cover */
/* https://developer.mozilla.org/fr/docs/Web/CSS/background-size */
/* Définit la façon dont l'arrière-plan d'un élément (que ce soit l'image ou la couleur) s'étend sous la boîte de bordure, la boîte de remplissage (padding) ou la boîte de contenu */
/* https://developer.mozilla.org/fr/docs/Web/CSS/background-clip */
/* Dégradés
	 https://developer.mozilla.org/fr/docs/Web/CSS/Utilisation_de_d%C3%A9grad%C3%A9s_CSS */
/* Dégradés avec deux couleurs */
/* Horizontal */
/* Vertical */
/* Diagonale */
/* Radial */
/* Dégradés avec trois couleurs */
/* Horizontal */
/* Vertical */
/* Diagonale */
/* Radial */
/*---------------------------------------------------
    CHANGEMENT DE COULEUR
  ---------------------------------------------------*/
/*---------------------------------------------------
    OPACITE
  ---------------------------------------------------*/
/*---------------------------------------------------
    OMBRES
  ---------------------------------------------------*/
/* Sur une boite */
/* Ombre externe sur une boite */
/* Ombre interne sur une boite */
/* Sur un texte */
/*---------------------------------------------------
    TEXTE
  ---------------------------------------------------*/
/* Gestion des traits d'union lors des sauts de ligne */
/* https://developer.mozilla.org/fr/docs/Web/CSS/hyphens
   https://www.w3schools.com/cssref/css3_pr_word-wrap.asp */
/* Autoriser ou non la sélection de texte */
/* Masquer le texte qui dépasse de la div */
/* Limiter l'affichage du contenu d'un bloc à un nombre donné de lignes
	 https://developer.mozilla.org/fr/docs/Web/CSS/-webkit-line-clamp */
/*---------------------------------------------------
    INPUT
  ---------------------------------------------------*/
/* Placeholder text */
/*---------------------------------------------------
    3D
  ---------------------------------------------------*/
/* Prevent browsers from flickering when using CSS 3D transforms.
Default value is `visible`, but can be changed to `hidden
See git pull https://github.com/dannykeane/bootstrap.git backface-visibility for examples
https://developer.mozilla.org/fr/docs/Web/CSS/backface-visibility */
/*---------------------------------------------------
    Transformations
  ---------------------------------------------------*/
/* La propriété transform modifie l'espace de coordonnées utilisé pour la mise en forme visuelle.
	 https://developer.mozilla.org/fr/docs/Web/CSS/transform */
/* Déplacer */
/* Déplacement 3D */
/* Modifier la taille */
/* Tourner */
/* Perspective */
/*---------------------------------------------------
    Transitions
  ---------------------------------------------------*/
/* Contrôler la vitesse d'animation
	 https://developer.mozilla.org/fr/docs/Web/CSS/CSS_Transitions/Utiliser_transitions_CSS
	 https://developer.mozilla.org/fr/docs/Web/CSS/transition */
/* Durée de l'animation */
/* Durée à attendre avant de débuter la transition */
/* Définir une courbe d'accelération, de manière à ce que la vitesse de la transition varie au cours de sa durée
https://developer.mozilla.org/fr/docs/Web/CSS/transition-timing-function */
/* Pagination site */
.ul_pagination {
  *zoom: 1;
  border: 0;
  margin: 1em auto;
  padding: 0;
  clear: both;
  text-align: center;
}
.ul_pagination:before,
.ul_pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
.ul_pagination:after {
  clear: both;
}
.ul_pagination li {
  border: 0;
  margin: 0 3px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.ul_pagination a.pagination_link,
.ul_pagination .active {
  border-radius: 0;
  padding: 10px 15px;
  text-decoration: none;
  text-align: center;
  /*width: 2.6em;
		height: 2.6em;*/
}
.ul_pagination a.pagination_link {
  background-color: #f7f7f7;
  color: #ef6509;
  display: block;
}
.ul_pagination a.pagination_link:hover {
  opacity: 0.8;
}
.ul_pagination .active {
  background: #ef6509;
  color: #ffffff;
  font-weight: bold;
}
.ul_pagination a.pagination_grp {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #000000;
}
a {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.commonImage {
  border-radius: 0;
}
.commonHoverImageScale {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  transition: all .7s ease;
}
.commonHoverImageScale:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.commonErrorBox,
.commonSuccessBox {
  margin: 20px 0;
  padding: 1px;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
}
.commonErrorBox p,
.commonSuccessBox p,
.commonErrorBox ul,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  padding: 20px;
}
.commonErrorBox {
  border: 2px solid #c00000;
  padding: 15px;
  color: #c00000;
  /*background-color:@clickable_background_color;*/
}
.commonErrorBox p,
.commonErrorBox ul {
  display: block;
  margin: 0;
  color: #c00000;
  /*background-color:@clickable_background_color; border:2px solid @clickable_border_color;*/
}
.commonErrorBox ul {
  padding-left: 2em;
  list-style: none;
}
.commonSuccessBox {
  background-color: #c6cdaa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a8ae8e), to(#c6cdaa));
  background-image: -o-linear-gradient(top, #a8ae8e 0%, #c6cdaa 100%);
  background-image: linear-gradient(to bottom, #a8ae8e 0%, #c6cdaa 100%);
  -webkit-box-shadow: 0px 0px 6px rgba(223, 230, 198, 0.7);
  box-shadow: 0px 0px 6px rgba(223, 230, 198, 0.7);
}
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  color: #676b5b;
  text-shadow: 1px 1px 0px #d6dcc3;
  background-color: #e2e8c9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c1c8a7), to(#e2e8c9));
  background-image: -o-linear-gradient(top, #c1c8a7 0%, #e2e8c9 100%);
  background-image: linear-gradient(to bottom, #c1c8a7 0%, #e2e8c9 100%);
  -webkit-box-shadow: inset 0px 1px 0px #ebf0da;
  box-shadow: inset 0px 1px 0px #ebf0da;
}
.commonSuccessBox ul {
  padding-left: 2em;
}
/*** DEBUT : FORMULAIRE D'AJOUT ***/
#guestbookSeeForm {
  background-color: #f7f7f7;
  padding: 10px 15px;
  margin: 10px 0 0;
  font-size: 1.3em;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
}
#guestbookSeeForm a {
  text-decoration: none;
  color: #ef6509;
}
#guestbookSeeForm a:hover {
  opacity: 0.8;
}
#guestbookSeeForm .glyphicon {
  color: #ef6509;
  padding: 0 10px;
  font-size: .8em;
}
#main #guestbook-add {
  padding: 20px 15px 10px;
  background-color: #f7f7f7;
  color: #000000;
}
#main #guestbook-add #guestbook-form {
  /*label{
			display:block;
			margin:0 0 5px;
			font-weight:bold;
		}*/
  /*** DEBUT : Personalisation du select ***/
  /*.div_select {
			background: @module_fond_input;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			margin: 0 0 15px;
			padding: 0;
			position: relative;
			width: 100%;
			z-index: 1;
		}
		.div_select:before {
			display: block;
			height: 100%;
			line-height: 2.5em;
			padding:0;
			position: absolute;
			top: 0;
			right: 0;
			width:40px;
			z-index: -1;
			font-family: "Glyphicons Halflings";
			content:"\e114";
			color:@module_fond_input;
			background:@module_picto;
			text-align:center;
		}

		.div_select select {
			background-color: transparent;
			border: 0 none;
			box-shadow: none;
			display: block;
			line-height: normal;
			margin: 0;
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			color:@module_text_input;
		}
		.div_select select::-ms-expand {
		  display: none;
		}
		.div_select select:focus {
		  outline: none;
		}
		:-moz-any(.div_select):before {
		  background-color: @module_picto;
		  pointer-events: none;
		  z-index: 1;
		}*/
}
#main #guestbook-add #guestbook-form .rate {
  color: #ef6509;
  font-size: 1.3em;
}
#main #guestbook-add #guestbook-form .rate .jq-ry-normal-group svg {
  fill: rgba(239, 101, 9, 0.5);
}
#main #guestbook-add #guestbook-form .rate .jq-ry-rated-group svg {
  fill: #ef6509;
}
#main #guestbook-add #guestbook-form p {
  margin: 0;
}
#main #guestbook-add #guestbook-form #validationGuestbook p {
  margin: 0;
}
#main #guestbook-add #guestbook-form input[type="submit"] {
  text-align: center;
  margin: 15px auto;
  padding: 10px 15px;
  font-family: 'Ubuntu', sans-serif;
  background-color: #ef6509;
  color: #ffffff;
  border-radius: 4px;
  font-weight: bold;
  border: none;
}
#main #guestbook-add #guestbook-form input[type="submit"]:hover {
  opacity: 0.8;
}
/*** FIN : FORMULAIRE D'AJOUT ***/
/*** DEBUT : AFFICHAGE DES MESSAGES ***/
.signature_block {
  margin-top: 10px;
  border: solid 1px #f7f7f7;
}
.signature_content {
  padding: 20px 15px 10px;
  background-color: #f7f7f7;
  color: #000000;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*h3 {
		color:@guestbook_titre;
	}*/
  /*.right {
		text-align:right;
	}*/
}
.signature_content .signature_message {
  text-align: justify;
}
.signature_content .signature_reponse {
  padding: 10px;
  background-color: #ffffff;
}
.pictoUser {
  float: left;
  margin-right: 10px;
}
.pictoUser .glyphicon-user {
  color: #ef6509;
  font-size: 2.5em;
}
.GuestbookNom {
  margin: 0 0 7px 0;
  font-size: 1.26667em;
  font-weight: bold;
  color: #ef6509;
}
.guestbookDate {
  margin: 0;
  font-size: 0.9em;
  font-style: italic;
}
.signature_picto .icoGuestbook,
.signature_picto .rateSignature {
  display: inline-block;
}
.signature_picto .icoGuestbook {
  margin: .5em .2em 0 0;
}
.signature_picto .icoGuestbook a {
  color: #000000;
  border-right: 1px solid #000000;
  padding-right: 5px;
}
.signature_picto .icoGuestbook .glyphicon {
  top: 2;
}
.signature_picto .rateSignature {
  margin: 0.2em 0 0 0;
  font-size: 1.5em;
  color: #000000;
}
.signature_picto .rateSignature .jq-ry-normal-group svg {
  fill: rgba(239, 101, 9, 0.5);
}
.signature_picto .rateSignature .jq-ry-rated-group svg {
  fill: #ef6509;
}
/*** MD **
@media (min-width:992px) and (max-width:1199px){
	.signature_picto .rateSignature {
		font-size:1.2em;
	}
}*/
/*** SM **
@media (min-width:768px) and (max-width:991px){
	.signature_picto .rateSignature {
		font-size:1.5em;
	}
}*/
.signature_read_more {
  background-color: #f7f7f7;
  color: #ef6509;
  text-align: center;
  display: block;
  text-decoration: none;
  /*line-height: 35px;*/
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.3em;
  padding: 15px;
}
.signature_read_more:hover {
  opacity: 0.8;
}
.signature_read_more .glyphicon {
  color: #ef6509;
  padding-left: 5px;
  font-size: .8em;
}
/*** XS **
@media (max-width:767px){
	.signature_content .right  {
		text-align:left;
	}
}*/
/*** FIN : AFFICHAGE DES MESSAGES ***/
/*** DEBUT : GESTION DES ERREURS ET MESSAGE DE CONFIRMATION ***/
/* erreurs */
#guestbook-form label.error {
  color: #ef6509;
  font-style: italic;
  font-size: 0.9em;
}
/* la boite de message d'erreur */
.error_box {
  color: #ef6509;
  padding: 0.5em;
  text-align: center;
  font-size: 1.2em;
}
.error_box .glyphicon-warning-sign {
  font-size: 2em;
}
#guestbook-form input.error,
#guestbook-form textarea.error {
  border: 1px dotted #ef6509;
}
/* champs requis */
#guestbook-form .required {
  font-weight: bold;
}
#guestbook-form .required:before {
  content: '* ';
  font-size: 1.3em;
}
/* la boite de message de confirmation */
.success_box {
  color: #2e69a1;
  padding: 0.5em;
  text-align: center;
  font-size: 1.2em;
}
/*** FIN : GESTION DES ERREURS ET MESSAGE DE CONFIRMATION ***/
/* Pagination
----------------------------------------------------------*/
