/* General */
.divdiv
{
max-width: 500px
}
.hyphen
{
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;
}
.button {
        display: inline-block;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        background-color: #7aa8b7;
        border-radius: 6px;
        outline: none;
        font-size:36px
      }
.button2 {
        background-color: #4CAF50; /* Green */
        border: none;
        color: white;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1em;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 10%;
      }
.button2bis /* back project*/ {
        background-color: #0074d4; /* blue stripe*/
        border: none;
        color: white;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1.5em;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 10%;
      }
.button3 {
        background-color: #0074d4; /* blue stripe*/
        border: none;
        color: white;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1em;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 10%;
      }
.buttonBoxRed {
		text-align: center;
   	 font-size: 1.3em;
   	 color: red;
	}
/* Chapters */

.h1_white
{
    color: white;
    font-size: 5.0em;
}


.h1_white_2
{
    color: white;
    font-size: 3.0em;
}


h2
{
	text-align: center;
}

h3
{
	text-align: center;
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens:none;
}

h4
{
	text-align: center;
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens:none;
}

/* Classes (textes) */

.chap
{
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	padding: 12px;
	max-width: 770px;
	margin: auto;
	margin-top: 50px;
	text-align: justify;
	background: #E6E6E6
	
}
.chap2
{
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	padding: 12px;
	max-width: 500px;
	margin: auto;
	margin-top: 50px;
	text-align: justify;
	background: #E6E6E6
	
}
.colonne1
{
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	max-width: 770px;
	margin: auto;
	margin-top: 50px;
	text-align: justify;	
}
.colonne1bis
{
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	max-width: 450px;
	margin: auto;
	margin-top: 50px;
	text-align: justify;	
}
.colonne1ter
{
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	max-width: 770px;
	margin: auto;
	margin-top: 50px;
	text-align: justify;	
}
.colonne1quarto
{
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	max-width: 50px;
	margin: auto;
	margin-top: 50px;
	text-align: justify;	
}
.miniature
{
	max-width: 25px
	margin: auto;
}

.pg_white
{
    color: white;
    font-size: 1.8em;
    width: 65%;
}

.pg_blacklink
{
    font-size: 0.6em;
}

.cite
{
    color: white;
    font-size: 1.9em;
}

.appel
{
    color: black;
    font-size: 1.9em;
}

.orange
{
    color: #F4732A;
}

.blacklinknormal
{
    color: black;
    text-decoration: underline;
}

.blacklinknormal:visited
{
    color: black;
    text-decoration: underline;
}

.blacklinknormal:hover
{
    color: green;
    text-decoration: underline;
}

.blacklink
{
	font-size: 1.0em;
    color: #5E5E5E;
	text-decoration: none;
}

.blacklink:visited {
  color: #5E5E5E;
}

.blacklink:hover {
  color: black;
}

.bkg_grey
{
	background: #E6E6E6
}

.bkg_grey2
{
	background: #E6E6E6
}

.liste
{
	font-size: 1.8em;
	padding: 8px;
}

a {
  text-decoration: underline;
  color: white;
}

