/*!* ResponsiveBoilerplate v2.3.2 - 2014-06-24. 
* Author: Fernando Monteiro - Licensed under MIT license.
*/
/*WARNING: Never change the CSS files. Use the respective LESS files,
otherwise your work here will be cleaned on next Grunt.js build*/

/* #Reset
================================================================================================= */

html,
body,
div,
span,
applet,
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ClearFix
=============================================================================================== */

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

body > .clearfix {
  zoom: 1;
}

/* Media - Fluid Images - Video
============================================================================================== */

figure {
  margin: 0;
}

img,
object,
embed,
video {
  max-width: 100%;
}

body > img,
object,
embed,
video {
  width: 100%;
}

/* Fluid images */

img {
  height: auto;
  vertical-align: middle;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  -ms-interpolation-mode: bicubic;
}

/* Correct IE9 overflow */

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

/* Avoid Google maps broken with max-width 100% */
#google-maps iframe
{
	pointer-events: none;
}

img[src*="maps.gstatic.com"],
img[src*="googleapis.com"] {
  max-width: none;
}

/*pied */
.miseforme1
{
		color:gray;
		text-decoration: none;
}

.miseforme1:hover
{
	color:gray;
	text-decoration: underline;
}

.inline-block-center {
  text-align: center;
}
.inline-block-center div {
  display: inline-block;
  margin: 20px 40px 0px 40px;
  vertical-align: top;
  text-align: left;
}

/* Links (No outline borders)
============================================================================================== */

a:focus {
  outline: 0;
}

/* Grid Columns
================================================================================================*/
/*We strong recommend use the container tag one time only, just to center your grids on the page*/

.container {
  /*padding-right: 20px;
  padding-left: 20px;*/
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

/* Fluid Default grid for 1024px screen resolution, grid based for 940px*/

.content {
  width: 100%;
}

.content:before,
.content:after {
  display: table;
  line-height: 0;
  content: "";
}

.content:after {
  clear: both;
}

.content [class*="col"] {
  float: left;
  /*margin-left: 2.127659574468085%;*/
  /*margin-left: 2.074468085106383%;*/
}

.content [class*="col"]:first-child {
  margin-left: 0;
}

.content .col12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.content .col11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.content .col10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.content .col9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.content .col8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.content .col7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.content .col6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.content .col5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.content .col4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.content .col3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.content .col2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.content .col1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/* Menu */
/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
    height: 71px;
    line-height: 71px;
}

ul.topnav li.cacher {
    padding: 14px;
	padding-left: 5px;
	padding-right: 5px;
    height: 71px;
    line-height: 71px;
}

/* Change background color of links on hover */
ul.topnav li.afficher a:hover {background-color: #111; color: #fff;}

.inscription{
	width: 45%;
	/*display: inline-block;*/
	margin:auto;
	margin-bottom: 20px;
}

.succes, .attention, .erreur {

	border: 1px solid;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.info {
	color: #00529B;
	/*background-color: #BDE5F8;*/
	/*background-image: url('images/info.png');*/
}
.succes {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/succes.png');
  text-align:left;
}
.attention {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/attention.png');
  text-align:left;	
}
.erreur {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/erreur.png');
  text-align:left;	
}

::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;  
}
::-moz-placeholder {
   font-style: italic;  
}
:-ms-input-placeholder {  
   font-style: italic; 
}

/* >768px
============================================================================================== */
@media (min-width: 769px) {
  .content {
    width: 100%;
  }
  .content:before,
  .content:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .content:after {
    clear: both;
  }
  .content [class*="col"] {
    float: left;
    /*margin-left: 1.694915254237288%;*/
    *margin-left: 1.641723764875586%;
  }
  .content [class*="col"]:first-child {
    margin-left: 0;
  }
  .content .col12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .content .col11 {
    width: 91.52542372881356%;
    *width: 91.47223223945186%;
  }
  .content .col10 {
    width: 83.0508474576271%;
    *width: 82.99765596826539%;
  }
  .content .col9 {
    width: 74.57627118644066%;
    *width: 74.52307969707896%;
  }
  .content .col8 {
    width: 66.10169491525423%;
    *width: 66.04850342589252%;
  }
  .content .col7 {
    width: 57.6271186440678%;
    *width: 57.5739271547061%;
  }
  .content .col6 {
    width: 49.152542372881356%;
    *width: 49.099350883519655%;
  }
  .content .col5 {
    width: 40.677966101694906%;
    *width: 40.624774612333205%;
  }
  .content .col4 {
    width: 32.20338983050847%;
    *width: 32.15019834114677%;
  }
  .content .col3 {
    width: 23.728813559322035%;
    *width: 23.675622069960333%;
  }
  .content .col2 {
    width: 15.254237288135592%;
    *width: 15.20104579877389%;
  }
  .content .col1 {
    width: 6.779661016949152%;
    *width: 6.72646952758745%;
  }
  
  /* Menu */
  /* Hide the list item that contains the link that should open and close the topnav on small screens */
  ul.topnav li.icon {display: none;}
  
}

/* <=640px
============================================================================================== */
@media (max-width: 640px) {
	#imgplanning{display: none;}
	
	.inscription{
	width: 75%;
	margin: auto;
	margin-bottom: 20px;
}

/* <=1230px
============================================================================================== */
@media (max-width: 1230px) {
    ul.topnav li.cacher {display: none;}
}

/* <=1180px
============================================================================================== */
@media (max-width: 1180px) {
  body {
    font-size: 1.0;
    -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content {
    width: 100%;
  }
  [class*="col"],
  .content [class*="col"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .col12,
  .content .col12 {
    width: 100%;
  }
  
  /*Menu */
    ul.topnav li:not(:first-child) {display: none;} 
    ul.topnav li.icon {
    float: right;
    display: inline-block;  
  }
  
    /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */

    ul.topnav.responsive {position: relative;}
    ul.topnav.responsive li.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    ul.topnav.responsive li {
      float: none;
      display: inline;
    }
    ul.topnav.responsive li a {
      display: block;
      text-align: left;
    }
    ul.topnav.responsive li.afficher a
	{
      height: 20px;
      line-height: 20px;
    }
	
	ul.topnav li.cacher {display: none;}
	ul.topnav li.cacher2 {display: none;}
	
	ul.topnav.responsive li span{font-size:0.7em;}
}

    .google-maps {
        position: relative;
        padding-bottom: 25%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }