@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-light.woff");
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-medium.woff");
  font-weight: bold;
}

@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-bold.woff");
  font-weight: 800;
}

@font-face {
  font-family: "AppleGaramond";
  src: url("../font/AppleGaramond-Light.ttf");
}

img {
  display: block;
}

*, *:before, *:after {
  box-sizing: inherit;
  box-sizing: border-box;
}

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

body {
  font-style: normal;
  font-weight: 400;
  font-family: 'Gilroy', sans-serif;
  background-color: #fff;
  margin: 0;
  color: #535353;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.or_cta {
  background-color: #89c5bd;
  padding: 14px 16px 10px 16px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-family: 'Gilroy', sans-serif;
  transition: .2s;
}

.or_cta:hover {
  background-color: #fff;
  color: #89c5bd;
}

#or2021 {
  overflow: hidden;
}

#or2021 h2.lnttl {
  display: inline-block;
  position: relative;
  font-family: 'AppleGaramond', serif;
  color: #ee8b94;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 30px;
}

#or2021 h2.lnttl:before {
  content: '';
  height: 15px;
  width: 110%;
  background-color: #fdfaf7;
  position: absolute;
  bottom: 0;
  right: -100%;
  left: -100%;
  margin: auto;
  z-index: -1;
}

#or2021 h3.lnttl {
  display: inline-block;
  position: relative;
  font-family: 'AppleGaramond', serif;
  color: #ee8b94;
  font-size: 40px;
}

#or2021 h3.lnttl:before {
  content: '';
  height: 15px;
  width: 100%;
  background-color: #fdfaf7;
  position: absolute;
  bottom: 0;
  right: -100%;
  left: -100%;
  margin: auto;
  z-index: -1;
}

#or2021 .box {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1150px) {
  #or2021 .box {
    max-width: 800px;
  }
}

#or2021 .boxs {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#or2021 .boxxs {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#or2021 #header {
  background-image: url("../img/or2021_01.jpg");
  background-position: center;
  background-size: cover;
  height: 800px;
  margin-bottom: 80px;
  position: relative;
}

#or2021 #header .box_content {
  background-image: url("../img/or2021_bgs_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 600px;
  height: 500px;
  position: absolute;
  left: -730px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  padding-top: 170px;
  padding-left: 50px;
}

#or2021 #header .box_content .content {
  max-width: 400px;
}

#or2021 #header .box_content .content h1 {
  color: #fff;
  background-color: #89c5bd;
  display: inline-block;
  padding: 3px 10px;
  font-family: 'AppleGaramond', serif;
  font-size: 30px;
  margin-bottom: 10px;
}

#or2021 #header .box_content .content h2 {
  color: #ee8b94;
  font-weight: bold;
  font-size: 30px;
  padding-left: 10px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  #or2021 #header .box_content .content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

#or2021 #header .box_content .content p {
  padding-left: 10px;
  font-size: 22px;
  line-height: 28px;
}

@media (max-width: 500px) {
  #or2021 #header .box_content .content p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 500px) {
  #or2021 #header .box_content .content {
    width: calc(100% - 10%);
  }
}

@media (max-width: 1250px) {
  #or2021 #header .box_content {
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    width: 520px;
    height: 530px;
  }
}

@media (max-width: 1050px) {
  #or2021 #header .box_content {
    left: -100%;
    bottom: -500px;
    right: -100%;
    top: auto;
    width: 520px;
    height: 530px;
  }
}

@media (max-width: 500px) {
  #or2021 #header .box_content {
    width: 120%;
    max-width: 500px;
  }
}

@media (max-width: 1250px) {
  #or2021 #header {
    height: 600px;
  }
}

@media (max-width: 1050px) {
  #or2021 #header {
    margin-bottom: 500px;
    background-position: right top;
  }
}

@media (max-width: 850px) {
  #or2021 #header {
    height: 420px;
    background-position: 50% 50%;
  }
}

@media (max-width: 650px) {
  #or2021 #header {
    height: 300px;
    background-position: 100% center;
  }
}