.a {
  text-decoration: underline;
  color: black;
}

}
a:link {color: white;}
a:visited {color: #C0C0C0;}
a:hover {color: #D6D6D6;}
a:active {color: #D6D6D6;}

.em1_1
{
    font-size: 1.1em
}

.em0_8
{
    font-size: 0.8em
}

.conteneur_logo
{
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    background-color: black;
}

.div_white
{
    background-color: white;
    }

.element
{
    text-align: left;
}

.element2
{
    text-align: center;
    font-size: 1.3em;
    color: white;
    padding: 12px;
}

.element3
{
    font-size: 1.1em;
    padding: 7px;
    margin: 20px;
}

.element4
{
    font-size: 1.1em;
    padding: 7px;
    margin: 10px;
}

.bookimage {
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.image {
    margin: 10px
    max-width: 400px
    align-items: center;
}

.image1 /* QR Code */ {
	margin: 10px
    max-width: 400px
    align-items: center;
	float: right;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.divclearfix {
 border: 3px solid #4CAF50;
  padding: 5px;
  }
  
.divheight200
{
    min-height:200px;
}
.bkg_orange
{
    background: #F4732A
}

.numchapitre
{
    font-weight: bold;
    font-size: 2.0em;
    text-align: center;
}

.pi {
  font-style: italic;
}

.text1
{
    font-size: 2.0em;
    color: #c2421f;
    text-align: center;
}

.text2
{
    font-size: 1.7em;
    text-align: center;
}

.text3
{
    font-size: 1.4em;
    text-align: center;
    color: blue;
    text-decoration: underline;
}

.text4
{
    text-align: center;
}

.text5
{
    font-size: 1.4em;
}

p.CHAPTER-TITLE {
	-epub-hyphens:none;
	color:#000000;
	font-family:Baskerville, serif;
	font-size:23px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.217;
	margin-bottom:21px;
	margin-left:15px;
	margin-right:15px;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:justify;
	text-align-last:center;
	text-decoration:none;
	text-indent:14px;
	text-transform:none;
	widows:1;
}

p.CHAPTER-NUMBER {
	-epub-hyphens:none;
	color:#000000;
	font-family:Baskerville, serif;
	font-size:23px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1;
	margin-bottom:15px;
	margin-left:15px;
	margin-right:15px;
	margin-top:28;
	orphans:1;
	page-break-after:auto;
	page-break-before:always;
	text-align:justify;
	text-align-last:left;
	text-decoration:none;
	text-indent:14px;
	text-transform:none;
	widows:1;
}

p.Basic-Paragraph {
	-epub-hyphens:none;
	color:#000000;
	font-family:Baskerville, serif;
	font-size:20px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.043;
	margin-bottom:0;
	margin-left:15px;
	margin-right:15px;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:justify;
	text-align-last:left;
	text-decoration:none;
	text-indent:14px;
	text-transform:none;
	widows:1;
}

p.Paragraph-with-space-before {
	-epub-hyphens:none;
	color:#000000;
	font-family:Baskerville, serif;
	font-size:20px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.043;
	margin-bottom:0;
	margin-left:15px;
	margin-right:15px;
	margin-top:12px;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:justify;
	text-align-last:left;
	text-decoration:none;
	text-indent:15px;
	text-transform:none;
	widows:1;
}

/* Conteneurs */
#conteneur_column
{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 2%
}

#conteneur_column2
{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 2%
    max-width: 50%
}

#conteneur_align
{
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    text-align: left;
    margin: 20px
}

#conteneur_align2
{
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    text-align: left;
    margin: 0px
}

#conteneur_logo
{
    display: flex;
    flex-direction: column;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin: 20px;
    background-color: black;
}


#page {
	min-height:90vh;
	display:flex;
	flex-direction:column;
}

#content
{
	flex-grow:1;
}

/* RESPONSIVE */

@media screen and (max-width: 1394px)
{

}

@media screen and (max-width: 680px)
{

.h1_white
{
    font-size: 3.0em;
}

.h1_white_2
{
    color: white;
    font-size: 2.0em;
}

.cite
{
    font-size: 1.6em;
}

.appel
{
    font-size: 1.6em;
}

.pg_white
{
    font-size: 1.3em;
}
.element2
{
    font-size: 1.2em;
}


.liste
{
	font-size: 1.6em;
}

.pg_blacklink
{
    font-size: 0.8em;
}

.numchapitre
{
	font-size: 1.8em
}

.colonne1bis
{
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	max-width: 770px;
	margin: auto;
	margin-top: 50px;
	text-align: justify;	
}

.button2 {
        background-color: #4CAF50; /* Green */
        border: none;
        color: white;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1.5em;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 10%;
      }
      
}

@media screen and (max-width: 405px)
{
	.h1_white
{
    font-size: 2.0em;
}

.h1_white_2
{
    color: white;
    font-size: 1.6em;
}

.cite
{
    font-size: 1.3em;
}

.appel
{
    font-size: 1.3em;
}

.pg_white
{
    font-size: 1.2em;
}
.element2
{
    font-size: 1.1em;
}

.liste
{
	font-size: 1.3em;
}

.pg_blacklink
{
    font-size: 0.8em;
}

.numchapitre
{
	font-size: 1.6em
}

.colonne1bis
{
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	max-width: 770px;
	margin: auto;
	margin-top: 50px;
	text-align: justify;	
}

.button2 {
        background-color: #4CAF50; /* Green */
        border: none;
        color: white;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1.5em;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 10%;
      }
      
}


@media screen and (max-width: 270px)
{
.h1_white
{
    font-size: 1.7em;
}

.h1_white_2
{
    color: white;
    font-size: 1.4em;
}

.cite
{
    font-size: 1.1em;
}

.appel
{
    font-size: 1.1em;
}

.pg_white
{
    font-size: 1.0em;
}
.element2
{
    font-size: 1.0em;
}

.liste
{
	font-size: 1.1em;
}

.pg_blacklink
{
    font-size: 0.8em;
}

.numchapitre
{
	font-size: 1.2em
}

.colonne1bis
{
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	max-width: 770px;
	margin: auto;
	margin-top: 50px;
	text-align: justify;	
}

.button2 {
        background-color: #4CAF50; /* Green */
        border: none;
        color: white;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1.5em;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 10%;
      }
      
}

@media screen and (max-width: 235px)
{
.h1_white
{
    font-size: 1.4em;
}

.h1_white_2
{
    color: white;
    font-size: 1.2em;
}

.cite
{
    font-size: 1.0em;
}

.appel
{
    font-size: 1.0em;
}

.pg_white
{
    font-size: 1.0em;
}
.element2
{
    font-size: 1.0em;
}

.liste
{
	font-size: 1.0em;
}

.pg_blacklink
{
    font-size: 0.8em;
}

.numchapitre
{
	font-size: 1.0em
}

.colonne1bis
{
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	max-width: 770px;
	margin: auto;
	margin-top: 50px;
	text-align: justify;	
}

.button2 {
        background-color: #4CAF50; /* Green */
        border: none;
        color: white;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1.5em;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 10%;
      }
      
}

