@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic');

*{
	margin:0;
	padding:0;
}

html,body{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #101010;
	margin: 0;
	padding: 0;
  height: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}


h1 {
	color: #0e3252;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 5px;	
}
h2 {
	font-size:1.4em;
	color:#101010;
	margin-top:15px;
	margin-bottom:10px;
	font-weight:600;
	line-height: 1.4em;
}
h3 {
	font-size:1.6em;
	/*color:#d45e00;*/
	color:#e98a22;
	margin:15px 0;
	font-weight:600;
}
h4 {
	font-size:1.4em;
	color:#226688;
	margin-top:15px;
	margin-bottom:10px;
	font-weight:600;
}
h5 {
	font-size:1.3em;
	/*color:#667788;*/
	color:#101010;
	margin-top:15px;
	font-weight:600;
  line-height: 1.3;
  margin-bottom: 20px;
}
h6 {
	font-size:1.1em;
	color:#226688;
}
.wrapper {
	width:960px;	
	margin:0 auto;
}
.wrapper-s {
	width:640px;	
	margin:0 auto;
  padding: 5px;
  box-sizing: border-box;
}
.block {
	margin:10px 10px 0 10px;
	padding: 10px 0;
	background:#ECECEC;
	border: 1px solid #0E3252;
	border-radius: 5px;
}

sup {
  font-size: 9px;
}
#container {
    position: relative;
}

#top {
	background:#fff;
}

#top-header {
	padding:5px 0 0 0; 
 	height:35px;
	width:100%;
	background:#334455;
}
#header {
	background:#fff;
}
#header.pfour {
  height: 105px;
}
.head-ul  {	
		padding-left: 25px;
}
.head-ul li {
		margin: 12px 0;
}
	
	

/* LOGO */
#ccac-logo {
	visibility: visible;
	float: left;
	width: 100%;
	height: 100px;
	margin: 0;
	background: url(../images/logo-line.png) repeat-x;
}
.logo-full {
	display:block;
	float:left;
	width:510px;
	height:100px;
}
.logo-curve {
	display: block;
	float: right;
}
#ccac-logo-media {
	visibility:hidden; 
  position: absolute;
  top: -9999px;
  left: -9999px;
}


@media print {
  
  /*#to-print {
    position: absolute;
    left: 0;
  }*/
  
	#ccac-logo:before {
		content: url(../images/CCAC-logo-CCPA-sm.png);
    width: 100%;
    background-color: #fff;
	}
	#ccac-logo img {
		display: none; 
    visibility: hidden;
	}
	#ccac-logo-media img {
		display: none; 
    visibility: hidden;
	}
  #print-button  {
		display: none; 
    visibility: hidden;
	}
  #back {
		display: none; 
    visibility: hidden;
	}
  #footer-container {
		display: none; 
    visibility: hidden;
  }
}



#choose-lang {
	float:right;
	height:20px;
	padding:4px 10px 0 0;
	line-height:18px;
	text-align:center;
}
#choose-lang a {
	color: #fff;
	font-size: 1em;
	font-weight:600;
	text-decoration:none;
}
#choose-lang a:hover{
	color: #77ddff;
	text-decoration:none;
}
#NW-header {
	width:100%;
	min-width:315px;
	background:#334455;
	padding:8px 0 6px;
}
#NW-header h1 {
	font-size:1.6em;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
}
#NW-header-s {
	width: 100%;
	min-width: 315px;
	background: #334455;
	padding: 0px;
}
#NW-header-s h1 {
	font-size: 1.4em;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
}
#NW-header .drop1,
#NW-header-s .drop1 {
	display:inline-block;
}
#NW-header .drop2,
#NW-header-s .drop2 {
	display:none;
} 

#content { 
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	margin-bottom:50px;
	/*background:#f9f9f9;*/
}
#host {
	text-align:center; 
	width:100%;
}
#host img {		
	width:100%;
	border-radius:5px;
	margin-top:10px;
}

