@charset "UTF-8";
/********************************************** TYPO *************************************************/
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900&display=swap");
/******************************************** GENERAL ***********************************************/
body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  border: none;
}

p,
ul li {
  text-align: justify;
}

#wrap .block-block-content .row, #section #content .row {
  margin-left: 0;
  margin-right: 0;
}

.block ol,
.block ul {
  margin: 20px 0;
}

table tr {
  border: none;
  background: none;
}

img.align-right {
  margin: 0 0 20px 20px;
}

img.align-left {
  margin: 0 20px 20px 0;
}

iframe {
  max-width: 100% !important;
}

#main {
  margin-bottom: 0;
}

#wrap .region a:hover {
  text-decoration: none !important;
}

select {
  background-color: #ffffff;
  -webkit-appearance: none;
}

select {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

/************************************* TEMPLATES WYSIWYG ****************************************/
.tpl_bouton {
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 45px;
  display: inline-block;
  text-transform: uppercase;
}

.tpl_savoir_plus {
  font-weight: bold;
  text-decoration: underline !important;
  color: #383778 !important;
  margin-top: 20px;
}

ul.tpl_ancres {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 40px 0;
  padding: 0;
  flex-wrap: wrap;
}

ul.tpl_ancres li {
  text-align: center;
  padding: 5px 15px;
  display: table;
}

ul.tpl_ancres li:before {
  display: none !important;
}

/*ul.tpl_ancres li a { font-weight: 500; font-size: 24px; color: #ffffff; text-decoration: none!important; display: block; width: 100%; background:#e07e64; border-radius: 10px; padding: 15px; }*/
ul.tpl_ancres li a {
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none !important;
  display: table-cell;
  vertical-align: middle;
  min-width: 215px;
  height: 75px;
  background: #e07e64;
  border-radius: 10px;
  padding: 0 15px;
}

ul.tpl_ancres li a:hover {
  color: #e07e64;
  background: #ffffff;
  border: 1px solid #e07e64;
}

ul.tpl_ancres li a:hover {
  text-decoration: underline;
}

.tpl_2_colonnes {
  display: flex;
}

.tpl_2_colonnes .colonne {
  width: 50%;
  padding: 0 15px 0 0;
}

.tpl_2_colonnes .colonne + .colonne {
  padding: 0 0 0 15px;
}

.tpl_2_colonnes .colonne img {
  width: 100%;
}

.tpl_2_colonnes_40_60 {
  display: flex;
  align-items: center;
}

.tpl_2_colonnes_40_60 .colonne_40 {
  width: 40%;
  padding: 0 15px 0 0;
}

.tpl_2_colonnes_40_60 .colonne_60 {
  width: 60%;
  padding: 0 0 0 15px;
}

.tpl_2_colonnes_40_60 img {
  width: 100%;
}

.tpl_2_colonnes_20_80 {
  display: flex;
  align-items: center;
}

.tpl_2_colonnes_20_80 .colonne_20 {
  width: 20%;
  padding: 0 15px 0 0;
}

.tpl_2_colonnes_20_80 .colonne_80 {
  width: 80%;
  padding: 0 0 0 15px;
}

/*.tpl_2_colonnes_20_80 img { width:100%; }*/
.tpl_3_colonnes {
  display: flex;
}

.tpl_3_colonnes .trois_colonne {
  width: 33%;
  padding: 0 15px 0 0;
}

.tpl_3_colonnes .trois_colonne + .colonne {
  padding: 0 0 0 15px;
}

.tpl_3_colonnes .trois_colonne img {
  width: 100%;
}

.tpl_bouton_violet {
  display: inline-block;
  background: #383778;
  color: #ffffff !important;
  height: 44px;
  min-width: 186px;
  text-align: center;
  border: 1px solid #383778;
  border-radius: 10px;
  line-height: 44px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 500;
}

.tpl_bouton_violet:hover {
  background: #ffffff;
  color: #383778 !important;
}

.tpl_bouton_violet + .tpl_bouton_violet {
  margin-left: 45px;
}

.tpl_6_colonnes {
  display: flex;
}

.tpl_6_colonnes .six_colonne {
  width: 16.66%;
  padding: 0 15px 0 0;
}

.tpl_6_colonnes .six_colonne + .colonne {
  padding: 0 0 0 15px;
}

.tpl_6_colonnes .six_colonne img {
  width: 100%;
}

.tpl_4_colonnes {
  display: flex;
}

.tpl_4_colonnes .colonne {
  width: 25%;
  padding: 0 15px;
}

.tpl_4_colonnes .colonne img {
  width: 100%;
}

.tpl_5_colonnes {
  display: flex;
}

.tpl_5_colonnes .colonne {
  width: 20%;
  padding: 0 15px;
}

.tpl_5_colonnes .colonne img {
  width: 100%;
}

/**************************************** REGION ****************************************/
#highlighted {
  background: #80bcc1;
}

/*#highlighted .container { max-width: 100%; }*/
/*
.path-frontpage #highlighted {
	background: url(../images/connected-dots-2-fading.png) no-repeat center top #fff;
}
*/
.path-actualites #highlighted,
.path-taxonomy #highlighted,
.path-bibliographie #highlighted {
  background-color: #383878;
}

.path-webform #highlighted {
  background-color: #d7d7e4;
}

.path-frontpage #fullscreen,
.path-node #fullscreen {
  background-color: #e07e64;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99999;
}

#zone_grise_devient_blanche {
  background-color: #ffffff;
}

#zone_grise_1,
#zone_grise_2,
#zone_grise_3 {
  background-color: #d7d7e4;
}

#zone_grise_1 {
  margin-bottom: 40px;
}

#zone_grise_3 {
  padding: 20px 0;
}

#zone_verte_1,
#zone_verte_2 {
  background-color: #d9ebec;
}

.path-frontpage #zone_verte_1 .region-zone-verte-1 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 20px 0;
}

#zone_bleu_1 {
  background-color: #4c4b85;
  padding: 20px 0;
}

.path-frontpage #zone_bleu_1 {
  margin: 40px 0 0;
}

#zone_blanche_0,
#zone_blanche_1,
#zone_blanche_1_5,
#zone_blanche_2 {
  background-color: #ffffff;
}

#zone_blanche_0,
#zone_blanche_1,
#zone_blanche_1_5 {
  padding: 20px 0;
}

#zone_blanche_2 {
  padding: 20px 0 0 0;
}

#zone_blanche_1 ul li::marker,
#zone_blanche_2 ul li::marker,
#section ul li::marker {
  color: #e07e64;
}

#block-ongletuserjaiuncompte .field--name-body .tabs li::before {
  background: inherit;
  content: none;
}

#zone_blanche_1 .field--name-body ul,
#zone_blanche_2 .field--name-body ul,
#section .field--name-body ul,
#main-header {
  padding-left: 0;
  list-style: none;
}

#zone_blanche_1 .field--name-body ul li:before,
#zone_blanche_2 .field--name-body ul li:before,
#section .field--name-body ul li:before {
  background: url(../images/bullet.png) left top 8px no-repeat;
  content: " ";
  width: 16px;
  height: 16px;
  display: inline-block;
}

#zone_blanche_1 h2,
#zone_blanche_2 h2,
#section h2 {
  color: #e07e64;
  margin: 20px 0;
}

#zone_grise_1 h2,
#zone_grise_2 h2,
#zone_verte_1 h2,
#zone_verte_2 h2,
#zone_bleu_1 h2 {
  color: #3d3d3d;
}

#zone_blanche_1 .block + .block,
#zone_blanche_2 .block + .block {
  margin: 40px 0 0;
}

#block-anatomikmodeling-content {
  padding-bottom: 20px;
}

.page-node-type-publication .node__content {
  padding-top: 40px;
}

.node__content:after {
  content: "";
  display: table;
  clear: both;
}

.region {
  width: 100%;
}

.block h2 {
  font-weight: 500;
  font-size: 30px;
}

.block > h2,
.block_faq h2,
.node .field--name-body h2,
#zone_blanche_1 h2,
#zone_blanche_2 h2 {
  color: #e07e64;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}

/*#zone_blanche_1 #classification .field--name-body h2, #zone_blanche_1 #impact .field--name-body h2, #zone_blanche_1 #impactPsy .field--name-body h2 { margin-top: 40px; }*/
/*.node .field--name-body h2 { margin:20px 0; }*/
#section .node .field--name-body h2 {
  margin: 40px 0 20px 0;
}

#section .node .field--name-body .field__item > * + h2 {
  margin: 0 0 20px 0;
}

.node .field--name-body h3,
#block-lestechniquesorthopediquesremodelantes .field--name-body h3,
#block-inconvenientsetrisquesdestechniquesremodelantes .field--name-body h3 {
  font-weight: 500;
  font-size: 24px;
  color: #e07e64;
  margin-bottom: 20px;
}

#section + #footer {
  margin-top: 0;
}

.path-trouver-un-chirurgien #section + #footer {
  margin-top: 20px;
}

/*.node__content .field--name-body .field__item p:last-child { margin-bottom: 0; }*/
#section + #zone_verte_2 {
  margin-top: 20px;
}

.tpl_2_colonnes + h2 {
  margin-top: 20px !important;
}

.page-node-type-chirurgien #zone_blanche_1,
.page-node-type-chirurgien #zone_blanche_2,
.page-node-type-chirurgien #zone_grise_1,
.page-node-type-chirurgien #zone_grise_2,
.page-node-type-chirurgien #zone_verte_1,
.page-node-type-chirurgien #zone_verte_2,
.page-node-type-chirurgien #zone_bleu_1 {
  padding: 0;
}

.page-node-type-chirurgien #zone_grise_1,
.page-node-type-chirurgien #zone_grise_2,
.page-node-type-chirurgien #zone_verte_1,
.page-node-type-chirurgien #zone_verte_2,
.page-node-type-chirurgien #zone_bleu_1,
.page-node-type-chirurgien .bandeau_bottom_white {
  background-repeat: repeat-x;
  background-position: top left;
  background-image: url(../images/bandeau_blanc_20.jpg);
}

.page-node-type-chirurgien .bandeau_bottom_white {
  background-position: left bottom;
}

.page-node-type-chirurgien #zone_grise_1 .region,
.page-node-type-chirurgien #zone_grise_2 .region,
.page-node-type-chirurgien #zone_verte_1 .region,
.page-node-type-chirurgien #zone_verte_2 .region,
.page-node-type-chirurgien #zone_bleu_1 .region {
  padding: 20px 0 0;
  margin: 20px 0;
}

