@charset "UTF-8";
/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

body {
  background: url(./img/bg_body.jpg) repeat-x center top #fff;
  font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.nav ul li.current-menu-ancestor a,
.nav ul li.current-menu-parent a {
  background-color: #0e4e7f;
  color: #fff; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04a4cc; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  /*border: 1px solid red;*/ }

/* header */
.header {
  padding-bottom: 20px;
  padding-top: 10px; }

/* logo */
.logo {
  float: left;
  margin-top: 0; }

/* nav */
.nav {
  width: 885px;
  height: 80px;
  margin-left: 142px;
  line-height: 77px;
  padding-top: 60px; }

#mobile-toggle {
  display: none; }

#mobile-toggle span {
  display: none; }

#mobile-toggle span.active {
  display: block; }

/* sidebar */
/* footer */
.footer {
  background-color: #0e4e7f; }

.footer .wrapper {
  padding-top: 20px;
  padding-bottom: 20px; }

article p {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #818e99;
  line-height: 24px;
  color: #818e99;
  margin: 25px 0; }

.headbandblue {
  background-color: rgba(8, 73, 123, 0.8);
  height: 160px; }

#homeheadband {
  background: url(./img/bg_catalogue.jpg) no-repeat center top #0c84c4;
  background-size: cover;
  height: 560px; }

#homeheadbandopacity {
  background-color: rgba(22, 143, 201, 0.85);
  width: 100%;
  height: 100%; }

#homeheadband .part {
  border-left: 1px solid #c0e0f8;
  float: left;
  height: 100%;
  text-align: center;
  width: 20%;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
  line-height: 560px; }

#homeheadband .part span {
  display: block;
  width: 84%;
  margin-left: 8%; }

#homeheadband .part .partfixe {
  max-height: 999px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  position: relative; }

#homeheadband .part .partfixe div {
  /* border: 1px solid red;*/
  height: 320px;
  width: 100%;
  display: inline-block;
  line-height: 32px; }

#homeheadband .part .partfixe div span img {
  margin-bottom: 35px; }

#homeheadband .part .parthover {
  max-height: 0px;
  height: 100%;
  display: block;
  background-size: cover;
  line-height: normal;
  padding-top: 10px;
  position: relative; }

#homeheadband .part .separator {
  height: 5px;
  position: absolute;
  bottom: 0; }

.parthover .entete {
  background-color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  margin-left: 4%;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 92%;
  padding-left: 10px;
  padding-right: 10px; }

.parthover .entete img {
  margin-bottom: 10px; }

.parthover .chapeau {
  background-color: rgba(255, 255, 255, 0.94);
  color: #818e99;
  font-size: 14px;
  margin-left: 4%;
  width: 92%;
  padding-left: 10px;
  padding-right: 10px;
  padding-right: 30%;
  text-transform: none;
  height: 105px;
  text-align: left;
  padding-top: 15px; }

#homeheadband .part:hover .partfixe {
  overflow: hidden;
  display: block;
  margin-top: -320px; }

#homeheadband .part:hover .parthover {
  max-height: 9999px; }

#homeheadband .part:hover .parthover .chapeau {
  position: absolute;
  bottom: 10px; }

#homeheadband .part:hover .parthover .formationplus {
  position: absolute;
  bottom: 0;
  right: -1px; }

/*
#homeheadband .part .partfixe{
    overflow: hidden;
    display: block;
    margin-top: -320px;
}

#homeheadband .part .parthover{
    max-height:9999px;
}*/
#bandebleu {
  width: 100%;
  height: 20px;
  background-color: #08497b; }

#headbandnews {
  background: url(./img/bg_actu.jpg) repeat-x center top #fff;
  height: 220px;
  margin-bottom: 2px; }

.breadcrumbs {
  color: #fff;
  border-bottom: 1px solid #000;
  padding: 10px; }

.breadcrumbs a {
  color: #c0e0f8; }

h1 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  margin-top: 10px;
  text-align: center; }

h2 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #0275ad;
  line-height: 30px; }

h3 {
  border-bottom: 1px solid #0f2238;
  border-top: 1px solid #0f2238;
  display: inline;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  color: #0f2238;
  line-height: 30px;
  padding-bottom: 5px;
  padding-top: 5px; }

.wrapperh3 {
  margin: 35px 0;
  text-align: center; }

nav.nav ul {
  margin: 0;
  background: url(./img/bg_menu.png) no-repeat center top transparent; }

nav.nav ul li {
  display: inline-block;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #0e4e7f;
  text-transform: uppercase;
  line-height: normal;
  margin: 0 0 0 -3px;
  vertical-align: middle;
  background: url(./img/menu_li.jpg) no-repeat left center #fff; }

nav.nav ul li i {
  display: none; }

nav.nav ul li:first-child {
  background-image: none; }

nav.nav ul li a {
  color: #0e4e7f;
  display: inline-block;
  line-height: 61px;
  margin-left: 2px;
  padding: 0 10px;
  font-family: 'Titillium Web', sans-serif; }

nav.nav ul li.current-page-parent a,
nav.nav ul li.current_page_item a,
nav.nav ul li:hover a {
  background-color: #0e4e7f;
  color: #fff; }

nav.nav ul li:hover ul.sub-menu {
  display: block; }

nav.nav ul ul.sub-menu {
  background-color: #0e4e7f;
  background-image: none;
  display: none;
  margin-left: 2px;
  padding: 0 0 10px 3px;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  -moz-box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#88a6b6, Direction=134, Strength=8); }

nav.nav ul ul.sub-menu li {
  background-color: transparent;
  background-image: none;
  display: block;
  font-size: 15px;
  text-transform: none; }

nav.nav ul ul.sub-menu li:hover a,
nav.nav ul ul.sub-menu li:hover {
  background-color: #0a3659;
  color: #c0e0f8; }

nav.nav ul ul.sub-menu a {
  background-color: #0e4e7f;
  border-bottom: 1px solid #c0e0f8;
  color: #fff;
  font-weight: 600;
  margin: 0 10px;
  padding: 10px 0;
  line-height: normal;
  width: 96%; }

nav.nav ul ul.sub-menu li:last-child a {
  border: 0px; }

#menu-menu-bas {
  text-align: center;
  width: 100%;
  font-family: 'Titillium Web', sans-serif; }

.copyright {
  padding-top: 20px;
  border-top: 1px solid #c0e0f8; }

#menu-menu-bas li {
  display: inline-block;
  padding: 0 10px;
  background: url(./img/bg_menu_footer.png) no-repeat left center transparent; }

#menu-menu-bas li:first-child {
  background-image: none; }

.copyright a,
#menu-menu-bas li a {
  color: #c0e0f8;
  font-size: 15px; }

.copyright a:hover,
#menu-menu-bas li a:hover {
  color: #74bdee;
  text-decoration: underline; }

