body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  color: #6c6d70;
}

.hr_box_1 {
  display: inline-block;
  margin: auto;
  max-width: 550px;
  width: 100%;
  vertical-align: top;
  text-align: left;
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.removediv {
  background-image: url(/hr_images/cancel-icon.png);
  text-indent: -1;
  float: right;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}

.border {
  border-bottom: 1px solid #cf007e;
  padding-top: 25px;
  margin-bottom: 10px;
  padding-bottom: 25px;
}
.checkbox_div {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: left;
}

.menu_hr {
  display: inline-block;
  border: 1px solid #cf007e;
  padding: 5px;
  margin: 5px;
}
.menu_hr a {
  color: #cf007e;
}
.menu_hr_s {
  margin: 5px;
  display: inline-block;
  background-color: #cf007e;
  padding: 5px;
}
.menu_hr_s a {
  color: #fff;
}

#introduction {
  max-width: 1000px;
  margin: auto;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
}

.maxwidth {
  max-width: 450px;
}

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

.h2inside {
  color: #023e86;
}

.menu-box {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  background-color: #7f8ac2;
  margin: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  color: #ffffff;
  display: block;
  background-image: url(/images/icon_propre.png);
  background-repeat: no-repeat;
  background-position: 10px 17px;
  padding-left: 20px;
  border-bottom: 1px #6f7aba solid;
  margin: 0;
}

.menu-box:hover {
  background-color: #7f8ac2;
  color: #001584;
  text-decoration: none;
}

.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  text-indent: -9999px;
  background: url("../images/icon_top.png") no-repeat;
  /*background-color: #AFC7D1;*/
  border: 0;
}

.red {
  color: red;
}

.datedate {
  z-index: 1;
  position: absolute;
  text-align: center;
  margin-top: -25px;
  width: 95px;
  height: 75px;
  padding: 5px;
  background-color: #cf007e;
  color: #ffffff;
}

.calendrier {
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  margin: 1%;
  color: #000a87;
  text-align: left;
  padding-bottom: 20px;
  max-width: 225px;
}

.calendrier a {
  color: #cf007e;
}

.calendrier a:hover {
  color: #004186;
  text-decoration: none;
}

.gallery_img {
  margin-right: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 2px;
}

#contact {
  background-color: #023e86;
}

#mapsframe {
  max-width: 1100px;
  margin: auto;
}

#maps {
  background-image: url(../images/map.jpg);
  background-repeat: repeat-x;
}

.box_inside {
  text-align: left;
  display: inline-block;
  width: 29%;
  color: #fff;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  vertical-align: top;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
.box_inside img {
  width: 100%;
}

.border-box {
  border-bottom: 1px solid #023e86;
  border-right: 1px solid #ffffff;
}

#wowslider-container2 {
  display: none;
}

#wowslider-container1 {
  display: block;
}

@media only screen and (max-width: 500px) {
  #wowslider-container1 {
    display: none;
  }

  #wowslider-container2 {
    display: block;
  }
}

@media only screen and (max-width: 740px) {
  .box_inside {
    width: 100%;
  }

  .border-box {
    border-right: 1px solid #023e86;
    border-bottom: 1px solid #cf007e;
  }
}

#blog-landing {
  position: relative;
  max-width: 100%;
  width: 100%;
}

.white-panel {
  margin-top: 20px;
  position: absolute;
  padding: 5px;
  text-align: left;
}

.white-panel b {
  color: #cf007e;
}

.white-panel b:hover {
  color: #023e86;
  text-decoration: underline;
}

