123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357 |
- .page-node-type-offre-de-service{
- background: url('../images/pictos/carre-contour-bleu-offre.svg');
- background-repeat: no-repeat;
- background-position-y: 7rem;
- max-width: 100vw;
- background-size: contain;
- // #block-contenudelapageprincipale{
- .layout__region--top{
- .block-region-top{
- margin-top: 2rem;
- margin-left: 13%;
- display: grid;
- grid-template-columns: auto auto 1fr;
- grid-template-rows: repeat(6 auto);
- @media (max-width: 810px){
- margin-left: 8%;
- }
- .block-entity-fieldnodefield-photo{
- width: fit-content;
- grid-column: 1;
- grid-row: 1 / span 6;
- width: 250px;
- height: 250px;
- margin-right: 2rem;
- img{
- width: 100%;
- height: auto;
- }
- @media (max-width: 810px){
- width: 90px;
- height: 90px;
- }
- }
- .block-entity-fieldnodefield-type-de-protagoniste{
- background: $white;
- width: fit-content;
- grid-column: 2 /span 3;
- grid-row: 1;
- text-transform: uppercase;
- // color: rgb(160, 26, 39);
- font-weight: 900;
- font-size: 0.8rem;
- .type-de-protagoniste-5{
- color: rgb(255, 0, 15);
- }
- .type-de-protagoniste-6{
- color:rgb(160, 26, 39);
- }
- .type-de-protagoniste-7{
- color: rgb(199, 215, 74);
- }
- .type-de-protagoniste-8{
- color:rgb(255, 100, 83);
- }
- .type-de-protagoniste-9{
- color:rgb(111, 109, 125);
- }
- }
- .block-entity-fieldnodefield-prenom{
- background: $white;
- width: fit-content;
- grid-column: 2;
- grid-row: 2;
- padding-right: 0.5rem;
- text-transform: uppercase;
- font-weight: 900;
- font-size: 1.5rem;
- }
- .block-entity-fieldnodefield-nom{
- background: $white;
- width: fit-content;
- grid-column: 3;
- grid-row: 2;
- text-transform: uppercase;
- font-weight: 900;
- font-size: 1.5rem;
- }
- .block-entity-fieldnodefield-structure{
- background: $white;
- width: fit-content;
- grid-column: 2 / span 3;
- grid-row: 3;
- text-transform: uppercase;
- font-weight: 800;
- font-size: 1.2rem;
- margin-top: 0.5rem;
- &::after{
- content:url('data:image/svg+xml,<svg width="160" height="30" xmlns="http://www.w3.org/2000/svg" version="1.1"> <line x1="0" x2="80" y1="20" y2="20" stroke-linecap="cube" stroke="rgb(0,158,227)" stroke-width="3"/></svg>');
- }
- }
- .block-entity-fieldnodetitle{
- background: $white;
- width: fit-content;
- grid-column: 2 / span 3;
- grid-row: 4;
- font-size: 2.5rem;
- font-family: "Source Code Pro";
- // padding-right: 15%;
- width: 70%;
- @media (max-width: 810px){
- font-size: 1.2rem;
- }
- a{
- color: $black;
- }
- }
- .block-entity-fieldnodefield-localisation{
- background: $white;
- width: fit-content;
- grid-column: 2 / span 3;
- grid-row: 5;
- text-transform: uppercase;
- font-weight: 800;
- font-size: 0.8rem;
- margin-top: 1.5rem;
- }
- .block-entity-fieldnodefield-date-de-proposition{
- background: $white;
- width: fit-content;
- grid-column: 2 / span 3;
- grid-row: 6;
- font-size: 0.8rem;
- padding-top: 1rem;
- }
- }
- }
-
- .layout__region--second{ // paragraphe texte
- margin-top: 3rem;
- margin-left: 20%;
- margin-right: 2rem;
- .block-entity-fieldnodebody{
- .field--type-text-with-summary{
- background: $white;
- p{ margin: 0;}
- }
- }
- @media (max-width: 810px){
- margin-left: 10%;
- }
-
- }
-
- .layout__region--third{ // colone de droite fichiers et ressources liées
- margin-top: 3rem;
- .block-region-third{
- display: flex;
- flex-direction: column;
- width: 70%;
- @media (max-width: 810px){
- margin: auto;
- }
- .title-contact{
- background: $blue-light;
- color: $white;
- text-transform: uppercase;
- font-weight: 900;
- font-size: 0.8rem;
- padding-top: 1rem;
- padding-left: 1rem;
- padding-right: 1rem;
- }
-
- .block-entity-fieldnodefield-courriel{
- background: $blue-light;
- color: $white;
- font-weight: 600;
-
- padding-left: 1rem;
- padding-right: 1rem;
- padding-bottom: 1rem;
- a{
- color: white;
- hyphens: auto;
- svg{
- display: none;
- }
- }
- }
- .block-entity-fieldnodefield-telephone{
- display: none;
- background: $blue-light;
- color: $white;
- font-weight: 600;
- padding-left: 1rem;
- padding-right: 1rem;
- padding-bottom: 1rem;
- }
- .block-entity-fieldnodefield-fichiers{
- height: fit-content;
- border: 2px solid $blue-light;
- background-color: $white;
- margin-top: 1rem;
-
- }
- .field--name-field-fichiers{
- min-height: 4rem;
- background: $white;
- color: $blue-light;
- padding-left: 1rem;
- padding-top: 1rem;
- margin-bottom: 1rem;
-
- span:nth-of-type(2){
- display: none;
- }
-
- .file--mime-application-pdf{
- height: inherit;
- margin: auto;
- ::before{
- content: url("../images/pictos/noun_Download_file_307900.svg");
- min-width:50px;
- height: auto;
- padding-right: 1rem;
- }
- a{
- hyphens: auto;
- display: inline-flex;
- align-items: center;
- color: $blue-light;
- font-weight: 800;
- // max-width: 80px ;
- }
- }
-
- }
- .block-entity-fieldnodefield-liens{
- margin-top: 1rem;
- .field--name-field-liens{
- .field__item{
- margin: auto;
- height: fit-content;
- border: 2px solid $blue-light;
- min-height: 4rem;
- background: $white;
- color: $blue-light;
- padding-left: 1rem;
- padding-top: 1rem;
- margin-bottom: 1rem;
- }
- a{
- display: inline-flex;
- align-items: center;
- color: $blue-light;
- font-weight: 800;
- &::before{
- content: url("../images/pictos/noun_External Link_674151.svg");
- min-width: 50px;
- height: auto;
- padding-right: 1rem;
- }
- svg.ext{
- display: none;
- }
- }
- }
-
- }
-
-
- .block-entity-fieldnodefield-ress{
- margin-top: 3rem;
- .field--name-field-ress{
- .field__label{
- font-size: 0.8rem;
- color: $black;
- font-weight: 900;
- margin-bottom: 1rem;
- }
-
- .node-type-ressource{
- display: flex;
- flex-direction: column;
- border: 2px solid $blue-light;
- padding: 1rem;
-
- height: fit-content;
- margin-bottom: 1rem;
- background-color: $white;
- &:first-of-type{
- border-top: 1px solid $blue-light;
- padding-top: 1rem;
- &::after{
- content: url("../images/pictos/noun_Arrow_3771902.svg");
- align-self: flex-end;
- }
- }
- .field--name-title{
- h2{
- margin: 0;
- }
- a{
- color: $black;
- font-size: 1.4rem;
- font-weight: 600;
-
- }
- }
- .field--name-field-auteur-s-{
- font-weight: 800;
- p{
- margin: 0;
- }
- .field__label{
- display:none;
- }
- }
- .field--name-field-edition{
- p{
- margin: 0;
- }
- .field__label{
- display:none;
- }
- }
- .field--name-field-images{
- display: none;
- width: 50%;
- img{
- width: 100%;
- height: auto;
- }
- }
- .field--name-field-type-de-ressource{
- display: inline-flex;
- margin-top: 2rem;
- background: $blue-dark;
- margin-right: 1rem;
- padding-left: 0.3rem;
- padding-right: 0.3rem;
- color: $white;
- font-weight: 800;
- vertical-align: middle;
- }
- }
- }
-
- }
-
- }
-
-
- }
- // }
-
- }
|