#or2021 #bloc_01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto 50px auto;
}

#or2021 #bloc_01 li {
  max-width: 400px;
  width: 100%;
  position: relative;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#or2021 #bloc_01 li span {
  font-family: 'AppleGaramond', sans-serif;
  color: #ee8b94;
  font-size: 30px;
  display: inline-block;
  line-height: 30px;
}

#or2021 #bloc_01 li p {
  line-height: 22px;
  margin-bottom: 20px;
}

#or2021 #bloc_01 li .fx {
  display: flex;
  align-items: flex-start;
}

#or2021 #bloc_01 li .fx .bx_pct {
  min-width: 60px;
  margin-right: 10px;
  text-align: center;
}

#or2021 #bloc_01 li .fx .bx_pct img {
  display: inline-block;
}

#or2021 #bloc_01 li::before {
  content: '';
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  z-index: -1;
}

#or2021 #bloc_01 li .picto {
  position: relative;
}

#or2021 #bloc_01 li.item_01 {
  min-height: 324px;
}

#or2021 #bloc_01 li.item_01 .picto {
  top: -20px;
  right: -50px;
}

#or2021 #bloc_01 li.item_01::before {
  background-image: url("../img/or2021_bgs_02.png");
  background-repeat: no-repeat;
  width: 393px;
  height: 324px;
}

@media (max-width: 1250px) {
  #or2021 #bloc_01 li.item_02 {
    margin-bottom: 20px;
  }
}

#or2021 #bloc_01 li.item_03 {
  min-height: 358px;
  padding-left: 100px;
}

#or2021 #bloc_01 li.item_03 .picto {
  top: -20px;
  left: -20px;
}

#or2021 #bloc_01 li.item_03::before {
  background-image: url("../img/or2021_bgs_03.png");
  background-repeat: no-repeat;
  width: 355px;
  height: 358px;
}

@media (max-width: 1250px) {
  #or2021 #bloc_01 li.item_03::before {
    width: 315px;
    height: 318px;
  }
}

#or2021 #bloc_01 li.item_04 {
  min-height: 376px;
}

#or2021 #bloc_01 li.item_04 .picto {
  margin-bottom: 30px;
}

@media (max-width: 1250px) {
  #or2021 #bloc_01 li.item_04 {
    min-height: auto;
    margin-bottom: 130px;
  }
}

#or2021 #bloc_01 li.item_05 {
  min-height: 376px;
}

#or2021 #bloc_01 li.item_05 .picto {
  margin-top: -80px;
  margin-bottom: 30px;
}

#or2021 #bloc_01 li.item_05::before {
  background-image: url("../img/or2021_bgs_04.png");
  background-repeat: no-repeat;
  width: 482px;
  height: 346px;
}

@media (max-width: 1250px) {
  #or2021 #bloc_01 li.item_05 {
    min-height: auto;
  }
}

#or2021 #bloc_01 li.item_06 {
  min-height: 376px;
}

#or2021 #bloc_01 li.item_06 .picto {
  margin-bottom: 30px;
}

@media (max-width: 1250px) {
  #or2021 #bloc_01 li.item_06 {
    margin-bottom: 30px;
  }
}

#or2021 #bloc_01 li.item_07 {
  min-height: 375px;
}

#or2021 #bloc_01 li.item_07::before {
  background-image: url("../img/or2021_bgs_05.png");
  background-repeat: no-repeat;
  width: 450px;
  height: 375px;
}

@media (max-width: 1250px) {
  #or2021 #bloc_01 li.item_07::before {
    width: 350px;
    height: 295px;
  }
}

@media (max-width: 1250px) {
  #or2021 #bloc_01 li.item_07 {
    min-height: 250px;
    margin-bottom: 80px;
  }
}

#or2021 #bloc_01 li.item_08 {
  min-height: 371px;
}

#or2021 #bloc_01 li.item_08::before {
  background-image: url("../img/or2021_bgs_06.png");
  background-repeat: no-repeat;
  width: 514px;
  height: 371px;
}

