@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* line 4, ../sass/global.scss */
div[role="contentinfo"] {
  display: none;
}

/* line 7, ../sass/global.scss */
body {
  font-size: 14px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #707070;
  line-height: 145%;
}
/* line 12, ../sass/global.scss */
body main {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -40px;
  background-image: url(../images/main-gradient.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100px 400px;
}
/* line 21, ../sass/global.scss */
body main .layout-content {
  margin: 0 auto 40px;
  padding-bottom: 40px;
  max-width: 1080px;
  width: calc( 100% - 50px);
}

/* line 32, ../sass/global.scss */
body.node-80 main,
body.node-78 main,
body.node-87 main {
  background-image: none;
}

/* line 36, ../sass/global.scss */
.path-frontpage .region-content .block:first-child {
  margin-top: 25px;
}

/* line 39, ../sass/global.scss */
h1,
.titre1 {
  font-size: 2em;
  line-height: 110%;
  color: #fff;
  font-weight: 500;
  font-family: "IBM Plex Serif", serif;
}

/* line 48, ../sass/global.scss */
h2 {
  color: #B15BA3;
  font-size: 1.425em;
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 130%;
}

/* line 56, ../sass/global.scss */
.titre2 {
  font-size: 2em;
  color: #93358D;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
}

/* line 63, ../sass/global.scss */
h3,
.titre3 {
  font-size: 1.428em;
  color: #B15BA3;
  font-weight: 700;
  font-family: "IBM Plex Sans", sans-serif;
}

/* line 71, ../sass/global.scss */
.titre3_leger {
  font-size: 1.428em;
  color: #B15BA3;
  font-weight: 600;
  font-family: "IBM Plex Sans", sans-serif;
}

/* line 78, ../sass/global.scss */
.soustitre {
  font-size: 1.148em;
  color: #707070;
  font-weight: 700;
  font-family: "IBM Plex Sans", sans-serif;
}

/* line 85, ../sass/global.scss */
.examen {
  font-size: 2.14em;
  color: #6D2077;
  font-size: 400;
  font-family: "IBM Plex Sans", sans-serif;
}

/* line 92, ../sass/global.scss */
.examen_leger {
  font-size: 2.14em;
  color: #B15BA3;
  font-size: 300;
  font-family: "IBM Plex Sans", sans-serif;
}

/* line 99, ../sass/global.scss */
.cta,
.webform-button--submit,
#block-views-block-liste-des-postes-block-1 .js-pager__items a,
.block-views-blockaccueil-nouvelles-block-1 .view-accueil-nouvelles .views-row .views-field-view-node a,
#block-bandeauradiojunior a {
  display: inline-block;
  border: none;
  font-size: 1.148em;
  color: #fff;
  font-weight: 700;
  font-family: "IBM Plex Sans", sans-serif;
  border-radius: 4px;
  padding: 10px 12px;
  min-width: 100px;
  text-decoration: none;
  background: #754EA7;
  background: -moz-linear-gradient(0deg, #687AE4 0%, #754EA7 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #687AE4), color-stop(100%, #754EA7));
  background: -webkit-linear-gradient(0deg, #687AE4 0%, #754EA7 100%);
  background: -o-linear-gradient(0deg, #687AE4 0%, #754EA7 100%);
  background: linear-gradient(90deg, #687AE4 0%, #754EA7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#687AE4, endColorstr=#754EA7);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 116, ../sass/global.scss */
.cta a,
.webform-button--submit a,
#block-views-block-liste-des-postes-block-1 .js-pager__items a a,
.block-views-blockaccueil-nouvelles-block-1 .view-accueil-nouvelles .views-row .views-field-view-node a a,
#block-bandeauradiojunior a a {
  text-decoration: none;
  color: #fff;
}
/* line 120, ../sass/global.scss */
.cta:hover,
.webform-button--submit:hover,
#block-views-block-liste-des-postes-block-1 .js-pager__items a:hover,
.block-views-blockaccueil-nouvelles-block-1 .view-accueil-nouvelles .views-row .views-field-view-node a:hover,
#block-bandeauradiojunior a:hover {
  background: #687AE4;
  background: -moz-linear-gradient(0deg, #754EA7 0%, #687AE4 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #754EA7), color-stop(100%, #687AE4));
  background: -webkit-linear-gradient(0deg, #754EA7 0%, #687AE4 100%);
  background: -o-linear-gradient(0deg, #754EA7 0%, #687AE4 100%);
  background: linear-gradient(90deg, #754EA7 0%, #687AE4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#754EA7, endColorstr=#687AE4);
  color: #fff;
}
/* line 124, ../sass/global.scss */
.cta:disabled,
.webform-button--submit:disabled,
#block-views-block-liste-des-postes-block-1 .js-pager__items a:disabled,
.block-views-blockaccueil-nouvelles-block-1 .view-accueil-nouvelles .views-row .views-field-view-node a:disabled,
#block-bandeauradiojunior a:disabled {
  background: #bfbfbf;
  background: -moz-linear-gradient(0deg, #707070 0%, #bfbfbf 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #707070), color-stop(100%, #bfbfbf));
  background: -webkit-linear-gradient(0deg, #707070 0%, #bfbfbf 100%);
  background: -o-linear-gradient(0deg, #707070 0%, #bfbfbf 100%);
  background: linear-gradient(90deg, #707070 0%, #bfbfbf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#707070, endColorstr=#bfbfbf);
}

/* line 130, ../sass/global.scss */
a {
  color: #B15BA3;
  text-decoration: underline;
}
/* line 133, ../sass/global.scss */
a:hover {
  color: #6D2077;
}

/* line 139, ../sass/global.scss */
form label {
  display: block;
  margin-bottom: 5px;
}
/* line 143, ../sass/global.scss */
form input,
form textarea,
form .js-form-type-select select {
  width: calc( 100% - 20px);
  background-color: #F1F9FF;
  border: 1px solid #7FC4FD;
  border-radius: 4px;
  color: #707070;
  font-size: 1.148em;
  padding: 8px 10px;
}
/* line 154, ../sass/global.scss */
form .webform-file-button {
  background-color: #B15BA3;
  color: #fff;
  font-size: 1.148em;
  padding: 8px 14px;
  border-radius: 4px;
  margin-top: 0px;
}
/* line 162, ../sass/global.scss */
form .form-actions {
  text-align: center;
}
/* line 164, ../sass/global.scss */
form .form-actions .webform-button--submit {
  width: auto;
  padding: 8px 20px;
  border: 0;
}

/* line 173, ../sass/global.scss */
.node__content .field--name-body {
  max-width: 608px;
  margin: 0 auto;
}

/* line 178, ../sass/global.scss */
#block-radiologix-content {
  max-width: 1080px;
  margin: 0 auto;
}

/* line 182, ../sass/global.scss */
.loading {
  margin: 30px auto;
  width: 30px;
  height: 30px;
  background-image: url(../images/loading-btn-black.png);
  background-position: center;
  background-size: 30px;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

/* line 191, ../sass/global.scss */
input:disabled {
  opacity: 0.5;
}

/* line 195, ../sass/global.scss */
.field--name-body ul {
  padding: 0 0 0 18px;
}

/* line 199, ../sass/global.scss */
.ui-dialog .ui-dialog-titlebar {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ccc;
  border-radius: 0;
  background: #93358D;
  font-weight: bold;
}

/* line 207, ../sass/global.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  font-family: "IBM Plex Sans";
}

/* line 215, ../sass/global.scss */
.ui-button .ui-icon {
  background-image: url(../images/btn-close@2x.png);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
/* line 221, ../sass/global.scss */
.ui-button .ui-icon:hover {
  background-image: url(../images/btn-close@2x.png);
}

/* line 225, ../sass/global.scss */
#user-login-form {
  margin-top: 100px;
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 768px) {
  /* line 247, ../sass/global.scss */
  body main .layout-content {
    margin: 0 auto 40px;
    width: 100%;
  }

  /* line 253, ../sass/global.scss */
  br.mobile {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 261, ../sass/global.scss */
  body {
    font-size: 16px;
  }
}