.copyright {
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px; }

#logotfooter {
  float: left;
  position: absolute;
  top: -14px; }

#bandeaubleuhome {
  background: url(./img/bg_bandeau_home.jpg) repeat-x center top transparent;
  height: 156px;
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  line-height: 175px; }

#bandeaubleuhome p {
  margin-top: 0;
  height: 100%;
  color: #fff;
  font-size: 35px;
  vertical-align: middle;
  display: inline-block;
  line-height: 35px; }

#bandeaubblanchome {
  height: 180px; }

.page article {
  /*padding-right: 50px;*/ }

/*------------------------------------*\
    PARTIES
\*------------------------------------*/
#lastactu {
  padding-top: 10px;
  width: 630px;
  float: left;
  margin-right: 55px; }

#lastactutitle {
  border-bottom: 1px solid #cfeaff;
  color: #cfeaff;
  display: inline-block;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%; }

#lastactu .readmore {
  background: url(./img/btn_actu_footer.png) no-repeat left top transparent;
  width: 334px;
  height: 40px;
  display: block;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  color: #0e4e7f;
  font-size: 16px;
  line-height: 40px;
  margin: 0 auto;
  text-transform: uppercase; }

#lastactu .readmore:hover {
  background-position: 0px -40px;
  color: #fff; }

#lastactu p {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin-top: 0; }

.thumbnail {
  float: left;
  position: relative;
  width: 142px; }

#lastactu .thumbnail:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 73, 123, 0.7); }

.thumbnail img {
  max-width: 141px;
  height: auto;
  max-height: 141px;
  width: auto; }

.postintro.thumb {
  margin-left: 150px; }

#linkallposts {
  background: url(./img/picto_all_posts.png) no-repeat left top transparent;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  display: block;
  float: right; }

#linkallposts:hover {
  background-position: 0px -28px; }

#btndiscoverformations,
#btndiscoversdateformations {
  color: #0e4e7f;
  display: block;
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  font-weight: 600;
  height: 116px;
  margin-top: 30px;
  padding-left: 180px;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
  width: 460px; }

#btndiscoverformations {
  background: url(./img/btn_discover_formations.png) no-repeat left top transparent;
  float: left; }

#btndiscoversdateformations {
  background: url(./img/discover_dates_formations.png) no-repeat left top transparent;
  float: right; }

#btndiscoverformations:hover,
#btndiscoversdateformations:hover {
  background-position: 0px -116px;
  color: #fff; }

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.bottomsingleinfos {
  border-bottom: 1px solid #0e4e7f;
  border-top: 1px solid #0e4e7f;
  color: #0e4e7f;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  line-height: 37px;
  padding-top: 5px; }

.bottomsingleinfos .addthis_toolbox,
.addthis_toolbox.formation {
  float: right; }

#pagebottomreussirensemble {
  border-top: 1px solid #c0e0f8;
  margin-bottom: 10px;
  text-align: right; }

.pagination {
  padding: 10px 0;
  text-align: center; }

.pagination .navigation {
  display: inline-block;
  padding: 10px;
  line-height: 40px; }

.pagination a[rel~='prev'] {
  background: url(./img/btn_prev.png) no-repeat center top transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: normal;
  margin: 0 5px;
  padding: 0 10px;
  vertical-align: top; }

.pagination a[rel~='next'] {
  background: url(./img/btn_next.png) no-repeat center top transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: normal;
  margin: 0 5px;
  padding: 0 10px;
  vertical-align: top; }

.btnback {
  background: url(./img/bg_btn_back.png) no-repeat center top transparent;
  display: inline-block;
  width: 124px;
  height: 40px;
  color: #0e4e7f;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px; }

.btnback:hover,
.pagination a[rel~='prev']:hover,
.category-actualites article .ensavoirplusactu:hover,
.pagination a[rel~='next']:hover {
  background-position: 0px -40px;
  color: #fff; }

.category-actualites article {
  border-bottom: 1px solid #0e4e7f;
  position: relative;
  padding-bottom: 30px; }

.category-actualites article .ensavoirplusactu {
  background: url(./img/btn_read_more_actu.png) no-repeat center top transparent;
  display: inline-block;
  width: 184px;
  height: 40px;
  color: #0e4e7f;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  position: absolute;
  right: 0;
  bottom: 30px; }

.category-actualites article .loopactuimg {
  float: left;
  margin-right: 25px;
  text-align: center;
  width: 324px; }

.category-actualites article .loopactuimg img {
  height: auto;
  max-height: 204px;
  max-width: 324px;
  width: auto; }

.category-actualites article span.date {
  bottom: 30px;
  position: absolute;
  font-family: 'Titillium Web', sans-serif;
  color: #818e99;
  font-size: 14px; }

.category-actualites .page-numbers {
  background: url(./img/bg_pagination.png) no-repeat center top transparent;
  display: inline-block;
  width: 33px;
  height: 33px;
  color: #0e4e7f;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px; }

.category-actualites .page-numbers.current,
.category-actualites .page-numbers:hover {
  background-position: 0px -33px;
  color: #fff; }

.category-actualites .pagination {
  padding: 20px 0; }

.mandatory {
  color: #009de0; }

#content .comment-form label,
.wpcf7 label {
  display: inline-block;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  width: 25%;
  color: #0e4e7f;
  text-transform: uppercase; }

span.wpcf7-form-control-wrap {
  margin-left: 5px;
  position: relative; }

#content .comment-form textarea,
#content .comment-form input,
.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 input[type='tel'],
#content .wpcf7 input[type='submit'],
.wpcf7 textarea,
.wpcf7 select {
  border: 1px solid #cfd4d8;
  border-radius: 1px;
  max-width: 100%;
  min-height: 23px;
  width: 275px; }

.wpcf7 input[type='text'].wpcf7-captchar {
  width: 202px; }

.wpcf7 input[type='tel'] {
  width: 170px; }

.wpcf7 input[type='submit'] {
  background: url(./img/btn_envoyer.png) no-repeat center top transparent;
  display: inline-block;
  width: 274px;
  height: 40px;
  color: #0e4e7f;
  font-size: 16px;
  margin-left: 240px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  border: 0px; }

.wpcf7 input[type='submit']:hover {
  background-position: 0px -40px;
  color: #fff; }

#mentionscnil {
  font-size: 12px; }

#infoscontact {
  background: transparent url("./img/bg_infocontact.png") no-repeat scroll center top;
  height: 345px;
  padding-top: 200px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 155px;
  width: 270px;
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif;
  color: #818e99; }

#infoscontact label {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: right;
  color: #0e4e7f;
  text-transform: uppercase; }

#contacttel {
  font-size: 18px; }

#map-canvas {
  height: 264px;
  width: 100%; }

#bodyContent {
  width: 250px; }

/*------------------------------------*\
    FORMATIONS
\*------------------------------------*/
.page-template-page_formations .headerformations {
  height: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative; }

.page-template-page_formations section {
  margin-top: 50px; }

.page-template-page_formations h1 {
  line-height: 40px;
  padding-top: 10px; }

.page-template-page_formations .headerformations span {
  background-color: #fff;
  display: inline-block;
  height: 92%;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  padding: 0 50px;
  position: relative;
  width: 976px; }

.page-template-page_formations .headerformations .infosformations {
  bottom: 0;
  color: #818e99;
  font-size: 16px;
  height: 45px;
  line-height: 36px;
  margin-left: 10px;
  position: absolute;
  text-align: center;
  width: 960px;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif; }

.pictoformation {
  left: -10px;
  position: absolute;
  top: 20px;
  width: 60px;
  height: auto; }

#infosbottomformation table {
  margin-left: 1px;
  width: 978px;
  text-align: center; }

