/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Normalize default `font-family` and set `font-size` to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */




/* http://1pierre.org/templates/celsius/css/theme.css
   Ligne 11771
   Couleur fond arrière plan
 ========================================================================== */


html {
  overflow-y: scroll;
  overflow: visible !important;
  height: 100%;
  background-color: #e3dad3;	/* background-color: #3c3c3c; */
}


/* http://1pierre.org/templates/celsius/css/theme.css
   Ligne 12568
   CSS des blocs texte sur le slider et aussi adapté aux mobiles
 ========================================================================== */

.tm-slideshow-classic .uk-overlay-panel h1,
.tm-slideshow-classic .uk-overlay-panel h2,
.tm-slideshow-classic .uk-overlay-panel h3,
.tm-slideshow-classic .uk-overlay-panel h4 {
  background: #ec3b00;
  color: #ffffff;
  padding: 15px 20px;	/* padding: 20px 30px; */
  font-size: 22px;	/*  font-size: 40px; */
  line-height: 22px;	/* line-height: 40px; */
  margin: 0 0 15px;
  display: table;
}



/* http://1pierre.org/templates/celsius/css/theme.css
   Ligne 12584
 ========================================================================== */

.tm-slideshow-classic .uk-overlay-panel div p {
  background: #4b4b4b;
  color: #ffffff;
  padding: 15px 20px;	/* padding: 20px 30px; */
  font-size: 18px;
  line-height: 13px;	/* line-height: 40px; */
  margin: 0;
}



/* http://1pierre.org/templates/celsius/css/theme.css
   Ligne 11783
   Couleur du fond pendant le chargement d'une page
 ========================================================================== */

.tm-preload {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    overflow: visible;
    background-color: #e3dad3;	/* background-color: #3c3c3c; */
}


/* http://1pierre.org/templates/celsius/css/theme.css
   Ligne 551
   Réduire l'espace entre le slider et "Notre histoire"
 ========================================================================== */

.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: -25px;	/* margin-top: -25px; */
}


.uk-tab {
    margin: 0;
        margin-bottom: 0px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ec3b00;
	font-family: 'Oswald';
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}



/* http://1pierre.org/templates/celsius/css/theme.css
   Ligne 431
   Réduire la taille du texte des témoignages
 ========================================================================== */

blockquote > p {
    line-height: 36px;
    font-size: smaller;  /* <-Ajout */
}




/* http://1pierre.org/templates/celsius/css/theme.css
   Ligne 454
   Desactiver css pour image defaut temoignages
 ========================================================================== */

.tm-testimonial-avatar {
    box-shadow: 0 0 0 4px #ffffff, 0 0 0 5px #ffffff;
	/* box-shadow: 0 0 0 4px #ffffff, 0 0 0 5px #ec3b00; */
}




/* http://1pierre.org/templates/celsius/css/theme.css
   Ligne 1034
   Modifier CSS de la colonne des 3 onglets de "Notre Histoire"
 ========================================================================== */

.uk-width-medium-1-5, .uk-width-medium-2-10 {
    width: 30%;	/* width: 20%; */
}



/* http://1pierre.org/templates/celsius/css/theme.css
   Ligne 1046
   Modifier CSS de la colonne du textes de chaque onglet de "Notre Histoire"
 ========================================================================== */

.uk-width-medium-4-5, .uk-width-medium-8-10 {
    width: 70%;	/* width: 80%; */
}