.page-node-type-chirurgien #zone_blanche_1 .region,
.page-node-type-chirurgien #zone_blanche_2 .region {
  padding: 20px 0 0;
}

.page-node-type-chirurgien #zone_blanche_1 .region h2,
.page-node-type-chirurgien #zone_blanche_2 .region h2,
.page-node-type-chirurgien #zone_grise_1 .region h2,
.page-node-type-chirurgien #zone_grise_2 .region h2,
.page-node-type-chirurgien #zone_verte_1 .region h2,
.page-node-type-chirurgien #zone_verte_2 .region h2,
.page-node-type-chirurgien #zone_bleu_1 .region h2 {
  margin-top: 0;
}

.page-node-type-chirurgien #footer {
  margin-top: 20px;
}

#breadcrumb {
  background: none;
  border: none;
  padding: 0;
  margin: 0.5em 0 1em 0 !important;
}

#breadcrumb .breadcrumb {
  background: none;
  margin: 0;
}

/**************************************** ONGLET REGISTER FORM ****************************************/
#block-anatomikmodeling-account-menu {
  margin-top: 40px;
  margin-bottom: 20px;
}

#main .block.onglet ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

#main #block-ongletuserjaiuncompte ul {
  justify-content: center;
}

#main .block.onglet ul li {
  padding: 0;
  margin: 0 0 20px;
  width: 14%;
  float: none;
  display: inline-block;
}

#main #block-ongletuserjaiuncompte ul li {
  float: none;
  min-width: 250px;
  margin-left: 1%;
  margin-right: 1%;
}

#main .block.onglet ul li a {
  height: 44px;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #3d3d3d;
  border-radius: 10px;
  text-align: center;
  color: #3d3d3d;
  font-weight: 500;
  line-height: 35px;
  text-decoration: none;
  padding: 0.2em 1em;
}

#main .block.onglet ul li a:hover,
#main .block.onglet ul li a.is-active,
.path-user #main .block.onglet ul li:nth-child(4) a {
  background-color: #3d3d3d;
  color: #ffffff;
  border-radius: 10px;
}

#main .block.onglet ul li:nth-child(7),
#main .block.onglet ul li:nth-child(8) {
  width: 44px;
  height: 44px;
  overflow: hidden;
  padding: 0;
}

#main .block.onglet ul li:nth-child(7) a,
#main .block.onglet ul li:nth-child(8) a,
#main .block.onglet ul li:nth-child(7) a:is(.is-active, :hover),
#main .block.onglet ul li:nth-child(8) a:is(.is-active, :hover) {
  background-color: transparent;
  border: none;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

#main .block.onglet ul li:nth-child(7) a {
  background-image: url("../images/Icone-profil.png");
}

#main .block.onglet ul li:nth-child(7) a:is(.is-active, :hover) {
  background-image: url("../images/Icone-profil-selection.png");
}

#main .block.onglet ul li:nth-child(8) a {
  background-image: url("../images/Icone-deconnexion.png");
}

#main .block.onglet ul li:nth-child(8) a:is(.is-active, :hover) {
  background-image: url("../images/Icone-deconnexion-selection.png");
}

#user-login-form #mot-passe-oublie {
  text-align: center;
}

#user-login-form #mot-passe-oublie a:hover {
  color: #e07e64;
}

#tarteaucitron *, #tarteaucitronRoot * {
  text-shadow: none;
  box-shadow: none;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: rgba(0, 0, 0, 0.7) !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig button {
  border-radius: 0;
}

/**************************************** MENU PRINCIPAL ****************************************/
#logo {
  padding: 0;
  display: block;
  width: 100%;
}

.region-header-right #block-navigationprincipale-2 #superfish-main li a, .region-header-right #block-navigationreduite #superfish-navigation-reduite li a,
.region-header-right #block-navigationprincipale-2 #superfish-main li .sf-depth-1, .region-header-right #block-navigationreduite #superfish-navigation-reduite li .sf-depth-1,
#compte-anatomik:hover ul li a {
  font-weight: 500;
  text-transform: uppercase;
  color: #3d3d3d;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  height: 24px;
  padding: 0 3px;
  cursor: pointer;
}

.region-header-right #block-navigationprincipale-2 #superfish-main li a:hover, .region-header-right #block-navigationreduite #superfish-navigation-reduite li a:hover,
.region-header-right #block-navigationprincipale-2 #superfish-main li .sf-depth-1:hover, .region-header-right #block-navigationreduite #superfish-navigation-reduite li .sf-depth-1:hover {
  color: #e07e64;
}

#block-navigationprincipale-2, #block-navigationreduite {
  padding-bottom: 20px;
  width: auto;
  padding-top: 10px;
  /*margin-bottom: 20px;*/
}

#block-navigationprincipale-2 ul.sf-expanded, #block-navigationreduite ul.sf-expanded {
  margin-bottom: 20px;
}

.region-header-right #block-navigationprincipale-2 #superfish-main li, .region-header-right #block-navigationreduite #superfish-navigation-reduite li {
  border: none;
  padding: 0 0 0 21px;
}

.sf-sub-indicator {
  display: none;
}

.region.region-header-right {
  display: flex !important;
  flex-wrap: wrap;
}

.block.contact_compte {
  margin: 20px 0;
  padding-top: 10px;
}

.block.contact_compte .field--name-body {
  display: flex;
  justify-content: space-between;
}

#contact-anatomik a {
  background: url(../images/icoContactHeader.png) no-repeat left bottom;
  width: 31px;
  height: 23px;
  display: block;
  color: transparent;
}

#contact-anatomik a:hover {
  background-position: left -31px bottom;
}

#compte-anatomik > a {
  background: url(../images/icoProfil.png) no-repeat left top;
  width: 24px;
  height: 24px;
  display: block;
  color: transparent;
}

#compte-anatomik > a:hover,
#block-contactcompteconnecte #compte-anatomik > a {
  background-position: left -24px top;
}

#compte-anatomik > span {
  margin: 0 0 15px;
}

#header-right #compte-anatomik ul {
  display: none;
}

#header-right #compte-anatomik:hover ul {
  display: block;
  position: absolute;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  left: 0;
  top: 3.4em;
  z-index: 1000;
  margin: 0;
  padding: 0;
}

#contact-anatomik {
  padding: 0 22px;
}

#block-languagedropdownswitcher select {
  background: url("../images/drapeau_fr.jpg");
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  height: 21px;
}

#block-languagedropdownswitcher option[selected=selected],
#block-languagedropdownswitcher option {
  color: #3d3d3d;
}

#block-languagedropdownswitcher option:hover {
  background-color: #e07e64;
}

.lang-dropdown-select-element {
  padding: 1px 8px !important;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

#block-languagedropdownswitcher {
  margin: 20px 0 20px 22px;
  padding-top: 10px;
}

#block-languagedropdownswitcher .lang-dropdown-form .form-item-lang-dropdown-select {
  display: inline-block;
}

.region-header-right #block-navigationprincipale-2 #superfish-main #main-menu-link-content00819450-f222-4eba-a827-1bae25404c24 a, .region-header-right #block-navigationreduite #superfish-navigation-reduite #navigation-reduite-menu-link-content464e8e88-f691-4dd6-b143-8f0b830e115f a {
  border: 1px solid #3d3d3d;
  border-radius: 10px;
  padding: 0 5px;
}

.region-header-right #block-navigationprincipale-2 #superfish-main #main-menu-link-content00819450-f222-4eba-a827-1bae25404c24 a:hover, .region-header-right #block-navigationreduite #superfish-navigation-reduite #navigation-reduite-menu-link-content464e8e88-f691-4dd6-b143-8f0b830e115f a:hover {
  background-color: #e07e64;
  border: 1px solid #ffffff;
  color: #ffffff;
}

#header-right ul.menu li,
#header-top ul.menu li,
#header-right ul.menu,
#header-top ul.menu {
  overflow: visible;
}

ul.sf-menu.sf-horizontal ul,
#compte-anatomik:hover ul {
  width: 186px !important;
  background-color: #fff !important;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

ul.sf-menu.sf-horizontal ul li,
#compte-anatomik:hover ul li {
  padding-left: 0 !important;
  height: 40px !important;
  display: table !important;
  width: 100%;
}

ul.sf-menu.sf-horizontal ul li + li,
#compte-anatomik:hover ul li + li {
  border-top: 1px solid #b4b4b4 !important;
}

ul.sf-menu.sf-horizontal ul li:hover,
#compte-anatomik:hover ul li:hover {
  background-color: #e07e64;
}

ul.sf-menu.sf-horizontal ul li a,
#compte-anatomik:hover ul li a {
  font-weight: 500;
  color: #3d3d3d;
  display: block;
  text-align: left;
  text-transform: inherit !important;
  padding-left: 10px !important;
}

ul.sf-menu.sf-horizontal ul li a:hover,
#compte-anatomik:hover ul li a:hover {
  color: #ffffff !important;
}

#compte-anatomik:hover ul li a {
  display: table-cell;
  vertical-align: middle;
}