#infosbottomformation table th,
#infosbottomformation table td {
  border-right: 1px solid #e4e7e9;
  border-left: 1px solid #e4e7e9;
  width: 25%; }

#infosbottomformation table th {
  border-top: 1px solid #e4e7e9;
  font-size: 30px;
  height: 70px; }

#infosbottomformation table td {
  color: #818e99;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
  height: 100px;
  border-bottom: 1px solid #e4e7e9;
  padding-top: 10px; }

.indiceforma {
  font-size: 12px;
  font-family: 'Titillium Web', sans-serif;
  color: #929da7;
  margin-bottom: 20px; }

.page-template-page_formations li {
  color: #818e99;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px; }

#infosbottomformation table td,
.page-template-page_formations article table td {
  vertical-align: top; }

.page-template-page_formations article table td:first-child {
  border-right: 1px solid #c0e0f8;
  padding-right: 20px; }

.page-template-page_formations article table td:last-child {
  padding-left: 20px;
  border-left: 1px solid #c0e0f8; }

.page-template-page_formations article ul li:before {
  content: '\f04d';
  font-family: FontAwesome;
  color: #009de0;
  margin-right: 3px;
  font-size: 1.1rem; }

.page-template-page_formations article ol {
  list-style-type: none; }

.page-template-page_formations article ol li {
  counter-increment: step-counter; }

.page-template-page_formations article ol li::before {
  background-color: #0e4e7f;
  border-radius: 3px;
  color: #fff;
  content: counter(step-counter, decimal);
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
  padding: 2px 8px; }

.page-template-page_formations article ol li {
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 30px; }

.page-template-page_formations article ol li li {
  font-weight: normal;
  margin-bottom: 5px;
  line-height: normal; }

.page-template-page_formations article ol li ul {
  margin-top: 5px; }

.page-template-page_formations article ul li,
.page-template-page_formations article ol ul,
.page-template-page_formations article ul ul {
  list-style-type: none;
  counter-increment: none; }

.page-template-page_formations ol ul li:before,
.page-template-page_formations article ul ul li:before {
  content: '\f178';
  font-family: FontAwesome;
  color: #009de0;
  margin-right: 2px;
  background-color: transparent; }

.page-template-page_formations article ul li {
  line-height: 25px; }

.page-template-page_formations .universjaune1 .headerformations {
  background-color: #f7ba01;
  color: #f7ba01; }

.page-template-page_formations .universjaune1 .headerformations .infosformations {
  border-top: 1px solid #f7ba01;
  border-color: #f7ba01; }

.page-template-page_formations .universjaune1 h1,
.page-template-page_formations .universjaune1 #infosbottomformation table td a,
.page-template-page_formations .universjaune1 .infosformations a,
.page-template-page_formations .universjaune1 .fa {
  color: #f7ba01; }

.page-template-page_formations .universjaune1 #infosbottomformation table td a,
.page-template-page_formations .universjaune1 .infosformations a {
  text-decoration: underline; }

.page-template-page_formations .universjaune1 #infosbottomformation table th {
  background-color: rgba(247, 186, 1, 0.1); }

.page-template-page_formations .universjaune1 #infosbottomformation {
  border-top: 10px solid #f7ba01;
  border-bottom: 10px solid #f7ba01; }

.page-template-page_formations .universjaune2 .headerformations {
  background-color: rgba(247, 186, 1, 0.6);
  color: rgba(247, 186, 1, 0.6); }

.page-template-page_formations .universjaune2 .headerformations .infosformations {
  border-top: 1px solid rgba(247, 186, 1, 0.6);
  border-color: rgba(247, 186, 1, 0.6); }

.page-template-page_formations .universjaune2 h1,
.page-template-page_formations .universjaune2 #infosbottomformation table td a,
.page-template-page_formations .universjaune2 .infosformations a,
.page-template-page_formations .universjaune2 .fa {
  color: rgba(247, 186, 1, 0.6); }

.page-template-page_formations .universjaune2 #infosbottomformation table td a,
.page-template-page_formations .universjaune2 .infosformations a {
  text-decoration: underline; }

.page-template-page_formations .universjaune2 #infosbottomformation table th {
  background-color: rgba(247, 186, 1, 0.6); }

.page-template-page_formations .universjaune2 #infosbottomformation {
  border-top: 10px solid rgba(247, 186, 1, 0.6);
  border-bottom: 10px solid rgba(247, 186, 1, 0.6); }

.page-template-page_formations .universjaune3 .headerformations {
  background-color: rgba(247, 186, 1, 0.3);
  color: rgba(247, 186, 1, 0.6); }

.page-template-page_formations .universjaune3 .headerformations .infosformations {
  border-top: 1px solid rgba(247, 186, 1, 0.3);
  border-color: rgba(247, 186, 1, 0.3); }

.page-template-page_formations .universjaune3 h1,
.page-template-page_formations .universjaune3 #infosbottomformation table td a,
.page-template-page_formations .universjaune3 .infosformations a,
.page-template-page_formations .universjaune3 .fa {
  color: rgba(247, 186, 1, 0.6); }

.page-template-page_formations .universjaune3 #infosbottomformation table td a,
.page-template-page_formations .universjaune3 .infosformations a {
  text-decoration: underline; }

.page-template-page_formations .universjaune3 #infosbottomformation table th {
  background-color: rgba(247, 186, 1, 0.3); }

.page-template-page_formations .universjaune3 #infosbottomformation {
  border-top: 10px solid rgba(247, 186, 1, 0.3);
  border-bottom: 10px solid rgba(247, 186, 1, 0.3); }