@media (max-width: 1250px) {
  #or2021 #bloc_01 li {
    margin-bottom: 50px;
    width: 350px;
  }
}

@media (max-width: 1250px) {
  #or2021 #bloc_01 {
    flex-direction: column;
  }
}

#or2021 #bloc_02 {
  margin-bottom: 120px;
}

#or2021 #bloc_02 h2 {
  text-align: center;
  font-family: 'AppleGaramond', sans-serif;
  color: #ee8b94;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 10px;
}

#or2021 #bloc_02 .box_content {
  background-color: #fdfaf7;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 20px 0 20px 0;
  position: relative;
}

#or2021 #bloc_02 .box_content .content {
  max-width: 740px;
  width: 100%;
  margin: auto;
}

#or2021 #bloc_02 .box_content .content .top {
  margin-bottom: 10px;
}

#or2021 #bloc_02 .box_content .content .or_cta {
  position: relative;
  bottom: -32px;
  display: block;
  max-width: 380px;
  text-align: center;
  margin: auto;
}

#or2021 #bloc_02 .box_content::before {
  content: '';
  background-image: url("../img/or2021_picto_08.png");
  width: 138px;
  height: 147px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -20px;
}

@media (max-width: 750px) {
  #or2021 #bloc_02 .box_content::before {
    width: 98px;
    height: 104px;
    top: 20px;
    left: 20px;
  }
}

#or2021 #bloc_02 .box_content::after {
  content: '';
  background-image: url("../img/or2021_02.png");
  width: 206px;
  height: 206px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -103px;
  bottom: 0;
  margin: auto;
}

@media (max-width: 1250px) {
  #or2021 #bloc_02 .box_content::after {
    width: 170px;
    height: 170px;
    right: -10px;
  }
}

@media (max-width: 750px) {
  #or2021 #bloc_02 .box_content::after {
    top: auto;
    bottom: -75px;
    left: 0;
    right: 0;
  }
}

@media (max-width: 1250px) {
  #or2021 #bloc_02 .box_content {
    padding: 20px 170px 20px 130px;
  }
}

@media (max-width: 750px) {
  #or2021 #bloc_02 .box_content {
    padding: 140px 20px 150px 20px;
    max-width: 500px;
  }
}

#or2021 #bloc_03 h2 {
  font-family: 'Gilroy', sans-serif;
  font-size: 20px;
}

@media (max-width: 1150px) {
  #or2021 #bloc_03 h2 {
    text-align: center;
  }
}

#or2021 #bloc_03 h3 {
  font-family: 'AppleGaramond', sans-serif;
  color: #ee8b94;
  font-size: 40px;
  padding-left: 40px;
}

@media (max-width: 1150px) {
  #or2021 #bloc_03 h3 {
    text-align: center;
    padding-left: 0;
  }
}

#or2021 #bloc_03 .box_col {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

#or2021 #bloc_03 .box_col .col_left {
  max-width: 400px;
  width: 100%;
  padding-top: 20px;
  margin-right: 50px;
}

#or2021 #bloc_03 .box_col .col_left .ht {
  color: #89c5bd;
  font-weight: 800;
}

#or2021 #bloc_03 .box_col .col_left p:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1150px) {
  #or2021 #bloc_03 .box_col .col_left {
    max-width: 600px;
    margin-bottom: 80px;
  }
}

@media (max-width: 750px) {
  #or2021 #bloc_03 .box_col .col_left {
    margin-right: 0;
  }
}

#or2021 #bloc_03 .box_col .col_right {
  max-width: 980px;
  width: 100%;
}

#or2021 #bloc_03 .box_col .col_right .tal {
  padding-left: 50px;
}

@media (max-width: 1150px) {
  #or2021 #bloc_03 .box_col .col_right .tal {
    padding: 0;
    text-align: center;
  }
}

#or2021 #bloc_03 .box_col .col_right .tar {
  padding-right: 50px;
}

@media (max-width: 1150px) {
  #or2021 #bloc_03 .box_col .col_right .tar {
    padding: 0;
    text-align: center;
  }
}