.white-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.title_h1_white {
  color: white;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.title_span_white {
  color: white;
  background-repeat: repeat-x;
  background-position: center;
  max-width: 500px;
  margin-right: 5px;
  margin-left: 5px;
}

.title_h1_yellow {
  color: #ffcd05;
  display: inline-block;
  background-color: #023e86;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.title_span_yellow {
  color: #004186;
  background-image: url("../images/h1_yellow.jpg");
  background-repeat: repeat-x;
  background-position: center;
  max-width: 500px;
  margin-right: 5px;
  margin-left: 5px;
}

.title_h1_gray {
  color: #004186;
  display: inline-block;
  background-color: #acacac;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.title_span_gray {
  color: #004186;
  background-image: url("../images/h1_gray.jpg");
  background-repeat: repeat-x;
  background-position: center;
  max-width: 500px;
  margin-right: 5px;
  margin-left: 5px;
}

.title_h1_white_c {
  color: white;
  display: inline-block;
  background-color: #023e86;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.title_span_white_c {
  color: #004186;
  background-image: url("../images/h1_white.png");
  background-repeat: repeat-x;
  background-position: center;
  max-width: 500px;
  margin-right: 5px;
  margin-left: 5px;
}

.banners {
  background: center fixed;
  background-image: url(../images/banners1.jpg);
  padding-bottom: 30px;
  padding-top: 5px;
}

.nosvaleur {
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  margin: 3%;
  color: #6c6d70;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 3px solid #023e86;
  width: 300px;
}

.nosvaleur a {
  color: #cf007e;
}

.nosvaleur a:hover {
  color: #004186;
  text-decoration: none;
}

.title_h1 {
  color: #004186;
  display: inline-block;
  background-color: #fff;
  padding-right: 5px;
  padding-left: 5px;
}

.title_span {
  color: #004186;
  background-image: url("../images/h1.jpg");
  background-repeat: repeat-x;
  background-position: center;
  max-width: 500px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.welcome {
  background-color: #ffcd05;
  border-radius: 18px;
  max-width: 1025px;
  padding: 20px;
  margin-top: 1%;
  margin-right: 2%;
  margin-left: 2%;
  color: #004186;
}

.box {
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  margin: 3%;
  color: #004186;
}

.box img {
  border-bottom: 5px #fff solid;
}

.box:hover {
  color: #ffcd05;
}

.box:hover img {
  border-bottom: 5px #cf007e solid;
}

.form {
  margin: 15px 5px;
}

.form-err {
  margin: 15px 5px;
  color: red;
}

.fieldset {
  max-width: 450px;
  margin: 15px 5px;
}

.pdf {
  padding-left: 20px;
  background-image: url(/images/pdf_icon.png);
  background-repeat: no-repeat;
}

.colorbg {
  background-color: #e5e8e8;
}

#sm {
  margin: 5px 0;
  color: #004186;
  font-size: 12px;
  text-align: right;
}

#sm a {
  color: #004186;
}

#sm b {
  margin: 5px;
}

.slogn {
  padding: 10px;
  background-color: #e5e8e8;
  text-align: center;
  font-weight: 100;
  color: #023e86;
}

.slogn a {
  color: #023e86;
}

.slogn h1 {
  font-weight: 100;
}

a {
  color: #6c6d70;
  text-decoration: none;
}

.read-more-white {
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #fff;
}

.read-more-white:hover {
  border-radius: 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  background-color: #cf007e;
  border: 2px solid #cf007e;
}

.read-more {
  border-radius: 20px;
  text-decoration: none;
  color: #023e86;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #023e86;
}

.read-more:hover {
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  background-color: #cf007e;
  border: 2px solid #cf007e;
}

#master {
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#logo {
  display: inline-block;
  width: 100% !important;
  max-width: 605px !important;
  vertical-align: top;
  /*padding-top: 10px;*/
  padding-bottom: 10px;
  vertical-align: top;
}

#maristes {
  display: inline-block;
  width: 100% !important;
  max-width: 205px !important;
  vertical-align: top;
  /*padding-top: 10px;*/
  padding-bottom: 10px;
  vertical-align: top;
  text-align: left;
}

#header-inside {
  margin: auto;
  max-width: 1015px;
}

#logo img {
  max-width: 280px !important;
}

#header-right {
  width: 100% !important;
  max-width: 205px !important;
  display: inline-block;
  vertical-align: top;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: right;
  vertical-align: top;
}

#contact input[type="text"],
#contact textarea {
  background: white;
  color: #023e86 !important;
  border: solid 2px white !important;
}

textarea {
  height: 120px;
}

/* Make sure they show even if hidden in mobile view by JS */
@media (max-width: 1121px) {
  #logo,
  #header-right,
  #maristes {
    max-width: 100% !important;
    display: inline-block;
    text-align: center;
  }
}

input,
select,
textarea {
  cursor: pointer;
}

input,
select,
textarea {
  padding: 7px;
  border: solid 1px #023e86;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  color: #023e86;
  font-family: "Arial" !important;
  font-size: 12px !important;
}