html[lang=en] #block-languagedropdownswitcher .form-type-select select {
  background: url("../images/drapeau_en.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

html[lang=es] #block-languagedropdownswitcher .form-type-select select {
  background: url("../images/drapeau_es.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

html[lang=de] #block-languagedropdownswitcher .form-type-select select {
  background: url("../images/drapeau_de.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

html[lang=it] #block-languagedropdownswitcher .form-type-select select {
  background: url("../images/drapeau_it.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

html[lang=pt-pt] #block-languagedropdownswitcher .form-type-select select {
  background: url("../images/drapeau_po.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

html[lang=da] #block-languagedropdownswitcher .form-type-select select {
  background: url("../images/drapeau_da.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

html[lang=nl] #block-languagedropdownswitcher .form-type-select select {
  background: url("../images/drapeau_ne.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

html[lang=el] #block-languagedropdownswitcher .form-type-select select {
  background: url("../images/drapeau_gr.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

html[lang=sv] #block-languagedropdownswitcher .form-type-select select {
  background: url("../images/drapeau_sv.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

html[lang=ru] #block-languagedropdownswitcher .form-type-select select {
  background: url("../images/drapeau_ru.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

html[lang=pl] #block-languagedropdownswitcher .form-type-select select {
  background: url("../images/drapeau_pl.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

html[lang=tr] #block-languagedropdownswitcher .form-type-select select {
  background: url("../images/drapeau_tr.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

html[lang=nb] #block-languagedropdownswitcher .form-type-select select {
  background: url("../images/drapeau_nb.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

/******************************************* ACCUEIL ********************************************/
.path-frontpage #block-titredepage,
.page-node-41 #block-titredepage,
.path-trouver-un-chirurgien #block-titredepage,
.page-node-121 #block-titredepage {
  display: none;
}

#block-contacterunchirurgien p {
  text-align: center;
  margin: auto;
  padding: 5px 0;
}

#block-contacterunchirurgien p a {
  width: 357px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  color: #e07e64;
  margin: 0 auto;
  display: block;
  font-weight: 600;
  font-size: 30px;
}

#block-contacterunchirurgien p a:hover {
  background-color: #e07e64;
  color: #ffffff;
}

#block-testpromo p {
  text-align: center;
  margin: auto;
  padding: 5px 0;
}

#block-testpromo p a {
  width: 357px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  color: #e07e64;
  margin: 0 auto;
  display: block;
  font-weight: 600;
  font-size: 30px;
}

#block-testpromo p a:hover {
  background-color: #e07e64;
  color: #ffffff;
}

#block-videoaccueil {
  width: 100%;
}

#block-videoaccueil iframe,
#block-videoaccueil video {
  display: block;
  margin: auto;
}

#block-videoaccueil .field--name-body p {
  margin-bottom: 0;
}

#block-introduction {
  margin-top: 40px;
}

#block-introduction h1 {
  font-weight: 500;
  font-size: 34px;
  color: #e07e64;
  text-align: center;
  margin-bottom: 40px;
}

#block-introduction p {
  font-weight: 500;
  color: #3d3d3d;
  text-align: center;
}

#block-introduction a {
  font-weight: 700;
  color: #3d3d3d;
  text-decoration: underline;
}

#block-introduction a:hover {
  color: #e07e64;
}

#block-introduction p:last-child {
  display: table;
  width: 186px;
  margin: 0 auto 20px auto;
}

#block-introduction a.btnSociete {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px;
  margin: 0 auto 40px;
  text-decoration: none;
  background-color: #383878;
  border: 1px solid #383878;
  border-radius: 10px;
  min-width: 186px;
  height: 44px;
  display: table-cell;
  vertical-align: middle;
}

#block-introduction a.btnSociete:hover {
  color: #383878;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #383878;
}

#block-pectusexcavatum,
#block-syndromedepoland {
  width: 50%;
  flex: 1 1 0;
}

#block-pectusexcavatum {
  padding-right: 35px;
}

#block-syndromedepoland {
  padding-left: 35px;
}

#block-pectusexcavatum article,
#block-syndromedepoland article {
  background-color: #80bcc1;
  color: #ffffff;
  text-align: center;
  padding: 0 15px;
}

#block-pectusexcavatum article a,
#block-syndromedepoland article a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0 40px;
}

#block-pectusexcavatum article a img,
#block-syndromedepoland article a img {
  margin-top: 15px;
  margin-bottom: 20px;
  height: 300px;
}

#block-pectusexcavatum h2,
#block-syndromedepoland h2 {
  margin-bottom: 25px;
}

#block-pectusexcavatum h2 > a,
#block-syndromedepoland h2 > a {
  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
}

#block-pectusexcavatum article p,
#block-syndromedepoland article p {
  text-align: center;
}

#block-pectusexcavatum article a span.tpl_bouton,
#block-syndromedepoland article a span.tpl_bouton {
  color: #80bcc1;
  background: #ffffff;
  border: 1px solid #ffffff;
  margin-bottom: 15px;
}

#block-pectusexcavatum article:hover a span.tpl_bouton,
#block-syndromedepoland article:hover a span.tpl_bouton {
  color: #ffffff;
  background: #80bcc1;
}

#block-recherche .field--name-body .row > div {
  padding: 0 15px;
}

#block-recherche .field--name-body .row > div h2 {
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  margin: 0 0 20px;
}

#block-recherche .field--name-body .row > div.col-lg-8 p {
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
}

#block-recherche .field--name-body .row > div.col-lg-8 p a {
  color: #383878;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
}

#block-recherche .field--name-body .row > div.col-lg-8 p a:hover {
  background-color: #383878;
  color: #ffffff;
}

#block-recherche .field--name-body .row > div:nth-child(2) {
  text-align: center;
}

#block-recherche .field--name-body .row > div:nth-child(2) a {
  border: 2px dotted #fff;
  border-radius: 50%;
  display: inline-block;
}

#block-recherche .field--name-body .row > div:nth-child(2) a img {
  padding: 4px;
}

#block-recherche .field--name-body .row {
  align-items: center;
}

#block-views-block-actualites-block-1 {
  margin-bottom: 20px;
}

body:is(.path-actualites, .path-taxonomy) .view-actualites .view-content .views-col {
  margin-bottom: 20px;
}

.view-actualites .view-content .views-col {
  padding: 0 15px;
}

.view-actualites .view-content .views-col article img {
  width: 100%;
}

.view-actualites .view-content .views-col article > h3,
.view-actualites .view-content .views-col article > p {
  margin: 0;
}

#block-views-block-actualites-block-1 .view-actualites .view-content .views-col article a:nth-child(3) {
  font-size: 12px;
  height: 85px;
}

.view-actualites .view-content .views-col article > h3 a {
  font-weight: 500;
  font-size: 18px;
  color: #e07e64;
  height: 79px;
  padding: 20px 10px;
  display: block;
}

.view-actualites .view-content .views-col article a:nth-child(3) {
  display: block;
  font-weight: 500;
  color: #3d3d3d;
  margin: 0 auto;
  height: 85px;
  text-decoration: none !important;
  padding: 0 10px;
  font-size: 12px;
}

.view-actualites .view-content .views-col article a:nth-child(3) .suite {
  color: #383878;
  text-decoration: underline;
}

.view-actualites .view-footer,
.view-publications .view-footer {
  text-align: center;
  margin-top: 5px;
  clear: both;
}

.view-actualites .view-footer a,
.view-publications .view-footer a {
  min-width: 184px;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 44px;
  background-color: #383878;
  border: 1px solid #383878;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px;
  display: block;
  margin: 20px auto 0 auto;
  line-height: 24px;
}

.view-actualites .view-footer a:hover,
.view-publications .view-footer a:hover {
  background-color: #ffffff;
  color: #383878;
}

/*.block-actualites .view-content .views-col article a:nth-child(3) {
	height: 90px;
}*/
.block-actualites .view-footer a,
.view-publications .view-footer a {
  margin-top: 0;
}

.block-temoignages {
  z-index: 2;
  float: left;
  width: 50%;
  padding: 0 25px;
  background: url(../images/guillemets.png) no-repeat;
  background-position: left top 20px;
  margin: 0 !important;
}

#zone_blanche_2 .block-temoignages .temoignage {
  font-weight: 500;
  font-size: 24px;
  color: #3d3d3d;
  text-align: center;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}

#zone_blanche_2 .block-temoignages h2 {
  font-weight: 500;
  font-size: 24px;
  color: #3d3d3d;
  text-align: center;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}

.block-temoignages .views-field .field-content p:nth-child(1),
.view-temoignages .views-field .field-content p:nth-child(1) {
  font-weight: 500;
  font-size: 14px;
  color: #3d3d3d;
}

.block-temoignages .views-field .field-content p:nth-child(1) {
  height: 74px;
}

.view-temoignage-chirurgien .views-field .field-content p:last-child,
.view-patient .views-field .field-content p:nth-child(2),
.view-temoignages .views-field .field-content p:nth-child(2) {
  font-weight: 700;
  font-size: 14px;
  color: #3d3d3d;
  text-align: right;
}

.view-temoignage-chirurgien .views-field .field-content p:last-child,
.view-patient .views-field .field-content p:nth-child(2) {
  height: 32px;
}

.block-temoignages .view-footer p {
  text-align: center;
  display: table;
  margin: 0 auto;
}

.block-temoignages .view-footer .bouton {
  min-width: 220px;
  height: 44px;
  background-color: #383878;
  border: 1px solid #383878;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}

.block-temoignages .view-footer .bouton:hover {
  background-color: #ffffff;
  color: #383878;
}

/*************************************************************************************************/
/**************************************** PAGE PATHOLOGIE ****************************************/
/*************************************************************************************************/
.block-introduction .image {
  padding: 0;
  margin: 0;
}

.block-introduction .texte {
  padding: 0 0 0 15px;
}

.page-node-type-chirurgien .block-introduction .texte {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 15px 15px;
}

.page-node-type-chirurgien .block-introduction .texte .pathologies {
  display: flex;
  flex-wrap: wrap;
}

.page-node-type-chirurgien .block-introduction .texte .pathologies a + a {
  margin-left: 7px;
}

.block-introduction .texte h1 {
  font-weight: 500;
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 15px;
  padding-top: 15px;
}

.block-introduction .texte p,
.block-introduction .texte ul {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
}

.page-node-type-chirurgien .block-introduction .texte p.nom_chirurgien, .page-node-type-chirurgien .block-introduction .texte p.nom_etablissement {
  font-weight: 700;
  font-size: 22px;
  margin-top: 30px;
}

.block-introduction .texte p b {
  font-weight: 700;
}

.block-introduction .texte a {
  color: #383878;
  text-decoration: underline;
}

.page-node-type-chirurgien .block-introduction .texte a {
  color: #ffffff;
}

.page-node-52 .block-introduction .texte p {
  line-height: 24px;
}

#intervention .row {
  margin: 0;
}

#intervention .row > div:nth-child(2) {
  padding: 20px 20px 0;
}

#suites-operatoires .field--name-body h3 {
  color: #e07e64;
}

#resultats {
  padding: 20px 0 0;
}

#resultats a.tpl_bouton {
  color: #ffffff;
  text-transform: uppercase;
  min-width: 186px;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 44px;
  background-color: #383878;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  display: block;
  margin: 20px auto;
  line-height: 24px;
}

#resultats a.tpl_bouton:hover {
  color: #383878;
  background-color: #ffffff;
  border: 1px solid #383878;
}

#suites-operatoires .field--name-body .tpl_2_colonnes:nth-child(2) .colonne h3 {
  margin-bottom: 20px;
}

#block-views-block-actualites-block-2 {
  padding-top: 20px;
  clear: both;
}

#block-titresectiontemoignage {
  clear: both;
}