.page-template-page_formations .universrose1 .headerformations {
  background-color: #e00070;
  color: #e00070; }

.page-template-page_formations .universrose1 .headerformations .infosformations {
  border-top: 1px solid #e00070;
  border-color: #e00070; }

.page-template-page_formations .universrose1 h1,
.page-template-page_formations .universrose1 #infosbottomformation table td a,
.page-template-page_formations .universrose1 .infosformations a,
.page-template-page_formations .universrose1 .fa {
  color: #e00070; }

.page-template-page_formations .universrose1 #infosbottomformation table td a,
.page-template-page_formations .universrose1 .infosformations a {
  text-decoration: underline; }

.page-template-page_formations .universrose1 #infosbottomformation table th {
  background-color: #e00070; }

.page-template-page_formations .universrose1 #infosbottomformation {
  border-top: 10px solid #e00070;
  border-bottom: 10px solid #e00070; }

.page-template-page_formations .universrose2 .headerformations {
  background-color: rgba(224, 0, 112, 0.6);
  color: rgba(224, 0, 112, 0.6); }

.page-template-page_formations .universrose2 .headerformations .infosformations {
  border-top: 1px solid rgba(224, 0, 112, 0.6);
  border-color: rgba(224, 0, 112, 0.6); }

.page-template-page_formations .universrose2 h1,
.page-template-page_formations .universrose2 #infosbottomformation table td a,
.page-template-page_formations .universrose2 .infosformations a,
.page-template-page_formations .universrose2 .fa {
  color: rgba(224, 0, 112, 0.6); }

.page-template-page_formations .universrose2 #infosbottomformation table td a,
.page-template-page_formations .universrose2 .infosformations a {
  text-decoration: underline; }

.page-template-page_formations .universrose2 #infosbottomformation table th {
  background-color: rgba(224, 0, 112, 0.6); }

.page-template-page_formations .universrose2 #infosbottomformation {
  border-top: 10px solid rgba(224, 0, 112, 0.6);
  border-bottom: 10px solid rgba(224, 0, 112, 0.6); }

.page-template-page_formations .universrose3 .headerformations {
  background-color: rgba(224, 0, 112, 0.3);
  color: rgba(224, 0, 112, 0.6); }

.page-template-page_formations .universrose3 .headerformations .infosformations {
  border-top: 1px solid rgba(224, 0, 112, 0.3);
  border-color: rgba(224, 0, 112, 0.3); }

.page-template-page_formations .universrose3 h1,
.page-template-page_formations .universrose3 #infosbottomformation table td a,
.page-template-page_formations .universrose3 .infosformations a,
.page-template-page_formations .universrose3 .fa {
  color: rgba(224, 0, 112, 0.6); }

.page-template-page_formations .universrose3 #infosbottomformation table td a,
.page-template-page_formations .universrose3 .infosformations a {
  text-decoration: underline; }

.page-template-page_formations .universrose3 #infosbottomformation table th {
  background-color: rgba(224, 0, 112, 0.3); }

.page-template-page_formations .universrose3 #infosbottomformation {
  border-top: 10px solid rgba(224, 0, 112, 0.3);
  border-bottom: 10px solid rgba(224, 0, 112, 0.3); }

.formationminteresse {
  background: transparent url("./img/bg_btn_formation_minteresse.png") no-repeat scroll center top;
  display: block;
  height: 42px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 317px;
  font-family: 'Titillium Web', sans-serif;
  margin: 10px auto 20px auto; }

.formationbouton {
  background: transparent url("./img/bg_boutons.png") no-repeat scroll center top;
  display: block;
  height: 42px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 236px;
  font-family: 'Titillium Web', sans-serif;
  margin: 10px auto 20px auto; }

