
/* - ++resource++bsw.financementprojet/main.css - */
@media screen {
/* https://www.odn-solidarites.org/portal_css/++resource++bsw.financementprojet/main.css?original=1 */
div.intro {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 65%;
float: left;
}
div.intro .titre {
order: 2;
flex: 1;
}
div.intro .titre strong {
display: block;
margin: 10px 0 0;
font-size: 1.4em;
}
#portal-column-content div.intro #parent-fieldname-description {
order: 3;
}
#portal-column-content div.intro .imageContainer {
order: 1;
margin: 0;
display: block;
max-width: 250px;
}
div.intro .imageContainer img {
width: 100%;
height: 100%;
}
#content form.form-soutien {
display: flex;
width: 100%;
justify-content: space-between;
align-items: flex-start;
}
#content form.form-soutien fieldset {
margin: 0;
padding: 0;
border: none;
}
#content form.form-soutien > fieldset {
display: flex;
flex-direction: column;
padding: 40px 20px 20px;
width: 32%;
background: #fff;
}
#content form.form-soutien fieldset legend {
display: block;
margin: 0;
padding: 0;
width: 100%;
border: none;
}
#content form.form-soutien input[type=text],
#content form.form-soutien input[type=email] {
padding: 3px 10px;
width: 100%;
border-bottom: 1px solid rgba(55, 61, 63, 0.5);
font-weight: 600;
}
#content form.form-soutien input[type=submit] {
margin: 10px 0 0;
padding: 5px 10px;
background: #999;
-webkit-border-radius: 5px;
border-radius: 5px;
border: none;
font-size: 1.2em;
text-align: left;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.template-proceed #content div.intro {
width: 100%;
}
#content form.form-soutien fieldset#don-don:last-child {
width: 100%;
}
#content form.form-soutien fieldset#don-don > fieldset {
display: flex;
flex-direction: column;
opacity: 0.5;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#content form.form-soutien fieldset#don-don > fieldset + fieldset {
margin: 10px 0 0;
}
#content form.form-soutien fieldset#don-don > fieldset.active {
opacity: 1;
}
#content form.form-soutien fieldset#don-don > fieldset legend {
padding: 5px;
background: #ccc;
font-size: 1.5em;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#content form.form-soutien fieldset#don-don label {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
padding: 10px 0;
font-size: 1.4em;
font-weight: 600;
}
#content form.form-soutien fieldset#don-don label input + span {
margin: 0;
}
#content form.form-soutien fieldset#don-don label input + span + span {
}
/* */
#content form.form-soutien #coordonnees-don {
font-weight: 600;
}
#content form.form-soutien #coordonnees-don label {
padding: 5px;
font-size: 1.4em;
display: block;
}
#content form.form-soutien #coordonnees-don textarea {
font-family: 'Open Sans', sans-serif;
background: #f5f5f5;
border: none !important;
padding: 15px;
margin: 55px 0 0 0;
font-size: 1.4em;
}
#content form.form-soutien #coordonnees-don textarea::before {
content: "";
display: block;
font-family: 'Open Sans', sans-serif;
color: #373d3f;
font-weight: 600;
font-size: 1.2em;
}
/* */
#content form.form-soutien #coordonnees-don [type="checkbox"]:not(:checked),
#content form.form-soutien #coordonnees-don [type="checkbox"]:checked {
}
#content form.form-soutien #coordonnees-don [type="checkbox"]:not(:checked) + label,
#content form.form-soutien #coordonnees-don [type="checkbox"]:checked + label {
position: relative;
padding: 55px 0 15px 30px;
cursor: pointer;
font-size: 1.4em;
color: #5f5e5e;
}
#content form.form-soutien #coordonnees-don [type="checkbox"]:not(:checked) + label:before,
#content form.form-soutien #coordonnees-don [type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0;
top: 55px;
width: 20px;
height: 20px;
background: #eee;
}
#content form.form-soutien #coordonnees-don [type="checkbox"]:checked + label:before {
background: #5f5e5e;
}
#content form.form-soutien #coordonnees-don .container:hover input {
background-color: #ccc;
}
#content form.form-soutien #coordonnees-don [type="checkbox"]:not(:checked) + label:after,
#content form.form-soutien #coordonnees-don [type="checkbox"]:checked + label:after {
content: '✔';
position: absolute;
top: 57px;
left: 4px;
font-size: 14px;
color: #fff;
transition: all 0.2s;
}
#content form.form-soutien #coordonnees-don [type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
#content form.form-soutien #coordonnees-don [type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(1);
}
.StripeElement {
background-color: white;
height: 40px;
padding: 10px 12px;
border-radius: 4px;
border: 1px solid transparent;
box-shadow: 0 1px 3px 0 #e6ebf1;
-webkit-transition: box-shadow 150ms ease;
transition: box-shadow 150ms ease;
}
.StripeElement--focus {
box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
border-color: #fa755a;
}
.StripeElement--webkit-autofill {
background-color: #fefde5 !important;
}
.template-view #portal-column-content #content-core {
margin: 30px 0 0;
float: left;
width: 65%;
background: #fff;
padding: 20px;
}
/* */
.template-view article#content div.intro .titre strong {
display: none;
}
.template-view aside {
width: 30%;
float: right;
padding: 20px;
position: sticky;
top: 0;
}
.template-view aside ul {
position: relative;
padding: 125px 0 0;
background: none;
}
.template-view aside form {
background: #fff;
}
.template-view aside a.responsive {
width: 100%;
padding: 20px;
text-align: center;
background: #fa8a46;
color: #fff !important;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-size: 1.5em;
border: 1px solid #fa8a46 !important;
display: none;
position: fixed;
bottom: 0;
left: 0;
z-index: 2;
}
.template-view aside a.responsive:hover {
text-decoration: none;
color: #fa8a46 !important;
border: 1px solid #fa8a46 !important;
background: #fff;
}
.progress-bar {
display: block;
margin: 0 auto;
position: relative;
text-align: center;
}
.progress-bar .percentage {
display: none;
}
.progress-bar .jauge {
height: 10px;
padding: 0 !important;
margin: 15px 20px 0 !important;
border: 1px solid #000;
border-radius: 100px;
overflow: hidden;
}
.progress-bar .jauge span {
display: block;
height: 10px;
background: #000;
}
.newsandcomments {
}
.newsandcomments .bt {
display: flex;
justify-content: space-between;
}
.newsandcomments .bt li {
padding: 5px 20px;
width: 48%;
background: #999;
border-radius: 3px;
text-align: center;
cursor: pointer;
}
.newsandcomments .bt sup {
margin: 0 0 0 5px;
font-size: 0.7em;
}
.newsandcomments .bt sup::before {
content: '(';
}
.newsandcomments .bt sup::after {
content: ')';
}
.list-newsitems {
}
.list-newsitems li {
}
.list-newsitems li {
}
.list-newsitems li {
}
.list-newsitems li {
}
.list-newsitems li {
}
.list-newsitems li {
}
/* */
/* */
/* */
/* */
.userrole-authenticated #portal-column-content #content form > fieldset {
padding: 20px;
}
.userrole-authenticated .managePortletsFallback {
position: relative;
z-index: 2;
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 800px) {
/* */
.template-view aside {
width: 33%;
}
aside .dead-line {
font-size: 1.5em !important;
}
.template-view aside ul {
padding: 155px 0 0;
}
aside .progress-bar {
right: 0 !important;
}
#content form.form-soutien > fieldset > legend {
font-size: 1.5em;
}
#content form.form-soutien label {
font-size: 1.3em;
}
}
@media only screen and (max-width: 680px) {
/* */
/* */
article#content div.intro {
display: block;
}
article#content div.intro .imageContainer {
max-width: 100%;
}
/* */
.template-view #portal-column-content #content {
display: flex;
flex-direction: column;
width: 100%;
}
.template-view article#content div.intro {
width: 100%;
display: flex;
order: 1;
}
div.intro .titre {
order: 2;
}
.template-view #portal-column-content #content-core {
float: none;
width: 100%;
order: 2;
}
.template-view aside {
float: none;
margin: 20px 0 0;
padding: 0;
width: 100%;
position: relative;
display: block;
height: inherit;
top: auto;
order: 3;
}
/* */
#content form.form-soutien {
flex-wrap: wrap;
}
#content form.form-soutien > fieldset {
width: 100%;
}
#content form.form-soutien fieldset#don-don label {
flex-wrap: wrap;
}
#content form.form-soutien fieldset#don-don label input + span {
flex: 1;
}
#content form.form-soutien fieldset#don-don label span + span {
margin: 5px 0 0 22px;
}
/* */
#faceted-form .faceted-widgets > div {
margin: 0 0 20px;
width: 100%;
}
.template-view aside a.responsive {
display: inline-block;
}
}
/* */
.select2-results__options li {
display: block;
font-size: 1.5em;
}
.select2-container {
width: 100% !important;
}
@media only screen and (max-width: 600px) {
.select2-results__options li {
font-size: 1.8em;
line-height: 1em;
margin-top: 20px !important;
}
.select2-container .select2-selection--single {
height: 40px;
}
.select2-container {
display: block;
font-size: 1em;
width: 100% !important;
}
}
.template-partage_view h1 {
margin: 0 0 10px;
line-height: 1;
font-size: 30px;
}
.template-partage_view #parent-fieldname-description {
margin: 0 0 10px;
font-size: 15px;
line-height: 1.3;
}
.template-partage_view .imageContainer {
margin: 0 0 10px;
}
.template-partage_view .imageContainer img {
width: 100%;
}
.template-partage_view .dead-line {
margin: 0 0 10px;
font-weight: 700;
}
.template-partage_view .collected,
.template-partage_view .goal {
display: list-item;
margin: 5px 0 0;
list-style: disc inside;
}
.template-partage_view ul {
margin: 0 0 10px;
}
.template-partage_view a {
display: block;
padding: 10px;
background: #ccc;
border-radius: 50px;
text-transform: uppercase;
text-align: center;
font-weight: 700;
color: #000;
}
.template-partage_view a:hover,
.template-partage_view a:focus {
background: #999;
}
#tax-receipt-sent {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
background: rgba(255, 255, 255, 0.9);
}
#tax-receipt-sent #message-content {
position: absolute;
top: 50%;
left: 50%;
padding: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: 800px;
max-height: 90vh;
background: var(--color-primary);
border-radius: 5px;
overflow: hidden;
text-align: center;
}
#tax-receipt-sent p {
display: block;
padding: 50px;
margin: 0;
color: #fff;
font-family: var(--font-title);
font-size: 2em;
font-weight: 400;
line-height: 1;
}

}