.view-faq.ui-accordion .ui-accordion-header {
  padding: 5px 15px;
  font-weight: 600;
  font-size: 14px;
  color: #e07e64 !important;
  list-style: none;
  letter-spacing: inherit;
  font-family: Raleway;
}

.block .view-faq.ui-accordion p {
  color: #3d3d3d;
}

.view-faq.ui-accordion h3.ui-state-active {
  border-bottom: none;
}

.view-faq.ui-accordion .ui-accordion-content {
  padding: 15px;
  margin-bottom: 0;
  height: auto !important;
}

.view-faq.ui-accordion .ui-accordion-content p {
  margin-bottom: 0;
  font-weight: 500;
  color: #3d3d3d;
  list-style: none;
  font-family: Raleway;
}

.view-faq.ui-accordion .ui-accordion-content p a {
  color: #3d3d3d;
}

.view-faq.ui-accordion .ui-accordion-content p a:hover,
.view-faq.ui-accordion .view-footer a:hover {
  color: #e07e64;
  text-decoration: underline !important;
}

.view-faq .ui-state-default {
  border: 1px solid #c1c1c1;
  background: #ffffff;
}

.view-faq .ui-state-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  background: none;
}

.view-faq .ui-widget-content {
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}

.view-faq ui-accordion-content-active {
  height: auto;
}

.view-faq .ui-icon {
  background-image: url("../images/menu_plus.png");
  background-position: center center;
  position: absolute;
  right: 15px;
  top: 9px;
}

.view-faq .ui-state-hover .ui-icon,
.view-faq .ui-state-focus .ui-icon,
.view-faq .ui-button:hover .ui-icon,
.view-faq .ui-button:focus .ui-icon {
  background-image: url("../images/menu_plus.png");
}

.view-faq .ui-state-active .ui-icon,
.view-faq .ui-button:active .ui-icon {
  background-image: url("../images/menu_moins.png");
}

.view-faq .col-12 > p {
  padding-top: 20px;
  margin-bottom: 40px;
}

.view-faq .view-footer {
  margin-top: 10px;
}

.view-faq .view-footer a {
  text-decoration: underline;
}

#block-views-block-faq-block-1 {
  clear: both;
}

.page-node-76 #suites-operatoires h2 {
  margin-top: 0;
}

/**************************************** PAGE ACTUALITES ****************************************/
.block-views-blockactualites-en-tete-categorie-block-2 {
  background-color: #80bcc1;
}

.block-views-blockactualites-en-tete-categorie-block-2 .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.block-views-blockactualites-en-tete-categorie-block-2 .view-content .views-row {
  padding: 8px 14px;
  border: solid 1px #FFF;
  border-radius: 30px;
  margin: 10px 5px;
}
.block-views-blockactualites-en-tete-categorie-block-2 .view-content .views-row a {
  color: #FFF;
  font-size: 18px;
}
.block-views-blockactualites-en-tete-categorie-block-2 .view-content .views-row:has(.active) {
  background-color: #FFF;
}
.block-views-blockactualites-en-tete-categorie-block-2 .view-content .views-row:has(.active) a {
  color: #80bcc1;
  font-weight: bold;
}
.block-views-blockactualites-en-tete-categorie-block-2 .view-content .views-row:not(.active) a:hover {
  text-decoration: underline !important;
}

.path-actualites #block-anatomikmodeling-content {
  padding-top: 20px;
}

.path-actualites .views-exposed-form,
.path-bibliographie .views-exposed-form {
  margin: 0 0 30px 0;
  padding: 30px 15px 0 15px;
}

.path-actualites .views-exposed-form .form-actions,
.path-bibliographie .views-exposed-form .form-actions {
  display: none;
}

.path-actualites .views-exposed-form .form-item,
.path-bibliographie .views-exposed-form .form-item {
  margin-bottom: 0;
  width: 33%;
}

.path-actualites .views-exposed-form .form-item .form-select,
.path-bibliographie .views-exposed-form .form-item .form-select {
  width: 100%;
  height: 41px;
  font-size: 20px;
  font-family: Raleway;
  font-weight: 500;
  color: #999999;
}

body:is(.path-actualites, .path-taxonomy) .view-actualites .view-content .views-row .views-col {
  margin-bottom: 20px;
}

body:is(.path-actualites, .path-taxonomy) .view-actualites article {
  border: 1px solid #cacaca;
}

body:is(.path-actualites, .path-taxonomy) .view-actualites article > p a {
  display: block;
  text-decoration: none !important;
  font-weight: 500;
}

body:is(.path-actualites, .path-taxonomy) .view-actualites article > p:nth-child(2) a {
  font-size: 18px;
  color: #453360;
  height: 36px;
  padding: 15px 10px 0 10px;
}

body:is(.path-actualites, .path-taxonomy) .view-actualites article > h2,
body:is(.path-actualites, .path-taxonomy) .view-actualites article > p {
  margin: 0 !important;
}

body:is(.path-actualites, .path-taxonomy) .view-actualites article > h2 a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #e07e64;
  height: 54px;
  padding: 15px 10px 0 10px;
  line-height: 18px;
}

body:is(.path-actualites, .path-taxonomy) .view-actualites article > p:nth-child(4) a {
  color: #3d3d3d;
  margin: 0 auto;
  height: 111px;
  padding: 15px 10px;
}

body:is(.path-actualites, .path-taxonomy) .view-actualites article .bouton {
  text-align: center !important;
}

body:is(.path-actualites, .path-taxonomy) .view-actualites article .bouton a {
  height: 55px;
}

body:is(.path-actualites, .path-taxonomy) .view-actualites article .bouton a span {
  display: inline-block;
  background: #e07e65;
  color: #ffffff;
  line-height: 40px;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
}

.view-publications .view-content .views-col {
  padding: 0 15px;
}

.view-publications .view-content .views-col article img {
  width: 100%;
}

#block-views-block-publications-block-1 .view-publications .view-content .views-col article > p a {
  font-size: 12px;
  height: 111px;
}

.view-publications .view-content .views-col article > p a {
  display: block;
  text-decoration: none !important;
  font-weight: 500;
  padding: 0 10px;
}

.view-publications .view-content .views-col article > h3,
.view-publications .view-content .views-col article > p {
  text-align: justify;
}

.view-publications .view-content .views-col article > h3 {
  margin-bottom: 0;
}

.view-publications .view-content .views-col article > p {
  margin: 0;
}

.view-publications .view-content .views-col article > h3 a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #e07e64;
  height: 69px;
  padding: 15px 10px;
}

.view-publications .view-content .views-col article > p:nth-child(4) a {
  font-weight: 500;
  color: #3d3d3d;
  margin: 0 auto;
  height: 55px;
  display: block;
  padding: 0 10px;
}

.view-publications .view-content .views-col article > a:nth-of-type(3) {
  display: block;
  font-weight: 500;
  color: #383878;
  text-decoration: underline;
  padding: 0 10px;
}

.view-publications .view-content .views-col article > p .suite {
  color: #383878;
  text-decoration: underline;
}

.path-bibliographie .view-publications .view-content .views-row .views-col {
  margin-bottom: 20px;
}

.path-bibliographie .view-publications article {
  border: 1px solid #cacaca;
}

.path-bibliographie.view-publications .view-content .views-col article > h3 a {
  height: 79px;
  padding: 20px 10px;
}

.path-bibliographie .view-publications article > p:nth-child(3) a:first-child {
  color: #3d3d3d;
  margin: 0 auto;
  height: 216px;
}

.path-bibliographie .view-publications article .bouton {
  text-align: center !important;
}

.path-bibliographie .view-publications article .bouton a {
  height: 55px;
}

.path-bibliographie .view-publications article .bouton a span {
  display: inline-block;
  background: #e07e65;
  color: #ffffff;
  line-height: 40px;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
}

/**************************************** PAGE PRO ****************************************/
.page-node-41 .node__content .row div:nth-child(2) p {
  text-align: center;
  margin: auto;
  margin-top: auto;
  height: auto;
  margin-top: 20px;
}

/*.page-node-41 .node__content .row div:nth-child(2) p img { border: 3px dotted #3d3d3d; border-radius: 50%; padding: 3px; max-width: 230px;}*/
.page-node-41 .node__content .field--name-body .row {
  align-items: center;
}

.page-node-41 .node__content .field--name-body .row p:nth-child(3) {
  min-width: 186px;
  height: 44px;
  text-align: center;
  display: table;
  margin: 0 auto 20px;
}

.page-node-41 #main .node__content .field--name-body .row p:nth-child(3) a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  background-color: #383878;
  border: 1px solid #383878;
  border-radius: 10px;
}

.page-node-41 #main .node__content .field--name-body .row p:nth-child(3) a:hover {
  color: #383878;
  background-color: #ffffff;
}

.page-node-41 #main .node__content .field--name-body h2 {
  font-weight: 500;
  color: #e07e64;
  text-align: center;
  font-size: 30px;
}

.page-node-41 #main .node__content .field--name-body .row:nth-child(1) div:nth-child(1) p {
  font-weight: 500;
  color: #3d3d3d;
  font-size: 14px;
}

/*.page-node-41 #block-anatomikmodeling-content .field--name-body .row>div {
	padding: 0 15px;
}*/
#block-fichesetvideostechniques .field--name-body h2 {
  font-weight: 500;
  color: #3d3d3d;
  font-size: 30px;
  text-align: center;
  padding: 20px 0;
}

#block-fichesetvideostechniques .field--name-body table tr td {
  padding: 5px 12px;
}

.block.bouton_espace_pro .field--name-body .tpl_2_colonnes .colonne:first-child p {
  text-align: right;
}

.block.bouton_espace_pro .field--name-body .tpl_bouton {
  line-height: 25px;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #3d3d3d;
  border-radius: 10px;
  min-width: 250px;
  text-align: center;
}

.block.bouton_espace_pro .field--name-body .tpl_bouton:hover {
  background-color: #3d3d3d;
  color: #ffffff;
}

#block-cequenpensentvoscollegues .field--name-body h2 {
  font-weight: 500;
  font-size: 30px;
  color: #3d3d3d;
  text-align: center;
  padding: 20px 0;
}

.block-cequenpensentvoscollegues {
  float: left;
  width: 50%;
  padding: 0 15px 0 0;
}

.block-cequenpensentvoscollegues + .block-cequenpensentvoscollegues {
  padding: 0 0 0 15px;
}

.block-cequenpensentvoscollegues h3 {
  font-weight: 500;
  font-size: 24px;
  color: #3d3d3d;
  text-align: center;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}

.block-cequenpensentvoscollegues p.iframe {
  width: 100%;
}