.page-template-page_formations .universjaune1 .formationbouton,
.page-template-page_formations .universjaune1 .formationminteresse {
  background-position: 0 0px;
  color: #f7ba01; }

.page-template-page_formations .universjaune1 .formationbouton:hover,
.page-template-page_formations .universjaune1 .formationminteresse:hover {
  background-position: 0 -43px;
  color: #fff; }

.page-template-page_formations .universjaune2 .formationbouton,
.page-template-page_formations .universjaune2 .formationminteresse {
  background-position: 0 -86px;
  color: rgba(247, 186, 1, 0.6); }

.page-template-page_formations .universjaune2 .formationbouton:hover,
.page-template-page_formations .universjaune2 .formationminteresse:hover {
  background-position: 0 -129px;
  color: #fff; }

.page-template-page_formations .universjaune3 .formationbouton,
.page-template-page_formations .universjaune3 .formationminteresse {
  background-position: 0 -172px;
  color: rgba(247, 186, 1, 0.6); }

.page-template-page_formations .universjaune3 .formationbouton:hover,
.page-template-page_formations .universjaune3 .formationminteresse:hover {
  background-position: 0 -215px;
  color: #fff; }

.page-template-page_formations .universrose1 .formationbouton,
.page-template-page_formations .universrose1 .formationminteresse {
  background-position: 0 -258px;
  color: #e00070; }

.page-template-page_formations .universrose1 .formationbouton:hover,
.page-template-page_formations .universrose1 .formationminteresse:hover {
  background-position: 0 -301px;
  color: #fff; }

.page-template-page_formations .universrose2 .formationbouton,
.page-template-page_formations .universrose2 .formationminteresse {
  background-position: 0 -344px;
  color: rgba(224, 0, 112, 0.6); }

.page-template-page_formations .universrose2 .formationbouton:hover,
.page-template-page_formations .universrose2 .formationminteresse:hover {
  background-position: 0 -387px;
  color: #fff; }

.page-template-page_formations .universrose3 .formationbouton,
.page-template-page_formations .universrose3 .formationminteresse {
  background-position: 0 -430px;
  color: rgba(224, 0, 112, 0.6); }

.page-template-page_formations .universrose3 .formationbouton:hover,
.page-template-page_formations .universrose3 .formationminteresse:hover {
  background-position: 0 -473px;
  color: #fff; }

.formation-header {
  height: 220px;
  border: 1px solid #e4e7e9; }

.formation-header img {
  height: 218px;
  width: auto;
  display: inline-block; }

.formation-header .right {
  text-align: center;
  float: right;
  width: 280px;
  padding: 20 14px;
  background: white;
  height: 218px; }

.right p.title {
  font-family: 'Titillium Web', sans-serif;
  color: #0e4e7f;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  margin-top: 10px;
  font-weight: 400;
  line-height: 100%; }

.right .formationbouton {
  margin: 10px auto; }

/*POPUP CALENDRIER*/
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 1; }

.calendar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 10; }

.calendar-popup {
  padding: 10px;
  max-width: 815px;
  margin: 0 auto;
  background: white;
  margin-top: 100px; }

#calendar {
  max-width: 730px;
  margin: 0 auto; }

.calendar-popup h2,
h2.nomargin {
  margin: 0;
  padding-right: 36px;
  text-align: center; }

p.soustitre {
  color: #0275ad;
  font-size: 24px;
  margin: 0;
  font-weight: 300;
  font-family: 'Titillium Web', sans-serif;
  text-align: center; }

.calendar-popup .fa-close {
  float: right;
  height: 33px;
  width: 33px;
  background: url(img/bg_pagination.png);
  line-height: 33px;
  font-size: 2rem;
  text-align: center;
  color: #0275ad;
  cursor: pointer; }

.calendar-popup .fa-close:hover {
  background-position: 0 -33px;
  color: white; }

.calendar-popup .ui-datepicker {
  width: 100%;
  min-height: 285px;
  border: none; }

.calendar-popup .ui-datepicker table {
  min-height: 240px; }

.calendar-popup .ui-datepicker table td.ui-datepicker-current-day {
  background: #f1f2f4; }

.calendar-popup .ui-datepicker table td.selected.jaune1 {
  background: #f7ba01;
  color: #0e4e7f; }

.calendar-popup .ui-datepicker table td.selected.jaune2 {
  background-color: rgba(247, 186, 1, 0.6);
  color: #0e4e7f; }

.calendar-popup .ui-datepicker table td.selected.jaune3 {
  background-color: rgba(247, 186, 1, 0.3);
  color: #0e4e7f; }

.calendar-popup .ui-datepicker table td.selected.rose1 {
  background-color: #e00070;
  color: white; }

.calendar-popup .ui-datepicker table td.selected.rose2 {
  background-color: rgba(224, 0, 112, 0.6);
  color: white; }

.calendar-popup .ui-datepicker table td.selected.rose3 {
  background-color: rgba(224, 0, 112, 0.3);
  color: white; }

.calendar-popup .ui-datepicker table td {
  text-align: center;
  border: 2px solid #e4e7e9; }

.calendar-popup .ui-datepicker table td .ui-state-default,
.calendar-popup .ui-datepicker table th {
  border: none;
  background: none;
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: inherit; }

.calendar-popup .ui-datepicker table thead {
  border-left: 2px solid #f1f2f4;
  border-right: 2px solid #f1f2f4; }

.calendar-popup .ui-datepicker table th {
  background: #f1f2f4;
  padding: 5px 0; }

.calendar-popup .ui-datepicker .ui-datepicker-header {
  border: none;
  background: #0e4e7f;
  border-radius: 0;
  color: white; }

.calendar-popup .ui-datepicker-title {
  font-family: 'Titillium Web', sans-serif;
  font-size: 24px;
  font-weight: bold; }

.calendar-popup .ui-widget-header .ui-icon {
  background: none;
  color: white;
  text-indent: 0;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 2rem; }

.calendar-popup .ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-left: -16px;
  margin-top: -16px; }

.calendar-popup .ui-datepicker .ui-datepicker-prev {
  left: 10px; }

.calendar-popup .ui-datepicker .ui-datepicker-next {
  right: 10px; }

.calendar-popup .ui-datepicker .ui-datepicker-prev,
.calendar-popup .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 47px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }

.calendar-popup .ui-state-hover,
.calendar-popup .ui-widget-content .ui-state-hover,
.calendar-popup .ui-widget-header .ui-state-hover,
.calendar-popup .ui-state-focus,
.calendar-popup .ui-widget-content .ui-state-focus,
.calendar-popup .ui-widget-header .ui-state-focus {
  background: none;
  border: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.nouvelledate {
  background: transparent url("./img/btn_nouvelle_date.png") no-repeat scroll center top;
  display: block;
  height: 60px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 314px;
  font-family: 'Titillium Web', sans-serif;
  margin: 10px auto 20px auto;
  padding-top: 10px;
  color: #f7a901; }

.nouvelledate:hover {
  background-position: 0 -60px;
  color: white; }

body.page-template-page_formations section {
  position: relative; }

.peel {
  position: absolute;
  width: 356px;
  right: 0;
  bottom: 0;
  text-align: right; }

.peel a,
.peel i {
  position: relative;
  display: inline-block;
  color: #0e4e7f;
  font-size: 20px;
  vertical-align: bottom; }

.peel > a {
  width: 240px; }

body.page-template-page_formations .peel i.fa {
  line-height: 56px;
  color: #0e4e7f; }

.peel:after {
  content: '';
  position: absolute;
  display: block;
  width: 356px;
  height: 118px;
  right: 0;
  bottom: -12px;
  background: url(img/peel.png) no-repeat top left;
  background-size: 356px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.peel:hover a {
  z-index: 3; }

.peel:hover:after {
  right: 0;
  bottom: -10px;
  width: 500px;
  height: 166px;
  background-size: 500px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2; }

#demande-de-devis,
#contact-simple {
  display: none;
  padding: 20px; }

#contact-simple div.wpcf7,
#demande-de-devis div.wpcf7 {
  min-width: 515px;
  max-width: 100%;
  margin: 0 auto;
  margin-left: 20px; }

#contact-simple form label,
#demande-de-devis form label {
  width: 44%; }

.conditions {
  color: #929da7;
  font-size: 12px; }

.texte {
  color: #929da7;
  font-size: 14px; }

body.page-template-page_accueil .fancybox-skin,
body.page-template-page_formations .fancybox-skin {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

body.page-template-page_accueil .fancybox-close,
body.page-template-page_formations .fancybox-close {
  top: 10px;
  right: 10px;
  height: 33px;
  width: 33px;
  background: url(img/bg_pagination.png);
  text-align: center;
  line-height: 33px; }

body.page-template-page_accueil .fancybox-close:after,
body.page-template-page_formations .fancybox-close:after {
  content: '\f00d';
  font-family: 'FontAwesome';
  font-size: 2rem;
  color: #0275ad; }

body.page-template-page_accueil .fancybox-close:hover,
body.page-template-page_formations .fancybox-close:hover {
  background-position: 0 -33px; }

body.page-template-page_accueil .fancybox-close:hover:after,
body.page-template-page_formations .fancybox-close:hover:after {
  color: white; }

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
body.plan-du-site .wrapper article ul li {
  font-size: 14px; }

body.plan-du-site .wrapper article ul li a:hover {
  text-decoration: underline; }

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'Font-Name';
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1600px) {
  .peel {
    display: none; } }

@media only screen and (max-width: 1280px) {
  #homeheadband {
    height: 342px; }
  #homeheadband .part {
    line-height: 342px;
    font-size: 15px; }
  #homeheadband .part .partfixe div span img {
    width: 48px;
    height: auto; }
  #homeheadband .part .partfixe div {
    height: 198px; }
  .reline {
    line-height: 22px; }
  .formationplus {
    display: none; }
  .parthover .chapeau {
    padding-left: 7px;
    padding-right: 7px; }
  #homeheadband .part:hover .partfixe {
    margin-top: -198px; } }

@media only screen and (max-width: 1040px) {
  .logo {
    float: none;
    width: 100px;
    height: auto;
    margin: 0 auto; }
  #mobile-toggle {
    display: block;
    color: #0e4e7f;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
    cursor: pointer; }
  nav.nav {
    height: auto;
    width: auto;
    background: none;
    margin: 0;
    padding: 0;
    display: none; }
  .category-actualites article {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px; }
  .category-actualites article span.date {
    left: 10px; }
  .category-actualites article a.ensavoirplusactu {
    right: 10px; }
  .category-actualites article span.date,
  .category-actualites article a.ensavoirplusactu {
    bottom: 10px; }
  nav.nav ul,
  nav.nav ul ul.sub-menu {
    position: static;
    background: none;
    padding: 0 15px; }
  nav.nav ul li.current-page-parent a,
  nav.nav ul li.current_page_item a,
  nav.nav ul li:hover a {
    background: inherit;
    color: inherit; }
  nav.nav ul ul.sub-menu {
    margin: 0;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: normal; }
  nav.nav ul ul.sub-menu a {
    margin: 0;
    background: none;
    color: #0e4e7f;
    border: none;
    padding: 5px 20px;
    line-height: 25px; }
  nav.nav ul li {
    display: block;
    margin: 0;
    background: none; }
  nav.nav ul li:hover ul.sub-menu {
    display: none; }
  nav.nav ul li.menu-item-has-children.active,
  nav.nav ul li.menu-item-has-children.active a,
  nav.nav ul li.menu-item-has-children.active .fa {
    background: #0a3659;
    color: white; }
  nav.nav ul li.menu-item-has-children > a {
    width: 90%; }
  nav.nav ul ul.sub-menu li:hover a,
  nav.nav ul ul.sub-menu li:hover {
    background: none;
    color: inherit; }
  nav.nav ul li a {
    margin: 0;
    display: inline-block;
    width: 100%;
    line-height: 30px; }
  nav.nav ul li i {
    width: 10%;
    text-align: center;
    cursor: pointer;
    display: inline-block; }
  nav.nav ul li + li {
    border-top: 1px solid #c0e0f8; }
  nav.nav ul li.current-menu-item,
  nav.nav ul ul.sub-menu li.current-menu-item {
    background: #0e4e7f; }
  nav.nav ul li.current-menu-item a,
  nav.nav ul li.current-menu-item i {
    color: white; }
  /*Accueil*/
  #homeheadband {
    height: auto; }
  #homeheadband .part {
    float: none;
    width: auto;
    line-height: normal;
    display: block;
    margin: 10px;
    overflow: visible;
    border: none !important; }
  #bandeaubleuhome p {
    font-size: 24px;
    line-height: 30px; }
  #homeheadbandopacity {
    padding-top: 10px;
    background: #e8e9eb; }
  #homeheadband .part:hover .partfixe,
  #homeheadband .part .partfixe {
    display: none; }
  #homeheadband .part .parthover {
    max-height: none;
    padding-top: 0;
    padding-bottom: 120px; }
  .parthover .entete br {
    display: none; }
  .parthover .entete img {
    float: left;
    margin-left: -15px;
    margin-right: 10px; }
  .parthover .entete {
    margin: 0;
    width: auto;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    padding-right: 96px; }
  #homeheadband .part:hover .parthover .chapeau,
  #homeheadband .part .parthover .chapeau {
    display: none; }
  #homeheadband .part .parthover .formationplus,
  #homeheadband .part:hover .parthover .formationplus {
    position: absolute;
    display: block;
    height: 96px;
    width: 96px;
    background: url("img/plus_formation_gris_sprite.jpg") no-repeat top left;
    bottom: 0;
    right: 0; }
  #homeheadband .part .parthover .formationplus img,
  #homeheadband .part:hover .parthover .formationplus img {
    display: none; }
  #homeheadband .part.part2 .parthover .formationplus,
  #homeheadband .part.part2:hover .parthover .formationplus {
    background-position: 0 -96px; }
  #homeheadband .part.part3 .parthover .formationplus,
  #homeheadband .part.part3:hover .parthover .formationplus {
    background-position: 0 -192px; }
  #homeheadband .part.part4 .parthover .formationplus,
  #homeheadband .part.part4:hover .parthover .formationplus {
    background-position: 0 -288px; }
  #homeheadband .part.part5 .parthover .formationplus,
  #homeheadband .part.part5:hover .parthover .formationplus {
    background-position: 0 -384px; }
  /*Boutons décrouvrir*/
  #bandeaubblanchome {
    height: auto; }
  #btndiscoverformations,
  #btndiscoversdateformations {
    height: 159px;
    width: 280px;
    padding: 110px 10px 10px 10px;
    float: none;
    font-size: 18px;
    line-height: 18px;
    margin: 30px auto; }
  #btndiscoverformations {
    background: url(./img/btn_discover_formations_mobile.png); }
  #btndiscoverformations:hover,
  #btndiscoversdateformations:hover {
    background-position: 0 0;
    color: #0e4e7f; }
  #btndiscoversdateformations {
    background: url(./img/discover_dates_formations_mobile.png); }
  #headbandnews {
    height: auto;
    background-repeat: repeat; }
  #lastactu {
    display: block;
    max-width: 100%;
    width: auto;
    float: none;
    margin: 0 10px;
    position: relative;
    z-index: 3; }
  #legroupe {
    display: block;
    width: 252px;
    height: 238px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: url("img/reussir_mobile.png") no-repeat top left;
    margin-top: -30px; }
  #legroupe img {
    display: none; }
  /*MENU FOOTER*/
  .copyright {
    margin: 0 10px;
    width: auto; }
  #logotfooter {
    display: none; }
  #menu-menu-bas {
    padding: 0 20px 10px 20px;
    margin-top: 0; }
  #menu-menu-bas li {
    background: none;
    float: none;
    display: block;
    line-height: 35px; }
  #menu-menu-bas li + li {
    border-top: 1px solid #c0e0f8; }
  /*CALENDRIER*/
  .calendar-popup {
    margin-top: 10px; }
  /*Contact form*/
  #contact-simple div.wpcf7,
  #demande-de-devis div.wpcf7 {
    width: auto;
    margin: 30px auto;
    min-width: 0; }
  #contact-simple form label,
  #demande-de-devis form label {
    width: auto;
    min-width: 0; }
  #content .comment-form label,
  .wpcf7 label {
    display: block;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    color: #0e4e7f;
    text-transform: uppercase; }
  .wpcf7 span.wpcf7-form-control-wrap {
    display: block; }
  .wpcf7 input[type='text'],
  .wpcf7 input[type='email'],
  .wpcf7 input[type='tel'],
  #content .wpcf7 input[type='submit'],
  .wpcf7 textarea,
  .wpcf7 select {
    display: block;
    border: 1px solid #cfd4d8;
    border-radius: 1px;
    max-width: 100%;
    min-height: 23px;
    width: 100%; }
  .wpcf7 input[type='text'].wpcf7-captchar {
    width: 202px; }
  .wpcf7 input[type='tel'] {
    width: 50%; }
  .wpcf7 input[type='submit'] {
    margin: 0 auto; } }

