/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 1em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
nb* {	box-sizing: border-box; /* necessaire pour ne pas ajouter les padding a la largeur */
}

.container-fluid {
	width:100%;
	padding-left: 15px;
	padding-right: 15px;}

.container {
	max-width:1500px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px; } /* fera 1170px sur gd ecran, 100% sur plus petits ecrans */

 .container-fluid>.container {
	padding-left: 0;
	padding-right: 0;} 

.row:before,
.row:after {
	display:table;
	content:"";
	clear:both;}*/

.row {
	margin-left:15px;
	margin-right:15px;
}
/*
img {
	/*width:100%; 
	désactivé pour ce site : je veux pouvoir me servir de la hauteur */ 
	
	/* vertical-align: middle /* on peut mettre aussi bottom, cest pour compenser une fqute des qnciens nqvigqteurs
}*/

/* h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
 */
/* ==================
	Grille 12 col 
=====================*/
[class*="col-xs"] {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}
.col-xs-1 {
	width: calc(100% / 12 * 1);
}

.col-xs-2 {
	width: calc(100% / 12 * 2);
}

.col-xs-3 {
	width: calc(100% / 12 * 3);
}

.col-xs-4 {
	width: calc(100% / 12 * 4);
}

.col-xs-5 {
	width: calc(100% / 12 * 5);
}

.col-xs-6 {
	width: calc(100% / 12 * 6);
}

.col-xs-7 {
	width: calc(100% / 12 * 7);
}

.col-xs-8 {
	width: calc(100% / 12 * 8);
}

.col-xs-9 {
	width: calc(100% / 12 * 9);
}

.col-xs-10 {
	width: calc(100% / 12 * 10);
}

.col-xs-11 {
	width: calc(100% / 12 * 11);
}

.col-xs-12 {
	width: calc(100% / 12 * 12);
}

/* ==================
	TABLET AND MORE  
=====================*/

@media all and (min-width:768px) {

	.col-sm-1 {
		width: calc(100% / 12 * 1);
	}

	.col-sm-2 {
		width: calc(100% / 12 * 2);
	}

	.col-sm-3 {
		width: calc(100% / 12 * 3);
	}

	.col-sm-4 {
		width: calc(100% / 12 * 4);
	}

	.col-sm-5 {
		width: calc(100% / 12 * 5);
	}

	.col-sm-6 {
		width: calc(100% / 12 * 6);
	}

	.col-sm-7 {
		width: calc(100% / 12 * 7);
	}

	.col-sm-8 {
		width: calc(100% / 12 * 8);
	}

	.col-sm-9 {
		width: calc(100% / 12 * 9);
	}

	.col-sm-10 {
		width: calc(100% / 12 * 10);
	}

	.col-sm-11 {
		width: calc(100% / 12 * 11);
	}

	.col-sm-12 {
		width: calc(100% / 12 * 12);
	}

} /* end media query table and more*/

/* ==================
	NOTEBOOK AND MORE
=====================*/

@media all and (min-width:992px) {
	
	.col-md-1 {
		width: calc(100% / 12 * 1);
	}

	.col-md-2 {
		width: calc(100% / 12 * 2);
	}

	.col-md-3 {
		width: calc(100% / 12 * 3);
	}

	.col-md-4 {
		width: calc(100% / 12 * 4);
	}

	.col-md-5 {
		width: calc(100% / 12 * 5);
	}

	.col-md-6 {
		width: calc(100% / 12 * 6);
	}

	.col-md-7 {
		width: calc(100% / 12 * 7);
	}

	.col-md-8 {
		width: calc(100% / 12 * 8);
	}

	.col-md-9 {
		width: calc(100% / 12 * 9);
	}

	.col-md-10 {
		width: calc(100% / 12 * 10);
	}

	.col-md-11 {
		width: calc(100% / 12 * 11);
	}

	.col-md-12 {
		width: calc(100% / 12 * 12);
	}

} /* end media query notebook and more*/