/* - ++resource++plone.formwidget.autocomplete/jquery.autocomplete.css - */
@media screen {
/* https://www.odn-solidarites.org/portal_css/++resource++plone.formwidget.autocomplete/jquery.autocomplete.css?original=1 */
.ac_results {
padding: 0px;
border: 1px solid black;
background-color: white;
overflow: hidden;
z-index: 99999;
}
.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}
.ac_results li {
margin: 0px;
padding: 2px 5px;
cursor: default;
display: block;
font: menu;
font-size: 12px;
line-height: 16px;
overflow: hidden;
}
.ac_loading {
background: white url('/++resource++plone.formwidget.autocomplete/indicator.gif') right center no-repeat;
}
.ac_odd {
background-color: #eee;
}
.ac_over {
background-color: #0A246A;
color: white;
}

}


/* - ++resource++plone.formwidget.contenttree/contenttree.css - */
@media screen {
/* https://www.odn-solidarites.org/portal_css/++resource++plone.formwidget.contenttree/contenttree.css?original=1 */
.contenttreeWidget {
bottom: 3.5em;
height: auto;
left: 0px;
overflow-y: auto;
margin: 0em 1em;
position: absolute;
right: 0px;
top: 6em;
width: auto;
border: 1px solid #8CACBB;
}
.contenttreeWidget li {
display: block;
padding-left: 1em;
}
.contenttreeWidget .navTreeCurrentItem {
font-weight: bold;
}
.contenttreeWidget .navTreeCurrentItem li {
font-weight: normal;
}
.contenttreeWidget li a {
border-bottom: solid 1px transparent;
}
.contenttreeWidget .navTreeItem a {
border: none;
display: block;
text-decoration: none;
padding-top: 0.2em;
padding-bottom: 0.25em;
}
.contenttreeWidget .navTreeItem a:hover {
outline: 1px dotted #205C90;
}
.contenttreeWidget li.navTreeCurrentItem {
border: none !important;
background-color: transparent;
}
.contenttreeWidget li.navTreeCurrentItem > a,
.contenttreeWidget li.navTreeCurrentItem > a:hover {
border: none;
outline: none;
background-color: #205C90;
color: #fff !important;
}
/* */
* html .contentTreeWidget li.navTreeCurrentItem a,
* html .contentTreeWidget li.navTreeCurrentItem a:hover {
height: 1.6em;
}
.contenttreeWindow {
display: none;
position: fixed;
_position: absolute;
background-color: white;
z-index: 100;
}
.contenttreeWindow h2 {
display: block;
top: 0px;
margin: 0px;
}
.contenttreeWindowHeader {
padding: 1em;
}
.contenttreeWindowActions {
position: absolute;
width: 100%;
top: auto;
bottom: 0px;
padding: 1em;
}
.contenttreeWindowBlocker {
z-index: 99;
width: 100%;
height: 100%;
opacity: 0.4;
background-color: black;
top: 0px;
left: 0px;
position: fixed;
_position: absolute;
_top: expression(eval((document.body.scrollTop)?document.body.scrollTop:document.documentElement.scrollTop));
}
.option {
display: block;
}
}

