@import url('https://fonts.googleapis.com/css?family=Roboto:400,900');

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


.showmobile {
  display: none;
}

/**************************contact**********/


#contenu #form12 .wdform-field, #contenu #form12 .wdform_section {
  display: block !important;
}
#contenu #form12 .wdform_column {
  float: none !important;
}
#contenu #form12 .wdform-field, #contenu #form12 .wdform-element-section {
  width: 100% !important;
  min-width: 75px !important;
  max-width: 100% !important;
}


#contenu #form12 input[type="text"] {
  padding: 10px 15px !important;
  border: 0 !important;
  height: auto !important;
   
}
#contenu #form12 input[type="text"], #contenu #form12 textarea {
background-color: #fff;
	font-size: 14px;
  position: relative;
}


#contenu #form12 .wdform_page {
  padding : 0 !important;
}


#contenu #form12 textarea {
  border: 0 !important;
  padding: 10px 15px !important;
}

#contenu #form12 .button-submit {
    position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
  color: #fff !important;
  background: #3c3f99;
  line-height: 1.2 !important;
  height: auto !important;
font-size: 16px !important;
  text-transform: uppercase;
   -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#contenu #form12 .button-submit:hover {
color: #fff !important;
  box-shadow: none !important;
  background: #222222;
}


/***************/

.bleu-clair {
	color: #1775bb;
}

.bleu-fonce {
  color: #3c3f99;
}

div.inter {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#global {
  position: relative;
  width: 100%;
}
#header-pcsis {
  position: relative;
  width: 100%;
}
#logo-pcsis {
   position: absolute;
  width: 15%;
  max-width: 200px;
  height: 270px;
  top: 0;
  left: 20px;
  background: #fff;
  padding: 20px;
  -moz-box-shadow: 0px 0px 5px 0px #000;
-webkit-box-shadow: 0px 0px 5px 0px #000;
-o-box-shadow: 0px 0px 5px 0px #000;
box-shadow: 0px 0px 5px 0px #000;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=NaN, Strength=5);
  z-index: 999;
  
}
#logo-pcsis img {
position: absolute;
  width: -moz-calc(100% - 40px);
   width: -webkit-calc(100% - 40px);
   width: calc(100% - 40px);
  bottom: 20px;
  left: 0;
  margin: 0 20px;
}

#bandeau {
  position: relative;
  width: 100%;
  height: 250px;
  background-image: url(../images/version1/fond-bandeau.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#bandeau2 {
  position: relative;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1772b7+0,332762+100 */
background: #1772b7; /* Old browsers */
background: -moz-linear-gradient(left, #1772b7 0%, #332762 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1772b7 0%,#332762 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1772b7 0%,#332762 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1772b7', endColorstr='#332762',GradientType=1 ); /* IE6-9 */
padding: 10px;
}
#bandeau2 .moduletable {
  position: relative;
  width: 50%;
  margin: 5px auto;
  text-align: center;
  color: #fff;
}
#bandeau2 .moduletable p {
  margin: 5px 0;
}
#bandeau2 .moduletable-boutons {
  position: absolute;
  max-width: 24%;
  top: 0px;
  right: 10px;
}
#bandeau2 .moduletable-boutons p {
margin: 0 0 8px;
}
#bandeau2 .moduletable-boutons a {
  display: block;
  -moz-box-shadow: 0px 0px 3px 0px #000;
-webkit-box-shadow: 0px 0px 3px 0px #000;
-o-box-shadow: 0px 0px 3px 0px #000;
box-shadow: 0px 0px 3px 0px #000;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=NaN, Strength=3);
}
#bandeau2 .moduletable-boutons a:hover {
  -moz-box-shadow: 0px 0px 1px 0px #000;
-webkit-box-shadow: 0px 0px 1px 0px #000;
-o-box-shadow: 0px 0px 1px 0px #000;
box-shadow: 0px 0px 1px 0px #000;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=NaN, Strength=1);
}

#contenu {
  position: relative;
  width: 100%;
}
#contenu-int {
  position: relative;
  width: 85%;
  margin-left: 15%;
  padding: 20px 20px 20px 40px;
  min-height: 650px;
}

#centre {
position: relative;
  width: 100%;
}
#centre.small {
  width: 60%;
  padding-right: 10px;
  float: left;
}
#droite {
  position: relative;
  float: left;
  width: 40%;
  padding-left: 10px;
}

#partenaires {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 10px 10px 10px 16%;
  margin-bottom : 20px;
}
#partenaires img {
  margin: 0 1%;
}

#menu-pcsis {
  position: absolute;
  width: 15%;
  max-width: 200px;
  top: -20px;
  left: 20px;
  padding: 50px 0 20px;
  background: #fff;
  -moz-box-shadow: 0px 0px 5px 0px #000;
-webkit-box-shadow: 0px 0px 5px 0px #000;
-o-box-shadow: 0px 0px 5px 0px #000;
box-shadow: 0px 0px 5px 0px #000;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=NaN, Strength=5);
  z-index: 999;
   height: -moz-calc(100% + 40px);
   height: -webkit-calc(100% + 40px);
   height: calc(100% + 40px);
}
#pied {
  position: relative;
  width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1772b7+0,332762+100 */
background: #1772b7; /* Old browsers */
background: -moz-linear-gradient(left, #1772b7 0%, #332762 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1772b7 0%,#332762 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1772b7 0%,#332762 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1772b7', endColorstr='#332762',GradientType=1 ); /* IE6-9 */
  padding: 10px;
  color: #fff;
  border-top: 5px solid #fff;
  z-index: 999;
}
#pied2 {
  position: relative;
  width: 100%;