/* ==================
	LARGE SCREEN
=====================*/

@media all and (min-width:1200px) {
	
	.col-lg-1 {
		width: calc(100% / 12 * 1);
	}

	.col-lg-2 {
		width: calc(100% / 12 * 2);
	}

	.col-lg-3 {
		width: calc(100% / 12 * 3);
	}

	.col-lg-4 {
		width: calc(100% / 12 * 4);
	}

	.col-lg-5 {
		width: calc(100% / 12 * 5);
	}

	.col-lg-6 {
		width: calc(100% / 12 * 6);
	}

	.col-lg-7 {
		width: calc(100% / 12 * 7);
	}

	.col-lg-8 {
		width: calc(100% / 12 * 8);
	}

	.col-lg-9 {
		width: calc(100% / 12 * 9);
	}

	.col-lg-10 {
		width: calc(100% / 12 * 10);
	}

	.col-lg-11 {
		width: calc(100% / 12 * 11);
	}

	.col-lg-12 {
		width: calc(100% / 12 * 12);
	}

} /* end media query large screen*/
/* EN GENERAL */
/*-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;*/

main.container 
      {  
		 border: 0px solid  #912a77;  /* bordures du container, bordeaux */ 
	  }

body.Fond_Lettres {
    background-image: url("https://www.labo5.ch/images/Fond_Lettres_gris.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed;
    background-size: cover;
	padding-top: 0px;
	border:0px solid black;
}          			

body.Fond_Accueil {
    background-image: url("https://www.labo5.ch/images/Fond_Accueil_gris.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed;
    background-size: cover;
	padding-top: 0px;
	border:0px solid black;
}          			
body.Fond_Formation_gris{
    background-image: url("https://www.labo5.ch/images/Fond_Formation_gris.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed;
    background-size: cover;
	padding-top: 0px;
	border:0px solid black;
}          			
body.Fond_Journalisme {
    background-image: url("https://www.labo5.ch/images/Fond_Journalisme_gris.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed;
    background-size: cover;
	padding-top: 0px;
	border:0px solid black;
}          			
body.Fond_Biographie_gris {
    background-image: url("https://www.labo5.ch/images/Fond_Biographie_gris.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed;
    background-size: cover;
	padding-top: 0px;
	border:0px solid black;
}          			
 
body.Fond_Atelier_gris {
    background-image: url("https://www.labo5.ch/images/Fond_Atelier_gris.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed;
    background-size: cover;
	padding-top: 0px;
	border:0px solid black;
}      
    			
body.Fond_Animation_Debat {
    background-image: url("https://www.labo5.ch/images/Fond_Animation_Debat_gris.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed;
    background-size: cover;
	padding-top: 0px;
	border:0px solid black;
}          			

/* LAYOUT */

/* FONT SIZE */

html { 	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	    font-size: 14px;
	 }
@font-face{
     font-family: "SnellRoundhand-Script";
     src: url("polices/SnellRoundhand-Bold.ttf")  
     }
@font-face{
     font-family: "Comic Sans MS";
     src: url("polices/Comic.ttf")  
     }
@font-face{
     font-family: "Zapfino";
     src: url("polices/Zapfino.ttf")  
     }


/* PAR PARTIES */


/* HEADER */
.phrase_header	{font-family: SnellRoundhand-Script, Arial,Helvetica,sans-serif;
        font-style: italic;
	    color:white;
	    vertical-align: top;} 
.phrase_header_mobile   {font-family: SnellRoundhand-Script, Arial,Helvetica,sans-serif;/* image 3 lignes blanches pour menu mobile */ 
        font-style: italic;
	    color:white;
	    vertical-align: top;}
	    
/* CORPS */
 
.menu_liste {font-family: Times New Roman, Arial,Helvetica, sans-serif;
        font-style: italic;
	    font-size: 16px;
	    color:black;
	    border: 0px solid #912a77; } 
.menu_liste_mobile {font-family: Times New Roman, Arial,Helvetica, sans-serif;
        font-style: italic;
	    font-size: 16px;
	    color:black;
	    border: 0px solid #912a77; } 

.rond_liste {font-family: Comic sans MS, Arial,Helvetica, sans-serif;  
        font-style: bold;
	    font-size: 10px;
	    color: rgb(12, 93, 82);} 
/*	    color: rgb(24, 149, 168);} couleur des bandes */   
.chiffre_menu {font-family: Zapfino, Arial,Helvetica, sans-serif;  
        font-style: bold;
	    font-size: 14px;
	    color: rgb(12, 93, 82);} 
.titre_menu {font-family: Times New Roman, Arial,Helvetica, sans-serif;
        font-style: normal;
        font-style: bold;
	    font-size: 22px;
	    color:black;
	    margin-left:10px;
	    border: 0px solid #912a77; } 
.titre_blog {font-family: Times New Roman, Arial,Helvetica, sans-serif;
        font-style: italic;
        font-style: bold;
	    font-size: 20px;
	    color:black;
	    margin-right:10px;
	    margin-left:10px;
	    border: 0px solid #912a77; } 
.date_blog {font-family: Times New Roman, Arial,Helvetica, sans-serif;
        font-style: italic;
        font-style: bold;
	    font-size: 15px;
	    color:black;
	    margin-left:0px;
	    border: 0px solid #912a77; } 

.blog {font-family: Times New Roman, Arial,Helvetica, sans-serif;
        font-style: italic;
	    font-size: 16px;
	    text-align:justify;  
    	text-justify:auto;
	    color:black;
	    margin-right: 35px;
	    margin-left:10px;
	    border: 0px solid #912a77; } 
.temoignage {font-family: Times New Roman, Arial,Helvetica, sans-serif;
        font-style: normal;
	    font-size: 16px;
	    text-align:justify;  
    	text-justify:auto;
	    color:black;
	    margin-right: 35px;
	    margin-left:10px;
	    border: 0px solid #912a77; } 

.accueil {font-family: Times New Roman, Arial,Helvetica, sans-serif;
        font-style: normal;
	    font-size: 16px;
	    text-align:justify;  
    	text-justify:auto;
	    color:black;
	    margin-right:40px;
	    margin-left:10px;
	    border: 0px solid #912a77;
		line-height: 24px } 
	    
td 		{ border: 1px solid #1895a8; 
          padding-right: 5px;
          padding-left: 5px;
          padding-top: 4px;
          padding-bottom: 6px;}

.liste_articles { border: 1px solid #1895a8; 
                  border-collapse: collapse;}

a.text {color: black;
		text-decoration: underline;
		}

a.menu {color: black;
       text-decoration: none;
       }
a.lien {color: rgb(24, 149, 168);
       text-decoration: underline;
       }
a.lien_mob {line-height:32px;
       }
a:hover {
 font-weight: bold;
		}

#divblog {
	     height: auto; 
		 } 

/* FOOTER */
.footer_copyright{
	  position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 1rem;
      text-align: center;
	  font-family: Times New Roman,Arial,Helvetica, sans-serif;
      font-style: italic;
	  font-size: 14px;
	  color:black;
	  border: 0px solid blue;  }
	  
.footer_copyright_mobile{
      text-align: center;
	  font-family: Times New Roman, Arial,Helvetica, sans-serif;
      font-style: italic;
	  font-size: 12px;
	  line-height: 32px;
	  color:black;
	  border: 0px solid blue;  }


/* FORMAT MOBILE */

	.mobile {}
	.non_mobile {display: none}
	.fixe {display: none}
    .menu_liste {display: none}
    .phrase_header {display: none}
    .phrase_header_mobile {font-size: 15px;}
    .phrase_header {font-size: 25px;}
    .accueil {margin-right: 15px;}
    .footer_copyright{display: none;}
    .footer_copyright_mobile{}
    .container {width:290px;}	

/* IMAGES */



/* style="vertical-align: top;padding-top: 0px;margin-top: 0px;margin-left:10px" */


.img_LogoLabo5 {width: 100px;                  /*  logo gauche */
                padding-top: 0px;
                margin-left: 1px;
                margin-bottom: 1px;
              	border: 0px solid #912a77; }        /* bordure, bordeaux */
                
.image_blog_droite {width: 80%;                  /* blog à droite */
                padding-top: 0px;
                margin-left: 10px;
                margin-bottom: 10px;
              	border: 1px solid #912a77; }        /* bordure, bordeaux */

.photo_blog  { margin-left:10px;                 /* blog à droite */
			   margin-right:10px;}    
			             
.img_logo_gauche  { margin-left:20px;} 	 

.img_logo_droite  { margin-left:80px;
                    margin-right:20px;
                    padding-top:20px;} 	
			        
/* MEDIA QUERIES */

@media all and (min-width:350px)  /* SAMSUNG URSULE A5 2017 */
{     
    .container {width:100%; margin:auto; }	
    
    .menu {margin-top: 55px;}
    
    .galerie_photo 	{	height:150px; width:auto; max-width:300px}
      			
    .photo { width:100%;	} 		/* photo format mobile Ursule */
    		
    .format {background-color:red; }  
    .phrase_header {display: none}
    .phrase_header_mobile {}
     
    .footer_copyright{display: none;}
    .footer_copyright_mobile{}
     		        
} /* FIN SAMSUNG URSULE A5 2017 */
    
@media all and (min-width:550px)     /* natels position horizontale */
{ 
    .container { width:100%; margin:auto;}
        
	.photo {width:450px;} 	
       	        
	.format {background-color:green;} 
    .phrase_header {display: none}
    .phrase_header_mobile {}
     
    .footer_copyright{display: none;}
    .footer_copyright_mobile{}

       		        
}  /* FIN natels position horizontale */

@media all and (min-width:768px)           /* TABLETTE ET PLUS GRAND */
{
	.fixe {display: block}
	.mobile {display: none}
	.non_mobile {display: block}
	.menu_liste {display: block}
	.phrase_header {font-size: 25px;}
	.accueil {margin-right: 40px;}
	.container {width:100%; margin:auto; }
    .phrase_header {display: block}
    .phrase_header_mobile {display:none}
    .footer_copyright{display: block}
    .footer_copyright_mobile{display: none;}

	}
/*	.mobile_block {display:none}

	html {	/* background: url(/Images/fond_sugarart.jpg) repeat;  fond à rayures roses */
		 	/*background-image:url("http://www.labo5.ch/images/fond_labo5.jpg") /* fond  }	*/
		 
/*	body {	max-width:1000px;
			    margin:auto}

	.menu_mobile {display: block}
*/	

  /* IMAGES TABLETTE ET PLUS GRAND */	
	html {	font-size: 15px;}


  /* MENU TABLETTE ET PLUS GRAND */

	  
   /* FIN TABLETTE ET PLUS GRAND */                                     
}

@media all and (min-width:992px)            /* NOTEBOOK ET PLUS GRAND */
{
   	html {font-size: 25px;}
   .menu_liste {display: block}
   .phrase_header {font-size: 25px;}
   .accueil {margin-right: 40px;}
   .container {width:100%; margin:auto; }
}

@media all and (min-width:1200px)           /* TRES GRAND */
{
	html {font-size: 15px;}
   .menu_liste {display: block}
   .phrase_header {font-size: 25px;}
   .accueil {margin-right: 40px;}
   .container {width:100%; margin:auto; }
   
/* empêcher plein format sur très grand écran */   
/*.container { width:1000px; margin:auto;}*/  


}