.selected {
  color: #000 !important;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="password"],
textarea {
  width: 97%;
  max-width: 450px;
  line-height: normal;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

textarea {
  font-size: 13px !important;
}

select {
  width: auto;
}

input[type="submit"] {
  width: auto;
  border: 1px solid #023e86 !important;
  color: #023e86 !important;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: bold;
  border: solid 1px #023e86 !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

#content {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.content-div section {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin: 1%;
  /*	background-color:#CCD8E7;*/
  background-color: #ffce0c;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #023e86;
}

.content-div section img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  max-width: 180px;
}

.content-div h2 {
  color: #023e86;
  font-size: 25px;
  margin-bottom: 5px;
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}

@media (max-width: 1101px) {
  .content-div section {
    vertical-align: top;
    display: inline-block;
    width: 98%;
    margin: 1%;
  }
}

.content-box {
  padding: 10px;
}

.content-box section {
  display: inline-block;
  width: 23%;
  vertical-align: top;
  margin: 1%;
  text-align: center;
}

.content-box h2 {
  border-bottom: 1px solid #023e86;
  color: #023e86;
  padding-bottom: 10px;
  background-image: url(../images/border_title.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

@media (max-width: 1101px) {
  .content-box section {
    vertical-align: top;
    display: inline-block;
    width: 48%;
    margin: 1%;
  }
}

#content-page-hide {
  padding: 10px;
  max-width: 1100px;
  /*margin-top:-150px;*/
  margin-left: auto;
  margin-right: auto;
}

#content-page {
  padding: 10px;
  max-width: 1100px;
  /*margin-top:-150px;*/
  margin-left: auto;
  margin-right: auto;
}

.big_img {
  display: bloack;
}

@media (max-width: 500px) {
  #content-page {
    margin: auto;
  }
  /*
.big_img{
	display:none;
}*/
}

.catgoey_img {
  border: 10px solid #fff;
}

#title_header {
  text-align: center;
  color: #023e86;
  margin-bottom: 10px;
}

#title_header_inside {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  background-image: url(/images/border-new.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#title_header_inside h2 {
  margin: 0;
  padding: 0 15px 0 15px;
  background-color: white;
  display: inline-block;
}

.col-small {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 10px;
}
@media (max-width: 1101px) {
  .col-small {
    max-width: 100%;
  }
}

.col-small ul {
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  width: 100%;
  background-color: #f1f1f1;
}

.col-small li a {
  display: block;
  color: #000;
  padding: 8px 0 8px 16px;
  text-decoration: none;
  background-image: url("../images/icon.png");
  background-position: right;
  background-repeat: no-repeat;
}

.col-small li a.active {
  background-color: #023e86;
  color: white;
}

.col-small li a:hover:not(.active) {
  background-color: #555;
  color: white;
}

.col-big {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 740px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1101px) {
  .col-big {
    max-width: 100%;
  }
}

#footer {
  background-color: #acacac;
  padding: 10px;
}

#footer a {
  color: white;
  text-decoration: none;
}

#footer a:hover {
  color: white;
  text-decoration: underline;
}

#footer-inside {
  padding: auto;
  margin: auto auto 20px;
  max-width: 1100px;
  color: #fff;
  font-size: 13px;
  vertical-align: top;
}

#footer-btm {
  background-color: #58585a;
  padding: 10px;
  color: #ffffff;
  font-size: 13px;
}

#q {
  background-position: right;
  background-image: url("../images/search-bg.png");
  background-repeat: no-repeat;
  padding-right: 50px;
}

#footer-div {
  margin: auto;
  width: 90%;
}

.col_left {
  display: inline-block;
  width: 200px;
  text-align: left;
  vertical-align: top;
  margin-bottom: 15px;
}

.col_right {
  display: inline-block;
  width: 100%;
  max-width: 875px;
  vertical-align: top;
  text-align: left;
  vertical-align: top;
  padding-left: 15px;
}

@media (max-width: 1200px) {
  .col_left {
    display: inline-block;
    width: 100%;
    text-align: left;
    vertical-align: top;
    margin-bottom: 15px;
  }

  .col_right {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    vertical-align: top;
    text-align: left;
    vertical-align: top;
    padding-left: 0px;
  }
}

.marginh2 {
  margin-top: 0;
}

.box-shadow {
  -webkit-box-shadow: -10px 10px 5px 0px rgba(204, 204, 204, 1);
  -moz-box-shadow: -10px 10px 5px 0px rgba(204, 204, 204, 1);
  box-shadow: -10px 10px 5px 0px rgba(204, 204, 204, 1);
  display: inline-block;
  width: 275px;
  vertical-align: top;
  margin: 17px;
  padding: 10px;
  border: 1px solid #cccccc;
}

/*************************/
.hrsubmit {
  /*margin-top: 50px !important;*/
  max-width: 430px;
  width: 100% !important;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active,
.accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  text-align: left;
  transition: max-height 0.2s ease-out;
}

.panel p {
  margin: 10px !important;
}

.spacer {
  margin: 30px;
}

.btn-right {
  position: fixed;
  right: 0;
  padding: 10px;
  top: 47%;
  background-color: #cf007e;
  color: #ffffff;
  border-radius: 10px 0 0 10px;
  text-align: center;
  z-index: 99999999;
  text-decoration: none;
}

.btn-right:hover {
  background-color: #004186;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 640px) {
  .btn-right {
    position: fixed;
    bottom: 0;
    padding: 1px;
    top: auto;
    background-color: #cf007e;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    text-align: center;
    z-index: 99999999;
    text-decoration: none;
    width: 100%;
  }
}