#or2021 #bloc_03 .box_col .col_right .quote-1, #or2021 #bloc_03 .box_col .col_right .quote-2 {
  opacity: 0;
  transition: .4s;
}

#or2021 #bloc_03 .box_col .col_right .box_quote {
  background-color: #fdfaf7;
  padding: 50px;
  max-width: 500px;
  color: #ee8b94;
  font-weight: 800;
  line-height: 22px;
  margin-bottom: 50px;
  display: inline-block;
}

@media (max-width: 1150px) {
  #or2021 #bloc_03 .box_col .col_right .box_quote {
    margin: 0 auto 50px auto;
  }
}

@media (max-width: 750px) {
  #or2021 #bloc_03 .box_col .col_right .box_quote {
    padding: 40px 20px;
  }
}

#or2021 #bloc_03 .box_col .col_right .box_imgs {
  display: flex;
}

@media (max-width: 1150px) {
  #or2021 #bloc_03 .box_col .col_right .box_imgs {
    flex-direction: column;
    max-width: 350px;
    margin: auto;
  }
}

@media (max-width: 1150px) {
  #or2021 #bloc_03 .box_col .col_right {
    max-width: 600px;
  }
}

@media (max-width: 1150px) {
  #or2021 #bloc_03 .box_col {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 750px) {
  #or2021 #bloc_03 .box_col {
    margin-top: 20px;
  }
}

#or2021 #bloc_03 .box_rs {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#or2021 #bloc_03 .box_rs .box_rs2 {
  display: inline-block;
}

@media (max-width: 750px) {
  #or2021 #bloc_03 .box_rs .box_rs2 {
    margin-top: 20px;
  }
}

#or2021 #bloc_03 .box_rs a {
  display: inline-block;
  margin-left: 20px;
}

#or2021 #bloc_03 .box_rs::before {
  content: '';
  background-color: #fdfaf7;
  height: 15px;
  width: 600px;
  position: absolute;
  left: 130px;
  right: 0;
  bottom: 1px;
  margin: auto;
  z-index: -1;
}

@media (max-width: 750px) {
  #or2021 #bloc_03 .box_rs::before {
    display: none;
  }
}

@media (max-width: 750px) {
  #or2021 #bloc_03 .box_rs {
    flex-direction: column;
  }
}

#or2021 .pct_qute {
  position: relative;
}

#or2021 .pct_qute::before {
  content: '';
  background-image: url("../img/or2021_quote_01.png");
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  left: -15px;
}

@media (max-width: 500px) {
  #or2021 .pct_qute::before {
    width: 25px;
    height: 22px;
    top: -5px;
    left: -5px;
  }
}

#or2021 .pct_qute::after {
  content: '';
  background-image: url("../img/or2021_quote_02.png");
  width: 40px;
  height: 34px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  right: -15px;
}

@media (max-width: 500px) {
  #or2021 .pct_qute::after {
    width: 25px;
    height: 21px;
    bottom: -5px;
    right: -5px;
  }
}

#or2021 .pct_qute2 {
  position: relative;
}

#or2021 .pct_qute2::before {
  content: '';
  background-image: url("../img/or2021_quote_03.png");
  width: 40px;
  height: 34px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -15px;
  left: -15px;
}

@media (max-width: 500px) {
  #or2021 .pct_qute2::before {
    width: 25px;
    height: 21px;
    top: -5px;
    left: -5px;
  }
}

#or2021 .pct_qute2::after {
  content: '';
  background-image: url("../img/or2021_quote_04.png");
  width: 40px;
  height: 34px;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -15px;
  right: -15px;
}

@media (max-width: 500px) {
  #or2021 .pct_qute2::after {
    width: 25px;
    height: 21px;
    bottom: -5px;
    right: -5px;
  }
}

#or2021 .box_nav {
  margin-top: 100px;
  margin-bottom: 100px;
}

#or2021 .box_nav li {
  text-align: center;
  position: relative;
}

#or2021 .box_nav li a {
  color: #ee8b94;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  transition: .2s;
}

