/* POLICES */
.defaultPolice {
  font-family: "proxima-nova-extra-condensed", "Open Sans Condensed", sans-serif;
  font-size: 18px;
}
.proximaLight {
  font-style: normal;
  font-weight: 300;
}
/*strong {
	font-family: "proxima-nova","Open Sans Condensed",sans-serif;
	font-style: normal;
	font-weight: bold;
}
*/
body {
  display: flex;
  flex-direction: column;
}
body a {
  color: #4D9BAF;
  text-decoration: none !important;
}
body a:hover {
  text-shadow: 1px 1px 2px rgba(77, 155, 175, 0.5);
}
body span {
  text-decoration: none !important;
}
body footer {
  margin-top: auto;
}
body main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  font-family: "Helvetica Neue", helvetica, Arial, sans-serif;
}
body main #formSendMail {
  display: flex;
  flex-direction: column;
  padding: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
}
body main #formSendMail input[type="text"],
body main #formSendMail textarea {
  max-width: 960px;
  width: 100%;
  border: none;
  margin-bottom: 10px;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  height: 30px;
  line-height: 30px;
  color: #525252;
  background-color: #FFF;
  padding: 0 5px;
}
body main #formSendMail input[type="submit"] {
  clear: both;
  background-color: #4E9DB1;
  padding: 5px 8px;
  color: #ededed;
  border: none;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  float: right;
  cursor: pointer;
  font-size: 18px;
  opacity: 0.8;
}
body main #formSendMail input[type="submit"]:hover {
  opacity: 1;
}
body main #formSendMail textarea {
  resize: none;
  height: 100px;
  line-height: normal;
  padding: 5px;
}
body main h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #143556;
  text-align: center;
}
body main section {
  margin: 20px 0;
  padding: 20px 100px;
  border-top: solid 1px rgba(20, 53, 86, 0.2);
}
body main section#lxqSection {
  padding: 20px 50px;
}
body main section p,
body main section div,
body main section strong {
  font-size: 13px;
  font-family: "Helvetica Neue", helvetica, Arial, sans-serif;
}
body main section p:not(div):first-child,
body main section div:not(div):first-child,
body main section strong:not(div):first-child {
  margin-top: 0 !important;
}
body main section article.mediaFlex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
body main section article.mediaFlex.centerContent {
  justify-content: center;
}
body main section article.mediaFlex.centerVertical {
  align-items: center;
}
body main section article.mediaFlex img {
  margin-bottom: 15px;
}
body main section article.mediaFlex div.grpText {
  padding-left: 10px;
  padding-right: 10px;
}
body main section article.mediaFlex div.grpText.fillContent {
  flex-grow: 2;
}
body main section article.mediaFlex div.logoContent {
  width: 200px;
  height: 61px;
  display: flex;
  align-items: center;
}
body main section article.mediaFlex div.grpVertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main section article.mediaFlex div.grpVertical.fillContent {
  flex-grow: 2;
}
body main section article.mediaFlex#principalParcours {
  flex-wrap: wrap;
  width: 100%;
  max-width: 943px;
  margin: auto;
}
body main section article.mediaFlex#principalParcours img {
  max-height: 313px;
  height: 100%;
  margin-bottom: 15px;
}
body main section article.mediaFlex#principalParcours iframe {
  max-width: 943px;
  height: 511px;
  width: 100%;
}
@media screen and (max-width: 1160px) {
  main section {
    padding: 20px 10px !important;
  }
  main section article.mediaFlex {
    justify-content: center !important;
  }
}
@media screen and (max-width: 960px) {
  main section article.mediaFlex:not(.principalParcours):not(.noWrap) {
    flex-wrap: wrap;
  }
  main section img {
    max-width: 98%;
  }
  main section article.mediaFlex#principalParcours iframe {
    height: 200px !important;
  }
}