.block-cequenpensentvoscollegues p {
  text-align: center;
}

.block-cequenpensentvoscollegues p .bouton {
  min-width: 220px;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  height: 44px;
  background-color: #383878;
  border: 1px solid #383878;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  line-height: 24px;
}

.block-cequenpensentvoscollegues p .bouton:hover {
  background-color: #ffffff;
  color: #383878;
}

#block-casclinique table {
  margin: 0 0 23px;
}

#block-casclinique table tr td {
  padding: 0 0 0 15px;
  vertical-align: top;
}

#block-casclinique table tr td:first-child {
  padding: 0;
}

#block-casclinique table tr td:first-child img {
  width: 100%;
}

#block-casclinique table tr td p {
  text-align: justify;
}

#block-interview .field--name-body p:nth-child(3) {
  float: right;
}

#block-interview .field--name-body p:nth-child(3)::after {
  clear: both;
}

#block-views-block-publications-block-1 {
  padding-bottom: 20px;
}

/*#block-newsletter .field--name-body { margin-bottom: 40px; }*/
#block-newsletter h2 {
  font-weight: 500;
  color: #3d3d3d;
  font-size: 30px;
  text-align: center;
}

#block-formulairedabonnementmailchimpnewsletterformmailchimp .form-actions .form-submit:hover,
#webform-submission-s-inscrire-a-la-newsletter-node-41-add-form #edit-actions-submit:hover {
  background-color: #3d3d3d !important;
  color: #fff !important;
}

/*#block-webform-2 { background-color: #80bcc1; border-radius: 10px; margin-bottom: 20px; }*/
#webform-submission-s-inscrire-a-la-newsletter-node-41-add-form .form-item,
.mailchimp-newsletter-mergefields .form-item {
  width: 33%;
  float: left;
  padding: 0 15px;
}

.mailchimp-newsletter-mergefields #edit-mergevars-rgpd,
#webform-submission-s-inscrire-a-la-newsletter-node-41-add-form #edit-recevoir-la-newsletter {
  position: absolute;
  top: calc(50% - 6px);
  left: 165px;
  margin: 0;
}

.mailchimp-newsletter-mergefields #edit-mergevars-rgpd--description,
#webform-submission-s-inscrire-a-la-newsletter-node-41-add-form .description {
  float: right;
  padding: 0 180px;
  margin: auto;
  width: 100%;
  font-size: 14px;
}

.mailchimp-newsletter-mergefields .form-item.js-form-type-checkbox,
#webform-submission-s-inscrire-a-la-newsletter-node-41-add-form .form-item-recevoir-la-newsletter {
  width: 100%;
  position: relative;
}

/*#block-webform-2::before {content: ""; background-color: #fff; height: 75px; width: 75px; border-radius: 50%; position: absolute; background-image: url("../images/icoEnveloppe.png"); background-repeat: no-repeat; background-position: center center; top: -37px; left: calc(50% - 37px); box-shadow: 0px 5px 5px rgba(61,61,61,.5); }
#zone_grise_2 #block-webform-2 h2 {color: #ffffff; padding-top: 57px; }*/
#block-formulairedabonnementmailchimpnewsletterformmailchimp .form-actions .form-submit,
#webform-submission-s-inscrire-a-la-newsletter-node-41-add-form #edit-actions-submit {
  background-color: #fff !important;
  color: #3d3d3d !important;
  border: none !important;
}

/*#webform-submission-s-inscrire-a-la-newsletter-node-41-add-form {
	padding-bottom: 20px;
}*/
/**************************************** PAGE TROUVER UN CHIRURGIEN ********************************************/
.path-trouver-un-chirurgien #block-views-block-recentrage-map-block-1, .path-trouver-un-chirurgien #block-views-block-recentrage-map-block-2 {
  display: none;
}

.path-trouver-un-chirurgien .continent-position-box {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  justify-content: center;
}

.path-trouver-un-chirurgien .continent-position-box li {
  flex: 0 1 auto;
  border-left: solid 1px #e3866a;
  margin: 0;
}

.path-trouver-un-chirurgien .continent-position-box li:first-child {
  border-left: none;
}

.path-trouver-un-chirurgien .continent-position-box li a {
  color: #000;
  display: block;
  padding: 0 10px;
  text-align: center;
}

#block-formulaireexposetemoignagespage-1,
#block-formulaireexposetemoignagespage-2,
#block-formulaireexposeresultatspage-1,
#block-formulaireexposeresultatspage-2 {
  margin-bottom: 20px;
}

#block-formulaireexposetrouver-un-chirurgienpage-1,
#block-formulaireexposetemoignagespage-1,
#block-formulaireexposetemoignagespage-2 {
  background-color: rgba(224, 126, 100, 0.3);
}

#block-formulaireexposetrouver-un-chirurgienpage-1 #views-exposed-form-trouver-un-chirurgien-page-1,
#block-formulaireexposetemoignagespage-1 #views-exposed-form-temoignages-page-1,
#block-formulaireexposetemoignagespage-2 #views-exposed-form-temoignages-page-2,
#block-formulaireexposeresultatspage-1 #views-exposed-form-resultats-page-1,
#block-formulaireexposeresultatspage-2 #views-exposed-form-resultats-page-2 {
  max-width: 1140px;
  margin: auto;
}

#block-formulaireexposeresultatspage-1,
#block-formulaireexposeresultatspage-2 {
  background-color: rgba(128, 188, 193, 0.3);
}

.path-trouver-un-chirurgien .chirurgien-item::after {
  display: table;
  content: " ";
  clear: both;
  margin-bottom: 20px;
}

.path-trouver-un-chirurgien .chirurgien-item .chirurgien .photo {
  float: left;
}

.path-trouver-un-chirurgien .chirurgien-item .chirurgien .photo img {
  width: 90px;
}

.path-trouver-un-chirurgien .chirurgien-item .chirurgien .content {
  padding-left: 115px;
}

.path-trouver-un-chirurgien .chirurgien-item .chirurgien .content .field-name-field-pr-nom {
  font-weight: bold;
}

.path-trouver-un-chirurgien .chirurgien-item .chirurgien .content .field-type-text {
  margin-top: 3px;
}

.path-trouver-un-chirurgien .chirurgien-item .chirurgien .content .field-type-text p {
  margin: 0;
}

.path-trouver-un-chirurgien .chirurgien-item .chirurgien .content .field-name-field-mail {
  margin: 10px 0 0;
}

.path-trouver-un-chirurgien .chirurgien-item .chirurgien .content .field-name-field-mail p a {
  border: solid 1px #383878;
  padding: 5px;
  display: inline-block;
  color: #383878;
  font-weight: 700;
  text-decoration: none;
}

.path-trouver-un-chirurgien .chirurgien-item .chirurgien .content .field-name-field-mail p a:hover {
  background: #383878;
  color: #fff;
}

#block-formulaireexposetrouver-un-chirurgienpage-1 #views-exposed-form-trouver-un-chirurgien-page-1 .form--inline,
#block-formulaireexposetemoignagespage-1 #views-exposed-form-temoignages-page-1 .form--inline,
#block-formulaireexposetemoignagespage-2 #views-exposed-form-temoignages-page-2 .form--inline,
#block-formulaireexposeresultatspage-1 #views-exposed-form-resultats-page-1 .form--inline,
#block-formulaireexposeresultatspage-2 #views-exposed-form-resultats-page-2 .form--inline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.path-trouver-un-chirurgien .region-content .view-trouver-un-chirurgien .view-content .view-grouping .view-grouping-content h3,
.path-trouver-un-chirurgien .region-content .view-trouver-un-chirurgien .view-content h3 {
  font-size: 30px;
  font-weight: 500;
  color: #3d3d3d;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 0;
}

.path-trouver-un-chirurgien .region-content .view-trouver-un-chirurgien .view-content > h3:nth-child(4n+3),
.path-trouver-un-chirurgien .region-content .view-trouver-un-chirurgien .view-content > div:nth-child(4n) {
  background: #e6f2f3;
}

#block-formulaireexposetrouver-un-chirurgienpage-1 #views-exposed-form-trouver-un-chirurgien-page-1 .form-actions,
#block-formulaireexposetrouver-un-chirurgienpage-1 #views-exposed-form-trouver-un-chirurgien-page-1 .form-item,
#block-formulaireexposetemoignagespage-1 #views-exposed-form-temoignages-page-1 .form-item,
#block-formulaireexposetemoignagespage-1 #views-exposed-form-temoignages-page-1 .form-actions,
#block-formulaireexposetemoignagespage-2 #views-exposed-form-temoignages-page-2 .form-item,
#block-formulaireexposetemoignagespage-2 #views-exposed-form-temoignages-page-2 .form-actions,
#block-formulaireexposeresultatspage-1 #views-exposed-form-resultats-page-1 .form-item,
#block-formulaireexposeresultatspage-1 #views-exposed-form-resultats-page-1 .form-actions,
#block-formulaireexposeresultatspage-2 #views-exposed-form-resultats-page-2 .form-item,
#block-formulaireexposeresultatspage-2 #views-exposed-form-resultats-page-2 .form-actions {
  margin: 30px auto;
  padding: 0;
  width: 25%;
}

#block-formulaireexposetrouver-un-chirurgienpage-1 #views-exposed-form-trouver-un-chirurgien-page-1 .form-actions * {
  box-shadow: none;
}

#block-formulaireexposetrouver-un-chirurgienpage-1 #views-exposed-form-trouver-un-chirurgien-page-1 .form-item label {
  display: none;
}

#block-formulaireexposetrouver-un-chirurgienpage-1 #views-exposed-form-trouver-un-chirurgien-page-1 .form-item select,
#block-formulaireexposetemoignagespage-1 #views-exposed-form-temoignages-page-1 .form-item select,
#block-formulaireexposetemoignagespage-2 #views-exposed-form-temoignages-page-2 .form-item select,
#block-formulaireexposeresultatspage-1 #views-exposed-form-resultats-page-1 .form-item select,
#block-formulaireexposeresultatspage-2 #views-exposed-form-resultats-page-2 .form-item select {
  width: 80%;
  max-width: 100%;
  height: 40px;
}

