/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--bp-xs:480px;--bp-mobile:960px;--bp-tablet:1179px;--bp-desktop:930px}.form-managed-file label{-webkit-transition:all .2s ease-out;transition:all .2s ease-out}label{display:block;margin-bottom:.6rem;font-size:1.6rem}.form-type-textfield input,.form-type-textfield select,.form-type-email input,.form-type-email select,.form-type-select input,.form-type-select select,.form-type-date input,.form-type-date select{-webkit-appearance:none;background:#fff;color:#414042;border:solid 1px rgba(60,60,59,.3);border-radius:43px;font-size:1.6rem;padding:1.5rem 2rem;width:100%}.form-type-textfield input::-webkit-input-placeholder,.form-type-textfield select::-webkit-input-placeholder,.form-type-email input::-webkit-input-placeholder,.form-type-email select::-webkit-input-placeholder,.form-type-select input::-webkit-input-placeholder,.form-type-select select::-webkit-input-placeholder,.form-type-date input::-webkit-input-placeholder,.form-type-date select::-webkit-input-placeholder{color:#9f9a9a}.form-type-textfield input::-moz-placeholder,.form-type-textfield select::-moz-placeholder,.form-type-email input::-moz-placeholder,.form-type-email select::-moz-placeholder,.form-type-select input::-moz-placeholder,.form-type-select select::-moz-placeholder,.form-type-date input::-moz-placeholder,.form-type-date select::-moz-placeholder{color:#9f9a9a}.form-type-textfield input:-ms-input-placeholder,.form-type-textfield select:-ms-input-placeholder,.form-type-email input:-ms-input-placeholder,.form-type-email select:-ms-input-placeholder,.form-type-select input:-ms-input-placeholder,.form-type-select select:-ms-input-placeholder,.form-type-date input:-ms-input-placeholder,.form-type-date select:-ms-input-placeholder{color:#9f9a9a}.form-type-textfield input::-ms-input-placeholder,.form-type-textfield select::-ms-input-placeholder,.form-type-email input::-ms-input-placeholder,.form-type-email select::-ms-input-placeholder,.form-type-select input::-ms-input-placeholder,.form-type-select select::-ms-input-placeholder,.form-type-date input::-ms-input-placeholder,.form-type-date select::-ms-input-placeholder{color:#9f9a9a}.form-type-textfield input::placeholder,.form-type-textfield select::placeholder,.form-type-email input::placeholder,.form-type-email select::placeholder,.form-type-select input::placeholder,.form-type-select select::placeholder,.form-type-date input::placeholder,.form-type-date select::placeholder{color:#9f9a9a}.form-type-textfield.container-inline label,.form-type-email.container-inline label,.form-type-select.container-inline label,.form-type-date.container-inline label{display:block}.form-type-textfield.container-inline input,.form-type-email.container-inline input,.form-type-select.container-inline input,.form-type-date.container-inline input{width:100%}.form-type-textfield>select,.form-type-email>select,.form-type-select>select,.form-type-date>select{-webkit-appearance:none;border:solid 1px rgba(60,60,59,.3);border-radius:43px;font-size:1.6rem;padding:1.5rem 2rem;width:100%;-moz-appearance:none;appearance:none;background:#fff url("/themes/custom/adi_na/assets/build/svg/chevron-up.svg") no-repeat;background-position:calc(100% - 2rem) center;padding-right:4rem}input[type=date]{display:block;-webkit-appearance:textfield;-moz-appearance:textfield;min-height:3em;min-width:10em}details{margin-bottom:1.5rem}details summary::marker{font-size:0}details summary{-webkit-appearance:none;border:solid 1px rgba(60,60,59,.3);border-radius:43px;font-size:1.6rem;padding:1.5rem 2rem;width:100%;-moz-appearance:none;appearance:none;background:#fff url("/themes/custom/adi_na/assets/build/svg/chevron-up.svg") no-repeat;background-position:calc(100% - 2rem) center}details fieldset legend{display:none}details fieldset .fieldset-wrapper{background:#fff;border:solid 1px rgba(60,60,59,.3);border-radius:14px;font-size:1.6rem;padding:1.5rem 2rem}details input[type=checkbox]:checked{-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.form-type-textarea label{display:block;font-size:1.6rem;margin-bottom:.7rem}textarea{font-family:"Chivo",sans-serif;background:#fff;border:solid 1px rgba(60,60,59,.3);border-radius:23px;font-size:1.6rem;padding:1.5rem 2rem;resize:none;width:100%}textarea::-webkit-input-placeholder{color:#9f9a9a}textarea::-moz-placeholder{color:#9f9a9a}textarea:-ms-input-placeholder{color:#9f9a9a}textarea::-ms-input-placeholder{color:#9f9a9a}textarea::placeholder{color:#9f9a9a}.webform-button--submit{display:inline-block;font-size:1.8rem;color:#fff;background:#c31632;padding:1.4rem 3rem;border-radius:4rem;border:none;text-decoration:none;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.webform-button--submit:hover{background:#900f24}.form-item{margin-bottom:1.5rem}form>.form-item:last-child{margin-bottom:0}select{-webkit-appearance:none}select[multiple=multiple]{border-radius:10px;background:#fff}.Messages-type-error{color:#c31632;margin-bottom:2rem}.form-item--error-message{margin-top:.6rem;font-size:1.5rem;color:#c31632}input.error{border-color:#c31632}input.error::-webkit-input-placeholder{color:#c31632}input.error::-moz-placeholder{color:#c31632}input.error:-ms-input-placeholder{color:#c31632}input.error::-ms-input-placeholder{color:#c31632}input.error::placeholder{color:#c31632}.webform-element-description{color:#848484;font-size:1.5rem;margin-top:.6rem}input[type=checkbox],input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background-color:none;border:1px solid #da808f;cursor:pointer}input[type=checkbox]{border-radius:1px}input[type=radio]{border-radius:100%}input[type=checkbox]:checked,input[type=radio]:checked{background-color:#c31632;-webkit-box-shadow:0 0 0 1px #e8e8e8 inset;box-shadow:0 0 0 1px #e8e8e8 inset}.webform-type-checkboxes,.webform-type-radios{margin-bottom:2rem}.webform-type-checkboxes legend,.webform-type-radios legend{margin-bottom:2rem}.form-type-checkbox,.form-type-radio{position:relative;padding-left:2.5rem;margin-bottom:1rem}.form-type-checkbox label,.form-type-radio label{cursor:pointer}.form-type-checkbox .form-checkbox,.form-type-checkbox .form-radio,.form-type-radio .form-checkbox,.form-type-radio .form-radio{position:absolute;top:0;left:0}.form-type-managed-file{margin-bottom:2rem}.form-managed-file label{display:inline-block;color:#c31632;padding:1.3rem 2rem;border:solid 1px #c31632;border-radius:40px;text-decoration:none;padding-right:4rem;background:url("/themes/custom/adi_na/assets/build/svg/download.svg") no-repeat;background-position:calc(100% - 2rem) center}@media(min-width:1180px){.form-managed-file label{text-align:center;min-width:18rem}}.form-managed-file label:hover{border:solid 1px #900f24;color:#900f24}.form-date{background:#fff url("/themes/custom/adi_na/assets/build/svg/calendar.svg") calc(100% - 2rem) center no-repeat !important;background-size:contain}input[type=date]::-webkit-calendar-picker-indicator{opacity:0}.form-required:after{content:"*"}label{display:block;margin-bottom:.6rem;font-size:1.6rem}.form-type-textfield input,.form-type-textfield select,.form-type-email input,.form-type-email select,.form-type-select input,.form-type-select select,.form-type-date input,.form-type-date select{-webkit-appearance:none;background:#fff;color:#414042;border:solid 1px rgba(60,60,59,.3);border-radius:43px;font-size:1.6rem;padding:1.5rem 2rem;width:100%}.form-type-textfield input::-webkit-input-placeholder,.form-type-textfield select::-webkit-input-placeholder,.form-type-email input::-webkit-input-placeholder,.form-type-email select::-webkit-input-placeholder,.form-type-select input::-webkit-input-placeholder,.form-type-select select::-webkit-input-placeholder,.form-type-date input::-webkit-input-placeholder,.form-type-date select::-webkit-input-placeholder{color:#9f9a9a}.form-type-textfield input::-moz-placeholder,.form-type-textfield select::-moz-placeholder,.form-type-email input::-moz-placeholder,.form-type-email select::-moz-placeholder,.form-type-select input::-moz-placeholder,.form-type-select select::-moz-placeholder,.form-type-date input::-moz-placeholder,.form-type-date select::-moz-placeholder{color:#9f9a9a}.form-type-textfield input:-ms-input-placeholder,.form-type-textfield select:-ms-input-placeholder,.form-type-email input:-ms-input-placeholder,.form-type-email select:-ms-input-placeholder,.form-type-select input:-ms-input-placeholder,.form-type-select select:-ms-input-placeholder,.form-type-date input:-ms-input-placeholder,.form-type-date select:-ms-input-placeholder{color:#9f9a9a}.form-type-textfield input::-ms-input-placeholder,.form-type-textfield select::-ms-input-placeholder,.form-type-email input::-ms-input-placeholder,.form-type-email select::-ms-input-placeholder,.form-type-select input::-ms-input-placeholder,.form-type-select select::-ms-input-placeholder,.form-type-date input::-ms-input-placeholder,.form-type-date select::-ms-input-placeholder{color:#9f9a9a}.form-type-textfield input::placeholder,.form-type-textfield select::placeholder,.form-type-email input::placeholder,.form-type-email select::placeholder,.form-type-select input::placeholder,.form-type-select select::placeholder,.form-type-date input::placeholder,.form-type-date select::placeholder{color:#9f9a9a}.form-type-textfield.container-inline label,.form-type-email.container-inline label,.form-type-select.container-inline label,.form-type-date.container-inline label{display:block}.form-type-textfield.container-inline input,.form-type-email.container-inline input,.form-type-select.container-inline input,.form-type-date.container-inline input{width:100%}.form-type-textfield>select,.form-type-email>select,.form-type-select>select,.form-type-date>select{-webkit-appearance:none;border:solid 1px rgba(60,60,59,.3);border-radius:43px;font-size:1.6rem;padding:1.5rem 2rem;width:100%;-moz-appearance:none;appearance:none;background:#fff url("/themes/custom/adi_na/assets/build/svg/chevron-up.svg") no-repeat;background-position:calc(100% - 2rem) center;padding-right:4rem}input[type=date]{display:block;-webkit-appearance:textfield;-moz-appearance:textfield;min-height:3em;min-width:10em}details{margin-bottom:1.5rem}details summary::marker{font-size:0}details summary{-webkit-appearance:none;border:solid 1px rgba(60,60,59,.3);border-radius:43px;font-size:1.6rem;padding:1.5rem 2rem;width:100%;-moz-appearance:none;appearance:none;background:#fff url("/themes/custom/adi_na/assets/build/svg/chevron-up.svg") no-repeat;background-position:calc(100% - 2rem) center}details fieldset legend{display:none}details fieldset .fieldset-wrapper{background:#fff;border:solid 1px rgba(60,60,59,.3);border-radius:14px;font-size:1.6rem;padding:1.5rem 2rem}details input[type=checkbox]:checked{-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.form-type-textarea label{display:block;font-size:1.6rem;margin-bottom:.7rem}textarea{font-family:"Chivo",sans-serif;background:#fff;border:solid 1px rgba(60,60,59,.3);border-radius:23px;font-size:1.6rem;padding:1.5rem 2rem;resize:none;width:100%}textarea::-webkit-input-placeholder{color:#9f9a9a}textarea::-moz-placeholder{color:#9f9a9a}textarea:-ms-input-placeholder{color:#9f9a9a}textarea::-ms-input-placeholder{color:#9f9a9a}textarea::placeholder{color:#9f9a9a}.webform-button--submit{display:inline-block;font-size:1.8rem;color:#fff;background:#c31632;padding:1.4rem 3rem;border-radius:4rem;border:none;text-decoration:none;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.webform-button--submit:hover{background:#900f24}.form-item{margin-bottom:1.5rem}form>.form-item:last-child{margin-bottom:0}select{-webkit-appearance:none}select[multiple=multiple]{border-radius:10px;background:#fff}.Messages-type-error{color:#c31632;margin-bottom:2rem}.form-item--error-message{margin-top:.6rem;font-size:1.5rem;color:#c31632}input.error{border-color:#c31632}input.error::-webkit-input-placeholder{color:#c31632}input.error::-moz-placeholder{color:#c31632}input.error:-ms-input-placeholder{color:#c31632}input.error::-ms-input-placeholder{color:#c31632}input.error::placeholder{color:#c31632}.webform-element-description{color:#848484;font-size:1.5rem;margin-top:.6rem}input[type=checkbox],input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background-color:none;border:1px solid #da808f;cursor:pointer}input[type=checkbox]{border-radius:1px}input[type=radio]{border-radius:100%}input[type=checkbox]:checked,input[type=radio]:checked{background-color:#c31632;-webkit-box-shadow:0 0 0 1px #e8e8e8 inset;box-shadow:0 0 0 1px #e8e8e8 inset}.webform-type-checkboxes,.webform-type-radios{margin-bottom:2rem}.webform-type-checkboxes legend,.webform-type-radios legend{margin-bottom:2rem}.form-type-checkbox,.form-type-radio{position:relative;padding-left:2.5rem;margin-bottom:1rem}.form-type-checkbox label,.form-type-radio label{cursor:pointer}.form-type-checkbox .form-checkbox,.form-type-checkbox .form-radio,.form-type-radio .form-checkbox,.form-type-radio .form-radio{position:absolute;top:0;left:0}.form-type-managed-file{margin-bottom:2rem}.form-managed-file label{display:inline-block;color:#c31632;padding:1.3rem 2rem;border:solid 1px #c31632;border-radius:40px;text-decoration:none;padding-right:4rem;background:url("/themes/custom/adi_na/assets/build/svg/download.svg") no-repeat;background-position:calc(100% - 2rem) center}@media(min-width:1180px){.form-managed-file label{text-align:center;min-width:18rem}}.form-managed-file label:hover{border:solid 1px #900f24;color:#900f24}.form-date{background:#fff url("/themes/custom/adi_na/assets/build/svg/calendar.svg") calc(100% - 2rem) center no-repeat !important;background-size:contain}input[type=date]::-webkit-calendar-picker-indicator{opacity:0}.form-required:after{content:"*"}
:root{--bp-xs:480px;--bp-mobile:960px;--bp-tablet:1179px;--bp-desktop:930px}.form-managed-file label{-webkit-transition:all .2s ease-out;transition:all .2s ease-out}label{display:block;margin-bottom:.6rem;font-size:1.6rem}.form-type-textfield input,.form-type-textfield select,.form-type-email input,.form-type-email select,.form-type-select input,.form-type-select select,.form-type-date input,.form-type-date select{-webkit-appearance:none;background:#fff;color:#414042;border:solid 1px rgba(60,60,59,.3);border-radius:43px;font-size:1.6rem;padding:1.5rem 2rem;width:100%}.form-type-textfield input::-webkit-input-placeholder,.form-type-textfield select::-webkit-input-placeholder,.form-type-email input::-webkit-input-placeholder,.form-type-email select::-webkit-input-placeholder,.form-type-select input::-webkit-input-placeholder,.form-type-select select::-webkit-input-placeholder,.form-type-date input::-webkit-input-placeholder,.form-type-date select::-webkit-input-placeholder{color:#9f9a9a}.form-type-textfield input::-moz-placeholder,.form-type-textfield select::-moz-placeholder,.form-type-email input::-moz-placeholder,.form-type-email select::-moz-placeholder,.form-type-select input::-moz-placeholder,.form-type-select select::-moz-placeholder,.form-type-date input::-moz-placeholder,.form-type-date select::-moz-placeholder{color:#9f9a9a}.form-type-textfield input:-ms-input-placeholder,.form-type-textfield select:-ms-input-placeholder,.form-type-email input:-ms-input-placeholder,.form-type-email select:-ms-input-placeholder,.form-type-select input:-ms-input-placeholder,.form-type-select select:-ms-input-placeholder,.form-type-date input:-ms-input-placeholder,.form-type-date select:-ms-input-placeholder{color:#9f9a9a}.form-type-textfield input::-ms-input-placeholder,.form-type-textfield select::-ms-input-placeholder,.form-type-email input::-ms-input-placeholder,.form-type-email select::-ms-input-placeholder,.form-type-select input::-ms-input-placeholder,.form-type-select select::-ms-input-placeholder,.form-type-date input::-ms-input-placeholder,.form-type-date select::-ms-input-placeholder{color:#9f9a9a}.form-type-textfield input::placeholder,.form-type-textfield select::placeholder,.form-type-email input::placeholder,.form-type-email select::placeholder,.form-type-select input::placeholder,.form-type-select select::placeholder,.form-type-date input::placeholder,.form-type-date select::placeholder{color:#9f9a9a}.form-type-textfield.container-inline label,.form-type-email.container-inline label,.form-type-select.container-inline label,.form-type-date.container-inline label{display:block}.form-type-textfield.container-inline input,.form-type-email.container-inline input,.form-type-select.container-inline input,.form-type-date.container-inline input{width:100%}.form-type-textfield>select,.form-type-email>select,.form-type-select>select,.form-type-date>select{-webkit-appearance:none;border:solid 1px rgba(60,60,59,.3);border-radius:43px;font-size:1.6rem;padding:1.5rem 2rem;width:100%;-moz-appearance:none;appearance:none;background:#fff url("/themes/custom/adi_na/assets/build/svg/chevron-up.svg") no-repeat;background-position:calc(100% - 2rem) center;padding-right:4rem}input[type=date]{display:block;-webkit-appearance:textfield;-moz-appearance:textfield;min-height:3em;min-width:10em}details{margin-bottom:1.5rem}details summary::marker{font-size:0}details summary{-webkit-appearance:none;border:solid 1px rgba(60,60,59,.3);border-radius:43px;font-size:1.6rem;padding:1.5rem 2rem;width:100%;-moz-appearance:none;appearance:none;background:#fff url("/themes/custom/adi_na/assets/build/svg/chevron-up.svg") no-repeat;background-position:calc(100% - 2rem) center}details fieldset legend{display:none}details fieldset .fieldset-wrapper{background:#fff;border:solid 1px rgba(60,60,59,.3);border-radius:14px;font-size:1.6rem;padding:1.5rem 2rem}details input[type=checkbox]:checked{-webkit-box-shadow:0 0 0 1px #fff inset;box-shadow:0 0 0 1px #fff inset}.form-type-textarea label{display:block;font-size:1.6rem;margin-bottom:.7rem}textarea{font-family:"Chivo",sans-serif;background:#fff;border:solid 1px rgba(60,60,59,.3);border-radius:23px;font-size:1.6rem;padding:1.5rem 2rem;resize:none;width:100%}textarea::-webkit-input-placeholder{color:#9f9a9a}textarea::-moz-placeholder{color:#9f9a9a}textarea:-ms-input-placeholder{color:#9f9a9a}textarea::-ms-input-placeholder{color:#9f9a9a}textarea::placeholder{color:#9f9a9a}.webform-button--submit{display:inline-block;font-size:1.8rem;color:#fff;background:#c31632;padding:1.4rem 3rem;border-radius:4rem;border:none;text-decoration:none;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.webform-button--submit:hover{background:#900f24}.form-item{margin-bottom:1.5rem}form>.form-item:last-child{margin-bottom:0}select{-webkit-appearance:none}select[multiple=multiple]{border-radius:10px;background:#fff}.Messages-type-error{color:#c31632;margin-bottom:2rem}.form-item--error-message{margin-top:.6rem;font-size:1.5rem;color:#c31632}input.error{border-color:#c31632}input.error::-webkit-input-placeholder{color:#c31632}input.error::-moz-placeholder{color:#c31632}input.error:-ms-input-placeholder{color:#c31632}input.error::-ms-input-placeholder{color:#c31632}input.error::placeholder{color:#c31632}.webform-element-description{color:#848484;font-size:1.5rem;margin-top:.6rem}input[type=checkbox],input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background-color:none;border:1px solid #da808f;cursor:pointer}input[type=checkbox]{border-radius:1px}input[type=radio]{border-radius:100%}input[type=checkbox]:checked,input[type=radio]:checked{background-color:#c31632;-webkit-box-shadow:0 0 0 1px #e8e8e8 inset;box-shadow:0 0 0 1px #e8e8e8 inset}.webform-type-checkboxes,.webform-type-radios{margin-bottom:2rem}.webform-type-checkboxes legend,.webform-type-radios legend{margin-bottom:2rem}.form-type-checkbox,.form-type-radio{position:relative;padding-left:2.5rem;margin-bottom:1rem}.form-type-checkbox label,.form-type-radio label{cursor:pointer}.form-type-checkbox .form-checkbox,.form-type-checkbox .form-radio,.form-type-radio .form-checkbox,.form-type-radio .form-radio{position:absolute;top:0;left:0}.form-type-managed-file{margin-bottom:2rem}.form-managed-file label{display:inline-block;color:#c31632;padding:1.3rem 2rem;border:solid 1px #c31632;border-radius:40px;text-decoration:none;padding-right:4rem;background:url("/themes/custom/adi_na/assets/build/svg/download.svg") no-repeat;background-position:calc(100% - 2rem) center}@media(min-width:1180px){.form-managed-file label{text-align:center;min-width:18rem}}.form-managed-file label:hover{border:solid 1px #900f24;color:#900f24}.form-date{background:#fff url("/themes/custom/adi_na/assets/build/svg/calendar.svg") calc(100% - 2rem) center no-repeat !important;background-size:contain}input[type=date]::-webkit-calendar-picker-indicator{opacity:0}.form-required:after{content:"*"}.NodeEdito .ParagraphWebform-title{margin-bottom:1rem}.ParagraphWebform{max-width:71.4rem;margin:0 auto}.ParagraphWebform-chapo{font-size:3rem;font-weight:bold}.ParagraphWebform .webform-submission-form{margin:3.5rem 0}.ParagraphWebform .form-type-textfield input,.ParagraphWebform .form-type-email input,.ParagraphWebform textarea{width:100%}.form-actions{text-align:center}@media(min-width:961px){.container-inline{width:calc(50% - .8rem);float:left}.container-inline+.container-inline{float:right}.container-inline+.container-inline+*{clear:both}}textarea{min-height:28rem}
:root{--bp-xs:480px;--bp-mobile:960px;--bp-tablet:1179px;--bp-desktop:930px}.NodeProjectCallPage .NodeHeader-thematics{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.NodeProjectCallPage .NodeHeader-thematics p:before{position:relative;content:"";display:inline-block;background:#414042;width:.4rem;height:.4rem;border-radius:100%;margin:0 .7rem;top:-0.2em}.NodeProjectCallPage .NodeHeader-thematics p:first-child:before{display:none}:root{--bp-xs:480px;--bp-mobile:960px;--bp-tablet:1179px;--bp-desktop:930px}.NodeProjectCallPage .NodeHeader-thematics{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.NodeProjectCallPage .NodeHeader-thematics p:before{position:relative;content:"";display:inline-block;background:#414042;width:.4rem;height:.4rem;border-radius:100%;margin:0 .7rem;top:-0.2em}.NodeProjectCallPage .NodeHeader-thematics p:first-child:before{display:none}#MainWrapper{padding:0 3rem}.Regionbreadcrumb{padding:2.4rem 0}.NodeDetail-documents{border-top:solid 1px #fff;border-bottom:solid 1px #fff;padding:4rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:95.2rem;margin:0 auto}.fileButtonDownload-button i{margin-left:.4rem}.fileButtonDownload-button svg path{fill:#fff;stroke:#fff}.fileButtonDownload-button:after{display:none}section.Paragraph.BounceArea{margin-left:-3rem;margin-right:-3rem}.NodeProjectCall-headerWrapper{margin-bottom:3rem}.NodeProjectCall-headerWrapper h1{margin-bottom:1rem}.NodeProjectCallPage .NodeHeader-thematics{margin-bottom:2.2rem}.NodeProjectCallPage .NodeProjectCallTeaser-status{display:block;font-size:1.6rem;margin-bottom:2rem}.NodeProjectCallPage .chapo{font-size:2rem;margin-bottom:3rem}.NodeHeader-infos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:10rem;-moz-column-gap:10rem;column-gap:10rem;row-gap:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1.4rem}.NodeHeader-infos-created{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.6rem;color:#595959}.NodeHeader-infos-created img{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;top:-1px}.infos-location-created{margin-bottom:2rem}.NodeProjectCall-body{margin-top:6rem}.ParagraphsWrapper{margin-top:6rem}.NodeProjectCall-subscribe-end{margin:3rem auto;text-align:center}
:root{--bp-xs:480px;--bp-mobile:960px;--bp-tablet:1179px;--bp-desktop:930px}.profil-search-form label,.quick-profil-search-form label,#blockSearch .quick-search-form .form-item-search>label{border:0 !important;clip:rect(1px,1px,1px,1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.quick-profil-search-form .form-actions input,#blockSearch .quick-search-form .form-actions input{-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.btPopinSearch{font-family:"Chivo",sans-serif;font-size:1.6rem;color:#414042;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:100px;background:none;border:none;width:auto;-webkit-box-orient:inherit;-webkit-box-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit;gap:.5rem;padding:0;cursor:pointer}.btPopinSearch i{height:1.6rem;text-align:center}@media(max-width:960px){.btPopinSearch{font-size:1.4rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}#blockSearch{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:12.4rem;overflow-y:auto;z-index:99}#blockSearch.default_dialog{display:-webkit-box;display:-ms-flexbox;display:flex}#blockSearch .blockSearch-title{margin-bottom:2rem}@media(min-width:961px){#blockSearch .blockSearch-title{font-size:3rem}}@media(max-width:960px){#blockSearch .blockSearch-title{font-size:2.6rem}}#blockSearch .quick-search-form{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width:960px){#blockSearch .quick-search-form{-ms-flex-wrap:wrap;flex-wrap:wrap}}#blockSearch .quick-search-form .form-item-search{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}#blockSearch .quick-search-form .form-item-search input{font-family:"Chivo",sans-serif;font-size:1.6rem;font-weight:400;color:#414042;padding:1.4rem 2.5rem;border:solid 1px #da808f;border-radius:100px;width:100%;cursor:pointer}#blockSearch .quick-search-form .form-actions input{background:#c31632;color:#fff;font-family:"Chivo",sans-serif;font-size:1.8rem;padding:1.4rem 2.5rem;border:none;border-radius:100px;min-width:17.4rem;cursor:pointer}#blockSearch .quick-search-form .form-actions input:hover{background:#900f24}.blockSearch-suggestions{margin:4rem auto}@media(min-width:961px){.blockSearch-suggestions ul{display:grid;overflow:hidden;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;grid-column-gap:1.25rem;grid-row-gap:2.4rem}}@media(max-width:960px){.blockSearch-suggestions ul{display:block}.blockSearch-suggestions ul li{margin-bottom:2rem}}.blockSearch-profilSearch{margin-top:auto;background:#c31632;padding:10rem 0 11.7rem}.blockSearch-profilSearch .blockSearch-title{color:#fff}.quick-profil-search-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4rem;color:#fff;font-size:2rem}@media(max-width:960px){.quick-profil-search-form{-ms-flex-wrap:wrap;flex-wrap:wrap}}.quick-profil-search-form>div{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media(max-width:960px){.quick-profil-search-form>div{width:100%}}.quick-profil-search-form .form-item{margin-bottom:0}.quick-profil-search-form select{-webkit-appearance:none;border:none;color:#fff;font-size:2rem;border-bottom:solid 3px #fff;border-radius:0;padding:.4rem 0;width:100%;-moz-appearance:none;appearance:none;background:url("/themes/custom/adi_na/assets/build/svg/chevron-up-white.svg") no-repeat;background-position:right center;cursor:pointer}.quick-profil-search-form .form-actions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.quick-profil-search-form .form-actions input{-webkit-appearance:none;background:none;color:#fff;font-family:"Chivo",sans-serif;font-size:1.8rem;padding:1.4rem 2.5rem;border:solid 1px #fff;border-radius:100px;min-width:17.4rem;cursor:pointer}.quick-profil-search-form .form-actions input:hover{background:#fff;color:#c31632}.ButtonSearchPopinClose{position:fixed;top:0;right:0;margin:0;padding:0;border:none;cursor:pointer;z-index:101;background:#fff;width:11rem;height:10.5rem}.blockSearch-inner,.blockSearch-profilSearch-inner{max-width:93rem;margin:0 auto;width:100%;padding:0 3rem}.profil-search-form .fieldgroup,.quick-profil-search-form .fieldgroup{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (min-width:1421px){.profil-search-form .fieldgroup,.quick-profil-search-form .fieldgroup{width:calc(100% - 24rem)}}@media screen and (max-width:1420px){.profil-search-form .fieldgroup,.quick-profil-search-form .fieldgroup{width:100%}}.profil-search-form .fieldset-wrapper,.quick-profil-search-form .fieldset-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;row-gap:1rem}@media(min-width:961px){.profil-search-form .fieldset-wrapper,.quick-profil-search-form .fieldset-wrapper{-webkit-column-gap:6rem;-moz-column-gap:6rem;column-gap:6rem}}@media(max-width:960px){.profil-search-form .fieldset-wrapper,.quick-profil-search-form .fieldset-wrapper{-webkit-column-gap:3.3rem;-moz-column-gap:3.3rem;column-gap:3.3rem}}@media screen and (max-width:410px){.profil-search-form .fieldset-wrapper,.quick-profil-search-form .fieldset-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}}.profil-search-form .fieldset-wrapper>div,.quick-profil-search-form .fieldset-wrapper>div{width:100%}.profil-search-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:6rem;-moz-column-gap:6rem;column-gap:6rem;row-gap:2rem;color:#fff;font-size:2rem}.profil-search-form>div{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.profil-search-form select{-webkit-appearance:none;border:none;color:#414042;font-size:2rem;border-bottom:solid 1px #c31632;padding:.4rem 0;width:100%;-moz-appearance:none;appearance:none;background:url("/themes/custom/adi_na/assets/build/svg/chevron-up.svg") no-repeat;background-position:right center}.profil-search-form .form-actions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.profil-search-form .form-actions input{background:#c31632;color:#fff;font-family:"Chivo",sans-serif;font-weight:400;font-size:1.8rem;padding:1.4rem 2.5rem;border:none;border-radius:100px;min-width:17.4rem;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.profil-search-form .form-actions input:hover{background:#900f24}select option{background-color:#fff;color:#3c3c3b}select option:checked{background-color:#900f24;color:#fff}.toolbar-fixed #blockSearch,.toolbar-vertical #blockSearch{padding-top:20rem}.toolbar-fixed .ButtonSearchPopinClose,.toolbar-vertical .ButtonSearchPopinClose{top:3.8rem}.toolbar-horizontal.toolbar-tray-open .ButtonSearchPopinClose{top:8rem}
:root{--bp-xs:480px;--bp-mobile:960px;--bp-tablet:1179px;--bp-desktop:930px}.NodeHighlight-seemore{text-decoration:underline;text-underline-offset:8px}.NodeHighlight{padding-top:1rem;position:relative}.NodeHighlight-content{position:absolute;bottom:0;left:0;width:100%;max-width:40rem;padding:2rem 1.5rem}.NodeHighlight-title{font-size:1.6rem;display:block;font-weight:bold}.NodeHighlight-title span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block}.NodeHighlight-seemore{display:block;font-size:1.3rem;margin-top:1rem}.menu-dropdown-0 .NodeHighlight{-webkit-box-shadow:-20px -10px 20px 0 #a3172e;box-shadow:-20px -10px 20px 0 #a3172e}.menu-dropdown-1 .NodeHighlight{-webkit-box-shadow:-20px -10px 20px 0 #7f0e20;box-shadow:-20px -10px 20px 0 #7f0e20}.NodeHighlight-inner{position:relative;border-radius:1rem;overflow:hidden;max-width:40rem}.NodeHighlight-inner:before{content:"";width:100%;height:50%;position:absolute;bottom:0;left:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(34,31,32,0)),to(#221F20));background:linear-gradient(180deg,rgba(34,31,32,0) 0%,#221F20 100%)}.NodeHighlight-inner a{position:absolute;top:0;left:0;width:100%;height:100%}.NodeHighlight-inner img{display:block;height:15rem;width:100%;-o-object-fit:cover;object-fit:cover}.NodeHighlight-inner .Medialegend{display:none}