#or2021 .box_nav li a:hover {
  border-bottom: 1px solid #ee8b94;
}

@media (max-width: 400px) {
  #or2021 .box_nav li a {
    font-size: 18px;
  }
}

#or2021 .box_nav li:not(:last-child) {
  margin-bottom: 30px;
}

#or2021 .box_nav li:not(:last-child)::before {
  content: '';
  height: 1px;
  width: 150px;
  background-color: #89c5bd;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  margin: auto;
}

#or2021 .box_video {
  background-color: #fdfaf7;
  padding: 30px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 80px auto;
  position: relative;
}

#or2021 .box_video .box_name {
  padding-left: 100px;
  margin-bottom: 80px;
}

@media (max-width: 500px) {
  #or2021 .box_video .box_name {
    padding-left: 0;
    margin-bottom: 10px;
  }
}

#or2021 .box_video::before {
  content: '';
  background-image: url("../img/or2021_picto_09.png");
  width: 138px;
  height: 146px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -20px;
}

@media (max-width: 500px) {
  #or2021 .box_video::before {
    width: 58px;
    height: 62px;
    top: -10px;
    left: -10px;
  }
}

#or2021 .box_video iframe {
  height: 529px;
}

@media (max-width: 1150px) {
  #or2021 .box_video iframe {
    height: 394px;
  }
}

@media (max-width: 800px) {
  #or2021 .box_video iframe {
    max-width: 400px;
    height: 225px;
  }
}

@media (max-width: 500px) {
  #or2021 .box_video iframe {
    max-width: 320px;
    height: 180px;
  }
}

@media (max-width: 800px) {
  #or2021 .box_video {
    text-align: center;
  }
}

@media (max-width: 500px) {
  #or2021 .box_video {
    padding: 40px 30px 20px 20px;
  }
}

#or2021 .h3b {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

#or2021 #vivere-con-il-tumore-al-seno {
  margin-bottom: 80px;
}

#or2021 #vivere-con-il-tumore-al-seno .tabs {
  margin-bottom: 100px;
}

#or2021 #vivere-con-il-tumore-al-seno .text_01 {
  text-align: center;
  max-width: 850px;
  width: 100%;
  margin: 0 auto 50px auto;
}

#or2021 #vivere-con-il-tumore-al-seno .text_01 b {
  font-weight: 800;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 18px;
}

#or2021 #vivere-con-il-tumore-al-seno .box_col {
  display: flex;
  justify-content: space-between;
}

#or2021 #vivere-con-il-tumore-al-seno .box_col .col_left {
  max-width: 750px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-right: 40px;
}

#or2021 #vivere-con-il-tumore-al-seno .box_col .col_left .box_img {
  width: calc(50% - 10px);
}

#or2021 #vivere-con-il-tumore-al-seno .box_col .col_left .box_img img {
  width: 100%;
}

@media (max-width: 1250px) {
  #or2021 #vivere-con-il-tumore-al-seno .box_col .col_left .box_img {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
  #or2021 #vivere-con-il-tumore-al-seno .box_col .col_left .box_img:not(:last-child) {
    margin: 0 auto 50px auto;
  }
}

@media (max-width: 1250px) {
  #or2021 #vivere-con-il-tumore-al-seno .box_col .col_left {
    margin-bottom: 50px;
    margin-right: 0;
    flex-direction: column;
    align-items: center;
  }
}

#or2021 #vivere-con-il-tumore-al-seno .box_col .col_right {
  width: 100%;
  max-width: 600px;
}

#or2021 #vivere-con-il-tumore-al-seno .box_col .col_right h3 {
  color: #ee8b94;
  font-family: 'AppleGaramond';
  font-size: 30px;
  padding-left: 140px;
  margin-bottom: 10px;
}

@media (max-width: 1250px) {
  #or2021 #vivere-con-il-tumore-al-seno .box_col .col_right h3 {
    padding-left: 0;
    text-align: center;
  }
}