footer {
	display:block;
	width:100%;
	margin-top:50px;	
	background:#334455;
	border-top:2px solid #e98a22;
	text-align:center;
	padding-bottom:20px;
}
#footer-container {
	/*width:1024px;	
	margin:0 auto;*/
	color:#fff;
	margin-top:15px;
	width:auto;
	text-align:center;
	font-size:1em;	
}
footer #info {
	margin:0 auto;
	max-width:1024px;
	padding:10px 0;
}
footer .logo {
	float:left;
	width:40%;
	text-align:right;
}
footer .logo img {
	margin-top:15px;
}
footer .address {
	float:right;
	width:58%;
	
	text-align:left;
	padding-top:10px;
}
footer .address1 {
	margin-bottom:15px;
}
footer .copyrights {
	margin-top:20px;
}
footer .address a,
footer .address1 a, 
footer .copyrights a {
	color:#aaccdd;
	text-decoration:none;
	font-weight:600;
}
footer .address a:hover,
footer .address1 a:hover, 
footer .copyrights a:hover {
	color:#ee9911;
	text-decoration:none;
}



/* FORM */

.lang-fr, .lang-en {
	display:none;
}

fieldset {	
	padding:10px;
	background: #f5f5f5;
	/*font-size:1em;*/
	border:2px solid #334455;
	border-radius:5px;
	margin-top:10px;
}
fieldset h3 {
	font-size:1.8em;
	color:#334455;
	font-weight:bold;
	text-shadow: 2px 2px 0 #fff;
}
fieldset p {
	margin:10px 0 0;
	font-size:1.1em;
	color:#334455;
	font-weight:400;
}
fieldset ul {
	font-size:1.1em;
	color:#334455;
	font-weight:400;
}
fieldset a {
	color:#334455;
	font-size:1.1em;
	font-weight:7000;
	text-decoration: none;
	border-bottom: 3px solid rgba(233,138,34,1);
	transition: background-color .25s linear;

}
fieldset a:hover {
	color:#fff;
	text-decoration: none;
	background-color: rgba(233,138,34,0.8);

}

#regform {
	/*width:inherit;	
	height: inherit;*/
	padding:0 10px;
	/*margin-bottom:20px;*/
}
#form {
	margin: 15px 0;
}
#bouton {
	display: block;
}
#deux-boutons {
	display: block;
	max-width:300px;
	height:30px;
	margin:0 auto;
	
}
#but-l {
	float:left;
}

#but-r {
	float:right;
}
#regform .button {
	/*float:none;*/
	display:block;
	margin:0 auto;
	padding:5px;
	width:140px;
	height:40px;
	background:#226688;	
	border:2px solid #334455;
	font-family: "Open Sans", sans-serif;
	font-size: 1.2em;
	font-weight:600;
	color:#fff;
	text-transform:uppercase; 
	cursor:pointer;
	border-radius:5px;
}
#regform .button.wide {
	width:auto;
	padding:5px 10px;
}
#regform .button-pay {
	display:block;
	margin:0 auto;
	padding:5px;
	height:40px;
	background:#226688;	
	border:2px solid #334455;
	font-family: "Open Sans", sans-serif;
	font-size: 1.2em;
	font-weight:600;
	color:#fff;
	text-transform:uppercase; 
	cursor:pointer;
	border-radius:5px;
}
#regform .button:hover, 
#regform .button-pay:hover  {
	background:#d45e00;	
	color:#fff;
}
.form_table{
	width:100%;
	max-width:900px;
	border-collapse: collapse;
	border: 1px solid #e4e4e4;
	background:#f9f9f9;
	text-align:left;
	margin: 10px 0 0 10px;
}
.form_table td {	
	padding:10px;
}
.rw {
	border-bottom:1px solid #a0a0a0;
}
.rws {
	border-bottom:1px solid #a0a0a0;
	border-right:1px solid #a0a0a0;
	font-size: 1em;
}
.small {
	font-size: 11px;
	font-weight:normal;
	line-height:10px;
}
.cl {
	clear:left;
}
.clear {
	clear:both;
}
a{
	color: #0e3252;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a:active{
	color:#d45e00;
	text-decoration:none;
}
.disclaimer {
	/*border: 3px solid #e98a22;*/
	border-top: 3px solid #e98a22;
	/*border-radius:5px;*/
	padding: 0 10px 15px 11px;
	margin:15px 0 25px;
	text-align:center;
}