#block-formulaireexposetrouver-un-chirurgienpage-1 #views-exposed-form-trouver-un-chirurgien-page-1 .form-actions input,
#block-formulaireexposetemoignagespage-1 #views-exposed-form-temoignages-page-1 .form-actions input,
#block-formulaireexposetemoignagespage-2 #views-exposed-form-temoignages-page-2 .form-actions input,
#block-formulaireexposeresultatspage-1 #views-exposed-form-resultats-page-1 .form-actions input,
#block-formulaireexposeresultatspage-2 #views-exposed-form-resultats-page-2 .form-actions input {
  width: 80%;
  max-width: 100%;
  height: 40px;
  background-color: #383878;
  background-image: inherit;
  color: #ffffff;
  border: none;
  font-family: raleway;
  font-weight: 500;
  font-size: 1.43em;
  text-shadow: none;
  border-radius: inherit;
  padding: 0;
}

#block-formulaireexposeresultatspage-1 #views-exposed-form-resultats-page-1 .form-item select,
#block-formulaireexposeresultatspage-2 #views-exposed-form-resultats-page-2 .form-item select {
  font-size: 14px;
}

.path-trouver-un-chirurgien .leaflet-control-zoom a {
  color: #000;
}

.path-trouver-un-chirurgien #section .container {
  min-width: 100%;
}

.path-trouver-un-chirurgien .region-content .view-content .row {
  float: none;
  margin: auto;
  margin-bottom: 20px;
}

.path-trouver-un-chirurgien .region-content .view-content .views-col {
  padding: 0 15px;
}

.path-trouver-un-chirurgien .region-content .view-content article {
  border: 1px solid #3d3d3d;
  background: #fff;
}

.path-trouver-un-chirurgien .region-content .view-content article img {
  margin: 10px 0 0;
}

.path-trouver-un-chirurgien .region-content .view-content article .nom a {
  font-weight: 700;
  color: #3d3d3d;
  text-align: center;
  padding-top: 10px;
}

.path-trouver-un-chirurgien .region-content .view-content article p:last-child {
  margin-bottom: 0;
}

.path-trouver-un-chirurgien .region-content .view-content article .poste_chirurgien a,
.path-trouver-un-chirurgien .region-content .view-content article .etablissement a {
  font-weight: 300;
  color: #3d3d3d;
  text-align: center;
  height: 55px;
  padding-bottom: 15px;
}

.path-trouver-un-chirurgien .region-content .view-content article .etablissement a {
  font-weight: 700;
}

.path-trouver-un-chirurgien .region-content .view-content article a {
  text-align: center;
  padding: 0 10px;
  display: block;
  text-decoration: none !important;
}

.path-trouver-un-chirurgien .region-content .view-content article p a span {
  width: 160px;
  max-width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #383878;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
}

#block-views-block-bibliographie-block-1 h2 {
  font-weight: 500;
  font-size: 30px;
  color: #3d3d3d;
  text-align: center;
}

#block-views-block-bibliographie-block-1 .view-bibliographie .views-field p {
  font-weight: 500;
  color: #3d3d3d;
}

#block-views-block-bibliographie-block-1 .view-bibliographie .views-field p span {
  font-weight: 300;
  font-size: 12px;
  color: #3d3d3d;
}

#block-views-block-interview-block-1 .view-id-interview .views-field-field-interview iframe {
  display: block;
  margin: auto;
}

#block-views-block-interview-block-1 h2 {
  font-weight: 500;
  font-size: 2.14em;
  color: #3d3d3d;
  text-align: center;
}

.page-node-type-chirurgien .block-temoignages {
  margin: 0 auto 20px auto !important;
  float: none;
}

.page-node-type-chirurgien .block-temoignages .views-field .field-content p:nth-child(1) {
  height: auto;
}

#block-views-block-cas-clinique-block-1 > h2 {
  font-weight: 500;
  font-size: 30px;
  color: #e07e64;
  text-align: center;
}

#block-views-block-cas-clinique-block-1 .views-field-title span {
  display: none;
}

#block-views-block-cas-clinique-block-1 .view-cas-clinique h3 {
  font-weight: 500;
  font-size: 24px;
  color: #e07e64;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-align: justify;
}

#block-views-block-cas-clinique-block-1 .views-field-body div p {
  font-weight: 500;
  font-size: 1.43em;
  color: #3d3d3d;
}

#block-views-block-cas-clinique-block-1 .view-cas-clinique div a {
  color: #383878;
  text-decoration: underline;
}

#block-views-block-cas-clinique-block-1 .view-content .views-row .row div:nth-child(2) {
  padding-left: 15px;
}

#block-views-block-cas-clinique-block-1 .view-content .views-row {
  margin: 0 auto 20px auto;
}

/*#block-views-block-cas-clinique-block-1 .view-content .views-row:last-child { margin: 0 auto 40px auto; }*/
.form-actions {
  margin-bottom: 40px;
}

#mailchimp-signup-subscribe-block-newsletter-form-mailchimp-form .form-actions,
#webform-submission-s-inscrire-a-la-newsletter-node-41-add-form .form-actions {
  margin-bottom: 20px;
  clear: both;
}

.page-node-type-chirurgien .form-actions {
  margin-bottom: 20px;
}

.page-node-type-chirurgien #block-anatomikmodeling-content {
  padding-bottom: 0;
}

.page-node-type-chirurgien .field--name-field-introduction-chirurgien .field__item {
  margin-top: 40px;
}

#block-views-block-cas-clinique-block-1 .view-content .views-row .field-content .row p {
  margin-bottom: 0;
}

#block-source h3 {
  font-weight: 500;
  color: #3d3d3d;
}

/**************************************** PAGE FAQ ****************************************/
h1.page-title {
  font-weight: 500;
  font-size: 35px;
  color: #e07e64;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-node-108 h1.page-title,
.page-node-117 h1.page-title,
.path-foire-aux-questions h1.page-title,
.path-espace-pro h1.page-title,
.path-user h1.page-title,
.page-node-136 h1.page-title,
.page-node-4264 h1.page-title {
  margin-top: 10px;
}

.view-faq .view-header p {
  padding-bottom: 15px;
  margin-bottom: 0;
}

/****************************************************** Contact ******************************************************/
#block-intropagecontact {
  position: relative;
}

#block-intropagecontact .texte h1 {
  font-weight: 600;
  font-size: 30px;
  color: #3d3d3d;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

#block-intropagecontact .texte p {
  font-weight: 600;
  font-size: 16px;
  color: #3d3d3d;
  padding-right: 20px;
}

#block-intropagecontact .texte p.lien {
  text-align: center;
  margin-bottom: 57.5px;
}

#block-intropagecontact .texte p.lien a {
  min-width: 186px;
  line-height: 44px;
  background-color: #383878;
  border: 1px solid #383878;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
}

#block-intropagecontact .texte p.lien a:hover {
  background-color: #d7d7e4;
  color: #383878;
}

#block-intropagecontact .image p {
  text-align: center;
}

/*block-intropagecontact .image p img { border: 2px dotted #3d3d3d; border-radius: 50%; padding: 3px; max-height: 225px; margin-top: 40px; }*/
#block-intropagecontact .field--name-body .row div:nth-child(2) p {
  margin-bottom: 0 !important;
}

#block-intropagecontact .ou {
  font-weight: 600;
  font-size: 1.71em;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #80bcc1;
  border-radius: 50%;
  border: 5px solid #ffffff;
  margin: 0 auto;
  width: 75px;
  padding: 17.5px 0;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: -38px;
  left: calc(50% - 37px);
}

#block-intropagecontact .field--name-body .container .row:first-child {
  align-items: center;
}

.path-webform #highlighted {
  margin-bottom: 35px;
}

#webform-submission-contact-add-form #edit-titre,
#webform-submission-contact-anatomikmodeling-en-add-form #edit-titre {
  margin: auto;
  float: none;
  width: inherit;
}

#webform-submission-contact-add-form #edit-titre .contact,
#webform-submission-contact-anatomikmodeling-en-add-form #edit-titre .contact {
  font-weight: 600;
  font-size: 30px;
  color: #3d3d3d;
  text-align: center;
  margin: 40px auto 20px auto;
}

#webform-submission-contact-add-form fieldset,
#webform-submission-contact-anatomikmodeling-en-add-form fieldset {
  float: none !important;
}

#webform-submission-contact-add-form fieldset legend,
#webform-submission-contact-anatomikmodeling-en-add-form fieldset legend {
  background: none;
  border: none;
}

#webform-submission-contact-add-form input.form-text,
#webform-submission-contact-add-form input.form-email,
#webform-submission-contact-add-form input.form-tel,
#webform-submission-contact-add-form select.form-select,
#webform-submission-contact-anatomikmodeling-ent-add-form input.form-text,
#webform-submission-contact-anatomikmodeling-en-add-form input.form-email,
#webform-submission-contact-anatomikmodeling-en-add-form input.form-tel,
#webform-submission-contact-anatomikmodeling-ent-add-form select.form-select,
.webform-submission-form input.form-text,
.webform-submission-form input.form-email,
.webform-submission-form input.form-tel,
.webform-submission-form select.form-select,
.mailchimp-newsletter-mergefields input.form-text,
.mailchimp-newsletter-mergefields input.form-email {
  width: 100%;
  height: 50px;
  border: 1px solid #3d3d3d;
  border-radius: 10px;
}

#webform-submission-contact-add-form .form-item,
#webform-submission-contact-anatomikmodeling-en-add-form .form-item,
.webform-submission-form .form-item {
  width: 50%;
  float: left;
  padding: 0 15px;
}

#webform-submission-contact-add-form .form-item-vous-etes,
#webform-submission-contact-anatomikmodeling-en-add-form .form-item-vous-etes {
  width: 100%;
}

#webform-submission-contact-add-form .js-form-type-checkbox,
#webform-submission-contact-anatomikmodeling-en-add-form .js-form-type-checkbox,
.webform-submission-form .js-form-type-checkbox {
  width: 100%;
}

#webform-submission-contact-add-form,
#webform-submission-contact-anatomikmodeling-en-add-form,
.webform-submission-form,
.user-register-form,
#user-login-form,
#user-pass,
.mailchimp-newsletter-mergefields {
  width: 80%;
  margin: auto;
}

#user-register-form #edit-field-s-inscrire-a-la-newsletter-wrapper fieldset {
  border: 0;
  padding-bottom: 20px;
}

#user-register-form #edit-field-s-inscrire-a-la-newsletter-wrapper fieldset legend {
  display: none;
}

#user-register-form #edit-field-s-inscrire-a-la-newsletter-wrapper fieldset .fieldset-wrapper {
  padding: 0;
  margin: 0;
}