@media only screen and (max-width: 1024px) {
  body.single-post article {
    padding: 0 10px; }
  .page article {
    padding: 0 10px; }
  .page-template-page_formations .headerformations {
    padding-top: 1px; }
  .page-template-page_formations .headerformations {
    height: auto;
    margin-top: 15px; }
  .page-template-page_formations .breadcrumbs {
    border: none; }
  .page-template-page_formations .headerformations span,
  .page-template-page_formations .headerformations .infosformations {
    position: static;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    background: white; }
  .page-template-page_formations .headerformations .infosformations {
    border-bottom: 10px solid;
    margin: 0 2px;
    padding: 0 10px; }
  .bottomsingleinfos .addthis_toolbox,
  .addthis_toolbox.formation {
    float: none;
    margin-top: 10px;
    text-align: right;
    padding: 0; }
  .addthis_toolbox.formation {
    padding-right: 10px; }
  .bottomsingleinfos .addthis_toolbox a.at300b,
  .bottomsingleinfos .addthis_toolbox a.at300m,
  .addthis_toolbox.formation a.at300m,
  .addthis_toolbox.formation a.at300b {
    float: none;
    margin: 0;
    display: inline-block; }
  .headbandblue {
    height: auto; }
  body.page-template-default .headbandblue {
    padding-bottom: 20px; }
  article table td {
    display: block;
    border: none !important;
    padding: 0 !important; }
  #infosbottomformation table {
    width: 100%; }
  #infosbottomformation table tr {
    display: inline-block;
    width: 33%; }
  #infosbottomformation table tr:last-child {
    width: 67%; }
  #infosbottomformation table th {
    line-height: 100px; }
  #infosbottomformation table th,
  #infosbottomformation table td {
    display: block;
    width: 100%;
    height: 100px; }
  .pictoformation {
    left: 50%;
    margin-left: -30px;
    top: -20px; }
  h1 {
    font-size: 25px;
    line-height: 30px; }
  .page-template-page_formations h1 {
    line-height: 30px;
    font-size: 25px;
    margin-bottom: 0;
    padding-top: 30px; }
  .formation-header {
    height: auto; }
  .formation-header img {
    width: 100%;
    height: auto; }
  .formation-header .right {
    display: block;
    margin: 0 auto;
    float: none; }
  .alignleft,
  .alignright,
  .aligncenter {
    height: auto; }
  h3 {
    display: inline-block; }
  #infoscontact {
    position: static;
    margin: 0 auto; } }