#or2021 #vivere-con-il-tumore-al-seno .box_col .col_right .or_cta {
  position: relative;
  bottom: 30px;
  width: 280px;
  display: block;
  text-align: center;
  margin: auto;
}

@media (max-width: 1250px) {
  #or2021 #vivere-con-il-tumore-al-seno .box_col .col_right .or_cta {
    left: auto;
    bottom: 0;
  }
}

#or2021 #vivere-con-il-tumore-al-seno .box_col .col_right .box_content {
  background-color: #fdfaf7;
  padding: 40px 20px 50px 140px;
  position: relative;
}

#or2021 #vivere-con-il-tumore-al-seno .box_col .col_right .box_content p {
  margin-bottom: 0;
}

#or2021 #vivere-con-il-tumore-al-seno .box_col .col_right .box_content .content {
  max-width: 740px;
  width: 100%;
  margin: auto;
}

#or2021 #vivere-con-il-tumore-al-seno .box_col .col_right .box_content .content .top {
  margin-bottom: 10px;
}

#or2021 #vivere-con-il-tumore-al-seno .box_col .col_right .box_content::before {
  content: '';
  background-image: url("../img/or2021_picto_08.png");
  width: 138px;
  height: 147px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -20px;
}

@media (max-width: 750px) {
  #or2021 #vivere-con-il-tumore-al-seno .box_col .col_right .box_content::before {
    width: 98px;
    height: 104px;
    top: 20px;
    left: 20px;
  }
}

@media (max-width: 1250px) {
  #or2021 #vivere-con-il-tumore-al-seno .box_col .col_right .box_content {
    padding: 20px 170px 20px 130px;
  }
}

@media (max-width: 750px) {
  #or2021 #vivere-con-il-tumore-al-seno .box_col .col_right .box_content {
    padding: 140px 20px 30px 20px;
    max-width: 500px;
  }
}

#or2021 #vivere-con-il-tumore-al-seno .box_col .col_right .box_content_02 {
  margin-top: 50px;
  max-width: 420px;
  width: 100%;
  margin-left: -20px;
}

@media (max-width: 1250px) {
  #or2021 #vivere-con-il-tumore-al-seno .box_col {
    flex-direction: column;
    align-items: center;
  }
}

#or2021 #prendersi-cura-di-una-persona-cara h2.lnttl {
  margin-bottom: 40px;
}

#or2021 #prendersi-cura-di-una-persona-cara .ideas {
  text-align: center;
  max-width: 550px;
  width: 100%;
  display: block;
  margin: auto;
}

#or2021 #prendersi-cura-di-una-persona-cara .ideas li {
  padding-left: 20px;
  position: relative;
  display: inline-block;
}

#or2021 #prendersi-cura-di-una-persona-cara .ideas li::before {
  content: '';
  width: 9px;
  height: 9px;
  background-color: #fcf0e5;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

#or2021 #prendersi-cura-di-una-persona-cara .box_cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

#or2021 #prendersi-cura-di-una-persona-cara .box_cols .col_left,
#or2021 #prendersi-cura-di-una-persona-cara .box_cols .col_mid,
#or2021 #prendersi-cura-di-una-persona-cara .box_cols .col_right {
  display: flex;
  flex-direction: column;
  width: calc((100% / 3) - 50px);
}

@media (max-width: 1250px) {
  #or2021 #prendersi-cura-di-una-persona-cara .box_cols .col_left,
  #or2021 #prendersi-cura-di-una-persona-cara .box_cols .col_mid,
  #or2021 #prendersi-cura-di-una-persona-cara .box_cols .col_right {
    max-width: 350px;
    width: 100%;
  }
}

#or2021 #prendersi-cura-di-una-persona-cara .box_cols .item {
  background-color: #fdfaf7;
  padding: 30px 50px;
  margin: 30px 0;
  font-weight: 800;
}

@media (max-width: 400px) {
  #or2021 #prendersi-cura-di-una-persona-cara .box_cols .item {
    padding: 30px 40px;
  }
}

