
/*Meyer reset file*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
	line-height: 1;
	
}
/*ol, ul {
	list-style: none;
}*/

p {
	line-height: 1.2em;
}

ul li {
	margin-bottom:  10px;
	line-height:  1.2;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END - Meyer reset file*/

body {
	
	font-family: sans-serif;
	font-size: 1em;
	background: #ededed url(../images/circles-s.png);
	
}


.wrapheader {
	
	background: #222222;
	margin-bottom: 30px;
	
}

.wrapheader h1 {
	color: white;
	margin: 0 auto;
	width: 1050px;
	padding: 20px 0;
}
.wrap {
	margin: 0 auto;
	width: 1050px;
	padding: 10px;
	min-height: 400px;
}

h1 {
	font-size: 2em;
	margin: 10px;
	text-align: center;
	color: white;
	 font-family: 'Roboto Condensed', sans-serif;
}

h2 {
	font-size: 1.5em;
	font-family: 'Roboto Condensed', sans-serif;
	 
}

h3 {
	font-size:  1em;
	font-weight:  bold;
}

img.noborder {
	border: none;
	padding: 0;
	background-color: white;
	float: none;
	margin: 0;
}
.clearall {
	clear: both;
}

.alignCenter {
	text-align:  center;
}



.alignRight {
	text-align: right;
}

ul.button  {
	margin-bottom: 80px;
	text-align: center;
	display:  flex;
	flex-wrap:  wrap;
	gap:  4%;
}

ul.button li {
	width:  30%;
}

ul.button li a {
    margin:  10px 10px 20px 30px;
    padding: 25px 55px;
    background: #ededed;
    box-shadow: 3px 3px 3px #dddddd;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    text-align: center;
	color: #333;
}

ul.button li a:hover {
	background:  #222222;
	color: white;
}

ul.buttonhori  {
	margin-bottom: 80px;
	margin-top: 40px;
	text-align: center;
}

ul.buttonhori li {
	float: left;
}

ul.buttonhori li a {
    margin-left: 30px;
	margin-top: 10px;
    padding: 15px 25px;
	width: 200px;
    background: #C0FFFF;
    box-shadow: 3px 3px 3px #b5b5b5;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    text-align: center;
	color: #333;
}

ul.longhori li a {
	min-height: 80px;
}

ul.buttonhori li a:hover {
	background:  #222222;
	color: white;
}

.space {
	display: block;
	height: 100px;
}

ul.normalul {
	list-style-type: disc;
}

.myflex {
	display: flex;
	flex-wrap:  wrap;
	gap: 2%;
	/* align-items: flex-end; */
}

.myflex div {
	width:  45%;
	margin:  0 0 20px 0;
	border:  2px solid #2D576D;
	background:  white;
}

.myflex h2 {
	margin:  0 0 20px 0;
	background:  #2D576D;
	color:  white;
	padding:  10px;
	text-align:  center;
}

.myflex h3 {
	margin:  0 0 10px 20px;
}

.myflex div.red h2 {
	background: #991F1F ;
}

.myflex div.red {
	border:  2px solid #991F1F;
}

.myflex div.logwood h2 {
	background: #712D8D;
}

.myflex div.logwood {
	border:  2px solid #712D8D;
}

.myflex ul, .myflex p {
	margin:  0 20px 20px 20px;
}

.myflex ul li {
	margin-left:  30px;
}

.myflex2 {
	display: flex;
	flex-wrap:  wrap;
	gap: 10%;
	max-width:  800px;
	margin:  0 auto;
}

.myflex2 div {
	width:  300px;
	text-align:  center;
	margin:  0;
}

.noflex div {
	width:  92%;
	margin:  0 0 20px 0;
	border:  2px solid #0c5aba;
	background:  white;
}

.noflex h2 {
	margin:  0 0 20px 0;
	/*background:  #2D576D;*/
	color:  white;
	padding:  10px;
	text-align:  center;
}

.noflex h3 {
	font-weight:  bold;
	font-size:  1.2em;
	margin:  5px 5px 20px 5px;

}

.noflex ul, .noflex p {
	margin:  0 20px 20px 20px;
}

.noflex ul li {
	margin-left:  20px;
}

.noflex div.indigo h2 {
	background: #0c5aba;
}

.noflex div.indigo {
	border:  2px solid #0c5aba;
}

.petiteimage {
	width:  240px;
}

.petiteimage2 {
	width:  340px;
}

.petiteimage3 {
	width:  200px;
}

.petiteimage4 {
	width:  300px;
}

.myform p {
	margin:  20px;
}

.myformflex {
	display:  flex;
	flex-wrap:  wrap;
}

.myformflex input {
	padding:  5px;
	width:  300px;
}

.myformflex textarea {
	width:  300px;
	min-height:  60px;
	padding:  5px;
}

.myformflex div.first {
	width:  20%;
	text-align:  right;
	margin:  5px 15px 30px 0;
	line-height:  1.4;
}

.myformflex div.second {
	width:  75%;
	text-align:  left;
}

button {
	padding:  15px;
	background-color:  #521165;
	border:  1px solid #521165;
	border-radius:  5px;
	color:  white;
	margin-top:  20px;
}

button:hover, button:focus {
	background-color:  #702480;
	border:  1px solid #702480;
}

h1.mb {
	color: #b5b5b5;
	text-align:  left; 
	text-transform:  uppercase;
}

dl {
    background: #ebe9e9;
    padding: 2em;
    margin:  10px 0;
    width:  90%;
  }
  dt {
    float: left;
    clear: left;
    width: 200px;
    text-align: right;
    font-weight: bold;
    padding:  10px 20px 0 0;
  }
  dt::after {
    content: ":";
  }
  dd {
    margin: 0 0 0 110px;
    /* padding: 0 0 0.5em 0; */
    padding:  10px 20px 0 0;
  }

  .myborder {
  	border:  1px solid black;
  	padding:  10px;
  }

  ul.smallbut {
  	list-style-type: disc;
  	width:  100%;
  	margin-left:  20px;
  }

  ul.smallbut li {
  	margin-left:  20px;
  }

  .myflex3 {
	display: flex;
	flex-wrap:  wrap;
	gap: 2%;
	/* align-items: flex-end; */
}

.myflex3 div.blue {
	width:  29%;
	margin:  0 0 20px 0;
	border:  2px solid #2D576D;
	background:  white;
}

div.blue h2 {
	background: #2D576D;
}

.myflex3 div.teal {
	width:  29%;
	margin:  0 0 20px 0;
	border:  2px solid #3f95a7;
	background:  white;
}

div.teal h2 {
	background: #3f95a7;
}

.myflex3 div.green {
	width:  29%;
	margin:  0 0 20px 0;
	border:  2px solid #66a73f;
	background:  white;
}

div.green h2 {
	background: #66a73f;
}

.myflex3 h2 {
	margin:  0 0 20px 0;
	
	color:  white;
	padding:  10px;
	text-align:  center;
}

a.nouveaubut {
    margin:  10px auto;
    padding: 25px 55px;
    /* background: #ededed url(../images/instructions.png) top left no-repeat; */
    background: #2D576D url(../images/instructions2.png) 15px 15px no-repeat;
    box-shadow: 3px 3px 3px #dddddd;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    text-align: center;
	/* color: #333; */
		color:  white;
		width:  200px;
		border-radius:  5px;
}

a.nouveaubut2 {
    margin:  10px auto;
    padding: 25px 55px;
    /* background: #ededed url(../images/instructions.png) top left no-repeat; */
    background: #3f95a7 url(../images/instructions2.png) 15px 15px no-repeat;
    box-shadow: 3px 3px 3px #dddddd;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    text-align: center;
	/* color: #333; */
		color:  white;
		width:  200px;
		border-radius:  5px;
}

a.nouveaubut3 {
    margin:  10px auto;
    padding: 25px 55px;
    /* background: #ededed url(../images/instructions.png) top left no-repeat; */
    background: #66a73f url(../images/instructions2.png) 15px 15px no-repeat;
    box-shadow: 3px 3px 3px #dddddd;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    text-align: center;
	/* color: #333; */
		color:  white;
		width:  200px;
		border-radius:  5px;
}

a.nouveaubut:hover, a.nouveaubut2:hover, a.nouveaubut3:hover, a.nouveaubut:focus, a.nouveaubut2:focus, a.nouveaubut3:focus {
	background:  #4f5057 url(../images/instructions2.png) 15px 15px no-repeat;
	color: white;
}

.margin1 {
	margin-top:  30px;
}

.margin2 {
	margin-top:  50px;
}

.footer {
	/* background: #f5f8d3 url(../images/tissu.png) bottom right no-repeat; */
	background: #ffffff url(../images/tissu.png) bottom right no-repeat;
	min-height:  100px;
	padding-right:  100px;
}

/* BEGIN - classes for hidden content - skip navigation link */
	/* .hidden (and .hidden2)
		 * Hide only visually, but have it available for screen readers:
		 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
		 *
		 * 1. For long content, line feeds are not interpreted as spaces and small width
		 *    causes content to wrap 1 word per line:
		 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
	   ================================================================== */

.hidden,
		.hidden2,
		.sr-only {
		    border: 0;
		    clip: rect(0 0 0 0);
		    height: 1px;
		    margin: -1px;
		    overflow: hidden;
		    padding: 0;
		    position: absolute;
		    width: 1px;
		    white-space: nowrap; /* 1 */
		}

		/*
		 * Extends the .hidden class to allow the element
		 * to be focusable when navigated to via the keyboard:
		 * https://www.drupal.org/node/897638
		 */

		.hidden.focusable:active,
		.hidden2.focusable:active,
		.sr-only.focusable:active,
		.hidden.focusable:focus,
		.hidden2.focusable:focus,
		.sr-only.focusable:focus {
		    clip: auto;
		    height: auto;
		    margin: 0;
		    overflow: visible;
		    position: static;
		    width: auto;
		    white-space: inherit;
		    color: white;
		    background-color: #8b2942;
		    padding: 0.38em;
		}


/*----------------------------------------------------------*/
@media only screen and (max-width: 1300px) {

.wrap {
	width: 100%;
	padding: 10px;
}

ul.button li {
	width:  25%;
}

}

@media only screen and (max-width: 1000px) {

.wrap {
	width: 100%;
}

.wrapheader h1 {
	width: 100%;

}


}

@media only screen and (max-width: 980px) {
.videowrap {
	width: 90%;
	float: none;
	margin-right: 0;
	
}




.wrap {
	width: 100%;
	padding:  10px;
}

ul.button li {
	width:  45%;
}
	
}

@media only screen and (max-width: 750px) {
.myflex3 div.blue {
	width:  90%;
	margin:  20px auto;
	background:  white;
}

.myflex3 div.teal {
	width:  90%;
	margin:  20px auto;
	background:  white;
}

.myflex3 div.green {
	width:  90%;
	margin:  20px auto;
	background:  white;
}
footer {
	margin-top:  20px;
	min-height:  80px;
	background:  #ededed;
}



}

@media only screen and (max-width: 600px) {
.myflex {
	display: inline;
	flex-wrap:  wrap;
	gap: 2%;
	/* align-items: flex-end; */
}

.myflex div {
	width:  100%;
	margin:  0 0 20px 0;
	border:  2px solid #2D576D;
}

dl {
	width:  100%;
}
dt {
    width: 80px;
    text-align: right;
    font-weight: bold;
    padding:  10px 20px 0 0;
  }
  dt::after {
    content: ":";
  }
  dd {
    margin: 10px 0 0 80px;
    /* padding: 0 0 0.5em 0; */
    padding:  10px 20px 0 0;
  }

  
}

@media only screen and (max-width: 421px) {



ul.button {
	width: 70%;
	margin-bottom: 30px;
}

ul.button li {
	/* float: none; */
}

ul.button li a {
    margin-left: 0;
	margin-top: 10px;
    padding: 15px 15px;
    
}

img {
	width: 90%;
	margin: 5px 0;
}



}