.disclaimer p {
	font-size:1em;
	line-height:1.2em;
	margin-top:1em;
}

#recording {	
	/*border: 3px solid #e98a22;*/
	border-top: 3px solid #e98a22;
	/*border-radius:5px;*/
	padding: 0 10px 15px 11px;
	/*background: #f5f5f5;*/
	/*font-size:1em;*/
	margin:15px 0 25px;
	text-align:center;
}

#conduct {	
	/*border: 3px solid #e98a22;*/
	border-top: 3px solid #e98a22;
	/*border-radius:5px;*/
	padding: 0 10px 15px 11px;
	/*background: #f5f5f5;*/
	/*font-size:1em;*/
	margin:15px 0 25px;
	text-align:center;
}

#recording p,
#conduct p {
	font-size:1em;
	line-height:1.4em;
	margin-top:1em;
}

.highlighted {
  
}

form #print-button {
  box-sizing: border-box;
	display: block;
	padding: 5px;
	height: 40px;
	background: #226688;	
	border: 2px solid #334455;
	font-family: "Open Sans", sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase; 
	cursor: pointer;
	border-radius: 5px;
}

#clear, #valid {
	padding:5px;
	min-width:70px;
	height:35px;
	background:#ccc;	
	border:1px solid #333;
	font-family: "Open Sans", sans-serif;
	color:#000;
	font-weight:600;
	cursor:pointer;
	margin-right:10px;
	border-radius:5px;
}
#clear:hover, #valid:hover {
	background:#d45e00;	
	color:#fff;
}

/* MEDIA */

@media screen and (max-width:980px) {	
	.wrapper {
		width: 98%;
	}
	#ccac-logo {
		width: 99%;
	}	
	.drop {
		display:none;
	}
	.form_table{
		margin: 10px 0 0 0;
	}	
}

@media screen and (max-width:760px) {	
	#header {
		height:auto;
	}	
}

@media screen and (max-width:680px) {	
  #header.pfour {
    height: auto;
  }
  .wrapper-s {
    width: 96%;
  }
	footer {
		font-size:0.9em;
		line-height:1.4em;
	}
	footer #info {
		padding:5px 0;
	}
	footer .logo {
		float:none;
		width:100%;
		text-align:center;
	}
	footer .address {
		float:none;
		width:100%;
		text-align:center;
		padding-top:10px;
	}
	.cl {
		display:none;
	}
  h5 {
    font-size: 1.2em;
  }
}

@media all and (max-width:610px) {  
	#ccac-logo {
		visibility:hidden; 
   	position: absolute;
   	top: -9999px;
    left: -9999px;
	}
	#ccac-logo-media {
		visibility:visible;
		position:relative;
		top:auto;
		left:auto;
		margin:0;    
		width: auto;
    max-width:100%;
    height:auto;
    max-height:100px;
	}
	.logo-media {
		background:url(../images/CCAC-logo-CCPA-sm.png);
		width: 100%;
		height: 0;
		padding-top: 17%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;	
	}	
	#NW-header h1 {
		font-size:1.2em;
		line-height:1.4em;
		padding:5px 0 4px;
	}
	#NW-header .drop1 {
		display:none;
	}
	#NW-header .drop2 {
		display:contents;
	}	
	fieldset h3 {
		font-size:1.4em;
	}
}

@media all and (max-width:430px) {
	fieldset h3 .lang-fr{	
		font-size:0.9em;
	}
}

@media all and (max-width:400px) {
  
  filedset {
    padding: 5px;
  }
	fieldset h3 {	
		font-size:1.5em;
		margin: 5px 0;	
	}
	fieldset p, fieldset ul, fieldset a, fieldset a:hover {	
		font-size: 1em;
	}
  #seances {
    font-size: 1em;
  }
	.an-hide {
		display: none;
	}
	#regform .button {
		font-size:1.1em;
  }		
}