@media (max-width: 1250px) {
  #or2021 #prendersi-cura-di-una-persona-cara .box_cols {
    flex-direction: column;
    align-items: center;
  }
}

#or2021 #prendersi-cura-di-una-persona-cara .box_quote {
  margin-top: 100px;
  margin-bottom: 100px;
}

#or2021 #prendersi-cura-di-una-persona-cara .box_quote .pct_qute2 {
  font-weight: 800;
  font-size: 20px;
  max-width: 700px;
  width: 100%;
  margin: auto;
}

@media (max-width: 800px) {
  #or2021 #prendersi-cura-di-una-persona-cara .box_quote .pct_qute2 {
    padding: 30px 0;
  }
}

@media (max-width: 800px) {
  #or2021 #prendersi-cura-di-una-persona-cara .box_quote {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

#or2021 #prendersi-cura-di-una-persona-cara .boxxs {
  margin-bottom: 50px;
}

#or2021 #prendersi-cura-di-una-persona-cara .boxxs h3 {
  margin-bottom: 10px;
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti .h3b2 {
  margin-top: 80px;
  margin-bottom: 10px;
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti .tabs {
  margin-top: 50px;
  margin-bottom: 100px;
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti .tabs .nav {
  margin-top: 0;
  padding-right: 20px;
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_title h2 {
  font-family: 'Gilroy', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

@media (max-width: 1150px) {
  #or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_title h2 {
    text-align: center;
  }
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_title h3 {
  font-family: 'AppleGaramond', sans-serif;
  color: #ee8b94;
  font-size: 40px;
  padding-left: 40px;
}

@media (max-width: 1150px) {
  #or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_title h3 {
    text-align: center;
    padding-left: 0;
  }
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols .col_left,
#or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols .col_mid,
#or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols .col_right {
  display: flex;
  flex-direction: column;
  width: calc((100% / 3) - 50px);
}

@media (max-width: 1250px) {
  #or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols .col_left,
  #or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols .col_mid,
  #or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols .col_right {
    max-width: 350px;
    width: 100%;
  }
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols .item {
  background-color: #fdfaf7;
  padding: 30px 50px;
  margin: 30px 0;
  font-weight: bold;
}

@media (max-width: 1250px) {
  #or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols {
    flex-direction: column;
    align-items: center;
  }
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols2 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols2 .col_left {
  width: 360px;
  margin-right: 30px;
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols2 .col_left .round {
  background-color: #eaf3f2;
  width: 360px;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols2 .col_left .round img {
  max-width: 250px;
}

@media (max-width: 1150px) {
  #or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols2 .col_left .round img {
    max-width: 200px;
  }
}

@media (max-width: 1150px) {
  #or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols2 .col_left .round {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 1150px) {
  #or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols2 .col_left {
    margin-bottom: 50px;
    width: 250px;
  }
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols2 .col_right {
  max-width: 1050px;
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols2 .col_right h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols2 .col_right h3 span {
  font-family: 'AppleGaramond', serif;
  color: #ee8b94;
  font-size: 36px;
}

@media (max-width: 1150px) {
  #or2021 #sostenere-al-meglio-i-tuoi-pazienti .box_cols2 {
    flex-direction: column-reverse;
  }
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti .desc {
  margin-bottom: 20px;
}

@media (max-width: 1150px) {
  #or2021 #sostenere-al-meglio-i-tuoi-pazienti .desc {
    padding: 0;
  }
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti ul:not(.nav) {
  margin-top: 50px;
  margin-bottom: 50px;
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti ul:not(.nav) li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}

#or2021 #sostenere-al-meglio-i-tuoi-pazienti ul:not(.nav) li::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 2px;
  width: 11px;
  height: 11px;
  background-color: #89c5bd;
  border-radius: 50%;
}

@media (max-width: 1150px) {
  #or2021 #sostenere-al-meglio-i-tuoi-pazienti ul:not(.nav) {
    padding: 0;
  }
}

#or2021 .footer .box_title {
  margin-top: 80px;
}

#or2021 .footer .box_title h2 {
  font-family: 'Gilroy', sans-serif;
  font-size: 20px;
  padding-left: 40px;
}

@media (max-width: 1150px) {
  #or2021 .footer .box_title h2 {
    text-align: center;
    padding-left: 0;
  }
}