background: #1772b7;  
  padding: 5px 10px;
  text-align: center;
  color: #fff;
}
#pied2 a {
  color: #fff;
}
#pied2 p {
  margin: 0;
}


/******************menu**************************************/

div#maximenuck88 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck88 ul.maximenuck li.maximenuck.level1 > span.separator {
  text-align: right;
  padding: 6px 20px;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #3c3f99;
  margin: 2px 0;
  font-family: 'Roboto', sans-serif;
}

div#maximenuck88 ul.maximenuck li.maximenuck.level1.active > a, div#maximenuck88 ul.maximenuck li.maximenuck.level1.active > a:hover, div#maximenuck88 ul.maximenuck li.maximenuck.level1 > a:hover, div#maximenuck88 ul.maximenuck li.maximenuck.level1 > span.separator:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1775bb+0,4c82c3+9,e5eaf6+57,ffffff+100 */
background: #1775bb; /* Old browsers */
background: -moz-linear-gradient(left, #1775bb 0%, #4c82c3 9%, #e5eaf6 57%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1775bb 0%,#4c82c3 9%,#e5eaf6 57%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1775bb 0%,#4c82c3 9%,#e5eaf6 57%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1775bb', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  color: #3c3f99;
  font-weight: 900;
}


#menu-pcsis .moduletable-partner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}

/*************************************footer*******************/
#pied a {
  color: #fff;
}
#pied .place-card {
display: none;
}

/***************************diaporama*******************/

.camera_commands {
  display: none;
}

.camera_caption > div {
  background: none;
}

#camera_wrap_89 .camera_caption > div div.camera_caption_title {
  text-align: right;
  text-transform : uppercase;
  font-size: 1.8em;
  line-height: 100%;
  text-shadow: 0px 0px 2px black;
}
#camera_wrap_89 .camera_caption > div div.camera_caption_desc {
  text-align: right;
  font-size: 1em;
  text-shadow: 0px 0px 2px black;
}

/****************************************************/
                

img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.itemid-118 img {
  max-width: 100% !important;
}

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
  font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #5c5c5c;
	background-color: #e7e7e8;
}
a {
	color: #3c3f99;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #1775bb;
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 9px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #3c3f99;
	text-rendering: optimizelegibility;
}


h1 {
	font-size: 28px;
  line-height: 32px;
}
h2 {
	font-size: 24px;
  line-height: 28px;
}
h3 {
	font-size: 20px;
  line-height: 24px;
}
h4 {
	font-size: 18px;
  line-height: 24px;
}
h5 {
	font-size: 16px;
  line-height: 20px;
}
h6 {
	font-size: 14px;
  line-height: 18px;
}

.page-header {
	margin: 9px 0;
}
ul,
ol {
	padding: 0;
	margin: 0 0 9px 25px;
}

li {
	line-height: 18px;
}

hr {
	margin: 15px 0;
	border: 0;
	height: 2px;
  background: #fff;
}
p {
  margin: 10px 0;
}
b, strong {
  font-weight: 900;
}

@media (max-width: 1100px) {
  
  div#maximenuck88 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck88 ul.maximenuck li.maximenuck.level1 > span.separator {
    font-size: 1em;
    padding: 5px 10px;
  }
  #partenaires img {
    max-height: 30px;
    width: auto;
  }
  
  #menu-pcsis .moduletable-partner {
    padding: 20px 10px;
    font-size: 0.9em;
  }
  
	
}

@media (max-width: 980px) {
  
  #bandeau {
    height: 180px;
  }
  #logo-pcsis {
    height : 200px;
    padding: 10px;
  }
  #logo-pcsis img {
    width: calc(100% - 20px);
bottom: 15px;
margin: 0 10px;
  }
  
  #bandeau2 .moduletable {
    width: 60%;
  }
  #bandeau2 .moduletable-boutons {
    max-width: 18%;
top: 10px;
right: 0;
  }
  
}

@media (max-width: 815px) {
  
  #logo-pcsis {
    left: 0;
    width: 120px;
  }
  #contenu-int {
    padding: 20px 10px;
    width: calc(100% - 120px);
    margin-left: 120px;
  }
  #menu-pcsis {
    left: 0;
    width: 120px;
  }
  
  body {
    font-size: 12px;
  }
  #pied {
    padding: 5px;
    font-size: 0.9em;
  }
  div#maximenuck88 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck88 ul.maximenuck li.maximenuck.level1 > span.separator {
    font-size: 0.9em;
  }
  
  #partenaires img {
    margin : 5px 1%;
  }
  #partenaires p {
    margin: 0;
  }
 
  
}

@media (max-width: 768px) {
  
  #logo-pcsis {
    height: 180px;
    top:-40px;
  }
  #contenu-int {
    width: 100%;
    margin-left: 0;
  }
  
#bandeau2 .moduletable {
    position: relative;
    margin: 5px 0;
    text-align: left;
  padding-left: 0;
  width: 100%;
  }
  #bandeau2 .moduletable p {
    text-align: left !important;
}

  #bandeau2 .moduletable-boutons {
    max-width: 175px;
    top: -80px;
    right: 0;
  }
  
  .showmobile {
  display: block;
}
  .hidemobile {
  display: none;
}
  
  #menu-pcsis2.showmobile {
    position: relative;
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 5px 0;
  }
  
  
}

@media (max-width: 640px) {

  #centre.small {
    width: 100%;
    padding-right: 0px;
    float: none;
}
#droite {
  display: none;
}
  
  #partenaires {
    padding: 10px;
  }
  
  #contenu-int {
    padding: 20px;
  }
  
  #contenu table td, #pied table td {
    display: inline-block;
    width: 100% !important;
  }
  
  body {
    font-size: 14px;
  }
  #pied {
    padding: 5px;
    font-size: 1em;
  }
  
}