#user-register-form #edit-field-s-inscrire-a-la-newsletter-wrapper fieldset .fieldset-wrapper .js-form-type-checkbox {
  padding: 0;
}

.user-logged-in.path-user article .field--label-inline {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.user-logged-in.path-user article .field--label-inline > div {
  float: none;
  display: inline-block;
}

#webform-submission-contact-add-form,
#webform-submission-contact-anatomikmodeling-en-add-form {
  margin-bottom: 20px;
}

#webform-submission-contact-add-form textarea.form-textarea,
#webform-submission-contact-anatomikmodeling-en-add-form textarea.form-textarea,
.webform-submission-form textarea.form-textarea {
  height: 163px;
  border: 1px solid #3d3d3d;
  border-radius: 10px;
}

#edit-vous-etes-un-patient,
#edit-vous-etes-un-professionnel-de-sant {
  border: inherit;
  border-radius: inherit;
}

#webform-submission-contact-add-form .radios--wrapper .fieldset-wrapper,
#webform-submission-contact-anatomikmodeling-en-add-form .radios--wrapper .fieldset-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

#webform-submission-contact-add-form .radios--wrapper .fieldset-wrapper::after,
#webform-submission-contact-anatomikmodeling-en-add-form .radios--wrapper .fieldset-wrapper::after {
  clear: both;
  display: table;
  content: "";
}

#webform-submission-contact-add-form .form-item label,
#webform-submission-contact-anatomikmodeling-en-add-form .form-item label,
.form-composite > legend,
.webform-submission-form .form-item label {
  font-weight: 600;
  font-size: 14px;
  color: #3d3d3d;
  font-family: "Raleway", sans-serif;
}

#webform-submission-contact-add-form .form-item label.option,
#webform-submission-contact-anatomikmodeling-en-add-form .form-item label.option {
  font-size: 14px;
  font-weight: normal;
}

#webform-submission-contact-add-form .form-email,
#webform-submission-contact-add-form .form-tel,
#webform-submission-contact-add-form .form-select,
#webform-submission-contact-anatomikmodeling-en-add-form .form-email,
#webform-submission-contact-anatomikmodeling-en-add-form .form-tel,
#webform-submission-contact-anatomikmodeling-en-add-form .form-select {
  display: block;
  width: 100%;
}

#webform-submission-contact-add-form .form-item-message,
.webform-submission-form .form-item-votre-message- {
  width: 100%;
  padding: 0 15px;
}

#webform-submission-contact-anatomikmodeling-en-add-form .form-item-your-message,
.webform-submission-form .form-item-your-message- {
  width: 100%;
  padding: 0 15px;
}

#edit-vous-etes---wrapper,
#webform-submission-contact-add-form .form-item-name,
#webform-submission-contact-add-form .form-item-email,
#webform-submission-contact-add-form .form-item-pays,
#webform-submission-contact-add-form .form-item-etablissement,
#webform-submission-contact-add-form .form-item-name,
#webform-submission-contact-anatomikmodeling-en-add-form .form-item-email,
#webform-submission-contact-anatomikmodeling-en-add-form .form-item-pays,
#webform-submission-contact-anatomikmodeling-en-add-form .form-item-etablissement,
.webform-submission-form .form-item-adresse-email-,
.webform-submission-form .form-item-pays-,
.webform-submission-form .form-item-votre-message-,
.webform-submission-form .form-submit {
  clear: both;
}

.webform-submission-form .form-item-votre-message- {
  margin-bottom: 20px;
}

#edit-vous-etes---wrapper {
  width: 100% !important;
  display: block;
  max-width: none !important;
}

.js-form-type-radio {
  width: auto;
}

/*#webform-submission-contact-add-form .fieldset-legend {
	margin-left: 8px;
}*/
#webform-submission-contact-add-form input[type=submit],
#webform-submission-contact-anatomikmodeling-en-add-form input[type=submit],
.webform-submission-form input[type=submit],
.user-register-form input[type=submit],
.path-user .tabs ul li:first-child a,
.path-user .tabs ul li:nth-child(2) a,
#user-login-form input[type=submit],
#user-pass input[type=submit],
#block-formulairedabonnementmailchimpnewsletterformmailchimp .form-actions .form-submit {
  min-width: 186px;
  height: 44px;
  background-color: #383878;
  border: 1px solid #383878;
  border-radius: 10px;
  text-align: center;
  display: table;
  margin: 0 auto 0 auto !important;
  background-image: inherit;
  box-shadow: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.19em;
  text-shadow: inherit;
  font-family: "Raleway", sans-serif;
}

#block-comptergpd {
  margin-bottom: 20px;
}

#webform-submission-contact-add-form input[type=submit]:hover,
#webform-submission-contact-anatomikmodeling-en-add-form input[type=submit]:hover,
.webform-submission-form input[type=submit]:hover,
.user-register-form input[type=submit]:hover,
.path-user .tabs ul li:first-child a:hover,
.path-user .tabs ul li:nth-child(2) a:hover,
#user-login-form input[type=submit]:hover,
#user-pass input[type=submit]:hover,
#block-formulairedabonnementmailchimpnewsletterformmailchimp .form-actions .form-submit:hover {
  color: #383878;
  background-color: #ffffff;
  background-image: inherit;
}

#webform-submission-contact-add-form #edit-actions,
#webform-submission-contact-anatomikmodeling-en-add-form #edit-actions,
.webform-submission-form #edit-action,
.user-register-form #edit-action,
#user-login-form input[type=submit] #edit-action {
  min-width: 186px;
  margin: 0 auto;
  clear: both;
}

#webform-submission-contact-add-form .form-item-comment-avez-vous-connu-ce-site- label,
#webform-submission-contact-anatomikmodeling-en-add-form .form-item-comment-avez-vous-connu-ce-site- label {
  padding-bottom: 4px;
}

#webform-submission-contact-add-form .form-required::after,
.form-required::after {
  background-image: url(../images/required.svg);
}

#webform-submission-contact-anatomikmodeling-en-add-form .form-required::after,
.form-required::after {
  background-image: url(../images/required.svg);
}

#webform-submission-contact-add-form #edit-vous-etes- div.form-item,
#webform-submission-contact-anatomikmodeling-en-add-form #edit-vous-etes- div.form-item {
  width: inherit;
}

/*#edit-field-s-inscrire-a-la-newsletter-value--description {
	margin-top: 20px;
}

#edit-field-s-inscrire-a-la-newsletter-value--description {
	text-align: center;
}*/
#user-login-form .form-item {
  margin-bottom: 20px;
}

.form-item label {
  font-size: 14px;
}

.user-register-form .field--name-field-optin-user {
  padding: 0 15px;
}

.user-register-form .field--name-field-optin-user input {
  height: auto !important;
}

.user-register-form .field--name-field-optin-user label:after {
  display: none;
}

.user-register-form .field--name-field-s-inscrire-a-la-newsletter {
  margin-bottom: 20px;
}

#edit-field-s-inscrire-a-la-newsletter-value--description {
  text-align: center;
  margin-top: 20px;
}

.user-register-form .field--name-field-pays .js-form-type-select,
.user-register-form .field--name-field-ville .form-text {
  margin-bottom: 20px;
}

.webform-submission-s-inscrire-a-la-newsletter-form input.form-email,
.webform-submission-s-inscrire-a-la-newsletter-form input.form-text {
  margin-top: 0;
}

/***************** CAPTCHA ****************/
.user-login-form .captcha,
.user-register-form .captcha,
.user-pass .captcha,
.webform-submission-form .captcha,
#block-formulairedabonnementmailchimpnewsletterformmailchimp .captcha {
  display: block;
  clear: left;
  text-align: center;
}

.user-login-form .g-recaptcha,
.user-register-form .g-recaptcha,
.user-pass .g-recaptcha,
.webform-submission-form .g-recaptcha,
#block-formulairedabonnementmailchimpnewsletterformmailchimp .g-recaptcha {
  display: inline-block;
}

.user-login-form .g-recaptcha,
.user-register-form .g-recaptcha {
  margin-top: 20px;
}

/************************************************ USER REGISTRATION *************************************************/
.path-user .tabs ul li:first-child a,
.path-user .tabs ul li:nth-child(2) a {
  width: 248px;
  text-decoration: none !important;
}

.path-user .tabs ul li:first-child a {
  line-height: 38px;
}

.path-user .tabs {
  text-align: center;
}

.path-user .tabs ul li:last-child {
  display: none;
}

.user-register-form #edit-account > .form-item,
.user-register-form #edit-pass > .form-item,
.user-register-form #edit-pass .description {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.user-register-form #edit-pass {
  width: 100% !important;
  clear: left;
  padding: 0 !important;
}

/*#edit-pass > .form-item input { width : 100%; }*/
#edit-pass > .confirm-parent {
  clear: none;
}

#edit-field-nom-wrapper,
#edit-field-s-inscrire-a-la-newsletter-wrapper,
#edit-field-pays-wrapper,
.user-register-form .password-suggestions,
.user-register-form #edit-pass--description {
  clear: both;
}

#edit-field-nom-wrapper > .form-item,
#edit-field-prenom-wrapper > .form-item,
#edit-field-etablissement-wrapper > .form-item,
#edit-field-telephone-wrapper > .form-item,
#edit-field-pays-wrapper .form-item,
#edit-field-ville-wrapper > .form-item {
  width: 50%;
  float: left;
  padding: 0 15px;
}

#edit-field-telephone-wrapper > .form-item label,
#edit-field-pays-wrapper .form-item label {
  display: block;
}

#edit-field-s-inscrire-a-la-newsletter-wrapper .form-item {
  padding: 0 15px;
}

/*#edit-field-telephone-wrapper .form-item input, #edit-field-pays-wrapper .form-item select, #edit-pass .form-item input, #user-login-form .form-item input{ width: 433px !important; }*/
/*#user-register-form .form-item input, #user-register-form .form-item select, #edit-pass .form-item input { width: 100%; }*/
#user-login-form .form-item {
  width: 50%;
  float: left;
  padding: 0 15px;
}

#user-pass .form-item {
  width: 50%;
  padding: 0 15px;
  margin: auto;
}

#user-pass p:nth-child(2) {
  text-align: center;
  padding-top: 20px;
}

.user-register-form .form-item input,
.user-register-form .form-item select,
#user-login-form .form-item input,
#user-pass .form-item input {
  height: 50px;
  border-radius: 10px;
  border: 1px solid #3d3d3d;
  margin: auto;
  width: 100%;
}

.user-register-form .form-item .form-checkbox {
  width: auto !important;
}