#or2021 .footer .box_title h3 {
  font-family: 'AppleGaramond', sans-serif;
  color: #ee8b94;
  font-size: 40px;
  margin-bottom: 6px;
}

@media (max-width: 1150px) {
  #or2021 .footer .box_title h3 {
    text-align: center;
  }
}

#or2021 .footer .box_res {
  background-color: #fdfaf7;
  display: flex;
  justify-content: space-around;
  padding: 30px 50px;
  max-width: 900px;
  width: 100%;
  margin: 30px auto;
}

#or2021 .footer .box_res .col {
  display: flex;
  flex-direction: column;
}

#or2021 .footer .box_res .col a {
  color: #89c5bd;
  font-weight: 800;
  display: inline-block;
  position: relative;
  margin: 6px 0;
}

#or2021 .footer .box_res .col a:before {
  content: '>';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
}

@media (max-width: 650px) {
  #or2021 .footer .box_res .col {
    width: 220px;
  }
}

@media (max-width: 650px) {
  #or2021 .footer .box_res {
    flex-direction: column;
    align-items: center;
    max-width: 400px;
  }
}

#or2021 .footer .box_src {
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#or2021 .footer .box_src small {
  font-size: 12px;
}

#or2021 .footer .box_src small a {
  color: #535353;
}

@media (max-width: 650px) {
  #or2021 .footer .box_src {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

#or2021 .tabs {
  display: flex;
  justify-content: space-between;
}

#or2021 .tabs .nav {
  max-width: 320px;
  width: 100%;
  padding-right: 20px;
}

#or2021 .tabs .nav li {
  margin-bottom: 15px;
}

#or2021 .tabs .nav li a {
  font-weight: bold;
  color: #535353;
  transition: .2s;
}

#or2021 .tabs .nav li.ui-tabs-active a {
  color: #89c5bd;
}

@media (max-width: 1150px) {
  #or2021 .tabs .nav li {
    text-align: center;
  }
}

@media (max-width: 1150px) {
  #or2021 .tabs .nav {
    padding-right: 0;
  }
}

#or2021 .tabs .tab_content {
  padding: 60px 60px 20px 60px;
  max-width: 1050px;
  min-height: 450px;
  width: 100%;
  background-image: url("../img/or2021_bg_01.png");
  background-size: cover;
  background-position: center bottom;
}

#or2021 .tabs .tab_content h3 {
  text-align: center;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 40px;
}

#or2021 .tabs .tab_content p {
  padding: 0 50px;
  font-weight: bold;
}

#or2021 .tabs .tab_content p.quote {
  color: #ee8b94;
  margin-bottom: 40px;
  font-weight: 800;
}

#or2021 .tabs .tab_content p.text {
  margin-bottom: 40px;
  font-weight: 500;
}

@media (max-width: 750px) {
  #or2021 .tabs .tab_content p {
    padding: 0 30px;
  }
}

@media (max-width: 750px) {
  #or2021 .tabs .tab_content {
    padding: 40px 30px 20px 30px;
  }
}

@media (max-width: 1150px) {
  #or2021 .tabs {
    flex-direction: column;
    align-items: center;
  }
}

#or2021 .to_top {
  z-index: 10;
  display: none;
  position: fixed;
  right: 100px;
  bottom: 100px;
  height: 60px;
  width: 60px;
  box-shadow: 0 0 4px 0 rgba(122, 122, 122, 0.5);
  border-radius: 50%;
  background-color: #89c5bd;
  text-align: center;
  line-height: 55px;
}

#or2021 .to_top img {
  padding: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  fill: #fff;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  vertical-align: middle;
}

@media (max-width: 950px) {
  #or2021 .to_top {
    left: 80vw;
    right: 0;
    bottom: 100px;
  }
}
