@font-face {
  font-family: "The Bold Font";
  /*
  src:  url("fonts/the-bold-font/theboldfont-webfont.woff") format("woff"),
        url("fonts/the-bold-font/theboldfont-webfont.woff2") format("woff2"),
        url("fonts/the-bold-font/theboldfont-webfont.ttf") format("truetype");
    */
  /*
      src: url("fonts/exo-2/Exo2-Black.woff") format("woff");
      font-weight: 900;
      */
  src: url("fonts/exo-2/Exo2-ExtraBold.woff") format("woff");
  font-weight: 800;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo-2/Exo2-Thin.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo-2/Exo2-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo-2/Exo2-ExtraLight.woff") format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo-2/Exo2-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo-2/Exo2-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo-2/Exo2-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo-2/Exo2-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo-2/Exo2-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo-2/Exo2-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo-2/Exo2-SemiBold.woff") format("woff");
  font-weight: 600;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo-2/Exo2-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo-2/Exo2-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo-2/Exo2-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo-2/Exo2-ExtraBold.woff") format("woff");
  font-weight: 800;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo-2/Exo2-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo-2/Exo2-Black.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "Exo 2";
  src: url("fonts/exo-2/Exo2-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
/* line 24, ../sass/style_info_autre.scss */
.add-content-user {
  border-radius: 4px;
  color: white;
  background-color: #003e7e;
  display: block;
  font-weight: bold;
  margin: 15px auto;
  text-align: center;
  text-decoration: none;
  width: 35%;
  height: 50px;
  line-height: 50px;
}
/* line 37, ../sass/style_info_autre.scss */
.add-content-user:hover, .add-content-user:focus, .add-content-user:active {
  color: #ea7118;
  text-decoration: none;
}

/* line 45, ../sass/style_info_autre.scss */
.page-user li a {
  color: #092B52;
}
/* line 48, ../sass/style_info_autre.scss */
.page-user li a:hover, .page-user li a:focus, .page-user li a:active {
  font-weight: bold;
  text-decoration: none;
}
/* line 55, ../sass/style_info_autre.scss */
.page-user .profile {
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: left;
}
/* line 61, ../sass/style_info_autre.scss */
.page-user .profile h3 {
  color: #284f9c;
  border-bottom: 1px solid #003e7e;
}
/* line 66, ../sass/style_info_autre.scss */
.page-user .profile h2 {
  color: #ea7118;
  border-bottom: 2px solid #a7a7a7;
  font-size: 20px;
  margin: 0 0 10px;
  padding-left: 4px;
  padding-bottom: 7px;
  background: none;
  border-top: none;
  font-weight: normal;
  text-transform: none;
}
/* line 79, ../sass/style_info_autre.scss */
.page-user .profile ul {
  list-style-type: none;
}
/* line 83, ../sass/style_info_autre.scss */
.page-user .profile dt, .page-user .profile dd {
  display: inline-block;
}
/* line 86, ../sass/style_info_autre.scss */
.page-user .profile dt a, .page-user .profile dd a {
  color: #ea7118;
}
/* line 89, ../sass/style_info_autre.scss */
.page-user .profile dt a:hover, .page-user .profile dd a:hover {
  text-decoration: none;
  font-weight: bold;
}
/* line 96, ../sass/style_info_autre.scss */
.page-user .profile dt {
  font-size: 14px;
  margin-left: 20px;
  font-family: "Exo 2", sans serif;
  color: #092B52;
}
/* line 103, ../sass/style_info_autre.scss */
.page-user .profile .btn-edit-profile {
  border-radius: 4px;
  color: white;
  background-color: #003e7e;
  display: block;
  height: 50px;
  font-weight: bold;
  line-height: 50px;
  margin: 20px auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 35%;
}
/* line 117, ../sass/style_info_autre.scss */
.page-user .profile .btn-edit-profile:hover {
  color: #ea7118;
}
/* line 122, ../sass/style_info_autre.scss */
.page-user .profile .user-picture {
  width: 55px;
  height: 55px;
  display: block;
  float: none;
  margin: 0 0 20px 0;
  border: 7px solid white;
  border-radius: 7px;
}
/* line 132, ../sass/style_info_autre.scss */
.page-user .profile .field, .page-user .profile dl {
  border: 7px solid white;
  border-radius: 7px;
  margin-bottom: 0px;
}
/* line 137, ../sass/style_info_autre.scss */
.page-user .profile .field .field-label, .page-user .profile .field dt, .page-user .profile dl .field-label, .page-user .profile dl dt {
  padding-left: 13px;
  margin: 0;
  font-size: 14px;
  color: #092B52;
  border: 0;
  font-weight: bold;
  display: inline-block;
  font-family: "Exo 2", sans serif;
}
/* line 148, ../sass/style_info_autre.scss */
.page-user .profile .field .field-items, .page-user .profile .field dd, .page-user .profile dl .field-items, .page-user .profile dl dd {
  padding-left: 13px;
  margin-bottom: 0;
  display: inline-block;
}
/* line 153, ../sass/style_info_autre.scss */
.page-user .profile .field .field-items h3, .page-user .profile .field .field-items dt, .page-user .profile .field dd h3, .page-user .profile .field dd dt, .page-user .profile dl .field-items h3, .page-user .profile dl .field-items dt, .page-user .profile dl dd h3, .page-user .profile dl dd dt {
  display: none;
}
/* line 157, ../sass/style_info_autre.scss */
.page-user .profile .field .field-items dl, .page-user .profile .field .field-items dd, .page-user .profile .field dd dl, .page-user .profile .field dd dd, .page-user .profile dl .field-items dl, .page-user .profile dl .field-items dd, .page-user .profile dl dd dl, .page-user .profile dl dd dd {
  margin: 0;
}

@media (max-width: 767px) {
  /* line 166, ../sass/style_info_autre.scss */
  .add-content-user {
    width: 100%;
  }

  /* line 171, ../sass/style_info_autre.scss */
  .page-user .profile .btn-edit-profile {
    width: 100%;
  }
}
/* line 180, ../sass/style_info_autre.scss */
.page-user .page-header {
  padding-top: 20px;
  margin-top: 0px;
}

/* line 188, ../sass/style_info_autre.scss */
.page-search .region-content {
  padding: 10px 0px;
}
/* line 191, ../sass/style_info_autre.scss */
.page-search .region-content .pagination {
  margin-bottom: 0px;
}
/* line 196, ../sass/style_info_autre.scss */
.page-search .page-header {
  margin-top: 0px;
  padding-top: 20px;
}

/* line 202, ../sass/style_info_autre.scss */
#search-form {
  margin-top: 20px;
}
/* line 206, ../sass/style_info_autre.scss */
#search-form .input-group-btn button {
  background-color: #ea7118;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0px;
}
/* line 215, ../sass/style_info_autre.scss */
#search-form #edit-keys, #search-form #edit-submit--2 {
  border-radius: 0px;
}
/* line 219, ../sass/style_info_autre.scss */
#search-form #edit-submit--2 {
  background-color: #ea7118;
  color: white;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0px;
}
/* line 228, ../sass/style_info_autre.scss */
#search-form .radio input[type="radio"], #search-form .radio-inline input[type="radio"], #search-form .checkbox input[type="checkbox"], #search-form .checkbox-inline input[type="checkbox"] {
  margin-left: 0px;
}
/* line 233, ../sass/style_info_autre.scss */
#search-form .radio label, #search-form .checkbox label {
  font-weight: bold;
}
/* line 240, ../sass/style_info_autre.scss */
#search-form .form-item-type label:first-child, #search-form .form-item-language label:first-child {
  color: #092B52;
  font-size: 18px;
  font-family: "Exo 2", sans serif;
}
/* line 248, ../sass/style_info_autre.scss */
#search-form .form-type-textfield label {
  font-size: 18px;
  color: #092B52;
  font-family: "Exo 2", sans serif;
}

/* line 258, ../sass/style_info_autre.scss */
.search-results h3 a {
  color: #ea7118;
  font-weight: normal;
}
/* line 262, ../sass/style_info_autre.scss */
.search-results h3 a:hover, .search-results h3 a:focus, .search-results h3 a:active {
  font-weight: bold;
  text-decoration: none;
}

/* line 270, ../sass/style_info_autre.scss */
#user-login {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 274, ../sass/style_info_autre.scss */
#user-login label {
  color: #092B52;
}
/* line 278, ../sass/style_info_autre.scss */
#user-login button {
  background-color: #ea7118;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0px;
  border: none;
}