.user-register-form .form-item input {
  padding: 0 10px;
}

.user-register-form .form-item label {
  font-size: 14px;
}

#edit-field-s-inscrire-a-la-newsletter-wrapper .form-item input {
  height: inherit;
}

.user-register-form .password-confirm {
  width: 100%;
  padding: 5px 0 0 5px;
}

.user-register-form input[type=submit] {
  width: auto;
}

.user-register-form select option {
  font-family: "Raleway", sans-serif;
}

#user-register-form input[type=text],
#user-register-form input[type=tel],
#user-register-form input[type=password],
#user-register-form input[type=email],
#user-register-form select {
  margin: 0;
  width: 100%;
}

.user-register-form #edit-name--description,
.user-register-form #edit-mail--description,
.user-register-form .password-strength__meter,
.user-register-form .password-strength__title,
#user-login-form .form-item .description {
  padding: 5px 0 0 5px;
}

/************************************************ TYPOLOGIE POLAND *************************************************/
.page-node-107 .tpl_3_colonnes img {
  width: inherit;
}

.page-node-107 .tpl_3_colonnes p {
  text-align: center;
}

/*p.text-align-center { margin-bottom: 40px; }*/
.page-node-107 #block-anatomikmodeling-content h2,
.page-node-75 #block-anatomikmodeling-content h2 {
  margin-top: 40px;
}

.page-node-107 #block-anatomikmodeling-content ul {
  margin-bottom: 20px;
  margin-top: 0;
}

#block-anatomikmodeling-content .field--name-body .tpl_3_colonnes:nth-of-type(3) p {
  margin-bottom: 0;
}

.page-node-108 a:hover,
.page-node-121 a:hover,
.page-node-122 a:hover {
  text-decoration: underline !important;
  color: #e07e64;
}

/************************************************ QUELLE TECH *************************************************/
.avUl,
.conteneurImg {
  margin-bottom: 0;
}

.avUl + ul {
  margin-top: 0;
  margin-bottom: 0;
}

/********************************************* PAGE TEMOIGNAGES ***********************************************/
.view-temoignages .temoignage-chirurgien {
  background-color: rgba(128, 188, 193, 0.3);
}

.view-temoignages .temoignage-patient {
  background-color: rgba(56, 55, 120, 0.2);
}

.view-temoignages .views-row {
  background-repeat: no-repeat;
  background-position: left top 20px;
  padding: 40px 0 15px;
}

.view-temoignages .views-row {
  margin-bottom: 20px;
}

.view-temoignages .views-row:nth-child(2n) {
  background-image: url(../images/guillemets.png);
}

.view-temoignages .views-row:nth-child(2n+1) {
  background-image: url(../images/guillemetsOr.png);
}

.view-temoignages .views-field .field-content p {
  padding: 0 15px;
  margin-bottom: 0;
}

.view-temoignages .views-field .field-content p + p {
  margin-top: 20px;
}

/********************************************* BOITE A OUTILS ***********************************************/
.centrer {
  align-items: center;
}

article[about="/boite-a-outils"] .field--name-body .centrer div:nth-child(2) {
  padding-left: 15px;
}

article[about="/boite-a-outils"] .field--name-body .centrer:nth-of-type(4) {
  margin-bottom: 20px;
}

article[about="/boite-a-outils"] .field--name-body .fiche .espace {
  margin-bottom: 20px;
}

article[about="/brochures-et-process"] .field--name-body img {
  margin-bottom: 20px;
  width: 100%;
}

article[about="/brochures-et-process"] .field--name-body .row:last-child p {
  margin-bottom: 0;
}

article[about="/brochures-et-process"] .field--name-body .row:first-child a:hover::after {
  content: "";
  background-image: url("../images/hover.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
}

article[about="/brochures-et-process"] .field--name-body .row > div {
  padding: 0 15px;
}

article[about="/brochures-et-process"] .field--name-body .row:first-child a {
  display: block;
  position: relative;
  margin: auto;
}

#block-anatomikmodeling-content .field--name-body .desc {
  padding-top: 20px;
}

.page-node-123 #section .node .field--name-body h2 {
  margin: 0 0 20px 0;
}

.page-node-123 h2 {
  font-size: 24px;
}

.page-node-123 .tpl_button_violet {
  margin-bottom: 20px;
}

.page-node-122 #block-anatomikmodeling-content .field--name-body h2 {
  margin-top: 0;
  border-bottom: 2px solid #e07e64;
  padding-bottom: 5px;
}

#block-anatomikmodeling-content .field--name-body .content {
  padding-left: 20px;
}

#block-anatomikmodeling-content .field--name-body .content a {
  font-weight: 500;
}

#block-anatomikmodeling-content .field--name-body .centrer,
#block-anatomikmodeling-content .field--name-body .fiche .espace {
  margin-bottom: 20px;
}

.page-node-123 .node--type-page .node__content .col-md-12 p:nth-child(3) {
  padding-left: 15px;
  padding-right: 15px;
}

/************************************* QU'EST CE QUE LE PECTUS ***********************************************/
#classification .field--name-body ul {
  margin-bottom: 20px;
  padding-bottom: 0;
}

#classification .field--name-body p:last-child,
#impactPsy .field--name-body p:last-child,
#block-source .field--name-body p:last-child {
  margin-bottom: 0;
}

#classification .field--name-body h2 {
  margin-top: 0;
}

.page-node-106 #block-anatomikmodeling-content .node__content {
  padding-bottom: 0;
}

.page-node-106 #zone_blanche_1 {
  padding-bottom: 0;
}

#block-anatomikmodeling-content img[alt="Raphaël Cazamea"] {
  width: 106px;
}

.personne,
.partenaire {
  color: #e07e76;
}

/************************************* RESULTATS ***********************************************/
.view-resultats .views-row {
  margin-bottom: 20px;
}

.view-resultats .views-row .row:nth-child(2) p {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  padding-top: 13px;
  margin-bottom: 13px;
}

.view-resultats .container {
  padding-top: 6px;
}

.view-resultats .femme {
  background-color: #e07e64;
}

.view-resultats .homme {
  background-color: #383878;
}

.view-resultats .row {
  padding: 0 3px;
}

.view-resultats .row .photo {
  padding: 0 3px;
  display: block;
}

.view-resultats .row .photo a {
  display: block;
  position: relative;
}

.view-resultats .row .photo a:after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 3px;
  right: 8px;
}

.view-resultats .homme .photo a:after {
  background-image: url("../images/btn_closed_violet.png");
}

.view-resultats .femme .photo a:after {
  background-image: url("../images/btn_closed_orange.png");
}

.node--type-article .a2a_kit {
  display: block;
  margin-bottom: 20px;
}

.page-node-136 #block-anatomikmodeling-content .field--name-body .field__item p {
  text-align: center;
}

/**************************************** SECTION FOOTER ****************************************/
#footer {
  background-color: #383878;
  margin-top: 40px;
}

#footer .titreFooter {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}

#footer h2 {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
}

#footer ul {
  list-style: none;
}

.region-footer-first .field--name-body p,
.region-footer-first h2 {
  text-align: center;
}

.region-footer-first .field--name-body p:last-child {
  font-weight: 400;
  color: #ffffff;
}

#block-apropos .field--name-body li a,
#block-nosservices .field--name-body li a,
#block-aide .field--name-body li a {
  font-weight: 400;
  color: #ffffff;
  padding: 10px 0;
}

#block-apropos .field--name-body li a:hover,
#block-nosservices .field--name-body li a:hover,
#block-aide .field--name-body li a:hover {
  font-weight: 700;
}

#block-apropos .field--name-body ul,
#block-nosservices .field--name-body ul,
#block-aide .field--name-body ul {
  padding-left: 0;
}

#block-apropos .field--name-body ul li,
#block-nosservices .field--name-body ul li,
#block-aide .field--name-body ul li {
  padding: 5px 0;
}

.region-footer .field--name-body ul {
  display: flex;
  justify-content: space-around;
  max-width: 316px;
  margin: 0 auto;
}

.region-footer .field--name-body ul li {
  width: 52px;
  height: 52px;
}

.region-footer .field--name-body ul li .linkedin,
.region-footer .field--name-body ul li .facebook,
.region-footer .field--name-body ul li .youtube,
.region-footer .field--name-body ul li .instagram,
.region-footer .field--name-body ul li .twitter {
  color: transparent;
}

.region-footer .field--name-body ul li .linkedin {
  background: url(../images/icoLinkedin.png) no-repeat left top;
  display: block;
  width: 52px;
  height: 52px;
}

.region-footer .field--name-body ul li .linkedin:hover {
  background-position: -52px;
}

.region-footer .field--name-body ul li .facebook {
  background: url(../images/icoFacebook.png) no-repeat left top;
  display: block;
  width: 52px;
  height: 52px;
}

.region-footer .field--name-body ul li .facebook:hover {
  background-position: -52px;
}

.region-footer .field--name-body ul li .youtube {
  background: url(../images/icoYoutube.png) no-repeat left top;
  display: block;
  width: 52px;
  height: 52px;
}

.region-footer .field--name-body ul li .youtube:hover {
  background-position: -52px;
}

.region-footer .field--name-body ul li .instagram {
  background: url(../images/icoInstagram.png) no-repeat left top;
  display: block;
  width: 52px;
  height: 52px;
}

.region-footer .field--name-body ul li .instagram:hover {
  background-position: -52px;
}

.region-footer .field--name-body ul li .twitter {
  background: url(../images/icoTwitter.png) no-repeat left top;
  display: block;
  width: 52px;
  height: 52px;
}

.region-footer .field--name-body ul li .twitter:hover {
  background-position: -52px;
}

#block-reseauxsociaux {
  padding-bottom: 0;
}

#block-reseauxsociaux .field--name-body p {
  font-weight: 400;
  color: #ffffff;
  padding: 20px 0 35px 0;
  margin-bottom: 0;
  text-align: center;
}

.cadre-orange-bords-ronds {
  border-radius: 10px;
  border: 2px #e07e64 solid;
  padding: 0px 30px 30px 30px;
}

.fond-implant-border-radius {
  width: 250px;
  height: 250px;
  background: #d7d7e4;
  border-radius: 41% 59% 44% 56%/66% 63% 37% 34%;
}

.bouton-pectus {
  background-color: #E07E64 !important;
  color: white !important;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
}

.bouton-pectus:hover {
  background-color: #d56f58 !important;
}/*# sourceMappingURL=anatomikmodeling.css.map */