@media only screen and (max-width: 545px) {
  .postintro.thumb {
    margin-left: 0; }
  .thumbnail {
    display: none; } }

@media only screen and (max-width: 375px) {
  #lastactu .readmore {
    max-width: 100%;
    height: 37px;
    background-size: contain;
    background-image: url("img/btn_actu_footer_mobile.png");
    background-position: top center; }
  #lastactu .readmore:hover {
    background-position: top left; }
  .nouvelledate {
    margin-left: -7px; } }

/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none; }
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    HCAPTCHA
\*------------------------------------*/
.wpcf7-form-control.h-captcha {
  margin-left: 25%;
}

@media only screen and (max-width: 1040px) {
  .wpcf7-form-control.h-captcha {
    margin-left: initial;
  }
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

#calendarlegend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media screen and (max-width: 1024px) {
    #calendarlegend {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  #calendarlegend .legendcolumn {
    width: 50%; }
    @media screen and (max-width: 1024px) {
      #calendarlegend .legendcolumn {
        width: 100%; } }
    #calendarlegend .legendcolumn div {
      margin: 10px 0; }
      #calendarlegend .legendcolumn div span {
        display: inline-block;
        width: auto;
        height: 20px;
        vertical-align: middle;
        line-height: 20px;
        font-weight: bold; }
      #calendarlegend .legendcolumn div .legende {
        width: 45px;
        display: inline-block; }
        #calendarlegend .legendcolumn div .legende.jaune1 {
          background-color: #f7ba01; }
        #calendarlegend .legendcolumn div .legende.jaune2 {
          background-color: rgba(247, 186, 1, 0.6); }
        #calendarlegend .legendcolumn div .legende.jaune3 {
          background-color: rgba(247, 186, 1, 0.3); }
        #calendarlegend .legendcolumn div .legende.rose1 {
          background-color: #e00070; }
        #calendarlegend .legendcolumn div .legende.rose2 {
          background-color: rgba(224, 0, 112, 0.6); }
        #calendarlegend .legendcolumn div .legende.rose3 {
          background-color: rgba(224, 0, 112, 0.3); }

.page-template-page_accueil .formations {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media screen and (max-width: 1350px) {
    .page-template-page_accueil .formations {
      grid-template-columns: 1fr; } }
  .page-template-page_accueil .formations > div {
    padding: 50px 20px 125px 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 1024px) {
      .page-template-page_accueil .formations > div {
        padding-bottom: 50px; } }
    .page-template-page_accueil .formations > div:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: var(--color);
      opacity: 0.2; }
    .page-template-page_accueil .formations > div.int {
      --color: #f7ba2b; }
    .page-template-page_accueil .formations > div.ext {
      --color: #e0006f; }
    .page-template-page_accueil .formations > div > * {
      position: relative; }
    .page-template-page_accueil .formations > div h2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      margin: 0;
      color: #fff;
      text-transform: uppercase; }
      .page-template-page_accueil .formations > div h2:after {
        content: '';
        width: 70%;
        height: 5px;
        display: block;
        position: relative;
        margin: 20px 0 40px 0;
        background-color: var(--color); }
    .page-template-page_accueil .formations > div h3 {
      border: none; }
    .page-template-page_accueil .formations > div > .items {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 20px;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .page-template-page_accueil .formations > div > .items {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .page-template-page_accueil .formations > div > .items > .formation-container {
        height: 100%; }
        @media screen and (max-width: 1024px) {
          .page-template-page_accueil .formations > div > .items > .formation-container {
            max-width: 320px;
            max-height: 380px;
            margin-top: 20px; } }
        .page-template-page_accueil .formations > div > .items > .formation-container.details-visible > .details-container {
          opacity: 1;
          z-index: 1;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .page-template-page_accueil .formations > div > .items > .formation-container > .formation {
          height: 100%;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 85px 30px; }
          .page-template-page_accueil .formations > div > .items > .formation-container > .formation:before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: var(--color);
            -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
            clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
            opacity: 0.5; }
          .page-template-page_accueil .formations > div > .items > .formation-container > .formation > * {
            position: relative; }
          .page-template-page_accueil .formations > div > .items > .formation-container > .formation h3 {
            text-align: center;
            text-transform: uppercase;
            color: #fff;
            font-style: normal;
            line-height: 22px;
            margin: 20px 0 0 0; }
          .page-template-page_accueil .formations > div > .items > .formation-container > .formation .handle {
            width: 40px;
            height: 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 20px;
            border: 2px solid #fff;
            border-radius: 5px;
            color: #fff;
            background-color: transparent;
            font-size: 30px;
            font-weight: 300;
            cursor: pointer;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .page-template-page_accueil .formations > div > .items > .formation-container > .formation .handle:hover {
              background-color: #fff;
              color: var(--color);
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
        .page-template-page_accueil .formations > div > .items > .formation-container > .details-container {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding-left: 32px;
          opacity: 0;
          z-index: -1;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          @media screen and (max-width: 1024px) {
            .page-template-page_accueil .formations > div > .items > .formation-container > .details-container {
              width: 95%;
              position: fixed;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              max-height: 500px; } }
          .page-template-page_accueil .formations > div > .items > .formation-container > .details-container .background {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-size: cover;
            background-position: center;
            -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
            clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px); }
            .page-template-page_accueil .formations > div > .items > .formation-container > .details-container .background:before {
              content: '';
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              background-color: var(--color);
              border: 2px solid var(--color);
              -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
              clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
              opacity: 0.5; }
          .page-template-page_accueil .formations > div > .items > .formation-container > .details-container > *:not(.background) {
            position: relative; }
          .page-template-page_accueil .formations > div > .items > .formation-container > .details-container .cross {
            width: 50px;
            height: 50px;
            position: absolute;
            top: -26px;
            right: 30px;
            cursor: pointer;
            z-index: 10;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .page-template-page_accueil .formations > div > .items > .formation-container > .details-container .cross:hover {
              -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
              transform: scale(1.05);
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
            .page-template-page_accueil .formations > div > .items > .formation-container > .details-container .cross path#Tracé_49 {
              fill: var(--color); }
          .page-template-page_accueil .formations > div > .items > .formation-container > .details-container .details {
            max-width: 380px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 25px;
            background-color: #fff;
            -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
            clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px); }
            .page-template-page_accueil .formations > div > .items > .formation-container > .details-container .details .top {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              .page-template-page_accueil .formations > div > .items > .formation-container > .details-container .details .top .logo {
                width: 55px; }
                .page-template-page_accueil .formations > div > .items > .formation-container > .details-container .details .top .logo img {
                  width: 100%;
                  height: 100%; }
              .page-template-page_accueil .formations > div > .items > .formation-container > .details-container .details .top h3 {
                margin: 0 0 0 10px;
                padding: 0;
                text-transform: uppercase;
                font-style: normal;
                line-height: 22px; }
            .page-template-page_accueil .formations > div > .items > .formation-container > .details-container .details p {
              font-size: 16px;
              color: #818e99; }
            .page-template-page_accueil .formations > div > .items > .formation-container > .details-container .details > a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              width: -webkit-fit-content;
              width: -moz-fit-content;
              width: fit-content;
              padding: 10px 25px;
              margin-top: 10px;
              font-size: 20px;
              font-weight: bold;
              background-color: var(--color);
              color: #fff;
              -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
              clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
              -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
              transform: translateX(0);
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
              .page-template-page_accueil .formations > div > .items > .formation-container > .details-container .details > a:hover {
                -webkit-transform: translateX(3px);
                -ms-transform: translateX(3px);
                transform: translateX(3px);
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out; }
              .page-template-page_accueil .formations > div > .items > .formation-container > .details-container .details > a img.plus {
                margin-left: 15px; }

/*# sourceMappingURL=style.css.map */